Trace number 4469351

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-08-12OPT21 11732.3 591.932

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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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 = 37900288, getVmSize() = 37900288, SCIPgetMemUsed() = 10412902, SCIPgetMemTotal() = 15909614, SCIPgetMemExternEstim() = 7021312
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
0.11/0.15	c ** Estimated virtualMemUsedAtSolver = 38747652, getVmSize() = 74543104, SCIPgetMemUsed() = 22770343, SCIPgetMemTotal() = 51100167, SCIPgetMemExternEstim() = 7021312
0.11/0.15	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.15	c Original Problem   :
0.11/0.15	c   Problem name     : instance-4469351-1723529825
0.11/0.15	c   Variables        : 214 (214 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.15	c   Constraints      : 5375
0.11/0.15	c   Objective sense  : minimize
0.11/0.15	c Presolved Problem  :
0.11/0.15	c   Variables        : 213 (213 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.15	c   Constraints      : 5375
0.11/0.15	c Constraints        : Number
0.11/0.15	c   logicor          : 5375 
0.11/0.15	c ** Instance transfer method used: 0
0.11/0.17	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.34	c                                Nodes    Active                                            
0.33/0.34	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.33/0.38	c *       0              0           1        20         213.0000                -          -
5.94/0.71	c *       1              0           1        20          25.0000                -          -
5.94/0.72	c *       1              0           1        20          24.0000                -          -
37.11/2.35	c *       2              0           1        20          23.0000                -          -
43.00/2.67	c *       3              0           1        20          22.0000                -          -
91.38/5.10	c         5              2           1        20          22.0000          13.9444     57.77%
190.34/10.11	c        10             22          21        20          22.0000          13.9444     57.77%
294.92/15.31	c        15              4           3        20          22.0000          14.0733     56.32%
394.12/20.34	c        20              6           5        20          22.0000          14.0733     56.32%
495.45/25.45	c        25             14          11        20          22.0000          14.0733     56.32%
596.56/30.59	c        31             21          16        20          22.0000          14.0733     56.32%
695.76/35.58	c        36            146         111        20          22.0000          14.4544     52.20%
796.97/40.67	c        41            189         150        20          22.0000          15.0291     46.38%
854.53/43.50	c *      44            219         188        20          21.0000          15.0291     39.73%
896.15/45.69	c        46            265         174        20          21.0000          15.0291     39.73%
997.36/50.71	c        51            342         237        20          21.0000          15.4105     36.27%
1096.59/55.79	c        56            432         317        20          21.0000          15.6393     34.28%
1202.48/61.06	c        61            522         385        20          21.0000          15.8397     32.58%
1301.55/66.07	c        66            602         431        20          21.0000          16.0175     31.11%
1400.91/71.08	c        71            672         507        20          21.0000          16.0744     30.64%
1500.26/76.09	c        76            742         543        20          21.0000          16.2050     29.59%
1599.58/81.11	c        81            802         593        20          21.0000          16.3106     28.75%
1700.69/86.16	c        86            892         657        20          21.0000          16.3919     28.11%
1803.33/91.30	c        91            977         702        20          21.0000          16.5201     27.12%
1902.62/96.36	c        96           1042         743        20          21.0000          16.5475     26.91%
2003.91/101.41	c       101           1132         797        20          21.0000          16.6473     26.15%
2103.13/106.43	c       106           1212         841        20          21.0000          16.7438     25.42%
2204.35/111.51	c       112           1292         887        20          21.0000          16.7842     25.12%
2303.57/116.56	c       117           1382         937        20          21.0000          16.8218     24.84%
2404.75/121.61	c       122           1492         993        20          21.0000          16.8992     24.27%
2503.90/126.66	c       127           1582        1041        20          21.0000          16.9399     23.97%
2603.08/131.67	c       132           1682        1097        20          21.0000          16.9774     23.69%
2702.26/136.69	c       137           1782        1143        20          21.0000          17.0304     23.31%
2803.40/141.71	c       142           1862        1191        20          21.0000          17.0562     23.12%
2902.57/146.75	c       147           1992        1251        20          21.0000          17.0921     22.86%
3001.74/151.77	c       152           2072        1289        20          21.0000          17.1401     22.52%
3102.87/156.85	c       157           2152        1333        20          21.0000          17.1800     22.23%
3204.02/161.90	c       162           2272        1385        20          21.0000          17.2180     21.97%
3303.16/166.93	c       167           2392        1413        20          21.0000          17.2744     21.57%
3402.34/172.00	c       172           2526        1473        20          21.0000          17.2884     21.47%
3501.48/177.01	c       177           2682        1519        20          21.0000          17.3336     21.15%
3603.44/182.05	c       182           2802        1537        20          21.0000          17.3794     20.83%
3702.70/187.06	c       187           2881        1574        20          21.0000          17.4175     20.57%
3801.73/192.07	c       192           2992        1617        20          21.0000          17.4492     20.35%
3901.01/197.10	c       197           3093        1656        20          21.0000          17.4841     20.11%
4000.01/202.12	c       202           3282        1709        20          21.0000          17.4979     20.01%
4099.10/207.13	c       207           3392        1745        20          21.0000          17.5166     19.89%
4200.38/212.15	c       212           3522        1781        20          21.0000          17.5288     19.80%
4299.36/217.19	c       217           3622        1825        20          21.0000          17.5485     19.67%
4399.91/222.25	c       222           3832        2061        20          21.0000          17.5862     19.41%
4499.09/227.27	c       227           4022        2147        20          21.0000          17.6074     19.27%
4598.28/232.27	c       232           4242        2193        20          21.0000          17.6271     19.14%
4697.46/237.28	c       237           4405        2263        20          21.0000          17.6547     18.95%
4798.60/242.38	c       242           4632        2300        20          21.0000          17.6805     18.77%
4899.65/247.43	c       247           4822        2356        20          21.0000          17.7097     18.58%
5002.73/252.61	c       253           5232        2369        20          21.0000          17.7299     18.44%
5103.89/257.71	c       258           5402        2427        20          21.0000          17.7504     18.31%
5203.08/262.78	c       263           5622        2459        20          21.0000          17.7634     18.22%
5302.26/267.79	c       268           5612        2581        20          21.0000          17.7884     18.05%
5403.34/272.85	c       273           5782        2615        20          21.0000          17.8194     17.85%
5504.52/277.93	c       278           5982        2661        20          21.0000          17.8744     17.49%
5603.70/282.97	c       283           6148        2701        20          21.0000          17.8906     17.38%
5702.88/288.02	c       288           6412        2755        20          21.0000          17.9165     17.21%
5804.69/293.12	c       293           6622        2787        20          21.0000          17.9507     16.99%
5905.79/298.17	c       298           6812        2835        20          21.0000          17.9708     16.86%
6006.26/303.20	c       303           7022        2865        20          21.0000          18.0088     16.61%
6105.43/308.25	c       308           7282        2885        20          21.0000          18.0167     16.56%
6206.58/313.30	c       313           7492        2915        20          21.0000          18.0460     16.37%
6305.75/318.33	c       318           7732        2919        20          21.0000          18.0585     16.29%
6404.94/323.39	c       323           7982        2953        20          21.0000          18.0889     16.09%
6506.09/328.41	c       328           8212        2977        20          21.0000          18.1045     15.99%
6607.35/333.57	c       334           8442        2993        20          21.0000          18.1150     15.93%
6708.63/338.66	c       339           8668        3017        20          21.0000          18.1309     15.82%
6807.90/343.67	c       344           8892        3023        20          21.0000          18.1497     15.70%
6909.18/348.70	c       349           9512        3029        20          21.0000          18.1656     15.60%
7008.46/353.71	c       354           9722        3041        20          21.0000          18.1811     15.50%
7114.27/359.05	c       359           9582        3079        20          21.0000          18.2044     15.36%
7213.69/364.07	c       364           9812        3097        20          21.0000          18.2220     15.25%
7316.16/369.29	c       369          10422        3116        20          21.0000          18.2383     15.14%
7417.44/374.34	c       374          10732        3132        20          21.0000          18.2633     14.98%
7516.72/379.38	c       379          10532        3153        20          21.0000          18.2902     14.82%
7617.99/384.44	c       384          10752        3156        20          21.0000          18.2987     14.76%
7717.21/389.49	c       390          10982        3162        20          21.0000          18.3182     14.64%
7818.49/394.52	c       395          11202        3164        20          21.0000          18.3443     14.48%
7917.81/399.59	c       400          11432        3180        20          21.0000          18.3613     14.37%
8019.10/404.64	c       405          11652        3180        20          21.0000          18.3789     14.26%
8118.40/409.69	c       410          11882        3190        20          21.0000          18.3922     14.18%
8219.66/414.74	c       415          12125        3215        20          21.0000          18.4119     14.06%
8318.96/419.79	c       420          12392        3198        20          21.0000          18.4429     13.86%
8420.24/424.84	c       425          12662        3175        20          21.0000          18.4534     13.80%
8519.54/429.89	c       430          12902        3163        20          21.0000          18.4647     13.73%
8620.82/434.93	c       435          13182        3145        20          21.0000          18.4867     13.59%
8720.14/439.98	c       440          13402        3131        20          21.0000          18.5236     13.37%
8821.99/445.10	c       445          13682        3119        20          21.0000          18.5423     13.25%
8923.29/450.16	c       450          13941        3084        20          21.0000          18.5490     13.21%
9023.97/455.21	c       455          14192        3071        20          21.0000          18.5600     13.15%
9123.27/460.24	c       460          14482        3044        20          21.0000          18.5911     12.96%
9222.58/465.29	c       465          14732        3017        20          21.0000          18.6245     12.75%
9323.88/470.34	c       470          14962        3013        20          21.0000          18.6323     12.71%
9423.14/475.39	c       475          15222        2977        20          21.0000          18.6507     12.60%
9524.39/480.45	c       480          15462        2956        20          21.0000          18.6606     12.54%
9623.66/485.49	c       486          15722        2902        20          21.0000          18.6803     12.42%
9724.91/490.54	c       491          16032        2826        20          21.0000          18.7103     12.24%
9824.19/495.56	c       496          16272        2795        20          21.0000          18.7350     12.09%
9925.44/500.64	c       501          16582        2723        20          21.0000          18.7633     11.92%
10024.71/505.67	c       506          16882        2673        20          21.0000          18.7898     11.76%
10125.96/510.70	c       511          17172        2610        20          21.0000          18.8130     11.63%
10225.23/515.73	c       516          17402        2570        20          21.0000          18.8392     11.47%
10324.52/520.77	c       521          17692        2512        20          21.0000          18.8707     11.28%
10423.79/525.79	c       526          18042        2416        20          21.0000          18.9011     11.10%
10525.05/530.89	c       531          18322        2329        20          21.0000          18.9261     10.96%
10626.32/535.92	c       536          18652        2215        20          21.0000          18.9589     10.77%
10725.59/540.96	c       541          18942        2098        20          21.0000          18.9901     10.58%
10824.86/546.00	c       546          19262        1984        20          21.0000          19.0120     10.46%
10926.64/551.06	c       551          19552        1884        20          21.0000          19.0464     10.26%
11025.94/556.06	c       556          19892        1731        20          21.0000          19.0981      9.96%
11125.37/561.13	c       561          20262        1560        20          21.0000          19.1421      9.71%
11226.59/566.14	c       566          20622        1364        20          21.0000          19.1795      9.49%
11325.66/571.15	c       571          20922        1205        20          21.0000          19.2137      9.30%
11426.35/576.20	c       576          21322         987        20          21.0000          19.2758      8.94%
11525.62/581.21	c       581          21682         725        20          21.0000          19.3413      8.58%
11624.89/586.25	c       586          22112         413        20          21.0000          19.4363      8.05%
11726.13/591.31	c       591          22582          11        20          21.0000          19.7524      6.32%
11726.13/591.39	c       591          22593           0         0          21.0000          21.0000      0.00%
11732.11/591.85	c       592          22593           0         0          21.0000          21.0000      0.00%
11732.11/591.85	c SCIP Status        : c problem is solved
11732.11/591.85	c Total Time         : 591.86
11732.11/591.85	c   solving          : 591.86
11732.11/591.85	c   presolving       : 0.13 (included in solving)
11732.11/591.85	c B&B Tree           :
11732.11/591.85	c   nodes (total)    : 22593
11732.11/591.85	c Solution           :
11732.11/591.85	c   Solutions found  : 7
11732.11/591.85	c   Primal Bound     : +2.10000000000000e+01
11732.11/591.85	c   Dual Bound       : +2.10000000000000e+01
11732.11/591.85	c Gap                : 0.00000 %
11732.11/591.86	o 21
11732.11/591.86	s OPTIMUM FOUND
11732.11/591.86	v -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 
11732.11/591.86	v -x192 -x191 -x190 x189 x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 
11732.11/591.86	v -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 x151 
11732.11/591.86	v -x150 x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 x131 x130 -x129 
11732.11/591.86	v -x128 x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 x112 x111 x110 x109 -x108 x107 
11732.11/591.86	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 
11732.11/591.86	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 
11732.11/591.86	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 
11732.11/591.86	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 
11732.11/591.86	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: 191633 MiB (185324 MiB free)
  memory of node 1: 193531 MiB (186548 MiB free)
  memory of node 2: 193531 MiB (190276 MiB free)
  memory of node 3: 193531 MiB (162352 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-4469351-1723529825/watcher-4469351-1723529825 -o /tmp/evaluation-result-4469351-1723529825/solver-4469351-1723529825 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723526225-670344 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469351-1723529825.opb -qsol -t 3600 -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=673330, runsolver pid=673327
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 80.38 80.36 79.26 23/892 673331
/proc/meminfo: memFree=741845256/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=59504 memory=47192 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/673330/stat : 673330 (fscip) R 673327 673330 670334 0 -1 4194304 10798 0 0 0 9 2 0 0 20 0 1 0 119569316 60932096 11798 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 14876 11798 2774 3035 0 11272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 59504 KiB
Current children cumulated memory: 47192 KiB

[startup+0.222095 s]*
/proc/loadavg: 80.38 80.36 79.26 23/912 673357
/proc/meminfo: memFree=741766960/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=1549060 memory=111664 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/673330/stat : 673330 (fscip) S 673327 673330 670334 0 -1 1077936128 27094 0 0 0 19 4 0 0 20 0 21 0 119569316 1586237440 27916 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 387265 27916 2790 3035 0 68496 0
[pid=673330/tid=673338] ppid=673327 vsize=1549060 memory=-6314815684546952383 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673338/stat : 673338 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27916 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673339] ppid=673327 vsize=1549060 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/673330/task/673339/stat : 673339 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673340] ppid=673327 vsize=1549060 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/673330/task/673340/stat : 673340 (fscip) S 673327 673330 670334 0 -1 1077936192 1410 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673341] ppid=673327 vsize=1549060 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/673330/task/673341/stat : 673341 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673342] ppid=673327 vsize=1549060 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/673330/task/673342/stat : 673342 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673343] ppid=673327 vsize=1549060 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/673330/task/673343/stat : 673343 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673344] ppid=673327 vsize=1549060 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/673330/task/673344/stat : 673344 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673345] ppid=673327 vsize=1549060 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/673330/task/673345/stat : 673345 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673346] ppid=673327 vsize=1549060 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/673330/task/673346/stat : 673346 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673347] ppid=673327 vsize=1549060 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/673330/task/673347/stat : 673347 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673348] ppid=673327 vsize=1549060 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/673330/task/673348/stat : 673348 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673349] ppid=673327 vsize=1549060 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/673330/task/673349/stat : 673349 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673350] ppid=673327 vsize=1549060 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/673330/task/673350/stat : 673350 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673351] ppid=673327 vsize=1549060 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/673330/task/673351/stat : 673351 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673352] ppid=673327 vsize=1549060 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/673330/task/673352/stat : 673352 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673353] ppid=673327 vsize=1549060 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/673330/task/673353/stat : 673353 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673354] ppid=673327 vsize=1549060 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/673330/task/673354/stat : 673354 (fscip) S 673327 673330 670334 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673355] ppid=673327 vsize=1549060 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/673330/task/673355/stat : 673355 (fscip) S 673327 673330 670334 0 -1 1077936192 1408 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673356] ppid=673327 vsize=1549060 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/673330/task/673356/stat : 673356 (fscip) S 673327 673330 670334 0 -1 1077936192 1407 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673357] ppid=673327 vsize=1549060 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/673330/task/673357/stat : 673357 (fscip) R 673327 673330 670334 0 -1 4194368 807 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 27982 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1549060 KiB
Current children cumulated memory: 111664 KiB

[startup+0.321919 s]*
/proc/loadavg: 80.38 80.36 79.26 24/912 673360
/proc/meminfo: memFree=741695916/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=1549060 memory=174716 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/stat : 673330 (fscip) S 673327 673330 670334 0 -1 1077936128 43075 0 0 0 26 7 0 0 20 0 21 0 119569316 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 387265 43679 2790 3035 0 84283 0
[pid=673330/tid=673338] ppid=673327 vsize=1549060 memory=4026531858 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673338/stat : 673338 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673339] ppid=673327 vsize=1549060 memory=4785919248910590106 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673339/stat : 673339 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673340] ppid=673327 vsize=1549060 memory=74510 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673340/stat : 673340 (fscip) S 673327 673330 670334 0 -1 1077936192 1410 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673341] ppid=673327 vsize=1549060 memory=74863 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673341/stat : 673341 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673342] ppid=673327 vsize=1549060 memory=75217 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673342/stat : 673342 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673343] ppid=673327 vsize=1549060 memory=79902 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673343/stat : 673343 (fscip) R 673327 673330 670334 0 -1 4194368 1271 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673344] ppid=673327 vsize=1549060 memory=43601 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673344/stat : 673344 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673345] ppid=673327 vsize=1549060 memory=23470 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673345/stat : 673345 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673346] ppid=673327 vsize=1549060 memory=3761968259269503051 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673346/stat : 673346 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673347] ppid=673327 vsize=1549060 memory=3760566394829025021 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673347/stat : 673347 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673348] ppid=673327 vsize=1549060 memory=6943526294502006880 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673348/stat : 673348 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673349] ppid=673327 vsize=1549060 memory=6944652177228980320 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673349/stat : 673349 (fscip) S 673327 673330 670334 0 -1 1077936192 1408 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673350] ppid=673327 vsize=1549060 memory=-2249333798624002415 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673350/stat : 673350 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673351] ppid=673327 vsize=1549060 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/673330/task/673351/stat : 673351 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673352] ppid=673327 vsize=1549060 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/673330/task/673352/stat : 673352 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673353] ppid=673327 vsize=1549060 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/673330/task/673353/stat : 673353 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673354] ppid=673327 vsize=1549060 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/673330/task/673354/stat : 673354 (fscip) S 673327 673330 670334 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673355] ppid=673327 vsize=1549060 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/673330/task/673355/stat : 673355 (fscip) S 673327 673330 670334 0 -1 1077936192 1408 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673356] ppid=673327 vsize=1549060 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/673330/task/673356/stat : 673356 (fscip) S 673327 673330 670334 0 -1 1077936192 1407 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673357] ppid=673327 vsize=1549060 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/673330/task/673357/stat : 673357 (fscip) S 673327 673330 670334 0 -1 1077936192 1408 0 0 0 0 0 0 0 20 0 21 0 119569332 1586237440 43679 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1549060 KiB
Current children cumulated memory: 174716 KiB

[startup+0.700821 s]
/proc/loadavg: 80.38 80.36 79.26 42/937 673403
/proc/meminfo: memFree=740955128/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=1965132 memory=980084 CPUtime=5.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/stat : 673330 (fscip) S 673327 673330 670334 0 -1 1077936128 240496 0 0 0 375 219 0 0 20 0 41 0 119569316 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 491283 245021 2806 3035 0 349828 0
[pid=673330/tid=673338] ppid=673327 vsize=1965132 memory=34092 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673338/stat : 673338 (fscip) R 673327 673330 670334 0 -1 4194368 11419 0 0 0 17 12 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673339] ppid=673327 vsize=1965132 memory=10392 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673339/stat : 673339 (fscip) R 673327 673330 670334 0 -1 4194368 10447 0 0 0 18 11 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673340] ppid=673327 vsize=1965132 memory=16108 CPUtime=0.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673340/stat : 673340 (fscip) R 673327 673330 670334 0 -1 4194368 11439 0 0 0 19 8 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673341] ppid=673327 vsize=1965132 memory=1996 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673341/stat : 673341 (fscip) R 673327 673330 670334 0 -1 4194368 10908 0 0 0 16 13 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673342] ppid=673327 vsize=1965132 memory=2268 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673342/stat : 673342 (fscip) R 673327 673330 670334 0 -1 4194368 11593 0 0 0 18 10 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673343] ppid=673327 vsize=1965132 memory=5432 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673343/stat : 673343 (fscip) R 673327 673330 670334 0 -1 4194368 10944 0 0 0 19 9 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673344] ppid=673327 vsize=1965132 memory=0 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673344/stat : 673344 (fscip) R 673327 673330 670334 0 -1 4194368 11417 0 0 0 17 11 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673345] ppid=673327 vsize=1965132 memory=0 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673345/stat : 673345 (fscip) R 673327 673330 670334 0 -1 4194368 11386 0 0 0 18 10 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673346] ppid=673327 vsize=1965132 memory=0 CPUtime=0.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673346/stat : 673346 (fscip) R 673327 673330 670334 0 -1 4194368 10917 0 0 0 19 11 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673347] ppid=673327 vsize=1965132 memory=2319751866 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/673330/task/673347/stat : 673347 (fscip) R 673327 673330 670334 0 -1 4194368 11415 0 0 0 16 10 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673348] ppid=673327 vsize=1965132 memory=1836 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/673330/task/673348/stat : 673348 (fscip) R 673327 673330 670334 0 -1 4194368 11593 0 0 0 17 9 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673349] ppid=673327 vsize=1965132 memory=38468 CPUtime=0.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673349/stat : 673349 (fscip) R 673327 673330 670334 0 -1 4194368 11442 0 0 0 18 12 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673350] ppid=673327 vsize=1965132 memory=2152 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673350/stat : 673350 (fscip) R 673327 673330 670334 0 -1 4194368 10904 0 0 0 17 12 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673351] ppid=673327 vsize=1965132 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/673330/task/673351/stat : 673351 (fscip) R 673327 673330 670334 0 -1 4194368 11422 0 0 0 18 8 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673352] ppid=673327 vsize=1965132 memory=0 CPUtime=0.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673352/stat : 673352 (fscip) R 673327 673330 670334 0 -1 4194368 11571 0 0 0 18 9 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673353] ppid=673327 vsize=1965132 memory=29273809900535888 CPUtime=0.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673353/stat : 673353 (fscip) R 673327 673330 670334 0 -1 4194368 11418 0 0 0 17 11 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673354] ppid=673327 vsize=1965132 memory=6056 CPUtime=0.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673354/stat : 673354 (fscip) R 673327 673330 670334 0 -1 1077936192 11445 0 0 0 18 9 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673355] ppid=673327 vsize=1965132 memory=104 CPUtime=0.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673355/stat : 673355 (fscip) R 673327 673330 670334 0 -1 4194368 11434 0 0 0 18 12 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673356] ppid=673327 vsize=1965132 memory=33100 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/673330/task/673356/stat : 673356 (fscip) R 673327 673330 670334 0 -1 4194368 11421 0 0 0 16 10 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673357] ppid=673327 vsize=1965132 memory=19600 CPUtime=0.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673357/stat : 673357 (fscip) R 673327 673330 670334 0 -1 4194368 10921 0 0 0 18 11 0 0 20 0 41 0 119569332 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673361] ppid=673327 vsize=1965132 memory=31356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673361/stat : 673361 (fscip) S 673327 673330 670334 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 119569350 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673362] ppid=673327 vsize=1965132 memory=3672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673362/stat : 673362 (fscip) S 673327 673330 670334 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 119569350 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673363] ppid=673327 vsize=1965132 memory=40372 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673363/stat : 673363 (fscip) S 673327 673330 670334 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 119569350 2012295168 245021 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0

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

[pid=673330/tid=673370] ppid=673327 vsize=6059060 memory=74791 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673370/stat : 673370 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673371] ppid=673327 vsize=6059060 memory=75122 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673371/stat : 673371 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673372] ppid=673327 vsize=6059060 memory=75454 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673372/stat : 673372 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673373] ppid=673327 vsize=6059060 memory=43367 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673373/stat : 673373 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673374] ppid=673327 vsize=6059060 memory=4570481358258665002 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673374/stat : 673374 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673375] ppid=673327 vsize=6059060 memory=4570481358258665002 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673375/stat : 673375 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673376] ppid=673327 vsize=6059060 memory=3054156605368933524 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673376/stat : 673376 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673377] ppid=673327 vsize=6059060 memory=-7749694995119233653 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673377/stat : 673377 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673378] ppid=673327 vsize=6059060 memory=7811589633876256608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673378/stat : 673378 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673379] ppid=673327 vsize=6059060 memory=7883928702890895200 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673379/stat : 673379 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673380] ppid=673327 vsize=6059060 memory=7955986296928823136 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673380/stat : 673380 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 119569350 6204477440 1173394 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
Current children cumulated CPU time: 11724.2 s
Current children cumulated vsize: 6059060 KiB
Current children cumulated memory: 4693576 KiB

[startup+591.601 s]
/proc/loadavg: 42.26 52.52 65.18 41/928 674196
/proc/meminfo: memFree=761031660/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=4859956 memory=3528216 CPUtime=11730.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/stat : 673330 (fscip) S 673327 673330 670334 0 -1 1077936128 6049952 0 0 0 1171161 1922 0 0 20 0 29 0 119569316 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 1214989 882054 3014 3035 0 1118186 0
[pid=673330/tid=673338] ppid=673327 vsize=4859956 memory=-6314815667383860415 CPUtime=587.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673338/stat : 673338 (fscip) R 673327 673330 670334 0 -1 4194368 349601 0 0 0 58704 65 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673339] ppid=673327 vsize=4859956 memory=5432 CPUtime=587.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673339/stat : 673339 (fscip) R 673327 673330 670334 0 -1 4194368 257087 0 0 0 58707 58 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673341] ppid=673327 vsize=4859956 memory=16108 CPUtime=587.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673341/stat : 673341 (fscip) R 673327 673330 670334 0 -1 4194368 336581 0 0 0 58696 70 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673344] ppid=673327 vsize=4859956 memory=1996 CPUtime=586.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673344/stat : 673344 (fscip) R 673327 673330 670334 0 -1 4194368 338591 0 0 0 58634 64 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673347] ppid=673327 vsize=4859956 memory=34092 CPUtime=587.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673347/stat : 673347 (fscip) R 673327 673330 670334 0 -1 4194368 320414 0 0 0 58705 66 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673350] ppid=673327 vsize=4859956 memory=10392 CPUtime=587.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673350/stat : 673350 (fscip) R 673327 673330 670334 0 -1 4194368 342510 0 0 0 58709 65 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673353] ppid=673327 vsize=4859956 memory=16108 CPUtime=580.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673353/stat : 673353 (fscip) R 673327 673330 670334 0 -1 4194368 345906 0 0 0 58004 60 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673356] ppid=673327 vsize=4859956 memory=1996 CPUtime=587.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673356/stat : 673356 (fscip) R 673327 673330 670334 0 -1 4194368 338791 0 0 0 58687 73 0 0 20 0 29 0 119569332 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673361] ppid=673327 vsize=4859956 memory=281214327008192 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673361/stat : 673361 (fscip) S 673327 673330 670334 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673362] ppid=673327 vsize=4859956 memory=4668028 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673362/stat : 673362 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673363] ppid=673327 vsize=4859956 memory=281214329410480 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673363/stat : 673363 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673364] ppid=673327 vsize=4859956 memory=2894106401442538 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673364/stat : 673364 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673365] ppid=673327 vsize=4859956 memory=281214326510352 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673365/stat : 673365 (fscip) S 673327 673330 670334 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673366] ppid=673327 vsize=4859956 memory=2894106401442538 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673366/stat : 673366 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673367] ppid=673327 vsize=4859956 memory=20284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673367/stat : 673367 (fscip) S 673327 673330 670334 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673368] ppid=673327 vsize=4859956 memory=5620 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673368/stat : 673368 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673369] ppid=673327 vsize=4859956 memory=11548 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673369/stat : 673369 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673370] ppid=673327 vsize=4859956 memory=13684 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673370/stat : 673370 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673371] ppid=673327 vsize=4859956 memory=11644 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673371/stat : 673371 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673372] ppid=673327 vsize=4859956 memory=11636 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673372/stat : 673372 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673373] ppid=673327 vsize=4859956 memory=2700 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673373/stat : 673373 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673374] ppid=673327 vsize=4859956 memory=6676 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673374/stat : 673374 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673375] ppid=673327 vsize=4859956 memory=-7448806065709801343 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673375/stat : 673375 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673376] ppid=673327 vsize=4859956 memory=6944656592387989600 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673376/stat : 673376 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673377] ppid=673327 vsize=4859956 memory=4669340 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673377/stat : 673377 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673378] ppid=673327 vsize=4859956 memory=6656426216303648864 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673378/stat : 673378 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673379] ppid=673327 vsize=4859956 memory=9023685746021654624 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673379/stat : 673379 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673380] ppid=673327 vsize=4859956 memory=6656426216303648864 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673380/stat : 673380 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 29 0 119569350 4976594944 882054 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
Current children cumulated CPU time: 11730.8 s
Current children cumulated vsize: 4859956 KiB
Current children cumulated memory: 3528216 KiB

[startup+591.801 s]
/proc/loadavg: 42.26 52.52 65.18 41/928 674196
/proc/meminfo: memFree=761031660/790760800 swapFree=131071996/131071996
[pid=673330] ppid=673327 vsize=3919468 memory=2632892 CPUtime=11732.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/stat : 673330 (fscip) R 673327 673330 670334 0 -1 4194304 6070977 0 0 0 1171283 1928 0 0 20 0 26 0 119569316 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
/proc/673330/statm: 979867 658223 3014 3035 0 927022 0
[pid=673330/tid=673338] ppid=673327 vsize=3919468 memory=20572 CPUtime=587.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673338/stat : 673338 (fscip) D 673327 673330 670334 0 -1 4194368 351136 0 0 0 58722 65 0 0 20 0 26 0 119569332 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673344] ppid=673327 vsize=3919468 memory=281214326592944 CPUtime=587.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673344/stat : 673344 (fscip) D 673327 673330 670334 0 -1 4194368 342011 0 0 0 58652 65 0 0 20 0 26 0 119569332 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673350] ppid=673327 vsize=3919468 memory=2268 CPUtime=587.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673350/stat : 673350 (fscip) D 673327 673330 670334 0 -1 4194368 345098 0 0 0 58727 66 0 0 20 0 26 0 119569332 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673353] ppid=673327 vsize=3919468 memory=1996 CPUtime=580.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673353/stat : 673353 (fscip) D 673327 673330 670334 0 -1 4194368 347217 0 0 0 58022 60 0 0 20 0 26 0 119569332 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673356] ppid=673327 vsize=3919468 memory=6720667636172276070 CPUtime=587.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673356/stat : 673356 (fscip) D 673327 673330 670334 0 -1 4194368 341187 0 0 0 58704 74 0 0 20 0 26 0 119569332 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673361] ppid=673327 vsize=3919468 memory=36152 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673361/stat : 673361 (fscip) S 673327 673330 670334 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673362] ppid=673327 vsize=3919468 memory=6628 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673362/stat : 673362 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673363] ppid=673327 vsize=3919468 memory=20572 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673363/stat : 673363 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673364] ppid=673327 vsize=3919468 memory=6856 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673364/stat : 673364 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673365] ppid=673327 vsize=3919468 memory=7112 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673365/stat : 673365 (fscip) S 673327 673330 670334 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673366] ppid=673327 vsize=3919468 memory=28784 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673366/stat : 673366 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673367] ppid=673327 vsize=3919468 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673367/stat : 673367 (fscip) S 673327 673330 670334 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673368] ppid=673327 vsize=3919468 memory=281214327048976 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673368/stat : 673368 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673369] ppid=673327 vsize=3919468 memory=4631072 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673369/stat : 673369 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673370] ppid=673327 vsize=3919468 memory=10392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673370/stat : 673370 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673371] ppid=673327 vsize=3919468 memory=5432 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673371/stat : 673371 (fscip) S 673327 673330 670334 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673372] ppid=673327 vsize=3919468 memory=16108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673372/stat : 673372 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673373] ppid=673327 vsize=3919468 memory=2268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673373/stat : 673373 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673374] ppid=673327 vsize=3919468 memory=4649488 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673374/stat : 673374 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673375] ppid=673327 vsize=3919468 memory=34092 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673375/stat : 673375 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673376] ppid=673327 vsize=3919468 memory=10392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673376/stat : 673376 (fscip) S 673327 673330 670334 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673377] ppid=673327 vsize=3919468 memory=5432 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673377/stat : 673377 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673378] ppid=673327 vsize=3919468 memory=26960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673378/stat : 673378 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673379] ppid=673327 vsize=3919468 memory=31356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673379/stat : 673379 (fscip) S 673327 673330 670334 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
[pid=673330/tid=673380] ppid=673327 vsize=3919468 memory=3672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/673330/task/673380/stat : 673380 (fscip) S 673327 673330 670334 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 26 0 119569350 4013535232 658223 809668444160 4194304 16622685 140729028263152 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 31916032 140729028269034 140729028269149 140729028269149 140729028276175 0
Current children cumulated CPU time: 11732.1 s
Current children cumulated vsize: 3919468 KiB
Current children cumulated memory: 2632892 KiB

[startup+591.901 s]*
/proc/loadavg: 42.32 52.36 65.06 22/889 674196
/proc/meminfo: memFree=765037660/790760800 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): 591.932
CPU time (s): 11732.3
CPU user time (s): 11712.9
CPU system time (s): 19.401
CPU usage (%): 1982.04
Max. virtual memory (cumulated for all children) (KiB): 6059060
Max. memory (cumulated for all children) (KiB): 4693724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11712.9
system time used= 19.401
maximum resident set size= 4693744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6082458
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= 203649
involuntary context switches= 37872


# summary of solver processes directly reported to runsolver:
#   pid: 673330
#   total CPU time (s): 11732.3
#   total CPU user time (s): 11712.9
#   total CPU system time (s): 19.401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.62591 second user time and 13.561 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-13 08:17:05
IDJOB=4469351
IDBENCH=178614
IDSOLVER=3099
FILE ID=nodeD101/4469351-1723529825
RUNJOBID= nodeD101-1723526225-670344
SLURM_JOB_ID= 8267573
Free space on /tmp= 8622844 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
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 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469351-1723529825/watcher-4469351-1723529825 -o /tmp/evaluation-result-4469351-1723529825/solver-4469351-1723529825 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723526225-670344 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469351-1723529825.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= d19cd21a9273f0af629a2ef833d8382f
RANDOM SEED=383604675

nodeD101.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	: 0x5003102
cpu MHz		: 2006.017
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 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	: 0x5003102
cpu MHz		: 2644.277
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2620.774
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3166.705
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2637.778
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 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	: 0x5003102
cpu MHz		: 1479.915
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2650.483
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3157.995
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2650.498
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 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	: 0x5003102
cpu MHz		: 1470.279
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2638.836
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3060.278
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2656.653
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 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	: 0x5003102
cpu MHz		: 1487.469
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2653.437
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2941.260
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3076.292
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 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	: 0x5003102
cpu MHz		: 1000.854
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3080.693
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3148.801
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3563.331
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 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	: 0x5003102
cpu MHz		: 1180.141
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3894.268
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2955.871
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3127.418
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 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	: 0x5003102
cpu MHz		: 1637.684
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2620.666
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2993.969
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3551.927
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 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	: 0x5003102
cpu MHz		: 2655.790
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2646.570
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2444.181
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 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	: 0x5003102
cpu MHz		: 2643.197
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2637.471
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3003.579
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3516.189
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 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	: 0x5003102
cpu MHz		: 2647.592
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2643.867
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3148.725
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2709.420
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 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	: 0x5003102
cpu MHz		: 1858.250
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2633.455
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2922.283
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2632.851
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 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	: 0x5003102
cpu MHz		: 999.625
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2653.629
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1778.526
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 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	: 0x5003102
cpu MHz		: 1197.834
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2635.583
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2630.153
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 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	: 0x5003102
cpu MHz		: 1202.613
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2644.825
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3155.259
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2631.950
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 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	: 0x5003102
cpu MHz		: 1629.676
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2572.611
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3163.719
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3248.542
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 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	: 0x5003102
cpu MHz		: 1671.294
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2813.645
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3171.341
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2622.915
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 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	: 0x5003102
cpu MHz		: 1835.179
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2635.434
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2274.386
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 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	: 0x5003102
cpu MHz		: 1824.560
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2578.951
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3111.811
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3069.365
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 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	: 0x5003102
cpu MHz		: 1528.442
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2660.586
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 1856.026
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 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	: 0x5003102
cpu MHz		: 1419.623
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2658.296
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        741897868 kB
MemAvailable:   753962280 kB
Buffers:         1025468 kB
Cached:         14362756 kB
SwapCached:            0 kB
Active:          6655772 kB
Inactive:       38855684 kB
Active(anon):       2088 kB
Inactive(anon): 30159692 kB
Active(file):    6653684 kB
Inactive(file):  8695992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64656 kB
Writeback:             0 kB
AnonPages:      30120584 kB
Mapped:           111940 kB
Shmem:             38920 kB
KReclaimable:     268524 kB
Slab:             671636 kB
SReclaimable:     268524 kB
SUnreclaim:       403112 kB
KernelStack:       15392 kB
PageTables:        68332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2719156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1062144 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1648640 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:      772096 kB
DirectMap2M:    112971776 kB
DirectMap1G:    692060160 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD101 at 2024-08-13 08:26:58