Trace number 4465933

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-30OPT21 12101 611.042

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2017/normalized-iis-glass-cov.opb
MD5SUMd19cd21a9273f0af629a2ef833d8382f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark378.449
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214
Total number of constraints5375
Number of constraints which are clauses5375
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint11
Number of terms in the objective function 214
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 214
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 214
Number of bits of the biggest sum of numbers8
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.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 37945344, getVmSize() = 37945344, SCIPgetMemUsed() = 10440614, SCIPgetMemTotal() = 15954798, SCIPgetMemExternEstim() = 7021312
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
0.11/0.16	c ** Estimated virtualMemUsedAtSolver = 38778340, getVmSize() = 74625024, SCIPgetMemUsed() = 22798055, SCIPgetMemTotal() = 51146199, SCIPgetMemExternEstim() = 7021312
0.11/0.16	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.16	c Original Problem   :
0.11/0.16	c   Problem name     : instance-4465933-1722619503
0.11/0.16	c   Variables        : 214 (214 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 5375
0.11/0.16	c   Objective sense  : minimize
0.11/0.16	c Presolved Problem  :
0.11/0.16	c   Variables        : 213 (213 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.16	c   Constraints      : 5375
0.11/0.16	c Constraints        : Number
0.11/0.16	c   logicor          : 5375 
0.11/0.16	c ** Instance transfer method used: 0
0.11/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.23/0.33	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.34	c                                Nodes    Active                                            
0.34/0.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.34/0.40	c *       0              0           1        20         213.0000                -          -
2.50/0.60	c *       1              0           1        20          41.0000                -          -
3.86/0.64	c *       1              0           1        20          25.0000                -          -
3.86/0.64	c *       1              0           1        20          24.0000                -          -
31.31/2.10	c *       2             73          72        20          23.0000           1.0000          -
98.04/5.40	c         5           5140          70        20          23.0000           1.0000          -
181.33/9.61	c *      10          16678          69        20          22.0000           1.0000          -
197.19/10.44	c        10          16678          69        20          22.0000           1.0000          -
300.36/15.61	c        16              4           3        20          22.0000          14.0733     56.32%
399.61/20.65	c        21              6           5        20          22.0000          14.0733     56.32%
408.23/21.03	c *      21              6           5        20          21.0000          14.0733     49.22%
500.82/25.70	c        26             11          10        20          21.0000          14.0733     49.22%
599.99/30.78	c        31             20          15        20          21.0000          14.0733     49.22%
699.21/35.79	c        36            117          80        20          21.0000          14.4550     45.28%
798.36/40.79	c        41            138         111        20          21.0000          15.0295     39.73%
899.52/45.86	c        46            189         150        20          21.0000          15.0819     39.24%
998.74/50.89	c        51            370         257        20          21.0000          15.4785     35.67%
1102.45/56.04	c        56            428         315        20          21.0000          15.7534     33.30%
1201.60/61.10	c        61            462         299        20          21.0000          16.0021     31.23%
1303.01/66.14	c        66            542         365        20          21.0000          16.0875     30.54%
1403.46/71.23	c        71            602         415        20          21.0000          16.1228     30.25%
1504.64/76.35	c        76            692         523        20          21.0000          16.1818     29.78%
1603.80/81.37	c        81            770         571        20          21.0000          16.2323     29.37%
1705.01/86.48	c        86            820         551        20          21.0000          16.2830     28.97%
1806.25/91.54	c        92            872         597        20          21.0000          16.4354     27.77%
1907.50/96.67	c        97           1019         708        20          21.0000          16.4804     27.42%
2008.70/101.72	c       102           1072         739        20          21.0000          16.5293     27.05%
2107.90/106.78	c       107           1172         791        20          21.0000          16.6003     26.50%
2209.16/111.82	c       112           1252         831        20          21.0000          16.6312     26.27%
2308.25/116.87	c       117           1292         869        20          21.0000          16.6587     26.06%
2407.47/121.89	c       122           1374         915        20          21.0000          16.6619     26.04%
2508.67/126.92	c       127           1512         967        20          21.0000          16.8447     24.67%
2607.91/131.94	c       132           1572        1005        20          21.0000          16.8712     24.47%
2709.71/137.07	c       137           1655        1050        20          21.0000          16.8941     24.30%
2808.93/142.12	c       142           1780        1097        20          21.0000          16.9356     24.00%
2910.34/147.17	c       147           1862        1135        20          21.0000          16.9751     23.71%
3010.68/152.22	c       152           1912        1173        20          21.0000          17.0186     23.39%
3109.91/157.27	c       157           2002        1211        20          21.0000          17.0363     23.27%
3211.06/162.32	c       162           2082        1249        20          21.0000          17.0774     22.97%
3310.30/167.37	c       167           2172        1315        20          21.0000          17.1265     22.62%
3411.46/172.42	c       172           2242        1373        20          21.0000          17.1675     22.32%
3510.69/177.45	c       177           2312        1417        20          21.0000          17.1999     22.09%
3611.82/182.52	c       183           2387        1458        20          21.0000          17.2204     21.95%
3711.01/187.56	c       188           2552        1491        20          21.0000          17.2396     21.81%
3810.22/192.57	c       193           2695        1526        20          21.0000          17.2891     21.46%
3911.44/197.67	c       198           2792        1545        20          21.0000          17.3232     21.22%
4010.66/202.69	c       203           2922        1577        20          21.0000          17.3617     20.96%
4111.88/207.71	c       208           3021        1606        20          21.0000          17.3755     20.86%
4211.10/212.75	c       213           3179        1630        20          21.0000          17.4155     20.58%
4312.28/217.81	c       218           3272        1661        20          21.0000          17.4375     20.43%
4411.51/222.86	c       223           3992        1904        20          21.0000          17.4651     20.24%
4512.71/227.91	c       228           3912        1869        20          21.0000          17.5289     19.80%
4611.94/232.92	c       233           4072        1919        20          21.0000          17.5555     19.62%
4711.16/237.98	c       238           4212        1987        20          21.0000          17.6061     19.28%
4812.93/243.06	c       243           4452        2028        20          21.0000          17.6401     19.05%
4912.15/248.09	c       248           4632        2094        20          21.0000          17.6581     18.93%
5013.33/253.17	c       253           4802        2138        20          21.0000          17.6893     18.72%
5113.89/258.23	c       258           4942        2188        20          21.0000          17.7165     18.53%
5213.11/263.24	c       263           5182        2255        20          21.0000          17.7514     18.30%
5312.33/268.29	c       268           5342        2282        20          21.0000          17.7721     18.16%
5413.54/273.38	c       273           5572        2320        20          21.0000          17.7962     18.00%
5514.68/278.43	c       278           5772        2354        20          21.0000          17.8175     17.86%
5613.72/283.46	c       283           5962        2382        20          21.0000          17.8289     17.79%
5712.95/288.49	c       288           6142        2427        20          21.0000          17.8561     17.61%
5814.16/293.51	c       294           6373        2449        20          21.0000          17.8664     17.54%
5913.38/298.55	c       299           6572        2500        20          21.0000          17.8951     17.35%
6014.52/303.60	c       304           6732        2545        20          21.0000          17.9135     17.23%
6113.75/308.65	c       309           6902        2582        20          21.0000          17.9233     17.17%
6212.96/313.69	c       314           7082        2614        20          21.0000          17.9459     17.02%
6314.09/318.73	c       319           7352        2632        20          21.0000          17.9655     16.89%
6415.28/323.82	c       324           7612        2793        20          21.0000          17.9733     16.84%
6514.43/328.88	c       329           7782        2673        20          21.0000          18.0165     16.56%
6615.52/333.93	c       334           7992        2729        20          21.0000          18.0552     16.31%
6714.65/338.98	c       339           8172        2767        20          21.0000          18.0775     16.17%
6816.29/344.06	c       344           8392        2785        20          21.0000          18.0881     16.10%
6915.44/349.12	c       349           8612        2805        20          21.0000          18.1224     15.88%
7016.91/354.17	c       354           8812        2839        20          21.0000          18.1430     15.75%
7116.98/359.22	c       359           9002        2851        20          21.0000          18.1715     15.57%
7216.10/364.27	c       364           9242        2893        20          21.0000          18.1951     15.42%
7317.23/369.32	c       369           9432        2943        20          21.0000          18.2248     15.23%
7416.40/374.37	c       374           9682        2955        20          21.0000          18.2445     15.10%
7517.59/379.43	c       379           9892        2979        20          21.0000          18.2762     14.90%
7616.68/384.48	c       384          10112        2992        20          21.0000          18.2899     14.82%
7717.90/389.51	c       390          10322        2999        20          21.0000          18.3058     14.72%
7817.10/394.54	c       395          10502        2993        20          21.0000          18.3215     14.62%
7916.26/399.54	c       400          10702        3021        20          21.0000          18.3487     14.45%
8015.41/404.56	c       405          10952        2993        20          21.0000          18.3756     14.28%
8114.56/409.57	c       410          11172        3014        20          21.0000          18.3965     14.15%
8215.66/414.62	c       415          11372        3016        20          21.0000          18.4049     14.10%
8314.72/419.69	c       420          11622        3003        20          21.0000          18.4247     13.98%
8415.78/424.74	c       425          11822        2999        20          21.0000          18.4340     13.92%
8514.87/429.77	c       430          12082        2987        20          21.0000          18.4575     13.77%
8614.01/434.80	c       435          12302        2987        20          21.0000          18.4629     13.74%
8715.01/439.89	c       440          12552        2985        20          21.0000          18.4829     13.62%
8816.10/444.94	c       445          12792        2989        20          21.0000          18.5152     13.42%
8915.23/450.00	c       450          13002        2989        20          21.0000          18.5437     13.25%
9016.91/455.05	c       455          13262        2967        20          21.0000          18.5587     13.15%
9116.15/460.06	c       460          13532        2959        20          21.0000          18.5848     13.00%
9215.30/465.10	c       465          13772        2927        20          21.0000          18.6023     12.89%
9316.42/470.17	c       470          14022        2909        20          21.0000          18.6245     12.75%
9415.57/475.20	c       475          14302        2870        20          21.0000          18.6553     12.57%
9515.84/480.23	c       480          14572        2835        20          21.0000          18.6737     12.46%
9614.90/485.27	c       485          14852        2775        20          21.0000          18.6777     12.43%
9716.00/490.31	c       490          15092        2769        20          21.0000          18.6979     12.31%
9815.13/495.34	c       495          15322        2737        20          21.0000          18.7158     12.20%
9914.27/500.39	c       500          15552        2709        20          21.0000          18.7293     12.12%
10015.33/505.43	c       505          15802        2656        20          21.0000          18.7513     11.99%
10114.46/510.46	c       510          16072        2622        20          21.0000          18.7653     11.91%
10215.56/515.57	c       516          16382        2554        20          21.0000          18.8036     11.68%
10316.68/520.67	c       521          16662        2507        20          21.0000          18.8176     11.60%
10415.66/525.69	c       526          16892        2451        20          21.0000          18.8479     11.42%
10516.71/530.71	c       531          17192        2383        20          21.0000          18.8725     11.27%
10617.97/535.82	c       536          17472        2300        20          21.0000          18.8853     11.20%
10716.91/540.83	c       541          17762        2215        20          21.0000          18.8999     11.11%
10816.02/545.86	c       546          18012        2139        20          21.0000          18.9196     11.00%
10917.10/551.00	c       551          18272        2056        20          21.0000          18.9439     10.85%
11019.02/556.04	c       556          18572        1963        20          21.0000          18.9757     10.67%
11117.99/561.08	c       561          18862        1847        20          21.0000          18.9929     10.57%
11218.92/566.14	c       566          19152        1751        20          21.0000          19.0243     10.38%
11319.39/571.27	c       571          19502        1590        20          21.0000          19.0459     10.26%
11420.49/576.32	c       576          19842        1432        20          21.0000          19.0811     10.06%
11521.57/581.40	c       581          20142        1294        20          21.0000          19.1185      9.84%
11620.71/586.44	c       586          20432        1175        20          21.0000          19.1594      9.61%
11721.83/591.51	c       592          20772         980        20          21.0000          19.2127      9.30%
11820.86/596.56	c       597          21092         801        20          21.0000          19.2597      9.04%
11921.94/601.60	c       602          21462         569        20          21.0000          19.3403      8.58%
12021.08/606.62	c       607          21852         297        20          21.0000          19.4614      7.91%
12094.42/610.40	c       610          22197           0         0          21.0000          21.0000      0.00%
12100.80/610.97	c       611          22197           0         0          21.0000          21.0000      0.00%
12100.80/610.97	c SCIP Status        : c problem is solved
12100.80/610.97	c Total Time         : 610.98
12100.80/610.97	c   solving          : 610.98
12100.80/610.97	c   presolving       : 0.13 (included in solving)
12100.80/610.97	c B&B Tree           :
12100.80/610.97	c   nodes (total)    : 22197
12100.80/610.97	c Solution           :
12100.80/610.97	c   Solutions found  : 8
12100.80/610.97	c   Primal Bound     : +2.10000000000000e+01
12100.80/610.97	c   Dual Bound       : +2.10000000000000e+01
12100.80/610.97	c Gap                : 0.00000 %
12100.80/610.98	o 21
12100.80/610.98	s OPTIMUM FOUND
12100.80/610.98	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 
12100.80/610.98	v -x192 -x191 -x190 x189 x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 
12100.80/610.98	v -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 
12100.80/610.98	v -x150 x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 x131 x130 -x129 
12100.80/610.98	v -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 x112 x111 x110 x109 -x108 x107 
12100.80/610.98	v -x106 -x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 x83 
12100.80/610.98	v -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 
12100.80/610.98	v -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 
12100.80/610.98	v -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 
12100.80/610.98	v -x7 -x6 -x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	21

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 (186409 MiB free)
  memory of node 1: 193494 MiB (188547 MiB free)
  memory of node 2: 193531 MiB (188347 MiB free)
  memory of node 3: 193531 MiB (186333 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-4465933-1722619503/watcher-4465933-1722619503 -o /tmp/evaluation-result-4465933-1722619503/solver-4465933-1722619503 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722615853-181472 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465933-1722619503.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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=183872, runsolver pid=183869
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 71.64 78.18 79.78 27/908 183873
/proc/meminfo: memFree=767486464/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=59536 memory=46176 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) R 183869 183872 181461 0 -1 4194304 10563 0 0 0 10 1 0 0 20 0 1 0 28533373 60964864 11544 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 14884 11544 2758 3035 0 11280 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 59536 KiB
Current children cumulated memory: 46176 KiB

[startup+0.221012 s]*
/proc/loadavg: 71.64 78.18 79.78 25/928 183893
/proc/meminfo: memFree=767256312/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=1549120 memory=108972 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) S 183869 183872 181461 0 -1 1077936128 26494 0 0 0 19 4 0 0 20 0 21 0 28533373 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 387280 27243 2774 3035 0 68142 0
[pid=183872/tid=183874] ppid=183869 vsize=1549120 memory=3472328300254199927 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183874/stat : 183874 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183875] ppid=183869 vsize=1549120 memory=25153 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183875/stat : 183875 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183876] ppid=183869 vsize=1549120 memory=59614968414677 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183876/stat : 183876 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183877] ppid=183869 vsize=1549120 memory=56282107347530 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183877/stat : 183877 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183878] ppid=183869 vsize=1549120 memory=54091690803904 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183878/stat : 183878 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183879] ppid=183869 vsize=1549120 memory=54083167978556 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183879/stat : 183879 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183880] ppid=183869 vsize=1549120 memory=14976667747616358 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183880/stat : 183880 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183881] ppid=183869 vsize=1549120 memory=76224 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183881/stat : 183881 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183882] ppid=183869 vsize=1549120 memory=3978144344128618576 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183882/stat : 183882 (fscip) S 183869 183872 181461 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27243 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183883] ppid=183869 vsize=1549120 memory=3905800894247338070 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183883/stat : 183883 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183884] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183884/stat : 183884 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183885] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183885/stat : 183885 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183886] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183886/stat : 183886 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533389 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183887] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183887/stat : 183887 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183888] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183888/stat : 183888 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183889] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183889/stat : 183889 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183890] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183890/stat : 183890 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183891] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183891/stat : 183891 (fscip) S 183869 183872 181461 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183892] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183892/stat : 183892 (fscip) R 183869 183872 181461 0 -1 4194368 411 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183893] ppid=183869 vsize=1549120 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183893/stat : 183893 (fscip) S 183869 183872 181461 0 -1 1077936192 1413 0 0 0 0 0 0 0 20 0 21 0 28533390 1586298880 27309 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1549120 KiB
Current children cumulated memory: 108972 KiB

[startup+0.320252 s]*
/proc/loadavg: 71.64 78.18 79.78 26/928 183893
/proc/meminfo: memFree=767067060/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=1639276 memory=174136 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) R 183869 183872 181461 0 -1 4194304 43068 0 0 0 27 7 0 0 20 0 21 0 28533373 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 409819 43534 2774 3035 0 88612 0
[pid=183872/tid=183874] ppid=183869 vsize=1639276 memory=-8527392624277758652 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183874/stat : 183874 (fscip) D 183869 183872 181461 0 -1 4194368 1414 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 2147221247 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183875] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183875/stat : 183875 (fscip) R 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183876] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183876/stat : 183876 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183877] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183877/stat : 183877 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183878] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183878/stat : 183878 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183879] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183879/stat : 183879 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183880] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183880/stat : 183880 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183881] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183881/stat : 183881 (fscip) D 183869 183872 181461 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183882] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183882/stat : 183882 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 43534 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183883] ppid=183869 vsize=1639276 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183883/stat : 183883 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1678618624 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183884] ppid=183869 vsize=1647472 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183884/stat : 183884 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1687011328 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183885] ppid=183869 vsize=1647472 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183885/stat : 183885 (fscip) R 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 28533389 1687011328 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183886] ppid=183869 vsize=1655668 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183886/stat : 183886 (fscip) D 183869 183872 181461 0 -1 4194368 1414 0 0 0 0 0 0 0 20 0 22 0 28533389 1695404032 44046 809668444160 4194304 16623229 140735458935104 0 0 0 2147221247 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183887] ppid=183869 vsize=1655668 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183887/stat : 183887 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1695404032 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183888] ppid=183869 vsize=1663864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183888/stat : 183888 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1703796736 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183889] ppid=183869 vsize=1663864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183889/stat : 183889 (fscip) R 183869 183872 181461 0 -1 4194368 1414 0 0 0 0 0 0 0 20 0 22 0 28533390 1703796736 44046 809668444160 4194304 16623229 140735458935104 0 0 0 2147221247 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183890] ppid=183869 vsize=1672060 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183890/stat : 183890 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1712189440 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183891] ppid=183869 vsize=1672060 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183891/stat : 183891 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1712189440 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183892] ppid=183869 vsize=1672060 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183892/stat : 183892 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1712189440 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183893] ppid=183869 vsize=1680256 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183893/stat : 183893 (fscip) D 183869 183872 181461 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 22 0 28533390 1720582144 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183894] ppid=183869 vsize=1688452 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183894/stat : 183894 (fscip) S 183869 183872 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 22 0 28533407 1728974848 44046 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1639276 KiB
Current children cumulated memory: 174136 KiB

[startup+0.700745 s]
/proc/loadavg: 71.64 78.18 79.78 44/948 183913
/proc/meminfo: memFree=766365516/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=1969448 memory=1047024 CPUtime=4.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) S 183869 183872 181461 0 -1 1077936128 260288 0 0 0 410 78 0 0 20 0 41 0 28533373 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 492362 261756 2838 3035 0 368088 0
[pid=183872/tid=183874] ppid=183869 vsize=1969448 memory=8302903942384801 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183874/stat : 183874 (fscip) R 183869 183872 181461 0 -1 4194368 13131 0 0 0 18 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183875] ppid=183869 vsize=1969448 memory=18484 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183875/stat : 183875 (fscip) R 183869 183872 181461 0 -1 4194368 10917 0 0 0 18 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183876] ppid=183869 vsize=1969448 memory=10544 CPUtime=0.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183876/stat : 183876 (fscip) R 183869 183872 181461 0 -1 4194368 14335 0 0 0 22 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183877] ppid=183869 vsize=1969448 memory=15776 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183877/stat : 183877 (fscip) R 183869 183872 181461 0 -1 4194368 11176 0 0 0 16 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183878] ppid=183869 vsize=1969448 memory=5512 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183878/stat : 183878 (fscip) R 183869 183872 181461 0 -1 4194368 11618 0 0 0 19 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183879] ppid=183869 vsize=1969448 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183879/stat : 183879 (fscip) D 183869 183872 181461 0 -1 4194368 11700 0 0 0 19 2 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183880] ppid=183869 vsize=1969448 memory=0 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183880/stat : 183880 (fscip) R 183869 183872 181461 0 -1 4194368 13171 0 0 0 22 2 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183881] ppid=183869 vsize=1969448 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183881/stat : 183881 (fscip) R 183869 183872 181461 0 -1 4194368 10930 0 0 0 18 3 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183882] ppid=183869 vsize=1969448 memory=0 CPUtime=0.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183882/stat : 183882 (fscip) R 183869 183872 181461 0 -1 4194368 15092 0 0 0 22 4 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183883] ppid=183869 vsize=1969448 memory=0 CPUtime=0.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183883/stat : 183883 (fscip) R 183869 183872 181461 0 -1 4194368 13132 0 0 0 22 3 0 0 20 0 41 0 28533389 2016714752 261756 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183884] ppid=183869 vsize=1969448 memory=0 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183884/stat : 183884 (fscip) R 183869 183872 181461 0 -1 4194368 10796 0 0 0 18 2 0 0 20 0 41 0 28533389 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183885] ppid=183869 vsize=1969448 memory=10 CPUtime=0.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183885/stat : 183885 (fscip) R 183869 183872 181461 0 -1 4194368 15141 0 0 0 22 3 0 0 20 0 41 0 28533389 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183886] ppid=183869 vsize=1969448 memory=1257027034 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183886/stat : 183886 (fscip) R 183869 183872 181461 0 -1 4194368 13138 0 0 0 21 3 0 0 20 0 41 0 28533389 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183887] ppid=183869 vsize=1969448 memory=2316 CPUtime=0.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183887/stat : 183887 (fscip) R 183869 183872 181461 0 -1 4194368 10522 0 0 0 17 3 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183888] ppid=183869 vsize=1969448 memory=33000 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183888/stat : 183888 (fscip) R 183869 183872 181461 0 -1 4194368 11663 0 0 0 18 3 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183889] ppid=183869 vsize=1969448 memory=1804 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183889/stat : 183889 (fscip) R 183869 183872 181461 0 -1 4194368 11467 0 0 0 17 4 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183890] ppid=183869 vsize=1969448 memory=6048 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183890/stat : 183890 (fscip) R 183869 183872 181461 0 -1 4194368 11323 0 0 0 19 4 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183891] ppid=183869 vsize=1969448 memory=51200 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183891/stat : 183891 (fscip) R 183869 183872 181461 0 -1 4194368 13914 0 0 0 21 3 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183892] ppid=183869 vsize=1969448 memory=104 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183892/stat : 183892 (fscip) R 183869 183872 181461 0 -1 4194368 11435 0 0 0 18 3 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183893] ppid=183869 vsize=1969448 memory=25932 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183893/stat : 183893 (fscip) R 183869 183872 181461 0 -1 1077936192 10998 0 0 0 18 4 0 0 20 0 41 0 28533390 2016714752 261822 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183894] ppid=183869 vsize=1969448 memory=21380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183894/stat : 183894 (fscip) S 183869 183872 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28533407 2016714752 261888 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183895] ppid=183869 vsize=1969448 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183895/stat : 183895 (fscip) S 183869 183872 181461 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 28533407 2016714752 261954 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0

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

/proc/meminfo: memFree=760508564/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=5665888 memory=4176120 CPUtime=12096.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) S 183869 183872 181461 0 -1 1077936128 5814560 0 0 0 1206709 2932 0 0 20 0 41 0 28533373 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 1416472 1044030 2998 3035 0 1223233 0
[pid=183872/tid=183874] ppid=183869 vsize=5665888 memory=4175124 CPUtime=606.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183874/stat : 183874 (fscip) R 183869 183872 181461 0 -1 4194368 362001 0 0 0 60552 65 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183875] ppid=183869 vsize=5665888 memory=11448 CPUtime=605.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183875/stat : 183875 (fscip) R 183869 183872 181461 0 -1 4194368 310321 0 0 0 60488 59 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183876] ppid=183869 vsize=5665888 memory=6720669852459287139 CPUtime=605.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183876/stat : 183876 (fscip) R 183869 183872 181461 0 -1 4194368 183810 0 0 0 60197 351 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183877] ppid=183869 vsize=5665888 memory=11480 CPUtime=602.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183877/stat : 183877 (fscip) R 183869 183872 181461 0 -1 4194368 348932 0 0 0 60165 63 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183878] ppid=183869 vsize=5665888 memory=11480 CPUtime=606.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183878/stat : 183878 (fscip) R 183869 183872 181461 0 -1 4194368 314950 0 0 0 60544 62 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183879] ppid=183869 vsize=5665888 memory=2792 CPUtime=605.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183879/stat : 183879 (fscip) R 183869 183872 181461 0 -1 4194368 184619 0 0 0 60185 358 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183880] ppid=183869 vsize=5665888 memory=29273809900535888 CPUtime=606.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183880/stat : 183880 (fscip) R 183869 183872 181461 0 -1 4194368 351223 0 0 0 60557 60 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183881] ppid=183869 vsize=5665888 memory=7100839852556256653 CPUtime=604.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183881/stat : 183881 (fscip) R 183869 183872 181461 0 -1 4194368 309920 0 0 0 60370 61 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183882] ppid=183869 vsize=5665888 memory=7751702667093440019 CPUtime=602.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183882/stat : 183882 (fscip) R 183869 183872 181461 0 -1 4194368 184950 0 0 0 59961 320 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183883] ppid=183869 vsize=5665888 memory=-7374483429251476612 CPUtime=602.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183883/stat : 183883 (fscip) R 183869 183872 181461 0 -1 4194368 352260 0 0 0 60228 63 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183884] ppid=183869 vsize=5665888 memory=7883926516720166756 CPUtime=603.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183884/stat : 183884 (fscip) R 183869 183872 181461 0 -1 4194368 301517 0 0 0 60296 61 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183885] ppid=183869 vsize=5665888 memory=7590084246021563501 CPUtime=605.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183885/stat : 183885 (fscip) R 183869 183872 181461 0 -1 4194368 192951 0 0 0 60207 331 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183886] ppid=183869 vsize=5665888 memory=6720669852459287139 CPUtime=605.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183886/stat : 183886 (fscip) R 183869 183872 181461 0 -1 4194368 351186 0 0 0 60536 61 0 0 20 0 41 0 28533389 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183887] ppid=183869 vsize=5665888 memory=11500 CPUtime=606.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183887/stat : 183887 (fscip) R 183869 183872 181461 0 -1 4194368 312309 0 0 0 60540 61 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183888] ppid=183869 vsize=5665888 memory=13716 CPUtime=605.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183888/stat : 183888 (fscip) R 183869 183872 181461 0 -1 4194368 192974 0 0 0 60149 353 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183889] ppid=183869 vsize=5665888 memory=11552 CPUtime=603.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183889/stat : 183889 (fscip) R 183869 183872 181461 0 -1 4194368 354848 0 0 0 60336 61 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183890] ppid=183869 vsize=5665888 memory=11800 CPUtime=604.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183890/stat : 183890 (fscip) R 183869 183872 181461 0 -1 4194368 325633 0 0 0 60370 65 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183891] ppid=183869 vsize=5665888 memory=11480 CPUtime=605.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183891/stat : 183891 (fscip) R 183869 183872 181461 0 -1 4194368 193814 0 0 0 60218 323 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183892] ppid=183869 vsize=5665888 memory=11480 CPUtime=606.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183892/stat : 183892 (fscip) R 183869 183872 181461 0 -1 4194368 360413 0 0 0 60539 67 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183893] ppid=183869 vsize=5665888 memory=4174560 CPUtime=602.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183893/stat : 183893 (fscip) R 183869 183872 181461 0 -1 4194368 310586 0 0 0 60215 62 0 0 20 0 41 0 28533390 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183894] ppid=183869 vsize=5665888 memory=6784 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183894/stat : 183894 (fscip) S 183869 183872 181461 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183895] ppid=183869 vsize=5665888 memory=7202912 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183895/stat : 183895 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183896] ppid=183869 vsize=5665888 memory=2816 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183896/stat : 183896 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183897] ppid=183869 vsize=5665888 memory=4820 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183897/stat : 183897 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183898] ppid=183869 vsize=5665888 memory=4886256 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183898/stat : 183898 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183899] ppid=183869 vsize=5665888 memory=4175700 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183899/stat : 183899 (fscip) S 183869 183872 181461 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183900] ppid=183869 vsize=5665888 memory=4817432 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183900/stat : 183900 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183901] ppid=183869 vsize=5665888 memory=6720662160156148326 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183901/stat : 183901 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183902] ppid=183869 vsize=5665888 memory=11800 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183902/stat : 183902 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183903] ppid=183869 vsize=5665888 memory=11480 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183903/stat : 183903 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183904] ppid=183869 vsize=5665888 memory=11480 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183904/stat : 183904 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183905] ppid=183869 vsize=5665888 memory=2792 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183905/stat : 183905 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183906] ppid=183869 vsize=5665888 memory=6780 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183906/stat : 183906 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183907] ppid=183869 vsize=5665888 memory=7127176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183907/stat : 183907 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183908] ppid=183869 vsize=5665888 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183908/stat : 183908 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183909] ppid=183869 vsize=5665888 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183909/stat : 183909 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183910] ppid=183869 vsize=5665888 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183910/stat : 183910 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183911] ppid=183869 vsize=5665888 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183911/stat : 183911 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183912] ppid=183869 vsize=5665888 memory=51200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183912/stat : 183912 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183913] ppid=183869 vsize=5665888 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183913/stat : 183913 (fscip) S 183869 183872 181461 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 28533407 5801869312 1044030 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
Current children cumulated CPU time: 12096.4 s
Current children cumulated vsize: 5665888 KiB
Current children cumulated memory: 4176120 KiB

[startup+610.801 s]
/proc/loadavg: 60.64 57.52 66.13 63/984 184858
/proc/meminfo: memFree=760508564/790760804 swapFree=131071996/131071996
[pid=183872] ppid=183869 vsize=4454240 memory=3114860 CPUtime=12100.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/stat : 183872 (fscip) S 183869 183872 181461 0 -1 1077936128 5889684 0 0 0 1207108 2943 0 0 20 0 28 0 28533373 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
/proc/183872/statm: 1113560 778715 2998 3035 0 1008839 0
[pid=183872/tid=183874] ppid=183869 vsize=4454240 memory=4174528 CPUtime=606.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183874/stat : 183874 (fscip) R 183869 183872 181461 0 -1 4194368 365915 0 0 0 60589 66 0 0 20 0 28 0 28533389 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183877] ppid=183869 vsize=4454240 memory=4175484 CPUtime=602.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183877/stat : 183877 (fscip) R 183869 183872 181461 0 -1 4194368 351611 0 0 0 60202 63 0 0 20 0 28 0 28533389 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183880] ppid=183869 vsize=4454240 memory=2264 CPUtime=606.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183880/stat : 183880 (fscip) R 183869 183872 181461 0 -1 4194368 353999 0 0 0 60594 60 0 0 20 0 28 0 28533389 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183883] ppid=183869 vsize=4454240 memory=4176116 CPUtime=603.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183883/stat : 183883 (fscip) R 183869 183872 181461 0 -1 4194368 354312 0 0 0 60265 63 0 0 20 0 28 0 28533389 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183886] ppid=183869 vsize=4454240 memory=7044 CPUtime=606.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183886/stat : 183886 (fscip) R 183869 183872 181461 0 -1 4194368 353515 0 0 0 60573 62 0 0 20 0 28 0 28533389 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183889] ppid=183869 vsize=4454240 memory=6720669852459287139 CPUtime=604.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183889/stat : 183889 (fscip) R 183869 183872 181461 0 -1 4194368 358226 0 0 0 60373 61 0 0 20 0 28 0 28533390 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183892] ppid=183869 vsize=4454240 memory=4174560 CPUtime=606.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183892/stat : 183892 (fscip) R 183869 183872 181461 0 -1 4194368 363456 0 0 0 60577 67 0 0 20 0 28 0 28533390 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183894] ppid=183869 vsize=4454240 memory=6720669852459287139 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183894/stat : 183894 (fscip) S 183869 183872 181461 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183895] ppid=183869 vsize=4454240 memory=28152 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183895/stat : 183895 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183896] ppid=183869 vsize=4454240 memory=33860 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183896/stat : 183896 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183897] ppid=183869 vsize=4454240 memory=25932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183897/stat : 183897 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183898] ppid=183869 vsize=4454240 memory=21380 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183898/stat : 183898 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183899] ppid=183869 vsize=4454240 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183899/stat : 183899 (fscip) S 183869 183872 181461 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183900] ppid=183869 vsize=4454240 memory=2036 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183900/stat : 183900 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183901] ppid=183869 vsize=4454240 memory=31316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183901/stat : 183901 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183902] ppid=183869 vsize=4454240 memory=3776 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183902/stat : 183902 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183903] ppid=183869 vsize=4454240 memory=4175752 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183903/stat : 183903 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183904] ppid=183869 vsize=4454240 memory=33860 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183904/stat : 183904 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183905] ppid=183869 vsize=4454240 memory=59216 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183905/stat : 183905 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183906] ppid=183869 vsize=4454240 memory=7636 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183906/stat : 183906 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183907] ppid=183869 vsize=4454240 memory=19092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183907/stat : 183907 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183908] ppid=183869 vsize=4454240 memory=20256 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183908/stat : 183908 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183909] ppid=183869 vsize=4454240 memory=5716 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183909/stat : 183909 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183910] ppid=183869 vsize=4454240 memory=11500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183910/stat : 183910 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183911] ppid=183869 vsize=4454240 memory=13716 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183911/stat : 183911 (fscip) S 183869 183872 181461 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183912] ppid=183869 vsize=4454240 memory=11552 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183912/stat : 183912 (fscip) S 183869 183872 181461 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
[pid=183872/tid=183913] ppid=183869 vsize=4454240 memory=6720669852459287139 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/183872/task/183913/stat : 183913 (fscip) S 183869 183872 181461 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 28 0 28533407 4561141760 778715 809668444160 4194304 16623229 140735458935104 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 46084096 140735458939913 140735458940031 140735458940031 140735458947056 0
Current children cumulated CPU time: 12100.5 s
Current children cumulated vsize: 4454240 KiB
Current children cumulated memory: 3114860 KiB

[startup+611 s]*
/proc/loadavg: 60.64 57.52 66.13 44/945 184861
/proc/meminfo: memFree=763781596/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 611.042
CPU time (s): 12101
CPU user time (s): 12071.4
CPU system time (s): 29.6091
CPU usage (%): 1980.38
Max. virtual memory (cumulated for all children) (KiB): 5665888
Max. memory (cumulated for all children) (KiB): 4176120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12071.4
system time used= 29.6091
maximum resident set size= 4176204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5915562
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= 121002
involuntary context switches= 35793


# summary of solver processes directly reported to runsolver:
#   pid: 183872
#   total CPU time (s): 12101
#   total CPU user time (s): 12071.4
#   total CPU system time (s): 29.6091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.002 second user time and 14.4797 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-02 19:25:03
IDJOB=4465933
IDBENCH=178614
IDSOLVER=3094
FILE ID=nodeD105/4465933-1722619503
RUNJOBID= nodeD105-1722615853-181472
SLURM_JOB_ID= 8254310
Free space on /tmp= 8622740 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-iis-glass-cov.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-4465933-1722619503/watcher-4465933-1722619503 -o /tmp/evaluation-result-4465933-1722619503/solver-4465933-1722619503 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722615853-181472 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465933-1722619503.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d19cd21a9273f0af629a2ef833d8382f
RANDOM SEED=237645132

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		: 1898.216
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		: 2615.542
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		: 3810.415
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		: 3018.213
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		: 2190.942
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		: 2639.128
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		: 2652.640
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		: 3019.875
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		: 2683.087
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		: 2627.711
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		: 2635.704
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		: 3019.750
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		: 2769.932
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		: 2639.996
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		: 2646.378
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		: 3019.611
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		: 2357.413
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		: 2630.767
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		: 2639.836
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		: 3019.488
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		: 2800.473
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		: 2636.180
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		: 2652.480
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		: 3019.355
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		: 2621.092
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		: 2631.483
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		: 2642.507
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		: 3019.227
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		: 2667.579
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		: 3779.057
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		: 2639.396
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		: 3019.097
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		: 2658.995
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		: 2634.645
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		: 2648.371
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		: 3016.511
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		: 2605.048
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		: 2632.376
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		: 2640.530
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		: 3019.067
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		: 1358.620
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		: 3893.082
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		: 3811.331
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		: 3019.077
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		: 1306.856
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		: 2638.507
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		: 2645.413
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		: 3019.085
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		: 1240.114
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		: 2623.632
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		: 2639.754
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		: 3019.101
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		: 3624.778
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		: 2631.498
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		: 2639.361
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		: 3019.105
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		: 3420.324
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		: 2738.427
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		: 2643.183
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		: 3006.918
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		: 2895.997
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		: 2642.323
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		: 2646.260
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		: 3019.115
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		: 2889.911
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		: 2610.605
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		: 2640.409
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		: 3019.130
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		: 1763.459
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		: 2648.422
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		: 2641.374
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		: 3019.137
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		: 3200.585
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		: 2640.577
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		: 2653.669
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		: 3019.069
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		: 1754.267
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		: 3765.935
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		: 2998.855
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		: 3018.948
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:        767680276 kB
MemAvailable:   772549708 kB
Buffers:          427488 kB
Cached:          7724816 kB
SwapCached:            0 kB
Active:           709212 kB
Inactive:       19631132 kB
Active(anon):       2172 kB
Inactive(anon): 12216648 kB
Active(file):     707040 kB
Inactive(file):  7414484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2455456 kB
Writeback:             0 kB
AnonPages:      12188600 kB
Mapped:          1369548 kB
Shmem:             30732 kB
KReclaimable:     335224 kB
Slab:             718008 kB
SReclaimable:     335224 kB
SUnreclaim:       382784 kB
KernelStack:       15664 kB
PageTables:        35864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7532324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           337152 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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:      735232 kB
DirectMap2M:    83648512 kB
DirectMap1G:    721420288 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD105 at 2024-08-02 19:35:14