Trace number 4466005

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30OPT10 9664.95 488.514

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMc3fde33010e6ea586da81d097c34065f
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark509.323
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
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 200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 45645824, getVmSize() = 45645824, SCIPgetMemUsed() = 19873134, SCIPgetMemTotal() = 23112734, SCIPgetMemExternEstim() = 12183834
0.00/0.02	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.00/0.05	c ** Estimated virtualMemUsedAtSolver = 30651082, getVmSize() = 52592640, SCIPgetMemUsed() = 19229410, SCIPgetMemTotal() = 28966506, SCIPgetMemExternEstim() = 12183834
0.00/0.05	c ** set memory limit for solvers to 4.18852e+11 for each SCIP **
0.00/0.05	c Original Problem   :
0.00/0.05	c   Problem name     : instance-4466005-1722458595
0.00/0.05	c   Variables        : 6426 (200 binary, 0 integer, 6226 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 6626
0.00/0.05	c   Objective sense  : minimize
0.00/0.05	c Presolved Problem  :
0.00/0.05	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 200
0.00/0.05	c Constraints        : Number
0.00/0.05	c   logicor          : 200 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.10	c                                Nodes    Active                                            
0.00/0.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.11	c *       0              0           1        20         200.0000                -          -
0.21/0.13	c *       0              0           1        20          11.0000                -          -
100.25/5.27	c         5              5           4        20          11.0000           6.2687     75.47%
201.06/10.33	c        10             31          12        20          11.0000           6.4269     71.16%
300.12/15.35	c        15             98          39        20          11.0000           6.6402     65.66%
399.18/20.37	c        20            437         230        20          11.0000           6.7287     63.48%
500.19/25.42	c        25            645         438        20          11.0000           6.8837     59.80%
599.37/30.47	c        30            800         587        20          11.0000           7.0636     55.73%
700.52/35.51	c        36            972         729        20          11.0000           7.1482     53.88%
799.71/40.59	c        41           1212         955        20          11.0000           7.2638     51.44%
902.79/45.77	c        46           1414        1151        20          11.0000           7.2787     51.13%
1003.39/50.82	c        51           1602        1311        20          11.0000           7.2999     50.69%
1102.29/55.84	c        56           1842        1535        20          11.0000           7.3293     50.08%
1203.32/60.92	c        61           2102        1781        20          11.0000           7.3607     49.44%
1302.27/65.93	c        66           2243          22        20          11.0000           7.3851     48.95%
1401.37/71.01	c        71           2311          90        20          11.0000           7.3851     48.95%
1500.30/76.03	c        76           2430         209        20          11.0000           7.3851     48.95%
1602.31/81.11	c        81           2645         420        20          11.0000           7.3851     48.95%
1703.15/86.13	c        86           2890         665        20          11.0000           7.3851     48.95%
1803.58/91.21	c        91           3181         940        20          11.0000           7.3851     48.95%
1902.32/96.22	c        96           3411        1140        20          11.0000           7.3851     48.95%
2003.35/101.31	c       101           1262        1077        20          11.0000           7.4040     48.57%
2102.09/106.32	c       106           1552        1359        20          11.0000           7.4760     47.14%
2202.95/111.41	c       111           1859           3        20          11.0000           7.5669     45.37%
2301.91/116.46	c       116           1983         129        20          11.0000           7.5669     45.37%
2402.86/121.51	c       122           2041         185        20          11.0000           7.5669     45.37%
2502.01/126.56	c       127           2085         229        20          11.0000           7.5669     45.37%
2601.21/131.57	c       132           5260        3341        20          11.0000           7.5758     45.20%
2702.33/136.64	c       137           5740        3735        20          11.0000           7.5893     44.94%
2801.37/141.70	c       142           6120        4049        20          11.0000           7.6023     44.69%
2902.46/146.71	c       147           6566        4697        20          11.0000           7.6224     44.31%
3001.58/151.80	c       152           6882        4951        20          11.0000           7.6354     44.07%
3102.49/156.82	c       157           7360        5055        20          11.0000           7.6438     43.91%
3201.41/161.86	c       162           7700        5323        20          11.0000           7.6646     43.52%
3300.31/166.88	c       167           8080        5629        20          11.0000           7.7175     42.53%
3401.43/171.93	c       172           8420        5885        20          11.0000           7.7228     42.44%
3500.53/177.00	c       177           8717        6114        20          11.0000           7.7337     42.23%
3602.26/182.07	c       182           9060        6377        20          11.0000           7.7525     41.89%
3701.65/187.09	c       187           9380        6625        20          11.0000           7.7583     41.78%
3800.75/192.10	c       192           9630        6819        20          11.0000           7.7687     41.59%
3901.77/197.16	c       197          10827        7117        20          11.0000           7.7889     41.23%
4001.79/202.22	c       202          10380        7357        20          11.0000           7.7983     41.06%
4100.50/207.25	c       207          10700        7593        20          11.0000           7.8173     40.71%
4199.45/212.29	c       212          11060        7853        20          11.0000           7.8275     40.53%
4302.59/217.40	c       217          11500        8181        20          11.0000           7.8416     40.28%
4401.58/222.46	c       222          11910        8497        20          11.0000           7.8460     40.20%
4502.64/227.53	c       228          12340        8799        20          11.0000           7.8553     40.03%
4601.78/232.60	c       233          12816        9075        20          11.0000           7.8628     39.90%
4702.96/237.65	c       238          13300        9395        20          11.0000           7.8732     39.71%
4802.06/242.70	c       243          13700        9659        20          11.0000           7.8864     39.48%
4903.23/247.73	c       248          15907       10077        20          11.0000           7.8897     39.42%
5004.11/252.80	c       253          14780       10351        20          11.0000           7.9054     39.14%
5102.71/257.81	c       258          15240       10669        20          11.0000           7.9154     38.97%
5201.49/262.90	c       263          15790       11019        20          11.0000           7.9269     38.77%
5302.39/267.93	c       268          18277       11377        20          11.0000           7.9392     38.55%
5401.29/273.00	c       273          18817       11667        20          11.0000           7.9444     38.46%
5502.70/278.05	c       278          19397       11963        20          11.0000           7.9550     38.28%
5601.79/283.10	c       283          18711       14863        20          11.0000           7.9615     38.17%
5702.87/288.15	c       288          19391       15375        20          11.0000           7.9706     38.01%
5704.10/288.22	c *     288          19391       15375        20          10.0000           7.9706     25.46%
5801.97/293.20	c       293          19691        6843        20          10.0000           7.9741     25.41%
5902.18/298.23	c       298          19820        5963        20          10.0000           7.9830     25.27%
6001.10/303.26	c       303          20280        6093        20          10.0000           7.9867     25.21%
6102.19/308.34	c       308          20890        6271        20          10.0000           7.9947     25.08%
6200.97/313.35	c       313          22491        7681        20          10.0000           8.0071     24.89%
6301.70/318.44	c       318          23381        7853        20          10.0000           8.0128     24.80%
6400.89/323.50	c       324          24241        8001        20          10.0000           8.0199     24.69%
6501.84/328.55	c       329          25163        8177        20          10.0000           8.0282     24.56%
6600.82/333.60	c       334          25861        8277        20          10.0000           8.0341     24.47%
6701.61/338.65	c       339          26721        8421        20          10.0000           8.0470     24.27%
6800.52/343.70	c       344          27842        8546        20          10.0000           8.0630     24.02%
6901.40/348.71	c       349          28911        8593        20          10.0000           8.0757     23.83%
7000.46/353.73	c       354          30021        8625        20          10.0000           8.0822     23.73%
7099.33/358.78	c       359          30881        8635        20          10.0000           8.0874     23.65%
7200.29/363.83	c       364          32081        8617        20          10.0000           8.1092     23.32%
7299.22/368.88	c       369          33181        8567        20          10.0000           8.1162     23.21%
7400.15/373.93	c       374          34161        8519        20          10.0000           8.1327     22.96%
7499.33/378.99	c       379          35361        8457        20          10.0000           8.1472     22.74%
7601.17/384.04	c       384          36421        8391        20          10.0000           8.1622     22.52%
7700.40/389.10	c       389          37231        8335        20          10.0000           8.1678     22.43%
7799.72/394.14	c       394          38241        8269        20          10.0000           8.1785     22.27%
7900.73/399.18	c       399          39361        8151        20          10.0000           8.1968     22.00%
8001.09/404.22	c       404          40481        8017        20          10.0000           8.2102     21.80%
8102.13/409.33	c       409          41611        7887        20          10.0000           8.2260     21.57%
8201.11/414.40	c       414          42751        7691        20          10.0000           8.2432     21.31%
8302.16/419.41	c       419          43851        7507        20          10.0000           8.2537     21.16%
8401.37/424.50	c       424          44931        7301        20          10.0000           8.2702     20.92%
8502.28/429.51	c       430          46091        7029        20          10.0000           8.2933     20.58%
8601.25/434.57	c       435          47191        6755        20          10.0000           8.3133     20.29%
8702.28/439.61	c       440          47506        5903        20          10.0000           8.3279     20.08%
8801.40/444.64	c       445          48472        5553        20          10.0000           8.3573     19.66%
8902.48/449.70	c       450          49236        5195        20          10.0000           8.3875     19.23%
9001.61/454.75	c       455          49996        4745        20          10.0000           8.4341     18.57%
9102.57/459.84	c       460          50728        4183        20          10.0000           8.4769     17.97%
9201.45/464.90	c       465          51436        3539        20          10.0000           8.5422     17.07%
9302.41/469.92	c       470          52216        2775        20          10.0000           8.6085     16.16%
9401.14/474.95	c       475          53086        1909        20          10.0000           8.6849     15.14%
9499.77/479.97	c       480          53906        1088        20          10.0000           8.7670     14.06%
9601.23/485.05	c       485          54616         378        20          10.0000           8.8292     13.26%
9662.24/488.14	c       488          54994           0         0          10.0000          10.0000      0.00%
9664.75/488.44	c       488          54994           0         0          10.0000          10.0000      0.00%
9664.75/488.44	c SCIP Status        : c problem is solved
9664.75/488.44	c Total Time         : 488.44
9664.75/488.44	c   solving          : 488.44
9664.75/488.44	c   presolving       : 0.02 (included in solving)
9664.75/488.44	c B&B Tree           :
9664.75/488.44	c   nodes (total)    : 54994
9664.75/488.44	c Solution           :
9664.75/488.44	c   Solutions found  : 3
9664.75/488.44	c   Primal Bound     : +1.00000000000000e+01
9664.75/488.44	c   Dual Bound       : +1.00000000000000e+01
9664.75/488.44	c Gap                : 0.00000 %
9664.75/488.46	o 10
9664.75/488.46	s OPTIMUM FOUND
9664.75/488.46	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
9664.75/488.46	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
9664.75/488.46	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 
9664.75/488.46	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 x121 -x120 -x119 -x118 -x117 -x116 
9664.75/488.46	v -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
9664.75/488.46	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 x69 
9664.75/488.46	v -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 
9664.75/488.46	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 
9664.75/488.46	v -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 

Verifier Data

OK	10

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (186885 MiB free)
  memory of node 1: 193531 MiB (191587 MiB free)
  memory of node 2: 193531 MiB (190266 MiB free)
  memory of node 3: 193493 MiB (184109 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-4466005-1722458595/watcher-4466005-1722458595 -o /tmp/evaluation-result-4466005-1722458595/solver-4466005-1722458595 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70739 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466005-1722458595.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100058 s]*
/proc/loadavg: 78.41 79.84 79.47 63/1003 76683
/proc/meminfo: memFree=770850292/790760800 swapFree=131071996/131071996
[pid=76662] ppid=76659 vsize=1701736 memory=115700 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/stat : 76662 (fscip) S 76659 76662 70728 0 -1 1077936128 25709 0 0 0 15 6 0 0 20 0 41 0 12438965 1742577664 28925 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
/proc/76662/statm: 425434 28925 2742 3035 0 114895 0
[pid=76662/tid=76664] ppid=76659 vsize=1701736 memory=8390339637985935414 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76664/stat : 76664 (fscip) R 76659 76662 70728 0 -1 4194368 906 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76665] ppid=76659 vsize=1701736 memory=32309 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76665/stat : 76665 (fscip) R 76659 76662 70728 0 -1 4194368 877 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76666] ppid=76659 vsize=1701736 memory=55216921903569 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76666/stat : 76666 (fscip) R 76659 76662 70728 0 -1 4194368 843 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76667] ppid=76659 vsize=1701736 memory=59619280159299 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76667/stat : 76667 (fscip) R 76659 76662 70728 0 -1 4194368 867 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76668] ppid=76659 vsize=1701736 memory=54087395836598 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76668/stat : 76668 (fscip) R 76659 76662 70728 0 -1 4194368 899 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76669] ppid=76659 vsize=1701736 memory=53000802665379 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76669/stat : 76669 (fscip) D 76659 76662 70728 0 -1 4194368 919 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76670] ppid=76659 vsize=1701736 memory=15824382622696895 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76670/stat : 76670 (fscip) R 76659 76662 70728 0 -1 4194368 888 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76671] ppid=76659 vsize=1701736 memory=14132242834262606 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76671/stat : 76671 (fscip) R 76659 76662 70728 0 -1 4194368 941 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76672] ppid=76659 vsize=1701736 memory=3762810502322110286 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76672/stat : 76672 (fscip) R 76659 76662 70728 0 -1 4194368 897 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76673] ppid=76659 vsize=1701736 memory=3473463013817002538 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76673/stat : 76673 (fscip) R 76659 76662 70728 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76674] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76674/stat : 76674 (fscip) R 76659 76662 70728 0 -1 4194368 1003 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76675] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76675/stat : 76675 (fscip) R 76659 76662 70728 0 -1 4194368 821 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76676] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76676/stat : 76676 (fscip) R 76659 76662 70728 0 -1 4194368 916 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76677] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76677/stat : 76677 (fscip) R 76659 76662 70728 0 -1 4194368 922 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76678] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76678/stat : 76678 (fscip) D 76659 76662 70728 0 -1 4194368 890 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29123 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76679] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76679/stat : 76679 (fscip) R 76659 76662 70728 0 -1 4194368 822 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76680] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76680/stat : 76680 (fscip) D 76659 76662 70728 0 -1 4194368 837 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76681] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76681/stat : 76681 (fscip) R 76659 76662 70728 0 -1 4194368 823 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76682] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76682/stat : 76682 (fscip) R 76659 76662 70728 0 -1 4194368 842 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76683] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76683/stat : 76683 (fscip) R 76659 76662 70728 0 -1 4194368 1092 0 0 0 0 0 0 0 20 0 41 0 12438970 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76684] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76684/stat : 76684 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76685] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76685/stat : 76685 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76686] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76686/stat : 76686 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76687] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76687/stat : 76687 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76688] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76688/stat : 76688 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76689] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76689/stat : 76689 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76690] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76690/stat : 76690 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76691] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76691/stat : 76691 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76692] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76692/stat : 76692 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29189 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76693] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76693/stat : 76693 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29255 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76694] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76694/stat : 76694 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76695] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76695/stat : 76695 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76696] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76696/stat : 76696 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76697] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76697/stat : 76697 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76698] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76698/stat : 76698 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76699] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76699/stat : 76699 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76701] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76701/stat : 76701 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76700] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76700/stat : 76700 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76702] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76702/stat : 76702 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76703] ppid=76659 vsize=1701736 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76703/stat : 76703 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1742577664 29321 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 1701736 KiB
Current children cumulated memory: 115700 KiB

[startup+0.22353 s]*
/proc/loadavg: 78.41 79.84 79.47 81/1023 76703
/proc/meminfo: memFree=770688560/790760800 swapFree=131071996/131071996
[pid=76662] ppid=76659 vsize=1704268 memory=249892 CPUtime=2.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/stat : 76662 (fscip) S 76659 76662 70728 0 -1 1077936128 60839 0 0 0 199 19 0 0 20 0 41 0 12438965 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
/proc/76662/statm: 426067 62473 2950 3035 0 149374 0
[pid=76662/tid=76664] ppid=76659 vsize=1704268 memory=8318255677412212789 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76664/stat : 76664 (fscip) R 76659 76662 70728 0 -1 4194368 2278 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76665] ppid=76659 vsize=1704268 memory=207064662359 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76665/stat : 76665 (fscip) D 76659 76662 70728 0 -1 4194368 2425 0 0 0 10 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76666] ppid=76659 vsize=1704268 memory=61809696734709 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76666/stat : 76666 (fscip) R 76659 76662 70728 0 -1 4194368 2806 0 0 0 10 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76667] ppid=76659 vsize=1704268 memory=55221233680089 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76667/stat : 76667 (fscip) R 76659 76662 70728 0 -1 4194368 2042 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76668] ppid=76659 vsize=1704268 memory=61779682295743 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76668/stat : 76668 (fscip) R 76659 76662 70728 0 -1 4194368 3523 0 0 0 10 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76669] ppid=76659 vsize=1704268 memory=60688794209621 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76669/stat : 76669 (fscip) R 76659 76662 70728 0 -1 4194368 3517 0 0 0 8 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76670] ppid=76659 vsize=1704268 memory=14979957692610996 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76670/stat : 76670 (fscip) R 76659 76662 70728 0 -1 4194368 2082 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76671] ppid=76659 vsize=1704268 memory=14977754391196926 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76671/stat : 76671 (fscip) R 76659 76662 70728 0 -1 4194368 3447 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76672] ppid=76659 vsize=1704268 memory=3761687896655181409 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76672/stat : 76672 (fscip) D 76659 76662 70728 0 -1 4194368 3717 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76673] ppid=76659 vsize=1704268 memory=3690755098767861672 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76673/stat : 76673 (fscip) R 76659 76662 70728 0 -1 4194368 2039 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76674] ppid=76659 vsize=1704268 memory=0 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76674/stat : 76674 (fscip) R 76659 76662 70728 0 -1 4194368 3265 0 0 0 10 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76675] ppid=76659 vsize=1704268 memory=0 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76675/stat : 76675 (fscip) R 76659 76662 70728 0 -1 4194368 2860 0 0 0 10 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76676] ppid=76659 vsize=1704268 memory=0 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76676/stat : 76676 (fscip) R 76659 76662 70728 0 -1 4194368 2251 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76677] ppid=76659 vsize=1704268 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76677/stat : 76677 (fscip) D 76659 76662 70728 0 -1 4194368 2446 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76678] ppid=76659 vsize=1704268 memory=0 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76678/stat : 76678 (fscip) R 76659 76662 70728 0 -1 4194368 2845 0 0 0 10 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76679] ppid=76659 vsize=1704268 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76679/stat : 76679 (fscip) D 76659 76662 70728 0 -1 4194368 2043 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76680] ppid=76659 vsize=1704268 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76680/stat : 76680 (fscip) R 76659 76662 70728 0 -1 4194368 2033 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76681] ppid=76659 vsize=1704268 memory=0 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76681/stat : 76681 (fscip) R 76659 76662 70728 0 -1 4194368 2870 0 0 0 9 1 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76682] ppid=76659 vsize=1704268 memory=0 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76682/stat : 76682 (fscip) D 76659 76662 70728 0 -1 4194368 2041 0 0 0 9 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76683] ppid=76659 vsize=1704268 memory=0 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76683/stat : 76683 (fscip) D 76659 76662 70728 0 -1 4194368 2272 0 0 0 10 0 0 0 20 0 41 0 12438970 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76684] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76684/stat : 76684 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76685] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76685/stat : 76685 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76686] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76686/stat : 76686 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76687] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76687/stat : 76687 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76688] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76688/stat : 76688 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76689] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76689/stat : 76689 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76690] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76690/stat : 76690 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76691] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76691/stat : 76691 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76692] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76692/stat : 76692 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76693] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76693/stat : 76693 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76694] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76694/stat : 76694 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76695] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76695/stat : 76695 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76696] ppid=76659 vsize=1704268 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76696/stat : 76696 (fscip) S 76659 76662 70728 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12438975 1745170432 62473 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0

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

/proc/76662/task/76700/stat : 76700 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 12438975 4407734272 781821 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76702] ppid=76659 vsize=4304428 memory=279704917493416 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76702/stat : 76702 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4407734272 781821 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76703] ppid=76659 vsize=4304428 memory=279704913746408 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76703/stat : 76703 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4407734272 781821 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
Current children cumulated CPU time: 9643.82 s
Current children cumulated vsize: 4304428 KiB
Current children cumulated memory: 3127284 KiB

[startup+488.003 s]*
/proc/loadavg: 80.29 80.22 79.84 82/1024 76798
/proc/meminfo: memFree=765416464/790760800 swapFree=131071996/131071996
[pid=76662] ppid=76659 vsize=4238892 memory=3135768 CPUtime=9660.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/stat : 76662 (fscip) S 76659 76662 70728 0 -1 1077936128 3425178 0 0 0 962841 3173 0 0 20 0 41 0 12438965 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
/proc/76662/statm: 1059723 783942 3014 3035 0 903963 0
[pid=76662/tid=76664] ppid=76659 vsize=4238892 memory=-7234583669955976571 CPUtime=483.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76664/stat : 76664 (fscip) R 76659 76662 70728 0 -1 4194368 239091 0 0 0 48272 52 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76665] ppid=76659 vsize=4238892 memory=7686721470264483783 CPUtime=482.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76665/stat : 76665 (fscip) R 76659 76662 70728 0 -1 4194368 173568 0 0 0 48241 53 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76666] ppid=76659 vsize=4238892 memory=39996 CPUtime=482.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76666/stat : 76666 (fscip) R 76659 76662 70728 0 -1 4194368 84870 0 0 0 47877 394 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76667] ppid=76659 vsize=4238892 memory=8148 CPUtime=483.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76667/stat : 76667 (fscip) R 76659 76662 70728 0 -1 4194368 250700 0 0 0 48287 55 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76668] ppid=76659 vsize=4238892 memory=3428 CPUtime=482.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76668/stat : 76668 (fscip) R 76659 76662 70728 0 -1 4194368 170315 0 0 0 48245 48 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76669] ppid=76659 vsize=4238892 memory=2180 CPUtime=482.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76669/stat : 76669 (fscip) R 76659 76662 70728 0 -1 4194368 77842 0 0 0 47884 413 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76670] ppid=76659 vsize=4238892 memory=6096 CPUtime=483.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76670/stat : 76670 (fscip) R 76659 76662 70728 0 -1 4194368 253748 0 0 0 48258 56 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76671] ppid=76659 vsize=4238892 memory=1968 CPUtime=481.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76671/stat : 76671 (fscip) R 76659 76662 70728 0 -1 4194368 163158 0 0 0 48141 47 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76672] ppid=76659 vsize=4238892 memory=54204 CPUtime=482.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76672/stat : 76672 (fscip) R 76659 76662 70728 0 -1 4194368 82804 0 0 0 47916 382 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76673] ppid=76659 vsize=4238892 memory=33196 CPUtime=482.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76673/stat : 76673 (fscip) R 76659 76662 70728 0 -1 4194368 254580 0 0 0 48228 57 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76674] ppid=76659 vsize=4238892 memory=21524 CPUtime=483.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76674/stat : 76674 (fscip) R 76659 76662 70728 0 -1 4194368 157264 0 0 0 48286 40 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76675] ppid=76659 vsize=4238892 memory=100 CPUtime=483.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76675/stat : 76675 (fscip) R 76659 76662 70728 0 -1 4194368 80197 0 0 0 47880 425 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76676] ppid=76659 vsize=4238892 memory=1836 CPUtime=482.44 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76676/stat : 76676 (fscip) R 76659 76662 70728 0 -1 4194368 250184 0 0 0 48186 58 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76677] ppid=76659 vsize=4238892 memory=25988 CPUtime=483.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76677/stat : 76677 (fscip) R 76659 76662 70728 0 -1 4194368 173816 0 0 0 48343 46 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76678] ppid=76659 vsize=4238892 memory=2244 CPUtime=482.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76678/stat : 76678 (fscip) R 76659 76662 70728 0 -1 4194368 80039 0 0 0 47862 389 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76679] ppid=76659 vsize=4238892 memory=3664 CPUtime=483.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76679/stat : 76679 (fscip) R 76659 76662 70728 0 -1 4194368 248762 0 0 0 48332 56 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76680] ppid=76659 vsize=4238892 memory=39996 CPUtime=483.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76680/stat : 76680 (fscip) R 76659 76662 70728 0 -1 4194368 164644 0 0 0 48309 51 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76681] ppid=76659 vsize=4238892 memory=8148 CPUtime=482.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76681/stat : 76681 (fscip) R 76659 76662 70728 0 -1 4194368 84287 0 0 0 47795 416 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76682] ppid=76659 vsize=4238892 memory=3428 CPUtime=483.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76682/stat : 76682 (fscip) R 76659 76662 70728 0 -1 4194368 249208 0 0 0 48295 56 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76683] ppid=76659 vsize=4238892 memory=279704916491648 CPUtime=482.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76683/stat : 76683 (fscip) R 76659 76662 70728 0 -1 4194368 177211 0 0 0 48173 59 0 0 20 0 41 0 12438970 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76684] ppid=76659 vsize=4238892 memory=15820006067800953 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76684/stat : 76684 (fscip) S 76659 76662 70728 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76685] ppid=76659 vsize=4238892 memory=3762810502322110286 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76685/stat : 76685 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76686] ppid=76659 vsize=4238892 memory=6944656592455360604 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76686/stat : 76686 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76687] ppid=76659 vsize=4238892 memory=-2098195390902443307 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76687/stat : 76687 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76688] ppid=76659 vsize=4238892 memory=279704914239024 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76688/stat : 76688 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76689] ppid=76659 vsize=4238892 memory=-9001726304155952999 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76689/stat : 76689 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76690] ppid=76659 vsize=4238892 memory=-7522837583129307271 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76690/stat : 76690 (fscip) S 76659 76662 70728 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76691] ppid=76659 vsize=4238892 memory=-6442545950396040606 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76691/stat : 76691 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76692] ppid=76659 vsize=4238892 memory=1399105007669188995 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76692/stat : 76692 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76693] ppid=76659 vsize=4238892 memory=6944656592455350634 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76693/stat : 76693 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76694] ppid=76659 vsize=4238892 memory=-7017053960412665934 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76694/stat : 76694 (fscip) S 76659 76662 70728 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76695] ppid=76659 vsize=4238892 memory=6007896922259023716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76695/stat : 76695 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76696] ppid=76659 vsize=4238892 memory=6007896922259023716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76696/stat : 76696 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76697] ppid=76659 vsize=4238892 memory=-7234583669955976571 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76697/stat : 76697 (fscip) S 76659 76662 70728 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76698] ppid=76659 vsize=4238892 memory=26972 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76698/stat : 76698 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76699] ppid=76659 vsize=4238892 memory=3664 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76699/stat : 76699 (fscip) S 76659 76662 70728 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76701] ppid=76659 vsize=4238892 memory=39996 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76701/stat : 76701 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76700] ppid=76659 vsize=4238892 memory=3099132 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76700/stat : 76700 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76702] ppid=76659 vsize=4238892 memory=3428 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76702/stat : 76702 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76703] ppid=76659 vsize=4238892 memory=2180 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76703/stat : 76703 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 41 0 12438975 4340625408 783942 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
Current children cumulated CPU time: 9660.14 s
Current children cumulated vsize: 4238892 KiB
Current children cumulated memory: 3135768 KiB

[startup+488.401 s]
/proc/loadavg: 80.29 80.22 79.84 82/1024 76798
/proc/meminfo: memFree=765416464/790760800 swapFree=131071996/131071996
[pid=76662] ppid=76659 vsize=3186844 memory=2292152 CPUtime=9664.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/stat : 76662 (fscip) S 76659 76662 70728 0 -1 1077936128 3475428 0 0 0 963292 3183 0 0 20 0 26 0 12438965 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
/proc/76662/statm: 796711 573038 3014 3035 0 729504 0
[pid=76662/tid=76667] ppid=76659 vsize=3186844 memory=279704917593960 CPUtime=483.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76667/stat : 76667 (fscip) R 76659 76662 70728 0 -1 4194368 252199 0 0 0 48323 55 0 0 20 0 26 0 12438970 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76670] ppid=76659 vsize=3186844 memory=3121408 CPUtime=483.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76670/stat : 76670 (fscip) R 76659 76662 70728 0 -1 4194368 255553 0 0 0 48294 56 0 0 20 0 26 0 12438970 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76673] ppid=76659 vsize=3186844 memory=2212 CPUtime=483.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76673/stat : 76673 (fscip) R 76659 76662 70728 0 -1 4194368 256753 0 0 0 48264 57 0 0 20 0 26 0 12438970 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76676] ppid=76659 vsize=3186844 memory=6096 CPUtime=482.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76676/stat : 76676 (fscip) R 76659 76662 70728 0 -1 4194368 251842 0 0 0 48222 58 0 0 20 0 26 0 12438970 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76679] ppid=76659 vsize=3186844 memory=1968 CPUtime=484.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76679/stat : 76679 (fscip) R 76659 76662 70728 0 -1 4194368 250542 0 0 0 48368 56 0 0 20 0 26 0 12438970 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76684] ppid=76659 vsize=3186844 memory=11572 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76684/stat : 76684 (fscip) S 76659 76662 70728 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76685] ppid=76659 vsize=3186844 memory=-7234583669955976571 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76685/stat : 76685 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76686] ppid=76659 vsize=3186844 memory=36312 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76686/stat : 76686 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76687] ppid=76659 vsize=3186844 memory=4764 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76687/stat : 76687 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76688] ppid=76659 vsize=3186844 memory=20448 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76688/stat : 76688 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76689] ppid=76659 vsize=3186844 memory=6836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76689/stat : 76689 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76690] ppid=76659 vsize=3186844 memory=3135768 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76690/stat : 76690 (fscip) S 76659 76662 70728 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76691] ppid=76659 vsize=3186844 memory=3872396 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76691/stat : 76691 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76692] ppid=76659 vsize=3186844 memory=2696 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76692/stat : 76692 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76693] ppid=76659 vsize=3186844 memory=6556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76693/stat : 76693 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76694] ppid=76659 vsize=3186844 memory=4366064 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76694/stat : 76694 (fscip) S 76659 76662 70728 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76695] ppid=76659 vsize=3186844 memory=7686721470264483783 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76695/stat : 76695 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76696] ppid=76659 vsize=3186844 memory=3082124 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76696/stat : 76696 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76697] ppid=76659 vsize=3186844 memory=13992 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76697/stat : 76697 (fscip) S 76659 76662 70728 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76698] ppid=76659 vsize=3186844 memory=2966904 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76698/stat : 76698 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76699] ppid=76659 vsize=3186844 memory=31232 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76699/stat : 76699 (fscip) S 76659 76662 70728 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76701] ppid=76659 vsize=3186844 memory=28656 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76701/stat : 76701 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76700] ppid=76659 vsize=3186844 memory=7492 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76700/stat : 76700 (fscip) S 76659 76662 70728 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76702] ppid=76659 vsize=3186844 memory=2792 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76702/stat : 76702 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
[pid=76662/tid=76703] ppid=76659 vsize=3186844 memory=6676 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/76662/task/76703/stat : 76703 (fscip) S 76659 76662 70728 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 26 0 12438975 3263328256 573038 809668444160 4194304 16623229 140724360340768 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 48160768 140724360344586 140724360344704 140724360344704 140724360351728 0
Current children cumulated CPU time: 9664.75 s
Current children cumulated vsize: 3186844 KiB
Current children cumulated memory: 2292152 KiB

Child status: 0

Real time (s): 488.514
CPU time (s): 9664.95
CPU user time (s): 9633.02
CPU system time (s): 31.9302
CPU usage (%): 1978.44
Max. virtual memory (cumulated for all children) (KiB): 4304428
Max. memory (cumulated for all children) (KiB): 3137604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9633.02
system time used= 31.9302
maximum resident set size= 3139940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3484520
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= 113806
involuntary context switches= 75528


# summary of solver processes directly reported to runsolver:
#   pid: 76662
#   total CPU time (s): 9664.95
#   total CPU user time (s): 9633.02
#   total CPU system time (s): 31.9302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.78866 second user time and 11.084 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 22:43:15
IDJOB=4466005
IDBENCH=148617
IDSOLVER=3094
FILE ID=nodeD104/4466005-1722458595
RUNJOBID= nodeD104-1722454516-70739
SLURM_JOB_ID= 8254240
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4466005-1722458595/watcher-4466005-1722458595 -o /tmp/evaluation-result-4466005-1722458595/solver-4466005-1722458595 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722454516-70739 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466005-1722458595.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c3fde33010e6ea586da81d097c34065f
RANDOM SEED=2087301522

nodeD104.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2954.140
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2218.191
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3085.409
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.418
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.627
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3114.181
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.228
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3052.815
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2944.359
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2827.671
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2919.184
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3089.578
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2957.424
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3269.983
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.336
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3089.568
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.707
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3077.987
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3087.223
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3075.766
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.736
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3449.092
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3075.355
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3050.311
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2943.709
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1876.498
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3079.205
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3055.120
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2956.308
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1546.025
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3027.815
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.443
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.838
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3126.795
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3053.443
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3079.079
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.871
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2599.246
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3048.149
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.447
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2957.049
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2613.366
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3082.924
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3076.982
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2947.685
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2617.706
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.780
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3083.346
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.224
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2619.087
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.826
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3062.157
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.096
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2630.974
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3108.881
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2838.953
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.150
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.752
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3031.508
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3066.681
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2954.762
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2657.730
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3016.600
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.448
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2944.252
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3290.202
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3034.393
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.447
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2956.228
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2664.452
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3032.652
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3071.079
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2959.408
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2527.791
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3109.144
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.443
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2958.187
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3589.184
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3066.138
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3091.444
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        770917752 kB
MemAvailable:   769898436 kB
Buffers:          164088 kB
Cached:          2172544 kB
SwapCached:            0 kB
Active:           322708 kB
Inactive:       17104400 kB
Active(anon):       2228 kB
Inactive(anon): 15110784 kB
Active(file):     320480 kB
Inactive(file):  1993616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28824 kB
Writeback:             0 kB
AnonPages:      15090432 kB
Mapped:           126188 kB
Shmem:             22536 kB
KReclaimable:     172604 kB
Slab:             516328 kB
SReclaimable:     172604 kB
SUnreclaim:       343724 kB
KernelStack:       17040 kB
PageTables:        43372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1665532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           190464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:      483328 kB
DirectMap2M:    39860224 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-07-31 22:51:24