Trace number 4465348

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30UNSAT 40574 2052.83

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 63053824, getVmSize() = 63053824, SCIPgetMemUsed() = 33201692, SCIPgetMemTotal() = 40493732, SCIPgetMemExternEstim() = 17791503
0.00/0.05	c ** set memory limit for presolving in LC to 8.79589e+12 for SCIP **
4.09/4.19	c ** Estimated virtualMemUsedAtSolver = 128738372, getVmSize() = 203988992, SCIPgetMemUsed() = 132211056, SCIPgetMemTotal() = 175316056, SCIPgetMemExternEstim() = 17791503
4.09/4.19	c ** set memory limit for solvers to 4.18821e+11 for each SCIP **
4.09/4.19	c Original Problem   :
4.09/4.19	c   Problem name     : instance-4465348-1722461503
4.09/4.19	c   Variables        : 8424 (8424 binary, 0 integer, 0 implicit integer, 0 continuous)
4.09/4.19	c   Constraints      : 9089
4.09/4.19	c   Objective sense  : minimize
4.09/4.19	c Presolved Problem  :
4.09/4.19	c   Variables        : 7285 (7285 binary, 0 integer, 0 implicit integer, 0 continuous)
4.09/4.19	c   Constraints      : 1248
4.09/4.19	c Constraints        : Number
4.09/4.19	c   knapsack         : 576 
4.09/4.19	c   setppc           : 97 
4.09/4.19	c   orbitope         : 575 
4.09/4.19	c ** Instance transfer method used: 0
4.18/4.20	c ** ParaScipInstance copy increased the number of variables. **
4.49/4.54	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.49/4.55	c                                Nodes    Active                                            
4.49/4.55	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
82.32/8.55	c         9              2           1        20                -           9.0000          -
183.38/13.63	c        14            342         341        20                -           9.0000          -
282.53/18.65	c        19             24          23        20                -           9.0000          -
385.67/23.83	c        24             57          48        20                -           9.0000          -
486.74/28.96	c        29             57          48        20                -           9.0000          -
585.93/34.01	c        34             43          36        20                -           9.0000          -
685.09/39.02	c        39             43          36        20                -           9.0000          -
784.26/44.03	c        44            111          96        20                -           9.0000          -
889.33/49.21	c        49             71          72        20                -           9.0000          -
988.49/54.21	c        54             71          72        20                -           9.0000          -
1089.60/59.33	c        59            130         106        20                -           9.0000          -
1188.72/64.39	c        64             75          76        20                -           9.0000          -
1289.75/69.43	c        69             82          81        20                -           9.0000          -
1390.80/74.60	c        75            473         158        20                -           9.0000          -
1491.85/79.62	c        80            623         168        20                -           9.0000          -
1590.87/84.63	c        85            669         157        20                -           9.0000          -
1693.94/89.85	c        90          12421        1095        20                -           9.0000          -
1793.03/94.87	c        95            184         159        20                -           9.0000          -
1892.04/99.89	c       100            798         207        20                -           9.0000          -
1993.07/104.94	c       105            922         171        20                -           9.0000          -
2092.17/109.98	c       110            964         178        20                -           9.0000          -
2193.92/115.08	c       115            498         278        20                -           9.0000          -
2292.88/120.09	c       120           1344         251        20                -           9.0000          -
2392.03/125.11	c       125           2050         412        20                -           9.0000          -
2491.29/130.10	c       130           1128         195        20                -           9.0000          -
2592.33/135.16	c       135           2341         476        20                -           9.0000          -
2692.49/140.20	c       140           1196         213        20                -           9.0000          -
2791.45/145.23	c       145           2651         544        20                -           9.0000          -
2892.41/150.31	c       150           1470         263        20                -           9.0000          -
2991.40/155.33	c       155           2264         224        20                -           9.0000          -
3092.43/160.42	c       160           3198         648        20                -           9.0000          -
3191.35/165.47	c       165           1721         270        20                -           9.0000          -
3294.35/170.65	c       171           1468         259        20                -           9.0000          -
3393.36/175.67	c       176           3624         733        20                -           9.0000          -
3494.33/180.74	c       181           2983         248        20                -           9.0000          -
3593.27/185.78	c       186           1615         275        20                -           9.0000          -
3694.28/190.80	c       191           4105         815        20                -           9.0000          -
3793.20/195.81	c       196           3361         267        20                -           9.0000          -
3894.14/200.99	c       201           4529         903        20                -           9.0000          -
3993.09/206.00	c       206          38456        1542        20                -           9.0000          -
4098.02/211.27	c       211           3713         287        20                -           9.0000          -
4198.96/216.38	c       216           1916         316        20                -           9.0000          -
4299.83/221.49	c       222           4015         297        20                -           9.0000          -
4402.67/226.68	c       227          45364        1535        20                -           9.0000          -
4503.70/231.75	c       232          46314         199        20                -           9.0000          -
4604.77/236.80	c       237           5751        1073        20                -           9.0000          -
4703.86/241.81	c       242           2097         343        20                -           9.0000          -
4802.87/246.83	c       247           3629         380        20                -           9.0000          -
4901.77/251.84	c       252           2197         373        20                -           9.0000          -
5002.77/257.00	c       257           2227         379        20                -           9.0000          -
5104.61/262.08	c       262           5218         298        20                -           9.0000          -
5203.39/267.13	c       267          56354        1681        20                -           9.0000          -
5302.42/272.13	c       272           4044         391        20                -           9.0000          -
5403.31/277.19	c       277           5632         300        20                -           9.0000          -
5503.62/282.28	c       282           7383        1234        20                -           9.0000          -
5602.64/287.29	c       287           4320         407        20                -           9.0000          -
5703.70/292.30	c       292           6163         303        20                -           9.0000          -
5804.57/297.41	c       297           7953        1289        20                -           9.0000          -
5903.57/302.46	c       302           8147        1301        20                -           9.0000          -
6002.65/307.49	c       308           6781         327        20                -           9.0000          -
6103.71/312.51	c       313           4852         466        20                -           9.0000          -
6204.75/317.66	c       318           7269         335        20                -           9.0000          -
6305.79/322.71	c       323           2772         453        20                -           9.0000          -
6404.83/327.74	c       328           5138         472        20                -           9.0000          -
6505.89/332.81	c       333          74104        1688        20                -           9.0000          -
6604.92/337.86	c       338           5268         497        20                -           9.0000          -
6705.85/342.92	c       343           9792        1496        20                -           9.0000          -
6804.82/347.95	c       348           8454         376        20                -           9.0000          -
6903.76/352.95	c       353          10092        1541        20                -           9.0000          -
7002.73/357.96	c       358           5758         523        20                -           9.0000          -
7101.79/362.98	c       363           3168         520        20                -           9.0000          -
7200.79/368.04	c       368           3202         528        20                -           9.0000          -
7302.40/373.06	c       373           3204           0        20                -           9.0000          -
7401.37/378.13	c       378           3204           0        20                -           9.0000          -
7503.67/383.20	c       383           3205           1        20                -           9.0000          -
7602.69/388.27	c       388          85468        1685        20                -           9.0000          -
7701.72/393.27	c       393           3223          19        20                -           9.0000          -
7802.68/398.31	c       398           3235          31        20                -           9.0000          -
7901.66/403.32	c       403           6642         532        20                -           9.0000          -
8000.53/408.36	c       408           3268          64        20                -           9.0000          -
8099.50/413.39	c       413           3288          82        20                -           9.0000          -
8200.41/418.41	c       418          10808         449        20                -           9.0000          -
8299.38/423.46	c       423          12520        1847        20                -           9.0000          -
8398.20/428.47	c       428          12647        1866        20                -           9.0000          -
8499.10/433.50	c       434           3346         110        20                -           9.0000          -
8598.06/438.58	c       439           3367         117        20                -           9.0000          -
8699.01/443.67	c       444          13193        1942        20                -           9.0000          -
8799.98/448.71	c       449          13449        1979        20                -           9.0000          -
8898.83/453.78	c       454           3416         135        20                -           9.0000          -
8999.83/458.82	c       459           3432         145        20                -           9.0000          -
9098.79/463.88	c       464          13979        2047        20                -           9.0000          -
9199.66/468.93	c       469           7551         578        20                -           9.0000          -
9298.69/473.93	c       474           7623         598        20                -           9.0000          -
9397.73/478.97	c       479          14545        2091        20                -           9.0000          -
9496.60/484.02	c       484          14717        2118        20                -           9.0000          -
9598.33/489.08	c       489          14818        2132        20                -           9.0000          -
9700.41/494.22	c       494          13483         479        20                -           9.0000          -
9799.33/499.27	c       499           3540         207        20                -           9.0000          -
9900.26/504.30	c       504           8134         611        20                -           9.0000          -
9999.27/509.33	c       509           3569         216        20                -           9.0000          -
10100.25/514.44	c       514           3587         218        20                -           9.0000          -
10199.29/519.48	c       519           3611         234        20                -           9.0000          -
10298.30/524.49	c       524          16041        2267        20                -           9.0000          -
10399.37/529.50	c       530          16229        2290        20                -           9.0000          -
10500.43/534.63	c       535           3663         252        20                -           9.0000          -
10599.45/539.68	c       540           3663         252        20                -           9.0000          -
10700.47/544.73	c       545           3663         252        20                -           9.0000          -
10799.52/549.75	c       550           3677         266        20                -           9.0000          -
10898.61/554.77	c       555          15655         554        20                -           9.0000          -
10999.68/559.82	c       560         127002         711        20                -           9.0000          -
11098.71/564.85	c       565           8962         614        20                -           9.0000          -
11199.73/569.92	c       570          17496        2419        20                -           9.0000          -
11298.78/575.00	c       575           3729         290        20                -           9.0000          -
11400.47/580.05	c       580           3729         290        20                -           9.0000          -
11499.74/585.08	c       585           3739         294        20                -           9.0000          -
11600.67/590.14	c       590           9316         647        20                -           9.0000          -
11701.07/595.26	c       595          17144         564        20                -           9.0000          -
11802.16/600.30	c       600          18614        2573        20                -           9.0000          -
11901.25/605.33	c       605           9486         647        20                -           9.0000          -
12002.33/610.42	c       610          17664         556        20                -           9.0000          -
12101.42/615.46	c       615          19241        2649        20                -           9.0000          -
12202.51/620.52	c       621         151957         866        20                -           9.0000          -
12301.57/625.59	c       626           3868         329        20                -           9.0000          -
12402.66/630.64	c       631           9685         648        20                -           9.0000          -
12501.74/635.67	c       636          18497         579        20                -           9.0000          -
12600.80/640.68	c       641          18691         578        20                -           9.0000          -
12701.81/645.75	c       646         162006         846        20                -           9.0000          -
12802.76/650.81	c       651         163846         829        20                -           9.0000          -
12901.81/655.84	c       656           3960         351        20                -           9.0000          -
13000.85/660.87	c       661          20411        2807        20                -           9.0000          -
13099.85/665.87	c       666           4006         359        20                -           9.0000          -
13198.89/670.89	c       671           4018         363        20                -           9.0000          -
13299.94/675.95	c       676          20618        2844        20                -           9.0000          -
13401.91/681.13	c       681          20669        2858        20                -           9.0000          -
13502.86/686.18	c       686          20326         603        20                -           9.0000          -
13605.01/691.33	c       691          10445         744        20                -           9.0000          -
13704.07/696.36	c       696           4099         368        20                -           9.0000          -
13805.16/701.43	c       701          20878        2885        20                -           9.0000          -
13904.29/706.48	c       706         180604         744        20                -           9.0000          -
14005.05/711.53	c       712          21170         601        20                -           9.0000          -
14106.08/716.62	c       717         183538         751        20                -           9.0000          -
14205.17/721.66	c       722          10735         779        20                -           9.0000          -
14304.28/726.68	c       727          10792         786        20                -           9.0000          -
14405.40/731.77	c       732           4264         371        20                -           9.0000          -
14506.51/736.85	c       737          10900         770        20                -           9.0000          -
14607.56/741.90	c       742           4295         375        20                -           9.0000          -
14706.67/746.97	c       747          22545         619        20                -           9.0000          -
14805.75/752.00	c       752          22764         613        20                -           9.0000          -
14907.75/757.09	c       757          21964        3046        20                -           9.0000          -
15006.72/762.10	c       762           4379         397        20                -           9.0000          -
15105.91/767.11	c       767          22209        3086        20                -           9.0000          -
15205.00/772.12	c       772           4410         401        20                -           9.0000          -
15304.11/777.14	c       777          22566        3144        20                -           9.0000          -
15406.33/782.27	c       782          22789        3177        20                -           9.0000          -
15509.44/787.42	c       787           4496         419        20                -           9.0000          -
15608.50/792.48	c       792           4524         425        20                -           9.0000          -
15707.64/797.48	c       797          24451         615        20                -           9.0000          -
15808.69/802.50	c       803           4565         425        20                -           9.0000          -
15909.81/807.63	c       808          23593        3310        20                -           9.0000          -
16008.95/812.69	c       813         210719         749        20                -           9.0000          -
16110.01/817.75	c       818           4645         429        20                -           9.0000          -
16209.09/822.78	c       823          25464         640        20                -           9.0000          -
16308.23/827.79	c       828           4677         429        20                -           9.0000          -
16411.33/832.95	c       833          24331        3342        20                -           9.0000          -
16510.48/838.01	c       838         217926         766        20                -           9.0000          -
16612.49/843.07	c       843           4721         435        20                -           9.0000          -
16711.42/848.12	c       848           4757         457        20                -           9.0000          -
16812.67/853.18	c       853          26669         632        20                -           9.0000          -
16912.98/858.23	c       858          26880         634        20                -           9.0000          -
17012.13/863.28	c       863          24842        3349        20                -           9.0000          -
17113.25/868.33	c       868           4871         506        20                -           9.0000          -
17212.39/873.39	c       873          12503        1032        20                -           9.0000          -
17313.52/878.40	c       878          25153        3356        20                -           9.0000          -
17412.66/883.44	c       883          27813         648        20                -           9.0000          -
17513.75/888.54	c       889           4986         527        20                -           9.0000          -
17612.77/893.58	c       894           5022         539        20                -           9.0000          -
17713.91/898.62	c       899          25609        3347        20                -           9.0000          -
17815.03/903.71	c       904          25789        3366        20                -           9.0000          -
17914.12/908.76	c       909           5135         572        20                -           9.0000          -
18015.12/913.82	c       914          29023         666        20                -           9.0000          -
18114.25/918.87	c       919           5202         585        20                -           9.0000          -
18215.26/923.93	c       924         243412         751        20                -           9.0000          -
18314.39/928.96	c       929          26447        3381        20                -           9.0000          -
18413.51/934.00	c       934          29791         658        20                -           9.0000          -
18515.25/939.05	c       939          26524        3386        20                -           9.0000          -
18614.66/944.09	c       944           5380         613        20                -           9.0000          -
18713.75/949.11	c       949          13567        1164        20                -           9.0000          -
18815.88/954.26	c       954          30515         656        20                -           9.0000          -
18914.90/959.29	c       959          30720         653        20                -           9.0000          -
19015.99/964.31	c       964          30896         662        20                -           9.0000          -
19115.11/969.39	c       969          13775        1187        20                -           9.0000          -
19216.22/974.48	c       974           5580         651        20                -           9.0000          -
19317.31/979.53	c       980          13908        1198        20                -           9.0000          -
19416.37/984.56	c       985          31707         676        20                -           9.0000          -
19517.47/989.64	c       990          27624        3480        20                -           9.0000          -
19616.57/994.67	c       995           5736         674        20                -           9.0000          -
19717.66/999.72	c      1000          32224         696        20                -           9.0000          -
19816.76/1004.79	c      1005          32441         699        20                -           9.0000          -
19917.85/1009.86	c      1010          14253        1239        20                -           9.0000          -
20016.95/1014.86	c      1015         269478         760        20                -           9.0000          -
20118.05/1019.91	c      1020           5917         699        20                -           9.0000          -
20217.16/1025.00	c      1025          14434        1264        20                -           9.0000          -
20318.97/1030.05	c      1030          28945        3456        20                -           9.0000          -
20417.81/1035.10	c      1035           6025         704        20                -           9.0000          -
20516.98/1040.13	c      1040           6053         709        20                -           9.0000          -
20618.07/1045.17	c      1045          34030         714        20                -           9.0000          -
20718.41/1050.27	c      1050           6108         715        20                -           9.0000          -
20819.31/1055.32	c      1055          14861        1292        20                -           9.0000          -
20918.36/1060.37	c      1060          14943        1300        20                -           9.0000          -
21019.41/1065.42	c      1065           6178         719        20                -           9.0000          -
21118.40/1070.44	c      1070          30416        3475        20                -           9.0000          -
21219.45/1075.53	c      1076          35202         706        20                -           9.0000          -
21318.57/1080.56	c      1081          15188        1321        20                -           9.0000          -
21417.69/1085.58	c      1086          30977        3439        20                -           9.0000          -
21518.78/1090.69	c      1091           6415         745        20                -           9.0000          -
21619.82/1095.70	c      1096          15292          14        20                -           9.0000          -
21718.91/1100.71	c      1101          15292          14        20                -           9.0000          -
21818.02/1105.75	c      1106          31727        3473        20                -           9.0000          -
21921.08/1110.91	c      1111           6557         765        20                -           9.0000          -
22020.21/1115.92	c      1116           6567         767        20                -           9.0000          -
22119.25/1120.94	c      1121           6596         772        20                -           9.0000          -
22218.39/1125.99	c      1126          32316        3463        20                -           9.0000          -
22320.30/1131.07	c      1131           6625         777        20                -           9.0000          -
22421.07/1136.16	c      1136          37506         716        20                -           9.0000          -
22521.56/1141.21	c      1141         306495         742        20                -           9.0000          -
22620.74/1146.24	c      1146         307837         751        20                -           9.0000          -
22719.89/1151.28	c      1151          38010         729        20                -           9.0000          -
22820.98/1156.39	c      1156          15437         153        20                -           9.0000          -
22922.13/1161.44	c      1161           6768         812        20                -           9.0000          -
23021.30/1166.45	c      1166           6794         813        20                -           9.0000          -
23122.46/1171.56	c      1172           6799         814        20                -           9.0000          -
23223.61/1176.61	c      1177          33870        3632        20                -           9.0000          -
23322.77/1181.65	c      1182           6832         832        20                -           9.0000          -
23423.91/1186.74	c      1187           6847         834        20                -           9.0000          -
23523.08/1191.79	c      1192          34104        3658        20                -           9.0000          -
23624.21/1196.85	c      1197           6875         841        20                -           9.0000          -
23723.35/1201.89	c      1202         324157         742        20                -           9.0000          -
23824.53/1206.95	c      1207          15899         258        20                -           9.0000          -
23923.61/1211.99	c      1212          40244         718        20                -           9.0000          -
24025.64/1217.08	c      1217          40409         730        20                -           9.0000          -
24126.40/1222.14	c      1222           7017         861        20                -           9.0000          -
24225.72/1227.17	c      1227          35103        3750        20                -           9.0000          -
24324.71/1232.19	c      1232          35242        3752        20                -           9.0000          -
24424.90/1237.22	c      1237          16313         275        20                -           9.0000          -
24523.96/1242.24	c      1242          41513         747        20                -           9.0000          -
24623.02/1247.27	c      1247          35697        3847        20                -           9.0000          -
24722.09/1252.27	c      1252           7125         888        20                -           9.0000          -
24825.11/1257.41	c      1257          16594         277        20                -           9.0000          -
24924.15/1262.45	c      1262           7162         904        20                -           9.0000          -
25025.19/1267.53	c      1268         343888         747        20                -           9.0000          -
25126.18/1272.61	c      1273           7192         916        20                -           9.0000          -
25227.21/1277.70	c      1278           7221         932        20                -           9.0000          -
25326.26/1282.78	c      1283           7235         933        20                -           9.0000          -
25427.30/1287.85	c      1288          36888        3963        20                -           9.0000          -
25528.33/1292.91	c      1293          43518         765        20                -           9.0000          -
25627.38/1298.00	c      1298          37249        4046        20                -           9.0000          -
25729.20/1303.06	c      1303          43844         758        20                -           9.0000          -
25828.25/1308.11	c      1308          44047         763        20                -           9.0000          -
25929.02/1313.16	c      1313          44232         760        20                -           9.0000          -
26028.03/1318.19	c      1318         359128         746        20                -           9.0000          -
26128.43/1323.28	c      1323          17422         301        20                -           9.0000          -
26227.39/1328.29	c      1328          44765         758        20                -           9.0000          -
26328.30/1333.33	c      1333          44971         760        20                -           9.0000          -
26427.22/1338.35	c      1338           7640        1034        20                -           9.0000          -
26526.27/1343.40	c      1343          38632        4163        20                -           9.0000          -
26629.27/1348.55	c      1349          17826         351        20                -           9.0000          -
26728.31/1353.57	c      1354           7759        1046        20                -           9.0000          -
26829.25/1358.67	c      1359          39062        4218        20                -           9.0000          -
26930.20/1363.72	c      1364          18067         359        20                -           9.0000          -
27029.24/1368.77	c      1369           7853        1074        20                -           9.0000          -
27130.26/1373.84	c      1374          39533        4304        20                -           9.0000          -
27229.29/1378.89	c      1379         376702         750        20                -           9.0000          -
27330.30/1383.95	c      1384          39684        4348        20                -           9.0000          -
27429.34/1388.99	c      1389          18598         366        20                -           9.0000          -
27530.96/1394.05	c      1394           8020        1090        20                -           9.0000          -
27630.14/1399.06	c      1399           8042        1093        20                -           9.0000          -
27729.01/1404.14	c      1404          47861         785        20                -           9.0000          -
27831.38/1409.20	c      1409         385346         748        20                -           9.0000          -
27930.32/1414.26	c      1414          48229         789        20                -           9.0000          -
28031.32/1419.32	c      1419          48389         793        20                -           9.0000          -
28130.35/1424.37	c      1424          40678        4430        20                -           9.0000          -
28229.37/1429.39	c      1429          48669         801        20                -           9.0000          -
28330.37/1434.42	c      1434           8204        1129        20                -           9.0000          -
28431.37/1439.54	c      1440          40972        4453        20                -           9.0000          -
28530.43/1444.56	c      1445           8262        1135        20                -           9.0000          -
28631.47/1449.61	c      1450           8274        1142        20                -           9.0000          -
28730.53/1454.69	c      1455           8285        1145        20                -           9.0000          -
28831.57/1459.75	c      1460           8303        1154        20                -           9.0000          -
28930.53/1464.79	c      1465           8325        1160        20                -           9.0000          -
29031.57/1469.81	c      1470          20327         390        20                -           9.0000          -
29130.63/1474.83	c      1475          50299         816        20                -           9.0000          -
29229.69/1479.84	c      1480          50538         822        20                -           9.0000          -
29330.74/1484.90	c      1485           8422        1187        20                -           9.0000          -
29429.81/1489.97	c      1490          20714         382        20                -           9.0000          -
29531.39/1495.05	c      1495          20815         386        20                -           9.0000          -
29630.64/1500.13	c      1500           8490        1216        20                -           9.0000          -
29731.67/1505.19	c      1505           8495        1217        20                -           9.0000          -
29831.92/1510.24	c      1510          21100         381        20                -           9.0000          -
29930.84/1515.29	c      1515           8536        1240        20                -           9.0000          -
30031.93/1520.32	c      1520         417915         745        20                -           9.0000          -
30131.02/1525.35	c      1525          43361        4716        20                -           9.0000          -
30231.97/1530.47	c      1530           8609        1274        20                -           9.0000          -
30332.97/1535.53	c      1536         422616         736        20                -           9.0000          -
30432.06/1540.59	c      1541          21703         374        20                -           9.0000          -
30533.05/1545.62	c      1546          43721        4771        20                -           9.0000          -
30634.06/1550.71	c      1551           8683        1302        20                -           9.0000          -
30733.14/1555.74	c      1556          21948         363        20                -           9.0000          -
30834.19/1560.80	c      1561           8730        1322        20                -           9.0000          -
30935.25/1565.91	c      1566           8757        1331        20                -           9.0000          -
31034.32/1570.95	c      1571          22282         366        20                -           9.0000          -
31133.32/1575.98	c      1576           8788        1339        20                -           9.0000          -
31235.09/1581.11	c      1581           8815        1346        20                -           9.0000          -
31336.14/1586.16	c      1586          44556        4821        20                -           9.0000          -
31436.42/1591.22	c      1591           8850        1361        20                -           9.0000          -
31535.43/1596.29	c      1596           8883        1388        20                -           9.0000          -
31636.48/1601.34	c      1601          55424         839        20                -           9.0000          -
31735.48/1606.38	c      1606          45151        4933        20                -           9.0000          -
31836.66/1611.43	c      1611           8940        1403        20                -           9.0000          -
31937.50/1616.51	c      1617          23193         337        20                -           9.0000          -
32036.52/1621.56	c      1622          45537        4963        20                -           9.0000          -
32137.63/1626.62	c      1627          45640        4967        20                -           9.0000          -
32236.49/1631.67	c      1632           9031        1436        20                -           9.0000          -
32337.47/1636.72	c      1637           9046        1431        20                -           9.0000          -
32438.43/1641.80	c      1642          57060         876        20                -           9.0000          -
32537.47/1646.85	c      1647          57347         866        20                -           9.0000          -
32636.53/1651.89	c      1652           9113        1457        20                -           9.0000          -
32735.60/1656.90	c      1657          24182         288        20                -           9.0000          -
32836.66/1662.02	c      1662           9165        1474        20                -           9.0000          -
32938.41/1667.07	c      1667         457959         746        20                -           9.0000          -
33037.50/1672.09	c      1672          24442         287        20                -           9.0000          -
33136.51/1677.11	c      1677           9230        1514        20                -           9.0000          -
33237.50/1682.19	c      1682           9251        1517        20                -           9.0000          -
33337.89/1687.28	c      1687          47226        5092        20                -           9.0000          -
33438.95/1692.35	c      1692           9294        1523        20                -           9.0000          -
33537.98/1697.39	c      1697          47359        5131        20                -           9.0000          -
33639.04/1702.41	c      1702          24801         314        20                -           9.0000          -
33738.14/1707.45	c      1707           9344        1524        20                -           9.0000          -
33837.21/1712.47	c      1712           9371        1525        20                -           9.0000          -
33940.26/1717.60	c      1718          47621        5169        20                -           9.0000          -
34039.35/1722.68	c      1723           9419        1533        20                -           9.0000          -
34140.44/1727.71	c      1728           9438        1541        20                -           9.0000          -
34239.54/1732.77	c      1733          25185         316        20                -           9.0000          -
34340.64/1737.84	c      1738          25270         314        20                -           9.0000          -
34439.67/1742.89	c      1743           9517        1565        20                -           9.0000          -
34540.75/1747.95	c      1748           9541        1570        20                -           9.0000          -
34639.84/1752.95	c      1753           9561        1567        20                -           9.0000          -
34738.96/1757.98	c      1758          48342        5271        20                -           9.0000          -
34840.66/1763.08	c      1763          25573         330        20                -           9.0000          -
34941.82/1768.16	c      1768          63150         916        20                -           9.0000          -
35042.19/1773.21	c      1773          63334         918        20                -           9.0000          -
35141.23/1778.26	c      1778           9668        1612        20                -           9.0000          -
35240.30/1783.27	c      1783          63675         941        20                -           9.0000          -
35341.36/1788.37	c      1788           9713        1614        20                -           9.0000          -
35442.41/1793.42	c      1793          26049         339        20                -           9.0000          -
35541.46/1798.43	c      1798           9763        1627        20                -           9.0000          -
35642.52/1803.54	c      1804         494801         732        20                -           9.0000          -
35741.61/1808.60	c      1809          26264         340        20                -           9.0000          -
35842.67/1813.61	c      1814          49882        5464        20                -           9.0000          -
35941.74/1818.65	c      1819           9873        1649        20                -           9.0000          -
36042.81/1823.70	c      1824          50146        5489        20                -           9.0000          -
36143.90/1828.82	c      1829          26575         343        20                -           9.0000          -
36242.98/1833.89	c      1834           9941        1670        20                -           9.0000          -
36344.01/1838.95	c      1839           9957        1673        20                -           9.0000          -
36443.09/1843.99	c      1844          50748        5561        20                -           9.0000          -
36544.91/1849.06	c      1849          50861        5578        20                -           9.0000          -
36644.01/1854.13	c      1854         508760         745        20                -           9.0000          -
36745.07/1859.16	c      1859          51139        5619        20                -           9.0000          -
36845.39/1864.20	c      1864          10006        1635        20                -           9.0000          -
36944.42/1869.29	c      1869          10015        1622        20                -           9.0000          -
37045.49/1874.32	c      1874          51368           0        20                -           9.0000          -
37144.56/1879.39	c      1879          10026        1604        20                -           9.0000          -
37245.61/1884.44	c      1884          51381          13        20                -           9.0000          -
37344.66/1889.49	c      1890          67817        1015        20                -           9.0000          -
37445.70/1894.53	c      1895          68000        1013        20                -           9.0000          -
37544.77/1899.58	c      1900          27734         343        20                -           9.0000          -
37645.77/1904.66	c      1905          10089        1593        20                -           9.0000          -
37746.82/1909.73	c      1910          51867         151        20                -           9.0000          -
37845.89/1914.74	c      1915          52042         184        20                -           9.0000          -
37946.95/1919.80	c      1920          69117        1009        20                -           9.0000          -
38046.02/1924.84	c      1925          69354        1006        20                -           9.0000          -
38147.07/1929.94	c      1930          52719         207        20                -           9.0000          -
38246.13/1934.98	c      1935          10188        1606        20                -           9.0000          -
38347.71/1940.03	c      1940          69884        1008        20                -           9.0000          -
38446.84/1945.08	c      1945          28510         352        20                -           9.0000          -
38548.05/1950.15	c      1950          28584         357        20                -           9.0000          -
38646.81/1955.20	c      1955          10285        1632        20                -           9.0000          -
38747.21/1960.24	c      1960          54470         268        20                -           9.0000          -
38848.24/1965.30	c      1965          28801         364        20                -           9.0000          -
38947.24/1970.36	c      1970          10339        1637        20                -           9.0000          -
39048.31/1975.40	c      1975          55179         215        20                -           9.0000          -
39147.46/1980.45	c      1980          10373        1637        20                -           9.0000          -
39248.60/1985.51	c      1986          29000         371        20                -           9.0000          -
39347.75/1990.56	c      1991          10418        1670        20                -           9.0000          -
39448.81/1995.61	c      1996          72105        1006        20                -           9.0000          -
39547.93/2000.67	c      2001          10478        1676        20                -           9.0000          -
39648.90/2005.72	c      2006          72379        1006        20                -           9.0000          -
39749.95/2010.81	c      2011          10532        1700        20                -           9.0000          -
39849.07/2015.86	c      2016          29456         365        20                -           9.0000          -
39950.17/2020.92	c      2021          10586        1706        20                -           9.0000          -
40049.24/2025.94	c      2026         555836         734        20                -           9.0000          -
40148.42/2031.02	c      2031          58210         216        20                -           9.0000          -
40250.09/2036.11	c      2036          73517        1059        20                -           9.0000          -
40349.44/2041.13	c      2041          73805        1063        20                -           9.0000          -
40450.07/2046.18	c      2046          74059        1068        20                -           9.0000          -
40550.68/2051.23	c      2051          10745        1749        20                -           9.0000          -
40569.27/2052.19	c      2052          10039           0         0                -           9.0000          -
40573.76/2052.66	c      2053          10039           0         0                -           9.0000          -
40573.76/2052.66	c SCIP Status        : c problem is solved [infeasible]
40573.76/2052.66	c Total Time         : 2052.6600
40573.76/2052.66	c   solving          : 2052.6600
40573.76/2052.66	c   presolving       : 4.1373 (included in solving)
40573.76/2052.66	c B&B Tree           :
40573.76/2052.66	c   nodes (total)    : 10039
40573.76/2052.66	c Solution           :
40573.76/2052.66	c   Solutions found  : 0
40573.76/2052.66	c   Primal Bound     :          -
40573.76/2052.66	c   Dual Bound       :          -
40573.76/2052.66	c Gap                :          -
40573.86/2052.70	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190917 MiB free)
  memory of node 1: 193531 MiB (186758 MiB free)
  memory of node 2: 193531 MiB (181649 MiB free)
  memory of node 3: 193531 MiB (188246 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-4465348-1722461503/watcher-4465348-1722461503 -o /tmp/evaluation-result-4465348-1722461503/solver-4465348-1722461503 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70625 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465348-1722461503.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100105 s]*
/proc/loadavg: 74.66 79.10 79.90 43/945 77642
/proc/meminfo: memFree=765378376/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=76412 memory=64820 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 15183 0 0 0 9 2 0 0 20 0 1 0 12732874 78245888 16205 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 19103 16205 2694 3035 0 15499 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76412 KiB
Current children cumulated memory: 64820 KiB

[startup+0.219317 s]*
/proc/loadavg: 74.66 79.10 79.90 43/945 77642
/proc/meminfo: memFree=765242576/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=92216 memory=79404 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 20385 0 0 0 20 2 0 0 20 0 1 0 12732874 94429184 19851 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 23054 19851 2774 3035 0 19450 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 92216 KiB
Current children cumulated memory: 79404 KiB

[startup+0.31847 s]*
/proc/loadavg: 74.66 79.10 79.90 43/945 77642
/proc/meminfo: memFree=765189064/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=117404 memory=91604 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 23433 0 0 0 30 3 0 0 20 0 1 0 12732874 120221696 22901 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 29351 22901 2790 3035 0 25747 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 117404 KiB
Current children cumulated memory: 91604 KiB

[startup+0.70019 s]
/proc/loadavg: 74.66 79.10 79.90 43/945 77642
/proc/meminfo: memFree=764997416/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=123520 memory=97940 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 25041 0 0 0 66 3 0 0 20 0 1 0 12732874 126484480 24485 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 30880 24485 2790 3035 0 27276 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 123520 KiB
Current children cumulated memory: 97940 KiB

[startup+1.50018 s]
/proc/loadavg: 74.66 79.10 79.90 43/945 77642
/proc/meminfo: memFree=764411988/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=129636 memory=104012 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 26561 0 0 0 145 3 0 0 20 0 1 0 12732874 132747264 26003 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 32409 26003 2790 3035 0 28805 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 129636 KiB
Current children cumulated memory: 104012 KiB

[startup+3.11667 s]
/proc/loadavg: 72.04 78.48 79.70 43/945 77644
/proc/meminfo: memFree=763735968/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=182576 memory=156812 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) R 77638 77641 70587 0 -1 4194304 39734 0 0 0 305 5 0 0 20 0 1 0 12732874 186957824 39203 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 45644 39203 2790 3035 0 42040 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 182576 KiB
Current children cumulated memory: 156812 KiB

[startup+6.30143 s]
/proc/loadavg: 72.04 78.48 79.70 62/985 77684
/proc/meminfo: memFree=762302776/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=2110864 memory=1445556 CPUtime=38.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) S 77638 77641 70587 0 -1 1077936128 364445 0 0 0 3790 82 0 0 20 0 41 0 12732874 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 527716 361389 2838 3035 0 455507 0
[pid=77641/tid=77645] ppid=77638 vsize=2110864 memory=0 CPUtime=1.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77645/stat : 77645 (fscip) R 77638 77641 70587 0 -1 4194368 15459 0 0 0 169 4 0 0 20 0 41 0 12733293 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77646] ppid=77638 vsize=2110864 memory=0 CPUtime=1.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77646/stat : 77646 (fscip) R 77638 77641 70587 0 -1 4194368 15834 0 0 0 167 2 0 0 20 0 41 0 12733293 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77647] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77647/stat : 77647 (fscip) R 77638 77641 70587 0 -1 4194368 15802 0 0 0 169 3 0 0 20 0 41 0 12733293 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77648] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77648/stat : 77648 (fscip) R 77638 77641 70587 0 -1 4194368 15461 0 0 0 169 3 0 0 20 0 41 0 12733293 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77649] ppid=77638 vsize=2110864 memory=1360980 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77649/stat : 77649 (fscip) R 77638 77641 70587 0 -1 4194368 15807 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77650] ppid=77638 vsize=2110864 memory=360352 CPUtime=1.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77650/stat : 77650 (fscip) R 77638 77641 70587 0 -1 4194368 15455 0 0 0 170 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77651] ppid=77638 vsize=2110864 memory=0 CPUtime=1.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77651/stat : 77651 (fscip) R 77638 77641 70587 0 -1 4194368 15471 0 0 0 169 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77652] ppid=77638 vsize=2110864 memory=29273809900535888 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77652/stat : 77652 (fscip) R 77638 77641 70587 0 -1 4194368 15884 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77653] ppid=77638 vsize=2110864 memory=25333125866717268 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77653/stat : 77653 (fscip) R 77638 77641 70587 0 -1 4194368 15807 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77654] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77654/stat : 77654 (fscip) R 77638 77641 70587 0 -1 4194368 15437 0 0 0 168 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77655] ppid=77638 vsize=2110864 memory=16204 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77655/stat : 77655 (fscip) R 77638 77641 70587 0 -1 4194368 15809 0 0 0 168 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77656] ppid=77638 vsize=2110864 memory=2268 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77656/stat : 77656 (fscip) R 77638 77641 70587 0 -1 4194368 15842 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77657] ppid=77638 vsize=2110864 memory=281226539784192 CPUtime=1.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77657/stat : 77657 (fscip) R 77638 77641 70587 0 -1 4194368 15451 0 0 0 163 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77658] ppid=77638 vsize=2110864 memory=-8325000837725967957 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77658/stat : 77658 (fscip) R 77638 77641 70587 0 -1 4194368 15802 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77659] ppid=77638 vsize=2110864 memory=11528 CPUtime=1.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77659/stat : 77659 (fscip) R 77638 77641 70587 0 -1 4194368 15858 0 0 0 168 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77660] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77660/stat : 77660 (fscip) R 77638 77641 70587 0 -1 4194368 15455 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77661] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77661/stat : 77661 (fscip) R 77638 77641 70587 0 -1 4194368 15849 0 0 0 168 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77662] ppid=77638 vsize=2110864 memory=281226539989808 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77662/stat : 77662 (fscip) R 77638 77641 70587 0 -1 4194368 15810 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77663] ppid=77638 vsize=2110864 memory=0 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77663/stat : 77663 (fscip) R 77638 77641 70587 0 -1 4194368 15478 0 0 0 169 3 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77664] ppid=77638 vsize=2110864 memory=-6800859132029471841 CPUtime=1.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77664/stat : 77664 (fscip) R 77638 77641 70587 0 -1 4194368 20148 0 0 0 168 4 0 0 20 0 41 0 12733294 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77665] ppid=77638 vsize=2110864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77665/stat : 77665 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77666] ppid=77638 vsize=2110864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77666/stat : 77666 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77667] ppid=77638 vsize=2110864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77667/stat : 77667 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77668] ppid=77638 vsize=2110864 memory=1389364 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77668/stat : 77668 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77669] ppid=77638 vsize=2110864 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77669/stat : 77669 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77670] ppid=77638 vsize=2110864 memory=6944656592455360604 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77670/stat : 77670 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77671] ppid=77638 vsize=2110864 memory=-4864290612866460961 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77671/stat : 77671 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77672] ppid=77638 vsize=2110864 memory=-2747850554689428331 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77672/stat : 77672 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77673] ppid=77638 vsize=2110864 memory=6943526293694210128 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77673/stat : 77673 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77674] ppid=77638 vsize=2110864 memory=28748 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77674/stat : 77674 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77675] ppid=77638 vsize=2110864 memory=7384 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77675/stat : 77675 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77676] ppid=77638 vsize=2110864 memory=30888 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77676/stat : 77676 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77677] ppid=77638 vsize=2110864 memory=27932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77677/stat : 77677 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77678] ppid=77638 vsize=2110864 memory=281226540034480 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77678/stat : 77678 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77679] ppid=77638 vsize=2110864 memory=8607450007297 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77679/stat : 77679 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77680] ppid=77638 vsize=2110864 memory=9870170392065 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77680/stat : 77680 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77681] ppid=77638 vsize=2110864 memory=281226539846176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77681/stat : 77681 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77682] ppid=77638 vsize=2110864 memory=2212 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77682/stat : 77682 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77683] ppid=77638 vsize=2110864 memory=1736 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77683/stat : 77683 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77684] ppid=77638 vsize=2110864 memory=8216 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77684/stat : 77684 (fscip) S 77638 77641 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12733329 2161524736 361389 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
Current children cumulated CPU time: 38.72 s
Current children cumulated vsize: 2110864 KiB
Current children cumulated memory: 1445556 KiB

[startup+12.7014 s]
/proc/loadavg: 70.34 77.91 79.50 62/985 77684
/proc/meminfo: memFree=756935464/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=4173884 memory=2967244 CPUtime=165.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) S 77638 77641 70587 0 -1 1077936128 934652 0 0 0 16371 181 0 0 20 0 41 0 12732874 4274057216 741811 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 52 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 1043471 741811 2982 3035 0 887554 0
[pid=77641/tid=77645] ppid=77638 vsize=4173884 memory=1340700 CPUtime=8.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77645/stat : 77645 (fscip) R 77638 77641 70587 0 -1 4194368 48280 0 0 0 798 9 0 0 20 0 41 0 12733293 4274057216 741811 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77646] ppid=77638 vsize=4173884 memory=0 CPUtime=7.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77646/stat : 77646 (fscip) R 77638 77641 70587 0 -1 4194368 48328 0 0 0 790 9 0 0 20 0 41 0 12733293 4274057216 741811 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77647] ppid=77638 vsize=4173884 memory=13748 CPUtime=8.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77647/stat : 77647 (fscip) R 77638 77641 70587 0 -1 4194368 32227 0 0 0 801 7 0 0 20 0 41 0 12733293 4274057216 741811 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0

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

/proc/77641/stat : 77641 (fscip) S 77638 77641 70587 0 -1 1077936128 25281826 0 0 0 4051266 5461 0 0 20 0 41 0 12732874 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 2110944 1832014 3318 3035 0 1952724 0
[pid=77641/tid=77645] ppid=77638 vsize=8443776 memory=-5155631305922406277 CPUtime=2031.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77645/stat : 77645 (fscip) R 77638 77641 70587 0 -1 4194368 1224860 0 0 0 203003 142 0 0 20 0 41 0 12733293 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77646] ppid=77638 vsize=8443776 memory=18468 CPUtime=2027.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77646/stat : 77646 (fscip) R 77638 77641 70587 0 -1 4194368 1539115 0 0 0 202588 200 0 0 20 0 41 0 12733293 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77647] ppid=77638 vsize=8443776 memory=20188 CPUtime=2025.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77647/stat : 77647 (fscip) R 77638 77641 70587 0 -1 4194368 1053033 0 0 0 202185 410 0 0 20 0 41 0 12733293 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77648] ppid=77638 vsize=8443776 memory=5556 CPUtime=2031.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77648/stat : 77648 (fscip) R 77638 77641 70587 0 -1 4194368 1092348 0 0 0 203063 127 0 0 20 0 41 0 12733293 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77649] ppid=77638 vsize=8443776 memory=11432 CPUtime=2027.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77649/stat : 77649 (fscip) R 77638 77641 70587 0 -1 4194368 1473421 0 0 0 202551 219 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77650] ppid=77638 vsize=8443776 memory=13752 CPUtime=2025.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77650/stat : 77650 (fscip) R 77638 77641 70587 0 -1 4194368 851668 0 0 0 202087 472 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77651] ppid=77638 vsize=8443776 memory=12724 CPUtime=2029.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77651/stat : 77651 (fscip) R 77638 77641 70587 0 -1 4194368 1134321 0 0 0 202800 139 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77652] ppid=77638 vsize=8443776 memory=12232 CPUtime=2026.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77652/stat : 77652 (fscip) R 77638 77641 70587 0 -1 4194368 1701640 0 0 0 202392 240 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77653] ppid=77638 vsize=8443776 memory=7243984 CPUtime=2030.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77653/stat : 77653 (fscip) R 77638 77641 70587 0 -1 4194368 813583 0 0 0 202597 459 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77654] ppid=77638 vsize=8443776 memory=7326400 CPUtime=2031.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77654/stat : 77654 (fscip) R 77638 77641 70587 0 -1 4194368 1322420 0 0 0 202993 170 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77655] ppid=77638 vsize=8443776 memory=7328056 CPUtime=2027.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77655/stat : 77655 (fscip) R 77638 77641 70587 0 -1 4194368 1501635 0 0 0 202561 225 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77656] ppid=77638 vsize=8443776 memory=7306916055892506153 CPUtime=2018.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77656/stat : 77656 (fscip) R 77638 77641 70587 0 -1 4194368 1116999 0 0 0 201416 479 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77657] ppid=77638 vsize=8443776 memory=669547 CPUtime=2032 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77657/stat : 77657 (fscip) R 77638 77641 70587 0 -1 4194368 1481077 0 0 0 203007 193 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77658] ppid=77638 vsize=8443776 memory=669401 CPUtime=2021.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77658/stat : 77658 (fscip) R 77638 77641 70587 0 -1 4194368 1565251 0 0 0 201941 225 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77659] ppid=77638 vsize=8443776 memory=499800566480 CPUtime=2028.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77659/stat : 77659 (fscip) R 77638 77641 70587 0 -1 4194368 880818 0 0 0 202363 472 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77660] ppid=77638 vsize=8443776 memory=241474732413 CPUtime=2030.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77660/stat : 77660 (fscip) R 77638 77641 70587 0 -1 4194368 1226780 0 0 0 202897 151 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77661] ppid=77638 vsize=8443776 memory=61779648709100 CPUtime=2030.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77661/stat : 77661 (fscip) R 77638 77641 70587 0 -1 4194368 1484975 0 0 0 202778 248 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77662] ppid=77638 vsize=8443776 memory=59584937198168 CPUtime=2026.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77662/stat : 77662 (fscip) R 77638 77641 70587 0 -1 4194368 833284 0 0 0 202182 470 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77663] ppid=77638 vsize=8443776 memory=57390225687236 CPUtime=2029.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77663/stat : 77663 (fscip) R 77638 77641 70587 0 -1 4194368 1354266 0 0 0 202778 168 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77664] ppid=77638 vsize=8443776 memory=8028911401163780710 CPUtime=2027.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77664/stat : 77664 (fscip) R 77638 77641 70587 0 -1 4194368 1581583 0 0 0 202587 195 0 0 20 0 41 0 12733294 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77665] ppid=77638 vsize=8443776 memory=281226541682288 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77665/stat : 77665 (fscip) S 77638 77641 70587 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77666] ppid=77638 vsize=8443776 memory=6944656592455097440 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77666/stat : 77666 (fscip) S 77638 77641 70587 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77667] ppid=77638 vsize=8443776 memory=6944656592455360604 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77667/stat : 77667 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77668] ppid=77638 vsize=8443776 memory=6083349692085727597 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77668/stat : 77668 (fscip) S 77638 77641 70587 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77669] ppid=77638 vsize=8443776 memory=281226541112960 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77669/stat : 77669 (fscip) S 77638 77641 70587 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77670] ppid=77638 vsize=8443776 memory=-7169539485663701033 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77670/stat : 77670 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77671] ppid=77638 vsize=8443776 memory=67210 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77671/stat : 77671 (fscip) S 77638 77641 70587 0 -1 1077936192 38 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77672] ppid=77638 vsize=8443776 memory=67541 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77672/stat : 77672 (fscip) S 77638 77641 70587 0 -1 1077936192 35 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77673] ppid=77638 vsize=8443776 memory=67865 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77673/stat : 77673 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77674] ppid=77638 vsize=8443776 memory=68189 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77674/stat : 77674 (fscip) S 77638 77641 70587 0 -1 1077936192 76 0 0 0 0 1 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77675] ppid=77638 vsize=8443776 memory=85249 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77675/stat : 77675 (fscip) S 77638 77641 70587 0 -1 1077936192 76 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77676] ppid=77638 vsize=8443776 memory=35281 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77676/stat : 77676 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77677] ppid=77638 vsize=8443776 memory=2764 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77677/stat : 77677 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77678] ppid=77638 vsize=8443776 memory=5400 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77678/stat : 77678 (fscip) S 77638 77641 70587 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77679] ppid=77638 vsize=8443776 memory=531676 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77679/stat : 77679 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77680] ppid=77638 vsize=8443776 memory=2752 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77680/stat : 77680 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77681] ppid=77638 vsize=8443776 memory=5532 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77681/stat : 77681 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77682] ppid=77638 vsize=8443776 memory=531736 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77682/stat : 77682 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77683] ppid=77638 vsize=8443776 memory=-5155631305922406277 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77683/stat : 77683 (fscip) S 77638 77641 70587 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77684] ppid=77638 vsize=8443776 memory=38604 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77684/stat : 77684 (fscip) S 77638 77641 70587 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 12733329 8646426624 1832014 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
Current children cumulated CPU time: 40567.3 s
Current children cumulated vsize: 8443776 KiB
Current children cumulated memory: 7328056 KiB

[startup+2052.4 s]
/proc/loadavg: 71.90 60.28 65.41 81/981 79456
/proc/meminfo: memFree=759618516/790760804 swapFree=131071996/131071996
[pid=77641] ppid=77638 vsize=6254464 memory=5188556 CPUtime=40573 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/stat : 77641 (fscip) S 77638 77641 70587 0 -1 1077936128 25461013 0 0 0 4051820 5480 0 0 20 0 29 0 12732874 6404571136 1297665 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
/proc/77641/statm: 1563616 1297139 3318 3035 0 1509559 0
[pid=77641/tid=77646] ppid=77638 vsize=6254464 memory=146836 CPUtime=2028.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77646/stat : 77646 (fscip) R 77638 77641 70587 0 -1 4194368 1545779 0 0 0 202619 201 0 0 20 0 29 0 12733293 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77648] ppid=77638 vsize=6254464 memory=213824 CPUtime=2032.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77648/stat : 77648 (fscip) R 77638 77641 70587 0 -1 4194368 1092587 0 0 0 203098 127 0 0 20 0 29 0 12733293 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77649] ppid=77638 vsize=6254464 memory=8216 CPUtime=2028.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77649/stat : 77649 (fscip) R 77638 77641 70587 0 -1 4194368 1480999 0 0 0 202582 219 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77651] ppid=77638 vsize=6254464 memory=28064 CPUtime=2029.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77651/stat : 77651 (fscip) R 77638 77641 70587 0 -1 4194368 1134446 0 0 0 202836 139 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77654] ppid=77638 vsize=6254464 memory=33100 CPUtime=2031.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77654/stat : 77654 (fscip) R 77638 77641 70587 0 -1 4194368 1330462 0 0 0 203023 171 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77657] ppid=77638 vsize=6254464 memory=19924 CPUtime=2032.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77657/stat : 77657 (fscip) R 77638 77641 70587 0 -1 4194368 1481095 0 0 0 203043 193 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77660] ppid=77638 vsize=6254464 memory=2004 CPUtime=2030.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77660/stat : 77660 (fscip) R 77638 77641 70587 0 -1 4194368 1243086 0 0 0 202926 153 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77663] ppid=77638 vsize=6254464 memory=28748 CPUtime=2029.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77663/stat : 77663 (fscip) R 77638 77641 70587 0 -1 4194368 1354361 0 0 0 202814 168 0 0 20 0 29 0 12733294 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77665] ppid=77638 vsize=6254464 memory=30888 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77665/stat : 77665 (fscip) S 77638 77641 70587 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77666] ppid=77638 vsize=6254464 memory=27932 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77666/stat : 77666 (fscip) S 77638 77641 70587 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77667] ppid=77638 vsize=6254464 memory=-7234302194979266173 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77667/stat : 77667 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77668] ppid=77638 vsize=6254464 memory=11528 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77668/stat : 77668 (fscip) S 77638 77641 70587 0 -1 1077936192 78 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77669] ppid=77638 vsize=6254464 memory=13896 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77669/stat : 77669 (fscip) S 77638 77641 70587 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77670] ppid=77638 vsize=6254464 memory=10556 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77670/stat : 77670 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77671] ppid=77638 vsize=6254464 memory=5472 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77671/stat : 77671 (fscip) S 77638 77641 70587 0 -1 1077936192 38 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77672] ppid=77638 vsize=6254464 memory=16204 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77672/stat : 77672 (fscip) S 77638 77641 70587 0 -1 1077936192 35 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77673] ppid=77638 vsize=6254464 memory=2268 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77673/stat : 77673 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77674] ppid=77638 vsize=6254464 memory=6120 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77674/stat : 77674 (fscip) S 77638 77641 70587 0 -1 1077936192 76 0 0 0 0 1 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77675] ppid=77638 vsize=6254464 memory=1848 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77675/stat : 77675 (fscip) S 77638 77641 70587 0 -1 1077936192 76 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77676] ppid=77638 vsize=6254464 memory=38604 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77676/stat : 77676 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77677] ppid=77638 vsize=6254464 memory=13896 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77677/stat : 77677 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77678] ppid=77638 vsize=6254464 memory=10556 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77678/stat : 77678 (fscip) S 77638 77641 70587 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77679] ppid=77638 vsize=6254464 memory=5472 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77679/stat : 77679 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77680] ppid=77638 vsize=6254464 memory=28748 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77680/stat : 77680 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77681] ppid=77638 vsize=6254464 memory=7384 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77681/stat : 77681 (fscip) S 77638 77641 70587 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77682] ppid=77638 vsize=6254464 memory=30888 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77682/stat : 77682 (fscip) S 77638 77641 70587 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77683] ppid=77638 vsize=6254464 memory=27932 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77683/stat : 77683 (fscip) S 77638 77641 70587 0 -1 1077936192 77 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
[pid=77641/tid=77684] ppid=77638 vsize=6254464 memory=3760 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/77641/task/77684/stat : 77684 (fscip) S 77638 77641 70587 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 29 0 12733329 6404571136 1297139 809668444160 4194304 16623229 140720360163456 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 48156672 140720360166410 140720360166528 140720360166528 140720360173552 0
Current children cumulated CPU time: 40573 s
Current children cumulated vsize: 6254464 KiB
Current children cumulated memory: 5188556 KiB

[startup+2052.8 s]*
/proc/loadavg: 72.55 60.61 65.49 62/942 79458
/proc/meminfo: memFree=766250740/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 2052.83
CPU time (s): 40574
CPU user time (s): 40519
CPU system time (s): 55.0463
CPU usage (%): 1976.49
Max. virtual memory (cumulated for all children) (KiB): 8509312
Max. memory (cumulated for all children) (KiB): 7328056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40519
system time used= 55.0463
maximum resident set size= 7328056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25566486
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= 149794
involuntary context switches= 122099


# summary of solver processes directly reported to runsolver:
#   pid: 77641
#   total CPU time (s): 40574
#   total CPU user time (s): 40519
#   total CPU system time (s): 55.0463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2433 second user time and 49.4939 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 23:31:43
IDJOB=4465348
IDBENCH=148768
IDSOLVER=3094
FILE ID=nodeD102/4465348-1722461503
RUNJOBID= nodeD102-1722454211-70625
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622588 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.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-4465348-1722461503/watcher-4465348-1722461503 -o /tmp/evaluation-result-4465348-1722461503/solver-4465348-1722461503 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70625 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465348-1722461503.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=562251657

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        765586460 kB
MemAvailable:   764126068 kB
Buffers:          172356 kB
Cached:          1731504 kB
SwapCached:            0 kB
Active:           407572 kB
Inactive:       22339448 kB
Active(anon):       2260 kB
Inactive(anon): 20863448 kB
Active(file):     405312 kB
Inactive(file):  1476000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            313296 kB
Writeback:           204 kB
AnonPages:      20837988 kB
Mapped:           124248 kB
Shmem:             22536 kB
KReclaimable:     155644 kB
Slab:             493812 kB
SReclaimable:     155644 kB
SUnreclaim:       338168 kB
KernelStack:       16336 kB
PageTables:        55368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8890928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           212736 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3497984 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD102 at 2024-08-01 00:05:56