Trace number 4467654

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-09SAT 44760.1 2284.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
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.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
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 constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
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: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22319104, getVmSize() = 22319104, SCIPgetMemUsed() = 721401, SCIPgetMemTotal() = 885729, 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 = 14929464, getVmSize() = 23896064, SCIPgetMemUsed() = 845335, SCIPgetMemTotal() = 1368655, 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-4467654-1723223236
0.00/0.00	c   Variables        : 70 (70 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        : 70 (70 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           : 1 
0.00/0.00	c   logicor          : 1 
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)
96.93/5.11	c         5         160375          48        20                -           0.0000          -
196.24/10.16	c        10         363882          43        20                -           0.0000          -
295.41/15.21	c        15          87019       10870        20                -           0.0000          -
392.89/20.25	c        20         114504       13089        20                -           0.0000          -
492.12/25.30	c        25         142458       15911        20                -           0.0000          -
589.62/30.35	c        30         171537       19404        20                -           0.0000          -
687.15/35.40	c        35         196947       22746        20                -           0.0000          -
786.64/40.44	c        40         223903       25352        20                -           0.0000          -
884.19/45.49	c        46         251302       26907        20                -           0.0000          -
983.53/50.54	c        51         280196       31119        20                -           0.0000          -
1080.88/55.59	c        56         302002       34257        20                -           0.0000          -
1180.24/60.64	c        61         329804       37995        20                -           0.0000          -
1277.67/65.69	c        66         359477       39580        20                -           0.0000          -
1377.33/70.73	c        71         389261       41440        20                -           0.0000          -
1474.84/75.78	c        76         423960       44027        20                -           0.0000          -
1574.57/80.83	c        81         455653       46646        20                -           0.0000          -
1671.95/85.88	c        86         484716       49457        20                -           0.0000          -
1771.62/90.93	c        91         513598       51657        20                -           0.0000          -
1869.59/95.98	c        96         546404       54619        20                -           0.0000          -
1969.62/101.03	c       101         579305       57334        20                -           0.0000          -
2066.88/106.08	c       106         609659       59314        20                -           0.0000          -
2166.24/111.13	c       111         641844       61721        20                -           0.0000          -
2263.67/116.19	c       116         671512       64353        20                -           0.0000          -
2362.73/121.23	c       121         700911       67132        20                -           0.0000          -
2460.48/126.28	c       126         729709       69338        20                -           0.0000          -
2559.88/131.32	c       131         759751       71798        20                -           0.0000          -
2657.50/136.37	c       136         790762       74827        20                -           0.0000          -
2757.29/141.42	c       141         822009       77476        20                -           0.0000          -
2854.79/146.47	c       146         853159       80038        20                -           0.0000          -
2954.17/151.52	c       152         884099       82460        20                -           0.0000          -
3051.60/156.57	c       157         911781       84544        20                -           0.0000          -
3151.20/161.62	c       162         941748       87549        20                -           0.0000          -
3248.50/166.67	c       167         970085       90004        20                -           0.0000          -
3347.95/171.72	c       172         999397       92226        20                -           0.0000          -
3445.35/176.77	c       177        1028299       94160        20                -           0.0000          -
3544.79/181.82	c       182        1056772       96191        20                -           0.0000          -
3642.36/186.87	c       187        1082774       98291        20                -           0.0000          -
3742.16/191.92	c       192        1109786      100369        20                -           0.0000          -
3839.63/196.98	c       197        1137157      101957        20                -           0.0000          -
3937.25/202.02	c       202        1168429      104263        20                -           0.0000          -
4036.98/207.07	c       207        1196956      106319        20                -           0.0000          -
4136.62/212.13	c       212        1221660      108055        20                -           0.0000          -
4233.99/217.17	c       217        1248230      109587        20                -           0.0000          -
4332.83/222.22	c       222        1280414      111943        20                -           0.0000          -
4430.63/227.28	c       227        1309714      113977        20                -           0.0000          -
4530.04/232.32	c       232        1334995      116274        20                -           0.0000          -
4627.96/237.37	c       237        1364719      118472        20                -           0.0000          -
4727.34/242.42	c       242        1395122      120865        20                -           0.0000          -
4824.95/247.47	c       247       10180325          34        20                -           0.0000          -
4924.15/252.52	c       253        1451579      125184        20                -           0.0000          -
5021.43/257.58	c       258        1481752      127612        20                -           0.0000          -
5120.84/262.63	c       263       10801777          44        20                -           0.0000          -
5218.21/267.67	c       268        1544509      130959        20                -           0.0000          -
5317.73/272.73	c       273        1573413      132885        20                -           0.0000          -
5415.27/277.77	c       278        1602918      134848        20                -           0.0000          -
5514.66/282.82	c       283        1632224      136712        20                -           0.0000          -
5612.24/287.87	c       288        1659241      138189        20                -           0.0000          -
5712.31/292.93	c       293        1685977      139778        20                -           0.0000          -
5809.90/297.98	c       298        1718242      142868        20                -           0.0000          -
5907.33/303.02	c       303        1745228      144758        20                -           0.0000          -
6007.17/308.08	c       308        1775783      147062        20                -           0.0000          -
6106.82/313.12	c       313        1804215      148879        20                -           0.0000          -
6204.14/318.17	c       318       13089396          49        20                -           0.0000          -
6303.06/323.23	c       323       13296768          43        20                -           0.0000          -
6400.42/328.27	c       328       13506173          44        20                -           0.0000          -
6499.99/333.32	c       333       13714020          43        20                -           0.0000          -
6598.03/338.38	c       338       13923981          38        20                -           0.0000          -
6697.31/343.42	c       343       14133304          43        20                -           0.0000          -
6794.51/348.47	c       348       14343314          45        20                -           0.0000          -
6893.98/353.53	c       354       14553330          45        20                -           0.0000          -
6991.59/358.58	c       359       14755393          36        20                -           0.0000          -
7091.17/363.62	c       364       14961960          43        20                -           0.0000          -
7188.51/368.67	c       369       15171763          48        20                -           0.0000          -
7287.91/373.72	c       374       15375866          47        20                -           0.0000          -
7385.51/378.77	c       379       15580170          45        20                -           0.0000          -
7485.07/383.82	c       384       15789674          39        20                -           0.0000          -
7582.70/388.86	c       389       15997084          43        20                -           0.0000          -
7682.29/393.90	c       394       16206456          39        20                -           0.0000          -
7779.93/398.97	c       399       16414533          40        20                -           0.0000          -
7879.65/404.02	c       404       16621806          43        20                -           0.0000          -
7977.23/409.07	c       409       16828927          52        20                -           0.0000          -
8076.68/414.12	c       414       17040917          44        20                -           0.0000          -
8174.37/419.17	c       419       17253171          46        20                -           0.0000          -
8273.42/424.23	c       424       17464318          41        20                -           0.0000          -
8370.92/429.27	c       429       17668906          45        20                -           0.0000          -
8470.51/434.32	c       434       17877662          39        20                -           0.0000          -
8568.19/439.38	c       439       18088986          45        20                -           0.0000          -
8667.83/444.42	c       444       18298960          41        20                -           0.0000          -
8765.38/449.47	c       449       18511911          46        20                -           0.0000          -
8864.79/454.53	c       455       18724347          40        20                -           0.0000          -
8962.41/459.57	c       460       18936738          43        20                -           0.0000          -
9062.49/464.63	c       465       19151090          41        20                -           0.0000          -
9159.98/469.67	c       470       19357526          43        20                -           0.0000          -
9259.59/474.73	c       475       19566387          44        20                -           0.0000          -
9357.05/479.78	c       480       19774761          46        20                -           0.0000          -
9456.51/484.82	c       485       19988168          41        20                -           0.0000          -
9553.86/489.87	c       490       20198863          42        20                -           0.0000          -
9651.62/494.89	c       495       20408453          42        20                -           0.0000          -
9751.27/499.97	c       500       20620376          45        20                -           0.0000          -
9848.80/505.02	c       505       20830491          40        20                -           0.0000          -
9948.77/510.06	c       510       21036299          46        20                -           0.0000          -
10046.55/515.11	c       515       21250999          46        20                -           0.0000          -
10146.36/520.17	c       520       21462278          45        20                -           0.0000          -
10245.80/525.22	c       525        2468305      232753        20                -           0.0000          -
10343.53/530.27	c       530       21893244          43        20                -           0.0000          -
10443.24/535.32	c       535       22106573          44        20                -           0.0000          -
10541.22/540.37	c       540       22317805          40        20                -           0.0000          -
10640.93/545.42	c       545       22531225          42        20                -           0.0000          -
10738.71/550.47	c       550       22741513          42        20                -           0.0000          -
10838.67/555.52	c       556       22958046          41        20                -           0.0000          -
10936.49/560.54	c       561       23170982          45        20                -           0.0000          -
11034.26/565.60	c       566       23380004          43        20                -           0.0000          -
11134.15/570.65	c       571       23594917          42        20                -           0.0000          -
11233.91/575.72	c       576       23808407          42        20                -           0.0000          -
11331.75/580.77	c       581       24021298          47        20                -           0.0000          -
11431.53/585.83	c       586        2705377      252089        20                -           0.0000          -
11529.31/590.87	c       591       24447602          45        20                -           0.0000          -
11629.16/595.93	c       596       24661071          42        20                -           0.0000          -
11726.87/600.98	c       601       24874540          41        20                -           0.0000          -
11826.94/606.02	c       606       25086852          43        20                -           0.0000          -
11924.96/611.07	c       611       25300413          44        20                -           0.0000          -
12022.85/616.09	c       616       25514126          41        20                -           0.0000          -
12120.47/621.11	c       621       25722724          43        20                -           0.0000          -
12220.10/626.18	c       626       25931826          51        20                -           0.0000          -
12319.34/631.23	c       631       26143624          41        20                -           0.0000          -
12419.18/636.33	c       636       26361271          44        20                -           0.0000          -
12517.02/641.37	c       641       26574674          41        20                -           0.0000          -
12616.49/646.42	c       646       26789166          39        20                -           0.0000          -
12714.28/651.47	c       651       27001990          41        20                -           0.0000          -
12814.19/656.52	c       657       27213447          44        20                -           0.0000          -
12911.79/661.57	c       662       27426456          39        20                -           0.0000          -
13011.51/666.62	c       667       27639148          39        20                -           0.0000          -
13109.44/671.68	c       672       27853075          40        20                -           0.0000          -
13209.08/676.73	c       677       28068309          42        20                -           0.0000          -
13306.80/681.77	c       682       28282936          45        20                -           0.0000          -
13406.49/686.82	c       687       28496361          42        20                -           0.0000          -
13504.43/691.87	c       692       28707973          40        20                -           0.0000          -
13603.97/696.92	c       697       28924999          40        20                -           0.0000          -
13701.58/701.97	c       702       29142067          48        20                -           0.0000          -
13801.70/707.02	c       707       29355522          41        20                -           0.0000          -
13899.32/712.07	c       712       29565034          43        20                -           0.0000          -
13997.24/717.12	c       717       29777421          42        20                -           0.0000          -
14096.98/722.17	c       722       29991502          41        20                -           0.0000          -
14195.89/727.22	c       727       30201814          41        20                -           0.0000          -
14293.69/732.27	c       732       30416919          42        20                -           0.0000          -
14393.31/737.30	c       737       30629665          42        20                -           0.0000          -
14490.97/742.35	c       742       30841925          42        20                -           0.0000          -
14590.75/747.40	c       747       31052971          40        20                -           0.0000          -
14688.54/752.45	c       752       31261664          41        20                -           0.0000          -
14786.21/757.48	c       757       31467234          41        20                -           0.0000          -
14886.04/762.50	c       763        3534609      306778        20                -           0.0000          -
14983.64/767.56	c       768        3561891      307973        20                -           0.0000          -
15083.36/772.60	c       773       32102449          40        20                -           0.0000          -
15180.91/777.66	c       778       32311597          46        20                -           0.0000          -
15280.67/782.71	c       783       32523469          42        20                -           0.0000          -
15378.48/787.76	c       788       32736136          37        20                -           0.0000          -
15478.23/792.81	c       793       32946737          32        20                -           0.0000          -
15575.82/797.89	c       798       33154757          48        20                -           0.0000          -
15675.50/802.94	c       803       33374661          46        20                -           0.0000          -
15773.38/807.99	c       808       33588562          45        20                -           0.0000          -
15873.69/813.08	c       813       33803074          45        20                -           0.0000          -
15973.25/818.13	c       818       34011978          43        20                -           0.0000          -
16070.87/823.17	c       823       34223777          46        20                -           0.0000          -
16169.91/828.20	c       828       34436015          44        20                -           0.0000          -
16267.67/833.27	c       833       34646283          40        20                -           0.0000          -
16367.46/838.33	c       838       34860996          41        20                -           0.0000          -
16465.08/843.37	c       843       35078919          48        20                -           0.0000          -
16564.84/848.42	c       848       35292837          48        20                -           0.0000          -
16662.48/853.48	c       853       35506410          43        20                -           0.0000          -
16762.17/858.53	c       859       35720598          45        20                -           0.0000          -
16859.94/863.57	c       864       35932880          43        20                -           0.0000          -
16959.68/868.62	c       869       36144749          48        20                -           0.0000          -
17057.47/873.67	c       874       36359130          47        20                -           0.0000          -
17157.24/878.73	c       879       36575086          41        20                -           0.0000          -
17255.14/883.77	c       884       36792947          44        20                -           0.0000          -
17352.81/888.78	c       889       37010150          45        20                -           0.0000          -
17452.69/893.81	c       894        4154910      344791        20                -           0.0000          -
17550.60/898.86	c       899        4178115      346398        20                -           0.0000          -
17650.27/903.92	c       904       37656399          44        20                -           0.0000          -
17748.15/908.97	c       909       37872059          42        20                -           0.0000          -
17848.40/914.07	c       914       38083419          40        20                -           0.0000          -
17948.12/919.13	c       919       38298085          42        20                -           0.0000          -
18046.06/924.18	c       924       38514409          42        20                -           0.0000          -
18145.17/929.22	c       929       38728633          42        20                -           0.0000          -
18242.84/934.27	c       934       38945930          45        20                -           0.0000          -
18342.60/939.33	c       939       39160301          42        20                -           0.0000          -
18440.23/944.38	c       944       39374869          42        20                -           0.0000          -
18539.95/949.42	c       949       39591083          42        20                -           0.0000          -
18637.62/954.48	c       954       39802365          42        20                -           0.0000          -
18737.60/959.52	c       960       40020118          45        20                -           0.0000          -
18835.09/964.58	c       965        5126310      406365        20                -           0.0000          -
18934.71/969.62	c       970        5151596      407940        20                -           0.0000          -
19032.22/974.67	c       975        5180381      409714        20                -           0.0000          -
19131.92/979.72	c       980        5211013      411870        20                -           0.0000          -
19229.55/984.77	c       985       41094338          43        20                -           0.0000          -
19329.37/989.82	c       990       41312268          45        20                -           0.0000          -
19426.98/994.88	c       995       41525971          42        20                -           0.0000          -
19526.81/999.93	c      1000       41742679          40        20                -           0.0000          -
19624.57/1004.98	c      1005       41952362          45        20                -           0.0000          -
19724.99/1010.03	c      1010       42171404          45        20                -           0.0000          -
19822.65/1015.07	c      1015       42385383          42        20                -           0.0000          -
19922.26/1020.12	c      1020       42602313          44        20                -           0.0000          -
20019.84/1025.17	c      1025       42813351          44        20                -           0.0000          -
20119.24/1030.21	c      1030       43029260          41        20                -           0.0000          -
20216.99/1035.24	c      1035       43240259          40        20                -           0.0000          -
20315.15/1040.28	c      1040       43449117          38        20                -           0.0000          -
20414.90/1045.34	c      1045       43660367          42        20                -           0.0000          -
20514.68/1050.42	c      1050       43876268          41        20                -           0.0000          -
20612.49/1055.45	c      1055       44090773          46        20                -           0.0000          -
20712.02/1060.52	c      1061       44309648          45        20                -           0.0000          -
20809.28/1065.55	c      1066       44522491          42        20                -           0.0000          -
20906.86/1070.60	c      1071       44726678          45        20                -           0.0000          -
21004.17/1075.64	c      1076       44941918          41        20                -           0.0000          -
21101.76/1080.69	c      1081       45160577          46        20                -           0.0000          -
21201.46/1085.76	c      1086       45371857          44        20                -           0.0000          -
21301.15/1090.82	c      1091       45586489          40        20                -           0.0000          -
21398.74/1095.86	c      1096       45801910          43        20                -           0.0000          -
21498.35/1100.92	c      1101       46019991          42        20                -           0.0000          -
21596.07/1105.97	c      1106       46233786          43        20                -           0.0000          -
21693.83/1111.01	c      1111       46447159          38        20                -           0.0000          -
21794.05/1116.07	c      1116       46662498          41        20                -           0.0000          -
21892.07/1121.11	c      1121       46880562          45        20                -           0.0000          -
21991.73/1126.16	c      1126       47098212          45        20                -           0.0000          -
22091.18/1131.21	c      1131       47313808          43        20                -           0.0000          -
22188.76/1136.26	c      1136       47526522          45        20                -           0.0000          -
22288.31/1141.32	c      1141       47746210          41        20                -           0.0000          -
22385.79/1146.36	c      1146       47961728          43        20                -           0.0000          -
22485.72/1151.41	c      1151       48174209          40        20                -           0.0000          -
22583.45/1156.44	c      1156       48393770          41        20                -           0.0000          -
22683.31/1161.52	c      1162       48608804          39        20                -           0.0000          -
22781.15/1166.55	c      1167       48825998          41        20                -           0.0000          -
22879.07/1171.58	c      1172       49042788          41        20                -           0.0000          -
22978.97/1176.66	c      1177        6267931      482050        20                -           0.0000          -
23078.38/1181.71	c      1182       49477224          47        20                -           0.0000          -
23176.05/1186.76	c      1187       49692005          40        20                -           0.0000          -
23275.64/1191.81	c      1192       49906161          46        20                -           0.0000          -
23373.40/1196.86	c      1197       50117392          45        20                -           0.0000          -
23473.18/1201.91	c      1202       50335223          46        20                -           0.0000          -
23571.08/1206.93	c      1207       50550340          41        20                -           0.0000          -
23668.79/1211.97	c      1212       50759819          44        20                -           0.0000          -
23766.40/1217.01	c      1217       50967102          41        20                -           0.0000          -
23866.86/1222.07	c      1222       51184096          43        20                -           0.0000          -
23966.41/1227.14	c      1227       51399606          41        20                -           0.0000          -
24064.56/1232.19	c      1232       51620665          40        20                -           0.0000          -
24163.73/1237.23	c      1237       51836726          37        20                -           0.0000          -
24261.24/1242.28	c      1242       52048453          40        20                -           0.0000          -
24360.40/1247.36	c      1247       52259687          46        20                -           0.0000          -
24458.15/1252.38	c      1252       52470709          44        20                -           0.0000          -
24557.65/1257.46	c      1257        5673215      462149        20                -           0.0000          -
24657.21/1262.52	c      1263       52899758          43        20                -           0.0000          -
24754.83/1267.57	c      1268       53115362          39        20                -           0.0000          -
24852.32/1272.58	c      1273       53329105          40        20                -           0.0000          -
24951.80/1277.62	c      1278       53542469          42        20                -           0.0000          -
25051.41/1282.71	c      1283       53750469          40        20                -           0.0000          -
25149.12/1287.76	c      1288       53962510          41        20                -           0.0000          -
25248.78/1292.81	c      1293       54174535          38        20                -           0.0000          -
25346.67/1297.86	c      1298       54389760          47        20                -           0.0000          -
25446.20/1302.91	c      1303       54607277          46        20                -           0.0000          -
25544.09/1307.95	c      1308       54824247          42        20                -           0.0000          -
25641.80/1313.02	c      1313       55040374          39        20                -           0.0000          -
25741.87/1318.06	c      1318       55247471          42        20                -           0.0000          -
25841.64/1323.12	c      1323       55466361          46        20                -           0.0000          -
25939.16/1328.13	c      1328       55680256          37        20                -           0.0000          -
26036.87/1333.16	c      1333       55893964          41        20                -           0.0000          -
26134.41/1338.19	c      1338       56107516          41        20                -           0.0000          -
26233.81/1343.25	c      1343       56320839          40        20                -           0.0000          -
26333.75/1348.30	c      1348       56539429          42        20                -           0.0000          -
26431.41/1353.35	c      1353       56757022          43        20                -           0.0000          -
26531.02/1358.40	c      1358       56973984          45        20                -           0.0000          -
26628.64/1363.45	c      1363       57184339          38        20                -           0.0000          -
26728.17/1368.55	c      1369       57399529          44        20                -           0.0000          -
26827.82/1373.60	c      1374       57610829          44        20                -           0.0000          -
26925.52/1378.66	c      1379        6091565      498359        20                -           0.0000          -
27025.23/1383.70	c      1384       58036455          40        20                -           0.0000          -
27123.00/1388.72	c      1389       58250909          48        20                -           0.0000          -
27220.42/1393.76	c      1394       58463733          42        20                -           0.0000          -
27318.25/1398.76	c      1399       58678880          39        20                -           0.0000          -
27418.67/1403.83	c      1404       58900366          45        20                -           0.0000          -
27519.07/1408.92	c      1409       59124224          41        20                -           0.0000          -
27617.83/1413.97	c      1414       59349908          41        20                -           0.0000          -
27716.44/1419.01	c      1419       59575128          39        20                -           0.0000          -
27817.56/1424.08	c      1424       59800240          41        20                -           0.0000          -
27918.09/1429.13	c      1429       60025941          42        20                -           0.0000          -
28016.64/1434.17	c      1434        4545578      455882        20                -           0.0000          -
28115.32/1439.19	c      1439        4561081      457659        20                -           0.0000          -
28215.52/1444.21	c      1444        4578211      459719        20                -           0.0000          -
28316.13/1449.35	c      1449       60922162          47        20                -           0.0000          -
28414.78/1454.39	c      1454       61140704          43        20                -           0.0000          -
28515.53/1459.45	c      1459       61366399          44        20                -           0.0000          -
28616.12/1464.50	c      1464       61574002          41        20                -           0.0000          -
28714.78/1469.55	c      1470       61786619          46        20                -           0.0000          -
28815.42/1474.62	c      1475        6479874      530161        20                -           0.0000          -
28914.04/1479.66	c      1480       62221925          42        20                -           0.0000          -
29014.82/1484.71	c      1485       62445094          37        20                -           0.0000          -
29113.51/1489.76	c      1490       62669935          46        20                -           0.0000          -
29214.10/1494.80	c      1495       62896153          46        20                -           0.0000          -
29312.77/1499.86	c      1500       63120798          43        20                -           0.0000          -
29411.52/1504.87	c      1505        4767592      480598        20                -           0.0000          -
29512.25/1509.96	c      1510        4784174      482296        20                -           0.0000          -
29613.42/1515.03	c      1515       63789500          43        20                -           0.0000          -
29712.16/1520.07	c      1520       64015581          44        20                -           0.0000          -
29812.75/1525.13	c      1525       64237894          41        20                -           0.0000          -
29911.37/1530.18	c      1530        4852282      489718        20                -           0.0000          -
30011.54/1535.22	c      1535       64687838          47        20                -           0.0000          -
30110.23/1540.27	c      1540       64912142          39        20                -           0.0000          -
30210.88/1545.32	c      1545       65138404          41        20                -           0.0000          -
30309.56/1550.38	c      1550       65361597          46        20                -           0.0000          -
30410.36/1555.43	c      1555       65588165          44        20                -           0.0000          -
30508.98/1560.47	c      1560       65809785          44        20                -           0.0000          -
30609.73/1565.52	c      1566        4974605      502220        20                -           0.0000          -
30708.50/1570.57	c      1571       66260684          39        20                -           0.0000          -
30809.16/1575.62	c      1576        5009719      505901        20                -           0.0000          -
30907.98/1580.67	c      1581        5027764      508188        20                -           0.0000          -
31006.68/1585.69	c      1586        8377236      627545        20                -           0.0000          -
31107.25/1590.71	c      1591        8401635      629357        20                -           0.0000          -
31205.95/1595.78	c      1596        6908054      568187        20                -           0.0000          -
31306.53/1600.81	c      1601       67604651          40        20                -           0.0000          -
31405.28/1605.84	c      1606       67825219          36        20                -           0.0000          -
31505.90/1610.95	c      1611       68048856          43        20                -           0.0000          -
31604.66/1616.00	c      1616       68275258          47        20                -           0.0000          -
31705.97/1621.05	c      1621       68502433          44        20                -           0.0000          -
31804.78/1626.08	c      1626       68727987          46        20                -           0.0000          -
31905.43/1631.17	c      1631       68955286          43        20                -           0.0000          -
32005.77/1636.20	c      1636       69183823          40        20                -           0.0000          -
32104.59/1641.27	c      1641        5262438      531738        20                -           0.0000          -
32205.35/1646.32	c      1646       69637173          40        20                -           0.0000          -
32304.08/1651.37	c      1651       69860701          38        20                -           0.0000          -
32404.97/1656.42	c      1656       70085420          35        20                -           0.0000          -
32503.66/1661.47	c      1661       70301349          34        20                -           0.0000          -
32604.50/1666.52	c      1667       70483337          50        20                -           0.0000          -
32703.22/1671.57	c      1672       70671965          48        20                -           0.0000          -
32803.98/1676.62	c      1677        5719231      388917        20                -           0.0000          -
32902.77/1681.67	c      1682        5733988      390056        20                -           0.0000          -
33003.65/1686.73	c      1687       71299739          44        20                -           0.0000          -
33102.52/1691.78	c      1692       71506176          49        20                -           0.0000          -
33203.14/1696.83	c      1697        9132216      675596        20                -           0.0000          -
33301.92/1701.88	c      1702       71921025          42        20                -           0.0000          -
33402.66/1706.93	c      1707        7372721      600956        20                -           0.0000          -
33501.49/1711.98	c      1712       72321237          42        20                -           0.0000          -
33602.77/1717.02	c      1717       72525460          45        20                -           0.0000          -
33701.52/1722.06	c      1722       72730880          41        20                -           0.0000          -
33802.20/1727.13	c      1727       72936433          48        20                -           0.0000          -
33900.87/1732.17	c      1732       73143408          47        20                -           0.0000          -
33999.42/1737.19	c      1737       73337954          45        20                -           0.0000          -
34099.73/1742.23	c      1742       73530174          41        20                -           0.0000          -
34198.38/1747.28	c      1747       73729009          46        20                -           0.0000          -
34299.12/1752.38	c      1752       73923035          44        20                -           0.0000          -
34399.88/1757.42	c      1757       74115160          41        20                -           0.0000          -
34498.68/1762.47	c      1762        9533913      703363        20                -           0.0000          -
34599.59/1767.52	c      1768       74518570          41        20                -           0.0000          -
34698.23/1772.56	c      1773       74717782          45        20                -           0.0000          -
34799.03/1777.62	c      1778       74915215          42        20                -           0.0000          -
34897.67/1782.67	c      1783       75117215          42        20                -           0.0000          -
34998.39/1787.72	c      1788       75312617          48        20                -           0.0000          -
35097.22/1792.78	c      1793       75509837          44        20                -           0.0000          -
35198.03/1797.83	c      1798       75709972          45        20                -           0.0000          -
35296.53/1802.88	c      1803       75913108          41        20                -           0.0000          -
35397.26/1807.92	c      1808       76105690          45        20                -           0.0000          -
35495.98/1812.98	c      1813        9751826      719267        20                -           0.0000          -
35594.74/1818.02	c      1818       76490500          43        20                -           0.0000          -
35695.92/1823.07	c      1823        7703184      629921        20                -           0.0000          -
35796.57/1828.12	c      1828       76874747          40        20                -           0.0000          -
35895.31/1833.17	c      1833       77062548          45        20                -           0.0000          -
35995.46/1838.21	c      1838       77243648          41        20                -           0.0000          -
36094.35/1843.27	c      1843        6313322      418371        20                -           0.0000          -
36192.84/1848.30	c      1848       77619970          41        20                -           0.0000          -
36293.44/1853.35	c      1853       77807762          41        20                -           0.0000          -
36394.23/1858.40	c      1858        9879951      730734        20                -           0.0000          -
36492.88/1863.46	c      1863        9899548      732171        20                -           0.0000          -
36593.46/1868.52	c      1869       78382432          43        20                -           0.0000          -
36692.16/1873.55	c      1874       78565092          47        20                -           0.0000          -
36790.80/1878.59	c      1879       78756000          41        20                -           0.0000          -
36891.44/1883.64	c      1884       78936499          44        20                -           0.0000          -
36990.11/1888.67	c      1889       79117502          39        20                -           0.0000          -
37090.78/1893.71	c      1894       79295526          41        20                -           0.0000          -
37189.41/1898.77	c      1899       79479443          40        20                -           0.0000          -
37290.11/1903.82	c      1904       79679653          40        20                -           0.0000          -
37388.93/1908.87	c      1909       79873682          47        20                -           0.0000          -
37489.54/1913.93	c      1914       80066752          43        20                -           0.0000          -
37588.34/1918.95	c      1919       80255901          44        20                -           0.0000          -
37687.15/1924.00	c      1924       10130113      750388        20                -           0.0000          -
37788.25/1929.04	c      1929       80635314          45        20                -           0.0000          -
37887.05/1934.10	c      1934       80824080          41        20                -           0.0000          -
37987.34/1939.18	c      1939        8045962      660973        20                -           0.0000          -
38087.57/1944.23	c      1944        8062913      662098        20                -           0.0000          -
38186.32/1949.29	c      1949       81372008          41        20                -           0.0000          -
38287.10/1954.33	c      1954       10264144      762253        20                -           0.0000          -
38385.89/1959.40	c      1959       81727669          42        20                -           0.0000          -
38486.65/1964.44	c      1964       81906866          41        20                -           0.0000          -
38585.35/1969.49	c      1970       82087349          40        20                -           0.0000          -
38686.05/1974.55	c      1975       82276920          49        20                -           0.0000          -
38784.78/1979.59	c      1980       82472279          46        20                -           0.0000          -
38885.49/1984.64	c      1985       82664545          44        20                -           0.0000          -
38984.18/1989.69	c      1990       82860627          42        20                -           0.0000          -
39085.15/1994.77	c      1995       83054083          44        20                -           0.0000          -
39186.06/1999.82	c      2000       83243802          45        20                -           0.0000          -
39285.00/2004.87	c      2005       83431804          45        20                -           0.0000          -
39385.89/2009.92	c      2010       83627680          39        20                -           0.0000          -
39484.83/2014.98	c      2015       83807961          46        20                -           0.0000          -
39586.04/2020.02	c      2020       10566943      784993        20                -           0.0000          -
39684.80/2025.08	c      2025        8386165      679742        20                -           0.0000          -
39785.64/2030.13	c      2030        8409297      681236        20                -           0.0000          -
39884.47/2035.15	c      2035       84567605          44        20                -           0.0000          -
39984.81/2040.20	c      2040       84759651          42        20                -           0.0000          -
40083.62/2045.21	c      2045        8477515      684857        20                -           0.0000          -
40182.34/2050.26	c      2050       85147746          39        20                -           0.0000          -
40281.19/2055.26	c      2055       85337925          46        20                -           0.0000          -
40380.03/2060.27	c      2060        6995398      451180        20                -           0.0000          -
40480.69/2065.31	c      2065        7011334      452094        20                -           0.0000          -
40579.60/2070.36	c      2070        6828283      675865        20                -           0.0000          -
40680.44/2075.42	c      2075        6851591      678151        20                -           0.0000          -
40779.26/2080.49	c      2080       10853895      800315        20                -           0.0000          -
40880.10/2085.56	c      2086        6893292      681616        20                -           0.0000          -
40980.89/2090.65	c      2091       10908100      802816        20                -           0.0000          -
41079.68/2095.70	c      2096        7128766      457579        20                -           0.0000          -
41180.56/2100.75	c      2101        7144989      458430        20                -           0.0000          -
41281.46/2105.81	c      2106       87209554          39        20                -           0.0000          -
41380.35/2110.89	c      2111        7185063      460260        20                -           0.0000          -
41481.24/2115.96	c      2116       87567786          43        20                -           0.0000          -
41580.00/2121.01	c      2121        7233232      461811        20                -           0.0000          -
41681.36/2126.06	c      2126       87941654          43        20                -           0.0000          -
41780.17/2131.11	c      2131        8812064      706182        20                -           0.0000          -
41880.96/2136.17	c      2136       88304864          39        20                -           0.0000          -
41981.33/2141.21	c      2141        8829536      708746        20                -           0.0000          -
42080.14/2146.26	c      2146       88662690          39        20                -           0.0000          -
42180.96/2151.32	c      2151       88846479          38        20                -           0.0000          -
42279.86/2156.37	c      2156       89028035          42        20                -           0.0000          -
42380.81/2161.42	c      2161       89211487          40        20                -           0.0000          -
42479.62/2166.47	c      2166       89398469          40        20                -           0.0000          -
42580.50/2171.52	c      2172       89580030          39        20                -           0.0000          -
42679.23/2176.56	c      2177       89757022          39        20                -           0.0000          -
42780.06/2181.61	c      2182       89938901          38        20                -           0.0000          -
42878.97/2186.66	c      2187       90121922          39        20                -           0.0000          -
42979.77/2191.72	c      2192       90308731          48        20                -           0.0000          -
43078.65/2196.76	c      2197       90498136          43        20                -           0.0000          -
43179.49/2201.82	c      2202       90682932          47        20                -           0.0000          -
43278.25/2206.87	c      2207       90873323          40        20                -           0.0000          -
43378.94/2211.91	c      2212       91061980          43        20                -           0.0000          -
43477.82/2216.96	c      2217       91251333          42        20                -           0.0000          -
43576.74/2222.01	c      2222        7405995      721413        20                -           0.0000          -
43677.91/2227.06	c      2227        7426040      722890        20                -           0.0000          -
43776.59/2232.11	c      2232       91814141          44        20                -           0.0000          -
43877.35/2237.18	c      2237       92003125          44        20                -           0.0000          -
43977.63/2242.22	c      2242       92190192          43        20                -           0.0000          -
44076.49/2247.27	c      2247        7501780      728147        20                -           0.0000          -
44175.37/2252.29	c      2252       92575113          42        20                -           0.0000          -
44276.27/2257.32	c      2257       11738078      852414        20                -           0.0000          -
44375.14/2262.40	c      2262       92942632          39        20                -           0.0000          -
44475.91/2267.46	c      2267       93136600          41        20                -           0.0000          -
44576.71/2272.51	c      2273       93328075          42        20                -           0.0000          -
44675.58/2277.56	c      2278       93515850          39        20                -           0.0000          -
44709.15/2279.28	c *    2279       93592761          42        20           0.0000           0.0000      0.00%
44709.15/2279.28	c      2279       65745675           0         0           0.0000           0.0000      0.00%
44753.06/2282.76	c      2283       65745675           0         0           0.0000           0.0000      0.00%
44759.93/2284.10	c      2284       65745675           0         0           0.0000           0.0000      0.00%
44759.93/2284.10	c SCIP Status        : c problem is solved
44759.93/2284.10	c Total Time         : 2284.11
44759.93/2284.10	c   solving          : 2284.11
44759.93/2284.10	c   presolving       : 0.00 (included in solving)
44759.93/2284.10	c B&B Tree           :
44759.93/2284.10	c   nodes (total)    : 65745675
44759.93/2284.10	c Solution           :
44759.93/2284.10	c   Solutions found  : 1
44759.93/2284.10	c   Primal Bound     : +0.00000000000000e+00
44759.93/2284.10	c   Dual Bound       : +0.00000000000000e+00
44759.93/2284.10	c Gap                : 0.00000 %
44759.93/2284.11	s SATISFIABLE
44759.93/2284.11	v -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 
44759.93/2284.11	v -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 x22 x21 -x20 
44759.93/2284.11	v -x19 -x18 x17 x16 -x15 x14 -x13 -x12 -x11 -x10 -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 (163198 MiB free)
  memory of node 1: 193531 MiB (183609 MiB free)
  memory of node 2: 193531 MiB (172257 MiB free)
  memory of node 3: 193493 MiB (154989 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-4467654-1723223236/watcher-4467654-1723223236 -o /tmp/evaluation-result-4467654-1723223236/solver-4467654-1723223236 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723213711-519808 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467654-1723223236.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.101122 s]*
/proc/loadavg: 78.95 79.84 78.48 81/1022 529876
/proc/meminfo: memFree=690147668/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=1663040 memory=98484 CPUtime=1.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 21667 0 0 0 116 24 0 0 20 0 41 0 88902990 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 415760 24621 2982 3035 0 115282 0
[pid=529835/tid=529837] ppid=529832 vsize=1663040 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529837/stat : 529837 (fscip) R 529832 529835 519796 0 -1 4194368 1099 0 0 0 6 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529838] ppid=529832 vsize=1663040 memory=-6512877328125836138 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529838/stat : 529838 (fscip) R 529832 529835 519796 0 -1 4194368 1032 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529839] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529839/stat : 529839 (fscip) R 529832 529835 519796 0 -1 4194368 979 0 0 0 6 0 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529840] ppid=529832 vsize=1663040 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529840/stat : 529840 (fscip) R 529832 529835 519796 0 -1 4194368 1095 0 0 0 6 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529841] ppid=529832 vsize=1663040 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529841/stat : 529841 (fscip) R 529832 529835 519796 0 -1 4194368 988 0 0 0 6 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529842] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529842/stat : 529842 (fscip) R 529832 529835 519796 0 -1 4194368 973 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529843] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 1092 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529844] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529844/stat : 529844 (fscip) R 529832 529835 519796 0 -1 4194368 1004 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529845] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529845/stat : 529845 (fscip) R 529832 529835 519796 0 -1 4194368 973 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529846] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529846/stat : 529846 (fscip) R 529832 529835 519796 0 -1 4194368 1073 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529847] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529847/stat : 529847 (fscip) R 529832 529835 519796 0 -1 4194368 1019 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529848] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529848/stat : 529848 (fscip) R 529832 529835 519796 0 -1 4194368 972 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529849] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529849/stat : 529849 (fscip) R 529832 529835 519796 0 -1 4194368 1087 0 0 0 6 0 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529850] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529850/stat : 529850 (fscip) R 529832 529835 519796 0 -1 4194368 1020 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529851] ppid=529832 vsize=1663040 memory=0 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529851/stat : 529851 (fscip) R 529832 529835 519796 0 -1 1077936192 965 0 0 0 3 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 1078 0 0 0 6 0 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529853] ppid=529832 vsize=1663040 memory=0 CPUtime=0.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529853/stat : 529853 (fscip) R 529832 529835 519796 0 -1 4194368 993 0 0 0 5 0 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529854] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529854/stat : 529854 (fscip) R 529832 529835 519796 0 -1 4194368 972 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529855] ppid=529832 vsize=1663040 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529855/stat : 529855 (fscip) R 529832 529835 519796 0 -1 4194368 1095 0 0 0 6 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529856] ppid=529832 vsize=1663040 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529856/stat : 529856 (fscip) R 529832 529835 519796 0 -1 4194368 1007 0 0 0 5 1 0 0 20 0 41 0 88902991 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529857] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529857/stat : 529857 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529858] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529858/stat : 529858 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529859] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529859/stat : 529859 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529860] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529860/stat : 529860 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529861] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529861/stat : 529861 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529862] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529862/stat : 529862 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529863] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529863/stat : 529863 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529864] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529864/stat : 529864 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529865] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529865/stat : 529865 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529867] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529867/stat : 529867 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529869] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529869/stat : 529869 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529870] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529870/stat : 529870 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529871] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529871/stat : 529871 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529872] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529872/stat : 529872 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529873] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529873/stat : 529873 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529874] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529874/stat : 529874 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529875] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529875/stat : 529875 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529876] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529876/stat : 529876 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 24621 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1663040 KiB
Current children cumulated memory: 98484 KiB

[startup+0.225583 s]*
/proc/loadavg: 78.95 79.84 78.48 82/1022 529876
/proc/meminfo: memFree=690142280/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=1663040 memory=102400 CPUtime=3.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 22800 0 0 0 349 29 0 0 20 0 41 0 88902990 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 415760 25600 2982 3035 0 116509 0
[pid=529835/tid=529837] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529837/stat : 529837 (fscip) R 529832 529835 519796 0 -1 4194368 1223 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529838] ppid=529832 vsize=1663040 memory=-6512877328125836138 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529838/stat : 529838 (fscip) R 529832 529835 519796 0 -1 4194368 1041 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529839] ppid=529832 vsize=1663040 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529839/stat : 529839 (fscip) R 529832 529835 519796 0 -1 4194368 979 0 0 0 16 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529840] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529840/stat : 529840 (fscip) R 529832 529835 519796 0 -1 4194368 1247 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529841] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529841/stat : 529841 (fscip) R 529832 529835 519796 0 -1 4194368 1028 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529842] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529842/stat : 529842 (fscip) R 529832 529835 519796 0 -1 4194368 973 0 0 0 17 2 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529843] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 1192 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529844] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529844/stat : 529844 (fscip) R 529832 529835 519796 0 -1 4194368 1018 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529845] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529845/stat : 529845 (fscip) R 529832 529835 519796 0 -1 4194368 973 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529846] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529846/stat : 529846 (fscip) R 529832 529835 519796 0 -1 4194368 1260 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529847] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529847/stat : 529847 (fscip) R 529832 529835 519796 0 -1 4194368 1028 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529848] ppid=529832 vsize=1663040 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529848/stat : 529848 (fscip) R 529832 529835 519796 0 -1 4194368 972 0 0 0 16 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529849] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529849/stat : 529849 (fscip) R 529832 529835 519796 0 -1 4194368 1261 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529850] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529850/stat : 529850 (fscip) R 529832 529835 519796 0 -1 4194368 1042 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529851] ppid=529832 vsize=1663040 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529851/stat : 529851 (fscip) R 529832 529835 519796 0 -1 4194368 973 0 0 0 14 2 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 1153 0 0 0 18 0 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529853] ppid=529832 vsize=1663040 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529853/stat : 529853 (fscip) R 529832 529835 519796 0 -1 4194368 1016 0 0 0 17 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529854] ppid=529832 vsize=1663040 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529854/stat : 529854 (fscip) R 529832 529835 519796 0 -1 1077936192 972 0 0 0 15 2 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529855] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529855/stat : 529855 (fscip) R 529832 529835 519796 0 -1 4194368 1281 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529856] ppid=529832 vsize=1663040 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529856/stat : 529856 (fscip) R 529832 529835 519796 0 -1 4194368 1017 0 0 0 18 1 0 0 20 0 41 0 88902991 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529857] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529857/stat : 529857 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529858] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529858/stat : 529858 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529859] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529859/stat : 529859 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529860] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529860/stat : 529860 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529861] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529861/stat : 529861 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529862] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529862/stat : 529862 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529863] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529863/stat : 529863 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529864] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529864/stat : 529864 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529865] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529865/stat : 529865 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529867] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529867/stat : 529867 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529869] ppid=529832 vsize=1663040 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529869/stat : 529869 (fscip) S 529832 529835 519796 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 88902994 1702952960 25600 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0

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

Current children cumulated vsize: 16140948 KiB
Current children cumulated memory: 14759668 KiB

[startup+2281.6 s]
/proc/loadavg: 20.16 30.64 51.79 14/872 531065
/proc/meminfo: memFree=711739380/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=15671268 memory=13706472 CPUtime=44741.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 37434145 0 0 0 4371545 102628 0 0 20 0 27 0 88902990 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 3917817 3426618 3030 3035 0 3595587 0
[pid=529835/tid=529837] ppid=529832 vsize=15671268 memory=25333125866717268 CPUtime=2251.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529837/stat : 529837 (fscip) R 529832 529835 519796 0 -1 4194368 3627979 0 0 0 222321 2828 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529838] ppid=529832 vsize=15671268 memory=14752276 CPUtime=2257.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529838/stat : 529838 (fscip) R 529832 529835 519796 0 -1 4194368 2503233 0 0 0 223767 2024 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529840] ppid=529832 vsize=15671268 memory=14726712 CPUtime=2250.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529840/stat : 529840 (fscip) R 529832 529835 519796 0 -1 4194368 3184940 0 0 0 221949 3062 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529841] ppid=529832 vsize=15671268 memory=14723048 CPUtime=2258.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529841/stat : 529841 (fscip) R 529832 529835 519796 0 -1 4194368 1853319 0 0 0 223841 1987 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529843] ppid=529832 vsize=15671268 memory=6836 CPUtime=2251.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 3250949 0 0 0 222623 2508 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529846] ppid=529832 vsize=15671268 memory=7044 CPUtime=2252.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529846/stat : 529846 (fscip) R 529832 529835 519796 0 -1 4194368 3928155 0 0 0 222694 2538 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529847] ppid=529832 vsize=15671268 memory=30236 CPUtime=2257.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529847/stat : 529847 (fscip) R 529832 529835 519796 0 -1 4194368 2396180 0 0 0 223604 2139 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529850] ppid=529832 vsize=15671268 memory=14761672 CPUtime=2257.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529850/stat : 529850 (fscip) R 529832 529835 519796 0 -1 4194368 1933240 0 0 0 223669 2065 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=15671268 memory=14763136 CPUtime=2253.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 3224141 0 0 0 222721 2588 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529853] ppid=529832 vsize=15671268 memory=20452 CPUtime=2257.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529853/stat : 529853 (fscip) R 529832 529835 519796 0 -1 4194368 1997490 0 0 0 223728 2022 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529855] ppid=529832 vsize=15671268 memory=64936 CPUtime=2250.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529855/stat : 529855 (fscip) R 529832 529835 519796 0 -1 4194368 3691949 0 0 0 222318 2768 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529856] ppid=529832 vsize=15671268 memory=7968 CPUtime=2257.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529856/stat : 529856 (fscip) R 529832 529835 519796 0 -1 4194368 2397780 0 0 0 223731 1990 0 0 20 0 27 0 88902991 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529858] ppid=529832 vsize=15671268 memory=18960 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529858/stat : 529858 (fscip) S 529832 529835 519796 0 -1 1077936192 42 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529859] ppid=529832 vsize=15671268 memory=20676 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529859/stat : 529859 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529860] ppid=529832 vsize=15671268 memory=6720662142993382506 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529860/stat : 529860 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529863] ppid=529832 vsize=15671268 memory=80 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529863/stat : 529863 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529865] ppid=529832 vsize=15671268 memory=13507 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529865/stat : 529865 (fscip) S 529832 529835 519796 0 -1 1077936192 87 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=15671268 memory=224 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529867] ppid=529832 vsize=15671268 memory=14743384 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529867/stat : 529867 (fscip) S 529832 529835 519796 0 -1 1077936192 101 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=15671268 memory=20676 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529869] ppid=529832 vsize=15671268 memory=5556 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529869/stat : 529869 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529870] ppid=529832 vsize=15671268 memory=11424 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529870/stat : 529870 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529871] ppid=529832 vsize=15671268 memory=6720662142993382506 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529871/stat : 529871 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529872] ppid=529832 vsize=15671268 memory=29704 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529872/stat : 529872 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529873] ppid=529832 vsize=15671268 memory=10824 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529873/stat : 529873 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529876] ppid=529832 vsize=15671268 memory=5556 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529876/stat : 529876 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 27 0 88902994 16047378432 3426618 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
Current children cumulated CPU time: 44741.7 s
Current children cumulated vsize: 15671268 KiB
Current children cumulated memory: 13706472 KiB

[startup+2283.2 s]
/proc/loadavg: 20.16 30.64 51.79 7/861 531065
/proc/meminfo: memFree=719095088/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=8888004 memory=6938152 CPUtime=44756.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 37454793 0 0 0 4372991 102665 0 0 20 0 15 0 88902990 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 2222001 1734538 3030 3035 0 1952440 0
[pid=529835/tid=529837] ppid=529832 vsize=8888004 memory=11572 CPUtime=2253.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529837/stat : 529837 (fscip) R 529832 529835 519796 0 -1 4194368 3632836 0 0 0 222477 2828 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529840] ppid=529832 vsize=8888004 memory=3664 CPUtime=2251.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529840/stat : 529840 (fscip) R 529832 529835 519796 0 -1 4194368 3186611 0 0 0 222106 3062 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529843] ppid=529832 vsize=8888004 memory=14470844 CPUtime=2252.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 3251975 0 0 0 222781 2508 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529846] ppid=529832 vsize=8888004 memory=14707200 CPUtime=2253.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529846/stat : 529846 (fscip) R 529832 529835 519796 0 -1 4194368 3930260 0 0 0 222851 2538 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=8888004 memory=6720662142993382506 CPUtime=2254.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 3225847 0 0 0 222878 2588 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529855] ppid=529832 vsize=8888004 memory=32195 CPUtime=2252.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529855/stat : 529855 (fscip) R 529832 529835 519796 0 -1 4194368 3693154 0 0 0 222475 2768 0 0 20 0 15 0 88902991 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529859] ppid=529832 vsize=8888004 memory=32534 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529859/stat : 529859 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529863] ppid=529832 vsize=8888004 memory=32864 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529863/stat : 529863 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529865] ppid=529832 vsize=8888004 memory=6720662142993382506 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529865/stat : 529865 (fscip) S 529832 529835 519796 0 -1 1077936192 87 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=8888004 memory=33772 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529867] ppid=529832 vsize=8888004 memory=64936 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529867/stat : 529867 (fscip) S 529832 529835 519796 0 -1 1077936192 101 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=8888004 memory=7968 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529872] ppid=529832 vsize=8888004 memory=10475628 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529872/stat : 529872 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529876] ppid=529832 vsize=8888004 memory=54204 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529876/stat : 529876 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 15 0 88902994 9101316096 1734538 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
Current children cumulated CPU time: 44756.6 s
Current children cumulated vsize: 8888004 KiB
Current children cumulated memory: 6938152 KiB

[startup+2283.6 s]
/proc/loadavg: 20.16 30.64 51.79 7/861 531065
/proc/meminfo: memFree=719095088/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=7163172 memory=5188644 CPUtime=44758.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 37496854 0 0 0 4373196 102677 0 0 20 0 14 0 88902990 7335088128 1297306 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 1790793 1297161 3030 3035 0 1522094 0
[pid=529835/tid=529837] ppid=529832 vsize=7162012 memory=2244 CPUtime=2253.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529837/stat : 529837 (fscip) D 529832 529835 519796 0 -1 4194368 3639114 0 0 0 222514 2828 0 0 20 0 14 0 88902991 7333900288 1296963 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529840] ppid=529832 vsize=7162012 memory=31232 CPUtime=2252.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529840/stat : 529840 (fscip) R 529832 529835 519796 0 -1 4194368 3204044 0 0 0 222142 3063 0 0 20 0 14 0 88902991 7333900288 1296871 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529843] ppid=529832 vsize=7162012 memory=6720662142993382506 CPUtime=2253.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 3257409 0 0 0 222818 2508 0 0 20 0 14 0 88902991 7333900288 1296871 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529846] ppid=529832 vsize=7161432 memory=1968 CPUtime=2254.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529846/stat : 529846 (fscip) R 529832 529835 519796 0 -1 4194368 3934475 0 0 0 222884 2543 0 0 20 0 14 0 88902991 7333306368 1296871 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=7161432 memory=54204 CPUtime=2255.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 3230736 0 0 0 222915 2588 0 0 20 0 14 0 88902991 7333306368 1296726 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529859] ppid=529832 vsize=7160852 memory=33196 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529859/stat : 529859 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 14 0 88902994 7332712448 1296726 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529863] ppid=529832 vsize=7160852 memory=21544 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529863/stat : 529863 (fscip) S 529832 529835 519796 0 -1 1077936192 84 0 0 0 0 1 0 0 20 0 14 0 88902994 7332712448 1296581 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529865] ppid=529832 vsize=7160852 memory=8148 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529865/stat : 529865 (fscip) S 529832 529835 519796 0 -1 1077936192 87 0 0 0 0 1 0 0 20 0 14 0 88902994 7332712448 1296581 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=7160272 memory=3428 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 14 0 88902994 7332118528 1296581 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529867] ppid=529832 vsize=7160272 memory=2180 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529867/stat : 529867 (fscip) S 529832 529835 519796 0 -1 1077936192 101 0 0 0 0 1 0 0 20 0 14 0 88902994 7332118528 1296436 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=7160272 memory=1744 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 14 0 88902994 7332118528 1296436 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529872] ppid=529832 vsize=7159692 memory=15128 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529872/stat : 529872 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 14 0 88902994 7331524608 1296436 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529876] ppid=529832 vsize=7159692 memory=28716 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529876/stat : 529876 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 14 0 88902994 7331524608 1296291 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
Current children cumulated CPU time: 44758.7 s
Current children cumulated vsize: 7163172 KiB
Current children cumulated memory: 5188644 KiB

[startup+2284 s]*
/proc/loadavg: 19.03 30.23 51.54 3/850 531065
/proc/meminfo: memFree=723736148/790760800 swapFree=131071996/131071996
[pid=529835] ppid=529832 vsize=4035280 memory=2064904 CPUtime=44759.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/stat : 529835 (fscip) S 529832 529835 519796 0 -1 1077936128 37501075 0 0 0 4373298 102695 0 0 20 0 6 0 88902990 4132126720 516226 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
/proc/529835/statm: 1008820 516226 3030 3035 0 765913 0
[pid=529835/tid=529843] ppid=529832 vsize=4032252 memory=6720662142993382506 CPUtime=2253.64 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529843/stat : 529843 (fscip) R 529832 529835 519796 0 -1 4194368 3258304 0 0 0 222855 2509 0 0 20 0 6 0 88902991 4129026048 515469 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529852] ppid=529832 vsize=4032252 memory=-7168225080653545413 CPUtime=2255.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529852/stat : 529852 (fscip) R 529832 529835 519796 0 -1 4194368 3231510 0 0 0 222951 2590 0 0 20 0 6 0 88902991 4129026048 515469 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529866] ppid=529832 vsize=4032252 memory=12400000 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529866/stat : 529866 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 6 0 88902994 4129026048 515469 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529868] ppid=529832 vsize=4032252 memory=26980 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529868/stat : 529868 (fscip) S 529832 529835 519796 0 -1 1077936192 86 0 0 0 0 1 0 0 20 0 6 0 88902994 4129026048 515469 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
[pid=529835/tid=529876] ppid=529832 vsize=4032252 memory=3664 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/529835/task/529876/stat : 529876 (fscip) S 529832 529835 519796 0 -1 1077936192 85 0 0 0 0 1 0 0 20 0 6 0 88902994 4129026048 515469 809668444160 4194304 16622877 140734181701712 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40443904 140734181708777 140734181708893 140734181708893 140734181715919 0
Current children cumulated CPU time: 44759.9 s
Current children cumulated vsize: 4035280 KiB
Current children cumulated memory: 2064904 KiB

Child status: 0

Real time (s): 2284.13
CPU time (s): 44760.1
CPU user time (s): 43733
CPU system time (s): 1027.08
CPU usage (%): 1959.61
Max. virtual memory (cumulated for all children) (KiB): 16710784
Max. memory (cumulated for all children) (KiB): 14871968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43733
system time used= 1027.08
maximum resident set size= 14878316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37502124
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= 41549629
involuntary context switches= 134194


# summary of solver processes directly reported to runsolver:
#   pid: 529835
#   total CPU time (s): 44760.1
#   total CPU user time (s): 43733
#   total CPU system time (s): 1027.08

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5521 second user time and 47.0378 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-09 19:07:16
IDJOB=4467654
IDBENCH=148100
IDSOLVER=3097
FILE ID=nodeD104/4467654-1723223236
RUNJOBID= nodeD104-1723213711-519808
SLURM_JOB_ID= 8266901
Free space on /tmp= 8587896 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467654-1723223236/watcher-4467654-1723223236 -o /tmp/evaluation-result-4467654-1723223236/solver-4467654-1723223236 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1723213711-519808 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467654-1723223236.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1695528360

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		: 3061.328
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		: 2481.364
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		: 3089.477
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		: 3199.999
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		: 3064.799
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		: 3597.803
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		: 3089.440
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		: 3199.999
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		: 3064.682
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		: 2982.375
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		: 3089.410
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		: 3197.393
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		: 3064.636
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		: 2538.168
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		: 3089.403
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		: 3199.999
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		: 3064.610
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		: 3002.757
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		: 3089.400
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		: 3196.813
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		: 3062.561
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		: 3057.220
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		: 3089.393
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		: 3197.273
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		: 3064.577
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		: 2468.663
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		: 3089.387
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		: 3200.000
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		: 3062.530
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		: 3484.484
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		: 3089.382
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		: 3196.809
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		: 3061.069
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		: 2632.545
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		: 3089.375
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		: 3199.999
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		: 3063.208
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		: 1687.619
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		: 3089.368
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		: 3196.238
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		: 3064.489
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		: 2626.916
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		: 3089.358
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		: 3200.000
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		: 3062.735
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		: 1556.563
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		: 3089.355
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 3060.421
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		: 2602.951
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		: 3089.352
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		: 3186.328
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		: 3064.428
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		: 2638.585
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		: 3089.340
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		: 3199.999
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		: 3064.400
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		: 2634.627
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		: 3089.333
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		: 3199.999
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		: 3064.363
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		: 2639.158
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		: 3089.324
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		: 3196.846
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		: 3064.423
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		: 2649.508
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		: 3089.448
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		: 3197.311
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		: 3064.543
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		: 2662.228
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		: 3089.593
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		: 3197.341
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		: 3052.404
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		: 2661.704
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		: 3089.735
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		: 3200.000
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		: 3064.786
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		: 3131.162
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		: 3089.876
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		: 3197.069
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:        690232560 kB
MemAvailable:   747274960 kB
Buffers:          949104 kB
Cached:         58889360 kB
SwapCached:            0 kB
Active:          2405048 kB
Inactive:       93816460 kB
Active(anon):       2212 kB
Inactive(anon): 36411540 kB
Active(file):    2402836 kB
Inactive(file): 57404920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28912 kB
Writeback:            36 kB
AnonPages:      36383080 kB
Mapped:           133720 kB
Shmem:             30728 kB
KReclaimable:    1308720 kB
Slab:            1832960 kB
SReclaimable:    1308720 kB
SUnreclaim:       524240 kB
KernelStack:       16832 kB
PageTables:        85448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3496204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           801792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4866048 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:      919552 kB
DirectMap2M:    122261504 kB
DirectMap1G:    682622976 kB

Free space on /tmp at the end= 8587956 MiB
End job on nodeD104 at 2024-08-09 19:45:20