Trace number 4465610

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.2 3645.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark80.654
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.06	c Default LC presolving (default).
0.00/0.06	c ** Before presolving: virtualMemUsedAtLc = 76206080, getVmSize() = 76206080, SCIPgetMemUsed() = 44512249, SCIPgetMemTotal() = 54020065, SCIPgetMemExternEstim() = 17730161
0.00/0.06	c ** set memory limit for presolving in LC to 8.79585e+12 for SCIP **
16.51/16.65	c ** Estimated virtualMemUsedAtSolver = 228443930, getVmSize() = 363216896, SCIPgetMemUsed() = 224197054, SCIPgetMemTotal() = 324935734, SCIPgetMemExternEstim() = 17730161
16.51/16.65	c ** set memory limit for solvers to 4.1879e+11 for each SCIP **
16.51/16.65	c Original Problem   :
16.51/16.65	c   Problem name     : instance-4465610-1722454211
16.51/16.65	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
16.51/16.65	c   Constraints      : 1088
16.51/16.65	c   Objective sense  : minimize
16.51/16.65	c Presolved Problem  :
16.51/16.65	c   Variables        : 12025 (12025 binary, 0 integer, 0 implicit integer, 0 continuous)
16.51/16.65	c   Constraints      : 612
16.51/16.65	c Constraints        : Number
16.51/16.65	c   knapsack         : 114 
16.51/16.65	c   setppc           : 462 
16.51/16.65	c   orbitope         : 36 
16.51/16.65	c ** Instance transfer method used: 0
16.51/16.67	c ** ParaScipInstance copy increased the number of variables. **
17.03/17.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
17.03/17.17	c                                Nodes    Active                                            
17.03/17.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
690.07/51.24	c        51              2           1        20                -           0.0000          -
802.88/57.04	c        57            122         121        20                -           0.0000          -
911.84/62.46	c        62            422         421        20                -           0.0000          -
1019.00/67.89	c        68            762         761        20                -           0.0000          -
1120.21/73.02	c        73           1130          80        20                -           0.0000          -
1227.38/78.34	c        78           1611         561        20                -           0.0000          -
1328.59/83.48	c        83           1811         761        20                -           0.0000          -
1429.81/88.52	c        89           2131        1081        20                -           0.0000          -
1531.03/93.60	c        94           2531        1481        20                -           0.0000          -
1634.24/98.83	c        99           3191        2141        20                -           0.0000          -
1733.47/103.86	c       104           3691        2641        20                -           0.0000          -
1834.70/108.90	c       109           3731        2681        20                -           0.0000          -
1934.00/113.92	c       114           4131        3081        20                -           0.0000          -
2036.33/119.07	c       119           4631        3581        20                -           0.0000          -
2138.56/124.28	c       124           5131        4081        20                -           0.0000          -
2243.82/129.56	c       130           5671        4621        20                -           0.0000          -
2345.09/134.64	c       135           6271        5221        20                -           0.0000          -
2444.38/139.69	c       140           6871        5821        20                -           0.0000          -
2545.64/144.76	c       145           7260        6210        20                -           0.0000          -
2651.70/150.05	c       150           7431        6177        20                -           0.0000          -
2752.96/155.17	c       155           8114           1        20                -           0.0000          -
2852.31/160.18	c       160          11024        1481        20                -           0.0000          -
2952.75/165.24	c       165           8754         641        20                -           0.0000          -
3054.07/170.32	c       170           9154        1041        20                -           0.0000          -
3157.37/175.53	c       176           9554        1441        20                -           0.0000          -
3262.63/180.83	c       181          10014        1901        20                -           0.0000          -
3363.94/186.00	c       186          10521          74        20                -           0.0000          -
3467.95/191.15	c       191          15102         820        20                -           0.0000          -
3568.53/196.22	c       196          11188         741        20                -           0.0000          -
3667.85/201.26	c       201          11762         919        20                -           0.0000          -
3769.16/206.33	c       206          16821        2339        20                -           0.0000          -
3870.48/211.43	c       211          12663        1818        20                -           0.0000          -
3970.01/216.48	c       216          13280        2435        20                -           0.0000          -
4071.11/221.56	c       222          19413        3157        20                -           0.0000          -
4178.38/226.95	c       227          14570        3607        20                -           0.0000          -
4285.61/232.33	c       232          20608         401        20                -           0.0000          -
4386.90/237.50	c       238          20928         721        20                -           0.0000          -
4488.20/242.55	c       243          15901         421        20                -           0.0000          -
4595.48/247.93	c       248          16301         821        20                -           0.0000          -
4699.67/253.16	c       253          16721        1241        20                -           0.0000          -
4804.04/258.48	c       258          17221        1741        20                -           0.0000          -
4903.37/263.49	c       263          23632        1016        20                -           0.0000          -
5008.66/268.78	c       269          18602        3120        20                -           0.0000          -
5109.96/273.87	c       274          19455        3418        20                -           0.0000          -
5215.90/279.15	c       279          25064        2343        20                -           0.0000          -
5316.47/284.25	c       284          25520        2799        20                -           0.0000          -
5415.76/289.26	c       289          26073        3294        20                -           0.0000          -
5519.02/294.43	c       294          26892        3634        20                -           0.0000          -
5620.31/299.56	c       300          27376         161        20                -           0.0000          -
5721.64/304.65	c       305          27776         561        20                -           0.0000          -
5820.96/309.69	c       310          23626         961        20                -           0.0000          -
5924.20/314.82	c       315          28517        1300        20                -           0.0000          -
6025.46/319.92	c       320          28916        1040        20                -           0.0000          -
6124.71/324.99	c       325          24746        2081        20                -           0.0000          -
6229.92/330.24	c       330          29931        2038        20                -           0.0000          -
6331.16/335.35	c       335          25576        1600        20                -           0.0000          -
6434.36/340.51	c       341          31069        3176        20                -           0.0000          -
6535.55/345.60	c       346          31943        3552        20                -           0.0000          -
6634.77/350.67	c       351          33125        3454        20                -           0.0000          -
6735.98/355.74	c       356          34255        3441        20                -           0.0000          -
6835.21/360.79	c       361          35032          61        20                -           0.0000          -
6938.41/365.91	c       366          35432         461        20                -           0.0000          -
7037.64/370.95	c       371          35752         781        20                -           0.0000          -
7139.49/376.10	c       376          31839          81        20                -           0.0000          -
7241.97/381.20	c       381          36573        1600        20                -           0.0000          -
7349.34/386.62	c       387          37073        2100        20                -           0.0000          -
7448.35/391.67	c       392          37613        2640        20                -           0.0000          -
7551.56/396.85	c       397          33357        1599        20                -           0.0000          -
7650.78/401.88	c       402          33819        2061        20                -           0.0000          -
7751.99/407.03	c       407          34093        1260        20                -           0.0000          -
7856.09/412.18	c       412          34493        1660        20                -           0.0000          -
7956.37/417.26	c       417          34893        2060        20                -           0.0000          -
8057.58/422.33	c       422          35262        1277        20                -           0.0000          -
8156.80/427.39	c       427          35762        1777        20                -           0.0000          -
8258.02/432.45	c       432          36269        2284        20                -           0.0000          -
8359.18/437.57	c       438          45296          81        20                -           0.0000          -
8460.39/442.66	c       443          37477        3476        20                -           0.0000          -
8565.58/447.93	c       448          46016         801        20                -           0.0000          -
8670.75/453.22	c       453          38857        3393        20                -           0.0000          -
8771.97/458.37	c       458          46816        1601        20                -           0.0000          -
8871.20/463.38	c       463          47336        2121        20                -           0.0000          -
8974.39/468.52	c       469          47956        2741        20                -           0.0000          -
9084.18/474.09	c       474          43393        3248        20                -           0.0000          -
9185.38/479.17	c       479          49475        3599        20                -           0.0000          -
9287.74/484.37	c       484          50259        3387        20                -           0.0000          -
9388.94/489.43	c       489          45199         481        20                -           0.0000          -
9488.15/494.44	c       494          52076        3629        20                -           0.0000          -
9589.36/499.51	c       500          52992        3617        20                -           0.0000          -
9688.57/504.57	c       505          54008        3627        20                -           0.0000          -
9789.78/509.64	c       510          46732        1999        20                -           0.0000          -
9890.97/514.73	c       515          56114        3612        20                -           0.0000          -
9990.17/519.73	c       520          57145        3615        20                -           0.0000          -
10089.38/524.79	c       525          58231        3617        20                -           0.0000          -
10190.59/529.88	c       530          59294        3610        20                -           0.0000          -
10291.80/534.94	c       535          60431        3610        20                -           0.0000          -
10390.97/539.95	c       540          61543        3648        20                -           0.0000          -
10492.79/545.09	c       545          50465        3018        20                -           0.0000          -
10593.76/550.14	c       550          51309        3434        20                -           0.0000          -
10694.27/555.21	c       555          64344          61        20                -           0.0000          -
10793.50/560.22	c       560          53057        3321        20                -           0.0000          -
10894.73/565.35	c       565          54276        3315        20                -           0.0000          -
10995.94/570.43	c       570          55286        3316        20                -           0.0000          -
11097.14/575.53	c       576          56234        3319        20                -           0.0000          -
11202.30/580.82	c       581          66144        1861        20                -           0.0000          -
11301.52/585.87	c       586          66644        2361        20                -           0.0000          -
11400.76/590.88	c       591          59543        3313        20                -           0.0000          -
11501.96/595.94	c       596          60675        3301        20                -           0.0000          -
11601.11/601.00	c       601          61680        3294        20                -           0.0000          -
11703.22/606.07	c       606          62625        3294        20                -           0.0000          -
11802.25/611.12	c       611          63295         135        20                -           0.0000          -
11903.71/616.17	c       616          72018        4019        20                -           0.0000          -
12003.79/621.24	c       621          73169        4029        20                -           0.0000          -
12104.98/626.30	c       626          64281        1121        20                -           0.0000          -
12208.17/631.55	c       632          75339        4015        20                -           0.0000          -
12313.34/636.80	c       637          76516        4020        20                -           0.0000          -
12414.53/641.94	c       642          65602        1470        20                -           0.0000          -
12513.69/647.00	c       647          78396        4005        20                -           0.0000          -
12615.76/652.06	c       652          79427        4015        20                -           0.0000          -
12717.02/657.16	c       657          66917        1937        20                -           0.0000          -
12817.27/662.22	c       662          67435        2455        20                -           0.0000          -
12916.49/667.29	c       667          82641        3998        20                -           0.0000          -
13017.68/672.36	c       672          83684        4001        20                -           0.0000          -
13118.87/677.42	c       677          69372        3485        20                -           0.0000          -
13218.07/682.48	c       682          70296        3372        20                -           0.0000          -
13319.23/687.53	c       688          71394        3372        20                -           0.0000          -
13418.44/692.60	c       693          72563        3356        20                -           0.0000          -
13519.56/697.65	c       698          73723        3857        20                -           0.0000          -
13620.74/702.72	c       703          74729        3841        20                -           0.0000          -
13719.92/707.77	c       708          75788        3826        20                -           0.0000          -
13823.11/712.90	c       713          91202        3989        20                -           0.0000          -
13922.31/717.96	c       718          92185        3985        20                -           0.0000          -
14021.52/723.00	c       723          93148        3987        20                -           0.0000          -
14126.65/728.20	c       728          94079        3985        20                -           0.0000          -
14225.86/733.25	c       733          95124        3982        20                -           0.0000          -
14327.08/738.31	c       738          82559        3825        20                -           0.0000          -
14428.28/743.41	c       743          95727         301        20                -           0.0000          -
14527.51/748.43	c       748          85154        3817        20                -           0.0000          -
14628.71/753.52	c       754          86438        3813        20                -           0.0000          -
14727.94/758.58	c       759          96767        1341        20                -           0.0000          -
14829.09/763.63	c       764          88798        3818        20                -           0.0000          -
14928.31/768.69	c       769          97607        2181        20                -           0.0000          -
15029.51/773.75	c       774          98207        2781        20                -           0.0000          -
15135.40/779.06	c       779          98934        3508        20                -           0.0000          -
15236.70/784.14	c       784          99729        3532        20                -           0.0000          -
15335.86/789.19	c       789         100829        3910        20                -           0.0000          -
15436.27/794.28	c       794         101821        3898        20                -           0.0000          -
15537.47/799.35	c       799         102859        3892        20                -           0.0000          -
15638.67/804.41	c       804          97125        3814        20                -           0.0000          -
15739.89/809.53	c       810         104792        3890        20                -           0.0000          -
15839.11/814.58	c       815         105800        3889        20                -           0.0000          -
15940.33/819.64	c       820          98193         861        20                -           0.0000          -
16041.56/824.71	c       825         108058        3877        20                -           0.0000          -
16140.70/829.76	c       830         109088        3868        20                -           0.0000          -
16241.80/834.81	c       835         110128        3872        20                -           0.0000          -
16341.01/839.83	c       840         111178        3866        20                -           0.0000          -
16442.21/844.92	c       845         112243        3867        20                -           0.0000          -
16541.39/849.98	c       850         113273        3860        20                -           0.0000          -
16640.59/855.00	c       855         114290        3860        20                -           0.0000          -
16739.78/860.01	c       860         115367        3855        20                -           0.0000          -
16841.91/865.07	c       865         116546        3856        20                -           0.0000          -
16942.95/870.15	c       870         117714        3859        20                -           0.0000          -
17042.33/875.21	c       875         118791        3858        20                -           0.0000          -
17142.54/880.29	c       880         119986        3860        20                -           0.0000          -
17243.72/885.32	c       885         106117        3758        20                -           0.0000          -
17344.86/890.41	c       890         107093        3863        20                -           0.0000          -
17444.08/895.48	c       895         107975        3765        20                -           0.0000          -
17545.25/900.53	c       901         108989        3763        20                -           0.0000          -
17644.45/905.58	c       906         110007        3768        20                -           0.0000          -
17745.63/910.63	c       911         111031        3765        20                -           0.0000          -
17846.82/915.71	c       916         112033        3759        20                -           0.0000          -
17948.00/920.81	c       921         113113        3759        20                -           0.0000          -
18047.21/925.89	c       926         114159        3756        20                -           0.0000          -
18148.40/930.98	c       931         115176        3757        20                -           0.0000          -
18247.60/936.04	c       936         116115        3753        20                -           0.0000          -
18349.69/941.13	c       941         116963        3751        20                -           0.0000          -
18450.85/946.17	c       946         117819        3757        20                -           0.0000          -
18551.11/951.24	c       951         118739        3750        20                -           0.0000          -
18652.29/956.31	c       956         119620        3749        20                -           0.0000          -
18751.49/961.38	c       961         120530        3760        20                -           0.0000          -
18852.66/966.43	c       966         121499        3754        20                -           0.0000          -
18953.84/971.50	c       972         122435        3747        20                -           0.0000          -
19053.05/976.59	c       977         123500        3751        20                -           0.0000          -
19154.24/981.64	c       982         124557        3742        20                -           0.0000          -
19253.45/986.69	c       987         125603        3742        20                -           0.0000          -
19354.65/991.75	c       992         126594        3739        20                -           0.0000          -
19455.84/996.81	c       997         127559        3738        20                -           0.0000          -
19555.03/1001.87	c      1002         128492        3737        20                -           0.0000          -
19656.23/1006.93	c      1007         129321        3731        20                -           0.0000          -
19755.43/1012.01	c      1012         130118        3728        20                -           0.0000          -
19857.25/1017.07	c      1017         130958        3737        20                -           0.0000          -
19956.69/1022.14	c      1022         131774        3731        20                -           0.0000          -
20058.97/1027.22	c      1027         132620        3728        20                -           0.0000          -
20158.18/1032.28	c      1032         133598        3726        20                -           0.0000          -
20259.40/1037.34	c      1037         134642        3733        20                -           0.0000          -
20358.62/1042.35	c      1042         135804        3725        20                -           0.0000          -
20459.83/1047.44	c      1047         136905        3726        20                -           0.0000          -
20561.06/1052.55	c      1053         138037        3722        20                -           0.0000          -
20662.23/1057.62	c      1058         155663        3825        20                -           0.0000          -
20761.47/1062.68	c      1063         155663        3825        20                -           0.0000          -
20862.70/1067.73	c      1068         141526        3721        20                -           0.0000          -
20963.91/1072.81	c      1073         142707        3720        20                -           0.0000          -
21063.15/1077.88	c      1078         156540         841        20                -           0.0000          -
21164.37/1082.95	c      1083         144885        3716        20                -           0.0000          -
21263.59/1088.03	c      1088         146025        3720        20                -           0.0000          -
21365.59/1093.09	c      1093         147119        3723        20                -           0.0000          -
21467.07/1098.16	c      1098         148278        3717        20                -           0.0000          -
21565.94/1103.17	c      1103         149381        3720        20                -           0.0000          -
21668.35/1108.35	c      1108         159448        3749        20                -           0.0000          -
21769.59/1113.41	c      1113         160210        3883        20                -           0.0000          -
21868.84/1118.47	c      1118         152504        3722        20                -           0.0000          -
21969.98/1123.54	c      1124         153500        3710        20                -           0.0000          -
22069.21/1128.56	c      1129         154132           0        20                -           0.0000          -
22168.44/1133.57	c      1134         164506        4108        20                -           0.0000          -
22271.65/1138.70	c      1139         165438        4101        20                -           0.0000          -
22370.88/1143.78	c      1144         155133        1001        20                -           0.0000          -
22472.08/1148.86	c      1149         155453        1321        20                -           0.0000          -
22573.28/1153.93	c      1154         168386        4090        20                -           0.0000          -
22672.49/1158.99	c      1159         169293        4082        20                -           0.0000          -
22774.57/1164.05	c      1164         157053        1997        20                -           0.0000          -
22873.68/1169.10	c      1169         157453        2397        20                -           0.0000          -
22975.96/1174.21	c      1174         157923        2733        20                -           0.0000          -
23075.17/1179.28	c      1179         159014        1751        20                -           0.0000          -
23176.37/1184.34	c      1184         159589        1997        20                -           0.0000          -
23275.57/1189.40	c      1189         160089        2497        20                -           0.0000          -
23376.77/1194.45	c      1194         176035        4073        20                -           0.0000          -
23477.96/1199.50	c      1200         177015        4071        20                -           0.0000          -
23577.17/1204.57	c      1205         177873        4083        20                -           0.0000          -
23678.37/1209.65	c      1210         162629        3675        20                -           0.0000          -
23779.56/1214.72	c      1215         163469        3665        20                -           0.0000          -
23878.77/1219.78	c      1220         164450        3662        20                -           0.0000          -
23979.95/1224.84	c      1225         165418        3655        20                -           0.0000          -
24081.14/1229.91	c      1230         166223        3650        20                -           0.0000          -
24180.34/1234.97	c      1235         167083        3651        20                -           0.0000          -
24279.53/1240.03	c      1240         167958        3647        20                -           0.0000          -
24381.49/1245.08	c      1245         168775        3648        20                -           0.0000          -
24482.71/1250.15	c      1250         169663        3646        20                -           0.0000          -
24583.09/1255.23	c      1255         170583        3654        20                -           0.0000          -
24684.28/1260.30	c      1260         171515        3654        20                -           0.0000          -
24783.47/1265.36	c      1265         172490        3646        20                -           0.0000          -
24884.66/1270.41	c      1270         173413        3641        20                -           0.0000          -
24983.83/1275.46	c      1275         174395        3643        20                -           0.0000          -
25085.02/1280.57	c      1281         175324        3642        20                -           0.0000          -
25186.20/1285.62	c      1286         176247        3641        20                -           0.0000          -
25287.21/1290.70	c      1291         177192        3638        20                -           0.0000          -
25386.40/1295.79	c      1296         178396        4150        20                -           0.0000          -
25487.60/1300.86	c      1301         179469        4154        20                -           0.0000          -
25588.78/1305.93	c      1306         180518        4165        20                -           0.0000          -
25687.98/1311.03	c      1311         181636        4162        20                -           0.0000          -
25790.09/1316.09	c      1316         182631        4150        20                -           0.0000          -
25891.31/1321.19	c      1321         183423        4147        20                -           0.0000          -
25991.51/1326.29	c      1326         184543        4148        20                -           0.0000          -
26092.71/1331.36	c      1331         185357        4143        20                -           0.0000          -
26193.90/1336.41	c      1336         186445        4168        20                -           0.0000          -
26293.02/1341.49	c      1341         187429        4157        20                -           0.0000          -
26394.20/1346.56	c      1347         188403        4162        20                -           0.0000          -
26495.39/1351.64	c      1352         189346        4155        20                -           0.0000          -
26596.57/1356.74	c      1357         190312        4159        20                -           0.0000          -
26697.77/1361.81	c      1362         191284        4154        20                -           0.0000          -
26796.97/1366.87	c      1367         192343        4155        20                -           0.0000          -
26898.15/1371.92	c      1372         193334        4156        20                -           0.0000          -
26997.36/1376.98	c      1377         194292        4153        20                -           0.0000          -
27099.28/1382.07	c      1382         195316        4160        20                -           0.0000          -
27198.52/1387.14	c      1387         196248        4153        20                -           0.0000          -
27300.89/1392.20	c      1392         197190        4149        20                -           0.0000          -
27400.08/1397.26	c      1397         198089        4154        20                -           0.0000          -
27501.27/1402.33	c      1402         198993        4158        20                -           0.0000          -
27600.47/1407.38	c      1407         199933        4150        20                -           0.0000          -
27701.65/1412.44	c      1412         200896        4165        20                -           0.0000          -
27800.85/1417.49	c      1417         201831        4150        20                -           0.0000          -
27902.03/1422.54	c      1423         202712        4156        20                -           0.0000          -
28003.22/1427.64	c      1428         203623        4153        20                -           0.0000          -
28104.40/1432.71	c      1433         204521        4151        20                -           0.0000          -
28203.60/1437.77	c      1438         205476        4150        20                -           0.0000          -
28304.79/1442.81	c      1443         206491        4151        20                -           0.0000          -
28405.97/1447.91	c      1448         207447        4146        20                -           0.0000          -
28505.17/1452.97	c      1453         208349        4146        20                -           0.0000          -
28607.34/1458.05	c      1458         209384        4158        20                -           0.0000          -
28706.32/1463.13	c      1463         210333        4152        20                -           0.0000          -
28808.71/1468.21	c      1468         211335        4152        20                -           0.0000          -
28907.91/1473.26	c      1473         212307        4148        20                -           0.0000          -
29009.07/1478.32	c      1478         213316        4153        20                -           0.0000          -
29108.28/1483.39	c      1483         214338        4182        20                -           0.0000          -
29209.46/1488.48	c      1488         215251        4147        20                -           0.0000          -
29310.65/1493.56	c      1494         216228        4169        20                -           0.0000          -
29411.84/1498.63	c      1499         217237        4153        20                -           0.0000          -
29512.93/1503.73	c      1504         218301        4149        20                -           0.0000          -
29611.94/1508.79	c      1509         219249        4154        20                -           0.0000          -
29713.13/1513.84	c      1514         220307        4155        20                -           0.0000          -
29812.33/1518.90	c      1519         221233        4145        20                -           0.0000          -
29913.52/1524.03	c      1524         222176        4154        20                -           0.0000          -
30015.49/1529.12	c      1529         223126        4149        20                -           0.0000          -
30117.85/1534.20	c      1534         224167        4149        20                -           0.0000          -
30217.06/1539.29	c      1539         225118        4148        20                -           0.0000          -
30318.25/1544.34	c      1544         226060        4150        20                -           0.0000          -
30419.44/1549.41	c      1549         226970        4161        20                -           0.0000          -
30518.64/1554.49	c      1554         227956        4146        20                -           0.0000          -
30619.83/1559.55	c      1560         228893        4149        20                -           0.0000          -
30721.00/1564.60	c      1565         229858        4155        20                -           0.0000          -
30820.19/1569.68	c      1570         230927        4148        20                -           0.0000          -
30921.33/1574.73	c      1575         231860        4149        20                -           0.0000          -
31020.52/1579.76	c      1580         232801        4156        20                -           0.0000          -
31121.71/1584.81	c      1585         233781        4155        20                -           0.0000          -
31220.92/1589.83	c      1590         234762        4143        20                -           0.0000          -
31322.08/1594.96	c      1595         235822        4148        20                -           0.0000          -
31421.28/1600.04	c      1600         245172        4044        20                -           0.0000          -
31523.41/1605.11	c      1605         246042        4054        20                -           0.0000          -
31624.53/1610.20	c      1610         239000        4149        20                -           0.0000          -
31724.81/1615.26	c      1615         247797        4047        20                -           0.0000          -
31826.00/1620.33	c      1620         248646        4046        20                -           0.0000          -
31927.19/1625.40	c      1625         249501        4043        20                -           0.0000          -
32026.40/1630.48	c      1630         250329        4047        20                -           0.0000          -
32127.58/1635.55	c      1636         251195        4040        20                -           0.0000          -
32228.77/1640.64	c      1641         252089        4046        20                -           0.0000          -
32327.98/1645.69	c      1646         252914        4045        20                -           0.0000          -
32429.13/1650.74	c      1651         253709        4036        20                -           0.0000          -
32530.30/1655.83	c      1656         254643        4065        20                -           0.0000          -
32629.51/1660.89	c      1661         255582        4058        20                -           0.0000          -
32730.69/1665.98	c      1666         256465        4049        20                -           0.0000          -
32832.52/1671.04	c      1671         257261        4050        20                -           0.0000          -
32931.98/1676.10	c      1676         258115        4063        20                -           0.0000          -
33034.23/1681.20	c      1681         258978        4039        20                -           0.0000          -
33133.43/1686.27	c      1686         259870        4036        20                -           0.0000          -
33234.62/1691.35	c      1691         260777        4036        20                -           0.0000          -
33335.81/1696.43	c      1696         261634        4050        20                -           0.0000          -
33436.98/1701.52	c      1702         262496        4049        20                -           0.0000          -
33536.18/1706.58	c      1707         263423        4036        20                -           0.0000          -
33637.22/1711.65	c      1712         264317        4044        20                -           0.0000          -
33738.40/1716.71	c      1717         265213        4034        20                -           0.0000          -
33837.61/1721.79	c      1722         266161        4032        20                -           0.0000          -
33938.72/1726.85	c      1727         266968        4035        20                -           0.0000          -
34039.91/1731.95	c      1732         267920        4063        20                -           0.0000          -
34139.12/1737.02	c      1737         268883        4050        20                -           0.0000          -
34241.17/1742.07	c      1742         269823        4052        20                -           0.0000          -
34340.31/1747.14	c      1747         270656        4048        20                -           0.0000          -
34441.75/1752.20	c      1752         271488        4048        20                -           0.0000          -
34541.85/1757.26	c      1757         272313        4053        20                -           0.0000          -
34643.05/1762.31	c      1762         273104        4044        20                -           0.0000          -
34742.24/1767.36	c      1767         273883        4040        20                -           0.0000          -
34843.43/1772.42	c      1772         274688        4044        20                -           0.0000          -
34942.63/1777.50	c      1778         275474        4043        20                -           0.0000          -
35043.82/1782.55	c      1783         276326        4043        20                -           0.0000          -
35145.01/1787.63	c      1788         277144        4050        20                -           0.0000          -
35244.23/1792.68	c      1793         277967        4043        20                -           0.0000          -
35345.42/1797.74	c      1798         278910        4040        20                -           0.0000          -
35446.62/1802.82	c      1803         279879        4038        20                -           0.0000          -
35545.79/1807.87	c      1808         280789        4034        20                -           0.0000          -
35647.00/1812.94	c      1813         281758        4039        20                -           0.0000          -
35746.20/1817.99	c      1818         282601        4038        20                -           0.0000          -
35848.09/1823.08	c      1823         283523        4034        20                -           0.0000          -
35949.62/1828.16	c      1828         284435        4043        20                -           0.0000          -
36049.77/1833.23	c      1833         285330        4039        20                -           0.0000          -
36150.95/1838.34	c      1838         281755        4149        20                -           0.0000          -
36250.15/1843.39	c      1843         287179        4039        20                -           0.0000          -
36351.29/1848.45	c      1848         288125        4042        20                -           0.0000          -
36452.45/1853.51	c      1854         289051        4030        20                -           0.0000          -
36551.66/1858.59	c      1859         290063        4038        20                -           0.0000          -
36652.85/1863.65	c      1864         291005        4031        20                -           0.0000          -
36754.03/1868.73	c      1869         291950        4045        20                -           0.0000          -
36853.23/1873.79	c      1874         292787        4049        20                -           0.0000          -
36954.41/1878.84	c      1879         293655        4038        20                -           0.0000          -
37053.61/1883.90	c      1884         294479        4028        20                -           0.0000          -
37154.80/1888.96	c      1889         295388        4054        20                -           0.0000          -
37253.99/1894.03	c      1894         296171        4042        20                -           0.0000          -
37356.04/1899.11	c      1899         297016        4034        20                -           0.0000          -
37457.16/1904.20	c      1904         297903        4041        20                -           0.0000          -
37557.51/1909.27	c      1909         298784        4035        20                -           0.0000          -
37658.70/1914.36	c      1914         299657        4024        20                -           0.0000          -
37759.88/1919.42	c      1919         300551        4038        20                -           0.0000          -
37859.08/1924.48	c      1924         301456        4032        20                -           0.0000          -
37960.27/1929.55	c      1930         302287        4026        20                -           0.0000          -
38061.46/1934.62	c      1935         303162        4032        20                -           0.0000          -
38160.67/1939.68	c      1940         304033        4029        20                -           0.0000          -
38261.85/1944.76	c      1945         304909        4027        20                -           0.0000          -
38362.98/1949.83	c      1950         305785        4025        20                -           0.0000          -
38462.15/1954.89	c      1955         306716        4031        20                -           0.0000          -
38563.34/1959.95	c      1960         307564        4027        20                -           0.0000          -
38665.28/1965.04	c      1965         308486        4028        20                -           0.0000          -
38764.43/1970.10	c      1970         309348        4027        20                -           0.0000          -
38865.83/1975.18	c      1975         310215        4039        20                -           0.0000          -
38966.06/1980.26	c      1980         311179        4027        20                -           0.0000          -
39067.26/1985.31	c      1985         312084        4021        20                -           0.0000          -
39166.46/1990.37	c      1990         312959        4025        20                -           0.0000          -
39267.62/1995.45	c      1995         313867        4027        20                -           0.0000          -
39368.81/2000.53	c      2001         314683        4025        20                -           0.0000          -
39468.02/2005.59	c      2006         315417        4022        20                -           0.0000          -
39569.19/2010.67	c      2011         316187        4021        20                -           0.0000          -
39670.33/2015.74	c      2016         316980        4020        20                -           0.0000          -
39771.53/2020.81	c      2021         317882        4023        20                -           0.0000          -
39870.74/2025.89	c      2026         318801        4025        20                -           0.0000          -
39971.93/2030.96	c      2031         319728        4019        20                -           0.0000          -
40071.13/2036.02	c      2036         320622        4031        20                -           0.0000          -
40173.29/2041.10	c      2041         321555        4026        20                -           0.0000          -
40274.23/2046.17	c      2046         322326        4019        20                -           0.0000          -
40374.67/2051.23	c      2051         323163        4031        20                -           0.0000          -
40473.88/2056.29	c      2056         323966        4038        20                -           0.0000          -
40575.07/2061.39	c      2061         324871        4016        20                -           0.0000          -
40676.27/2066.45	c      2066         325793        4028        20                -           0.0000          -
40775.44/2071.50	c      2072         326731        4032        20                -           0.0000          -
40876.63/2076.56	c      2077         327662        4017        20                -           0.0000          -
40977.82/2081.66	c      2082         325999        4141        20                -           0.0000          -
41079.00/2086.71	c      2087         326919        4151        20                -           0.0000          -
41178.22/2091.76	c      2092         330471        4028        20                -           0.0000          -
41279.40/2096.81	c      2097         331252        4020        20                -           0.0000          -
41378.61/2101.87	c      2102         332112        4027        20                -           0.0000          -
41479.74/2106.94	c      2107         332992        4026        20                -           0.0000          -
41578.93/2112.02	c      2112         333923        4032        20                -           0.0000          -
41680.91/2117.08	c      2117         334812        4031        20                -           0.0000          -
41782.27/2122.16	c      2122         335815        4022        20                -           0.0000          -
41882.46/2127.21	c      2127         336754        4020        20                -           0.0000          -
41981.65/2132.29	c      2132         337696        4017        20                -           0.0000          -
42082.84/2137.34	c      2137         338706        4024        20                -           0.0000          -
42184.00/2142.40	c      2142         339638        4012        20                -           0.0000          -
42283.21/2147.46	c      2147         340626        4016        20                -           0.0000          -
42384.40/2152.53	c      2153         341562        4012        20                -           0.0000          -
42485.59/2157.63	c      2158         342456        4015        20                -           0.0000          -
42584.78/2162.68	c      2163         343391        4037        20                -           0.0000          -
42685.97/2167.74	c      2168         344258        4018        20                -           0.0000          -
42787.15/2172.82	c      2173         345023        4026        20                -           0.0000          -
42886.28/2177.87	c      2178         345885        4026        20                -           0.0000          -
42987.47/2182.94	c      2183         346843        4020        20                -           0.0000          -
43086.70/2188.00	c      2188         347747        4010        20                -           0.0000          -
43188.78/2193.08	c      2193         348648        4009        20                -           0.0000          -
43288.05/2198.13	c      2198         349594        4019        20                -           0.0000          -
43389.16/2203.19	c      2203         350533        4019        20                -           0.0000          -
43489.40/2208.26	c      2208         351501        4017        20                -           0.0000          -
43590.62/2213.33	c      2213         352429        4017        20                -           0.0000          -
43689.85/2218.40	c      2218         353437        4030        20                -           0.0000          -
43791.06/2223.44	c      2223         354363        4020        20                -           0.0000          -
43890.27/2228.50	c      2228         355253        4018        20                -           0.0000          -
43991.45/2233.55	c      2234         356154        4031        20                -           0.0000          -
44092.65/2238.63	c      2239         357122        4018        20                -           0.0000          -
44193.84/2243.70	c      2244         358086        4024        20                -           0.0000          -
44293.05/2248.76	c      2249         355459        4145        20                -           0.0000          -
44394.24/2253.83	c      2254         356335        4153        20                -           0.0000          -
44493.44/2258.88	c      2259         357333        4155        20                -           0.0000          -
44592.63/2263.89	c      2264         358237        4151        20                -           0.0000          -
44693.82/2268.95	c      2269         359056        4143        20                -           0.0000          -
44793.03/2274.02	c      2274         359792        4141        20                -           0.0000          -
44895.17/2279.08	c      2279         360740        4150        20                -           0.0000          -
44996.37/2284.17	c      2284         361659        4148        20                -           0.0000          -
45096.56/2289.27	c      2289         362474        4148        20                -           0.0000          -
45197.76/2294.32	c      2294         363378        4154        20                -           0.0000          -
45298.95/2299.42	c      2299         364331        4151        20                -           0.0000          -
45400.14/2304.51	c      2305         369219        4020        20                -           0.0000          -
45499.34/2309.57	c      2310         366113        4150        20                -           0.0000          -
45600.52/2314.65	c      2315         367090        4149        20                -           0.0000          -
45701.70/2319.70	c      2320         372107        4013        20                -           0.0000          -
45800.90/2324.77	c      2325         373028        4009        20                -           0.0000          -
45901.98/2329.82	c      2330         373849        4019        20                -           0.0000          -
46001.12/2334.88	c      2335         374753        4017        20                -           0.0000          -
46102.29/2339.90	c      2340         375741        4020        20                -           0.0000          -
46201.43/2344.97	c      2345         376648        4017        20                -           0.0000          -
46303.61/2350.06	c      2350         377527        4013        20                -           0.0000          -
46404.59/2355.14	c      2355         378423        4018        20                -           0.0000          -
46504.97/2360.23	c      2360         379503        4034        20                -           0.0000          -
46604.11/2365.29	c      2365         380498        4027        20                -           0.0000          -
46705.29/2370.38	c      2370         381368        4026        20                -           0.0000          -
46806.42/2375.44	c      2375         382258        4016        20                -           0.0000          -
46905.63/2380.49	c      2380         383231        4014        20                -           0.0000          -
47006.81/2385.58	c      2386         384183        4009        20                -           0.0000          -
47108.01/2390.65	c      2391         385133        4035        20                -           0.0000          -
47209.20/2395.71	c      2396         386128        4012        20                -           0.0000          -
47308.40/2400.77	c      2401         387059        4021        20                -           0.0000          -
47409.57/2405.84	c      2406         387921        4005        20                -           0.0000          -
47510.75/2410.93	c      2411         388773        4010        20                -           0.0000          -
47609.92/2416.02	c      2416         389697        4015        20                -           0.0000          -
47711.87/2421.11	c      2421         390644        4018        20                -           0.0000          -
47813.05/2426.17	c      2426         391515        4007        20                -           0.0000          -
47913.42/2431.26	c      2431         392340        4010        20                -           0.0000          -
48014.57/2436.33	c      2436         393241        4039        20                -           0.0000          -
48115.75/2441.40	c      2441         394245        4016        20                -           0.0000          -
48214.93/2446.46	c      2446         395250        4010        20                -           0.0000          -
48316.08/2451.54	c      2452         396144        4014        20                -           0.0000          -
48417.24/2456.61	c      2457         397133        4005        20                -           0.0000          -
48516.44/2461.68	c      2462         398120        4016        20                -           0.0000          -
48619.60/2466.80	c      2467         393628        4137        20                -           0.0000          -
48718.80/2471.85	c      2472         394571        4141        20                -           0.0000          -
48817.90/2476.90	c      2477         395459        4141        20                -           0.0000          -
48919.09/2481.98	c      2482         396403        4134        20                -           0.0000          -
49020.87/2487.06	c      2487         397294        4144        20                -           0.0000          -
49120.29/2492.11	c      2492         398170        4138        20                -           0.0000          -
49221.30/2497.18	c      2497         399216        4132        20                -           0.0000          -
49321.64/2502.26	c      2502         400275        4152        20                -           0.0000          -
49422.81/2507.34	c      2507         406167        4011        20                -           0.0000          -
49523.94/2512.40	c      2512         401928        4138        20                -           0.0000          -
49623.14/2517.45	c      2517         402763        4141        20                -           0.0000          -
49722.34/2522.50	c      2522         403546        4143        20                -           0.0000          -
49823.45/2527.58	c      2528         404370        4132        20                -           0.0000          -
49924.64/2532.66	c      2533         405272        4135        20                -           0.0000          -
50025.80/2537.72	c      2538         406287        4152        20                -           0.0000          -
50125.00/2542.76	c      2543         407304        4142        20                -           0.0000          -
50226.17/2547.86	c      2548         408318        4146        20                -           0.0000          -
50327.36/2552.94	c      2553         409202        4142        20                -           0.0000          -
50426.55/2557.99	c      2558         410112        4134        20                -           0.0000          -
50528.42/2563.06	c      2563         411008        4136        20                -           0.0000          -
50627.60/2568.12	c      2568         411871        4143        20                -           0.0000          -
50730.00/2573.20	c      2573         412823        4133        20                -           0.0000          -
50829.18/2578.28	c      2578         413781        4141        20                -           0.0000          -
50930.36/2583.36	c      2583         414818        4132        20                -           0.0000          -
51031.52/2588.46	c      2588         415872        4138        20                -           0.0000          -
51132.71/2593.54	c      2594         416858        4134        20                -           0.0000          -
51231.90/2598.59	c      2599         417949        4132        20                -           0.0000          -
51333.03/2603.65	c      2604         419067        4164        20                -           0.0000          -
51434.20/2608.71	c      2609         420075        4155        20                -           0.0000          -
51533.40/2613.76	c      2614         421113        4160        20                -           0.0000          -
51632.54/2618.77	c      2619         422154        4161        20                -           0.0000          -
51733.72/2623.82	c      2624         423194        4149        20                -           0.0000          -
51834.90/2628.92	c      2629         424213        4153        20                -           0.0000          -
51934.07/2633.98	c      2634         425189        4149        20                -           0.0000          -
52035.90/2639.06	c      2639         426212        4159        20                -           0.0000          -
52136.99/2644.15	c      2644         427239        4155        20                -           0.0000          -
52237.37/2649.22	c      2649         428260        4150        20                -           0.0000          -
52336.55/2654.27	c      2654         429387        4153        20                -           0.0000          -
52437.73/2659.34	c      2659         430389        4152        20                -           0.0000          -
52536.92/2664.39	c      2664         431373        4154        20                -           0.0000          -
52638.11/2669.44	c      2669         432355        4153        20                -           0.0000          -
52737.30/2674.49	c      2674         433341        4151        20                -           0.0000          -
52838.48/2679.55	c      2680         434309        4145        20                -           0.0000          -
52939.66/2684.61	c      2685         435305        4143        20                -           0.0000          -
53038.85/2689.67	c      2690         436276        4153        20                -           0.0000          -
53140.04/2694.72	c      2695         437274        4147        20                -           0.0000          -
53241.19/2699.80	c      2700         438265        4147        20                -           0.0000          -
53340.24/2704.85	c      2705         439305        4150        20                -           0.0000          -
53441.43/2709.94	c      2710         440253        4148        20                -           0.0000          -
53540.62/2715.01	c      2715         441152        4141        20                -           0.0000          -
53642.64/2720.08	c      2720         442092        4145        20                -           0.0000          -
53744.02/2725.15	c      2725         442967        4142        20                -           0.0000          -
53844.14/2730.24	c      2730         443792        4137        20                -           0.0000          -
53943.34/2735.29	c      2735         444774        4137        20                -           0.0000          -
54044.50/2740.35	c      2740         445784        4169        20                -           0.0000          -
54145.69/2745.40	c      2745         446811        4150        20                -           0.0000          -
54244.88/2750.47	c      2750         447730        4145        20                -           0.0000          -
54346.07/2755.57	c      2756         448844        4153        20                -           0.0000          -
54447.26/2760.65	c      2761         449947        4146        20                -           0.0000          -
54548.44/2765.74	c      2766         450875        4154        20                -           0.0000          -
54647.63/2770.79	c      2771         451861        4151        20                -           0.0000          -
54748.82/2775.86	c      2776         452842        4144        20                -           0.0000          -
54850.01/2780.92	c      2781         453778        4148        20                -           0.0000          -
54949.20/2785.99	c      2786         454752        4163        20                -           0.0000          -
55048.40/2791.05	c      2791         455745        4150        20                -           0.0000          -
55150.35/2796.10	c      2796         459431        4014        20                -           0.0000          -
55251.75/2801.16	c      2801         457741        4140        20                -           0.0000          -
55351.93/2806.21	c      2806         458739        4161        20                -           0.0000          -
55451.11/2811.27	c      2811         462350        4007        20                -           0.0000          -
55552.30/2816.33	c      2816         463306        4023        20                -           0.0000          -
55651.50/2821.39	c      2821         464315        4016        20                -           0.0000          -
55752.64/2826.44	c      2826         465328        4014        20                -           0.0000          -
55853.83/2831.51	c      2832         466382        4007        20                -           0.0000          -
55953.02/2836.58	c      2837         464408        4137        20                -           0.0000          -
56054.22/2841.64	c      2842         465314        4137        20                -           0.0000          -
56155.39/2846.71	c      2847         466279        4153        20                -           0.0000          -
56254.58/2851.77	c      2852         467093        4144        20                -           0.0000          -
56355.75/2856.86	c      2857         467932        4138        20                -           0.0000          -
56456.88/2861.91	c      2862         468839        4130        20                -           0.0000          -
56556.06/2866.97	c      2867         469865        4137        20                -           0.0000          -
56655.27/2872.04	c      2872         470869        4146        20                -           0.0000          -
56757.43/2877.12	c      2877         471864        4142        20                -           0.0000          -
56858.62/2882.16	c      2882         472674        4140        20                -           0.0000          -
56958.79/2887.21	c      2887         473575        4143        20                -           0.0000          -
57057.99/2892.27	c      2892         474468        4142        20                -           0.0000          -
57159.17/2897.34	c      2897         475465        4135        20                -           0.0000          -
57260.29/2902.41	c      2902         476500        4148        20                -           0.0000          -
57359.45/2907.47	c      2907         477352        4140        20                -           0.0000          -
57460.61/2912.54	c      2913         478262        4146        20                -           0.0000          -
57559.80/2917.60	c      2918         479115        4139        20                -           0.0000          -
57662.97/2922.74	c      2923         480018        4137        20                -           0.0000          -
57764.06/2927.82	c      2928         483878        4028        20                -           0.0000          -
57863.26/2932.87	c      2933         484703        4023        20                -           0.0000          -
57964.43/2937.94	c      2938         482949        4133        20                -           0.0000          -
58063.62/2943.00	c      2943         486532        4036        20                -           0.0000          -
58165.56/2948.07	c      2948         487496        4032        20                -           0.0000          -
58266.49/2953.15	c      2953         488496        4028        20                -           0.0000          -
58365.78/2958.20	c      2958         489377        4024        20                -           0.0000          -
58466.07/2963.28	c      2963         490176        4025        20                -           0.0000          -
58567.24/2968.33	c      2968         491008        4024        20                -           0.0000          -
58666.44/2973.39	c      2973         491841        4025        20                -           0.0000          -
58767.58/2978.48	c      2978         492872        4018        20                -           0.0000          -
58868.76/2983.55	c      2984         493932        4013        20                -           0.0000          -
58967.93/2988.60	c      2989         494927        4017        20                -           0.0000          -
59069.11/2993.68	c      2994         495851        4020        20                -           0.0000          -
59170.28/2998.77	c      2999         496807        4012        20                -           0.0000          -
59271.47/3003.83	c      3004         497888        4048        20                -           0.0000          -
59370.64/3008.89	c      3009         498808        4021        20                -           0.0000          -
59471.83/3013.95	c      3014         499873        4016        20                -           0.0000          -
59571.02/3019.04	c      3019         500859        4022        20                -           0.0000          -
59672.98/3024.13	c      3024         501846        4012        20                -           0.0000          -
59774.15/3029.19	c      3029         502822        4018        20                -           0.0000          -
59874.50/3034.25	c      3034         503736        4000        20                -           0.0000          -
59975.62/3039.31	c      3039         504623        4027        20                -           0.0000          -
60076.80/3044.43	c      3044         505618        4028        20                -           0.0000          -
60177.92/3049.52	c      3050         506519        4021        20                -           0.0000          -
60277.08/3054.59	c      3055         507449        4014        20                -           0.0000          -
60378.26/3059.68	c      3060         508450        4020        20                -           0.0000          -
60479.43/3064.75	c      3065         509380        4014        20                -           0.0000          -
60580.61/3069.82	c      3070         510329        4005        20                -           0.0000          -
60679.78/3074.87	c      3075         511301        4014        20                -           0.0000          -
60780.96/3079.94	c      3080         512283        4019        20                -           0.0000          -
60880.15/3085.04	c      3085         513295        4008        20                -           0.0000          -
60984.09/3090.14	c      3090         514266        4017        20                -           0.0000          -
61084.47/3095.22	c      3095         515258        4012        20                -           0.0000          -
61183.67/3100.28	c      3100         516196        4009        20                -           0.0000          -
61284.84/3105.34	c      3105         517155        4013        20                -           0.0000          -
61386.03/3110.43	c      3110         518056        4009        20                -           0.0000          -
61485.22/3115.48	c      3115         518361        4142        20                -           0.0000          -
61586.40/3120.55	c      3121         519379        4147        20                -           0.0000          -
61687.57/3125.60	c      3126         520390        4146        20                -           0.0000          -
61786.77/3130.69	c      3131         521423        4144        20                -           0.0000          -
61887.94/3135.76	c      3136         522545        4148        20                -           0.0000          -
61989.12/3140.83	c      3141         523538        4148        20                -           0.0000          -
62088.31/3145.89	c      3146         524519        4164        20                -           0.0000          -
62189.49/3150.94	c      3151         525459        4139        20                -           0.0000          -
62288.67/3156.01	c      3156         526474        4141        20                -           0.0000          -
62390.61/3161.07	c      3161         527550        4149        20                -           0.0000          -
62489.82/3166.12	c      3166         528581        4141        20                -           0.0000          -
62591.13/3171.17	c      3171         529459        4141        20                -           0.0000          -
62691.33/3176.25	c      3176         530407        4137        20                -           0.0000          -
62792.51/3181.32	c      3181         531483        4137        20                -           0.0000          -
62893.69/3186.40	c      3186         532461        4133        20                -           0.0000          -
62992.89/3191.47	c      3191         533567        4142        20                -           0.0000          -
63092.08/3196.50	c      3196         534559        4134        20                -           0.0000          -
63193.27/3201.56	c      3202         535667        4135        20                -           0.0000          -
63294.44/3206.61	c      3207         536710        4141        20                -           0.0000          -
63393.62/3211.69	c      3212         537770        4131        20                -           0.0000          -
63494.80/3216.77	c      3217         538883        4144        20                -           0.0000          -
63595.97/3221.83	c      3222         539990        4134        20                -           0.0000          -
63695.16/3226.89	c      3227         541138        4137        20                -           0.0000          -
63796.34/3231.96	c      3232         542187        4135        20                -           0.0000          -
63895.51/3236.97	c      3237         543362        4156        20                -           0.0000          -
63994.71/3242.05	c      3242         544449        4148        20                -           0.0000          -
64096.63/3247.12	c      3247         545463        4156        20                -           0.0000          -
64197.95/3252.20	c      3252         546489        4154        20                -           0.0000          -
64298.18/3257.27	c      3257         547558        4145        20                -           0.0000          -
64399.37/3262.35	c      3262         548613        4146        20                -           0.0000          -
64500.53/3267.41	c      3267         549592        4142        20                -           0.0000          -
64599.71/3272.49	c      3272         550742        4158        20                -           0.0000          -
64700.88/3277.56	c      3278         551863        4152        20                -           0.0000          -
64802.06/3282.62	c      3283         552874        4140        20                -           0.0000          -
64903.23/3287.70	c      3288         553788        4142        20                -           0.0000          -
65004.42/3292.82	c      3293         554707        4143        20                -           0.0000          -
65103.61/3297.87	c      3298         555720        4148        20                -           0.0000          -
65204.80/3302.92	c      3303         556564        4144        20                -           0.0000          -
65303.73/3308.01	c      3308         557515        4146        20                -           0.0000          -
65405.60/3313.10	c      3313         558320        4138        20                -           0.0000          -
65504.98/3318.15	c      3318         559200        4141        20                -           0.0000          -
65606.18/3323.20	c      3323         560216        4158        20                -           0.0000          -
65706.38/3328.29	c      3328         561089        4160        20                -           0.0000          -
65807.55/3333.39	c      3333         562112        4150        20                -           0.0000          -
65908.57/3338.46	c      3338         563127        4155        20                -           0.0000          -
66009.73/3343.51	c      3344         564208        4158        20                -           0.0000          -
66108.84/3348.52	c      3349         565280        4153        20                -           0.0000          -
66210.03/3353.62	c      3354         564673        4065        20                -           0.0000          -
66309.14/3358.69	c      3359         565678        4059        20                -           0.0000          -
66410.33/3363.74	c      3364         566515        4054        20                -           0.0000          -
66511.47/3368.82	c      3369         567464        4059        20                -           0.0000          -
66610.66/3373.88	c      3374         568496        4069        20                -           0.0000          -
66711.85/3378.93	c      3379         569406        4061        20                -           0.0000          -
66811.05/3383.99	c      3384         570436        4059        20                -           0.0000          -
66913.12/3389.05	c      3389         571397        4049        20                -           0.0000          -
67012.20/3394.10	c      3394         572420        4058        20                -           0.0000          -
67113.56/3399.15	c      3399         573288        4073        20                -           0.0000          -
67213.77/3404.21	c      3404         574168        4056        20                -           0.0000          -
67312.96/3409.26	c      3409         575201        4059        20                -           0.0000          -
67414.15/3414.34	c      3414         576098        4048        20                -           0.0000          -
67513.34/3419.39	c      3419         577095        4052        20                -           0.0000          -
67614.54/3424.47	c      3424         578033        4059        20                -           0.0000          -
67715.71/3429.54	c      3430         579068        4064        20                -           0.0000          -
67816.89/3434.61	c      3435         580118        4052        20                -           0.0000          -
67916.08/3439.69	c      3440         581078        4070        20                -           0.0000          -
68017.27/3444.76	c      3445         582159        4047        20                -           0.0000          -
68118.45/3449.83	c      3450         583039        4050        20                -           0.0000          -
68219.64/3454.90	c      3455         583947        4045        20                -           0.0000          -
68318.85/3459.96	c      3460         584882        4043        20                -           0.0000          -
68418.04/3465.03	c      3465         585850        4056        20                -           0.0000          -
68520.14/3470.10	c      3470         586924        4049        20                -           0.0000          -
68621.25/3475.17	c      3475         587861        4057        20                -           0.0000          -
68721.58/3480.22	c      3480         588906        4045        20                -           0.0000          -
68820.78/3485.29	c      3485         589859        4044        20                -           0.0000          -
68921.96/3490.34	c      3490         590819        4061        20                -           0.0000          -
69023.15/3495.40	c      3495         591732        4052        20                -           0.0000          -
69122.36/3500.45	c      3500         592567        4047        20                -           0.0000          -
69223.54/3505.51	c      3506         593573        4099        20                -           0.0000          -
69322.57/3510.58	c      3511         594579        4062        20                -           0.0000          -
69423.74/3515.65	c      3516         595594        4066        20                -           0.0000          -
69524.92/3520.70	c      3521         596571        4071        20                -           0.0000          -
69624.12/3525.75	c      3526         597690        4068        20                -           0.0000          -
69723.33/3530.76	c      3531         598659        4058        20                -           0.0000          -
69824.50/3535.81	c      3536         599552        4066        20                -           0.0000          -
69923.73/3540.83	c      3541         600444        4054        20                -           0.0000          -
70024.89/3545.92	c      3546         601350        4055        20                -           0.0000          -
70124.10/3551.00	c      3551         602248        4059        20                -           0.0000          -
70226.16/3556.06	c      3556         603272        4075        20                -           0.0000          -
70325.35/3561.11	c      3561         604176        4066        20                -           0.0000          -
70426.59/3566.19	c      3566         605119        4060        20                -           0.0000          -
70526.81/3571.25	c      3571         606084        4072        20                -           0.0000          -
70628.00/3576.33	c      3576         608209        4146        20                -           0.0000          -
70729.19/3581.40	c      3581         609137        4142        20                -           0.0000          -
70828.39/3586.46	c      3586         610032        4133        20                -           0.0000          -
70929.59/3591.54	c      3592         610986        4134        20                -           0.0000          -
71030.76/3596.60	c      3597         612025        4157        20                -           0.0000          -
71129.97/3601.66	c      3602         613016        4136        20                -           0.0000          -
71231.11/3606.72	c      3607         614072        4157        20                -           0.0000          -
71330.30/3611.77	c      3612         615170        4152        20                -           0.0000          -
71431.49/3616.82	c      3617         616289        4149        20                -           0.0000          -
71530.62/3621.89	c      3622         617418        4154        20                -           0.0000          -
71631.79/3627.00	c      3627         618470        4147        20                -           0.0000          -
71733.80/3632.05	c      3632         619433        4160        20                -           0.0000          -
71833.14/3637.10	c      3637         620521        4153        20                -           0.0000          -
71934.03/3642.17	c      3642         621459        4155        20                -           0.0000          -

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 (190940 MiB free)
  memory of node 1: 193531 MiB (192026 MiB free)
  memory of node 2: 193531 MiB (192929 MiB free)
  memory of node 3: 193531 MiB (192857 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-4465610-1722454211/watcher-4465610-1722454211 -o /tmp/evaluation-result-4465610-1722454211/solver-4465610-1722454211 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70625 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465610-1722454211.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=70687, runsolver pid=70676
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 20.08 28.18 48.09 17/920 70748
/proc/meminfo: memFree=786933184/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=96800 memory=84024 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 17652 0 0 0 10 2 0 0 20 0 1 0 12003743 99123200 21006 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 24200 21006 2646 3035 0 20596 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 96800 KiB
Current children cumulated memory: 84024 KiB

[startup+0.231156 s]*
/proc/loadavg: 20.08 28.18 48.09 13/893 70768
/proc/meminfo: memFree=786896548/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=91980 memory=81052 CPUtime=0.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 21796 0 0 0 22 3 0 0 20 0 1 0 12003743 94187520 20263 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 22995 20263 2694 3035 0 19391 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 91980 KiB
Current children cumulated memory: 81052 KiB

[startup+0.330771 s]*
/proc/loadavg: 20.08 28.18 48.09 7/859 70780
/proc/meminfo: memFree=787051140/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=99208 memory=88292 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 23613 0 0 0 31 3 0 0 20 0 1 0 12003743 101588992 22073 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 24802 22073 2726 3035 0 21198 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 99208 KiB
Current children cumulated memory: 88292 KiB

[startup+0.700266 s]
/proc/loadavg: 20.08 28.18 48.09 4/877 70804
/proc/meminfo: memFree=786891104/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=231012 memory=188212 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/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 33244 0 0 0 63 6 0 0 20 0 1 0 12003743 236556288 47053 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 57753 47053 2774 3035 0 54149 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 231012 KiB
Current children cumulated memory: 188212 KiB

[startup+1.50027 s]
/proc/loadavg: 20.08 28.18 48.09 25/947 70940
/proc/meminfo: memFree=785019972/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=317792 memory=253152 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/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 49435 0 0 0 140 8 0 0 20 0 1 0 12003743 325419008 63288 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 79448 63288 2774 3035 0 75844 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 317792 KiB
Current children cumulated memory: 253152 KiB

[startup+3.12186 s]
/proc/loadavg: 21.83 28.41 48.05 26/901 71304
/proc/meminfo: memFree=783881304/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=326652 memory=261584 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/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 51598 0 0 0 301 9 0 0 20 0 1 0 12003743 334491648 65396 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 81663 65396 2774 3035 0 78059 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 326652 KiB
Current children cumulated memory: 261584 KiB

[startup+6.30024 s]
/proc/loadavg: 21.83 28.41 48.05 44/948 71716
/proc/meminfo: memFree=781908464/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=329836 memory=264944 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 52395 0 0 0 617 9 0 0 20 0 1 0 12003743 337752064 66236 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 82459 66236 2774 3035 0 78855 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 329836 KiB
Current children cumulated memory: 264944 KiB

[startup+12.7002 s]
/proc/loadavg: 24.94 28.86 47.99 44/948 71716
/proc/meminfo: memFree=779398492/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=331988 memory=267056 CPUtime=12.62 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) R 70676 70687 70587 0 -1 4194304 52933 0 0 0 1253 9 0 0 20 0 1 0 12003743 339955712 66764 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 82997 66764 2774 3035 0 79393 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 331988 KiB
Current children cumulated memory: 267056 KiB

[startup+25.5012 s]
/proc/loadavg: 29.08 29.61 48.03 63/988 71760
/proc/meminfo: memFree=777083096/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=3313684 memory=2044716 CPUtime=181.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) S 70676 70687 70587 0 -1 1077936128 696841 0 0 0 17993 130 0 0 20 0 41 0 12003743 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 828421 511179 2822 3035 0 623556 0
[pid=70687/tid=71719] ppid=70676 vsize=3313684 memory=267056 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71719/stat : 71719 (fscip) R 70676 70687 70587 0 -1 4194368 31465 0 0 0 818 6 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71720] ppid=70676 vsize=3313684 memory=2556 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71720/stat : 71720 (fscip) R 70676 70687 70587 0 -1 4194368 26097 0 0 0 819 5 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71721] ppid=70676 vsize=3313684 memory=2268 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71721/stat : 71721 (fscip) R 70676 70687 70587 0 -1 4194368 31181 0 0 0 819 5 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71722] ppid=70676 vsize=3313684 memory=13576 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71722/stat : 71722 (fscip) R 70676 70687 70587 0 -1 4194368 31862 0 0 0 818 6 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71723] ppid=70676 vsize=3313684 memory=416552 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71723/stat : 71723 (fscip) R 70676 70687 70587 0 -1 4194368 31594 0 0 0 819 5 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71724] ppid=70676 vsize=3313684 memory=10556 CPUtime=7.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71724/stat : 71724 (fscip) R 70676 70687 70587 0 -1 4194368 31080 0 0 0 791 6 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71725] ppid=70676 vsize=3313684 memory=2010092 CPUtime=8.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71725/stat : 71725 (fscip) R 70676 70687 70587 0 -1 4194368 31412 0 0 0 816 5 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71726] ppid=70676 vsize=3313684 memory=5472 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71726/stat : 71726 (fscip) R 70676 70687 70587 0 -1 4194368 32042 0 0 0 818 6 0 0 20 0 41 0 12005408 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71727] ppid=70676 vsize=3313684 memory=2556 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71727/stat : 71727 (fscip) R 70676 70687 70587 0 -1 4194368 32297 0 0 0 818 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71728] ppid=70676 vsize=3313684 memory=2268 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71728/stat : 71728 (fscip) R 70676 70687 70587 0 -1 4194368 31785 0 0 0 818 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71729] ppid=70676 vsize=3313684 memory=2268 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71729/stat : 71729 (fscip) R 70676 70687 70587 0 -1 4194368 32247 0 0 0 819 5 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71730] ppid=70676 vsize=3313684 memory=8319679319876464423 CPUtime=8.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71730/stat : 71730 (fscip) R 70676 70687 70587 0 -1 4194368 31987 0 0 0 817 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71731] ppid=70676 vsize=3313684 memory=281243585855104 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71731/stat : 71731 (fscip) R 70676 70687 70587 0 -1 4194368 32716 0 0 0 818 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71732] ppid=70676 vsize=3313684 memory=1981792 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71732/stat : 71732 (fscip) R 70676 70687 70587 0 -1 4194368 32809 0 0 0 818 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71733] ppid=70676 vsize=3313684 memory=33100 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71733/stat : 71733 (fscip) R 70676 70687 70587 0 -1 4194368 32453 0 0 0 819 5 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71734] ppid=70676 vsize=3313684 memory=0 CPUtime=8.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71734/stat : 71734 (fscip) R 70676 70687 70587 0 -1 4194368 32876 0 0 0 819 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71735] ppid=70676 vsize=3313684 memory=43347799258300564 CPUtime=8.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71735/stat : 71735 (fscip) R 70676 70687 70587 0 -1 4194368 32470 0 0 0 818 5 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71736] ppid=70676 vsize=3313684 memory=0 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71736/stat : 71736 (fscip) R 70676 70687 70587 0 -1 4194368 32720 0 0 0 819 5 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71737] ppid=70676 vsize=3313684 memory=34340462562508916 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71737/stat : 71737 (fscip) R 70676 70687 70587 0 -1 4194368 32431 0 0 0 819 5 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71738] ppid=70676 vsize=3313684 memory=281243585610240 CPUtime=8.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71738/stat : 71738 (fscip) R 70676 70687 70587 0 -1 4194368 32554 0 0 0 818 6 0 0 20 0 41 0 12005409 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71739] ppid=70676 vsize=3313684 memory=8147821397249 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71739/stat : 71739 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71740] ppid=70676 vsize=3313684 memory=281243587001264 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71740/stat : 71740 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71741] ppid=70676 vsize=3313684 memory=833 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71741/stat : 71741 (fscip) S 70676 70687 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71742] ppid=70676 vsize=3313684 memory=104 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71742/stat : 71742 (fscip) S 70676 70687 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71743] ppid=70676 vsize=3313684 memory=2004 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71743/stat : 71743 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71744] ppid=70676 vsize=3313684 memory=52404 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71744/stat : 71744 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71745] ppid=70676 vsize=3313684 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/70687/task/71745/stat : 71745 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71746] ppid=70676 vsize=3313684 memory=3760 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71746/stat : 71746 (fscip) S 70676 70687 70587 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71747] ppid=70676 vsize=3313684 memory=40348 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71747/stat : 71747 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71748] ppid=70676 vsize=3313684 memory=8284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71748/stat : 71748 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71749] ppid=70676 vsize=3313684 memory=28064 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71749/stat : 71749 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71750] ppid=70676 vsize=3313684 memory=32808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71750/stat : 71750 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71751] ppid=70676 vsize=3313684 memory=7140 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71751/stat : 71751 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71752] ppid=70676 vsize=3313684 memory=36300 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71752/stat : 71752 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71753] ppid=70676 vsize=3313684 memory=281243586779808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71753/stat : 71753 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71754] ppid=70676 vsize=3313684 memory=305771875142122 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71754/stat : 71754 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71755] ppid=70676 vsize=3313684 memory=305771875142122 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71755/stat : 71755 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71756] ppid=70676 vsize=3313684 memory=305771875141866 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71756/stat : 71756 (fscip) S 70676 70687 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12005460 3393212416 511179 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0

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

[pid=70687/tid=71742] ppid=70676 vsize=8237648 memory=20272228 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71742/stat : 71742 (fscip) S 70676 70687 70587 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71743] ppid=70676 vsize=8237648 memory=7032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71743/stat : 71743 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71744] ppid=70676 vsize=8237648 memory=28104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71744/stat : 71744 (fscip) S 70676 70687 70587 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71745] ppid=70676 vsize=8237648 memory=28104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71745/stat : 71745 (fscip) S 70676 70687 70587 0 -1 1077936192 171 0 0 0 1 1 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71746] ppid=70676 vsize=8237648 memory=33692 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/70687/task/71746/stat : 71746 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 0 1 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71747] ppid=70676 vsize=8237648 memory=6385968 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71747/stat : 71747 (fscip) S 70676 70687 70587 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71748] ppid=70676 vsize=8237648 memory=6437200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71748/stat : 71748 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71749] ppid=70676 vsize=8237648 memory=1 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71749/stat : 71749 (fscip) S 70676 70687 70587 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71750] ppid=70676 vsize=8237648 memory=2 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71750/stat : 71750 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71751] ppid=70676 vsize=8237648 memory=13748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71751/stat : 71751 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71752] ppid=70676 vsize=8237648 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71752/stat : 71752 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71753] ppid=70676 vsize=8237648 memory=6442156 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71753/stat : 71753 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71754] ppid=70676 vsize=8237648 memory=13748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71754/stat : 71754 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71755] ppid=70676 vsize=8237648 memory=6441832 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71755/stat : 71755 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71756] ppid=70676 vsize=8237648 memory=6933690287860520857 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71756/stat : 71756 (fscip) S 70676 70687 70587 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71757] ppid=70676 vsize=8237648 memory=6443076 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/70687/task/71757/stat : 71757 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 1 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71758] ppid=70676 vsize=8237648 memory=30888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71758/stat : 71758 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610783 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
Current children cumulated CPU time: 71937.3 s
Current children cumulated vsize: 8237648 KiB
Current children cumulated memory: 6443132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645.5 s]
/proc/loadavg: 79.46 80.34 79.85 83/1026 74404
/proc/meminfo: memFree=740062064/790760804 swapFree=131071996/131071996
[pid=70687] ppid=70676 vsize=8237648 memory=6443916 CPUtime=72000.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/stat : 70687 (fscip) S 70676 70687 70587 0 -1 1077936128 11521367 0 0 0 7195928 4147 0 0 20 0 41 0 12003743 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
/proc/70687/statm: 2059412 1610979 3014 3035 0 1849088 0
[pid=70687/tid=71719] ppid=70676 vsize=8237648 memory=62 CPUtime=3596.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71719/stat : 71719 (fscip) R 70676 70687 70587 0 -1 4194368 116295 0 0 0 359586 17 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71720] ppid=70676 vsize=8237648 memory=281243589040496 CPUtime=3608.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71720/stat : 71720 (fscip) R 70676 70687 70587 0 -1 4194368 99579 0 0 0 360837 18 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71721] ppid=70676 vsize=8237648 memory=0 CPUtime=3596.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71721/stat : 71721 (fscip) R 70676 70687 70587 0 -1 4194368 1913661 0 0 0 359030 648 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71722] ppid=70676 vsize=8237648 memory=6435872 CPUtime=3597.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71722/stat : 71722 (fscip) R 70676 70687 70587 0 -1 4194368 133981 0 0 0 359770 20 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71723] ppid=70676 vsize=8237648 memory=25333125866717268 CPUtime=3608.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71723/stat : 71723 (fscip) R 70676 70687 70587 0 -1 4194368 97970 0 0 0 360823 13 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71724] ppid=70676 vsize=8237648 memory=20188 CPUtime=3585.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71724/stat : 71724 (fscip) R 70676 70687 70587 0 -1 4194368 1533534 0 0 0 357834 681 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71725] ppid=70676 vsize=8237648 memory=11528 CPUtime=3600.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71725/stat : 71725 (fscip) R 70676 70687 70587 0 -1 4194368 116240 0 0 0 360035 17 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71726] ppid=70676 vsize=8237648 memory=2305 CPUtime=3608.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71726/stat : 71726 (fscip) R 70676 70687 70587 0 -1 4194368 120713 0 0 0 360825 18 0 0 20 0 41 0 12005408 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71727] ppid=70676 vsize=8237648 memory=25333125866717268 CPUtime=3595.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71727/stat : 71727 (fscip) R 70676 70687 70587 0 -1 4194368 1448185 0 0 0 358943 598 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71728] ppid=70676 vsize=8237648 memory=281243586768000 CPUtime=3608.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71728/stat : 71728 (fscip) R 70676 70687 70587 0 -1 4194368 121116 0 0 0 360829 18 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71729] ppid=70676 vsize=8237648 memory=2556 CPUtime=3607.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71729/stat : 71729 (fscip) R 70676 70687 70587 0 -1 4194368 100529 0 0 0 360698 15 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71730] ppid=70676 vsize=8237648 memory=6443508 CPUtime=3586.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71730/stat : 71730 (fscip) R 70676 70687 70587 0 -1 4194368 1437287 0 0 0 357938 663 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71731] ppid=70676 vsize=8237648 memory=10556 CPUtime=3608.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71731/stat : 71731 (fscip) R 70676 70687 70587 0 -1 4194368 115904 0 0 0 360785 16 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71732] ppid=70676 vsize=8237648 memory=6425724 CPUtime=3608.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71732/stat : 71732 (fscip) R 70676 70687 70587 0 -1 4194368 122483 0 0 0 360793 19 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71733] ppid=70676 vsize=8237648 memory=281243588017520 CPUtime=3589.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71733/stat : 71733 (fscip) R 70676 70687 70587 0 -1 4194368 1580824 0 0 0 358306 628 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71734] ppid=70676 vsize=8237648 memory=8027784401559709798 CPUtime=3572.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71734/stat : 71734 (fscip) R 70676 70687 70587 0 -1 4194368 121062 0 0 0 357206 15 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71735] ppid=70676 vsize=8237648 memory=6431144 CPUtime=3608.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71735/stat : 71735 (fscip) R 70676 70687 70587 0 -1 4194368 127174 0 0 0 360839 16 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71736] ppid=70676 vsize=8237648 memory=6432152 CPUtime=3597.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71736/stat : 71736 (fscip) R 70676 70687 70587 0 -1 4194368 1908626 0 0 0 359090 648 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71737] ppid=70676 vsize=8237648 memory=6431304 CPUtime=3594.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71737/stat : 71737 (fscip) R 70676 70687 70587 0 -1 4194368 117011 0 0 0 359437 16 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71738] ppid=70676 vsize=8237648 memory=20272228 CPUtime=3606.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71738/stat : 71738 (fscip) R 70676 70687 70587 0 -1 4194368 124483 0 0 0 360591 17 0 0 20 0 41 0 12005409 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71739] ppid=70676 vsize=8237648 memory=7032 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71739/stat : 71739 (fscip) S 70676 70687 70587 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71740] ppid=70676 vsize=8237648 memory=28104 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/70687/task/71740/stat : 71740 (fscip) S 70676 70687 70587 0 -1 1077936192 174 0 0 0 0 1 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71741] ppid=70676 vsize=8237648 memory=27932 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71741/stat : 71741 (fscip) S 70676 70687 70587 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71742] ppid=70676 vsize=8237648 memory=3760 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71742/stat : 71742 (fscip) S 70676 70687 70587 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71743] ppid=70676 vsize=8237648 memory=6443076 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71743/stat : 71743 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71744] ppid=70676 vsize=8237648 memory=30888 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71744/stat : 71744 (fscip) S 70676 70687 70587 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71745] ppid=70676 vsize=8237648 memory=28104 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71745/stat : 71745 (fscip) S 70676 70687 70587 0 -1 1077936192 171 0 0 0 1 1 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71746] ppid=70676 vsize=8237648 memory=33692 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/70687/task/71746/stat : 71746 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 0 1 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71747] ppid=70676 vsize=8237648 memory=6385968 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71747/stat : 71747 (fscip) S 70676 70687 70587 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71748] ppid=70676 vsize=8237648 memory=6437200 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71748/stat : 71748 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71749] ppid=70676 vsize=8237648 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71749/stat : 71749 (fscip) S 70676 70687 70587 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71750] ppid=70676 vsize=8237648 memory=6433080 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71750/stat : 71750 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71751] ppid=70676 vsize=8237648 memory=281243587533936 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71751/stat : 71751 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71752] ppid=70676 vsize=8237648 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71752/stat : 71752 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71753] ppid=70676 vsize=8237648 memory=13748 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71753/stat : 71753 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71754] ppid=70676 vsize=8237648 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71754/stat : 71754 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71755] ppid=70676 vsize=8237648 memory=11528 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71755/stat : 71755 (fscip) S 70676 70687 70587 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71756] ppid=70676 vsize=8237648 memory=6443508 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71756/stat : 71756 (fscip) S 70676 70687 70587 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71757] ppid=70676 vsize=8237648 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/70687/task/71757/stat : 71757 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 1 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
[pid=70687/tid=71758] ppid=70676 vsize=8237648 memory=7384 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/70687/task/71758/stat : 71758 (fscip) S 70676 70687 70587 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12005460 8435351552 1610979 809668444160 4194304 16623229 140733140782336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 36155392 140733140788234 140733140788352 140733140788352 140733140795376 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 8237648 KiB
Current children cumulated memory: 6443916 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3645.73 s]
# the end of solver process 70687 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71959.5 s, system=41.6827 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3645.61 s]*
/proc/loadavg: 79.46 80.34 79.85 62/987 74404
/proc/meminfo: memFree=742564696/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645.72 s]
/proc/loadavg: 79.46 80.34 79.85 62/987 74404
/proc/meminfo: memFree=742564696/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3645.73
CPU time (s): 72001.2
CPU user time (s): 71959.5
CPU system time (s): 41.6827
CPU usage (%): 1974.95
Max. virtual memory (cumulated for all children) (KiB): 8237648
Max. memory (cumulated for all children) (KiB): 6443916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71959.5
system time used= 41.6827
maximum resident set size= 6443956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11521381
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= 140425
involuntary context switches= 241635


# summary of solver processes directly reported to runsolver:
#   pid: 70687
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71959.5
#   total CPU system time (s): 41.6827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.1532 second user time and 98.2321 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 21:30:11
IDJOB=4465610
IDBENCH=147863
IDSOLVER=3094
FILE ID=nodeD102/4465610-1722454211
RUNJOBID= nodeD102-1722454211-70625
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622912 MiB

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

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=644129930

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		: 3184.607
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		: 3628.814
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		: 3111.517
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		: 3453.662
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		: 2546.373
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		: 3653.157
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		: 3232.989
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		: 3060.932
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		: 1185.861
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		: 2640.070
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		: 3309.675
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		: 3156.052
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		: 2142.668
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		: 3634.327
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		: 3031.677
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		: 3589.702
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		: 2547.268
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		: 3559.077
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		: 3472.380
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		: 2192.670
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		: 3196.524
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		: 2646.972
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		: 2201.355
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3559.695
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		: 3597.209
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		: 3524.979
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		: 2647.769
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		: 3572.576
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		: 3170.190
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		: 2640.400
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		: 2652.374
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		: 1405.915
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		: 3257.758
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		: 1284.543
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		: 1637.272
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		: 1391.207
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		: 3509.121
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		: 2647.778
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		: 1416.848
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		: 2282.316
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		: 3454.435
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		: 2642.041
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		: 2217.399
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		: 1461.407
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		: 3547.232
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		: 2651.361
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		: 2209.821
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		: 1688.927
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		: 1749.349
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		: 2644.741
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		: 2203.623
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		: 1668.256
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		: 2774.316
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		: 2224.839
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		: 1410.020
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		: 1678.679
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		: 2306.396
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		: 2647.874
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		: 1417.533
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		: 1413.124
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		: 1599.823
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		: 2647.287
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		: 1415.571
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		: 2203.111
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		: 1412.029
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		: 2659.481
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		: 1396.610
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		: 2223.724
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		: 1449.099
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		: 2667.185
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		: 1375.083
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		: 2218.019
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		: 3013.284
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		: 2683.566
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		: 1405.181
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		: 1470.413
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		: 1775.321
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		: 3561.958
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		: 3567.549
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		: 3576.880
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:        787208360 kB
MemAvailable:   785169292 kB
Buffers:          154672 kB
Cached:           656948 kB
SwapCached:            0 kB
Active:           309060 kB
Inactive:         907736 kB
Active(anon):       2180 kB
Inactive(anon):   425528 kB
Active(file):     306880 kB
Inactive(file):   482208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114360 kB
Writeback:             0 kB
AnonPages:        405420 kB
Mapped:            89768 kB
Shmem:             22536 kB
KReclaimable:     120096 kB
Slab:             449928 kB
SReclaimable:     120096 kB
SUnreclaim:       329832 kB
KernelStack:       15264 kB
PageTables:        12816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     432172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           205824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:      462848 kB
DirectMap2M:    45123584 kB
DirectMap1G:    760217600 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD102 at 2024-07-31 22:30:57