Trace number 4465681

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.4 3648.72

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.61/0.63	c Default LC presolving (default).
0.61/0.63	c ** Before presolving: virtualMemUsedAtLc = 555453157, getVmSize() = 351109120, SCIPgetMemUsed() = 288183709, SCIPgetMemTotal() = 313820541, SCIPgetMemExternEstim() = 241632616
0.61/0.63	c ** set memory limit for presolving in LC to 8.79434e+12 for SCIP **
5.27/5.34	c ** Estimated virtualMemUsedAtSolver = 741280465, getVmSize() = 933167104, SCIPgetMemUsed() = 536144770, SCIPgetMemTotal() = 870288082, SCIPgetMemExternEstim() = 241632616
5.27/5.34	c ** set memory limit for solvers to 4.18628e+11 for each SCIP **
5.27/5.34	c Original Problem   :
5.27/5.34	c   Problem name     : instance-4465681-1723619306
5.27/5.34	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.34	c   Constraints      : 226240
5.27/5.34	c   Objective sense  : minimize
5.27/5.34	c Presolved Problem  :
5.27/5.34	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.34	c   Constraints      : 223414
5.27/5.34	c Constraints        : Number
5.27/5.34	c   knapsack         : 22570 
5.27/5.34	c   setppc           : 48174 
5.27/5.34	c   linear           : 2 
5.27/5.34	c   logicor          : 152668 
5.27/5.34	c ** Instance transfer method used: 0
5.57/5.66	c ** ParaScipInstance copy does not increase the number of variables. **
10.57/10.66	c LC is working with racing ramp-up and with rebuilding tree after racing.
10.57/10.66	c                                Nodes    Active                                            
10.57/10.66	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
262.00/23.67	c        24              2           1        20                -           0.0000          -
370.06/29.13	c        29            348          25        20                -           0.0000          -
480.21/34.71	c        35            386          19        20                -           0.0000          -
585.81/40.06	c        40            756         361        20                -           0.0000          -
689.94/45.33	c        45           1411        1001        20                -           0.0000          -
792.87/50.58	c        51           1356         961        20                -           0.0000          -
895.81/55.74	c        56           2526         580        20                -           0.0000          -
996.76/60.85	c        61           3661         800        20                -           0.0000          -
1097.72/66.04	c        66           3159        1221        20                -           0.0000          -
1206.56/71.47	c        71           3902           0        20                -           0.0000          -
1311.43/76.77	c        77           3999        1245        20                -           0.0000          -
1417.05/82.05	c        82           4469         435        20                -           0.0000          -
1525.03/87.58	c        88           4832         768        20                -           0.0000          -
1634.45/93.07	c        93           5004         900        20                -           0.0000          -
1740.65/98.44	c        98           6349        1356        20                -           0.0000          -
1845.51/103.77	c       104           5183         986        20                -           0.0000          -
1946.44/108.85	c       109           7207         408        20                -           0.0000          -
2047.27/113.93	c       114           5353        1092        20                -           0.0000          -
2146.20/119.00	c       119           5418        1123        20                -           0.0000          -
2247.78/124.12	c       124           7444         471        20                -           0.0000          -
2351.96/129.35	c       129           7632         573        20                -           0.0000          -
2460.79/134.86	c       135           7881         488        20                -           0.0000          -
2567.61/140.27	c       140           6429         833        20                -           0.0000          -
2670.51/145.42	c       145           6577          80        20                -           0.0000          -
2769.44/150.45	c       150           8927         514        20                -           0.0000          -
2874.25/155.79	c       156           9389         398        20                -           0.0000          -
2979.72/161.07	c       161           9809          91        20                -           0.0000          -
3082.02/166.21	c       166           9774         684        20                -           0.0000          -
3184.95/171.41	c       171          10341         642        20                -           0.0000          -
3285.89/176.59	c       177          10519          77        20                -           0.0000          -
3388.81/181.71	c       182          10869          91        20                -           0.0000          -
3489.72/186.84	c       187          11138          73        20                -           0.0000          -
3588.67/191.86	c       192          11504          79        20                -           0.0000          -
3689.61/196.97	c       197          11884          80        20                -           0.0000          -
3793.08/202.15	c       202          12166          73        20                -           0.0000          -
3895.42/207.39	c       207          12530          75        20                -           0.0000          -
4000.34/212.62	c       213          12775          74        20                -           0.0000          -
4101.29/217.79	c       218          12785          74        20                -           0.0000          -
4202.22/222.84	c       223          13147          86        20                -           0.0000          -
4303.13/227.98	c       228          13755         603        20                -           0.0000          -
4404.72/233.05	c       233          13542           0        20                -           0.0000          -
4506.98/238.21	c       238          14194         613        20                -           0.0000          -
4611.90/243.52	c       244          14848         475        20                -           0.0000          -
4712.85/248.65	c       249          15137         261        20                -           0.0000          -
4815.79/253.83	c       254          16193         344        20                -           0.0000          -
4919.40/259.08	c       259          15585         601        20                -           0.0000          -
5020.47/264.15	c       264          16920         392        20                -           0.0000          -
5119.57/269.18	c       269          17089         481        20                -           0.0000          -
5221.63/274.33	c       274          16276         225        20                -           0.0000          -
5324.66/279.56	c       280          16649         370        20                -           0.0000          -
5425.69/284.67	c       285          17237         194        20                -           0.0000          -
5526.68/289.74	c       290          17842         126        20                -           0.0000          -
5629.57/294.93	c       295          18550          65        20                -           0.0000          -
5728.49/299.99	c       300          19186         164        20                -           0.0000          -
5830.37/305.07	c       305          19944         698        20                -           0.0000          -
5929.42/310.08	c       310          20392         130        20                -           0.0000          -
6033.49/315.38	c       315          21792         329        20                -           0.0000          -
6136.51/320.56	c       321          21866         461        20                -           0.0000          -
6235.57/325.57	c       326          23771         273        20                -           0.0000          -
6336.60/330.69	c       331          24120          89        20                -           0.0000          -
6441.59/335.97	c       336          24756         689        20                -           0.0000          -
6545.30/341.14	c       341          25161         732        20                -           0.0000          -
6645.58/346.28	c       346          24021         518        20                -           0.0000          -
6746.59/351.36	c       351          24487         948        20                -           0.0000          -
6845.60/356.40	c       356          25047         828        20                -           0.0000          -
6950.60/361.64	c       362          27378         331        20                -           0.0000          -
7051.61/366.75	c       367          28180         247        20                -           0.0000          -
7152.63/371.88	c       372          28870         138        20                -           0.0000          -
7258.23/377.19	c       377          29594         600        20                -           0.0000          -
7362.57/382.42	c       382          28437         537        20                -           0.0000          -
7463.60/387.59	c       388          31156         134        20                -           0.0000          -
7568.63/392.81	c       393          31951         136        20                -           0.0000          -
7667.75/397.85	c       398          32565         128        20                -           0.0000          -
7768.90/402.93	c       403          33247         128        20                -           0.0000          -
7872.72/408.15	c       408          33980         121        20                -           0.0000          -
7973.02/413.29	c       413          34731         127        20                -           0.0000          -
8076.08/418.48	c       418          35421         128        20                -           0.0000          -
8179.12/423.60	c       424          36167         124        20                -           0.0000          -
8280.21/428.78	c       429          34965         317        20                -           0.0000          -
8381.28/433.88	c       434          35958         157        20                -           0.0000          -
8482.36/438.97	c       439          36848         138        20                -           0.0000          -
8581.43/444.01	c       444          39087         124        20                -           0.0000          -
8683.28/449.09	c       449          39746         120        20                -           0.0000          -
8785.47/454.24	c       454          40620         123        20                -           0.0000          -
8886.44/459.35	c       459          41205         155        20                -           0.0000          -
8985.36/464.40	c       464          42168         132        20                -           0.0000          -
9086.29/469.49	c       469          43134         178        20                -           0.0000          -
9187.17/474.50	c       474          43987         151        20                -           0.0000          -
9288.08/479.63	c       480          44360         183        20                -           0.0000          -
9390.99/484.84	c       485          44939         104        20                -           0.0000          -
9491.92/489.97	c       490          45288          94        20                -           0.0000          -
9593.41/495.04	c       495          44046          73        20                -           0.0000          -
9692.63/500.06	c       500          44266          80        20                -           0.0000          -
9794.59/505.25	c       505          44468          70        20                -           0.0000          -
9895.42/510.39	c       510          47179          83        20                -           0.0000          -
9996.32/515.45	c       515          47759         120        20                -           0.0000          -
10095.15/520.46	c       520          48251         206        20                -           0.0000          -
10196.02/525.55	c       526          48566          94        20                -           0.0000          -
10298.97/530.77	c       531          45519          77        20                -           0.0000          -
10399.98/535.88	c       536          45724          70        20                -           0.0000          -
10500.95/541.02	c       541          45952          74        20                -           0.0000          -
10602.61/546.14	c       546          46175          80        20                -           0.0000          -
10704.66/551.26	c       551          46450          79        20                -           0.0000          -
10807.52/556.44	c       556          51827          84        20                -           0.0000          -
10908.31/561.51	c       562          52455         183        20                -           0.0000          -
11011.19/566.70	c       567          52927          94        20                -           0.0000          -
11112.01/571.83	c       572          53575          87        20                -           0.0000          -
11212.83/576.92	c       577          54075          88        20                -           0.0000          -
11311.73/581.97	c       582          54521          94        20                -           0.0000          -
11410.66/587.02	c       587          48196          76        20                -           0.0000          -
11521.41/592.59	c       593          48469          84        20                -           0.0000          -
11624.25/597.74	c       598          48748          80        20                -           0.0000          -
11727.14/602.93	c       603          56815          80        20                -           0.0000          -
11831.94/608.28	c       608          49262          73        20                -           0.0000          -
11932.86/613.34	c       613          49474          73        20                -           0.0000          -
12035.70/618.51	c       619          49697          72        20                -           0.0000          -
12134.66/623.59	c       624          49947          76        20                -           0.0000          -
12237.50/628.74	c       629          50181          73        20                -           0.0000          -
12340.31/633.98	c       634          50390          76        20                -           0.0000          -
12441.64/639.14	c       639          50673          82        20                -           0.0000          -
12545.81/644.30	c       644          50950          71        20                -           0.0000          -
12644.71/649.40	c       649          61018         115        20                -           0.0000          -
12745.63/654.43	c       654          51367          76        20                -           0.0000          -
12850.52/659.72	c       660              2           1        20                -           0.0000          -
12949.46/664.79	c       665          62354          97        20                -           0.0000          -
13052.33/669.91	c       670          52069          78        20                -           0.0000          -
13151.24/674.95	c       675             10           9        20                -           0.0000          -
13253.08/680.07	c       680             18          17        20                -           0.0000          -
13354.88/685.22	c       685             18          17        20                -           0.0000          -
13455.86/690.32	c       690             18          17        20                -           0.0000          -
13554.65/695.33	c       695             18          17        20                -           0.0000          -
13657.58/700.52	c       701             22          21        20                -           0.0000          -
13758.49/705.64	c       706             26          25        20                -           0.0000          -
13859.39/710.72	c       711             26          25        20                -           0.0000          -
13958.30/715.76	c       716             28          27        20                -           0.0000          -
14059.26/720.87	c       721             28          27        20                -           0.0000          -
14160.24/725.95	c       726             29          28        20                -           0.0000          -
14259.20/731.02	c       731             29          28        20                -           0.0000          -
14360.81/736.07	c       736             29          28        20                -           0.0000          -
14461.56/741.15	c       741             29          28        20                -           0.0000          -
14561.73/746.23	c       746             29          28        20                -           0.0000          -
14660.74/751.29	c       751             31          30        20                -           0.0000          -
14763.55/756.41	c       756             31          30        20                -           0.0000          -
14864.41/761.51	c       762             31          30        20                -           0.0000          -
14965.42/766.66	c       767              5           4        20                -           0.0000          -
15066.44/771.72	c       772              5           4        20                -           0.0000          -
15167.45/776.84	c       777              6           5        20                -           0.0000          -
15266.41/781.88	c       782             56          55        20                -           0.0000          -
15371.92/787.13	c       787             56          55        20                -           0.0000          -
15472.39/792.28	c       792             56          55        20                -           0.0000          -
15575.32/797.43	c       797             56          55        20                -           0.0000          -
15680.31/802.75	c       803             56          55        20                -           0.0000          -
15783.21/807.93	c       808             12          11        20                -           0.0000          -
15882.28/812.98	c       813             12          11        20                -           0.0000          -
15983.97/818.08	c       818             12          11        20                -           0.0000          -
16083.31/823.13	c       823             12          11        20                -           0.0000          -
16185.32/828.28	c       828             12          11        20                -           0.0000          -
16284.38/833.29	c       833             12          11        20                -           0.0000          -
16387.28/838.43	c       838             12          11        20                -           0.0000          -
16488.32/843.58	c       844             12          11        20                -           0.0000          -
16591.28/848.75	c       849             12          11        20                -           0.0000          -
16692.36/853.82	c       854              8           7        20                -           0.0000          -
16791.41/858.90	c       859              8           7        20                -           0.0000          -
16892.50/863.99	c       864              8           7        20                -           0.0000          -
16997.47/869.29	c       869             18          17        20                -           0.0000          -
17102.48/874.52	c       875             13          10        20                -           0.0000          -
17203.50/879.60	c       880             20          19        20                -           0.0000          -
17304.51/884.75	c       885             14          11        20                -           0.0000          -
17407.52/889.98	c       890             14          11        20                -           0.0000          -
17509.26/895.06	c       895             14          11        20                -           0.0000          -
17611.67/900.21	c       900             14          11        20                -           0.0000          -
17712.77/905.34	c       905             14          11        20                -           0.0000          -
17813.88/910.44	c       910             14          11        20                -           0.0000          -
17912.99/915.47	c       915            100          99        20                -           0.0000          -
18014.10/920.60	c       921             32          31        20                -           0.0000          -
18115.20/925.69	c       926             32          31        20                -           0.0000          -
18220.27/930.97	c       931             32          31        20                -           0.0000          -
18324.32/936.17	c       936            103         102        20                -           0.0000          -
18424.42/941.24	c       941            103         102        20                -           0.0000          -
18525.47/946.32	c       946             30          27        20                -           0.0000          -
18624.58/951.38	c       951             30          27        20                -           0.0000          -
18725.70/956.45	c       956             30          27        20                -           0.0000          -
18826.78/961.58	c       962             30          27        20                -           0.0000          -
18927.89/966.66	c       967             30          27        20                -           0.0000          -
19028.96/971.71	c       972            116         115        20                -           0.0000          -
19130.04/976.82	c       977             32          29        20                -           0.0000          -
19229.11/981.90	c       982             37          36        20                -           0.0000          -
19330.09/987.02	c       987             37          36        20                -           0.0000          -
19431.93/992.09	c       992             34          31        20                -           0.0000          -
19534.13/997.20	c       997             34          31        20                -           0.0000          -
19633.23/1002.26	c      1002             34          31        20                -           0.0000          -
19733.94/1007.34	c      1007             34          31        20                -           0.0000          -
19834.95/1012.49	c      1012             34          31        20                -           0.0000          -
19936.02/1017.56	c      1018             40          39        20                -           0.0000          -
20037.15/1022.63	c      1023             37          34        20                -           0.0000          -
20138.28/1027.71	c      1028             37          34        20                -           0.0000          -
20237.40/1032.76	c      1033             37          34        20                -           0.0000          -
20338.49/1037.82	c      1038             37          34        20                -           0.0000          -
20439.61/1042.93	c      1043             37          34        20                -           0.0000          -
20541.57/1048.05	c      1048             37          34        20                -           0.0000          -
20640.57/1053.13	c      1053             37          34        20                -           0.0000          -
20742.85/1058.30	c      1058             37          34        20                -           0.0000          -
20845.92/1063.49	c      1063             37          34        20                -           0.0000          -
20947.01/1068.58	c      1069             37          34        20                -           0.0000          -
21048.05/1073.61	c      1074             37          34        20                -           0.0000          -
21149.12/1078.71	c      1079             37          34        20                -           0.0000          -
21252.16/1083.97	c      1084             37          34        20                -           0.0000          -
21353.95/1089.04	c      1089             37          34        20                -           0.0000          -
21456.18/1094.29	c      1094             37          34        20                -           0.0000          -
21557.20/1099.37	c      1099             37          34        20                -           0.0000          -
21658.16/1104.47	c      1104             37          34        20                -           0.0000          -
21759.25/1109.57	c      1110             37          34        20                -           0.0000          -
21862.32/1114.74	c      1115             37          34        20                -           0.0000          -
21963.33/1119.83	c      1120             37          34        20                -           0.0000          -
22064.41/1125.03	c      1125             37          34        20                -           0.0000          -
22166.21/1130.06	c      1130             37          34        20                -           0.0000          -
22267.38/1135.16	c      1135             37          34        20                -           0.0000          -
22367.30/1140.24	c      1140             37          34        20                -           0.0000          -
22466.35/1145.26	c      1145             37          34        20                -           0.0000          -
22569.37/1150.48	c      1150             37          34        20                -           0.0000          -
22672.12/1155.60	c      1156             37          34        20                -           0.0000          -
22773.20/1160.79	c      1161             37          34        20                -           0.0000          -
22874.19/1165.89	c      1166             74          73        20                -           0.0000          -
22975.23/1171.02	c      1171             38          35        20                -           0.0000          -
23079.31/1176.15	c      1176             38          35        20                -           0.0000          -
23179.29/1181.26	c      1181             38          35        20                -           0.0000          -
23278.39/1186.28	c      1186             38          35        20                -           0.0000          -
23381.37/1191.49	c      1191             38          35        20                -           0.0000          -
23482.38/1196.59	c      1197             38          35        20                -           0.0000          -
23583.38/1201.61	c      1202             81          80        20                -           0.0000          -
23682.48/1206.66	c      1207             81          80        20                -           0.0000          -
23781.55/1211.68	c      1212             81          80        20                -           0.0000          -
23884.48/1216.82	c      1217             81          80        20                -           0.0000          -
23985.55/1221.99	c      1222             81          80        20                -           0.0000          -
24087.30/1227.08	c      1227             40          37        20                -           0.0000          -
24188.48/1232.18	c      1232             40          37        20                -           0.0000          -
24288.55/1237.24	c      1237             40          37        20                -           0.0000          -
24387.55/1242.27	c      1242             40          37        20                -           0.0000          -
24488.48/1247.31	c      1247             40          37        20                -           0.0000          -
24591.58/1252.54	c      1253             40          37        20                -           0.0000          -
24692.62/1257.69	c      1258             96          95        20                -           0.0000          -
24793.65/1262.79	c      1263             96          95        20                -           0.0000          -
24896.75/1267.97	c      1268             96          95        20                -           0.0000          -
24995.86/1273.03	c      1273             96          95        20                -           0.0000          -
25100.86/1278.20	c      1278            249         248        20                -           0.0000          -
25201.82/1283.33	c      1283            249         248        20                -           0.0000          -
25300.58/1288.35	c      1288            249         248        20                -           0.0000          -
25401.59/1293.46	c      1293             42          41        20                -           0.0000          -
25506.61/1298.78	c      1299             42          41        20                -           0.0000          -
25609.63/1303.99	c      1304             42          41        20                -           0.0000          -
25711.39/1309.10	c      1309             42          41        20                -           0.0000          -
25813.66/1314.23	c      1314             42          41        20                -           0.0000          -
25914.76/1319.38	c      1319             43          40        20                -           0.0000          -
26017.84/1324.53	c      1325             43          40        20                -           0.0000          -
26118.71/1329.61	c      1330            259         258        20                -           0.0000          -
26219.79/1334.74	c      1335            259         258        20                -           0.0000          -
26318.83/1339.78	c      1340            259         258        20                -           0.0000          -
26424.54/1345.06	c      1345            259         258        20                -           0.0000          -
26526.69/1350.28	c      1350            259         258        20                -           0.0000          -
26627.79/1355.33	c      1355            259         258        20                -           0.0000          -
26728.80/1360.40	c      1360            259         258        20                -           0.0000          -
26827.84/1365.47	c      1365            259         258        20                -           0.0000          -
26928.76/1370.56	c      1371            259         258        20                -           0.0000          -
27027.85/1375.59	c      1376            259         258        20                -           0.0000          -
27130.92/1380.71	c      1381            259         258        20                -           0.0000          -
27232.00/1385.85	c      1386            259         258        20                -           0.0000          -
27331.14/1390.87	c      1391            259         258        20                -           0.0000          -
27432.23/1396.00	c      1396            259         258        20                -           0.0000          -
27533.95/1401.12	c      1401            259         258        20                -           0.0000          -
27636.31/1406.24	c      1406            259         258        20                -           0.0000          -
27735.50/1411.27	c      1411            259         258        20                -           0.0000          -
27840.50/1416.57	c      1417            259         258        20                -           0.0000          -
27943.45/1421.70	c      1422            259         258        20                -           0.0000          -
28046.47/1426.97	c      1427            259         258        20                -           0.0000          -
28150.11/1432.14	c      1432            259         258        20                -           0.0000          -
28252.33/1437.34	c      1437            259         258        20                -           0.0000          -
28351.43/1442.39	c      1442            259         258        20                -           0.0000          -
28452.38/1447.48	c      1447            259         258        20                -           0.0000          -
28557.12/1452.70	c      1453            259         258        20                -           0.0000          -
28657.98/1457.82	c      1458            259         258        20                -           0.0000          -
28759.03/1462.93	c      1463            259         258        20                -           0.0000          -
28860.76/1468.09	c      1468            259         258        20                -           0.0000          -
28963.08/1473.29	c      1473            259         258        20                -           0.0000          -
29064.10/1478.35	c      1478            259         258        20                -           0.0000          -
29163.12/1483.36	c      1483            259         258        20                -           0.0000          -
29264.06/1488.40	c      1488            259         258        20                -           0.0000          -
29365.12/1493.56	c      1494            259         258        20                -           0.0000          -
29466.05/1498.70	c      1499            259         258        20                -           0.0000          -
29571.07/1503.90	c      1504            259         258        20                -           0.0000          -
29672.94/1509.10	c      1509            259         258        20                -           0.0000          -
29774.98/1514.26	c      1514            259         258        20                -           0.0000          -
29879.99/1519.54	c      1520            259         258        20                -           0.0000          -
29982.99/1524.72	c      1525            259         258        20                -           0.0000          -
30083.70/1529.85	c      1530            259         258        20                -           0.0000          -
30184.40/1534.97	c      1535            259         258        20                -           0.0000          -
30283.30/1540.00	c      1540            259         258        20                -           0.0000          -
30388.03/1545.22	c      1545            259         258        20                -           0.0000          -
30488.85/1550.35	c      1550            259         258        20                -           0.0000          -
30589.76/1555.43	c      1555            259         258        20                -           0.0000          -
30688.60/1560.49	c      1560            177         176        20                -           0.0000          -
30793.55/1565.75	c      1566            177         176        20                -           0.0000          -
30896.51/1570.91	c      1571             79          76        20                -           0.0000          -
30998.31/1576.07	c      1576             79          76        20                -           0.0000          -
31098.99/1581.19	c      1581            265         264        20                -           0.0000          -
31201.49/1586.32	c      1586            265         264        20                -           0.0000          -
31300.57/1591.38	c      1591            265         264        20                -           0.0000          -
31405.61/1596.64	c      1597             81          80        20                -           0.0000          -
31508.60/1601.84	c      1602             81          80        20                -           0.0000          -
31612.49/1607.07	c      1607             81          80        20                -           0.0000          -
31714.55/1612.25	c      1612             81          80        20                -           0.0000          -
31817.60/1617.44	c      1617             81          80        20                -           0.0000          -
31918.69/1622.57	c      1623             81          80        20                -           0.0000          -
32021.73/1627.72	c      1628             81          80        20                -           0.0000          -
32120.83/1632.75	c      1633             81          80        20                -           0.0000          -
32223.88/1637.92	c      1638             81          80        20                -           0.0000          -
32322.95/1643.01	c      1643             81          80        20                -           0.0000          -
32427.97/1648.29	c      1648             81          80        20                -           0.0000          -
32530.94/1653.44	c      1653             81          80        20                -           0.0000          -
32631.99/1658.58	c      1659             81          80        20                -           0.0000          -
32734.98/1663.74	c      1664             81          80        20                -           0.0000          -
32836.01/1668.82	c      1669             81          80        20                -           0.0000          -
32937.06/1673.97	c      1674             81          80        20                -           0.0000          -
33044.02/1679.38	c      1679             81          80        20                -           0.0000          -
33146.92/1684.58	c      1685             81          80        20                -           0.0000          -
33247.74/1689.66	c      1690             81          80        20                -           0.0000          -
33350.76/1694.81	c      1695             81          80        20                -           0.0000          -
33451.77/1699.98	c      1700             81          80        20                -           0.0000          -
33550.85/1705.01	c      1705             81          80        20                -           0.0000          -
33654.78/1710.15	c      1710             81          80        20                -           0.0000          -
33756.75/1715.32	c      1715            240         239        20                -           0.0000          -
33857.77/1720.48	c      1720            335         334        20                -           0.0000          -
33960.78/1725.64	c      1726            335         334        20                -           0.0000          -
34063.74/1730.82	c      1731            335         334        20                -           0.0000          -
34164.74/1735.90	c      1736            335         334        20                -           0.0000          -
34263.80/1740.97	c      1741             82          79        20                -           0.0000          -
34365.51/1746.07	c      1746            340         339        20                -           0.0000          -
34467.83/1751.24	c      1751            340         339        20                -           0.0000          -
34570.86/1756.44	c      1756             84          81        20                -           0.0000          -
34669.94/1761.46	c      1761            251         250        20                -           0.0000          -
34776.93/1766.82	c      1767             86          83        20                -           0.0000          -
34876.00/1771.89	c      1772             86          83        20                -           0.0000          -
34981.80/1777.14	c      1777             86          83        20                -           0.0000          -
35083.91/1782.39	c      1782             87          86        20                -           0.0000          -
35184.91/1787.48	c      1787             87          86        20                -           0.0000          -
35285.97/1792.56	c      1793             87          86        20                -           0.0000          -
35384.89/1797.57	c      1798             87          86        20                -           0.0000          -
35491.87/1803.00	c      1803             87          86        20                -           0.0000          -
35593.63/1808.11	c      1808             87          86        20                -           0.0000          -
35697.82/1813.35	c      1813             87          86        20                -           0.0000          -
35798.62/1818.48	c      1818             87          86        20                -           0.0000          -
35901.50/1823.69	c      1824             87          86        20                -           0.0000          -
36004.43/1828.84	c      1829             87          86        20                -           0.0000          -
36105.37/1833.91	c      1834             87          86        20                -           0.0000          -
36204.40/1838.98	c      1839             87          86        20                -           0.0000          -
36306.18/1844.05	c      1844             87          86        20                -           0.0000          -
36407.15/1849.17	c      1849             87          86        20                -           0.0000          -
36507.36/1854.27	c      1854             87          86        20                -           0.0000          -
36608.38/1859.38	c      1859             87          86        20                -           0.0000          -
36711.38/1864.53	c      1865             87          86        20                -           0.0000          -
36812.40/1869.64	c      1870             87          86        20                -           0.0000          -
36915.42/1874.81	c      1875             87          86        20                -           0.0000          -
37014.42/1879.86	c      1880             87          86        20                -           0.0000          -
37115.47/1884.91	c      1885             87          86        20                -           0.0000          -
37214.34/1889.99	c      1890             87          86        20                -           0.0000          -
37315.91/1895.04	c      1895             87          86        20                -           0.0000          -
37416.94/1900.18	c      1900             87          86        20                -           0.0000          -
37517.12/1905.26	c      1905             87          86        20                -           0.0000          -
37619.96/1910.41	c      1910             87          86        20                -           0.0000          -
37723.04/1915.67	c      1916             87          86        20                -           0.0000          -
37824.05/1920.77	c      1921             87          86        20                -           0.0000          -
37925.00/1925.82	c      1926             87          86        20                -           0.0000          -
38030.84/1931.16	c      1931             87          86        20                -           0.0000          -
38132.94/1936.36	c      1936             87          86        20                -           0.0000          -
38233.86/1941.46	c      1941             87          86        20                -           0.0000          -
38336.91/1946.60	c      1947             87          86        20                -           0.0000          -
38437.85/1951.73	c      1952             87          86        20                -           0.0000          -
38538.95/1956.82	c      1957             87          86        20                -           0.0000          -
38639.99/1962.01	c      1962             87          86        20                -           0.0000          -
38743.94/1967.18	c      1967             87          86        20                -           0.0000          -
38845.93/1972.34	c      1972             87          86        20                -           0.0000          -
38945.05/1977.39	c      1977             87          86        20                -           0.0000          -
39048.12/1982.55	c      1983             87          86        20                -           0.0000          -
39149.12/1987.64	c      1988             87          86        20                -           0.0000          -
39250.22/1992.73	c      1993             87          86        20                -           0.0000          -
39349.19/1997.74	c      1998             87          86        20                -           0.0000          -
39450.16/2002.85	c      2003             87          86        20                -           0.0000          -
39551.21/2007.91	c      2008             87          86        20                -           0.0000          -
39650.25/2012.97	c      2013             87          86        20                -           0.0000          -
39749.27/2017.99	c      2018             88          85        20                -           0.0000          -
39848.32/2023.03	c      2023             88          85        20                -           0.0000          -
39950.25/2028.12	c      2028             88          85        20                -           0.0000          -
40052.35/2033.29	c      2033             88          85        20                -           0.0000          -
40155.28/2038.42	c      2038             88          85        20                -           0.0000          -
40254.36/2043.47	c      2043             88          85        20                -           0.0000          -
40357.35/2048.63	c      2049             88          85        20                -           0.0000          -
40456.42/2053.69	c      2054             88          85        20                -           0.0000          -
40557.35/2058.74	c      2059             88          85        20                -           0.0000          -
40658.42/2063.82	c      2064             88          85        20                -           0.0000          -
40757.58/2068.89	c      2069             88          85        20                -           0.0000          -
40858.39/2073.90	c      2074             88          85        20                -           0.0000          -
40957.39/2078.96	c      2079             88          85        20                -           0.0000          -
41059.18/2084.07	c      2084            526         525        20                -           0.0000          -
41161.26/2089.21	c      2089            526         525        20                -           0.0000          -
41260.18/2094.25	c      2094            384         383        20                -           0.0000          -
41363.10/2099.47	c      2099            386         385        20                -           0.0000          -
41466.11/2104.65	c      2105            386         385        20                -           0.0000          -
41565.15/2109.66	c      2110            386         385        20                -           0.0000          -
41668.20/2114.83	c      2115            386         385        20                -           0.0000          -
41767.24/2119.90	c      2120            103         100        20                -           0.0000          -
41868.33/2124.91	c      2125            103         100        20                -           0.0000          -
41967.43/2129.95	c      2130            103         100        20                -           0.0000          -
42074.25/2135.31	c      2135            103         100        20                -           0.0000          -
42173.30/2140.38	c      2140            103         100        20                -           0.0000          -
42276.37/2145.54	c      2146            103         100        20                -           0.0000          -
42377.42/2150.66	c      2151            103         100        20                -           0.0000          -
42480.46/2155.87	c      2156            103         100        20                -           0.0000          -
42581.46/2161.01	c      2161            103         100        20                -           0.0000          -
42680.49/2166.03	c      2166            580         579        20                -           0.0000          -
42784.08/2171.17	c      2171            580         579        20                -           0.0000          -
42884.18/2176.25	c      2176            397         396        20                -           0.0000          -
42985.18/2181.36	c      2181            586         585        20                -           0.0000          -
43086.03/2186.45	c      2186            108         105        20                -           0.0000          -
43188.91/2191.64	c      2192            108         105        20                -           0.0000          -
43289.84/2196.79	c      2197            108         105        20                -           0.0000          -
43390.63/2201.89	c      2202            108         105        20                -           0.0000          -
43491.48/2206.91	c      2207            108         105        20                -           0.0000          -
43590.41/2212.02	c      2212            411         410        20                -           0.0000          -
43691.79/2217.13	c      2217            110         107        20                -           0.0000          -
43795.92/2222.32	c      2222            110         107        20                -           0.0000          -
43894.82/2227.33	c      2227            110         107        20                -           0.0000          -
43993.64/2232.35	c      2232            110         107        20                -           0.0000          -
44096.51/2237.57	c      2238            110         107        20                -           0.0000          -
44199.43/2242.71	c      2243            110         107        20                -           0.0000          -
44302.25/2247.91	c      2248            110         107        20                -           0.0000          -
44401.20/2252.99	c      2253            611         610        20                -           0.0000          -
44500.06/2258.02	c      2258            113         110        20                -           0.0000          -
44601.59/2263.06	c      2263            113         110        20                -           0.0000          -
44700.57/2268.07	c      2268            113         110        20                -           0.0000          -
44802.78/2273.28	c      2273            113         110        20                -           0.0000          -
44905.54/2278.46	c      2278            113         110        20                -           0.0000          -
45008.29/2283.64	c      2284            113         110        20                -           0.0000          -
45107.19/2288.69	c      2289            113         110        20                -           0.0000          -
45208.05/2293.75	c      2294            113         110        20                -           0.0000          -
45308.87/2298.85	c      2299            113         110        20                -           0.0000          -
45414.63/2304.19	c      2304            113         110        20                -           0.0000          -
45516.44/2309.35	c      2309            113         110        20                -           0.0000          -
45617.30/2314.44	c      2314            113         110        20                -           0.0000          -
45716.15/2319.46	c      2319            113         110        20                -           0.0000          -
45820.91/2324.71	c      2325            113         110        20                -           0.0000          -
45921.74/2329.85	c      2330            113         110        20                -           0.0000          -
46025.25/2335.04	c      2335            113         110        20                -           0.0000          -
46127.36/2340.23	c      2340            113         110        20                -           0.0000          -
46230.19/2345.44	c      2345            113         110        20                -           0.0000          -
46332.93/2350.64	c      2351            113         110        20                -           0.0000          -
46437.78/2355.90	c      2356            113         110        20                -           0.0000          -
46539.39/2361.07	c      2361            113         110        20                -           0.0000          -
46641.47/2366.30	c      2366            480         479        20                -           0.0000          -
46742.27/2371.35	c      2371            480         479        20                -           0.0000          -
46843.09/2376.45	c      2376            480         479        20                -           0.0000          -
46943.87/2381.51	c      2382            480         479        20                -           0.0000          -
47044.73/2386.67	c      2387            480         479        20                -           0.0000          -
47143.44/2391.70	c      2392            480         479        20                -           0.0000          -
47244.33/2396.79	c      2397            480         479        20                -           0.0000          -
47345.22/2401.87	c      2402            480         479        20                -           0.0000          -
47444.14/2406.89	c      2407            117         114        20                -           0.0000          -
47545.01/2411.91	c      2412            117         114        20                -           0.0000          -
47646.38/2417.04	c      2417            117         114        20                -           0.0000          -
47745.65/2422.07	c      2422            117         114        20                -           0.0000          -
47846.59/2427.15	c      2427            117         114        20                -           0.0000          -
47948.64/2432.30	c      2432            117         114        20                -           0.0000          -
48049.52/2437.40	c      2437            117         114        20                -           0.0000          -
48148.44/2442.49	c      2442            117         114        20                -           0.0000          -
48252.97/2447.71	c      2448            692         691        20                -           0.0000          -
48355.97/2452.91	c      2453            692         691        20                -           0.0000          -
48454.97/2458.03	c      2458            692         691        20                -           0.0000          -
48559.88/2463.20	c      2463            119         118        20                -           0.0000          -
48664.79/2468.50	c      2468            119         118        20                -           0.0000          -
48765.79/2473.70	c      2474            119         118        20                -           0.0000          -
48866.73/2478.79	c      2479            119         118        20                -           0.0000          -
48967.65/2483.88	c      2484            119         118        20                -           0.0000          -
49071.54/2489.09	c      2489            119         118        20                -           0.0000          -
49173.50/2494.24	c      2494            119         118        20                -           0.0000          -
49274.41/2499.36	c      2499            119         118        20                -           0.0000          -
49373.29/2504.37	c      2504            119         118        20                -           0.0000          -
49474.35/2509.47	c      2509            119         118        20                -           0.0000          -
49581.25/2514.87	c      2515            119         118        20                -           0.0000          -
49682.26/2519.95	c      2520            119         118        20                -           0.0000          -
49785.90/2525.16	c      2525            119         118        20                -           0.0000          -
49886.10/2530.22	c      2530            119         118        20                -           0.0000          -
49985.14/2535.29	c      2535            119         118        20                -           0.0000          -
50088.13/2540.40	c      2540            119         118        20                -           0.0000          -
50187.17/2545.47	c      2545            119         118        20                -           0.0000          -
50288.14/2550.57	c      2551            119         118        20                -           0.0000          -
50389.14/2555.66	c      2556            119         118        20                -           0.0000          -
50492.13/2560.85	c      2561            119         118        20                -           0.0000          -
50593.16/2565.94	c      2566            119         118        20                -           0.0000          -
50694.91/2571.08	c      2571            119         118        20                -           0.0000          -
50796.22/2576.17	c      2576            119         118        20                -           0.0000          -
50896.34/2581.27	c      2581            119         118        20                -           0.0000          -
50997.41/2586.38	c      2586            119         118        20                -           0.0000          -
51098.41/2591.47	c      2591            119         118        20                -           0.0000          -
51199.28/2596.58	c      2597            119         118        20                -           0.0000          -
51304.10/2601.85	c      2602            119         118        20                -           0.0000          -
51404.99/2606.90	c      2607            119         118        20                -           0.0000          -
51503.94/2612.04	c      2612            748         747        20                -           0.0000          -
51605.42/2617.05	c      2617            120         117        20                -           0.0000          -
51704.28/2622.13	c      2622            120         117        20                -           0.0000          -
51806.48/2627.20	c      2627            122         119        20                -           0.0000          -
51905.39/2632.26	c      2632            122         119        20                -           0.0000          -
52006.27/2637.31	c      2637            122         119        20                -           0.0000          -
52105.19/2642.35	c      2642            122         119        20                -           0.0000          -
52207.98/2647.51	c      2648            122         119        20                -           0.0000          -
52306.86/2652.58	c      2653            122         119        20                -           0.0000          -
52409.63/2657.71	c      2658            122         119        20                -           0.0000          -
52510.46/2662.82	c      2663            122         119        20                -           0.0000          -
52611.33/2667.90	c      2668            122         119        20                -           0.0000          -
52710.23/2673.03	c      2673            122         119        20                -           0.0000          -
52811.93/2678.14	c      2678            122         119        20                -           0.0000          -
52913.89/2683.24	c      2683            122         119        20                -           0.0000          -
53012.73/2688.27	c      2688            590         589        20                -           0.0000          -
53115.59/2693.47	c      2693            123         120        20                -           0.0000          -
53218.48/2698.68	c      2699            594         593        20                -           0.0000          -
53319.33/2703.77	c      2704            124         121        20                -           0.0000          -
53422.04/2708.95	c      2709            124         121        20                -           0.0000          -
53523.60/2714.12	c      2714            124         121        20                -           0.0000          -
53627.75/2719.31	c      2719            124         121        20                -           0.0000          -
53726.67/2724.35	c      2724            124         121        20                -           0.0000          -
53827.54/2729.43	c      2729            124         121        20                -           0.0000          -
53926.39/2734.47	c      2734            124         121        20                -           0.0000          -
54027.29/2739.52	c      2740            124         121        20                -           0.0000          -
54132.18/2744.84	c      2745            124         121        20                -           0.0000          -
54233.01/2749.97	c      2750            124         121        20                -           0.0000          -
54336.82/2755.15	c      2755            124         121        20                -           0.0000          -
54436.88/2760.20	c      2760            124         121        20                -           0.0000          -
54535.85/2765.27	c      2765            124         121        20                -           0.0000          -
54636.73/2770.39	c      2770            124         121        20                -           0.0000          -
54739.68/2775.50	c      2776            124         121        20                -           0.0000          -
54838.60/2780.59	c      2781            124         121        20                -           0.0000          -
54941.48/2785.74	c      2786            830         827        20                -           0.0000          -
55042.45/2790.80	c      2791            830         827        20                -           0.0000          -
55141.41/2795.81	c      2796            636         635        20                -           0.0000          -
55240.33/2800.89	c      2801            636         635        20                -           0.0000          -
55341.12/2806.02	c      2806            128         125        20                -           0.0000          -
55442.63/2811.06	c      2811            128         125        20                -           0.0000          -
55541.75/2816.09	c      2816            128         125        20                -           0.0000          -
55642.57/2821.15	c      2821            128         125        20                -           0.0000          -
55742.74/2826.29	c      2826            128         125        20                -           0.0000          -
55843.65/2831.30	c      2831            128         125        20                -           0.0000          -
55944.63/2836.50	c      2836            128         125        20                -           0.0000          -
56047.57/2841.64	c      2842            129         126        20                -           0.0000          -
56148.48/2846.79	c      2847            129         126        20                -           0.0000          -
56249.32/2851.87	c      2852            672         671        20                -           0.0000          -
56350.17/2856.98	c      2857            132         129        20                -           0.0000          -
56451.97/2862.07	c      2862            132         129        20                -           0.0000          -
56552.55/2867.19	c      2867            132         129        20                -           0.0000          -
56656.81/2872.45	c      2872            132         129        20                -           0.0000          -
56757.68/2877.56	c      2878            132         129        20                -           0.0000          -
56858.56/2882.69	c      2883            132         129        20                -           0.0000          -
56959.49/2887.79	c      2888            132         129        20                -           0.0000          -
57062.22/2892.99	c      2893            132         129        20                -           0.0000          -
57163.95/2898.05	c      2898            132         129        20                -           0.0000          -
57262.77/2903.06	c      2903            132         129        20                -           0.0000          -
57363.89/2908.19	c      2908            132         129        20                -           0.0000          -
57463.02/2913.20	c      2913            132         129        20                -           0.0000          -
57564.90/2918.34	c      2918            132         129        20                -           0.0000          -
57665.84/2923.45	c      2923            132         129        20                -           0.0000          -
57768.79/2928.62	c      2929            132         129        20                -           0.0000          -
57869.79/2933.74	c      2934            915         912        20                -           0.0000          -
57972.71/2938.96	c      2939            915         912        20                -           0.0000          -
58074.35/2944.07	c      2944            915         912        20                -           0.0000          -
58176.40/2949.22	c      2949            135         132        20                -           0.0000          -
58277.35/2954.39	c      2954            135         132        20                -           0.0000          -
58378.29/2959.47	c      2959            135         132        20                -           0.0000          -
58481.27/2964.61	c      2965            135         132        20                -           0.0000          -
58580.24/2969.67	c      2970            135         132        20                -           0.0000          -
58681.19/2974.73	c      2975            135         132        20                -           0.0000          -
58780.16/2979.76	c      2980            135         132        20                -           0.0000          -
58883.11/2984.92	c      2985            135         132        20                -           0.0000          -
58984.76/2990.05	c      2990            135         132        20                -           0.0000          -
59086.95/2995.26	c      2995            135         132        20                -           0.0000          -
59187.87/3000.35	c      3000            730         729        20                -           0.0000          -
59288.71/3005.42	c      3005            733         732        20                -           0.0000          -
59391.60/3010.62	c      3011            968         965        20                -           0.0000          -
59490.54/3015.68	c      3016            140         137        20                -           0.0000          -
59591.44/3020.78	c      3021            140         137        20                -           0.0000          -
59692.38/3025.83	c      3026            140         137        20                -           0.0000          -
59793.02/3030.93	c      3031            140         137        20                -           0.0000          -
59891.97/3035.98	c      3036            140         137        20                -           0.0000          -
59990.88/3041.03	c      3041            140         137        20                -           0.0000          -
60092.65/3046.09	c      3046            752         751        20                -           0.0000          -
60191.51/3051.14	c      3051            984         981        20                -           0.0000          -
60295.53/3056.31	c      3056            984         981        20                -           0.0000          -
60394.47/3061.37	c      3061            769         768        20                -           0.0000          -
60495.38/3066.43	c      3066            769         768        20                -           0.0000          -
60594.25/3071.48	c      3071            769         768        20                -           0.0000          -
60694.94/3076.53	c      3077            769         768        20                -           0.0000          -
60793.86/3081.58	c      3082            769         768        20                -           0.0000          -
60894.75/3086.67	c      3087            769         768        20                -           0.0000          -
60995.61/3091.75	c      3092            769         768        20                -           0.0000          -
61094.55/3096.78	c      3097            769         768        20                -           0.0000          -
61195.41/3101.86	c      3102            769         768        20                -           0.0000          -
61296.32/3106.94	c      3107            769         768        20                -           0.0000          -
61397.89/3112.06	c      3112            769         768        20                -           0.0000          -
61498.86/3117.15	c      3117            769         768        20                -           0.0000          -
61598.85/3122.20	c      3122            153         150        20                -           0.0000          -
61697.81/3127.21	c      3127            153         150        20                -           0.0000          -
61798.62/3132.33	c      3132            153         150        20                -           0.0000          -
61901.51/3137.52	c      3138            153         150        20                -           0.0000          -
62000.52/3142.57	c      3143            153         150        20                -           0.0000          -
62105.59/3147.83	c      3148            153         150        20                -           0.0000          -
62206.66/3152.95	c      3153            153         150        20                -           0.0000          -
62305.80/3158.02	c      3158            153         150        20                -           0.0000          -
62407.78/3163.14	c      3163            153         150        20                -           0.0000          -
62511.58/3168.35	c      3168            153         150        20                -           0.0000          -
62614.36/3173.53	c      3174            153         150        20                -           0.0000          -
62715.21/3178.66	c      3179            153         150        20                -           0.0000          -
62818.10/3183.87	c      3184            153         150        20                -           0.0000          -
62921.84/3189.08	c      3189           1027        1024        20                -           0.0000          -
63023.67/3194.28	c      3194            779         778        20                -           0.0000          -
63126.48/3199.41	c      3199            779         778        20                -           0.0000          -
63227.36/3204.59	c      3205            779         778        20                -           0.0000          -
63328.25/3209.60	c      3210            779         778        20                -           0.0000          -
63431.06/3214.82	c      3215            779         778        20                -           0.0000          -
63531.98/3219.92	c      3220            779         778        20                -           0.0000          -
63634.01/3225.05	c      3225            162         159        20                -           0.0000          -
63732.86/3230.07	c      3230            162         159        20                -           0.0000          -
63835.42/3235.29	c      3235            162         159        20                -           0.0000          -
63936.39/3240.32	c      3240            162         159        20                -           0.0000          -
64037.49/3245.47	c      3245            162         159        20                -           0.0000          -
64138.57/3250.58	c      3251            162         159        20                -           0.0000          -
64239.60/3255.65	c      3256            162         159        20                -           0.0000          -
64340.67/3260.75	c      3261            162         159        20                -           0.0000          -
64443.75/3265.94	c      3266            162         159        20                -           0.0000          -
64545.55/3271.05	c      3271            162         159        20                -           0.0000          -
64646.67/3276.15	c      3276            162         159        20                -           0.0000          -
64746.91/3281.27	c      3281            162         159        20                -           0.0000          -
64847.95/3286.39	c      3286            162         159        20                -           0.0000          -
64949.01/3291.41	c      3291            162         159        20                -           0.0000          -
65054.06/3296.70	c      3297            164         161        20                -           0.0000          -
65153.18/3301.78	c      3302           1071        1065        20                -           0.0000          -
65256.28/3307.00	c      3307           1071        1065        20                -           0.0000          -
65360.05/3312.16	c      3312           1071        1065        20                -           0.0000          -
65460.29/3317.28	c      3317            805         804        20                -           0.0000          -
65561.34/3322.40	c      3322            179         176        20                -           0.0000          -
65662.36/3327.44	c      3327            179         176        20                -           0.0000          -
65761.37/3332.48	c      3332            179         176        20                -           0.0000          -
65864.38/3337.69	c      3338            179         176        20                -           0.0000          -
65967.30/3342.89	c      3343            179         176        20                -           0.0000          -
66068.32/3348.01	c      3348            179         176        20                -           0.0000          -
66170.24/3353.12	c      3353           1091        1085        20                -           0.0000          -
66272.31/3358.28	c      3358           1091        1085        20                -           0.0000          -
66373.12/3363.32	c      3363           1091        1085        20                -           0.0000          -
66472.05/3368.35	c      3368           1091        1085        20                -           0.0000          -
66570.90/3373.37	c      3373           1091        1085        20                -           0.0000          -
66673.70/3378.59	c      3379            813         812        20                -           0.0000          -
66780.43/3383.97	c      3384            813         812        20                -           0.0000          -
66879.32/3389.03	c      3389            813         812        20                -           0.0000          -
66982.86/3394.18	c      3394            197         194        20                -           0.0000          -
67088.95/3399.51	c      3400            817         816        20                -           0.0000          -
67189.82/3404.63	c      3405           1111        1103        20                -           0.0000          -
67288.68/3409.69	c      3410            203         200        20                -           0.0000          -
67391.44/3414.82	c      3415            826         825        20                -           0.0000          -
67490.34/3419.83	c      3420            826         825        20                -           0.0000          -
67591.27/3424.95	c      3425            826         825        20                -           0.0000          -
67692.99/3430.11	c      3430            206         203        20                -           0.0000          -
67796.99/3435.39	c      3435            206         203        20                -           0.0000          -
67899.88/3440.54	c      3441            206         203        20                -           0.0000          -
68000.78/3445.65	c      3446            206         203        20                -           0.0000          -
68099.72/3450.67	c      3451            206         203        20                -           0.0000          -
68207.31/3456.13	c      3456            206         203        20                -           0.0000          -
68309.48/3461.27	c      3461           1132        1124        20                -           0.0000          -
68408.50/3466.29	c      3466            208         205        20                -           0.0000          -
68509.31/3471.30	c      3471            208         205        20                -           0.0000          -
68608.27/3476.34	c      3476            208         205        20                -           0.0000          -
68711.13/3481.57	c      3482            208         205        20                -           0.0000          -
68814.03/3486.73	c      3487            208         205        20                -           0.0000          -
68916.72/3492.00	c      3492           1141        1133        20                -           0.0000          -
69019.95/3497.19	c      3497           1141        1133        20                -           0.0000          -
69122.34/3502.35	c      3502            212         209        20                -           0.0000          -
69221.26/3507.36	c      3507            212         209        20                -           0.0000          -
69322.21/3512.49	c      3512            212         209        20                -           0.0000          -
69429.11/3517.80	c      3518            212         209        20                -           0.0000          -
69530.15/3522.92	c      3523            212         209        20                -           0.0000          -
69629.16/3527.97	c      3528            212         209        20                -           0.0000          -
69728.16/3533.04	c      3533            212         209        20                -           0.0000          -
69832.04/3538.14	c      3538            212         209        20                -           0.0000          -
69932.25/3543.26	c      3543            212         209        20                -           0.0000          -
70033.33/3548.36	c      3548            212         209        20                -           0.0000          -
70134.34/3553.49	c      3553            215         212        20                -           0.0000          -
70237.20/3558.61	c      3559            215         212        20                -           0.0000          -
70340.17/3563.84	c      3564           1167        1159        20                -           0.0000          -
70444.13/3569.12	c      3569            217         214        20                -           0.0000          -
70546.23/3574.21	c      3574           1171        1163        20                -           0.0000          -
70649.25/3579.46	c      3579            219         216        20                -           0.0000          -
70750.26/3584.59	c      3585           1174        1166        20                -           0.0000          -
70853.30/3589.75	c      3590           1174        1166        20                -           0.0000          -
70954.36/3594.87	c      3595            229         226        20                -           0.0000          -
71055.42/3599.94	c      3600            904         903        20                -           0.0000          -
71154.48/3604.95	c      3605           1183        1175        20                -           0.0000          -
71256.48/3610.13	c      3610           1183        1175        20                -           0.0000          -
71358.59/3615.28	c      3615            908         907        20                -           0.0000          -
71461.21/3620.44	c      3620            908         907        20                -           0.0000          -
71562.28/3625.55	c      3626            908         907        20                -           0.0000          -
71663.34/3630.62	c      3631            908         907        20                -           0.0000          -
71762.38/3635.68	c      3636            247         244        20                -           0.0000          -
71865.42/3640.85	c      3641            247         244        20                -           0.0000          -
71971.39/3646.19	c      3646            247         244        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: 191670 MiB (188196 MiB free)
  memory of node 1: 193494 MiB (190715 MiB free)
  memory of node 2: 193531 MiB (191703 MiB free)
  memory of node 3: 193531 MiB (189808 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-4465681-1723619306/watcher-4465681-1723619306 -o /tmp/evaluation-result-4465681-1723619306/solver-4465681-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757986 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465681-1723619306.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=758020, runsolver pid=758017
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 18.48 24.59 45.77 5/859 758041
/proc/meminfo: memFree=778832768/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=65212 memory=52940 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/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 11144 0 0 0 10 2 0 0 20 0 1 0 128513747 66777088 13235 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 16303 13235 2347 3035 0 12699 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 65212 KiB
Current children cumulated memory: 52940 KiB

[startup+0.223521 s]*
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=778684176/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=107416 memory=95068 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 21677 0 0 0 20 3 0 0 20 0 1 0 128513747 109993984 23767 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 26854 23767 2347 3035 0 23250 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107416 KiB
Current children cumulated memory: 95068 KiB

[startup+0.321494 s]*
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=778551708/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=138620 memory=126156 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 29443 0 0 0 28 5 0 0 20 0 1 0 128513747 141946880 31539 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 34655 31539 2347 3035 0 31051 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 138620 KiB
Current children cumulated memory: 126156 KiB

[startup+0.700281 s]
/proc/loadavg: 18.48 24.59 45.77 5/863 758048
/proc/meminfo: memFree=778165816/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=348320 memory=332252 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/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 81440 0 0 0 57 12 0 0 20 0 1 0 128513747 356679680 83063 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 87080 83063 2614 3035 0 83476 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 348320 KiB
Current children cumulated memory: 332252 KiB

[startup+1.50027 s]
/proc/loadavg: 18.48 24.59 45.77 5/864 758049
/proc/meminfo: memFree=777581728/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=533356 memory=515348 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 101238 0 0 0 131 18 0 0 20 0 1 0 128513747 546156544 128837 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 133339 128837 2678 3035 0 129735 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 533356 KiB
Current children cumulated memory: 515348 KiB

[startup+3.11981 s]
/proc/loadavg: 18.48 24.59 45.77 5/868 758060
/proc/meminfo: memFree=776154572/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=516132 memory=496408 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/758020/stat : 758020 (fscip) R 758017 758020 757976 0 -1 4194304 126693 0 0 0 287 23 0 0 20 0 1 0 128513747 528519168 124102 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 129033 124102 2742 3035 0 125429 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 516132 KiB
Current children cumulated memory: 496408 KiB

[startup+6.30044 s]
/proc/loadavg: 17.32 24.25 45.55 5/888 758080
/proc/meminfo: memFree=774173156/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=2758284 memory=1226560 CPUtime=6.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) S 758017 758020 757976 0 -1 1077936128 253855 0 0 0 579 49 0 0 20 0 21 0 128513747 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 689571 306640 2774 3035 0 362013 0
[pid=758020/tid=758061] ppid=758017 vsize=2758284 memory=970096 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758061/stat : 758061 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758062] ppid=758017 vsize=2758284 memory=837920 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758062/stat : 758062 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758063] ppid=758017 vsize=2758284 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758063/stat : 758063 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758064] ppid=758017 vsize=2758284 memory=33000 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/758020/task/758064/stat : 758064 (fscip) S 758017 758020 757976 0 -1 1077936192 32124 0 0 0 21 4 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758065] ppid=758017 vsize=2758284 memory=40960 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758065/stat : 758065 (fscip) S 758017 758020 757976 0 -1 1077936192 32126 0 0 0 20 4 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758066] ppid=758017 vsize=2758284 memory=16164 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758066/stat : 758066 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758067] ppid=758017 vsize=2758284 memory=79 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758067/stat : 758067 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758068] ppid=758017 vsize=2758284 memory=515348 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/758020/task/758068/stat : 758068 (fscip) R 758017 758020 757976 0 -1 4194368 18669 0 0 0 9 3 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758069] ppid=758017 vsize=2758284 memory=279697129229584 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758069/stat : 758069 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758070] ppid=758017 vsize=2758284 memory=1804 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758070/stat : 758070 (fscip) S 758017 758020 757976 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758071] ppid=758017 vsize=2758284 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758071/stat : 758071 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758072] ppid=758017 vsize=2758284 memory=51344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758072/stat : 758072 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758073] ppid=758017 vsize=2758284 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/758020/task/758073/stat : 758073 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758074] ppid=758017 vsize=2758284 memory=25932 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758074/stat : 758074 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758075] ppid=758017 vsize=2758284 memory=21392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758075/stat : 758075 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758076] ppid=758017 vsize=2758284 memory=2208 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758076/stat : 758076 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758077] ppid=758017 vsize=2758284 memory=2036 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758077/stat : 758077 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758078] ppid=758017 vsize=2758284 memory=279697129128176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758078/stat : 758078 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758079] ppid=758017 vsize=2758284 memory=8529939269377 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758079/stat : 758079 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758080] ppid=758017 vsize=2758284 memory=8568593974785 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758080/stat : 758080 (fscip) S 758017 758020 757976 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128514282 2824482816 306640 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2758284 KiB
Current children cumulated memory: 1226560 KiB

[startup+12.7014 s]
/proc/loadavg: 16.25 23.91 45.33 43/948 758141
/proc/meminfo: memFree=759681856/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=13080284 memory=11113064 CPUtime=48.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) S 758017 758020 757976 0 -1 1077936128 2043546 0 0 0 4386 467 0 0 20 0 41 0 128513747 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 3270071 2778266 2790 3035 0 2915758 0
[pid=758020/tid=758061] ppid=758017 vsize=13080284 memory=33000 CPUtime=2.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758061/stat : 758061 (fscip) R 758017 758020 757976 0 -1 4194368 93510 0 0 0 193 22 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758062] ppid=758017 vsize=13080284 memory=6673 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758062/stat : 758062 (fscip) R 758017 758020 757976 0 -1 4194368 93589 0 0 0 190 22 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758063] ppid=758017 vsize=13080284 memory=0 CPUtime=2.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758063/stat : 758063 (fscip) R 758017 758020 757976 0 -1 4194368 93205 0 0 0 190 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758064] ppid=758017 vsize=13080284 memory=795524 CPUtime=2.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758064/stat : 758064 (fscip) R 758017 758020 757976 0 -1 4194368 94909 0 0 0 195 22 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758065] ppid=758017 vsize=13080284 memory=496408 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758065/stat : 758065 (fscip) R 758017 758020 757976 0 -1 4194368 93181 0 0 0 192 20 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758066] ppid=758017 vsize=13080284 memory=79 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758066/stat : 758066 (fscip) R 758017 758020 757976 0 -1 4194368 94582 0 0 0 191 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758067] ppid=758017 vsize=13080284 memory=1175608 CPUtime=2.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758067/stat : 758067 (fscip) R 758017 758020 757976 0 -1 4194368 93497 0 0 0 195 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758068] ppid=758017 vsize=13080284 memory=11112348 CPUtime=2.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758068/stat : 758068 (fscip) R 758017 758020 757976 0 -1 4194368 93180 0 0 0 190 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758069] ppid=758017 vsize=13080284 memory=279697129035168 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758069/stat : 758069 (fscip) R 758017 758020 757976 0 -1 4194368 94437 0 0 0 192 20 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758070] ppid=758017 vsize=13080284 memory=16164 CPUtime=2.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758070/stat : 758070 (fscip) R 758017 758020 757976 0 -1 4194368 93498 0 0 0 196 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758071] ppid=758017 vsize=13080284 memory=25333125866717268 CPUtime=2.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758071/stat : 758071 (fscip) R 758017 758020 757976 0 -1 4194368 93178 0 0 0 195 20 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758072] ppid=758017 vsize=13080284 memory=25333125866717268 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758072/stat : 758072 (fscip) R 758017 758020 757976 0 -1 4194368 94439 0 0 0 193 19 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758073] ppid=758017 vsize=13080284 memory=0 CPUtime=2.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758073/stat : 758073 (fscip) R 758017 758020 757976 0 -1 4194368 93132 0 0 0 190 23 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758074] ppid=758017 vsize=13080284 memory=0 CPUtime=2.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758074/stat : 758074 (fscip) R 758017 758020 757976 0 -1 4194368 93212 0 0 0 193 20 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758075] ppid=758017 vsize=13080284 memory=25333125866717268 CPUtime=2.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758075/stat : 758075 (fscip) R 758017 758020 757976 0 -1 4194368 93212 0 0 0 190 23 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758076] ppid=758017 vsize=13080284 memory=0 CPUtime=2.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758076/stat : 758076 (fscip) R 758017 758020 757976 0 -1 4194368 94039 0 0 0 195 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758077] ppid=758017 vsize=13080284 memory=0 CPUtime=2.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758077/stat : 758077 (fscip) R 758017 758020 757976 0 -1 4194368 93608 0 0 0 191 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758078] ppid=758017 vsize=13080284 memory=11448 CPUtime=2.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758078/stat : 758078 (fscip) R 758017 758020 757976 0 -1 4194368 93525 0 0 0 190 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758079] ppid=758017 vsize=13080284 memory=40960 CPUtime=2.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758079/stat : 758079 (fscip) R 758017 758020 757976 0 -1 4194368 93511 0 0 0 196 20 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758080] ppid=758017 vsize=13080284 memory=279697128919168 CPUtime=2.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758080/stat : 758080 (fscip) R 758017 758020 757976 0 -1 4194368 93180 0 0 0 190 21 0 0 20 0 41 0 128514282 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758102] ppid=758017 vsize=13080284 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758102/stat : 758102 (fscip) S 758017 758020 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514813 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758103] ppid=758017 vsize=13080284 memory=11822120823029796 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758103/stat : 758103 (fscip) S 758017 758020 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514813 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758104] ppid=758017 vsize=13080284 memory=-7737621075815351712 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758104/stat : 758104 (fscip) S 758017 758020 757976 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 128514813 13394210816 2778266 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0

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

[pid=758020/tid=758112] ppid=758017 vsize=58109044 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758112/stat : 758112 (fscip) S 758017 758020 757976 0 -1 1077936192 247 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758113] ppid=758017 vsize=58109044 memory=42199304 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758113/stat : 758113 (fscip) S 758017 758020 757976 0 -1 1077936192 220 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758114] ppid=758017 vsize=58109044 memory=42198548 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758114/stat : 758114 (fscip) S 758017 758020 757976 0 -1 1077936192 193 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758115] ppid=758017 vsize=58109044 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758115/stat : 758115 (fscip) S 758017 758020 757976 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758116] ppid=758017 vsize=58109044 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758116/stat : 758116 (fscip) S 758017 758020 757976 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758117] ppid=758017 vsize=58109044 memory=42131400 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758117/stat : 758117 (fscip) S 758017 758020 757976 0 -1 1077936192 196 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758118] ppid=758017 vsize=58109044 memory=42198020 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758118/stat : 758118 (fscip) S 758017 758020 757976 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758119] ppid=758017 vsize=58109044 memory=42199664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758119/stat : 758119 (fscip) S 758017 758020 757976 0 -1 1077936192 250 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758120] ppid=758017 vsize=58109044 memory=21392 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758120/stat : 758120 (fscip) S 758017 758020 757976 0 -1 1077936192 70 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758121] ppid=758017 vsize=58109044 memory=42199592 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758121/stat : 758121 (fscip) S 758017 758020 757976 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549916 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
Current children cumulated CPU time: 71895.1 s
Current children cumulated vsize: 58109044 KiB
Current children cumulated memory: 42199664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3647.6 s]
/proc/loadavg: 81.44 81.26 80.02 83/1021 760169
/proc/meminfo: memFree=608522908/790760804 swapFree=131071996/131071996
[pid=758020] ppid=758017 vsize=58109044 memory=42199680 CPUtime=72000.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/stat : 758020 (fscip) S 758017 758020 757976 0 -1 1077936128 95504067 0 0 0 7184203 15808 0 0 20 0 41 0 128513747 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 17 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
/proc/758020/statm: 14527261 10549920 3030 3035 0 14153537 0
[pid=758020/tid=758061] ppid=758017 vsize=58109044 memory=6720667631827304295 CPUtime=3602.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758061/stat : 758061 (fscip) R 758017 758020 757976 0 -1 4194368 4533532 0 0 0 359713 580 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758062] ppid=758017 vsize=58109044 memory=40960 CPUtime=3601.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758062/stat : 758062 (fscip) R 758017 758020 757976 0 -1 4194368 5414450 0 0 0 359281 847 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758063] ppid=758017 vsize=58109044 memory=10544 CPUtime=3597.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758063/stat : 758063 (fscip) R 758017 758020 757976 0 -1 4194368 3418683 0 0 0 358864 921 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758064] ppid=758017 vsize=58109044 memory=5512 CPUtime=3597.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758064/stat : 758064 (fscip) R 758017 758020 757976 0 -1 4194368 5122419 0 0 0 359153 617 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758065] ppid=758017 vsize=58109044 memory=16164 CPUtime=3599.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758065/stat : 758065 (fscip) R 758017 758020 757976 0 -1 4194368 5661761 0 0 0 359116 881 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758066] ppid=758017 vsize=58109044 memory=2316 CPUtime=3595.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758066/stat : 758066 (fscip) R 758017 758020 757976 0 -1 4194368 3235458 0 0 0 358739 803 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758067] ppid=758017 vsize=58109044 memory=33000 CPUtime=3601.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758067/stat : 758067 (fscip) R 758017 758020 757976 0 -1 4194368 4616424 0 0 0 359628 544 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758068] ppid=758017 vsize=58109044 memory=6720667631827304295 CPUtime=3600.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758068/stat : 758068 (fscip) R 758017 758020 757976 0 -1 4194368 5956853 0 0 0 359232 833 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758069] ppid=758017 vsize=58109044 memory=50604 CPUtime=3596.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758069/stat : 758069 (fscip) R 758017 758020 757976 0 -1 4194368 3200995 0 0 0 358841 832 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758070] ppid=758017 vsize=58109044 memory=7640 CPUtime=3602.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758070/stat : 758070 (fscip) R 758017 758020 757976 0 -1 4194368 4820616 0 0 0 359657 577 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758071] ppid=758017 vsize=58109044 memory=19884 CPUtime=3603.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758071/stat : 758071 (fscip) R 758017 758020 757976 0 -1 4194368 6904542 0 0 0 359327 984 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758072] ppid=758017 vsize=58109044 memory=20384 CPUtime=3599.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758072/stat : 758072 (fscip) R 758017 758020 757976 0 -1 4194368 3279622 0 0 0 359158 782 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758073] ppid=758017 vsize=58109044 memory=5600 CPUtime=3603.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758073/stat : 758073 (fscip) R 758017 758020 757976 0 -1 4194368 4411501 0 0 0 359778 546 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758074] ppid=758017 vsize=58109044 memory=11504 CPUtime=3597.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758074/stat : 758074 (fscip) R 758017 758020 757976 0 -1 4194368 6211236 0 0 0 358859 920 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758075] ppid=758017 vsize=58109044 memory=13692 CPUtime=3595.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758075/stat : 758075 (fscip) R 758017 758020 757976 0 -1 4194368 3443128 0 0 0 358779 803 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758076] ppid=758017 vsize=58109044 memory=11248 CPUtime=3604.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758076/stat : 758076 (fscip) R 758017 758020 757976 0 -1 4194368 5249154 0 0 0 359793 617 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758077] ppid=758017 vsize=58109044 memory=11248 CPUtime=3603.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758077/stat : 758077 (fscip) R 758017 758020 757976 0 -1 4194368 7368473 0 0 0 359061 1320 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758078] ppid=758017 vsize=58109044 memory=11248 CPUtime=3590.44 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758078/stat : 758078 (fscip) R 758017 758020 757976 0 -1 4194368 2254888 0 0 0 358221 823 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758079] ppid=758017 vsize=58109044 memory=11544 CPUtime=3594.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758079/stat : 758079 (fscip) R 758017 758020 757976 0 -1 4194368 5026965 0 0 0 358818 631 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758080] ppid=758017 vsize=58109044 memory=2656 CPUtime=3604.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758080/stat : 758080 (fscip) R 758017 758020 757976 0 -1 4194368 5193150 0 0 0 359540 864 0 0 20 0 41 0 128514282 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758102] ppid=758017 vsize=58109044 memory=6848 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758102/stat : 758102 (fscip) S 758017 758020 757976 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758103] ppid=758017 vsize=58109044 memory=42199668 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758103/stat : 758103 (fscip) S 758017 758020 757976 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758104] ppid=758017 vsize=58109044 memory=2748 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758104/stat : 758104 (fscip) S 758017 758020 757976 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758105] ppid=758017 vsize=58109044 memory=6812 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/758020/task/758105/stat : 758105 (fscip) S 758017 758020 757976 0 -1 1077936192 218 0 0 0 0 2 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758106] ppid=758017 vsize=58109044 memory=31512320 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758106/stat : 758106 (fscip) S 758017 758020 757976 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758107] ppid=758017 vsize=58109044 memory=2812 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/758020/task/758107/stat : 758107 (fscip) S 758017 758020 757976 0 -1 1077936192 248 0 0 0 0 2 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758108] ppid=758017 vsize=58109044 memory=6652 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758108/stat : 758108 (fscip) S 758017 758020 757976 0 -1 1077936192 136 0 0 0 0 3 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758109] ppid=758017 vsize=58109044 memory=69580892 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758109/stat : 758109 (fscip) S 758017 758020 757976 0 -1 1077936192 205 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758110] ppid=758017 vsize=58109044 memory=2752 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758110/stat : 758110 (fscip) S 758017 758020 757976 0 -1 1077936192 235 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758111] ppid=758017 vsize=58109044 memory=6640 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758111/stat : 758111 (fscip) S 758017 758020 757976 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758112] ppid=758017 vsize=58109044 memory=26761708 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758112/stat : 758112 (fscip) S 758017 758020 757976 0 -1 1077936192 249 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758113] ppid=758017 vsize=58109044 memory=6720662147204398956 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758113/stat : 758113 (fscip) S 758017 758020 757976 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758114] ppid=758017 vsize=58109044 memory=-6951489348720033734 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758114/stat : 758114 (fscip) S 758017 758020 757976 0 -1 1077936192 194 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758115] ppid=758017 vsize=58109044 memory=-3472574944307470722 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758115/stat : 758115 (fscip) S 758017 758020 757976 0 -1 1077936192 243 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758116] ppid=758017 vsize=58109044 memory=-4546129931942301828 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758116/stat : 758116 (fscip) S 758017 758020 757976 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758117] ppid=758017 vsize=58109044 memory=8976977659358012393 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758117/stat : 758117 (fscip) S 758017 758020 757976 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758118] ppid=758017 vsize=58109044 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758118/stat : 758118 (fscip) S 758017 758020 757976 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758119] ppid=758017 vsize=58109044 memory=1804 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758119/stat : 758119 (fscip) S 758017 758020 757976 0 -1 1077936192 251 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758120] ppid=758017 vsize=58109044 memory=6048 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758120/stat : 758120 (fscip) S 758017 758020 757976 0 -1 1077936192 70 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
[pid=758020/tid=758121] ppid=758017 vsize=58109044 memory=51344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/758020/task/758121/stat : 758121 (fscip) S 758017 758020 757976 0 -1 1077936192 263 0 0 0 3 0 0 0 20 0 41 0 128514813 59503661056 10549920 809668444160 4194304 16623229 140726997316080 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 46477312 140726997320710 140726997320828 140726997320828 140726997327856 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 58109044 KiB
Current children cumulated memory: 42199680 KiB

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

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

# cumulated CPU time of all completed processes:  user=71842.3 s, system=159.147 s

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

[startup+3648 s]*
/proc/loadavg: 81.44 81.26 80.02 63/982 760169
/proc/meminfo: memFree=622757204/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3648.4 s]
/proc/loadavg: 81.44 81.26 80.02 63/982 760169
/proc/meminfo: memFree=622757204/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3648.6 s]
/proc/loadavg: 81.44 81.26 80.02 63/982 760169
/proc/meminfo: memFree=622757204/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3648.7 s]
/proc/loadavg: 81.44 81.26 80.02 63/982 760169
/proc/meminfo: memFree=622757204/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): 3648.72
CPU time (s): 72001.4
CPU user time (s): 71842.3
CPU system time (s): 159.147
CPU usage (%): 1973.33
Max. virtual memory (cumulated for all children) (KiB): 58109044
Max. memory (cumulated for all children) (KiB): 42199680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71842.3
system time used= 159.147
maximum resident set size= 42200908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95504170
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= 2102573
involuntary context switches= 335404


# summary of solver processes directly reported to runsolver:
#   pid: 758020
#   total CPU time (s): 72001.4
#   total CPU user time (s): 71842.3
#   total CPU system time (s): 159.147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9502 second user time and 97.2156 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 09:08:26
IDJOB=4465681
IDBENCH=155555
IDSOLVER=3094
FILE ID=nodeD105/4465681-1723619306
RUNJOBID= nodeD105-1723619306-757986
SLURM_JOB_ID= 8267910
Free space on /tmp= 8622872 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-77.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-4465681-1723619306/watcher-4465681-1723619306 -o /tmp/evaluation-result-4465681-1723619306/solver-4465681-1723619306 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723619306-757986 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465681-1723619306.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=1520831339

nodeD105.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		: 2117.187
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		: 3654.726
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.78
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		: 3551.269
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	: 5011.74
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		: 2987.151
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	: 5011.78
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		: 1659.266
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		: 3742.698
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.78
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		: 3603.332
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	: 5011.74
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		: 3592.993
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	: 5011.78
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		: 2115.597
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		: 1419.201
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.78
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		: 3614.540
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	: 5011.74
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		: 3556.245
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	: 5011.78
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		: 2190.580
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		: 1436.350
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.78
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		: 1719.357
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	: 5011.74
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		: 3651.059
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	: 5011.78
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		: 2650.114
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		: 1418.375
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.78
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		: 1701.939
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	: 5011.74
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		: 3521.131
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	: 5011.78
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		: 2654.137
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		: 1449.011
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.78
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		: 2634.567
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	: 5011.74
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		: 3098.843
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	: 5011.78
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		: 2313.315
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		: 1431.885
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.78
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		: 1700.278
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	: 5011.74
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		: 2636.898
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	: 5011.78
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		: 1824.520
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		: 1378.102
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.78
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		: 1720.720
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	: 5011.74
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		: 3539.906
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	: 5011.78
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		: 3562.491
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		: 1688.218
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.78
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		: 1639.985
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	: 5011.74
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		: 3306.357
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	: 5011.78
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		: 2963.483
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		: 1670.487
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.78
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		: 2644.162
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	: 5011.74
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		: 2652.351
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	: 5011.78
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		: 2676.641
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		: 1998.015
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.78
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		: 3690.818
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	: 5011.74
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		: 2647.801
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	: 5011.78
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		: 3510.815
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		: 2666.051
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.78
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		: 2645.255
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	: 5011.74
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		: 2647.718
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	: 5011.78
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		: 2422.120
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		: 1693.243
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.78
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		: 2637.964
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	: 5011.74
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		: 2640.936
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	: 5011.78
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		: 2646.339
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		: 1712.049
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.78
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		: 2650.813
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	: 5011.74
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		: 2650.420
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	: 5011.78
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		: 2658.176
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.599
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.78
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		: 2648.703
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	: 5011.74
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		: 2643.109
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	: 5011.78
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		: 2648.295
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		: 2660.614
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.78
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		: 2644.812
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	: 5011.74
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		: 2652.125
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	: 5011.78
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		: 1913.157
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		: 2656.509
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.78
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		: 2638.434
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	: 5011.74
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		: 2633.154
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	: 5011.78
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		: 1968.160
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		: 2660.100
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.78
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		: 2655.600
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	: 5011.74
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		: 2653.196
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	: 5011.78
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		: 2660.561
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		: 2678.554
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2654.164
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	: 5011.74
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		: 3628.785
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	: 5011.78
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		: 1681.422
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		: 3309.151
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.78
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		: 2687.506
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	: 5011.74
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		: 3440.055
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        778420896 kB
MemAvailable:   783591576 kB
Buffers:         1210932 kB
Cached:          7240956 kB
SwapCached:            0 kB
Active:          1640996 kB
Inactive:        7217968 kB
Active(anon):       2100 kB
Inactive(anon):   443920 kB
Active(file):    1638896 kB
Inactive(file):  6774048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            668708 kB
Writeback:            88 kB
AnonPages:        406948 kB
Mapped:           102212 kB
Shmem:             38924 kB
KReclaimable:     354876 kB
Slab:             791952 kB
SReclaimable:     354876 kB
SUnreclaim:       437076 kB
KernelStack:       14752 kB
PageTables:         9880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     339864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1139712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622748 MiB
End job on nodeD105 at 2024-08-14 10:09:15