Trace number 4468107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09OPT10 8153.56 411.944

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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 44171264, getVmSize() = 44171264, SCIPgetMemUsed() = 19024686, SCIPgetMemTotal() = 21710414, 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 = 29671684, getVmSize() = 51232768, SCIPgetMemUsed() = 18380962, SCIPgetMemTotal() = 27610442, 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-4468107-1723228479
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.25/0.14	c *       0              0           1        20          11.0000                -          -
99.43/5.21	c         5            613           1        20          11.0000           6.2872     74.96%
200.60/10.31	c        10             31          12        20          11.0000           6.4269     71.16%
299.63/15.34	c        15            159          72        20          11.0000           6.6402     65.66%
398.69/20.38	c        20            482         273        20          11.0000           6.7981     61.81%
499.94/25.43	c        25            642         437        20          11.0000           6.9927     57.31%
599.12/30.46	c        30            824         611        20          11.0000           7.0636     55.73%
700.37/35.51	c        36           1002         757        20          11.0000           7.1495     53.86%
799.58/40.53	c        41           1242         985        20          11.0000           7.2669     51.37%
898.78/45.57	c        46           1472        1205        20          11.0000           7.2816     51.07%
999.96/50.62	c        51           1662        1365        20          11.0000           7.3077     50.53%
1098.93/55.66	c        56           1902        1595        20          11.0000           7.3363     49.94%
1200.03/60.71	c        61           2212        1881        20          11.0000           7.3851     48.95%
1299.17/65.73	c        66           2261          40        20          11.0000           7.3851     48.95%
1398.36/70.74	c        71           2344         123        20          11.0000           7.3851     48.95%
1497.54/75.76	c        76           2501         280        20          11.0000           7.3851     48.95%
1598.64/80.87	c        81           2696         471        20          11.0000           7.3851     48.95%
1699.73/85.92	c        86           2949         722        20          11.0000           7.3851     48.95%
1749.35/88.44	c *      88           3142         905        20          10.0000           7.3851     35.41%
1798.86/90.98	c        91           3270         721        20          10.0000           7.3851     35.41%
1897.94/96.00	c        96           3601         896        20          10.0000           7.3851     35.41%
1999.42/101.05	c       101           4040        1107        20          10.0000           7.3851     35.41%
2098.67/106.10	c       106           4343        1242        20          10.0000           7.3851     35.41%
2197.83/111.13	c       111           4476        1876        20          10.0000           7.4071     35.01%
2300.34/116.23	c       116           4550        1742        20          10.0000           7.4857     33.59%
2399.27/121.28	c       121           5190        1994        20          10.0000           7.5116     33.13%
2500.31/126.33	c       126           5770        2210        20          10.0000           7.5568     32.33%
2599.23/131.34	c       131           6410        2406        20          10.0000           7.5896     31.76%
2700.28/136.43	c       136           6980        2580        20          10.0000           7.6141     31.34%
2801.38/141.57	c       142           7490        2740        20          10.0000           7.6345     30.98%
2900.50/146.58	c       147           7990        2892        20          10.0000           7.6569     30.60%
3001.63/151.67	c       152           8547        3027        20          10.0000           7.6869     30.09%
3102.78/156.71	c       157           9041        3125        20          10.0000           7.7220     29.50%
3201.95/161.80	c       162           9574        3224        20          10.0000           7.7370     29.25%
3303.21/166.82	c       167          10150        3330        20          10.0000           7.7586     28.89%
3402.31/171.88	c       172          10660        3426        20          10.0000           7.7851     28.45%
3503.48/176.92	c       177          11130        3504        20          10.0000           7.8072     28.09%
3605.30/182.03	c       182          11650        3590        20          10.0000           7.8193     27.89%
3704.34/187.11	c       187          12096        3682        20          10.0000           7.8331     27.66%
3805.26/192.17	c       192          12620        3792        20          10.0000           7.8478     27.42%
3905.87/197.21	c       197          13010        3864        20          10.0000           7.8619     27.20%
4005.17/202.27	c       202          13360        3930        20          10.0000           7.8742     27.00%
4104.21/207.28	c       207          13920        4012        20          10.0000           7.8864     26.80%
4205.38/212.32	c       212          14380        4100        20          10.0000           7.9016     26.56%
4304.56/217.38	c       217          15060        4220        20          10.0000           7.9117     26.40%
4405.58/222.45	c       222          15540        3998        20          10.0000           7.9251     26.18%
4506.55/227.51	c       228          16217        4057        20          10.0000           7.9435     25.89%
4607.72/232.61	c       233          16782        4126        20          10.0000           7.9535     25.73%
4706.68/237.63	c       238          17235        4173        20          10.0000           7.9543     25.72%
4805.67/242.68	c       243          17827        4211        20          10.0000           7.9637     25.57%
4906.83/247.71	c       248          18227        4245        20          10.0000           7.9766     25.37%
5005.97/252.75	c       253          18959        4309        20          10.0000           7.9854     25.23%
5105.15/257.79	c       258          19667        4361        20          10.0000           7.9980     25.03%
5206.20/262.86	c       263          20337        4413        20          10.0000           8.0020     24.97%
5306.67/267.95	c       268          20146        5617        20          10.0000           8.0091     24.86%
5405.70/273.00	c       273          21697        4503        20          10.0000           8.0181     24.72%
5507.47/278.05	c       278          22680        5458        20          10.0000           8.0267     24.58%
5606.61/283.10	c       283          23027        4597        20          10.0000           8.0325     24.49%
5707.46/288.15	c       288          23647        4627        20          10.0000           8.0397     24.38%
5806.52/293.18	c       293          24247        4651        20          10.0000           8.0448     24.30%
5906.95/298.25	c       298          26721        6641        20          10.0000           8.0552     24.14%
6006.14/303.29	c       303          26876        7405        20          10.0000           8.0712     23.90%
6107.26/308.35	c       308          27986        7411        20          10.0000           8.0930     23.56%
6208.36/313.40	c       313          29186        7349        20          10.0000           8.1035     23.40%
6307.17/318.45	c       318          29998        7293        20          10.0000           8.1201     23.15%
6408.12/323.50	c       324          30926        7247        20          10.0000           8.1366     22.90%
6507.43/328.55	c       329          32036        7179        20          10.0000           8.1640     22.49%
6608.25/333.60	c       334          33266        7049        20          10.0000           8.1815     22.23%
6707.24/338.62	c       339          34336        6909        20          10.0000           8.1968     22.00%
6806.34/343.65	c       344          35396        6755        20          10.0000           8.2074     21.84%
6905.44/348.70	c       349          36346        6597        20          10.0000           8.2228     21.61%
7006.56/353.75	c       354          37536        6335        20          10.0000           8.2498     21.22%
7107.69/358.85	c       359          38496        6089        20          10.0000           8.2743     20.86%
7206.73/363.89	c       364          39476        5795        20          10.0000           8.3072     20.38%
7307.70/368.95	c       369          40381        5426        20          10.0000           8.3378     19.93%
7406.87/374.00	c       374          41166        5011        20          10.0000           8.3926     19.15%
7506.06/379.02	c       379          41866        4507        20          10.0000           8.4504     18.34%
7607.87/384.06	c       384          42546        3874        20          10.0000           8.5227     17.33%
7706.73/389.07	c       389          43266        3160        20          10.0000           8.5834     16.50%
7805.21/394.07	c       394          43886        2540        20          10.0000           8.6314     15.86%
7903.76/399.11	c       399          46611        1497        20          10.0000           8.7061     14.86%
8004.44/404.18	c       404          47291         816        20          10.0000           8.7842     13.84%
8104.49/409.23	c       409          47861         246        20          10.0000           8.8604     12.86%
8149.93/411.56	c       412          48107           0         0          10.0000          10.0000      0.00%
8153.23/411.89	c       412          48107           0         0          10.0000          10.0000      0.00%
8153.23/411.89	c SCIP Status        : c problem is solved
8153.23/411.89	c Total Time         : 411.89
8153.23/411.89	c   solving          : 411.89
8153.23/411.89	c   presolving       : 0.02 (included in solving)
8153.23/411.89	c B&B Tree           :
8153.23/411.89	c   nodes (total)    : 48107
8153.23/411.89	c Solution           :
8153.23/411.89	c   Solutions found  : 3
8153.23/411.89	c   Primal Bound     : +1.00000000000000e+01
8153.23/411.89	c   Dual Bound       : +1.00000000000000e+01
8153.23/411.89	c Gap                : 0.00000 %
8153.50/411.90	o 10
8153.50/411.90	s OPTIMUM FOUND
8153.50/411.90	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
8153.50/411.90	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
8153.50/411.90	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 
8153.50/411.90	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 x122 x121 -x120 -x119 -x118 -x117 -x116 
8153.50/411.90	v -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 
8153.50/411.90	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 
8153.50/411.90	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 
8153.50/411.90	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 
8153.50/411.90	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: 191633 MiB (152584 MiB free)
  memory of node 1: 193531 MiB (177558 MiB free)
  memory of node 2: 193531 MiB (174365 MiB free)
  memory of node 3: 193531 MiB (165488 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-4468107-1723228479/watcher-4468107-1723228479 -o /tmp/evaluation-result-4468107-1723228479/solver-4468107-1723228479 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536701 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468107-1723228479.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=540447, runsolver pid=540444
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 80.24 80.57 79.42 64/1005 540468
/proc/meminfo: memFree=685965348/790760804 swapFree=131071996/131071996
[pid=540447] ppid=540444 vsize=1700316 memory=126256 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/stat : 540447 (fscip) S 540444 540447 536690 0 -1 1077936128 27921 0 0 0 14 11 0 0 20 0 41 0 89430472 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
/proc/540447/statm: 425079 31564 2758 3035 0 116919 0
[pid=540447/tid=540449] ppid=540444 vsize=1700316 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/540447/task/540449/stat : 540449 (fscip) D 540444 540447 536690 0 -1 4194368 921 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540450] ppid=540444 vsize=1700316 memory=67123 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540450/stat : 540450 (fscip) R 540444 540447 536690 0 -1 4194368 1107 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540451] ppid=540444 vsize=1700316 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/540447/task/540451/stat : 540451 (fscip) D 540444 540447 536690 0 -1 4194368 919 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540452] ppid=540444 vsize=1700316 memory=52983572464199 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540452/stat : 540452 (fscip) R 540444 540447 536690 0 -1 4194368 1051 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540453] ppid=540444 vsize=1700316 memory=60684465603260 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540453/stat : 540453 (fscip) D 540444 540447 536690 0 -1 4194368 944 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540454] ppid=540444 vsize=1700316 memory=55182679606333 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540454/stat : 540454 (fscip) R 540444 540447 536690 0 -1 4194368 1110 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540455] ppid=540444 vsize=1700316 memory=14132238522516992 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540455/stat : 540455 (fscip) D 540444 540447 536690 0 -1 4194368 936 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540456] ppid=540444 vsize=1700316 memory=1128758 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540456/stat : 540456 (fscip) D 540444 540447 536690 0 -1 4194368 916 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540457] ppid=540444 vsize=1700316 memory=4050763775790547025 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540457/stat : 540457 (fscip) D 540444 540447 536690 0 -1 4194368 985 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540458] ppid=540444 vsize=1700316 memory=4122542102464954449 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540458/stat : 540458 (fscip) D 540444 540447 536690 0 -1 4194368 1020 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540459] ppid=540444 vsize=1700316 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/540447/task/540459/stat : 540459 (fscip) D 540444 540447 536690 0 -1 4194368 940 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540460] ppid=540444 vsize=1700316 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/540447/task/540460/stat : 540460 (fscip) R 540444 540447 536690 0 -1 4194368 1109 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540461] ppid=540444 vsize=1700316 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/540447/task/540461/stat : 540461 (fscip) R 540444 540447 536690 0 -1 4194368 1110 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540462] ppid=540444 vsize=1700316 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/540447/task/540462/stat : 540462 (fscip) R 540444 540447 536690 0 -1 4194368 1108 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540463] ppid=540444 vsize=1700316 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/540447/task/540463/stat : 540463 (fscip) R 540444 540447 536690 0 -1 4194368 1107 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540464] ppid=540444 vsize=1700316 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/540447/task/540464/stat : 540464 (fscip) D 540444 540447 536690 0 -1 4194368 920 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540465] ppid=540444 vsize=1700316 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/540447/task/540465/stat : 540465 (fscip) R 540444 540447 536690 0 -1 4194368 1121 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540466] ppid=540444 vsize=1700316 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/540447/task/540466/stat : 540466 (fscip) D 540444 540447 536690 0 -1 4194368 938 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540467] ppid=540444 vsize=1700316 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/540447/task/540467/stat : 540467 (fscip) D 540444 540447 536690 0 -1 4194368 942 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540468] ppid=540444 vsize=1700316 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/540447/task/540468/stat : 540468 (fscip) D 540444 540447 536690 0 -1 4194368 1032 0 0 0 0 0 0 0 20 0 41 0 89430477 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540469] ppid=540444 vsize=1700316 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/540447/task/540469/stat : 540469 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31564 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540470] ppid=540444 vsize=1700316 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/540447/task/540470/stat : 540470 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540471] ppid=540444 vsize=1700316 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/540447/task/540471/stat : 540471 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540472] ppid=540444 vsize=1700316 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/540447/task/540472/stat : 540472 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540473] ppid=540444 vsize=1700316 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/540447/task/540473/stat : 540473 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540474] ppid=540444 vsize=1700316 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/540447/task/540474/stat : 540474 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540475] ppid=540444 vsize=1700316 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/540447/task/540475/stat : 540475 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540476] ppid=540444 vsize=1700316 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/540447/task/540476/stat : 540476 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540477] ppid=540444 vsize=1700316 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/540447/task/540477/stat : 540477 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540478] ppid=540444 vsize=1700316 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/540447/task/540478/stat : 540478 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540479] ppid=540444 vsize=1700316 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/540447/task/540479/stat : 540479 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540480] ppid=540444 vsize=1700316 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/540447/task/540480/stat : 540480 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540481] ppid=540444 vsize=1700316 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/540447/task/540481/stat : 540481 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540482] ppid=540444 vsize=1700316 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/540447/task/540482/stat : 540482 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540483] ppid=540444 vsize=1700316 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/540447/task/540483/stat : 540483 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540484] ppid=540444 vsize=1700316 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/540447/task/540484/stat : 540484 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540485] ppid=540444 vsize=1700316 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/540447/task/540485/stat : 540485 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540486] ppid=540444 vsize=1700316 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/540447/task/540486/stat : 540486 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540487] ppid=540444 vsize=1700316 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/540447/task/540487/stat : 540487 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540488] ppid=540444 vsize=1700316 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/540447/task/540488/stat : 540488 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1741123584 31675 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1700316 KiB
Current children cumulated memory: 126256 KiB

[startup+0.22933 s]*
/proc/loadavg: 80.24 80.57 79.42 77/1025 540488
/proc/meminfo: memFree=685788992/790760804 swapFree=131071996/131071996
[pid=540447] ppid=540444 vsize=1730028 memory=254480 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/540447/stat : 540447 (fscip) S 540444 540447 536690 0 -1 1077936128 59678 0 0 0 197 21 0 0 20 0 41 0 89430472 1771548672 63620 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
/proc/540447/statm: 432507 63620 2950 3035 0 150224 0
[pid=540447/tid=540449] ppid=540444 vsize=1730028 memory=8318255677412212789 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/540447/task/540449/stat : 540449 (fscip) R 540444 540447 536690 0 -1 4194368 2262 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63686 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540450] ppid=540444 vsize=1730028 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/540447/task/540450/stat : 540450 (fscip) R 540444 540447 536690 0 -1 4194368 2618 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63686 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540451] ppid=540444 vsize=1730028 memory=61809696769523 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/540447/task/540451/stat : 540451 (fscip) R 540444 540447 536690 0 -1 4194368 2263 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63686 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540452] ppid=540444 vsize=1730028 memory=59619280226013 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/540447/task/540452/stat : 540452 (fscip) R 540444 540447 536690 0 -1 4194368 2429 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63686 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540453] ppid=540444 vsize=1730028 memory=57385930786761 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/540447/task/540453/stat : 540453 (fscip) R 540444 540447 536690 0 -1 4194368 3480 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540454] ppid=540444 vsize=1730028 memory=62917899012579 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/540447/task/540454/stat : 540454 (fscip) R 540444 540447 536690 0 -1 4194368 3621 0 0 0 10 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540455] ppid=540444 vsize=1730028 memory=15817789847930036 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/540447/task/540455/stat : 540455 (fscip) D 540444 540447 536690 0 -1 4194368 2315 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540456] ppid=540444 vsize=1730028 memory=1120054 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/540447/task/540456/stat : 540456 (fscip) R 540444 540447 536690 0 -1 4194368 3250 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540457] ppid=540444 vsize=1730028 memory=4121130320944955474 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/540447/task/540457/stat : 540457 (fscip) R 540444 540447 536690 0 -1 4194368 1943 0 0 0 10 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540458] ppid=540444 vsize=1730028 memory=3690196538237386837 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/540447/task/540458/stat : 540458 (fscip) R 540444 540447 536690 0 -1 4194368 2430 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540459] ppid=540444 vsize=1730028 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/540447/task/540459/stat : 540459 (fscip) D 540444 540447 536690 0 -1 4194368 3008 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540460] ppid=540444 vsize=1730028 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/540447/task/540460/stat : 540460 (fscip) D 540444 540447 536690 0 -1 4194368 2003 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540461] ppid=540444 vsize=1730028 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/540447/task/540461/stat : 540461 (fscip) R 540444 540447 536690 0 -1 4194368 2505 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540462] ppid=540444 vsize=1730028 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/540447/task/540462/stat : 540462 (fscip) R 540444 540447 536690 0 -1 4194368 2986 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540463] ppid=540444 vsize=1730028 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/540447/task/540463/stat : 540463 (fscip) R 540444 540447 536690 0 -1 4194368 3090 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540464] ppid=540444 vsize=1730028 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/540447/task/540464/stat : 540464 (fscip) D 540444 540447 536690 0 -1 4194368 2309 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540465] ppid=540444 vsize=1730028 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/540447/task/540465/stat : 540465 (fscip) D 540444 540447 536690 0 -1 4194368 2601 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540466] ppid=540444 vsize=1730028 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/540447/task/540466/stat : 540466 (fscip) R 540444 540447 536690 0 -1 4194368 2658 0 0 0 9 1 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540467] ppid=540444 vsize=1730028 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/540447/task/540467/stat : 540467 (fscip) D 540444 540447 536690 0 -1 4194368 2270 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540468] ppid=540444 vsize=1730028 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/540447/task/540468/stat : 540468 (fscip) R 540444 540447 536690 0 -1 4194368 1981 0 0 0 9 0 0 0 20 0 41 0 89430477 1771548672 63752 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540469] ppid=540444 vsize=1730028 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/540447/task/540469/stat : 540469 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540470] ppid=540444 vsize=1730028 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/540447/task/540470/stat : 540470 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540471] ppid=540444 vsize=1730028 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/540447/task/540471/stat : 540471 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540472] ppid=540444 vsize=1730028 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/540447/task/540472/stat : 540472 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540473] ppid=540444 vsize=1730028 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/540447/task/540473/stat : 540473 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540474] ppid=540444 vsize=1730028 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/540447/task/540474/stat : 540474 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540475] ppid=540444 vsize=1730028 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/540447/task/540475/stat : 540475 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540476] ppid=540444 vsize=1730028 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/540447/task/540476/stat : 540476 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540477] ppid=540444 vsize=1730028 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/540447/task/540477/stat : 540477 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540478] ppid=540444 vsize=1730028 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/540447/task/540478/stat : 540478 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540479] ppid=540444 vsize=1730028 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/540447/task/540479/stat : 540479 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540480] ppid=540444 vsize=1730028 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/540447/task/540480/stat : 540480 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540481] ppid=540444 vsize=1730028 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/540447/task/540481/stat : 540481 (fscip) S 540444 540447 536690 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 89430482 1771548672 63818 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0

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

/proc/540447/statm: 1046949 782661 3014 3035 0 890143 0
[pid=540447/tid=540449] ppid=540444 vsize=4187312 memory=6720664346243907180 CPUtime=407.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540449/stat : 540449 (fscip) R 540444 540447 536690 0 -1 4194368 214085 0 0 0 40710 47 0 0 20 0 39 0 89430477 4287807488 782541 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540450] ppid=540444 vsize=4187312 memory=65696 CPUtime=408.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540450/stat : 540450 (fscip) R 540444 540447 536690 0 -1 4194368 145674 0 0 0 40787 38 0 0 20 0 39 0 89430477 4287807488 782541 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540451] ppid=540444 vsize=4187312 memory=7628 CPUtime=407.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540451/stat : 540451 (fscip) D 540444 540447 536690 0 -1 4194368 135470 0 0 0 40567 208 0 0 20 0 39 0 89430477 4287807488 782541 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540452] ppid=540444 vsize=4187312 memory=18468 CPUtime=408.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540452/stat : 540452 (fscip) R 540444 540447 536690 0 -1 4194368 222720 0 0 0 40767 48 0 0 20 0 39 0 89430477 4287807488 782522 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540453] ppid=540444 vsize=4187312 memory=20268 CPUtime=407.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540453/stat : 540453 (fscip) R 540444 540447 536690 0 -1 4194368 159468 0 0 0 40693 45 0 0 20 0 39 0 89430477 4287807488 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540454] ppid=540444 vsize=4187312 memory=38604 CPUtime=408.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540454/stat : 540454 (fscip) R 540444 540447 536690 0 -1 4194368 134003 0 0 0 40631 194 0 0 20 0 39 0 89430477 4287807488 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540455] ppid=540444 vsize=4186728 memory=33100 CPUtime=407.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540455/stat : 540455 (fscip) R 540444 540447 536690 0 -1 4194368 227344 0 0 0 40700 49 0 0 20 0 39 0 89430477 4287209472 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540456] ppid=540444 vsize=4186728 memory=2244 CPUtime=408.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540456/stat : 540456 (fscip) R 540444 540447 536690 0 -1 4194368 158647 0 0 0 40773 51 0 0 20 0 39 0 89430477 4287209472 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540457] ppid=540444 vsize=4186728 memory=19936 CPUtime=407.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540457/stat : 540457 (fscip) D 540444 540447 536690 0 -1 4194368 137794 0 0 0 40579 211 0 0 20 0 39 0 89430477 4287209472 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540458] ppid=540444 vsize=4186728 memory=0 CPUtime=407.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540458/stat : 540458 (fscip) R 540444 540447 536690 0 -1 4194368 222504 0 0 0 40732 49 0 0 20 0 39 0 89430477 4287209472 782403 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540459] ppid=540444 vsize=4186728 memory=6720664346243907180 CPUtime=407.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540459/stat : 540459 (fscip) R 540444 540447 536690 0 -1 4194368 152836 0 0 0 40755 43 0 0 20 0 39 0 89430477 4287209472 781997 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540460] ppid=540444 vsize=4186728 memory=11532 CPUtime=407.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540460/stat : 540460 (fscip) D 540444 540447 536690 0 -1 4194368 144401 0 0 0 40513 210 0 0 20 0 39 0 89430477 4287209472 781622 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540461] ppid=540444 vsize=4186728 memory=11484 CPUtime=407.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540461/stat : 540461 (fscip) R 540444 540447 536690 0 -1 4194368 225389 0 0 0 40703 51 0 0 20 0 39 0 89430477 4287209472 781622 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540462] ppid=540444 vsize=4186728 memory=11480 CPUtime=404.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540462/stat : 540462 (fscip) R 540444 540447 536690 0 -1 4194368 152097 0 0 0 40452 42 0 0 20 0 39 0 89430477 4287209472 781110 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540463] ppid=540444 vsize=4186728 memory=2776 CPUtime=408.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540463/stat : 540463 (fscip) D 540444 540447 536690 0 -1 4194368 142724 0 0 0 40607 214 0 0 20 0 39 0 89430477 4287209472 781110 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540464] ppid=540444 vsize=4186728 memory=6512 CPUtime=405.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540464/stat : 540464 (fscip) R 540444 540447 536690 0 -1 4194368 214078 0 0 0 40552 44 0 0 20 0 39 0 89430477 4287209472 780598 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540465] ppid=540444 vsize=4186728 memory=11536 CPUtime=406.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540465/stat : 540465 (fscip) R 540444 540447 536690 0 -1 4194368 153286 0 0 0 40630 44 0 0 20 0 39 0 89430477 4287209472 780598 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540466] ppid=540444 vsize=4186728 memory=31324 CPUtime=408.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540466/stat : 540466 (fscip) R 540444 540447 536690 0 -1 4194368 138547 0 0 0 40600 201 0 0 20 0 39 0 89430477 4287209472 780089 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540467] ppid=540444 vsize=4186728 memory=10556 CPUtime=407.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540467/stat : 540467 (fscip) R 540444 540447 536690 0 -1 4194368 224367 0 0 0 40734 48 0 0 20 0 39 0 89430477 4287209472 780089 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540468] ppid=540444 vsize=4186728 memory=5472 CPUtime=408.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540468/stat : 540468 (fscip) D 540444 540447 536690 0 -1 4194368 156776 0 0 0 40761 49 0 0 20 0 39 0 89430477 4287209472 779577 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540469] ppid=540444 vsize=4186728 memory=16204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540469/stat : 540469 (fscip) S 540444 540447 536690 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 779577 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540470] ppid=540444 vsize=4186728 memory=279957781763424 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540470/stat : 540470 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 779067 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540471] ppid=540444 vsize=4186728 memory=164 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540471/stat : 540471 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 778648 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540472] ppid=540444 vsize=4186728 memory=6944652177228980320 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540472/stat : 540472 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 778274 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540473] ppid=540444 vsize=4186728 memory=46084 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540473/stat : 540473 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 778274 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540474] ppid=540444 vsize=4186728 memory=48292 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540474/stat : 540474 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 777872 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540475] ppid=540444 vsize=4186728 memory=50225 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540475/stat : 540475 (fscip) S 540444 540447 536690 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 777360 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540477] ppid=540444 vsize=4186728 memory=11536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540477/stat : 540477 (fscip) S 540444 540447 536690 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 776336 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540478] ppid=540444 vsize=4186728 memory=6720664346243907180 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540478/stat : 540478 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 776336 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540479] ppid=540444 vsize=4186728 memory=68009 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540479/stat : 540479 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775824 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540480] ppid=540444 vsize=4186728 memory=84725 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540480/stat : 540480 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540481] ppid=540444 vsize=4186728 memory=35181 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540481/stat : 540481 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540482] ppid=540444 vsize=4186728 memory=45452 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540482/stat : 540482 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540483] ppid=540444 vsize=4186728 memory=1327716 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540483/stat : 540483 (fscip) S 540444 540447 536690 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540484] ppid=540444 vsize=4186728 memory=31324 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540484/stat : 540484 (fscip) S 540444 540447 536690 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540485] ppid=540444 vsize=4186728 memory=10556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540485/stat : 540485 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540487] ppid=540444 vsize=4186728 memory=16204 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540487/stat : 540487 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540488] ppid=540444 vsize=4186728 memory=2268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540488/stat : 540488 (fscip) S 540444 540447 536690 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 39 0 89430482 4287209472 775453 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
Current children cumulated CPU time: 8151.8 s
Current children cumulated vsize: 4188220 KiB
Current children cumulated memory: 3130164 KiB

[startup+411.801 s]
/proc/loadavg: 81.22 81.06 80.11 81/1022 540841
/proc/meminfo: memFree=702019568/790760804 swapFree=131071996/131071996
[pid=540447] ppid=540444 vsize=3176348 memory=2211532 CPUtime=8153.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/stat : 540447 (fscip) S 540444 540447 536690 0 -1 1077936128 3486019 0 0 0 813412 1911 0 0 20 0 19 0 89430472 3252580352 552883 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
/proc/540447/statm: 794087 552883 3014 3035 0 695903 0
[pid=540447/tid=540449] ppid=540444 vsize=3175328 memory=5472 CPUtime=407.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540449/stat : 540449 (fscip) R 540444 540447 536690 0 -1 4194368 215051 0 0 0 40727 47 0 0 20 0 19 0 89430477 3251535872 552628 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540452] ppid=540444 vsize=3174308 memory=11536 CPUtime=408.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540452/stat : 540452 (fscip) R 540444 540447 536690 0 -1 4194368 224429 0 0 0 40785 48 0 0 20 0 19 0 89430477 3250491392 552628 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540455] ppid=540444 vsize=3174308 memory=11536 CPUtime=407.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540455/stat : 540455 (fscip) R 540444 540447 536690 0 -1 4194368 228543 0 0 0 40718 49 0 0 20 0 19 0 89430477 3250491392 552482 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540458] ppid=540444 vsize=3173724 memory=6720664346243907180 CPUtime=407.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540458/stat : 540458 (fscip) D 540444 540447 536690 0 -1 4194368 224268 0 0 0 40749 50 0 0 20 0 19 0 89430477 3249893376 552482 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540461] ppid=540444 vsize=3173724 memory=2772 CPUtime=407.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540461/stat : 540461 (fscip) R 540444 540447 536690 0 -1 4194368 226485 0 0 0 40721 51 0 0 20 0 19 0 89430477 3249893376 552482 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540464] ppid=540444 vsize=3173724 memory=6644 CPUtime=406.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540464/stat : 540464 (fscip) R 540444 540447 536690 0 -1 4194368 215418 0 0 0 40570 45 0 0 20 0 19 0 89430477 3249893376 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540467] ppid=540444 vsize=3173440 memory=3172944 CPUtime=408 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540467/stat : 540467 (fscip) R 540444 540447 536690 0 -1 4194368 226144 0 0 0 40752 48 0 0 20 0 19 0 89430477 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540469] ppid=540444 vsize=3173440 memory=2692 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540469/stat : 540469 (fscip) S 540444 540447 536690 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540470] ppid=540444 vsize=3173440 memory=6784 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540470/stat : 540470 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540472] ppid=540444 vsize=3173440 memory=2744 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540472/stat : 540472 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540473] ppid=540444 vsize=3173440 memory=6552 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540473/stat : 540473 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540474] ppid=540444 vsize=3173440 memory=6877040 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540474/stat : 540474 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552412 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540479] ppid=540444 vsize=3173440 memory=2776 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540479/stat : 540479 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552159 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540480] ppid=540444 vsize=3173440 memory=6508 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540480/stat : 540480 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552159 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540482] ppid=540444 vsize=3173440 memory=4891800 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540482/stat : 540482 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3249602560 552159 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540484] ppid=540444 vsize=3172428 memory=31324 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540484/stat : 540484 (fscip) S 540444 540447 536690 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 89430482 3248566272 552159 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540485] ppid=540444 vsize=3172428 memory=10556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540485/stat : 540485 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 89430482 3248566272 552159 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540488] ppid=540444 vsize=3172428 memory=5472 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540488/stat : 540488 (fscip) S 540444 540447 536690 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 89430482 3248566272 551906 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
Current children cumulated CPU time: 8153.23 s
Current children cumulated vsize: 3176348 KiB
Current children cumulated memory: 2211532 KiB

[startup+411.901 s]
/proc/loadavg: 81.22 81.06 80.11 81/1022 540841
/proc/meminfo: memFree=702019568/790760804 swapFree=131071996/131071996
[pid=540447] ppid=540444 vsize=1837532 memory=936600 CPUtime=8153.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/stat : 540447 (fscip) R 540444 540447 536690 0 -1 4194304 3495929 0 0 0 813432 1918 0 0 20 0 12 0 89430472 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
/proc/540447/statm: 459383 234150 3014 3035 0 417319 0
[pid=540447/tid=540469] ppid=540444 vsize=1837532 memory=3233828 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540469/stat : 540469 (fscip) S 540444 540447 536690 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540470] ppid=540444 vsize=1837532 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/540447/task/540470/stat : 540470 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540472] ppid=540444 vsize=1837532 memory=5472 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540472/stat : 540472 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540473] ppid=540444 vsize=1837532 memory=279957781535424 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540473/stat : 540473 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540474] ppid=540444 vsize=1837532 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540474/stat : 540474 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540479] ppid=540444 vsize=1837532 memory=279957781648368 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540479/stat : 540479 (fscip) S 540444 540447 536690 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540480] ppid=540444 vsize=1837532 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540480/stat : 540480 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540482] ppid=540444 vsize=1837532 memory=279957780330320 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540482/stat : 540482 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540484] ppid=540444 vsize=1837532 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/540447/task/540484/stat : 540484 (fscip) S 540444 540447 536690 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540485] ppid=540444 vsize=1837532 memory=279957779762048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540485/stat : 540485 (fscip) S 540444 540447 536690 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
[pid=540447/tid=540488] ppid=540444 vsize=1837532 memory=3130088 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/540447/task/540488/stat : 540488 (fscip) S 540444 540447 536690 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 12 0 89430482 1881632768 234150 809668444160 4194304 16622877 140723794036080 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 42110976 140723794039785 140723794039901 140723794039901 140723794046927 0
Current children cumulated CPU time: 8153.5 s
Current children cumulated vsize: 1837532 KiB
Current children cumulated memory: 936600 KiB

Child status: 0

Real time (s): 411.944
CPU time (s): 8153.56
CPU user time (s): 8134.33
CPU system time (s): 19.2238
CPU usage (%): 1979.29
Max. virtual memory (cumulated for all children) (KiB): 4275116
Max. memory (cumulated for all children) (KiB): 3251668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8134.33
system time used= 19.2238
maximum resident set size= 3254704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3497310
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= 88071
involuntary context switches= 49834


# summary of solver processes directly reported to runsolver:
#   pid: 540447
#   total CPU time (s): 8153.56
#   total CPU user time (s): 8134.33
#   total CPU system time (s): 19.2238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.18914 second user time and 9.55607 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-09 20:34:39
IDJOB=4468107
IDBENCH=148617
IDSOLVER=3097
FILE ID=nodeD102/4468107-1723228479
RUNJOBID= nodeD102-1723224822-536701
SLURM_JOB_ID= 8266903
Free space on /tmp= 8588216 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
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-4468107-1723228479/watcher-4468107-1723228479 -o /tmp/evaluation-result-4468107-1723228479/solver-4468107-1723228479 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723224822-536701 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468107-1723228479.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c3fde33010e6ea586da81d097c34065f
RANDOM SEED=40787786

nodeD102.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		: 2990.182
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		: 2079.908
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.495
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	: 5005.96
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		: 3029.476
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	: 5005.94
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		: 2992.723
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		: 2597.876
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.480
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	: 5005.96
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		: 2812.197
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	: 5005.94
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		: 2992.722
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		: 2592.409
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.481
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	: 5005.96
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		: 3030.203
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	: 5005.94
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		: 2992.724
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		: 2600.856
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.480
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	: 5005.96
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		: 3006.293
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	: 5005.94
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		: 2992.723
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		: 3580.965
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3016.486
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	: 5005.96
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		: 3009.497
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	: 5005.94
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		: 2992.723
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		: 3162.333
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3020.218
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	: 5005.96
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		: 3031.597
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	: 5005.94
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		: 2992.724
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		: 1519.858
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.461
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	: 5005.96
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		: 3031.580
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	: 5005.94
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		: 2992.730
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		: 3535.641
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3020.194
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	: 5005.96
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		: 3031.551
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	: 5005.94
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		: 2987.668
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		: 1713.901
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.445
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	: 5005.96
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		: 3008.927
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	: 5005.94
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		: 2992.736
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		: 3242.817
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.429
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	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3019.235
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	: 5005.94
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		: 2992.695
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		: 2890.215
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.418
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	: 5005.96
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		: 3009.521
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	: 5005.94
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		: 2974.736
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		: 2845.903
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.400
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	: 5005.96
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		: 3031.451
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	: 5005.94
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		: 2991.317
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		: 3186.242
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3021.388
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	: 5005.96
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		: 3031.424
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	: 5005.94
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		: 2992.501
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		: 2495.354
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3014.358
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	: 5005.96
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		: 3031.391
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	: 5005.94
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		: 2992.491
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		: 2627.289
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3020.147
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	: 5005.96
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		: 3019.829
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	: 5005.94
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		: 2861.407
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		: 2629.109
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3017.872
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	: 5005.96
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		: 3013.289
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	: 5005.94
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		: 2992.378
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		: 2643.349
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3014.505
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	: 5005.96
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		: 3011.340
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	: 5005.94
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		: 2992.310
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        686099172 kB
MemAvailable:   749044248 kB
Buffers:          998512 kB
Cached:         64755064 kB
SwapCached:            0 kB
Active:          9259532 kB
Inactive:       91111796 kB
Active(anon):       2260 kB
Inactive(anon): 34646240 kB
Active(file):    9257272 kB
Inactive(file): 56465556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28428 kB
Writeback:            60 kB
AnonPages:      34617040 kB
Mapped:           135320 kB
Shmem:             30728 kB
KReclaimable:    1283552 kB
Slab:            1800860 kB
SReclaimable:    1283552 kB
SUnreclaim:       517308 kB
KernelStack:       16960 kB
PageTables:        84412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3120884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           825600 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3729408 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:      784384 kB
DirectMap2M:    132882432 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8588192 MiB
End job on nodeD102 at 2024-08-09 20:41:31