Trace number 4465705

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) 72002.8 3663.18

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K157.opb
MD5SUM1aa29222329f307e3e004dcb472df849
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2164.15
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18683
Total number of constraints18999
Number of constraints which are clauses18842
Number of constraints which are cardinality constraints (but not clauses)157
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint157
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 158
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.10	c Default LC presolving (default).
0.00/0.10	c ** Before presolving: virtualMemUsedAtLc = 110015246, getVmSize() = 97628160, SCIPgetMemUsed() = 66980125, SCIPgetMemTotal() = 73708245, SCIPgetMemExternEstim() = 36307001
0.00/0.10	c ** set memory limit for presolving in LC to 8.79575e+12 for SCIP **
29.91/30.03	c ** Estimated virtualMemUsedAtSolver = 229275338, getVmSize() = 340484096, SCIPgetMemUsed() = 231062110, SCIPgetMemTotal() = 307606006, SCIPgetMemExternEstim() = 36307001
29.91/30.03	c ** set memory limit for solvers to 4.18789e+11 for each SCIP **
29.91/30.03	c Original Problem   :
29.91/30.03	c   Problem name     : instance-4465705-1722533544
29.91/30.03	c   Variables        : 18683 (18683 binary, 0 integer, 0 implicit integer, 0 continuous)
29.91/30.03	c   Constraints      : 18999
29.91/30.03	c   Objective sense  : minimize
29.91/30.03	c Presolved Problem  :
29.91/30.03	c   Variables        : 17147 (17147 binary, 0 integer, 0 implicit integer, 0 continuous)
29.91/30.03	c   Constraints      : 17418
29.91/30.03	c Constraints        : Number
29.91/30.03	c   knapsack         : 1 
29.91/30.03	c   setppc           : 2129 
29.91/30.03	c   orbitope         : 1 
29.91/30.03	c   logicor          : 15287 
29.91/30.03	c ** Instance transfer method used: 0
29.91/30.07	c ** ParaScipInstance copy increased the number of variables. **
30.70/30.86	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.70/30.86	c                                Nodes    Active                                            
30.70/30.86	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
251.67/42.13	c        42              2           1        20                -           0.0000          -
370.57/48.04	c        48            402         401        20                -           0.0000          -
476.94/53.45	c        53            814         540        20                -           0.0000          -
578.04/58.51	c        59           1100         799        20                -           0.0000          -
685.09/64.02	c        64            482         481        20                -           0.0000          -
786.91/69.10	c        69            845         380        20                -           0.0000          -
889.24/74.24	c        74           3760        2463        20                -           0.0000          -
992.19/79.49	c        79           2316          41        20                -           0.0000          -
1093.37/84.57	c        85           4778         201        20                -           0.0000          -
1196.53/89.71	c        90           2963         681        20                -           0.0000          -
1295.68/94.78	c        95           5554         936        20                -           0.0000          -
1396.80/99.81	c       100           6457        1839        20                -           0.0000          -
1496.00/104.83	c       105           5142           0        20                -           0.0000          -
1597.14/109.93	c       110           5576         745        20                -           0.0000          -
1696.36/115.01	c       115           6512        1034        20                -           0.0000          -
1798.31/120.09	c       120           8964         801        20                -           0.0000          -
1902.57/125.35	c       125           8015         177        20                -           0.0000          -
2001.82/130.36	c       130           8076        1622        20                -           0.0000          -
2105.03/135.51	c       136           8854        1014        20                -           0.0000          -
2206.27/140.67	c       141           8783         132        20                -           0.0000          -
2311.46/145.90	c       146          10946         999        20                -           0.0000          -
2410.69/150.94	c       151          11513        2392        20                -           0.0000          -
2509.89/156.03	c       156          12172         108        20                -           0.0000          -
2612.07/161.13	c       161          12468        1133        20                -           0.0000          -
2714.24/166.20	c       166          10621         921        20                -           0.0000          -
2815.37/171.35	c       171          11101        1401        20                -           0.0000          -
2918.53/176.59	c       177          13554         441        20                -           0.0000          -
3025.54/181.97	c       182          13630        3875        20                -           0.0000          -
3124.68/186.99	c       187          14414        1301        20                -           0.0000          -
3226.60/192.11	c       192          16235        1241        20                -           0.0000          -
3328.31/197.17	c       197          16635        1641        20                -           0.0000          -
3434.19/202.59	c       203          17039        2045        20                -           0.0000          -
3537.33/207.72	c       208          16130        1177        20                -           0.0000          -
3636.50/212.74	c       213          19617        4108        20                -           0.0000          -
3737.64/217.83	c       218          18491        2755        20                -           0.0000          -
3838.76/223.00	c       223          21356        3952        20                -           0.0000          -
3942.76/228.16	c       228          19446        4302        20                -           0.0000          -
4042.91/233.26	c       233          19852        4025        20                -           0.0000          -
4144.02/238.31	c       238          22005        3512        20                -           0.0000          -
4246.97/243.56	c       244          21430        3666        20                -           0.0000          -
4349.98/248.71	c       249          23036         321        20                -           0.0000          -
4455.96/254.06	c       254          23436         721        20                -           0.0000          -
4562.17/259.41	c       259          23267         313        20                -           0.0000          -
4669.30/264.88	c       265          24236        1521        20                -           0.0000          -
4770.45/270.00	c       270          24653        1938        20                -           0.0000          -
4872.68/275.07	c       275          24461        1507        20                -           0.0000          -
4973.81/280.16	c       280          25878        2615        20                -           0.0000          -
5077.83/285.42	c       285          26835        2584        20                -           0.0000          -
5176.98/290.50	c       290          30413        3455        20                -           0.0000          -
5280.06/295.63	c       296          31308        3336        20                -           0.0000          -
5379.17/300.67	c       301          29645        2552        20                -           0.0000          -
5484.04/305.90	c       306          28507        3278        20                -           0.0000          -
5583.17/310.98	c       311          29239        3230        20                -           0.0000          -
5688.20/316.28	c       316          34528         297        20                -           0.0000          -
5787.34/321.29	c       321          31272        3240        20                -           0.0000          -
5890.44/326.49	c       326          35232        1001        20                -           0.0000          -
5991.51/331.55	c       332          35672        1441        20                -           0.0000          -
6092.37/336.69	c       337          36310        1897        20                -           0.0000          -
6197.34/341.92	c       342          37201        1856        20                -           0.0000          -
6302.43/347.20	c       347          38267        1831        20                -           0.0000          -
6409.51/352.64	c       353          34934         801        20                -           0.0000          -
6510.65/357.77	c       358          35334        1201        20                -           0.0000          -
6613.72/362.90	c       363          35754        1621        20                -           0.0000          -
6712.85/367.99	c       368          36294        2161        20                -           0.0000          -
6814.98/373.08	c       373          43224        1910        20                -           0.0000          -
6914.05/378.13	c       378          37880        2076        20                -           0.0000          -
7015.13/383.17	c       383          38729        2118        20                -           0.0000          -
7117.06/388.32	c       388          39718        2116        20                -           0.0000          -
7218.04/393.44	c       393          40702        1838        20                -           0.0000          -
7319.13/398.59	c       399          41727        2126        20                -           0.0000          -
7420.25/403.65	c       404          42652        2076        20                -           0.0000          -
7521.35/408.73	c       409          43659        2160        20                -           0.0000          -
7620.46/413.80	c       414          44432        2077        20                -           0.0000          -
7723.51/418.93	c       419          45548        2079        20                -           0.0000          -
7822.58/424.03	c       424          46483        2068        20                -           0.0000          -
7924.67/429.11	c       429          47640        2317        20                -           0.0000          -
8026.62/434.21	c       434          48762        2102        20                -           0.0000          -
8125.71/439.27	c       439          49774        2058        20                -           0.0000          -
8228.52/444.42	c       444          50746        2054        20                -           0.0000          -
8327.51/449.48	c       449          51867        2080        20                -           0.0000          -
8430.57/454.61	c       455          54467         461        20                -           0.0000          -
8529.68/459.67	c       460          54747         741        20                -           0.0000          -
8630.79/464.79	c       465          55147        1141        20                -           0.0000          -
8733.87/469.95	c       470          54371         101        20                -           0.0000          -
8833.02/475.02	c       475          55927        1921        20                -           0.0000          -
8935.05/480.12	c       480          55021        1559        20                -           0.0000          -
9037.15/485.24	c       485          57388        2239        20                -           0.0000          -
9138.31/490.31	c       490          57920        2163        20                -           0.0000          -
9237.45/495.40	c       495          58237        1568        20                -           0.0000          -
9340.56/500.53	c       501          59753        1577        20                -           0.0000          -
9439.70/505.58	c       506          60960        1673        20                -           0.0000          -
9542.76/510.74	c       511          61814        1562        20                -           0.0000          -
9643.78/515.84	c       516          62683        1588        20                -           0.0000          -
9744.78/520.98	c       521          63767        1578        20                -           0.0000          -
9847.07/526.13	c       526          65015        1655        20                -           0.0000          -
9948.90/531.22	c       531          65983        1614        20                -           0.0000          -
10048.00/536.26	c       536          66932        1591        20                -           0.0000          -
10149.09/541.36	c       541          62285        1769        20                -           0.0000          -
10252.16/546.52	c       547          67603         556        20                -           0.0000          -
10353.18/551.61	c       552          65989        2058        20                -           0.0000          -
10454.28/556.70	c       557          68268        1221        20                -           0.0000          -
10555.39/561.83	c       562          68668        1621        20                -           0.0000          -
10656.50/566.91	c       567          68172        2060        20                -           0.0000          -
10755.64/572.01	c       572          66145        1774        20                -           0.0000          -
10857.67/577.07	c       577          66724        1753        20                -           0.0000          -
10958.78/582.16	c       582          67328        1749        20                -           0.0000          -
11060.56/587.32	c       587          67965        1744        20                -           0.0000          -
11159.63/592.38	c       592          72424        2081        20                -           0.0000          -
11260.74/597.49	c       597          73397        2075        20                -           0.0000          -
11361.85/602.53	c       603          74046        2065        20                -           0.0000          -
11460.90/607.54	c       608          75288        1957        20                -           0.0000          -
11563.96/612.71	c       613          75922        1934        20                -           0.0000          -
11663.10/617.79	c       618          76920        2085        20                -           0.0000          -
11764.10/622.82	c       623          77021        1926        20                -           0.0000          -
11865.14/627.92	c       628          77646        1916        20                -           0.0000          -
11964.26/633.00	c       633          79634        2145        20                -           0.0000          -
12066.37/638.09	c       638          78950        1871        20                -           0.0000          -
12172.29/643.40	c       643          79611        1881        20                -           0.0000          -
12271.31/648.49	c       648          80275        1861        20                -           0.0000          -
12374.38/653.60	c       654          81097        1957        20                -           0.0000          -
12475.46/658.77	c       659          82013        1863        20                -           0.0000          -
12576.42/663.82	c       664          83020        1857        20                -           0.0000          -
12677.48/668.93	c       669          83653        1858        20                -           0.0000          -
12776.61/674.02	c       674          84224        1849        20                -           0.0000          -
12878.36/679.08	c       679          84750        1844        20                -           0.0000          -
12977.57/684.14	c       684          85368        1851        20                -           0.0000          -
13079.40/689.25	c       689          86030        1919        20                -           0.0000          -
13180.49/694.35	c       694          86962        1857        20                -           0.0000          -
13281.56/699.43	c       699          87933        1856        20                -           0.0000          -
13382.70/704.52	c       705          90961         168        20                -           0.0000          -
13481.55/709.60	c       710          91274         481        20                -           0.0000          -
13582.68/714.69	c       715          89733        1841        20                -           0.0000          -
13683.70/719.74	c       720          91914        1121        20                -           0.0000          -
13786.67/724.92	c       725          90886        1845        20                -           0.0000          -
13885.78/729.93	c       730          91450        1829        20                -           0.0000          -
13984.91/735.01	c       735          88129         161        20                -           0.0000          -
14088.98/740.17	c       740          88430         462        20                -           0.0000          -
14189.11/745.25	c       745          94625        2330        20                -           0.0000          -
14290.21/750.33	c       750          95300        2366        20                -           0.0000          -
14389.32/755.39	c       755          96014        2299        20                -           0.0000          -
14490.44/760.42	c       760          96703        2316        20                -           0.0000          -
14589.60/765.49	c       765          90189        2221        20                -           0.0000          -
14694.74/770.74	c       771          90802        2338        20                -           0.0000          -
14795.85/775.85	c       776          98887        2297        20                -           0.0000          -
14896.94/781.02	c       781          99481        2294        20                -           0.0000          -
15001.63/786.23	c       786          92654        2319        20                -           0.0000          -
15102.82/791.32	c       791          93630        2264        20                -           0.0000          -
15203.97/796.44	c       796          94442        2275        20                -           0.0000          -
15305.20/801.50	c       802         102656        2278        20                -           0.0000          -
15404.31/806.51	c       807         103192        2274        20                -           0.0000          -
15503.48/811.58	c       812         103676        2280        20                -           0.0000          -
15606.62/816.74	c       817         104124        2280        20                -           0.0000          -
15709.74/821.92	c       822         104452        2266        20                -           0.0000          -
15811.70/827.05	c       827         104945        2271        20                -           0.0000          -
15910.85/832.10	c       832         100074        2251        20                -           0.0000          -
16013.04/837.25	c       837         100937        2248        20                -           0.0000          -
16114.18/842.36	c       842         101958        2281        20                -           0.0000          -
16215.22/847.49	c       847         102676        2255        20                -           0.0000          -
16316.39/852.56	c       853         105876        1121        20                -           0.0000          -
16417.53/857.65	c       858         106196        1441        20                -           0.0000          -
16516.70/862.69	c       863         104607        2257        20                -           0.0000          -
16617.89/867.76	c       868         105398        2247        20                -           0.0000          -
16719.04/872.82	c       873         107337        2580        20                -           0.0000          -
16818.17/877.89	c       878         107915        2678        20                -           0.0000          -
16919.32/882.96	c       883         108408        2634        20                -           0.0000          -
17021.29/888.06	c       888         109132        2621        20                -           0.0000          -
17120.45/893.14	c       893         109643        2596        20                -           0.0000          -
17221.88/898.20	c       898         110135        2562        20                -           0.0000          -
17321.84/903.29	c       903         110736        2550        20                -           0.0000          -
17422.86/908.35	c       908         111275        2540        20                -           0.0000          -
17522.01/913.40	c       913         111760        2519        20                -           0.0000          -
17623.11/918.48	c       918         112331        2518        20                -           0.0000          -
17724.27/923.54	c       924         121914        2233        20                -           0.0000          -
17825.39/928.63	c       929         123037        2245        20                -           0.0000          -
17924.57/933.69	c       934         124081        2248        20                -           0.0000          -
18025.73/938.75	c       939         124709        2239        20                -           0.0000          -
18126.87/943.89	c       944         116221        2916        20                -           0.0000          -
18227.95/948.93	c       949         125896        2228        20                -           0.0000          -
18327.09/953.96	c       954         116918        2637        20                -           0.0000          -
18426.22/958.97	c       959         120043        2242        20                -           0.0000          -
18525.38/964.02	c       964         120685        2235        20                -           0.0000          -
18627.36/969.08	c       969         121272        2248        20                -           0.0000          -
18728.48/974.15	c       974         121885        2234        20                -           0.0000          -
18827.82/979.17	c       979         130232        2236        20                -           0.0000          -
18927.73/984.29	c       984         131114        2227        20                -           0.0000          -
19028.78/989.33	c       989         131916        2237        20                -           0.0000          -
19129.88/994.42	c       994         132853        2238        20                -           0.0000          -
19230.96/999.54	c      1000         133674        2236        20                -           0.0000          -
19332.07/1004.63	c      1005         134499        2258        20                -           0.0000          -
19433.17/1009.74	c      1010         135230        2228        20                -           0.0000          -
19534.27/1014.81	c      1015         135915        2228        20                -           0.0000          -
19635.35/1019.90	c      1020         136576        2227        20                -           0.0000          -
19734.41/1024.96	c      1025         137552        2219        20                -           0.0000          -
19833.49/1030.04	c      1030         138375        2212        20                -           0.0000          -
19935.16/1035.12	c      1035         139269        2218        20                -           0.0000          -
20035.79/1040.17	c      1040         139913        2229        20                -           0.0000          -
20135.73/1045.25	c      1045         140472        2225        20                -           0.0000          -
20236.68/1050.36	c      1050         141116        2222        20                -           0.0000          -
20335.55/1055.37	c      1055         142058        2222        20                -           0.0000          -
20438.61/1060.52	c      1061         142766        2223        20                -           0.0000          -
20539.60/1065.60	c      1066         143525        2221        20                -           0.0000          -
20638.69/1070.69	c      1071         138799        2512        20                -           0.0000          -
20739.71/1075.75	c      1076         139397        2478        20                -           0.0000          -
20840.81/1080.81	c      1081         140085        2469        20                -           0.0000          -
20941.83/1085.96	c      1086         140873        2520        20                -           0.0000          -
21040.83/1091.03	c      1091         141639        2497        20                -           0.0000          -
21141.97/1096.12	c      1096         142446        2465        20                -           0.0000          -
21243.94/1101.23	c      1101         143202        2458        20                -           0.0000          -
21344.97/1106.31	c      1106         143925        2458        20                -           0.0000          -
21443.95/1111.39	c      1111         144919        2476        20                -           0.0000          -
21545.06/1116.45	c      1116         145907        2483        20                -           0.0000          -
21646.22/1121.57	c      1122         146929        2454        20                -           0.0000          -
21747.24/1126.63	c      1127         147549        2477        20                -           0.0000          -
21848.36/1131.71	c      1132         148358        2469        20                -           0.0000          -
21949.47/1136.83	c      1137         149122        2465        20                -           0.0000          -
22050.60/1141.90	c      1142              2           1        20                -           0.0000          -
22149.59/1147.01	c      1147              3           2        20                -           0.0000          -
22251.90/1152.09	c      1152              3           2        20                -           0.0000          -
22352.50/1157.15	c      1157              3           2        20                -           0.0000          -
22452.76/1162.21	c      1162              3           2        20                -           0.0000          -
22550.83/1167.23	c      1167              3           2        20                -           0.0000          -
22651.77/1172.33	c      1172              3           2        20                -           0.0000          -
22750.74/1177.38	c      1177         156706        2202        20                -           0.0000          -
22853.63/1182.51	c      1183              5           4        20                -           0.0000          -
22954.52/1187.63	c      1188              5           4        20                -           0.0000          -
23057.45/1192.84	c      1193              5           4        20                -           0.0000          -
23158.45/1197.91	c      1198              5           4        20                -           0.0000          -
23257.49/1203.04	c      1203         159008         618        20                -           0.0000          -
23359.33/1208.13	c      1208              6           5        20                -           0.0000          -
23461.35/1213.21	c      1213              6           5        20                -           0.0000          -
23562.25/1218.34	c      1218              7           6        20                -           0.0000          -
23661.34/1223.39	c      1223              7           6        20                -           0.0000          -
23762.36/1228.47	c      1228              7           6        20                -           0.0000          -
23863.41/1233.55	c      1234              7           6        20                -           0.0000          -
23962.08/1238.60	c      1239              7           6        20                -           0.0000          -
24062.98/1243.67	c      1244              7           6        20                -           0.0000          -
24164.03/1248.71	c      1249              8           7        20                -           0.0000          -
24265.18/1253.85	c      1254              9           8        20                -           0.0000          -
24366.30/1258.93	c      1259              9           8        20                -           0.0000          -
24465.45/1263.99	c      1264              9           8        20                -           0.0000          -
24567.42/1269.10	c      1269              9           8        20                -           0.0000          -
24669.42/1274.23	c      1274              9           8        20                -           0.0000          -
24772.45/1279.42	c      1279              9           8        20                -           0.0000          -
24873.56/1284.55	c      1285              9           8        20                -           0.0000          -
24974.65/1289.66	c      1290              9           8        20                -           0.0000          -
25075.77/1294.76	c      1295              9           8        20                -           0.0000          -
25176.87/1299.86	c      1300              9           8        20                -           0.0000          -
25277.06/1304.95	c      1305              9           8        20                -           0.0000          -
25378.21/1310.07	c      1310              9           8        20                -           0.0000          -
25479.24/1315.16	c      1315              9           8        20                -           0.0000          -
25581.30/1320.31	c      1320              9           8        20                -           0.0000          -
25682.34/1325.43	c      1325              9           8        20                -           0.0000          -
25783.45/1330.50	c      1330              9           8        20                -           0.0000          -
25882.36/1335.57	c      1336              9           8        20                -           0.0000          -
25983.37/1340.66	c      1341              9           8        20                -           0.0000          -
26084.45/1345.74	c      1346              9           8        20                -           0.0000          -
26185.57/1350.84	c      1351             12          11        20                -           0.0000          -
26286.67/1355.91	c      1356             12          11        20                -           0.0000          -
26385.70/1360.99	c      1361             12          11        20                -           0.0000          -
26487.62/1366.11	c      1366             12          11        20                -           0.0000          -
26588.60/1371.18	c      1371             12          11        20                -           0.0000          -
26688.58/1376.24	c      1376             12          11        20                -           0.0000          -
26789.69/1381.38	c      1381             12          11        20                -           0.0000          -
26890.80/1386.47	c      1386             12          11        20                -           0.0000          -
26993.79/1391.61	c      1392         184635        2368        20                -           0.0000          -
27094.75/1396.71	c      1397             13          12        20                -           0.0000          -
27193.73/1401.76	c      1402             13          12        20                -           0.0000          -
27294.87/1406.83	c      1407             13          12        20                -           0.0000          -
27396.00/1411.93	c      1412             13          12        20                -           0.0000          -
27498.14/1417.07	c      1417             13          12        20                -           0.0000          -
27600.18/1422.30	c      1422             13          12        20                -           0.0000          -
27703.19/1427.40	c      1427             13          12        20                -           0.0000          -
27802.35/1432.49	c      1432             14          13        20                -           0.0000          -
27903.66/1437.60	c      1438             14          13        20                -           0.0000          -
28004.55/1442.69	c      1443             14          13        20                -           0.0000          -
28105.57/1447.76	c      1448             14          13        20                -           0.0000          -
28206.60/1452.89	c      1453             14          13        20                -           0.0000          -
28307.69/1457.95	c      1458             14          13        20                -           0.0000          -
28409.78/1463.05	c      1463         194407        2313        20                -           0.0000          -
28511.13/1468.19	c      1468             17          14        20                -           0.0000          -
28611.05/1473.27	c      1473             17          14        20                -           0.0000          -
28712.15/1478.37	c      1478             17          14        20                -           0.0000          -
28813.47/1483.43	c      1483             18          15        20                -           0.0000          -
28914.35/1488.59	c      1489             18          15        20                -           0.0000          -
29017.42/1493.70	c      1494             18          15        20                -           0.0000          -
29118.44/1498.82	c      1499             18          15        20                -           0.0000          -
29219.58/1503.91	c      1504             18          15        20                -           0.0000          -
29318.58/1508.99	c      1509             18          15        20                -           0.0000          -
29420.36/1514.14	c      1514             19          16        20                -           0.0000          -
29522.61/1519.24	c      1519         200986        2299        20                -           0.0000          -
29621.68/1524.30	c      1524             21          16        20                -           0.0000          -
29724.72/1529.40	c      1529             21          16        20                -           0.0000          -
29823.86/1534.45	c      1534             21          16        20                -           0.0000          -
29927.16/1539.66	c      1540             21          16        20                -           0.0000          -
30027.94/1544.75	c      1545             21          16        20                -           0.0000          -
30128.58/1549.85	c      1550             21          16        20                -           0.0000          -
30229.54/1554.95	c      1555             21          16        20                -           0.0000          -
30328.53/1560.00	c      1560             21          16        20                -           0.0000          -
30430.62/1565.06	c      1565             21          16        20                -           0.0000          -
30531.67/1570.19	c      1570             21          16        20                -           0.0000          -
30631.78/1575.28	c      1575             21          16        20                -           0.0000          -
30734.82/1580.47	c      1580             21          16        20                -           0.0000          -
30837.87/1585.63	c      1586             21          16        20                -           0.0000          -
30936.93/1590.69	c      1591             21          16        20                -           0.0000          -
31037.97/1595.75	c      1596             21          16        20                -           0.0000          -
31139.11/1600.85	c      1601             21          16        20                -           0.0000          -
31240.21/1605.91	c      1606             21          16        20                -           0.0000          -
31339.35/1610.95	c      1611             21          16        20                -           0.0000          -
31438.42/1616.03	c      1616             21          16        20                -           0.0000          -
31540.24/1621.14	c      1621             21          16        20                -           0.0000          -
31641.56/1626.19	c      1626             21          16        20                -           0.0000          -
31740.53/1631.20	c      1631             21          16        20                -           0.0000          -
31840.79/1636.27	c      1636             21          16        20                -           0.0000          -
31941.91/1641.36	c      1641             21          16        20                -           0.0000          -
32043.02/1646.49	c      1646             21          16        20                -           0.0000          -
32146.03/1651.64	c      1652             21          16        20                -           0.0000          -
32247.01/1656.72	c      1657             21          16        20                -           0.0000          -
32348.13/1661.82	c      1662             21          16        20                -           0.0000          -
32449.26/1666.91	c      1667             21          16        20                -           0.0000          -
32548.21/1672.02	c      1672             21          16        20                -           0.0000          -
32650.38/1677.11	c      1677             21          16        20                -           0.0000          -
32751.42/1682.17	c      1682             21          16        20                -           0.0000          -
32853.52/1687.39	c      1687             21          16        20                -           0.0000          -
32954.63/1692.48	c      1692             21          16        20                -           0.0000          -
33057.69/1697.60	c      1698             21          16        20                -           0.0000          -
33158.79/1702.74	c      1703             21          16        20                -           0.0000          -
33259.90/1707.83	c      1708             21          16        20                -           0.0000          -
33360.96/1712.98	c      1713             21          16        20                -           0.0000          -
33463.08/1718.07	c      1718             21          16        20                -           0.0000          -
33564.25/1723.16	c      1723             21          16        20                -           0.0000          -
33664.34/1728.24	c      1728             21          16        20                -           0.0000          -
33763.48/1733.26	c      1733             21          16        20                -           0.0000          -
33864.64/1738.37	c      1738             21          16        20                -           0.0000          -
33967.73/1743.54	c      1744             21          16        20                -           0.0000          -
34068.81/1748.64	c      1749             21          16        20                -           0.0000          -
34171.89/1753.80	c      1754             21          16        20                -           0.0000          -
34273.05/1758.90	c      1759             21          16        20                -           0.0000          -
34372.19/1763.99	c      1764             21          16        20                -           0.0000          -
34474.48/1769.06	c      1769             21          16        20                -           0.0000          -
34574.23/1774.16	c      1774             21          16        20                -           0.0000          -
34674.32/1779.27	c      1779             21          16        20                -           0.0000          -
34775.46/1784.33	c      1784             21          16        20                -           0.0000          -
34876.54/1789.45	c      1789             21          16        20                -           0.0000          -
34975.65/1794.50	c      1794             21          16        20                -           0.0000          -
35078.80/1799.60	c      1800             21          16        20                -           0.0000          -
35179.81/1804.75	c      1805             21          16        20                -           0.0000          -
35280.87/1809.84	c      1810             21          16        20                -           0.0000          -
35379.97/1814.89	c      1815             21          16        20                -           0.0000          -
35481.08/1819.95	c      1820             21          16        20                -           0.0000          -
35580.24/1825.04	c      1825             21          16        20                -           0.0000          -
35682.04/1830.11	c      1830             21          16        20                -           0.0000          -
35784.38/1835.24	c      1835             21          16        20                -           0.0000          -
35885.50/1840.34	c      1840             21          16        20                -           0.0000          -
35986.65/1845.42	c      1845             21          16        20                -           0.0000          -
36087.80/1850.50	c      1850             21          16        20                -           0.0000          -
36188.96/1855.69	c      1856             21          16        20                -           0.0000          -
36290.14/1860.77	c      1861             21          16        20                -           0.0000          -
36391.28/1865.86	c      1866             21          16        20                -           0.0000          -
36492.40/1870.92	c      1871             21          16        20                -           0.0000          -
36591.53/1876.00	c      1876             21          16        20                -           0.0000          -
36693.74/1881.07	c      1881             21          16        20                -           0.0000          -
36792.87/1886.13	c      1886             21          16        20                -           0.0000          -
36894.94/1891.21	c      1891             21          16        20                -           0.0000          -
36996.06/1896.30	c      1896             21          16        20                -           0.0000          -
37097.23/1901.40	c      1901             21          16        20                -           0.0000          -
37196.37/1906.45	c      1906             21          16        20                -           0.0000          -
37295.48/1911.46	c      1911             21          16        20                -           0.0000          -
37396.60/1916.51	c      1917             21          16        20                -           0.0000          -
37495.77/1921.57	c      1922             21          16        20                -           0.0000          -
37596.91/1926.68	c      1927             22          15        20                -           0.0000          -
37700.00/1931.81	c      1932             23          16        20                -           0.0000          -
37801.13/1936.93	c      1937             24          17        20                -           0.0000          -
37900.31/1942.01	c      1942             24          17        20                -           0.0000          -
38002.21/1947.13	c      1947             24          17        20                -           0.0000          -
38104.61/1952.20	c      1952             24          17        20                -           0.0000          -
38203.78/1957.30	c      1957             24          17        20                -           0.0000          -
38304.97/1962.37	c      1962             24          19        20                -           0.0000          -
38406.11/1967.49	c      1967             24          19        20                -           0.0000          -
38507.25/1972.55	c      1973             24          19        20                -           0.0000          -
38607.90/1977.66	c      1978             24          19        20                -           0.0000          -
38709.03/1982.71	c      1983             24          19        20                -           0.0000          -
38808.01/1987.79	c      1988             24          19        20                -           0.0000          -
38909.15/1992.90	c      1993             24          19        20                -           0.0000          -
39010.28/1997.97	c      1998             24          19        20                -           0.0000          -
39109.48/2003.05	c      2003             24          19        20                -           0.0000          -
39213.43/2008.16	c      2008             24          19        20                -           0.0000          -
39313.73/2013.29	c      2013             24          19        20                -           0.0000          -
39416.85/2018.44	c      2018             25          18        20                -           0.0000          -
39518.04/2023.51	c      2024             26          17        20                -           0.0000          -
39619.10/2028.66	c      2029             26          17        20                -           0.0000          -
39720.17/2033.76	c      2034             26          17        20                -           0.0000          -
39823.32/2038.91	c      2039             26          17        20                -           0.0000          -
39922.50/2044.01	c      2044             28          19        20                -           0.0000          -
40024.46/2049.07	c      2049             30          19        20                -           0.0000          -
40123.58/2054.12	c      2054             30          19        20                -           0.0000          -
40225.68/2059.20	c      2059             30          19        20                -           0.0000          -
40324.94/2064.26	c      2064             32          19        20                -           0.0000          -
40428.01/2069.42	c      2069             32          19        20                -           0.0000          -
40529.17/2074.53	c      2075         278555        2286        20                -           0.0000          -
40628.29/2079.59	c      2080             39          20        20                -           0.0000          -
40729.44/2084.68	c      2085             39          20        20                -           0.0000          -
40832.52/2089.82	c      2090             40          19        20                -           0.0000          -
40933.59/2094.91	c      2095         310868        2255        20                -           0.0000          -
41032.58/2099.98	c      2100             41          18        20                -           0.0000          -
41131.73/2105.04	c      2105             41          18        20                -           0.0000          -
41233.76/2110.10	c      2110             41          18        20                -           0.0000          -
41334.99/2115.20	c      2115             41          18        20                -           0.0000          -
41434.08/2120.28	c      2120             41          18        20                -           0.0000          -
41535.12/2125.36	c      2125             41          18        20                -           0.0000          -
41636.26/2130.45	c      2130             42          19        20                -           0.0000          -
41735.38/2135.48	c      2135             42          19        20                -           0.0000          -
41836.48/2140.58	c      2141             42          19        20                -           0.0000          -
41939.58/2145.75	c      2146             42          19        20                -           0.0000          -
42038.72/2150.79	c      2151             42          19        20                -           0.0000          -
42139.85/2155.88	c      2156             42          19        20                -           0.0000          -
42240.98/2160.98	c      2161             42          19        20                -           0.0000          -
42340.10/2166.05	c      2166             43          20        20                -           0.0000          -
42442.31/2171.13	c      2171             43          20        20                -           0.0000          -
42544.25/2176.28	c      2176             43          20        20                -           0.0000          -
42647.34/2181.40	c      2181             43          20        20                -           0.0000          -
42748.47/2186.57	c      2187             43          20        20                -           0.0000          -
42851.54/2191.71	c      2192             43          20        20                -           0.0000          -
42952.65/2196.80	c      2197             43          20        20                -           0.0000          -
43051.79/2201.89	c      2202             43          20        20                -           0.0000          -
43152.81/2206.98	c      2207             43          20        20                -           0.0000          -
43254.78/2212.12	c      2212             43          20        20                -           0.0000          -
43356.98/2217.23	c      2217             43          20        20                -           0.0000          -
43456.05/2222.29	c      2222             43          20        20                -           0.0000          -
43559.32/2227.43	c      2227             43          20        20                -           0.0000          -
43659.95/2232.54	c      2233             43          20        20                -           0.0000          -
43762.90/2237.72	c      2238             43          20        20                -           0.0000          -
43863.97/2242.80	c      2243             43          20        20                -           0.0000          -
43963.10/2247.86	c      2248             43          20        20                -           0.0000          -
44064.21/2252.91	c      2253             43          20        20                -           0.0000          -
44163.35/2258.01	c      2258             43          20        20                -           0.0000          -
44265.52/2263.07	c      2263             43          20        20                -           0.0000          -
44364.47/2268.13	c      2268             43          20        20                -           0.0000          -
44463.79/2273.14	c      2273             43          20        20                -           0.0000          -
44565.84/2278.26	c      2278             43          20        20                -           0.0000          -
44666.95/2283.36	c      2283             43          20        20                -           0.0000          -
44767.98/2288.49	c      2288             43          20        20                -           0.0000          -
44870.84/2293.66	c      2294             43          20        20                -           0.0000          -
44971.70/2298.72	c      2299             43          20        20                -           0.0000          -
45070.78/2303.78	c      2304             43          20        20                -           0.0000          -
45173.75/2308.92	c      2309             43          20        20                -           0.0000          -
45272.83/2313.96	c      2314             43          20        20                -           0.0000          -
45371.92/2319.03	c      2319             43          20        20                -           0.0000          -
45473.96/2324.13	c      2324             43          20        20                -           0.0000          -
45574.86/2329.18	c      2329             43          20        20                -           0.0000          -
45674.83/2334.28	c      2334             43          20        20                -           0.0000          -
45775.88/2339.39	c      2339             43          20        20                -           0.0000          -
45879.04/2344.51	c      2345             43          20        20                -           0.0000          -
45978.40/2349.56	c      2350             43          20        20                -           0.0000          -
46079.13/2354.68	c      2355             43          20        20                -           0.0000          -
46180.25/2359.76	c      2360             43          20        20                -           0.0000          -
46281.27/2364.83	c      2365             43          20        20                -           0.0000          -
46380.29/2369.89	c      2370             43          20        20                -           0.0000          -
46481.16/2374.92	c      2375             43          20        20                -           0.0000          -
46580.03/2379.97	c      2380             43          20        20                -           0.0000          -
46679.17/2385.03	c      2385             43          20        20                -           0.0000          -
46781.26/2390.11	c      2390             43          20        20                -           0.0000          -
46883.35/2395.20	c      2395             43          20        20                -           0.0000          -
46984.45/2400.30	c      2400             43          20        20                -           0.0000          -
47083.57/2405.33	c      2405             43          20        20                -           0.0000          -
47184.58/2410.46	c      2410             43          20        20                -           0.0000          -
47285.69/2415.51	c      2416             43          20        20                -           0.0000          -
47384.81/2420.58	c      2421             43          20        20                -           0.0000          -
47486.00/2425.63	c      2426             43          20        20                -           0.0000          -
47587.05/2430.71	c      2431             43          20        20                -           0.0000          -
47686.22/2435.76	c      2436             43          20        20                -           0.0000          -
47789.11/2440.91	c      2441             43          20        20                -           0.0000          -
47888.22/2445.98	c      2446             43          20        20                -           0.0000          -
47990.33/2451.11	c      2451             43          20        20                -           0.0000          -
48094.44/2456.31	c      2456             43          20        20                -           0.0000          -
48193.63/2461.38	c      2461             43          20        20                -           0.0000          -
48294.72/2466.45	c      2466             43          20        20                -           0.0000          -
48395.93/2471.52	c      2472             43          20        20                -           0.0000          -
48496.88/2476.65	c      2477             43          20        20                -           0.0000          -
48598.02/2481.71	c      2482             43          20        20                -           0.0000          -
48697.08/2486.76	c      2487             43          20        20                -           0.0000          -
48798.22/2491.83	c      2492             43          20        20                -           0.0000          -
48899.35/2496.93	c      2497             43          20        20                -           0.0000          -
48998.50/2501.94	c      2502         407577        2244        20                -           0.0000          -
49100.36/2507.09	c      2507             44          21        20                -           0.0000          -
49201.82/2512.19	c      2512             44          21        20                -           0.0000          -
49301.79/2517.28	c      2517             44          23        20                -           0.0000          -
49404.95/2522.40	c      2522             44          23        20                -           0.0000          -
49506.13/2527.51	c      2528             44          23        20                -           0.0000          -
49607.32/2532.61	c      2533             44          23        20                -           0.0000          -
49708.46/2537.76	c      2538             44          23        20                -           0.0000          -
49811.65/2542.91	c      2543             44          23        20                -           0.0000          -
49910.99/2548.01	c      2548             44          23        20                -           0.0000          -
50012.91/2553.08	c      2553             44          23        20                -           0.0000          -
50114.25/2558.16	c      2558             44          23        20                -           0.0000          -
50214.30/2563.22	c      2563             44          23        20                -           0.0000          -
50315.44/2568.32	c      2568             44          23        20                -           0.0000          -
50414.56/2573.37	c      2573             44          23        20                -           0.0000          -
50515.68/2578.42	c      2578             44          23        20                -           0.0000          -
50614.86/2583.45	c      2583             44          23        20                -           0.0000          -
50716.05/2588.52	c      2589             44          23        20                -           0.0000          -
50817.22/2593.61	c      2594             44          23        20                -           0.0000          -
50916.33/2598.69	c      2599             44          23        20                -           0.0000          -
51017.44/2603.77	c      2604             44          23        20                -           0.0000          -
51118.50/2608.84	c      2609             44          23        20                -           0.0000          -
51219.50/2613.93	c      2614             44          23        20                -           0.0000          -
51318.62/2618.99	c      2619             44          23        20                -           0.0000          -
51420.58/2624.11	c      2624             44          23        20                -           0.0000          -
51519.93/2629.12	c      2629             44          23        20                -           0.0000          -
51621.04/2634.17	c      2634             44          23        20                -           0.0000          -
51721.23/2639.30	c      2639             44          23        20                -           0.0000          -
51822.37/2644.34	c      2644             44          23        20                -           0.0000          -
51921.52/2649.37	c      2649             44          23        20                -           0.0000          -
52022.64/2654.45	c      2654             44          23        20                -           0.0000          -
52123.80/2659.53	c      2660             44          23        20                -           0.0000          -
52226.84/2664.75	c      2665             44          23        20                -           0.0000          -
52327.93/2669.84	c      2670             44          23        20                -           0.0000          -
52429.05/2674.93	c      2675             44          23        20                -           0.0000          -
52528.12/2679.98	c      2680              6           5        20                -           0.0000          -
52627.22/2685.03	c      2685              6           5        20                -           0.0000          -
52729.31/2690.14	c      2690              6           5        20                -           0.0000          -
52831.43/2695.22	c      2695              6           5        20                -           0.0000          -
52930.60/2700.28	c      2700              6           5        20                -           0.0000          -
53031.71/2705.35	c      2705              6           5        20                -           0.0000          -
53132.79/2710.43	c      2710              6           5        20                -           0.0000          -
53233.83/2715.54	c      2716              6           5        20                -           0.0000          -
53334.91/2720.66	c      2721              6           5        20                -           0.0000          -
53436.00/2725.71	c      2726              6           5        20                -           0.0000          -
53535.02/2730.73	c      2731              6           5        20                -           0.0000          -
53634.17/2735.78	c      2736              6           5        20                -           0.0000          -
53735.26/2740.87	c      2741              6           5        20                -           0.0000          -
53839.11/2746.05	c      2746              6           5        20                -           0.0000          -
53938.29/2751.11	c      2751              6           5        20                -           0.0000          -
54040.40/2756.24	c      2756              6           5        20                -           0.0000          -
54141.56/2761.32	c      2761              6           5        20                -           0.0000          -
54242.70/2766.40	c      2766              6           5        20                -           0.0000          -
54341.85/2771.48	c      2771              6           5        20                -           0.0000          -
54442.93/2776.55	c      2777              6           5        20                -           0.0000          -
54544.01/2781.60	c      2782              6           5        20                -           0.0000          -
54645.13/2786.77	c      2787              6           5        20                -           0.0000          -
54746.28/2791.84	c      2792              6           5        20                -           0.0000          -
54847.43/2796.92	c      2797              6           5        20                -           0.0000          -
54946.53/2801.97	c      2802              6           5        20                -           0.0000          -
55048.75/2807.14	c      2807              6           5        20                -           0.0000          -
55150.80/2812.21	c      2812              6           5        20                -           0.0000          -
55249.97/2817.27	c      2817              6           5        20                -           0.0000          -
55351.10/2822.33	c      2822              6           5        20                -           0.0000          -
55452.22/2827.40	c      2827              6           5        20                -           0.0000          -
55551.36/2832.48	c      2832              6           5        20                -           0.0000          -
55652.60/2837.56	c      2838              6           5        20                -           0.0000          -
55753.53/2842.65	c      2843              6           5        20                -           0.0000          -
55854.62/2847.70	c      2848              6           5        20                -           0.0000          -
55955.71/2852.84	c      2853              6           5        20                -           0.0000          -
56056.81/2857.93	c      2858              6           5        20                -           0.0000          -
56155.88/2862.99	c      2863              6           5        20                -           0.0000          -
56254.90/2868.00	c      2868              6           5        20                -           0.0000          -
56356.97/2873.10	c      2873              6           5        20                -           0.0000          -
56455.76/2878.15	c      2878              6           5        20                -           0.0000          -
56558.01/2883.23	c      2883              6           5        20                -           0.0000          -
56657.11/2888.29	c      2888              6           5        20                -           0.0000          -
56758.21/2893.39	c      2893              6           5        20                -           0.0000          -
56859.09/2898.43	c      2898              6           5        20                -           0.0000          -
56960.19/2903.57	c      2904              6           5        20                -           0.0000          -
57061.16/2908.68	c      2909              6           5        20                -           0.0000          -
57164.25/2913.83	c      2914              6           5        20                -           0.0000          -
57265.33/2918.91	c      2919              6           5        20                -           0.0000          -
57364.41/2923.95	c      2924              6           5        20                -           0.0000          -
57463.46/2929.04	c      2929              6           5        20                -           0.0000          -
57565.63/2934.13	c      2934              6           5        20                -           0.0000          -
57666.59/2939.20	c      2939              6           5        20                -           0.0000          -
57768.48/2944.32	c      2944              6           5        20                -           0.0000          -
57867.57/2949.39	c      2949              6           5        20                -           0.0000          -
57968.66/2954.40	c      2954              6           5        20                -           0.0000          -
58067.72/2959.49	c      2959              6           5        20                -           0.0000          -
58170.79/2964.61	c      2965              6           5        20                -           0.0000          -
58269.94/2969.68	c      2970              6           5        20                -           0.0000          -
58370.88/2974.77	c      2975             56          29        20                -           0.0000          -
58471.86/2979.89	c      2980             56          29        20                -           0.0000          -
58572.85/2985.02	c      2985             56          29        20                -           0.0000          -
58676.56/2990.16	c      2990             56          29        20                -           0.0000          -
58776.65/2995.25	c      2995             56          29        20                -           0.0000          -
58877.74/3000.38	c      3000             56          29        20                -           0.0000          -
58980.82/3005.51	c      3006             56          29        20                -           0.0000          -
59081.78/3010.62	c      3011             56          29        20                -           0.0000          -
59180.92/3015.67	c      3016             11          10        20                -           0.0000          -
59284.03/3020.81	c      3021             11          10        20                -           0.0000          -
59385.16/3025.93	c      3026             11          10        20                -           0.0000          -
59484.05/3031.00	c      3031             11          10        20                -           0.0000          -
59586.03/3036.12	c      3036             11          10        20                -           0.0000          -
59687.18/3041.18	c      3041             11          10        20                -           0.0000          -
59787.25/3046.23	c      3046             59          32        20                -           0.0000          -
59886.41/3051.30	c      3051             59          32        20                -           0.0000          -
59987.43/3056.39	c      3056             59          32        20                -           0.0000          -
60088.58/3061.41	c      3061             59          32        20                -           0.0000          -
60187.74/3066.47	c      3066             59          32        20                -           0.0000          -
60290.86/3071.65	c      3072             59          32        20                -           0.0000          -
60391.99/3076.77	c      3077             59          32        20                -           0.0000          -
60493.10/3081.89	c      3082             59          32        20                -           0.0000          -
60594.17/3086.96	c      3087             59          32        20                -           0.0000          -
60693.32/3092.03	c      3092             59          32        20                -           0.0000          -
60795.36/3097.10	c      3097             59          32        20                -           0.0000          -
60897.48/3102.20	c      3102             59          32        20                -           0.0000          -
60996.47/3107.27	c      3107             59          32        20                -           0.0000          -
61101.54/3112.56	c      3113             59          32        20                -           0.0000          -
61202.69/3117.68	c      3118             59          32        20                -           0.0000          -
61303.85/3122.74	c      3123             59          32        20                -           0.0000          -
61404.96/3127.89	c      3128             59          32        20                -           0.0000          -
61506.04/3132.99	c      3133             59          32        20                -           0.0000          -
61607.85/3138.08	c      3138             59          32        20                -           0.0000          -
61709.28/3143.18	c      3143             59          32        20                -           0.0000          -
61809.20/3148.24	c      3148             59          32        20                -           0.0000          -
61908.37/3153.28	c      3153             59          32        20                -           0.0000          -
62009.48/3158.32	c      3158             59          32        20                -           0.0000          -
62108.63/3163.38	c      3163             59          32        20                -           0.0000          -
62209.72/3168.48	c      3168             59          32        20                -           0.0000          -
62310.68/3173.54	c      3174             59          32        20                -           0.0000          -
62411.61/3178.61	c      3179             59          32        20                -           0.0000          -
62510.75/3183.66	c      3184             59          32        20                -           0.0000          -
62611.89/3188.72	c      3189             59          32        20                -           0.0000          -
62711.01/3193.75	c      3194             59          32        20                -           0.0000          -
62811.97/3198.80	c      3199             59          32        20                -           0.0000          -
62911.12/3203.88	c      3204             59          32        20                -           0.0000          -
63012.19/3208.95	c      3209             59          32        20                -           0.0000          -
63111.25/3214.04	c      3214             59          32        20                -           0.0000          -
63213.20/3219.10	c      3219             17          16        20                -           0.0000          -
63313.88/3224.17	c      3224             17          16        20                -           0.0000          -
63414.18/3229.24	c      3229             17          16        20                -           0.0000          -
63515.30/3234.32	c      3234             17          16        20                -           0.0000          -
63614.28/3239.39	c      3239             17          16        20                -           0.0000          -
63717.39/3244.51	c      3245             63          34        20                -           0.0000          -
63818.36/3249.67	c      3250             63          34        20                -           0.0000          -
63919.48/3254.77	c      3255             63          34        20                -           0.0000          -
64020.44/3259.84	c      3260             18          17        20                -           0.0000          -
64121.57/3265.03	c      3265             18          17        20                -           0.0000          -
64223.68/3270.09	c      3270             18          17        20                -           0.0000          -
64325.72/3275.21	c      3275         436948        2271        20                -           0.0000          -
64426.77/3280.30	c      3280             66          33        20                -           0.0000          -
64525.92/3285.32	c      3285             19          18        20                -           0.0000          -
64627.03/3290.48	c      3290             19          18        20                -           0.0000          -
64728.15/3295.58	c      3296             20          19        20                -           0.0000          -
64829.26/3300.66	c      3301             20          19        20                -           0.0000          -
64930.30/3305.71	c      3306             71          34        20                -           0.0000          -
65031.33/3310.82	c      3311             71          34        20                -           0.0000          -
65132.28/3315.91	c      3316             71          34        20                -           0.0000          -
65234.03/3321.14	c      3321             21          20        20                -           0.0000          -
65335.04/3326.16	c      3326             21          20        20                -           0.0000          -
65437.29/3331.32	c      3331             21          20        20                -           0.0000          -
65536.45/3336.38	c      3336             76          35        20                -           0.0000          -
65637.50/3341.48	c      3341             23          22        20                -           0.0000          -
65738.65/3346.59	c      3347             23          22        20                -           0.0000          -
65839.48/3351.66	c      3352             23          22        20                -           0.0000          -
65940.65/3356.73	c      3357             23          22        20                -           0.0000          -
66041.75/3361.85	c      3362             24          23        20                -           0.0000          -
66142.80/3366.95	c      3367             82          30        20                -           0.0000          -
66241.95/3372.04	c      3372             26          23        20                -           0.0000          -
66343.77/3377.11	c      3377             26          23        20                -           0.0000          -
66444.77/3382.17	c      3382             26          23        20                -           0.0000          -
66545.03/3387.25	c      3387             26          23        20                -           0.0000          -
66646.09/3392.32	c      3392             26          23        20                -           0.0000          -
66745.23/3397.39	c      3397             26          23        20                -           0.0000          -
66846.38/3402.45	c      3402             26          23        20                -           0.0000          -
66947.45/3407.51	c      3408             26          23        20                -           0.0000          -
67046.52/3412.55	c      3413             26          23        20                -           0.0000          -
67147.62/3417.67	c      3418             26          23        20                -           0.0000          -
67248.76/3422.75	c      3423             26          23        20                -           0.0000          -
67349.91/3427.84	c      3428             26          23        20                -           0.0000          -
67451.05/3432.97	c      3433             26          23        20                -           0.0000          -
67553.24/3438.07	c      3438             26          23        20                -           0.0000          -
67654.62/3443.17	c      3443             26          23        20                -           0.0000          -
67754.40/3448.22	c      3448             26          23        20                -           0.0000          -
67853.41/3453.29	c      3453             26          23        20                -           0.0000          -
67954.34/3458.34	c      3458             26          23        20                -           0.0000          -
68055.43/3463.45	c      3463             26          23        20                -           0.0000          -
68156.48/3468.53	c      3469             26          23        20                -           0.0000          -
68257.55/3473.64	c      3474             26          23        20                -           0.0000          -
68358.62/3478.79	c      3479             26          23        20                -           0.0000          -
68459.78/3483.87	c      3484             26          23        20                -           0.0000          -
68560.90/3488.97	c      3489             26          23        20                -           0.0000          -
68660.05/3494.04	c      3494             26          23        20                -           0.0000          -
68764.32/3499.16	c      3499             26          25        20                -           0.0000          -
68864.12/3504.26	c      3504             27          23        20                -           0.0000          -
68965.12/3509.37	c      3509             95          33        20                -           0.0000          -
69064.28/3514.39	c      3514             95          33        20                -           0.0000          -
69165.43/3519.46	c      3519             95          33        20                -           0.0000          -
69266.55/3524.52	c      3525             29          25        20                -           0.0000          -
69367.63/3529.69	c      3530             96          34        20                -           0.0000          -
69468.77/3534.76	c      3535             96          34        20                -           0.0000          -
69569.89/3539.87	c      3540             96          34        20                -           0.0000          -
69671.05/3545.02	c      3545             30          26        20                -           0.0000          -
69773.12/3550.09	c      3550             30          26        20                -           0.0000          -
69875.26/3555.25	c      3555             30          26        20                -           0.0000          -
69978.33/3560.45	c      3560             30          26        20                -           0.0000          -
70081.45/3565.60	c      3566             30          26        20                -           0.0000          -
70180.61/3570.69	c      3571             30          26        20                -           0.0000          -
70281.72/3575.77	c      3576             30          26        20                -           0.0000          -
70382.86/3580.88	c      3581             30          26        20                -           0.0000          -
70483.97/3586.02	c      3586             30          26        20                -           0.0000          -
70587.68/3591.13	c      3591             30          26        20                -           0.0000          -
70687.95/3596.25	c      3596             30          26        20                -           0.0000          -
70787.09/3601.30	c      3601             30          26        20                -           0.0000          -
70890.21/3606.42	c      3606             30          26        20                -           0.0000          -
70991.30/3611.53	c      3612             30          26        20                -           0.0000          -
71092.02/3616.64	c      3617             30          26        20                -           0.0000          -
71193.09/3621.73	c      3622             30          26        20                -           0.0000          -
71294.25/3626.82	c      3627             30          26        20                -           0.0000          -
71395.34/3631.90	c      3632             30          26        20                -           0.0000          -
71494.46/3637.00	c      3637             30          26        20                -           0.0000          -
71596.46/3642.10	c      3642             30          26        20                -           0.0000          -
71697.65/3647.16	c      3647             30          26        20                -           0.0000          -
71797.80/3652.26	c      3652             30          26        20                -           0.0000          -
71898.79/3657.36	c      3657             30          26        20                -           0.0000          -
71999.91/3662.45	c      3662             30          26        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 (189498 MiB free)
  memory of node 1: 193494 MiB (191558 MiB free)
  memory of node 2: 193531 MiB (191101 MiB free)
  memory of node 3: 193531 MiB (191614 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-4465705-1722533544/watcher-4465705-1722533544 -o /tmp/evaluation-result-4465705-1722533544/solver-4465705-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127951 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465705-1722533544.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100123 s]*
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781857748/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=101732 memory=88124 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 19770 0 0 0 9 3 0 0 20 0 1 0 19937501 104173568 22031 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 25433 22031 2598 3035 0 21829 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 101732 KiB
Current children cumulated memory: 88124 KiB

[startup+0.223666 s]*
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781738144/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=127764 memory=114092 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 28459 0 0 0 20 4 0 0 20 0 1 0 19937501 130830336 28523 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 31941 28523 2662 3035 0 28337 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 127764 KiB
Current children cumulated memory: 114092 KiB

[startup+0.324863 s]*
/proc/loadavg: 1.37 16.61 42.92 8/863 128012
/proc/meminfo: memFree=781729624/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=127764 memory=114092 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 28459 0 0 0 30 4 0 0 20 0 1 0 19937501 130830336 28523 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 31941 28523 2662 3035 0 28337 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 127764 KiB
Current children cumulated memory: 114092 KiB

[startup+0.700238 s]
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781726248/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=140304 memory=126496 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 34550 0 0 0 64 5 0 0 20 0 1 0 19937501 143671296 31624 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 35076 31624 2758 3035 0 31472 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 140304 KiB
Current children cumulated memory: 126496 KiB

[startup+1.50025 s]
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781567088/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=181152 memory=165180 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 41443 0 0 0 142 7 0 0 20 0 1 0 19937501 185499648 41295 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 45288 41295 2774 3035 0 41684 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 181152 KiB
Current children cumulated memory: 165180 KiB

[startup+3.12482 s]
/proc/loadavg: 1.37 16.61 42.92 7/863 128012
/proc/meminfo: memFree=781532148/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=181336 memory=165440 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 41491 0 0 0 304 7 0 0 20 0 1 0 19937501 185688064 41360 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 45334 41360 2774 3035 0 41730 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 181336 KiB
Current children cumulated memory: 165440 KiB

[startup+6.30024 s]
/proc/loadavg: 1.58 16.40 42.71 7/863 128012
/proc/meminfo: memFree=781511084/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=187256 memory=171292 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 43013 0 0 0 620 7 0 0 20 0 1 0 19937501 191750144 42823 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 46814 42823 2774 3035 0 43210 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 187256 KiB
Current children cumulated memory: 171292 KiB

[startup+12.7002 s]
/proc/loadavg: 1.77 16.20 42.51 7/863 128014
/proc/meminfo: memFree=781503156/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=188668 memory=172868 CPUtime=12.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 43368 0 0 0 1258 7 0 0 20 0 1 0 19937501 193196032 43217 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 47167 43217 2774 3035 0 43563 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 188668 KiB
Current children cumulated memory: 172868 KiB

[startup+25.5003 s]
/proc/loadavg: 5.31 16.23 42.09 45/943 128095
/proc/meminfo: memFree=776822200/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=189768 memory=173984 CPUtime=25.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) R 128002 128005 127938 0 -1 4194304 44069 0 0 0 2533 8 0 0 20 0 1 0 19937501 194322432 43496 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 47442 43496 2774 3035 0 43838 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 189768 KiB
Current children cumulated memory: 173984 KiB

[startup+51.1578 s]
/proc/loadavg: 28.70 20.78 42.91 83/1023 128180
/proc/meminfo: memFree=769340976/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=3773872 memory=3098768 CPUtime=432.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) S 128002 128005 127938 0 -1 1077936128 1151931 0 0 0 43037 207 0 0 20 0 41 0 19937501 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 943468 774692 2966 3035 0 894960 0
[pid=128005/tid=128118] ppid=128002 vsize=3773872 memory=25333125866717268 CPUtime=20.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128118/stat : 128118 (fscip) R 128002 128005 127938 0 -1 4194368 58474 0 0 0 2006 11 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128119] ppid=128002 vsize=3773872 memory=0 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128119/stat : 128119 (fscip) R 128002 128005 127938 0 -1 4194368 58645 0 0 0 2005 10 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128120] ppid=128002 vsize=3773872 memory=0 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128120/stat : 128120 (fscip) R 128002 128005 127938 0 -1 4194368 52991 0 0 0 2008 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128121] ppid=128002 vsize=3773872 memory=173984 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128121/stat : 128121 (fscip) R 128002 128005 127938 0 -1 4194368 58337 0 0 0 2005 10 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128122] ppid=128002 vsize=3773872 memory=0 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128122/stat : 128122 (fscip) R 128002 128005 127938 0 -1 4194368 46458 0 0 0 2007 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128123] ppid=128002 vsize=3773872 memory=6728205621099255912 CPUtime=20.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128123/stat : 128123 (fscip) R 128002 128005 127938 0 -1 4194368 54952 0 0 0 1998 10 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128124] ppid=128002 vsize=3773872 memory=0 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128124/stat : 128124 (fscip) R 128002 128005 127938 0 -1 4194368 52480 0 0 0 2007 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128125] ppid=128002 vsize=3773872 memory=173984 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128125/stat : 128125 (fscip) R 128002 128005 127938 0 -1 4194368 52950 0 0 0 2007 9 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128126] ppid=128002 vsize=3773872 memory=10544 CPUtime=20.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128126/stat : 128126 (fscip) R 128002 128005 127938 0 -1 4194368 53026 0 0 0 2006 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128127] ppid=128002 vsize=3773872 memory=281251370459904 CPUtime=20.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128127/stat : 128127 (fscip) R 128002 128005 127938 0 -1 4194368 58263 0 0 0 2007 10 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128128] ppid=128002 vsize=3773872 memory=281251370840320 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128128/stat : 128128 (fscip) R 128002 128005 127938 0 -1 4194368 46514 0 0 0 2008 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128129] ppid=128002 vsize=3773872 memory=0 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128129/stat : 128129 (fscip) R 128002 128005 127938 0 -1 4194368 53022 0 0 0 2005 10 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128130] ppid=128002 vsize=3773872 memory=281251370015840 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128130/stat : 128130 (fscip) R 128002 128005 127938 0 -1 4194368 66099 0 0 0 2005 11 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128131] ppid=128002 vsize=3773872 memory=4639388636379832932 CPUtime=19.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128131/stat : 128131 (fscip) R 128002 128005 127938 0 -1 4194368 46544 0 0 0 1935 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128132] ppid=128002 vsize=3773872 memory=25333125866717268 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128132/stat : 128132 (fscip) R 128002 128005 127938 0 -1 4194368 46444 0 0 0 2006 9 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128133] ppid=128002 vsize=3773872 memory=3095092 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128133/stat : 128133 (fscip) R 128002 128005 127938 0 -1 4194368 52514 0 0 0 2006 9 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128134] ppid=128002 vsize=3773872 memory=7044 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128134/stat : 128134 (fscip) R 128002 128005 127938 0 -1 4194368 52752 0 0 0 2007 9 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128135] ppid=128002 vsize=3773872 memory=281251370011344 CPUtime=20.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128135/stat : 128135 (fscip) R 128002 128005 127938 0 -1 4194368 53005 0 0 0 2007 9 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128136] ppid=128002 vsize=3773872 memory=7719222675849097841 CPUtime=20.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128136/stat : 128136 (fscip) R 128002 128005 127938 0 -1 4194368 46243 0 0 0 2002 8 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128137] ppid=128002 vsize=3773872 memory=30962685530996822 CPUtime=20.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128137/stat : 128137 (fscip) R 128002 128005 127938 0 -1 4194368 68832 0 0 0 2004 11 0 0 20 0 41 0 19940505 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128158] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128158/stat : 128158 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128159] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128159/stat : 128159 (fscip) S 128002 128005 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128160] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128160/stat : 128160 (fscip) S 128002 128005 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128161] ppid=128002 vsize=3773872 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128161/stat : 128161 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128162] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128162/stat : 128162 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128163] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128163/stat : 128163 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128164] ppid=128002 vsize=3773872 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128164/stat : 128164 (fscip) S 128002 128005 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128165] ppid=128002 vsize=3773872 memory=2660 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128165/stat : 128165 (fscip) S 128002 128005 127938 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128166] ppid=128002 vsize=3773872 memory=4644 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128166/stat : 128166 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128167] ppid=128002 vsize=3773872 memory=11448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128167/stat : 128167 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128168] ppid=128002 vsize=3773872 memory=3093196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128168/stat : 128168 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128169] ppid=128002 vsize=3773872 memory=11448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128169/stat : 128169 (fscip) S 128002 128005 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128170] ppid=128002 vsize=3773872 memory=11448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128170/stat : 128170 (fscip) S 128002 128005 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 19940587 3864444928 774692 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0

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

/proc/128005/task/128164/stat : 128164 (fscip) S 128002 128005 127938 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128165] ppid=128002 vsize=21303896 memory=11252 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128165/stat : 128165 (fscip) S 128002 128005 127938 0 -1 1077936192 212 0 0 0 4 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128166] ppid=128002 vsize=21303896 memory=17594972 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128166/stat : 128166 (fscip) S 128002 128005 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128167] ppid=128002 vsize=21303896 memory=17437956 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128167/stat : 128167 (fscip) S 128002 128005 127938 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128168] ppid=128002 vsize=21303896 memory=17595824 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128168/stat : 128168 (fscip) S 128002 128005 127938 0 -1 1077936192 207 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128169] ppid=128002 vsize=21303896 memory=7594311786743162218 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128169/stat : 128169 (fscip) S 128002 128005 127938 0 -1 1077936192 207 0 0 0 0 2 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128170] ppid=128002 vsize=21303896 memory=7810759541304224337 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128170/stat : 128170 (fscip) S 128002 128005 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128171] ppid=128002 vsize=21303896 memory=281251370400416 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128171/stat : 128171 (fscip) S 128002 128005 127938 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128172] ppid=128002 vsize=21303896 memory=6525858347538544147 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128172/stat : 128172 (fscip) S 128002 128005 127938 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128173] ppid=128002 vsize=21303896 memory=17590096 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128173/stat : 128173 (fscip) S 128002 128005 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128174] ppid=128002 vsize=21303896 memory=17595824 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128174/stat : 128174 (fscip) S 128002 128005 127938 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128175] ppid=128002 vsize=21303896 memory=281251374187088 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128175/stat : 128175 (fscip) S 128002 128005 127938 0 -1 1077936192 75 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128176] ppid=128002 vsize=21303896 memory=17593304 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128176/stat : 128176 (fscip) S 128002 128005 127938 0 -1 1077936192 207 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128177] ppid=128002 vsize=21303896 memory=17594208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128177/stat : 128177 (fscip) S 128002 128005 127938 0 -1 1077936192 206 0 0 0 0 2 0 0 20 0 41 0 19940588 21815189504 4399005 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
Current children cumulated CPU time: 71601.6 s
Current children cumulated vsize: 21303896 KiB
Current children cumulated memory: 17596020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3662.5 s]
/proc/loadavg: 78.83 80.12 79.64 44/951 130131
/proc/meminfo: memFree=747341796/790760804 swapFree=131071996/131071996
[pid=128005] ppid=128002 vsize=21303896 memory=17602512 CPUtime=72001.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/stat : 128005 (fscip) S 128002 128005 127938 0 -1 1077936128 43851322 0 0 0 7191435 8755 0 0 20 0 41 0 19937501 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
/proc/128005/statm: 5325974 4400628 3334 3035 0 5158884 0
[pid=128005/tid=128118] ppid=128002 vsize=21303896 memory=10544 CPUtime=3598.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128118/stat : 128118 (fscip) R 128002 128005 127938 0 -1 4194368 1385565 0 0 0 359671 133 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128119] ppid=128002 vsize=21303896 memory=281251370015840 CPUtime=3603.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128119/stat : 128119 (fscip) R 128002 128005 127938 0 -1 4194368 1868357 0 0 0 360090 259 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128120] ppid=128002 vsize=21303896 memory=11228 CPUtime=3591.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128120/stat : 128120 (fscip) R 128002 128005 127938 0 -1 4194368 4139661 0 0 0 358051 1053 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128121] ppid=128002 vsize=21303896 memory=66584 CPUtime=3607.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128121/stat : 128121 (fscip) R 128002 128005 127938 0 -1 4194368 548358 0 0 0 360655 73 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128122] ppid=128002 vsize=21303896 memory=2660 CPUtime=3594 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128122/stat : 128122 (fscip) R 128002 128005 127938 0 -1 4194368 1631270 0 0 0 359174 226 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128123] ppid=128002 vsize=21303896 memory=281251372337120 CPUtime=3595.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128123/stat : 128123 (fscip) R 128002 128005 127938 0 -1 4194368 4081245 0 0 0 358563 1013 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128124] ppid=128002 vsize=21303896 memory=281251370913488 CPUtime=3602.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128124/stat : 128124 (fscip) R 128002 128005 127938 0 -1 4194368 1163577 0 0 0 360140 126 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128125] ppid=128002 vsize=21303896 memory=7312 CPUtime=3600.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128125/stat : 128125 (fscip) R 128002 128005 127938 0 -1 4194368 1789528 0 0 0 359805 267 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128126] ppid=128002 vsize=21303896 memory=30962685530996822 CPUtime=3587.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128126/stat : 128126 (fscip) R 128002 128005 127938 0 -1 4194368 3774598 0 0 0 357663 1084 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128127] ppid=128002 vsize=21303896 memory=2316 CPUtime=3605.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128127/stat : 128127 (fscip) R 128002 128005 127938 0 -1 4194368 1396243 0 0 0 360441 147 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128128] ppid=128002 vsize=21303896 memory=17450360 CPUtime=3605.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128128/stat : 128128 (fscip) R 128002 128005 127938 0 -1 4194368 1666390 0 0 0 360281 235 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128129] ppid=128002 vsize=21303896 memory=0 CPUtime=3594.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128129/stat : 128129 (fscip) R 128002 128005 127938 0 -1 4194368 3905283 0 0 0 358376 1035 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128130] ppid=128002 vsize=21303896 memory=10544 CPUtime=3601.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128130/stat : 128130 (fscip) R 128002 128005 127938 0 -1 4194368 1234508 0 0 0 360065 123 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128131] ppid=128002 vsize=21303896 memory=25333125866717268 CPUtime=3601.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128131/stat : 128131 (fscip) R 128002 128005 127938 0 -1 4194368 2173505 0 0 0 359871 291 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128132] ppid=128002 vsize=21303896 memory=17438868 CPUtime=3593.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128132/stat : 128132 (fscip) R 128002 128005 127938 0 -1 4194368 4164824 0 0 0 358331 1012 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128133] ppid=128002 vsize=21303896 memory=22377470972831651 CPUtime=3598.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128133/stat : 128133 (fscip) R 128002 128005 127938 0 -1 4194368 1409237 0 0 0 359695 139 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128134] ppid=128002 vsize=21303896 memory=33000 CPUtime=3604.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128134/stat : 128134 (fscip) R 128002 128005 127938 0 -1 4194368 887646 0 0 0 360298 172 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128135] ppid=128002 vsize=21303896 memory=1100886017567038 CPUtime=3592.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128135/stat : 128135 (fscip) R 128002 128005 127938 0 -1 4194368 4400359 0 0 0 358203 1010 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128136] ppid=128002 vsize=21303896 memory=17600724 CPUtime=3589.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128136/stat : 128136 (fscip) R 128002 128005 127938 0 -1 4194368 1304010 0 0 0 358856 129 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128137] ppid=128002 vsize=21303896 memory=173984 CPUtime=3602.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128137/stat : 128137 (fscip) R 128002 128005 127938 0 -1 4194368 848626 0 0 0 360113 176 0 0 20 0 41 0 19940505 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128158] ppid=128002 vsize=21303896 memory=281251370851872 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128158/stat : 128158 (fscip) S 128002 128005 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128159] ppid=128002 vsize=21303896 memory=5512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128159/stat : 128159 (fscip) S 128002 128005 127938 0 -1 1077936192 143 0 0 0 1 1 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128160] ppid=128002 vsize=21303896 memory=17590096 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128160/stat : 128160 (fscip) S 128002 128005 127938 0 -1 1077936192 203 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128161] ppid=128002 vsize=21303896 memory=17595824 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128161/stat : 128161 (fscip) S 128002 128005 127938 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128162] ppid=128002 vsize=21303896 memory=17602340 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128162/stat : 128162 (fscip) S 128002 128005 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128163] ppid=128002 vsize=21303896 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128163/stat : 128163 (fscip) S 128002 128005 127938 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128164] ppid=128002 vsize=21303896 memory=17437956 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128164/stat : 128164 (fscip) S 128002 128005 127938 0 -1 1077936192 209 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128165] ppid=128002 vsize=21303896 memory=17595824 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128165/stat : 128165 (fscip) S 128002 128005 127938 0 -1 1077936192 215 0 0 0 4 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128166] ppid=128002 vsize=21303896 memory=17601384 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128166/stat : 128166 (fscip) S 128002 128005 127938 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128167] ppid=128002 vsize=21303896 memory=2692 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128167/stat : 128167 (fscip) S 128002 128005 127938 0 -1 1077936192 209 0 0 0 4 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128168] ppid=128002 vsize=21303896 memory=281251370400416 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128168/stat : 128168 (fscip) S 128002 128005 127938 0 -1 1077936192 210 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128169] ppid=128002 vsize=21303896 memory=6525858347538544147 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128169/stat : 128169 (fscip) S 128002 128005 127938 0 -1 1077936192 210 0 0 0 0 2 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128170] ppid=128002 vsize=21303896 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128170/stat : 128170 (fscip) S 128002 128005 127938 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128171] ppid=128002 vsize=21303896 memory=30962501015773284 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128171/stat : 128171 (fscip) S 128002 128005 127938 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128172] ppid=128002 vsize=21303896 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128172/stat : 128172 (fscip) S 128002 128005 127938 0 -1 1077936192 141 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128173] ppid=128002 vsize=21303896 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128173/stat : 128173 (fscip) S 128002 128005 127938 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128174] ppid=128002 vsize=21303896 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128174/stat : 128174 (fscip) S 128002 128005 127938 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128175] ppid=128002 vsize=21303896 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128175/stat : 128175 (fscip) S 128002 128005 127938 0 -1 1077936192 76 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128176] ppid=128002 vsize=21303896 memory=17602512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128176/stat : 128176 (fscip) S 128002 128005 127938 0 -1 1077936192 210 0 0 0 3 0 0 0 20 0 41 0 19940587 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
[pid=128005/tid=128177] ppid=128002 vsize=21303896 memory=17602408 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/128005/task/128177/stat : 128177 (fscip) S 128002 128005 127938 0 -1 1077936192 209 0 0 0 0 2 0 0 20 0 41 0 19940588 21815189504 4400628 809668444160 4194304 16623229 140731159090192 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25944064 140731159094281 140731159094399 140731159094399 140731159101424 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 21303896 KiB
Current children cumulated memory: 17602512 KiB

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

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

# cumulated CPU time of all completed processes:  user=71914.6 s, system=88.2184 s

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

[startup+3662.8 s]
/proc/loadavg: 78.83 80.12 79.64 5/873 130131
/proc/meminfo: memFree=764924928/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663 s]*
/proc/loadavg: 78.83 80.12 79.64 4/869 130145
/proc/meminfo: memFree=777299076/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3663.12 s]
/proc/loadavg: 78.83 80.12 79.64 4/869 130145
/proc/meminfo: memFree=777299076/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): 3663.18
CPU time (s): 72002.8
CPU user time (s): 71914.6
CPU system time (s): 88.2184
CPU usage (%): 1965.58
Max. virtual memory (cumulated for all children) (KiB): 21303896
Max. memory (cumulated for all children) (KiB): 17602512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71914.6
system time used= 88.2184
maximum resident set size= 17602512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43851402
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= 150348
involuntary context switches= 322512


# summary of solver processes directly reported to runsolver:
#   pid: 128005
#   total CPU time (s): 72002.8
#   total CPU user time (s): 71914.6
#   total CPU system time (s): 88.2184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0358 second user time and 110.118 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 19:32:24
IDJOB=4465705
IDBENCH=158283
IDSOLVER=3094
FILE ID=nodeD105/4465705-1722533544
RUNJOBID= nodeD105-1722533544-127951
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622892 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K157.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-4465705-1722533544/watcher-4465705-1722533544 -o /tmp/evaluation-result-4465705-1722533544/solver-4465705-1722533544 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127951 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465705-1722533544.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 1aa29222329f307e3e004dcb472df849
RANDOM SEED=1367833946

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		: 3618.322
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		: 3465.658
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		: 2606.617
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		: 3298.618
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		: 3608.079
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		: 3791.683
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		: 2641.049
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		: 2655.547
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		: 3540.607
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		: 3679.673
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		: 2627.513
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		: 3040.751
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		: 3609.073
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		: 3671.439
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		: 2639.121
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		: 3469.445
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		: 2620.236
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		: 3644.671
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		: 2631.398
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		: 2639.306
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		: 2616.462
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		: 2651.560
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		: 2640.610
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		: 2655.959
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		: 2628.575
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		: 2643.004
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		: 2631.329
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		: 2642.807
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		: 2645.801
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		: 2651.007
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		: 2646.757
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		: 2643.838
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		: 2851.355
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		: 2645.482
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		: 2632.984
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		: 2646.244
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		: 2643.295
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		: 2648.113
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		: 2652.630
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		: 2637.437
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		: 2613.657
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		: 2633.704
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		: 2632.595
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		: 2637.704
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		: 2630.253
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		: 2648.680
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		: 2620.954
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		: 2641.714
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		: 3534.738
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		: 2648.371
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		: 2626.234
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		: 2642.456
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.882
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		: 2646.702
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		: 3627.140
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		: 2757.159
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		: 2647.299
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		: 2651.673
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		: 3675.765
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		: 2647.533
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		: 3239.878
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		: 2655.459
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		: 3648.042
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		: 2651.550
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		: 2641.162
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		: 2630.809
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		: 3567.126
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		: 2639.473
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		: 2649.683
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		: 2649.596
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		: 3597.973
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		: 2646.377
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		: 2642.007
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		: 2649.196
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		: 3483.483
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		: 2655.903
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		: 2643.455
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		: 2662.859
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		: 2649.015
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		: 3842.465
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:        782133276 kB
MemAvailable:   784471192 kB
Buffers:          283928 kB
Cached:          5362808 kB
SwapCached:            0 kB
Active:           450628 kB
Inactive:        5605308 kB
Active(anon):       2064 kB
Inactive(anon):   429676 kB
Active(file):     448564 kB
Inactive(file):  5175632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116296 kB
Writeback:            12 kB
AnonPages:        409228 kB
Mapped:            89624 kB
Shmem:             22536 kB
KReclaimable:     266844 kB
Slab:             633048 kB
SReclaimable:     266844 kB
SUnreclaim:       366204 kB
KernelStack:       14656 kB
PageTables:        11100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1001860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           266112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      579584 kB
DirectMap2M:    62832640 kB
DirectMap1G:    742391808 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-08-01 20:33:27