Trace number 4468780

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12SAT 14193.7 725.742

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
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 constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 3bb793453d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22319104, getVmSize() = 22319104, SCIPgetMemUsed() = 755074, SCIPgetMemTotal() = 895938, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 14930634, getVmSize() = 23932928, SCIPgetMemUsed() = 885784, SCIPgetMemTotal() = 1440672, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4468780-1723576544
0.00/0.00	c   Variables        : 86 (86 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 86 (86 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 2
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 2 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.00	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.04	c                                Nodes    Active                                            
0.00/0.04	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.99/5.13	c         5         181485          68        20                -           0.0000          -
198.66/10.16	c        10         413309          64        20                -           0.0000          -
298.70/15.21	c        15         647325          66        20                -           0.0000          -
396.77/20.25	c        20         875388          63        20                -           0.0000          -
497.43/25.30	c        25        1104575          66        20                -           0.0000          -
595.72/30.35	c        30        1322423          66        20                -           0.0000          -
696.49/35.40	c        35        1551048          67        20                -           0.0000          -
795.18/40.45	c        40        1773751          64        20                -           0.0000          -
895.77/45.50	c        46        1998308          67        20                -           0.0000          -
993.97/50.55	c        51        2220026          67        20                -           0.0000          -
1093.58/55.60	c        56        2433379          68        20                -           0.0000          -
1191.14/60.66	c        61        2652369          66        20                -           0.0000          -
1288.91/65.69	c        66        2866000          65        20                -           0.0000          -
1388.52/70.74	c        71        3076262          65        20                -           0.0000          -
1486.17/75.79	c        76        3291317          64        20                -           0.0000          -
1586.05/80.84	c        81        3510933          64        20                -           0.0000          -
1683.71/85.89	c        86        3726776          65        20                -           0.0000          -
1783.28/90.95	c        91        3943250          61        20                -           0.0000          -
1880.78/95.99	c        96        4155850          67        20                -           0.0000          -
1980.89/101.04	c       101         429368       23337        20                -           0.0000          -
2078.50/106.09	c       106        4580740          65        20                -           0.0000          -
2178.30/111.14	c       111        4791701          68        20                -           0.0000          -
2275.83/116.19	c       116         497625       26054        20                -           0.0000          -
2375.20/121.24	c       121        5220196          65        20                -           0.0000          -
2472.93/126.29	c       126        5435408          65        20                -           0.0000          -
2572.67/131.34	c       131        5646357          64        20                -           0.0000          -
2670.22/136.40	c       136        5851671          66        20                -           0.0000          -
2769.99/141.45	c       141        6063121          68        20                -           0.0000          -
2867.73/146.49	c       146        6275677          64        20                -           0.0000          -
2967.61/151.55	c       152        6487824          69        20                -           0.0000          -
3065.28/156.59	c       157        6697164          69        20                -           0.0000          -
3164.82/161.65	c       162        6905793          68        20                -           0.0000          -
3262.56/166.69	c       167        7116232          67        20                -           0.0000          -
3362.24/171.74	c       172        7325185          66        20                -           0.0000          -
3459.75/176.80	c       177        7535814          65        20                -           0.0000          -
3559.28/181.84	c       182        7747753          64        20                -           0.0000          -
3656.86/186.89	c       187        7957910          65        20                -           0.0000          -
3757.40/191.95	c       192        8171828          63        20                -           0.0000          -
3856.02/196.99	c       197        8388060          67        20                -           0.0000          -
3956.80/202.05	c       202        8603932          65        20                -           0.0000          -
4055.38/207.10	c       207        8819723          66        20                -           0.0000          -
4155.55/212.16	c       212        9034355          64        20                -           0.0000          -
4255.58/217.20	c       217        9247027          68        20                -           0.0000          -
4354.26/222.26	c       222        9461406          63        20                -           0.0000          -
4454.91/227.31	c       227        9689327          66        20                -           0.0000          -
4553.39/232.35	c       232         999044       46391        20                -           0.0000          -
4653.49/237.41	c       237       10141989          66        20                -           0.0000          -
4751.76/242.46	c       242       10369694          65        20                -           0.0000          -
4851.62/247.50	c       248       10596509          64        20                -           0.0000          -
4949.28/252.55	c       253       10823033          62        20                -           0.0000          -
5049.20/257.60	c       258        1110722       50567        20                -           0.0000          -
5147.28/262.65	c       263       11280116          65        20                -           0.0000          -
5244.96/267.70	c       268        1152121       52180        20                -           0.0000          -
5344.53/272.76	c       273       11730672          69        20                -           0.0000          -
5444.28/277.81	c       278        1196843       53662        20                -           0.0000          -
5541.68/282.85	c       283       12181543          64        20                -           0.0000          -
5641.21/287.90	c       288       12400269          64        20                -           0.0000          -
5738.89/292.95	c       293       12626013          62        20                -           0.0000          -
5836.91/298.00	c       298       12850436          67        20                -           0.0000          -
5937.07/303.05	c       303       13067285          62        20                -           0.0000          -
6035.21/308.10	c       308       13297988          63        20                -           0.0000          -
6134.89/313.15	c       313       13520157          68        20                -           0.0000          -
6233.96/318.20	c       318        1360257       60217        20                -           0.0000          -
6331.70/323.25	c       323        1379867       61609        20                -           0.0000          -
6431.30/328.30	c       328       14201039          62        20                -           0.0000          -
6529.02/333.36	c       333        1425027       64769        20                -           0.0000          -
6628.92/338.41	c       338        1449698       65848        20                -           0.0000          -
6726.77/343.45	c       343        1470630       66512        20                -           0.0000          -
6826.28/348.50	c       349       15099585          62        20                -           0.0000          -
6924.20/353.55	c       354       15325461          62        20                -           0.0000          -
7023.71/358.60	c       359       15547339          64        20                -           0.0000          -
7121.53/363.65	c       364       15768229          66        20                -           0.0000          -
7221.32/368.70	c       369       15997142          67        20                -           0.0000          -
7319.13/373.75	c       374       16218067          66        20                -           0.0000          -
7418.72/378.80	c       379       16444666          61        20                -           0.0000          -
7516.51/383.85	c       384       16672538          65        20                -           0.0000          -
7616.13/388.90	c       389        1661765       72503        20                -           0.0000          -
7714.19/393.95	c       394       17120744          65        20                -           0.0000          -
7812.10/399.01	c       399        1708162       74499        20                -           0.0000          -
7912.24/404.06	c       404        1730104       75295        20                -           0.0000          -
8010.04/409.10	c       409        1750367       76010        20                -           0.0000          -
8109.70/414.15	c       414       18013471          66        20                -           0.0000          -
8208.83/419.20	c       419       18233497          64        20                -           0.0000          -
8306.50/424.25	c       424       18453585          64        20                -           0.0000          -
8406.08/429.31	c       429       18672085          66        20                -           0.0000          -
8503.89/434.36	c       434        1737253       72816        20                -           0.0000          -
8603.32/439.41	c       439       19100847          62        20                -           0.0000          -
8701.03/444.46	c       444       19320063          68        20                -           0.0000          -
8800.73/449.50	c       450       19533469          64        20                -           0.0000          -
8898.31/454.55	c       455       19744190          69        20                -           0.0000          -
8997.91/459.60	c       460        1854574       77155        20                -           0.0000          -
9095.67/464.65	c       465       20166016          63        20                -           0.0000          -
9195.47/469.70	c       470        2012255       87602        20                -           0.0000          -
9293.21/474.75	c       475       20588770          67        20                -           0.0000          -
9393.05/479.81	c       480       20803007          64        20                -           0.0000          -
9490.46/484.85	c       485        2117027       92421        20                -           0.0000          -
9590.14/489.90	c       490       21231816          67        20                -           0.0000          -
9687.86/494.96	c       495        2162299       94827        20                -           0.0000          -
9785.60/500.00	c       500       21661948          69        20                -           0.0000          -
9885.94/505.05	c       505       21873776          65        20                -           0.0000          -
9983.60/510.10	c       510       22082680          65        20                -           0.0000          -
10082.80/515.15	c       515        2196056       94976        20                -           0.0000          -
10180.53/520.19	c       520       22511165          64        20                -           0.0000          -
10279.91/525.24	c       525       22729987          64        20                -           0.0000          -
10377.60/530.29	c       530        2323019      100279        20                -           0.0000          -
10477.27/535.34	c       535        2294898       98842        20                -           0.0000          -
10575.30/540.39	c       540       23388416          61        20                -           0.0000          -
10674.82/545.45	c       545       23601922          67        20                -           0.0000          -
10772.60/550.49	c       550       23818036          65        20                -           0.0000          -
10872.43/555.54	c       556       24035582          67        20                -           0.0000          -
10967.80/560.59	c       561       24241690          65        20                -           0.0000          -
11067.55/565.64	c       566       24458876          63        20                -           0.0000          -
11165.00/570.70	c       571       24672658          65        20                -           0.0000          -
11265.01/575.74	c       576        2374541       96826        20                -           0.0000          -
11362.73/580.79	c       581       25098344          63        20                -           0.0000          -
11462.30/585.84	c       586       25312492          67        20                -           0.0000          -
11561.86/590.90	c       591        2437611       98674        20                -           0.0000          -
11659.55/595.94	c       596       25742398          63        20                -           0.0000          -
11757.35/600.99	c       601        2634377      112193        20                -           0.0000          -
11857.29/606.04	c       606       26176324          65        20                -           0.0000          -
11955.19/611.09	c       611        2521122      101267        20                -           0.0000          -
12054.76/616.14	c       616        2689060      114474        20                -           0.0000          -
12152.44/621.19	c       621        2563670      102770        20                -           0.0000          -
12251.36/626.24	c       626       27038929          66        20                -           0.0000          -
12349.04/631.29	c       631       27257590          63        20                -           0.0000          -
12448.72/636.34	c       636        2739363      113563        20                -           0.0000          -
12546.72/641.39	c       641       27692840          61        20                -           0.0000          -
12646.31/646.44	c       646       27909712          65        20                -           0.0000          -
12743.77/651.49	c       652       28126219          64        20                -           0.0000          -
12843.41/656.54	c       657       28339641          66        20                -           0.0000          -
12942.84/661.60	c       662       28558146          67        20                -           0.0000          -
13040.62/666.64	c       667        2875166      118384        20                -           0.0000          -
13138.40/671.69	c       672        2897779      119139        20                -           0.0000          -
13238.58/676.74	c       677       29212518          63        20                -           0.0000          -
13336.21/681.79	c       682       29431815          68        20                -           0.0000          -
13435.69/686.84	c       687        2999325      125463        20                -           0.0000          -
13535.39/691.90	c       692        3021034      126216        20                -           0.0000          -
13633.21/696.94	c       697        3003669      123279        20                -           0.0000          -
13730.98/701.99	c       702       30295715          66        20                -           0.0000          -
13830.78/707.04	c       707       30514441          68        20                -           0.0000          -
13928.40/712.09	c       712       30731209          66        20                -           0.0000          -
14027.96/717.14	c       717        2928720      115372        20                -           0.0000          -
14086.55/720.17	Racing ramp-up finished after 720.1800 seconds. Selected strategy 3.
14126.64/722.22	c       722       31797102        1103        20                -           0.0000          -           0.0000          -
14192.29/725.66	c *     726       33982203        1070        20           0.0000           0.0000      0.00%           0.0000      0.00%
14193.58/725.71	c       726       34201147           0         0           0.0000           0.0000      0.00%
14193.58/725.71	c SCIP Status        : c problem is solved
14193.58/725.71	c Total Time         : 725.72
14193.58/725.71	c   solving          : 725.72
14193.58/725.71	c   presolving       : 0.00 (included in solving)
14193.58/725.71	c B&B Tree           :
14193.58/725.71	c   nodes (total)    : 34201147
14193.58/725.71	c Solution           :
14193.58/725.71	c   Solutions found  : 1
14193.58/725.71	c   Primal Bound     : +0.00000000000000e+00
14193.58/725.71	c   Dual Bound       : +0.00000000000000e+00
14193.58/725.71	c Gap                : 0.00000 %
14193.58/725.73	s SATISFIABLE
14193.58/725.73	v -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 x63 -x62 -x61 
14193.58/725.73	v -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 
14193.58/725.73	v -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 
14193.58/725.73	v -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (156545 MiB free)
  memory of node 1: 193531 MiB (170356 MiB free)
  memory of node 2: 193531 MiB (168368 MiB free)
  memory of node 3: 193493 MiB (163092 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-4468780-1723576544/watcher-4468780-1723576544 -o /tmp/evaluation-result-4468780-1723576544/solver-4468780-1723576544 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723569133-745046 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468780-1723576544.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.105581 s]*
/proc/loadavg: 52.12 58.69 65.16 59/1002 749886
/proc/meminfo: memFree=674015924/790760800 swapFree=131071996/131071996
[pid=749845] ppid=749842 vsize=1663120 memory=108532 CPUtime=1.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/stat : 749845 (fscip) S 749842 749845 745034 0 -1 1077936128 23210 0 0 0 117 26 0 0 20 0 41 0 124233856 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
/proc/749845/statm: 415780 27133 2950 3035 0 117301 0
[pid=749845/tid=749847] ppid=749842 vsize=1663120 memory=8390339637985935414 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749847/stat : 749847 (fscip) R 749842 749845 745034 0 -1 4194368 1285 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749848] ppid=749842 vsize=1663120 memory=32313 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749848/stat : 749848 (fscip) R 749842 749845 745034 0 -1 4194368 1025 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749849] ppid=749842 vsize=1663120 memory=56316433531346 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749849/stat : 749849 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 6 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749850] ppid=749842 vsize=1663120 memory=54083084091976 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749850/stat : 749850 (fscip) R 749842 749845 745034 0 -1 4194368 1286 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749851] ppid=749842 vsize=1663120 memory=61783977231038 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749851/stat : 749851 (fscip) R 749842 749845 745034 0 -1 4194368 1031 0 0 0 6 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749852] ppid=749842 vsize=1663120 memory=56282191234110 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749852/stat : 749852 (fscip) R 749842 749845 745034 0 -1 4194368 987 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749853] ppid=749842 vsize=1663120 memory=15258142724327015 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749853/stat : 749853 (fscip) R 749842 749845 745034 0 -1 4194368 1299 0 0 0 6 0 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749854] ppid=749842 vsize=1663120 memory=1210056 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749854/stat : 749854 (fscip) R 749842 749845 745034 0 -1 4194368 1008 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749855] ppid=749842 vsize=1663120 memory=3833186921657342546 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749855/stat : 749855 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749856] ppid=749842 vsize=1663120 memory=3689352117636523790 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749856/stat : 749856 (fscip) R 749842 749845 745034 0 -1 4194368 1280 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749857] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749857/stat : 749857 (fscip) R 749842 749845 745034 0 -1 4194368 1001 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749858] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749858/stat : 749858 (fscip) R 749842 749845 745034 0 -1 4194368 989 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749859] ppid=749842 vsize=1663120 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749859/stat : 749859 (fscip) R 749842 749845 745034 0 -1 4194368 1286 0 0 0 6 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749860] ppid=749842 vsize=1663120 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749860/stat : 749860 (fscip) R 749842 749845 745034 0 -1 4194368 1025 0 0 0 6 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749861] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749861/stat : 749861 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749862] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749862/stat : 749862 (fscip) R 749842 749845 745034 0 -1 4194368 1289 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749863] ppid=749842 vsize=1663120 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749863/stat : 749863 (fscip) R 749842 749845 745034 0 -1 4194368 999 0 0 0 4 0 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749864] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749864/stat : 749864 (fscip) R 749842 749845 745034 0 -1 4194368 986 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749865] ppid=749842 vsize=1663120 memory=0 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749865/stat : 749865 (fscip) R 749842 749845 745034 0 -1 4194368 1286 0 0 0 5 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749866] ppid=749842 vsize=1663120 memory=0 CPUtime=0.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749866/stat : 749866 (fscip) R 749842 749845 745034 0 -1 4194368 1020 0 0 0 6 1 0 0 20 0 41 0 124233857 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749867] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749867/stat : 749867 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749868] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749868/stat : 749868 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749869] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749869/stat : 749869 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749870] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749870/stat : 749870 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749871] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749871/stat : 749871 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749872] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749872/stat : 749872 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749873] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749873/stat : 749873 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749874] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749874/stat : 749874 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749875] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749875/stat : 749875 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749876] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749876/stat : 749876 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749877] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749877/stat : 749877 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749878] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749878/stat : 749878 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749879] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749879/stat : 749879 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749880] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749880/stat : 749880 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749881] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749881/stat : 749881 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749882] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749882/stat : 749882 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749883] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749883/stat : 749883 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749884] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749884/stat : 749884 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749885] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749885/stat : 749885 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749886] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749886/stat : 749886 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 27133 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1663120 KiB
Current children cumulated memory: 108532 KiB

[startup+0.223263 s]*
/proc/loadavg: 52.12 58.69 65.16 64/1002 749886
/proc/meminfo: memFree=673953936/790760800 swapFree=131071996/131071996
[pid=749845] ppid=749842 vsize=1663120 memory=113140 CPUtime=3.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/stat : 749845 (fscip) S 749842 749845 745034 0 -1 1077936128 24407 0 0 0 349 32 0 0 20 0 41 0 124233856 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
/proc/749845/statm: 415780 28285 2982 3035 0 118348 0
[pid=749845/tid=749847] ppid=749842 vsize=1663120 memory=8318255677412212789 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749847/stat : 749847 (fscip) R 749842 749845 745034 0 -1 4194368 1381 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749848] ppid=749842 vsize=1663120 memory=211359629656 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749848/stat : 749848 (fscip) R 749842 749845 745034 0 -1 4194368 1068 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749849] ppid=749842 vsize=1663120 memory=53017898679799 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749849/stat : 749849 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749850] ppid=749842 vsize=1663120 memory=60718791818977 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749850/stat : 749850 (fscip) R 749842 749845 745034 0 -1 4194368 1380 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749851] ppid=749842 vsize=1663120 memory=58485442379725 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749851/stat : 749851 (fscip) R 749842 749845 745034 0 -1 4194368 1060 0 0 0 18 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749852] ppid=749842 vsize=1663120 memory=52983656435175 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749852/stat : 749852 (fscip) R 749842 749845 745034 0 -1 4194368 987 0 0 0 17 2 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749853] ppid=749842 vsize=1663120 memory=14413717794240991 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749853/stat : 749853 (fscip) R 749842 749845 745034 0 -1 4194368 1484 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749854] ppid=749842 vsize=1663120 memory=1068418 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749854/stat : 749854 (fscip) R 749842 749845 745034 0 -1 4194368 1063 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749855] ppid=749842 vsize=1663120 memory=3904681565741849071 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749855/stat : 749855 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 17 2 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749856] ppid=749842 vsize=1663120 memory=3544955454583956592 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749856/stat : 749856 (fscip) R 749842 749845 745034 0 -1 4194368 1425 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749857] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749857/stat : 749857 (fscip) R 749842 749845 745034 0 -1 1077936192 1040 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749858] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749858/stat : 749858 (fscip) R 749842 749845 745034 0 -1 4194368 989 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749859] ppid=749842 vsize=1663120 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749859/stat : 749859 (fscip) R 749842 749845 745034 0 -1 4194368 1386 0 0 0 18 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749860] ppid=749842 vsize=1663120 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749860/stat : 749860 (fscip) R 749842 749845 745034 0 -1 4194368 1045 0 0 0 18 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749861] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749861/stat : 749861 (fscip) R 749842 749845 745034 0 -1 4194368 988 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749862] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749862/stat : 749862 (fscip) R 749842 749845 745034 0 -1 4194368 1496 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749863] ppid=749842 vsize=1663120 memory=0 CPUtime=0.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749863/stat : 749863 (fscip) R 749842 749845 745034 0 -1 4194368 1047 0 0 0 13 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749864] ppid=749842 vsize=1663120 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749864/stat : 749864 (fscip) R 749842 749845 745034 0 -1 4194368 986 0 0 0 17 2 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749865] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749865/stat : 749865 (fscip) R 749842 749845 745034 0 -1 4194368 1370 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749866] ppid=749842 vsize=1663120 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749866/stat : 749866 (fscip) R 749842 749845 745034 0 -1 4194368 1071 0 0 0 17 1 0 0 20 0 41 0 124233857 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749867] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749867/stat : 749867 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749868] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749868/stat : 749868 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749869] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749869/stat : 749869 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749870] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749870/stat : 749870 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749871] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749871/stat : 749871 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749872] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749872/stat : 749872 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749873] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749873/stat : 749873 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749874] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749874/stat : 749874 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749875] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749875/stat : 749875 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749876] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749876/stat : 749876 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749877] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749877/stat : 749877 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749878] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749878/stat : 749878 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749879] ppid=749842 vsize=1663120 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749879/stat : 749879 (fscip) S 749842 749845 745034 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124233861 1703034880 28285 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0

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

/proc/749845/task/749850/stat : 749850 (fscip) R 749842 749845 745034 0 -1 4194368 327296 0 0 0 70389 1020 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749851] ppid=749842 vsize=3115144 memory=28656 CPUtime=716.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749851/stat : 749851 (fscip) R 749842 749845 745034 0 -1 4194368 297637 0 0 0 70986 654 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749852] ppid=749842 vsize=3115144 memory=11572 CPUtime=692.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749852/stat : 749852 (fscip) R 749842 749845 745034 0 -1 4194368 6795 0 0 0 65713 3583 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749853] ppid=749842 vsize=3115144 memory=41076 CPUtime=713.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749853/stat : 749853 (fscip) R 749842 749845 745034 0 -1 4194368 305860 0 0 0 70256 1116 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749854] ppid=749842 vsize=3115144 memory=10824 CPUtime=716.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749854/stat : 749854 (fscip) R 749842 749845 745034 0 -1 4194368 314455 0 0 0 71057 622 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749855] ppid=749842 vsize=3115144 memory=5556 CPUtime=694.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749855/stat : 749855 (fscip) R 749842 749845 745034 0 -1 4194368 7581 0 0 0 66195 3285 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749856] ppid=749842 vsize=3115144 memory=100 CPUtime=713.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749856/stat : 749856 (fscip) R 749842 749845 745034 0 -1 1077936192 341444 0 0 0 70325 1039 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749857] ppid=749842 vsize=3115144 memory=1836 CPUtime=716.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749857/stat : 749857 (fscip) R 749842 749845 745034 0 -1 4194368 313544 0 0 0 71031 637 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749858] ppid=749842 vsize=3115144 memory=25988 CPUtime=696.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749858/stat : 749858 (fscip) R 749842 749845 745034 0 -1 4194368 6973 0 0 0 66413 3285 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749859] ppid=749842 vsize=3115144 memory=2244 CPUtime=715.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749859/stat : 749859 (fscip) R 749842 749845 745034 0 -1 4194368 135338 0 0 0 70743 823 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749860] ppid=749842 vsize=3115144 memory=31488 CPUtime=717.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749860/stat : 749860 (fscip) R 749842 749845 745034 0 -1 4194368 291702 0 0 0 71149 613 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749861] ppid=749842 vsize=3115144 memory=28656 CPUtime=697.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749861/stat : 749861 (fscip) R 749842 749845 745034 0 -1 4194368 7003 0 0 0 66325 3386 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749862] ppid=749842 vsize=3115144 memory=7492 CPUtime=715.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749862/stat : 749862 (fscip) R 749842 749845 745034 0 -1 4194368 190370 0 0 0 70643 874 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749863] ppid=749842 vsize=3115144 memory=26980 CPUtime=716.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749863/stat : 749863 (fscip) R 749842 749845 745034 0 -1 4194368 306621 0 0 0 71025 656 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749864] ppid=749842 vsize=3115144 memory=3664 CPUtime=696.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749864/stat : 749864 (fscip) R 749842 749845 745034 0 -1 4194368 7011 0 0 0 66397 3268 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749865] ppid=749842 vsize=3115144 memory=40296 CPUtime=714.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749865/stat : 749865 (fscip) R 749842 749845 745034 0 -1 4194368 169521 0 0 0 70577 918 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749866] ppid=749842 vsize=3115144 memory=8148 CPUtime=717.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749866/stat : 749866 (fscip) R 749842 749845 745034 0 -1 4194368 389500 0 0 0 71045 665 0 0 20 0 41 0 124233857 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749867] ppid=749842 vsize=3115144 memory=3428 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749867/stat : 749867 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749868] ppid=749842 vsize=3115144 memory=2180 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749868/stat : 749868 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749869] ppid=749842 vsize=3115144 memory=1744 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749869/stat : 749869 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749870] ppid=749842 vsize=3115144 memory=16220 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749870/stat : 749870 (fscip) S 749842 749845 745034 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749871] ppid=749842 vsize=3115144 memory=2212 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749871/stat : 749871 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749872] ppid=749842 vsize=3115144 memory=6096 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749872/stat : 749872 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749873] ppid=749842 vsize=3115144 memory=1968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749873/stat : 749873 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749874] ppid=749842 vsize=3115144 memory=54344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749874/stat : 749874 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749875] ppid=749842 vsize=3115144 memory=33196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749875/stat : 749875 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749876] ppid=749842 vsize=3115144 memory=21544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749876/stat : 749876 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749877] ppid=749842 vsize=3115144 memory=19228 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749877/stat : 749877 (fscip) S 749842 749845 745034 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749878] ppid=749842 vsize=3115144 memory=28716 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749878/stat : 749878 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749879] ppid=749842 vsize=3115144 memory=32884 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749879/stat : 749879 (fscip) S 749842 749845 745034 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749880] ppid=749842 vsize=3115144 memory=6988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749880/stat : 749880 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749881] ppid=749842 vsize=3115144 memory=36276 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749881/stat : 749881 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749882] ppid=749842 vsize=3115144 memory=6608 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749882/stat : 749882 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749883] ppid=749842 vsize=3115144 memory=20452 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749883/stat : 749883 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749884] ppid=749842 vsize=3115144 memory=6836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749884/stat : 749884 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749885] ppid=749842 vsize=3115144 memory=7044 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749885/stat : 749885 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749886] ppid=749842 vsize=3115144 memory=30236 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749886/stat : 749886 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 41 0 124233861 3189907456 484866 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
Current children cumulated CPU time: 14192.3 s
Current children cumulated vsize: 3115144 KiB
Current children cumulated memory: 1939464 KiB

[startup+725.703 s]
/proc/loadavg: 79.83 77.29 72.27 81/1024 750526
/proc/meminfo: memFree=644849900/790760800 swapFree=131071996/131071996
[pid=749845] ppid=749842 vsize=2124440 memory=852932 CPUtime=14193.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/stat : 749845 (fscip) S 749842 749845 745034 0 -1 1077936128 4041411 0 0 0 1387517 31841 0 0 20 0 37 0 124233856 2175426560 213745 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
/proc/749845/statm: 531110 213745 3030 3035 0 420983 0
[pid=749845/tid=749847] ppid=749842 vsize=2124440 memory=0 CPUtime=713.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749847/stat : 749847 (fscip) D 749842 749845 745034 0 -1 4194368 302455 0 0 0 70189 1118 0 0 20 0 37 0 124233857 2175426560 213233 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749848] ppid=749842 vsize=2124440 memory=25333125866717268 CPUtime=717.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749848/stat : 749848 (fscip) D 749842 749845 745034 0 -1 4194368 309588 0 0 0 71062 654 0 0 20 0 37 0 124233857 2175426560 212721 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749850] ppid=749842 vsize=2124440 memory=6720662147288350316 CPUtime=714.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749850/stat : 749850 (fscip) D 749842 749845 745034 0 -1 4194368 327298 0 0 0 70395 1021 0 0 20 0 37 0 124233857 2175426560 212721 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749851] ppid=749842 vsize=2124440 memory=2870208 CPUtime=716.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749851/stat : 749851 (fscip) D 749842 749845 745034 0 -1 4194368 297638 0 0 0 70992 655 0 0 20 0 37 0 124233857 2175426560 212209 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749853] ppid=749842 vsize=2124440 memory=139652809921432 CPUtime=713.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749853/stat : 749853 (fscip) D 749842 749845 745034 0 -1 4194372 305863 0 0 0 70261 1117 0 0 20 0 37 0 124233857 2175426560 212209 809668444160 4194304 16622685 140726131623488 0 0 0 2147221247 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749854] ppid=749842 vsize=2124440 memory=9776656 CPUtime=716.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749854/stat : 749854 (fscip) D 749842 749845 745034 0 -1 4194368 314515 0 0 0 71062 624 0 0 20 0 37 0 124233857 2175426560 212209 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749856] ppid=749842 vsize=2124440 memory=1939184 CPUtime=713.71 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749856/stat : 749856 (fscip) D 749842 749845 745034 0 -1 4194368 341445 0 0 0 70331 1040 0 0 20 0 37 0 124233857 2175426560 211697 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749857] ppid=749842 vsize=2124440 memory=0 CPUtime=716.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749857/stat : 749857 (fscip) D 749842 749845 745034 0 -1 4194368 313546 0 0 0 71037 638 0 0 20 0 37 0 124233857 2175426560 211697 809668444160 4194304 16622685 140726131623488 0 0 0 2147221247 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749858] ppid=749842 vsize=2124440 memory=279305619362144 CPUtime=697.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749858/stat : 749858 (fscip) D 749842 749845 745034 0 -1 4194368 7223 0 0 0 66418 3285 0 0 20 0 37 0 124233857 2175426560 211697 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749859] ppid=749842 vsize=2124440 memory=25333125866717268 CPUtime=715.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749859/stat : 749859 (fscip) D 749842 749845 745034 0 -1 4194368 135407 0 0 0 70748 824 0 0 20 0 37 0 124233857 2175426560 211697 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749860] ppid=749842 vsize=2124440 memory=6441325664068184 CPUtime=717.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749860/stat : 749860 (fscip) D 749842 749845 745034 0 -1 4194368 292072 0 0 0 71155 614 0 0 20 0 37 0 124233857 2175426560 211697 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749861] ppid=749842 vsize=2124440 memory=6441325664068184 CPUtime=697.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749861/stat : 749861 (fscip) D 749842 749845 745034 0 -1 4194368 7277 0 0 0 66330 3387 0 0 20 0 37 0 124233857 2175426560 211185 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749862] ppid=749842 vsize=2124440 memory=2978384 CPUtime=715.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749862/stat : 749862 (fscip) D 749842 749845 745034 0 -1 4194372 190371 0 0 0 70648 875 0 0 20 0 37 0 124233857 2175426560 211185 809668444160 4194304 16622685 140726131623488 0 0 0 2147221247 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749863] ppid=749842 vsize=2124440 memory=25333125866717268 CPUtime=716.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749863/stat : 749863 (fscip) D 749842 749845 745034 0 -1 4194368 306976 0 0 0 71030 657 0 0 20 0 37 0 124233857 2175426560 211185 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749865] ppid=749842 vsize=2124440 memory=22095018819937950 CPUtime=715.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749865/stat : 749865 (fscip) D 749842 749845 745034 0 -1 4194372 169524 0 0 0 70583 920 0 0 20 0 37 0 124233857 2175426560 210673 809668444160 4194304 16622685 140726131623488 0 0 0 2147221247 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749866] ppid=749842 vsize=2124440 memory=25333125866717268 CPUtime=717.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749866/stat : 749866 (fscip) R 749842 749845 745034 0 -1 4194368 389501 0 0 0 71051 667 0 0 20 0 37 0 124233857 2175426560 210673 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749867] ppid=749842 vsize=2124440 memory=5556 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749867/stat : 749867 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210673 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749868] ppid=749842 vsize=2124440 memory=16220 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749868/stat : 749868 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210673 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749869] ppid=749842 vsize=2124440 memory=6096 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749869/stat : 749869 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210161 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749870] ppid=749842 vsize=2124440 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749870/stat : 749870 (fscip) S 749842 749845 745034 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210161 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749871] ppid=749842 vsize=2124440 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749871/stat : 749871 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210161 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749872] ppid=749842 vsize=2124440 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749872/stat : 749872 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 210161 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749873] ppid=749842 vsize=2124440 memory=1744 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749873/stat : 749873 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209649 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749874] ppid=749842 vsize=2124440 memory=19228 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749874/stat : 749874 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209649 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749875] ppid=749842 vsize=2124440 memory=2992464 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749875/stat : 749875 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209649 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749876] ppid=749842 vsize=2124440 memory=19228 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749876/stat : 749876 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209649 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749877] ppid=749842 vsize=2124440 memory=11572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749877/stat : 749877 (fscip) S 749842 749845 745034 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749878] ppid=749842 vsize=2124440 memory=2971904 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749878/stat : 749878 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749879] ppid=749842 vsize=2124440 memory=11572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749879/stat : 749879 (fscip) S 749842 749845 745034 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749880] ppid=749842 vsize=2124440 memory=2987040 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749880/stat : 749880 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749881] ppid=749842 vsize=2124440 memory=279305618151504 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749881/stat : 749881 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749882] ppid=749842 vsize=2124440 memory=8464122324060498531 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749882/stat : 749882 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749883] ppid=749842 vsize=2124440 memory=2828 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749883/stat : 749883 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749884] ppid=749842 vsize=2124440 memory=6788 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749884/stat : 749884 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749885] ppid=749842 vsize=2124440 memory=1939184 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749885/stat : 749885 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
[pid=749845/tid=749886] ppid=749842 vsize=2124440 memory=3222734951680234 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/749845/task/749886/stat : 749886 (fscip) S 749842 749845 745034 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 37 0 124233861 2175426560 209224 809668444160 4194304 16622685 140726131623488 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 36462592 140726131626984 140726131627099 140726131627099 140726131634127 0
Current children cumulated CPU time: 14193.6 s
Current children cumulated vsize: 2124440 KiB
Current children cumulated memory: 852932 KiB

Child status: 0

Real time (s): 725.742
CPU time (s): 14193.7
CPU user time (s): 13875.2
CPU system time (s): 318.48
CPU usage (%): 1955.75
Max. virtual memory (cumulated for all children) (KiB): 4289028
Max. memory (cumulated for all children) (KiB): 2992464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13875.2
system time used= 318.48
maximum resident set size= 2993528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4041941
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= 13720894
involuntary context switches= 44047


# summary of solver processes directly reported to runsolver:
#   pid: 749845
#   total CPU time (s): 14193.7
#   total CPU user time (s): 13875.2
#   total CPU system time (s): 318.48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.30581 second user time and 16.0164 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-13 21:15:44
IDJOB=4468780
IDBENCH=148105
IDSOLVER=3099
FILE ID=nodeD104/4468780-1723576544
RUNJOBID= nodeD104-1723569133-745046
SLURM_JOB_ID= 8267889
Free space on /tmp= 8587812 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468780-1723576544/watcher-4468780-1723576544 -o /tmp/evaluation-result-4468780-1723576544/solver-4468780-1723576544 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD104-1723569133-745046 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468780-1723576544.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=599658267

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        674180136 kB
MemAvailable:   752325176 kB
Buffers:         1210244 kB
Cached:         79678152 kB
SwapCached:            0 kB
Active:         13682792 kB
Inactive:       98207312 kB
Active(anon):       2220 kB
Inactive(anon): 31038388 kB
Active(file):   13680572 kB
Inactive(file): 67168924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28368 kB
Writeback:             0 kB
AnonPages:      31002192 kB
Mapped:           137804 kB
Shmem:             38920 kB
KReclaimable:    1430516 kB
Slab:            1984360 kB
SReclaimable:    1430516 kB
SUnreclaim:       553844 kB
KernelStack:       16560 kB
PageTables:        76572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8562820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1087104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4079616 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:     1306624 kB
DirectMap2M:    231974912 kB
DirectMap1G:    572522496 kB

Free space on /tmp at the end= 8587860 MiB
End job on nodeD104 at 2024-08-13 21:27:50