Trace number 4465708

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.2 3661.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
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 benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 173
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 = 119225554, getVmSize() = 103378944, SCIPgetMemUsed() = 73145038, SCIPgetMemTotal() = 79448422, SCIPgetMemExternEstim() = 39777132
0.00/0.10	c ** set memory limit for presolving in LC to 8.79572e+12 for SCIP **
29.20/29.39	c ** Estimated virtualMemUsedAtSolver = 250164490, getVmSize() = 368648192, SCIPgetMemUsed() = 253120571, SCIPgetMemTotal() = 335469603, SCIPgetMemExternEstim() = 39777132
29.20/29.39	c ** set memory limit for solvers to 4.18783e+11 for each SCIP **
29.20/29.39	c Original Problem   :
29.20/29.39	c   Problem name     : instance-4465708-1722537208
29.20/29.39	c   Variables        : 20468 (20468 binary, 0 integer, 0 implicit integer, 0 continuous)
29.20/29.39	c   Constraints      : 20814
29.20/29.39	c   Objective sense  : minimize
29.20/29.39	c Presolved Problem  :
29.20/29.39	c   Variables        : 18938 (18938 binary, 0 integer, 0 implicit integer, 0 continuous)
29.20/29.39	c   Constraints      : 19224
29.20/29.39	c Constraints        : Number
29.20/29.39	c   knapsack         : 1 
29.20/29.39	c   setppc           : 2339 
29.20/29.39	c   orbitope         : 1 
29.20/29.39	c   logicor          : 16883 
29.20/29.39	c ** Instance transfer method used: 0
29.30/29.43	c ** ParaScipInstance copy increased the number of variables. **
30.11/30.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
30.11/30.28	c                                Nodes    Active                                            
30.11/30.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
232.35/40.59	c        41              2           1        20                -           0.0000          -
335.53/45.73	c        46            242         241        20                -           0.0000          -
436.75/50.86	c        51            502         501        20                -           0.0000          -
536.00/55.88	c        56            897         580        20                -           0.0000          -
637.03/60.95	c        61           1184         819        20                -           0.0000          -
735.99/66.02	c        66           1537         718        20                -           0.0000          -
838.03/71.08	c        71           2739        2329        20                -           0.0000          -
940.20/76.20	c        76           3986        3576        20                -           0.0000          -
1039.35/81.28	c        81           5541        4431        20                -           0.0000          -
1142.42/86.41	c        86           6043        5480        20                -           0.0000          -
1243.49/91.59	c        92           6068         421        20                -           0.0000          -
1348.60/96.80	c        97           6147        5388        20                -           0.0000          -
1447.71/101.84	c       102           6368         161        20                -           0.0000          -
1548.86/106.98	c       107           6668         461        20                -           0.0000          -
1650.83/112.11	c       112           7318        1558        20                -           0.0000          -
1757.17/117.44	c       117           7732        1519        20                -           0.0000          -
1856.37/122.48	c       122           8903        2690        20                -           0.0000          -
1957.59/127.53	c       128          10242        3480        20                -           0.0000          -
2060.79/132.77	c       133          11082         761        20                -           0.0000          -
2164.04/137.98	c       138          10846         527        20                -           0.0000          -
2266.14/143.08	c       143          11200         816        20                -           0.0000          -
2368.46/148.27	c       148          11642           0        20                -           0.0000          -
2471.61/153.47	c       153          12944        2560        20                -           0.0000          -
2576.66/158.73	c       159          14494        3276        20                -           0.0000          -
2677.78/163.89	c       164          12603         884        20                -           0.0000          -
2779.02/169.01	c       169          15326         474        20                -           0.0000          -
2881.00/174.12	c       174          15605         753        20                -           0.0000          -
2983.23/179.24	c       179          15921          20        20                -           0.0000          -
3086.36/184.45	c       184          16385         856        20                -           0.0000          -
3189.60/189.62	c       190          16562         661        20                -           0.0000          -
3294.83/194.96	c       195          16842         941        20                -           0.0000          -
3394.09/200.03	c       200          17312        1281        20                -           0.0000          -
3501.25/205.39	c       205          17562        1661        20                -           0.0000          -
3604.48/210.60	c       211          18190        2661        20                -           0.0000          -
3705.62/215.65	c       216          18610        3081        20                -           0.0000          -
3810.73/220.98	c       221          19090        3561        20                -           0.0000          -
3917.84/226.37	c       226          19692        4159        20                -           0.0000          -
4023.02/231.66	c       232          20444        4877        20                -           0.0000          -
4125.79/236.85	c       237          21006        3921        20                -           0.0000          -
4229.39/242.13	c       242          21290        4010        20                -           0.0000          -
4333.83/247.34	c       247          22028        3803        20                -           0.0000          -
4439.02/252.61	c       253          22328         221        20                -           0.0000          -
4540.24/257.73	c       258          22632         525        20                -           0.0000          -
4648.21/263.19	c       263          22968         861        20                -           0.0000          -
4748.56/268.29	c       268          23268        1161        20                -           0.0000          -
4851.71/273.45	c       273          23713        1421        20                -           0.0000          -
4952.76/278.57	c       279          24528        2021        20                -           0.0000          -
5053.99/283.65	c       284          24928        2421        20                -           0.0000          -
5157.23/288.83	c       289          24792        2685        20                -           0.0000          -
5256.40/293.87	c       294          25269        2977        20                -           0.0000          -
5357.45/298.91	c       299          25773        3481        20                -           0.0000          -
5460.99/304.17	c       304          27122        3791        20                -           0.0000          -
5563.08/309.31	c       309          27184        3773        20                -           0.0000          -
5662.14/314.36	c       314          28774        3813        20                -           0.0000          -
5761.28/319.38	c       319          29659        3424        20                -           0.0000          -
5866.38/324.61	c       325          30477           0        20                -           0.0000          -
5971.46/329.98	c       330          30079        3698        20                -           0.0000          -
6070.59/335.03	c       335          31189        3707        20                -           0.0000          -
6172.42/340.10	c       340          31300        1001        20                -           0.0000          -
6276.83/345.30	c       345          31620        1321        20                -           0.0000          -
6380.01/350.53	c       351          32018        1541        20                -           0.0000          -
6481.21/355.62	c       356          32690        1080        20                -           0.0000          -
6580.39/360.69	c       361          32991        1381        20                -           0.0000          -
6683.50/365.80	c       366          33679        2623        20                -           0.0000          -
6782.51/370.86	c       371          33798        2498        20                -           0.0000          -
6881.58/375.87	c       376          34827        3532        20                -           0.0000          -
6985.32/381.11	c       381          34590        2050        20                -           0.0000          -
7089.56/386.30	c       386          35581        2136        20                -           0.0000          -
7188.67/391.36	c       391          36340        2007        20                -           0.0000          -
7289.79/396.44	c       396          36859        3109        20                -           0.0000          -
7390.92/401.53	c       402          37725        3034        20                -           0.0000          -
7489.90/406.59	c       407          37830        2087        20                -           0.0000          -
7591.04/411.69	c       412          39524        2897        20                -           0.0000          -
7692.26/416.74	c       417          39995        2008        20                -           0.0000          -
7793.34/421.87	c       422          42157           0        20                -           0.0000          -
7894.42/426.94	c       427          41935        1978        20                -           0.0000          -
7993.63/432.02	c       432          42658        1949        20                -           0.0000          -
8098.71/437.23	c       437          43090        1928        20                -           0.0000          -
8199.91/442.39	c       442          43710          41        20                -           0.0000          -
8303.07/447.52	c       448          43738        1581        20                -           0.0000          -
8408.16/452.87	c       453          44317         648        20                -           0.0000          -
8511.89/458.11	c       458          45100        1890        20                -           0.0000          -
8616.41/463.32	c       463          45933        1861        20                -           0.0000          -
8715.26/468.39	c       468          45290        1621        20                -           0.0000          -
8818.37/473.54	c       474          48064        2028        20                -           0.0000          -
8919.49/478.65	c       479          48999        1954        20                -           0.0000          -
9020.41/483.73	c       484          49933        1928        20                -           0.0000          -
9121.67/488.81	c       489          51015        1952        20                -           0.0000          -
9222.66/494.02	c       494          52330        1886        20                -           0.0000          -
9324.82/499.10	c       499          53504        1931        20                -           0.0000          -
9425.73/504.16	c       504          50546        1813        20                -           0.0000          -
9526.05/509.24	c       509          51525        1814        20                -           0.0000          -
9627.19/514.33	c       514          52200        1814        20                -           0.0000          -
9726.37/519.34	c       519          57793        2018        20                -           0.0000          -
9829.49/524.57	c       525          59006        1871        20                -           0.0000          -
9930.53/529.60	c       530          60260        1857        20                -           0.0000          -
10029.74/534.65	c       535          61429        1866        20                -           0.0000          -
10130.77/539.73	c       540          62759        1875        20                -           0.0000          -
10231.82/544.83	c       545          63654        1852        20                -           0.0000          -
10330.99/549.87	c       550          64826        1864        20                -           0.0000          -
10432.26/554.91	c       555          57652        1776        20                -           0.0000          -
10531.53/559.99	c       560          57913        1852        20                -           0.0000          -
10635.18/565.16	c       565          65603         761        20                -           0.0000          -
10734.16/570.19	c       570          60349        1851        20                -           0.0000          -
10834.62/575.24	c       575          66183        1341        20                -           0.0000          -
10935.52/580.36	c       580          62795        1791        20                -           0.0000          -
11038.58/585.56	c       586          64150        2306        20                -           0.0000          -
11139.69/590.63	c       591          67701        2074        20                -           0.0000          -
11238.64/595.68	c       596          64271           0        20                -           0.0000          -
11339.86/600.77	c       601          64552         281        20                -           0.0000          -
11438.84/605.78	c       606          63286        1819        20                -           0.0000          -
11539.96/610.87	c       611          65092         821        20                -           0.0000          -
11640.97/616.00	c       616          63844         281        20                -           0.0000          -
11742.85/621.07	c       621          71663        2048        20                -           0.0000          -
11845.12/626.28	c       626          66092        1821        20                -           0.0000          -
11946.27/631.33	c       631          66575        2210        20                -           0.0000          -
12047.39/636.40	c       636          65065        1500        20                -           0.0000          -
12150.37/641.60	c       642          67988        2270        20                -           0.0000          -
12251.49/646.70	c       647          65753        2139        20                -           0.0000          -
12350.60/651.78	c       652          66403        2172        20                -           0.0000          -
12451.61/656.88	c       657          67043        2147        20                -           0.0000          -
12552.62/661.95	c       662          67562        2260        20                -           0.0000          -
12651.65/667.02	c       667          67969        2130        20                -           0.0000          -
12755.43/672.15	c       672          68798        2351        20                -           0.0000          -
12855.61/677.23	c       677          69272        2193        20                -           0.0000          -
12956.73/682.32	c       682          69912        2130        20                -           0.0000          -
13057.84/687.40	c       687          70531        2132        20                -           0.0000          -
13156.96/692.47	c       692          71083        2134        20                -           0.0000          -
13256.07/697.49	c       697          85267        1997        20                -           0.0000          -
13357.13/702.51	c       703          76509        2222        20                -           0.0000          -
13458.23/707.66	c       708          77174        2190        20                -           0.0000          -
13559.34/712.74	c       713          87936        1988        20                -           0.0000          -
13660.46/717.81	c       718          88646        2004        20                -           0.0000          -
13759.59/722.89	c       723          89453        2013        20                -           0.0000          -
13860.61/727.98	c       728          90332        2003        20                -           0.0000          -
13962.41/733.04	c       733          91208        1999        20                -           0.0000          -
14061.65/738.05	c       738          92079        1997        20                -           0.0000          -
14160.64/743.13	c       743          78775        2120        20                -           0.0000          -
14262.97/748.24	c       748          93721        2030        20                -           0.0000          -
14364.15/753.31	c       753          94364        2000        20                -           0.0000          -
14465.27/758.43	c       758          80934        2114        20                -           0.0000          -
14566.39/763.50	c       764          81504        2099        20                -           0.0000          -
14665.55/768.56	c       769          96591        1986        20                -           0.0000          -
14766.68/773.67	c       774          97338        2009        20                -           0.0000          -
14867.82/778.79	c       779          98144        1993        20                -           0.0000          -
14971.06/783.92	c       784          98953        1998        20                -           0.0000          -
15070.01/789.05	c       789          85134        2102        20                -           0.0000          -
15175.11/794.20	c       794          85800        2111        20                -           0.0000          -
15276.25/799.31	c       799          86556        2094        20                -           0.0000          -
15381.38/804.69	c       805         102140          41        20                -           0.0000          -
15482.32/809.74	c       810          97108        2083        20                -           0.0000          -
15583.43/814.82	c       815         102680         581        20                -           0.0000          -
15684.58/819.96	c       820          89462        2083        20                -           0.0000          -
15783.75/825.04	c       825          90324        2096        20                -           0.0000          -
15890.82/830.38	c       830          91267        2092        20                -           0.0000          -
15991.97/835.47	c       835          92044        2082        20                -           0.0000          -
16093.15/840.53	c       841          92877        2084        20                -           0.0000          -
16192.28/845.60	c       846          93756        2084        20                -           0.0000          -
16293.41/850.61	c       851         105497        2475        20                -           0.0000          -
16398.57/856.02	c       856         106012        2459        20                -           0.0000          -
16500.45/861.13	c       861          96196        2114        20                -           0.0000          -
16602.76/866.27	c       866          97131        2113        20                -           0.0000          -
16705.85/871.41	c       871         107948        2407        20                -           0.0000          -
16805.02/876.50	c       876         108596        2399        20                -           0.0000          -
16906.07/881.56	c       882         109197        2409        20                -           0.0000          -
17009.20/886.74	c       887         109784        2392        20                -           0.0000          -
17110.33/891.88	c       892         107643        2677        20                -           0.0000          -
17211.46/896.93	c       897         111090        2388        20                -           0.0000          -
17316.55/902.26	c       902         111677        2400        20                -           0.0000          -
17417.52/907.40	c       907         112354        2390        20                -           0.0000          -
17520.62/912.58	c       913         112923        2378        20                -           0.0000          -
17623.68/917.71	c       918         111314        2638        20                -           0.0000          -
17724.82/922.80	c       923         114081        2371        20                -           0.0000          -
17825.95/927.90	c       928         114689        2374        20                -           0.0000          -
17927.99/933.06	c       933         115280        2372        20                -           0.0000          -
18030.07/938.22	c       938         115890        2372        20                -           0.0000          -
18129.22/943.30	c       943         116594        2361        20                -           0.0000          -
18234.31/948.50	c       949         117136        2365        20                -           0.0000          -
18333.46/953.56	c       954         117729        2380        20                -           0.0000          -
18436.56/958.70	c       959         106003        2435        20                -           0.0000          -
18535.66/963.80	c       964         106568        2447        20                -           0.0000          -
18636.51/968.86	c       969         107509        2453        20                -           0.0000          -
18737.55/974.01	c       974         120234        2424        20                -           0.0000          -
18839.57/979.11	c       979         121163        2377        20                -           0.0000          -
18940.42/984.17	c       984         121775        2372        20                -           0.0000          -
19040.72/989.20	c       989         122107        2634        20                -           0.0000          -
19141.69/994.30	c       994         122969        2584        20                -           0.0000          -
19240.79/999.33	c       999         123920        2629        20                -           0.0000          -
19341.92/1004.48	c      1004         125172        2709        20                -           0.0000          -
19443.05/1009.56	c      1010         125962        2551        20                -           0.0000          -
19544.18/1014.66	c      1015         126712        2540        20                -           0.0000          -
19645.23/1019.79	c      1020         127336        2543        20                -           0.0000          -
19746.38/1024.87	c      1025         127972        2549        20                -           0.0000          -
19847.37/1029.99	c      1030         128614        2556        20                -           0.0000          -
19949.27/1035.09	c      1035         129411        2570        20                -           0.0000          -
20050.15/1040.17	c      1040         129993        2547        20                -           0.0000          -
20150.56/1045.26	c      1045         130581        2533        20                -           0.0000          -
20251.67/1050.37	c      1050         130097        2347        20                -           0.0000          -
20354.78/1055.56	c      1056         118117        2421        20                -           0.0000          -
20455.91/1060.69	c      1061         118758        2374        20                -           0.0000          -
20559.06/1065.80	c      1066         119765        2416        20                -           0.0000          -
20657.94/1070.86	c      1071         120643        2380        20                -           0.0000          -
20762.03/1076.07	c      1076         121765        2402        20                -           0.0000          -
20861.08/1081.12	c      1081         122538        2371        20                -           0.0000          -
20963.22/1086.22	c      1086         123171        2384        20                -           0.0000          -
21068.32/1091.52	c      1092         123810        2375        20                -           0.0000          -
21169.43/1096.68	c      1097         136812        2356        20                -           0.0000          -
21272.53/1101.89	c      1102         137620        2377        20                -           0.0000          -
21376.41/1107.10	c      1107         138433        2347        20                -           0.0000          -
21478.76/1112.22	c      1112         126735        2432        20                -           0.0000          -
21579.93/1117.34	c      1117         127401        2360        20                -           0.0000          -
21681.04/1122.47	c      1122         127976        2359        20                -           0.0000          -
21784.16/1127.61	c      1128         128516        2356        20                -           0.0000          -
21885.32/1132.76	c      1133         141820        2366        20                -           0.0000          -
21986.12/1137.88	c      1138         130161        2366        20                -           0.0000          -
22087.25/1143.04	c      1143         130800        2358        20                -           0.0000          -
22190.97/1148.17	c      1148         143564        2365        20                -           0.0000          -
22293.32/1153.30	c      1153         132007        2346        20                -           0.0000          -
22394.34/1158.43	c      1158         132653        2339        20                -           0.0000          -
22497.21/1163.62	c      1164         133578        2406        20                -           0.0000          -
22598.32/1168.72	c      1169         145785        2341        20                -           0.0000          -
22699.37/1173.83	c      1174         146277        2346        20                -           0.0000          -
22800.38/1178.91	c      1179         136533        2458        20                -           0.0000          -
22899.48/1184.04	c      1184         137271        2453        20                -           0.0000          -
23003.29/1189.18	c      1189         138089        2439        20                -           0.0000          -
23105.46/1194.33	c      1194         139222        2423        20                -           0.0000          -
23208.49/1199.54	c      1200         140222        2447        20                -           0.0000          -
23309.61/1204.65	c      1205         149834        2362        20                -           0.0000          -
23410.60/1209.78	c      1210         142185        2432        20                -           0.0000          -
23511.71/1214.85	c      1215         143078        2414        20                -           0.0000          -
23612.80/1219.91	c      1220         144041        2428        20                -           0.0000          -
23711.92/1225.02	c      1225         155330        2522        20                -           0.0000          -
23813.67/1230.12	c      1230         145875        2443        20                -           0.0000          -
23914.89/1235.17	c      1235         146819        2431        20                -           0.0000          -
24015.19/1240.25	c      1240         147753        2426        20                -           0.0000          -
24114.33/1245.28	c      1245         148746        2413        20                -           0.0000          -
24215.28/1250.34	c      1250         149657        2417        20                -           0.0000          -
24316.38/1255.46	c      1255         150627        2416        20                -           0.0000          -
24417.46/1260.56	c      1261         159935        2537        20                -           0.0000          -
24518.00/1265.66	c      1266         152371        2419        20                -           0.0000          -
24619.08/1270.81	c      1271         158141        2342        20                -           0.0000          -
24720.15/1275.91	c      1276         154097        2426        20                -           0.0000          -
24818.17/1280.99	c      1281         159509        2349        20                -           0.0000          -
24919.57/1286.12	c      1286         160211        2359        20                -           0.0000          -
25020.80/1291.19	c      1291         160745        2348        20                -           0.0000          -
25122.86/1296.30	c      1296         161293        2358        20                -           0.0000          -
25221.91/1301.33	c      1301         158569        2406        20                -           0.0000          -
25322.54/1306.43	c      1306         159539        2423        20                -           0.0000          -
25421.52/1311.50	c      1312         160391        2412        20                -           0.0000          -
25522.37/1316.59	c      1317         161332        2397        20                -           0.0000          -
25623.31/1321.69	c      1322         164261        2367        20                -           0.0000          -
25726.19/1326.86	c      1327         163049        2397        20                -           0.0000          -
25827.27/1332.01	c      1332         163859        2404        20                -           0.0000          -
25929.30/1337.12	c      1337         164732        2402        20                -           0.0000          -
26031.47/1342.29	c      1342         165586        2410        20                -           0.0000          -
26132.55/1347.36	c      1347         166507        2394        20                -           0.0000          -
26233.68/1352.44	c      1352         173689        2592        20                -           0.0000          -
26336.81/1357.62	c      1358         174977        2617        20                -           0.0000          -
26437.95/1362.72	c      1363         169118        2403        20                -           0.0000          -
26536.89/1367.78	c      1368         169915        2397        20                -           0.0000          -
26637.99/1372.87	c      1373         170416          41        20                -           0.0000          -
26739.06/1377.94	c      1378              2           1        20                -           0.0000          -
26838.17/1382.97	c      1383              3           2        20                -           0.0000          -
26937.33/1387.99	c      1388              3           2        20                -           0.0000          -
27035.69/1393.01	c      1393         180453         521        20                -           0.0000          -
27134.18/1398.02	c      1398              4           3        20                -           0.0000          -
27238.60/1403.24	c      1403              4           3        20                -           0.0000          -
27339.76/1408.38	c      1408              4           3        20                -           0.0000          -
27439.71/1413.45	c      1413              4           3        20                -           0.0000          -
27540.84/1418.60	c      1419              4           3        20                -           0.0000          -
27645.96/1423.87	c      1424              4           3        20                -           0.0000          -
27747.11/1429.02	c      1429              4           3        20                -           0.0000          -
27849.09/1434.08	c      1434              4           3        20                -           0.0000          -
27950.33/1439.17	c      1439              4           3        20                -           0.0000          -
28050.59/1444.23	c      1444              4           3        20                -           0.0000          -
28149.74/1449.28	c      1449              4           3        20                -           0.0000          -
28250.94/1454.37	c      1454              6           5        20                -           0.0000          -
28352.12/1459.48	c      1459              6           5        20                -           0.0000          -
28453.20/1464.56	c      1465              7           6        20                -           0.0000          -
28554.20/1469.64	c      1470              7           6        20                -           0.0000          -
28653.28/1474.66	c      1475              7           6        20                -           0.0000          -
28754.28/1479.74	c      1480              7           6        20                -           0.0000          -
28857.27/1484.91	c      1485              7           6        20                -           0.0000          -
28956.36/1490.00	c      1490              7           6        20                -           0.0000          -
29061.33/1495.21	c      1495              7           6        20                -           0.0000          -
29160.34/1500.29	c      1500              7           6        20                -           0.0000          -
29261.37/1505.34	c      1505              7           6        20                -           0.0000          -
29362.34/1510.40	c      1510              6           5        20                -           0.0000          -
29463.37/1515.54	c      1516              6           5        20                -           0.0000          -
29564.38/1520.62	c      1521              6           5        20                -           0.0000          -
29665.38/1525.76	c      1526              6           5        20                -           0.0000          -
29766.39/1530.82	c      1531              6           5        20                -           0.0000          -
29867.41/1535.96	c      1536              6           5        20                -           0.0000          -
29969.17/1541.08	c      1541              6           5        20                -           0.0000          -
30069.25/1546.17	c      1546              6           5        20                -           0.0000          -
30169.46/1551.24	c      1551              6           5        20                -           0.0000          -
30270.52/1556.33	c      1556              6           5        20                -           0.0000          -
30373.46/1561.50	c      1562              6           5        20                -           0.0000          -
30474.48/1566.66	c      1567              6           5        20                -           0.0000          -
30577.46/1571.80	c      1572              6           5        20                -           0.0000          -
30678.53/1576.91	c      1577              6           5        20                -           0.0000          -
30777.69/1581.96	c      1582              6           5        20                -           0.0000          -
30879.64/1587.04	c      1587              6           5        20                -           0.0000          -
30982.02/1592.20	c      1592              6           5        20                -           0.0000          -
31083.23/1597.30	c      1597              6           5        20                -           0.0000          -
31182.40/1602.36	c      1602              6           5        20                -           0.0000          -
31283.52/1607.42	c      1607              6           5        20                -           0.0000          -
31382.55/1612.44	c      1612              6           5        20                -           0.0000          -
31481.79/1617.50	c      1618              6           5        20                -           0.0000          -
31584.86/1622.61	c      1623              6           5        20                -           0.0000          -
31684.07/1627.65	c      1628              6           5        20                -           0.0000          -
31785.13/1632.73	c      1633              6           5        20                -           0.0000          -
31886.23/1637.84	c      1638              6           5        20                -           0.0000          -
31987.36/1642.96	c      1643              6           5        20                -           0.0000          -
32089.23/1648.09	c      1648              6           5        20                -           0.0000          -
32190.51/1653.19	c      1653              6           5        20                -           0.0000          -
32290.64/1658.28	c      1658              6           5        20                -           0.0000          -
32391.81/1663.37	c      1663              6           5        20                -           0.0000          -
32492.97/1668.44	c      1668              6           5        20                -           0.0000          -
32593.96/1673.54	c      1674              6           5        20                -           0.0000          -
32693.11/1678.59	c      1679              6           5        20                -           0.0000          -
32796.17/1683.74	c      1684              6           5        20                -           0.0000          -
32899.27/1688.96	c      1689              6           5        20                -           0.0000          -
32997.98/1694.02	c      1694              6           5        20                -           0.0000          -
33099.82/1699.12	c      1699              6           5        20                -           0.0000          -
33202.03/1704.23	c      1704              6           5        20                -           0.0000          -
33305.15/1709.42	c      1709              6           5        20                -           0.0000          -
33406.34/1714.53	c      1715              6           5        20                -           0.0000          -
33505.43/1719.60	c      1720              6           5        20                -           0.0000          -
33606.55/1724.67	c      1725              6           5        20                -           0.0000          -
33709.66/1729.81	c      1730              6           5        20                -           0.0000          -
33808.72/1734.88	c      1735              6           5        20                -           0.0000          -
33909.93/1739.98	c      1740              6           5        20                -           0.0000          -
34011.88/1745.08	c      1745              6           5        20                -           0.0000          -
34114.18/1750.22	c      1750              6           5        20                -           0.0000          -
34215.16/1755.35	c      1755              6           5        20                -           0.0000          -
34316.15/1760.45	c      1760              6           5        20                -           0.0000          -
34417.31/1765.55	c      1766              6           5        20                -           0.0000          -
34518.38/1770.67	c      1771              6           5        20                -           0.0000          -
34621.48/1775.84	c      1776              6           5        20                -           0.0000          -
34722.57/1780.90	c      1781              6           5        20                -           0.0000          -
34821.64/1785.96	c      1786              6           5        20                -           0.0000          -
34923.47/1791.08	c      1791              6           5        20                -           0.0000          -
35025.84/1796.20	c      1796              6           5        20                -           0.0000          -
35124.98/1801.29	c      1801              6           5        20                -           0.0000          -
35226.15/1806.32	c      1806              6           5        20                -           0.0000          -
35325.26/1811.32	c      1811              6           5        20                -           0.0000          -
35424.25/1816.37	c      1816              6           5        20                -           0.0000          -
35525.24/1821.44	c      1821              6           5        20                -           0.0000          -
35626.35/1826.56	c      1827              6           5        20                -           0.0000          -
35729.41/1831.74	c      1832              6           5        20                -           0.0000          -
35830.45/1836.81	c      1837              6           5        20                -           0.0000          -
35931.52/1841.90	c      1842              6           5        20                -           0.0000          -
36030.55/1847.01	c      1847              6           5        20                -           0.0000          -
36132.65/1852.10	c      1852              6           5        20                -           0.0000          -
36234.76/1857.22	c      1857              6           5        20                -           0.0000          -
36335.84/1862.34	c      1862              6           5        20                -           0.0000          -
36435.04/1867.35	c      1867              6           5        20                -           0.0000          -
36535.99/1872.49	c      1872              6           5        20                -           0.0000          -
36639.11/1877.62	c      1878              6           5        20                -           0.0000          -
36740.14/1882.75	c      1883              6           5        20                -           0.0000          -
36841.27/1887.87	c      1888              6           5        20                -           0.0000          -
36942.26/1892.98	c      1893              6           5        20                -           0.0000          -
37044.03/1898.08	c      1898              6           5        20                -           0.0000          -
37144.97/1903.16	c      1903              6           5        20                -           0.0000          -
37245.52/1908.30	c      1908              6           5        20                -           0.0000          -
37348.67/1913.40	c      1913              6           5        20                -           0.0000          -
37447.87/1918.41	c      1918              6           5        20                -           0.0000          -
37548.85/1923.53	c      1924              6           5        20                -           0.0000          -
37649.97/1928.64	c      1929              6           5        20                -           0.0000          -
37751.08/1933.75	c      1934              6           5        20                -           0.0000          -
37852.22/1938.84	c      1939              6           5        20                -           0.0000          -
37951.25/1943.85	c      1944              6           5        20                -           0.0000          -
38055.25/1949.07	c      1949              6           5        20                -           0.0000          -
38156.19/1954.17	c      1954              6           5        20                -           0.0000          -
38256.52/1959.28	c      1959              6           5        20                -           0.0000          -
38359.64/1964.44	c      1964              6           5        20                -           0.0000          -
38460.79/1969.58	c      1970              6           5        20                -           0.0000          -
38563.91/1974.71	c      1975              6           5        20                -           0.0000          -
38664.97/1979.81	c      1980              6           5        20                -           0.0000          -
38765.98/1984.91	c      1985              6           5        20                -           0.0000          -
38865.01/1989.98	c      1990              6           5        20                -           0.0000          -
38967.05/1995.08	c      1995              6           5        20                -           0.0000          -
39069.09/2000.23	c      2000              6           5        20                -           0.0000          -
39170.11/2005.34	c      2005              6           5        20                -           0.0000          -
39271.26/2010.44	c      2010              6           5        20                -           0.0000          -
39372.47/2015.53	c      2016              6           5        20                -           0.0000          -
39471.73/2020.58	c      2021              6           5        20                -           0.0000          -
39574.67/2025.79	c      2026              6           5        20                -           0.0000          -
39677.77/2030.93	c      2031              6           5        20                -           0.0000          -
39776.91/2036.03	c      2036              6           5        20                -           0.0000          -
39878.90/2041.12	c      2041              6           5        20                -           0.0000          -
39981.11/2046.21	c      2046              6           5        20                -           0.0000          -
40082.24/2051.30	c      2051              6           5        20                -           0.0000          -
40183.37/2056.44	c      2056              6           5        20                -           0.0000          -
40284.53/2061.52	c      2062              6           5        20                -           0.0000          -
40387.59/2066.72	c      2067              6           5        20                -           0.0000          -
40488.74/2071.83	c      2072              6           5        20                -           0.0000          -
40587.92/2076.89	c      2077              6           5        20                -           0.0000          -
40689.06/2081.90	c      2082              6           5        20                -           0.0000          -
40788.15/2086.93	c      2087              6           5        20                -           0.0000          -
40887.19/2092.02	c      2092              6           5        20                -           0.0000          -
40991.03/2097.14	c      2097              6           5        20                -           0.0000          -
41091.41/2102.23	c      2102              6           5        20                -           0.0000          -
41192.57/2107.32	c      2107              6           5        20                -           0.0000          -
41293.76/2112.44	c      2112              6           5        20                -           0.0000          -
41394.94/2117.58	c      2118              6           5        20                -           0.0000          -
41496.06/2122.65	c      2123              6           5        20                -           0.0000          -
41597.07/2127.75	c      2128              6           5        20                -           0.0000          -
41698.21/2132.85	c      2133              6           5        20                -           0.0000          -
41799.38/2137.96	c      2138              6           5        20                -           0.0000          -
41901.25/2143.07	c      2143              6           5        20                -           0.0000          -
42000.69/2148.13	c      2148              6           5        20                -           0.0000          -
42102.68/2153.20	c      2153              6           5        20                -           0.0000          -
42203.85/2158.30	c      2158              6           5        20                -           0.0000          -
42303.00/2163.36	c      2163              6           5        20                -           0.0000          -
42404.12/2168.41	c      2168              6           5        20                -           0.0000          -
42503.26/2173.49	c      2174              6           5        20                -           0.0000          -
42606.39/2178.68	c      2179              6           5        20                -           0.0000          -
42711.49/2183.91	c      2184              6           5        20                -           0.0000          -
42810.62/2189.04	c      2189              6           5        20                -           0.0000          -
42912.56/2194.14	c      2194              6           5        20                -           0.0000          -
43014.84/2199.20	c      2199              6           5        20                -           0.0000          -
43114.00/2204.27	c      2204              6           5        20                -           0.0000          -
43215.12/2209.37	c      2209              6           5        20                -           0.0000          -
43316.26/2214.48	c      2214              6           5        20                -           0.0000          -
43417.40/2219.56	c      2220              6           5        20                -           0.0000          -
43518.52/2224.66	c      2225              6           5        20                -           0.0000          -
43619.67/2229.79	c      2230              6           5        20                -           0.0000          -
43720.79/2234.87	c      2235              6           5        20                -           0.0000          -
43821.94/2239.93	c      2240              6           5        20                -           0.0000          -
43923.78/2245.05	c      2245              6           5        20                -           0.0000          -
44023.10/2250.14	c      2250              6           5        20                -           0.0000          -
44125.35/2255.20	c      2255              6           5        20                -           0.0000          -
44224.46/2260.27	c      2260              6           5        20                -           0.0000          -
44325.61/2265.34	c      2265              6           5        20                -           0.0000          -
44426.74/2270.42	c      2270              6           5        20                -           0.0000          -
44527.88/2275.57	c      2276              6           5        20                -           0.0000          -
44629.02/2280.63	c      2281              6           5        20                -           0.0000          -
44730.16/2285.76	c      2286              6           5        20                -           0.0000          -
44831.29/2290.89	c      2291              6           5        20                -           0.0000          -
44935.13/2296.04	c      2296              6           5        20                -           0.0000          -
45036.45/2301.17	c      2301              6           5        20                -           0.0000          -
45138.63/2306.32	c      2306              6           5        20                -           0.0000          -
45239.77/2311.40	c      2311              6           5        20                -           0.0000          -
45340.94/2316.53	c      2317              6           5        20                -           0.0000          -
45442.09/2321.61	c      2322              6           5        20                -           0.0000          -
45541.25/2326.68	c      2327             13          10        20                -           0.0000          -
45642.60/2331.73	c      2332             13          10        20                -           0.0000          -
45743.57/2336.80	c      2337             13          10        20                -           0.0000          -
45842.72/2341.86	c      2342             13          10        20                -           0.0000          -
45941.93/2346.87	c      2347             13          10        20                -           0.0000          -
46042.99/2351.96	c      2352             13          10        20                -           0.0000          -
46142.16/2357.02	c      2357             13          10        20                -           0.0000          -
46244.00/2362.10	c      2362             13          10        20                -           0.0000          -
46345.07/2367.19	c      2367             13          10        20                -           0.0000          -
46447.47/2372.31	c      2372             13          10        20                -           0.0000          -
46548.56/2377.47	c      2377             13          10        20                -           0.0000          -
46649.56/2382.54	c      2383             13          10        20                -           0.0000          -
46750.74/2387.66	c      2388             13          10        20                -           0.0000          -
46851.91/2392.73	c      2393             13          10        20                -           0.0000          -
46955.03/2397.92	c      2398             13          10        20                -           0.0000          -
47054.14/2402.96	c      2403             13          10        20                -           0.0000          -
47155.98/2408.06	c      2408             13          10        20                -           0.0000          -
47255.32/2413.12	c      2413             13          10        20                -           0.0000          -
47356.41/2418.19	c      2418             13          10        20                -           0.0000          -
47456.72/2423.27	c      2423             13          10        20                -           0.0000          -
47557.89/2428.35	c      2428             13          10        20                -           0.0000          -
47659.00/2433.47	c      2433             13          10        20                -           0.0000          -
47760.15/2438.53	c      2439             13          10        20                -           0.0000          -
47861.31/2443.63	c      2444             13          10        20                -           0.0000          -
47960.42/2448.68	c      2449             13          10        20                -           0.0000          -
48061.59/2453.76	c      2454             13          10        20                -           0.0000          -
48162.79/2458.85	c      2459             13          10        20                -           0.0000          -
48263.94/2463.91	c      2464             13          10        20                -           0.0000          -
48363.10/2469.04	c      2469             13          10        20                -           0.0000          -
48465.08/2474.10	c      2474             13          10        20                -           0.0000          -
48567.38/2479.26	c      2479             13          10        20                -           0.0000          -
48668.50/2484.35	c      2484             13          10        20                -           0.0000          -
48769.60/2489.50	c      2490             13          10        20                -           0.0000          -
48870.75/2494.58	c      2495             13          10        20                -           0.0000          -
48975.90/2499.83	c      2500             13          10        20                -           0.0000          -
49077.06/2504.92	c      2505             13          10        20                -           0.0000          -
49178.80/2510.04	c      2510             13          10        20                -           0.0000          -
49280.35/2515.16	c      2515             13          10        20                -           0.0000          -
49380.50/2520.24	c      2520             13          10        20                -           0.0000          -
49483.67/2525.40	c      2525             13          10        20                -           0.0000          -
49584.80/2530.50	c      2531             13          10        20                -           0.0000          -
49683.93/2535.56	c      2536             13          10        20                -           0.0000          -
49785.05/2540.67	c      2541             13          10        20                -           0.0000          -
49886.14/2545.73	c      2546             13          10        20                -           0.0000          -
49987.25/2550.81	c      2551             13          10        20                -           0.0000          -
50086.40/2555.86	c      2556             13          10        20                -           0.0000          -
50187.55/2560.99	c      2561             13          10        20                -           0.0000          -
50289.41/2566.07	c      2566             13          10        20                -           0.0000          -
50390.81/2571.17	c      2571             13          10        20                -           0.0000          -
50490.87/2576.23	c      2576             13          10        20                -           0.0000          -
50592.04/2581.30	c      2581             13          10        20                -           0.0000          -
50691.21/2586.32	c      2586             13          10        20                -           0.0000          -
50790.38/2591.38	c      2591             13          10        20                -           0.0000          -
50891.43/2596.48	c      2596             13          10        20                -           0.0000          -
50992.59/2601.57	c      2602             13          10        20                -           0.0000          -
51093.67/2606.66	c      2607             13          10        20                -           0.0000          -
51196.80/2611.82	c      2612             13          10        20                -           0.0000          -
51297.92/2616.95	c      2617             13          10        20                -           0.0000          -
51399.62/2622.12	c      2622             13          10        20                -           0.0000          -
51500.84/2627.17	c      2627             13          10        20                -           0.0000          -
51601.02/2632.27	c      2632             13          10        20                -           0.0000          -
51702.13/2637.39	c      2637             13          10        20                -           0.0000          -
51803.28/2642.46	c      2642             13          10        20                -           0.0000          -
51904.32/2647.57	c      2648             13          10        20                -           0.0000          -
52007.44/2652.74	c      2653             13          10        20                -           0.0000          -
52108.54/2657.81	c      2658             13          10        20                -           0.0000          -
52209.68/2662.93	c      2663             13          10        20                -           0.0000          -
52308.79/2668.02	c      2668             13          10        20                -           0.0000          -
52412.66/2673.16	c      2673             13          10        20                -           0.0000          -
52512.98/2678.23	c      2678             13          10        20                -           0.0000          -
52616.11/2683.41	c      2683             13          10        20                -           0.0000          -
52717.17/2688.52	c      2689             13          10        20                -           0.0000          -
52820.22/2693.71	c      2694             13          10        20                -           0.0000          -
52921.35/2698.83	c      2699             13          10        20                -           0.0000          -
53022.49/2703.92	c      2704             13          10        20                -           0.0000          -
53126.35/2709.16	c      2709             13          10        20                -           0.0000          -
53228.68/2714.30	c      2714             13          10        20                -           0.0000          -
53327.82/2719.37	c      2719             13          10        20                -           0.0000          -
53428.89/2724.43	c      2724             13          10        20                -           0.0000          -
53531.96/2729.61	c      2730             13          10        20                -           0.0000          -
53633.08/2734.72	c      2735             13          10        20                -           0.0000          -
53732.20/2739.79	c      2740             13          10        20                -           0.0000          -
53833.35/2744.87	c      2745             13          10        20                -           0.0000          -
53934.46/2749.93	c      2750             13          10        20                -           0.0000          -
54036.19/2755.05	c      2755             13          10        20                -           0.0000          -
54137.40/2760.15	c      2760             13          10        20                -           0.0000          -
54237.81/2765.21	c      2765             13          10        20                -           0.0000          -
54336.97/2770.23	c      2770             13          10        20                -           0.0000          -
54438.12/2775.32	c      2775             13          10        20                -           0.0000          -
54537.26/2780.36	c      2780             13          10        20                -           0.0000          -
54636.40/2785.39	c      2785             44          33        20                -           0.0000          -
54737.48/2790.49	c      2790             44          33        20                -           0.0000          -
54840.38/2795.67	c      2796             44          33        20                -           0.0000          -
54943.44/2800.81	c      2801             44          33        20                -           0.0000          -
55044.59/2805.92	c      2806             44          33        20                -           0.0000          -
55143.72/2811.04	c      2811             44          33        20                -           0.0000          -
55247.55/2816.19	c      2816             44          33        20                -           0.0000          -
55347.93/2821.25	c      2821             44          33        20                -           0.0000          -
55451.04/2826.40	c      2826             44          33        20                -           0.0000          -
55552.14/2831.52	c      2832             44          33        20                -           0.0000          -
55653.18/2836.64	c      2837             44          33        20                -           0.0000          -
55754.44/2841.73	c      2842             44          33        20                -           0.0000          -
55855.33/2846.86	c      2847             44          33        20                -           0.0000          -
55956.49/2851.95	c      2852             44          33        20                -           0.0000          -
56055.63/2857.00	c      2857             44          33        20                -           0.0000          -
56160.70/2862.20	c      2862             44          33        20                -           0.0000          -
56259.78/2867.28	c      2867             44          33        20                -           0.0000          -
56360.90/2872.37	c      2872             44          33        20                -           0.0000          -
56462.02/2877.43	c      2877             44          33        20                -           0.0000          -
56562.98/2882.51	c      2883             44          33        20                -           0.0000          -
56662.10/2887.54	c      2888             44          33        20                -           0.0000          -
56763.09/2892.66	c      2893             44          33        20                -           0.0000          -
56866.16/2897.80	c      2898             44          33        20                -           0.0000          -
56967.29/2903.02	c      2903             44          33        20                -           0.0000          -
57069.05/2908.07	c      2908             44          33        20                -           0.0000          -
57170.24/2913.17	c      2913             44          33        20                -           0.0000          -
57270.53/2918.27	c      2918             44          33        20                -           0.0000          -
57371.67/2923.34	c      2923             44          33        20                -           0.0000          -
57470.79/2928.37	c      2928             44          33        20                -           0.0000          -
57571.93/2933.44	c      2933             44          33        20                -           0.0000          -
57673.09/2938.51	c      2939             44          33        20                -           0.0000          -
57774.31/2943.61	c      2944             44          33        20                -           0.0000          -
57875.33/2948.70	c      2949             44          33        20                -           0.0000          -
57976.44/2953.81	c      2954             44          33        20                -           0.0000          -
58075.59/2958.85	c      2959             44          33        20                -           0.0000          -
58176.74/2964.03	c      2964             44          33        20                -           0.0000          -
58280.53/2969.19	c      2969             44          33        20                -           0.0000          -
58380.92/2974.24	c      2974             44          33        20                -           0.0000          -
58481.99/2979.39	c      2979             44          33        20                -           0.0000          -
58585.10/2984.53	c      2985             44          33        20                -           0.0000          -
58684.26/2989.59	c      2990             44          33        20                -           0.0000          -
58785.41/2994.66	c      2995             44          33        20                -           0.0000          -
58886.54/2999.73	c      3000             44          33        20                -           0.0000          -
58987.74/3004.80	c      3005             44          33        20                -           0.0000          -
59088.79/3010.00	c      3010             44          33        20                -           0.0000          -
59190.65/3015.06	c      3015             44          33        20                -           0.0000          -
59289.97/3020.13	c      3020             44          33        20                -           0.0000          -
59392.08/3025.23	c      3025             44          33        20                -           0.0000          -
59493.15/3030.30	c      3030              9           8        20                -           0.0000          -
59594.28/3035.47	c      3035              9           8        20                -           0.0000          -
59695.39/3040.57	c      3041              9           8        20                -           0.0000          -
59796.49/3045.62	c      3046              9           8        20                -           0.0000          -
59895.60/3050.68	c      3051              9           8        20                -           0.0000          -
59996.73/3055.77	c      3056              9           8        20                -           0.0000          -
60097.81/3060.86	c      3061              9           8        20                -           0.0000          -
60198.94/3065.94	c      3066              9           8        20                -           0.0000          -
60300.93/3071.05	c      3071              9           8        20                -           0.0000          -
60400.12/3076.08	c      3076              9           8        20                -           0.0000          -
60502.28/3081.20	c      3081              9           8        20                -           0.0000          -
60601.33/3086.30	c      3086              9           8        20                -           0.0000          -
60702.45/3091.36	c      3091              9           8        20                -           0.0000          -
60803.62/3096.42	c      3096              9           8        20                -           0.0000          -
60902.79/3101.44	c      3101              9           8        20                -           0.0000          -
61003.64/3106.50	c      3107              9           8        20                -           0.0000          -
61102.78/3111.57	c      3112              9           8        20                -           0.0000          -
61203.96/3116.62	c      3117              9           8        20                -           0.0000          -
61307.05/3121.84	c      3122              9           8        20                -           0.0000          -
61408.15/3126.96	c      3127              9           8        20                -           0.0000          -
61510.05/3132.04	c      3132              9           8        20                -           0.0000          -
61609.05/3137.09	c      3137              9           8        20                -           0.0000          -
61710.39/3142.16	c      3142              9           8        20                -           0.0000          -
61810.66/3147.25	c      3147              9           8        20                -           0.0000          -
61911.76/3152.36	c      3152              9           8        20                -           0.0000          -
62012.88/3157.43	c      3157              9           8        20                -           0.0000          -
62112.02/3162.50	c      3162              9           8        20                -           0.0000          -
62213.07/3167.58	c      3168              9           8        20                -           0.0000          -
62314.18/3172.69	c      3173              9           8        20                -           0.0000          -
62415.37/3177.75	c      3178              9           8        20                -           0.0000          -
62516.56/3182.81	c      3183              9           8        20                -           0.0000          -
62615.73/3187.83	c      3188              9           8        20                -           0.0000          -
62714.91/3192.85	c      3193              9           8        20                -           0.0000          -
62814.06/3197.87	c      3198              9           8        20                -           0.0000          -
62918.09/3203.05	c      3203              9           8        20                -           0.0000          -
63020.25/3208.29	c      3208              9           8        20                -           0.0000          -
63121.39/3213.39	c      3213              9           8        20                -           0.0000          -
63222.55/3218.46	c      3218              9           8        20                -           0.0000          -
63325.74/3223.62	c      3224              9           8        20                -           0.0000          -
63426.81/3228.70	c      3229              9           8        20                -           0.0000          -
63525.96/3233.76	c      3234              9           8        20                -           0.0000          -
63627.11/3238.86	c      3239              9           8        20                -           0.0000          -
63728.27/3243.94	c      3244              9           8        20                -           0.0000          -
63827.54/3249.00	c      3249              9           8        20                -           0.0000          -
63929.38/3254.08	c      3254              9           8        20                -           0.0000          -
64031.73/3259.20	c      3259              9           8        20                -           0.0000          -
64130.90/3264.29	c      3264              9           8        20                -           0.0000          -
64231.99/3269.39	c      3269              9           8        20                -           0.0000          -
64333.15/3274.47	c      3274              9           8        20                -           0.0000          -
64434.25/3279.51	c      3280              9           8        20                -           0.0000          -
64535.41/3284.62	c      3285              9           8        20                -           0.0000          -
64636.55/3289.73	c      3290              9           8        20                -           0.0000          -
64737.85/3294.87	c      3295              9           8        20                -           0.0000          -
64838.82/3299.99	c      3300              9           8        20                -           0.0000          -
64942.70/3305.17	c      3305              9           8        20                -           0.0000          -
65042.96/3310.25	c      3310             17          16        20                -           0.0000          -
65144.14/3315.32	c      3315             17          16        20                -           0.0000          -
65245.26/3320.42	c      3320             17          16        20                -           0.0000          -
65344.14/3325.47	c      3325             17          16        20                -           0.0000          -
65445.15/3330.53	c      3331             17          16        20                -           0.0000          -
65546.38/3335.64	c      3336             17          16        20                -           0.0000          -
65647.45/3340.71	c      3341             17          16        20                -           0.0000          -
65746.59/3345.77	c      3346             17          16        20                -           0.0000          -
65847.74/3350.88	c      3351             17          16        20                -           0.0000          -
65948.84/3355.92	c      3356             17          16        20                -           0.0000          -
66050.90/3361.06	c      3361             17          16        20                -           0.0000          -
66151.73/3366.14	c      3366             17          16        20                -           0.0000          -
66252.09/3371.22	c      3371             17          16        20                -           0.0000          -
66351.25/3376.28	c      3376             17          16        20                -           0.0000          -
66452.41/3381.34	c      3381             17          16        20                -           0.0000          -
66553.56/3386.40	c      3386             17          16        20                -           0.0000          -
66652.64/3391.47	c      3391             17          16        20                -           0.0000          -
66753.81/3396.59	c      3397             17          16        20                -           0.0000          -
66854.98/3401.63	c      3402             17          16        20                -           0.0000          -
66956.12/3406.70	c      3407             17          16        20                -           0.0000          -
67057.27/3411.81	c      3412             17          16        20                -           0.0000          -
67156.43/3416.87	c      3417             17          16        20                -           0.0000          -
67257.61/3421.96	c      3422             17          16        20                -           0.0000          -
67356.77/3426.99	c      3427             17          16        20                -           0.0000          -
67455.90/3432.04	c      3432             17          16        20                -           0.0000          -
67557.92/3437.13	c      3437             17          16        20                -           0.0000          -
67660.16/3442.22	c      3442             17          16        20                -           0.0000          -
67761.25/3447.31	c      3447             17          16        20                -           0.0000          -
67862.30/3452.44	c      3452             17          16        20                -           0.0000          -
67963.49/3457.52	c      3458             17          16        20                -           0.0000          -
68064.62/3462.63	c      3463             17          16        20                -           0.0000          -
68167.77/3467.84	c      3468             17          16        20                -           0.0000          -
68268.96/3472.93	c      3473             17          16        20                -           0.0000          -
68368.16/3477.99	c      3478             17          16        20                -           0.0000          -
68472.00/3483.20	c      3483             17          16        20                -           0.0000          -
68572.47/3488.26	c      3488             17          16        20                -           0.0000          -
68673.63/3493.36	c      3493             17          16        20                -           0.0000          -
68776.79/3498.52	c      3499             17          16        20                -           0.0000          -
68878.08/3503.63	c      3504             17          16        20                -           0.0000          -
68979.14/3508.73	c      3509             17          16        20                -           0.0000          -
69080.29/3513.84	c      3514             17          16        20                -           0.0000          -
69181.48/3518.93	c      3519             17          16        20                -           0.0000          -
69280.71/3523.98	c      3524             17          16        20                -           0.0000          -
69379.93/3529.03	c      3529             17          16        20                -           0.0000          -
69481.98/3534.08	c      3534             17          16        20                -           0.0000          -
69581.27/3539.11	c      3539             17          16        20                -           0.0000          -
69680.44/3544.13	c      3544             17          16        20                -           0.0000          -
69782.64/3549.22	c      3549             17          16        20                -           0.0000          -
69883.82/3554.35	c      3554             17          16        20                -           0.0000          -
69985.03/3559.46	c      3559             17          16        20                -           0.0000          -
70086.24/3564.59	c      3565             17          16        20                -           0.0000          -
70187.46/3569.67	c      3570             17          16        20                -           0.0000          -
70288.59/3574.70	c      3575             17          16        20                -           0.0000          -
70389.78/3579.81	c      3580             17          16        20                -           0.0000          -
70491.01/3584.90	c      3585             17          16        20                -           0.0000          -
70590.23/3590.01	c      3590             17          16        20                -           0.0000          -
70692.29/3595.05	c      3595             17          16        20                -           0.0000          -
70794.57/3600.23	c      3600             17          16        20                -           0.0000          -
70895.75/3605.37	c      3605             17          16        20                -           0.0000          -
70996.92/3610.47	c      3610             17          16        20                -           0.0000          -
71098.11/3615.56	c      3616             17          16        20                -           0.0000          -
71199.23/3620.64	c      3621             17          16        20                -           0.0000          -
71300.36/3625.76	c      3626             17          16        20                -           0.0000          -
71401.55/3630.83	c      3631             17          16        20                -           0.0000          -
71502.70/3635.93	c      3636             17          16        20                -           0.0000          -
71601.84/3641.01	c      3641             17          16        20                -           0.0000          -
71701.02/3646.04	c      3646             17          16        20                -           0.0000          -
71805.08/3651.18	c      3651             17          16        20                -           0.0000          -
71905.25/3656.25	c      3656             17          16        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 (189086 MiB free)
  memory of node 1: 193494 MiB (191440 MiB free)
  memory of node 2: 193531 MiB (190897 MiB free)
  memory of node 3: 193531 MiB (192014 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-4465708-1722537208/watcher-4465708-1722537208 -o /tmp/evaluation-result-4465708-1722537208/solver-4465708-1722537208 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722533544-127951 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465708-1722537208.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=130222, runsolver pid=130219
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781688232/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=107196 memory=93588 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 21124 0 0 0 8 2 0 0 20 0 1 0 20303890 109768704 23397 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 26799 23397 2582 3035 0 23195 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 107196 KiB
Current children cumulated memory: 93588 KiB

[startup+0.218515 s]*
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781660112/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=136140 memory=122304 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 29224 0 0 0 19 3 0 0 20 0 1 0 20303890 139407360 30576 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 34035 30576 2662 3035 0 30431 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 136140 KiB
Current children cumulated memory: 122304 KiB

[startup+0.318081 s]*
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781638732/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=136140 memory=122304 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 29226 0 0 0 29 3 0 0 20 0 1 0 20303890 139407360 30576 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 34035 30576 2662 3035 0 30431 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 136140 KiB
Current children cumulated memory: 122304 KiB

[startup+0.700261 s]
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781644704/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=149884 memory=135692 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 35838 0 0 0 64 4 0 0 20 0 1 0 20303890 153481216 33923 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 37471 33923 2758 3035 0 33867 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 149884 KiB
Current children cumulated memory: 135692 KiB

[startup+1.50026 s]
/proc/loadavg: 78.83 80.12 79.64 5/871 130223
/proc/meminfo: memFree=781560680/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=191664 memory=176580 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 44670 0 0 0 142 6 0 0 20 0 1 0 20303890 196263936 44145 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 47916 44145 2774 3035 0 44312 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 191664 KiB
Current children cumulated memory: 176580 KiB

[startup+3.11839 s]
/proc/loadavg: 72.84 78.85 79.24 5/871 130223
/proc/meminfo: memFree=781531344/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=192232 memory=177100 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 44797 0 0 0 303 6 0 0 20 0 1 0 20303890 196845568 44275 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 48058 44275 2774 3035 0 44454 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 192232 KiB
Current children cumulated memory: 177100 KiB

[startup+6.30024 s]
/proc/loadavg: 72.84 78.85 79.24 5/871 130225
/proc/meminfo: memFree=781522308/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=200164 memory=184848 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/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 46788 0 0 0 620 7 0 0 20 0 1 0 20303890 204967936 46212 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 50041 46212 2774 3035 0 46437 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 200164 KiB
Current children cumulated memory: 184848 KiB

[startup+12.7002 s]
/proc/loadavg: 62.33 76.40 78.44 5/872 130226
/proc/meminfo: memFree=781509908/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=202464 memory=187156 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/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 47401 0 0 0 1257 8 0 0 20 0 1 0 20303890 207323136 46789 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 50616 46789 2774 3035 0 47012 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 202464 KiB
Current children cumulated memory: 187156 KiB

[startup+25.5003 s]
/proc/loadavg: 53.36 74.02 77.64 5/872 130227
/proc/meminfo: memFree=781502308/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=203412 memory=188204 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/130222/stat : 130222 (fscip) R 130219 130222 127938 0 -1 4194304 47638 0 0 0 2533 8 0 0 20 0 1 0 20303890 208293888 47051 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 50853 47051 2774 3035 0 47249 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 203412 KiB
Current children cumulated memory: 188204 KiB

[startup+51.1507 s]
/proc/loadavg: 51.96 71.81 76.80 82/1032 130393
/proc/meminfo: memFree=767992544/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=5120124 memory=3607364 CPUtime=443.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) S 130219 130222 127938 0 -1 1077936128 1326201 0 0 0 44141 228 0 0 20 0 41 0 20303890 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 1280031 901841 3014 3035 0 1029821 0
[pid=130222/tid=130230] ppid=130219 vsize=5120124 memory=1118856160737686 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130230/stat : 130230 (fscip) R 130219 130222 127938 0 -1 4194368 64731 0 0 0 2064 10 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130231] ppid=130219 vsize=5120124 memory=0 CPUtime=20.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130231/stat : 130231 (fscip) R 130219 130222 127938 0 -1 4194368 66152 0 0 0 2063 12 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130232] ppid=130219 vsize=5120124 memory=1890 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130232/stat : 130232 (fscip) R 130219 130222 127938 0 -1 4194368 54535 0 0 0 2065 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130233] ppid=130219 vsize=5120124 memory=0 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130233/stat : 130233 (fscip) R 130219 130222 127938 0 -1 4194368 64148 0 0 0 2064 10 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130234] ppid=130219 vsize=5120124 memory=2049 CPUtime=20.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130234/stat : 130234 (fscip) R 130219 130222 127938 0 -1 4194368 66857 0 0 0 2063 10 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130235] ppid=130219 vsize=5120124 memory=279760078377392 CPUtime=20.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130235/stat : 130235 (fscip) R 130219 130222 127938 0 -1 4194368 57024 0 0 0 2063 10 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130236] ppid=130219 vsize=5120124 memory=3604364 CPUtime=20.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130236/stat : 130236 (fscip) R 130219 130222 127938 0 -1 4194368 65260 0 0 0 2062 11 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130237] ppid=130219 vsize=5120124 memory=10544 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130237/stat : 130237 (fscip) R 130219 130222 127938 0 -1 4194368 51510 0 0 0 2065 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130238] ppid=130219 vsize=5120124 memory=6296989203975336043 CPUtime=20.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130238/stat : 130238 (fscip) R 130219 130222 127938 0 -1 4194368 55815 0 0 0 2063 12 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130239] ppid=130219 vsize=5120124 memory=2936888 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130239/stat : 130239 (fscip) R 130219 130222 127938 0 -1 4194368 56981 0 0 0 2065 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130240] ppid=130219 vsize=5120124 memory=1804 CPUtime=20.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130240/stat : 130240 (fscip) R 130219 130222 127938 0 -1 4194368 59845 0 0 0 2066 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130241] ppid=130219 vsize=5120124 memory=21380 CPUtime=20.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130241/stat : 130241 (fscip) R 130219 130222 127938 0 -1 4194368 58284 0 0 0 2063 10 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130242] ppid=130219 vsize=5120124 memory=279760077102160 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130242/stat : 130242 (fscip) R 130219 130222 127938 0 -1 4194368 73607 0 0 0 2061 13 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130243] ppid=130219 vsize=5120124 memory=16724 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/130222/task/130243/stat : 130243 (fscip) R 130219 130222 127938 0 -1 4194368 76608 0 0 0 1998 12 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130244] ppid=130219 vsize=5120124 memory=279760077382880 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130244/stat : 130244 (fscip) R 130219 130222 127938 0 -1 4194368 57259 0 0 0 2065 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130245] ppid=130219 vsize=5120124 memory=-9176201344669828512 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130245/stat : 130245 (fscip) R 130219 130222 127938 0 -1 4194368 74400 0 0 0 2062 12 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130246] ppid=130219 vsize=5120124 memory=0 CPUtime=20.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130246/stat : 130246 (fscip) R 130219 130222 127938 0 -1 4194368 75529 0 0 0 2061 12 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130247] ppid=130219 vsize=5120124 memory=279760078626624 CPUtime=20.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130247/stat : 130247 (fscip) R 130219 130222 127938 0 -1 4194368 58602 0 0 0 2063 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130248] ppid=130219 vsize=5120124 memory=25333125866717268 CPUtime=20.76 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130248/stat : 130248 (fscip) R 130219 130222 127938 0 -1 4194368 49951 0 0 0 2068 8 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130249] ppid=130219 vsize=5120124 memory=7522225661069583205 CPUtime=20.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130249/stat : 130249 (fscip) R 130219 130222 127938 0 -1 4194368 59349 0 0 0 2065 9 0 0 20 0 41 0 20306829 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130250] ppid=130219 vsize=5120124 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/130222/task/130250/stat : 130250 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130251] ppid=130219 vsize=5120124 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/130222/task/130251/stat : 130251 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130252] ppid=130219 vsize=5120124 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/130222/task/130252/stat : 130252 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130253] ppid=130219 vsize=5120124 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/130222/task/130253/stat : 130253 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130254] ppid=130219 vsize=5120124 memory=-6658691257438747491 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130254/stat : 130254 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130255] ppid=130219 vsize=5120124 memory=2936780 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130255/stat : 130255 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130256] ppid=130219 vsize=5120124 memory=3005176 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130256/stat : 130256 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130257] ppid=130219 vsize=5120124 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/130222/task/130257/stat : 130257 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130258] ppid=130219 vsize=5120124 memory=-6658691257438747491 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130258/stat : 130258 (fscip) S 130219 130222 127938 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130259] ppid=130219 vsize=5120124 memory=2936780 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130259/stat : 130259 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130260] ppid=130219 vsize=5120124 memory=25753 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130260/stat : 130260 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130261] ppid=130219 vsize=5120124 memory=26086 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130261/stat : 130261 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130262] ppid=130219 vsize=5120124 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/130222/task/130262/stat : 130262 (fscip) S 130219 130222 127938 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 20306918 5243006976 901841 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0

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

[pid=130222/tid=130253] ppid=130219 vsize=21929180 memory=8916 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/130222/task/130253/stat : 130253 (fscip) S 130219 130222 127938 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130254] ppid=130219 vsize=21929180 memory=1804 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/130222/task/130254/stat : 130254 (fscip) S 130219 130222 127938 0 -1 1077936192 148 0 0 0 0 2 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130255] ppid=130219 vsize=21929180 memory=18292744 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/130222/task/130255/stat : 130255 (fscip) S 130219 130222 127938 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130256] ppid=130219 vsize=21929180 memory=18299780 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/130222/task/130256/stat : 130256 (fscip) S 130219 130222 127938 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130257] ppid=130219 vsize=21929180 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/130222/task/130257/stat : 130257 (fscip) S 130219 130222 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130258] ppid=130219 vsize=21929180 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/130222/task/130258/stat : 130258 (fscip) S 130219 130222 127938 0 -1 1077936192 209 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130259] ppid=130219 vsize=21929180 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/130222/task/130259/stat : 130259 (fscip) S 130219 130222 127938 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130260] ppid=130219 vsize=21929180 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/130222/task/130260/stat : 130260 (fscip) S 130219 130222 127938 0 -1 1077936192 212 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130261] ppid=130219 vsize=21929180 memory=16724 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/130222/task/130261/stat : 130261 (fscip) S 130219 130222 127938 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130262] ppid=130219 vsize=21929180 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/130222/task/130262/stat : 130262 (fscip) S 130219 130222 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130263] ppid=130219 vsize=21929180 memory=2036 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/130222/task/130263/stat : 130263 (fscip) S 130219 130222 127938 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130264] ppid=130219 vsize=21929180 memory=31316 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/130222/task/130264/stat : 130264 (fscip) S 130219 130222 127938 0 -1 1077936192 212 0 0 0 4 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130265] ppid=130219 vsize=21929180 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/130222/task/130265/stat : 130265 (fscip) S 130219 130222 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130266] ppid=130219 vsize=21929180 memory=16724 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/130222/task/130266/stat : 130266 (fscip) S 130219 130222 127938 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130267] ppid=130219 vsize=21929180 memory=683986298 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/130222/task/130267/stat : 130267 (fscip) S 130219 130222 127938 0 -1 1077936192 215 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130268] ppid=130219 vsize=21929180 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/130222/task/130268/stat : 130268 (fscip) S 130219 130222 127938 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130269] ppid=130219 vsize=21929180 memory=6720669830883589475 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/130222/task/130269/stat : 130269 (fscip) S 130219 130222 127938 0 -1 1077936192 211 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4577422 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
Current children cumulated CPU time: 71629.6 s
Current children cumulated vsize: 21929180 KiB
Current children cumulated memory: 18309688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3661 s]*
/proc/loadavg: 81.26 80.82 80.19 82/1024 132329
/proc/meminfo: memFree=711890752/790760804 swapFree=131071996/131071996
[pid=130222] ppid=130219 vsize=21929180 memory=18317268 CPUtime=72001.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/stat : 130222 (fscip) S 130219 130222 127938 0 -1 1077936128 43407744 0 0 0 7191564 8575 0 0 20 0 41 0 20303890 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 17 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
/proc/130222/statm: 5482295 4579317 3334 3035 0 5341742 0
[pid=130222/tid=130230] ppid=130219 vsize=21929180 memory=1668 CPUtime=3590.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130230/stat : 130230 (fscip) R 130219 130222 127938 0 -1 4194368 574503 0 0 0 358985 70 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130231] ppid=130219 vsize=21929180 memory=8916 CPUtime=3604.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130231/stat : 130231 (fscip) R 130219 130222 127938 0 -1 4194368 2244735 0 0 0 360119 313 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130232] ppid=130219 vsize=21929180 memory=28648 CPUtime=3590.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130232/stat : 130232 (fscip) R 130219 130222 127938 0 -1 4194368 4136469 0 0 0 358103 971 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130233] ppid=130219 vsize=21929180 memory=4872558142750483777 CPUtime=3605.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130233/stat : 130233 (fscip) R 130219 130222 127938 0 -1 4194368 1505341 0 0 0 360379 146 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130234] ppid=130219 vsize=21929180 memory=-7738167839326691195 CPUtime=3599.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130234/stat : 130234 (fscip) R 130219 130222 127938 0 -1 4194368 1229617 0 0 0 359744 215 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130235] ppid=130219 vsize=21929180 memory=4688 CPUtime=3593.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130235/stat : 130235 (fscip) R 130219 130222 127938 0 -1 4194368 3681451 0 0 0 358374 948 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130236] ppid=130219 vsize=21929180 memory=20660 CPUtime=3601.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130236/stat : 130236 (fscip) R 130219 130222 127938 0 -1 4194368 689102 0 0 0 360034 87 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130237] ppid=130219 vsize=21929180 memory=6952 CPUtime=3604.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130237/stat : 130237 (fscip) R 130219 130222 127938 0 -1 4194368 1807800 0 0 0 360230 259 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130238] ppid=130219 vsize=21929180 memory=7044 CPUtime=3593.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130238/stat : 130238 (fscip) R 130219 130222 127938 0 -1 4194368 4014673 0 0 0 358401 979 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130239] ppid=130219 vsize=21929180 memory=4872558142750484033 CPUtime=3603.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130239/stat : 130239 (fscip) R 130219 130222 127938 0 -1 4194368 1336399 0 0 0 360186 141 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130240] ppid=130219 vsize=21929180 memory=-6623552352792765311 CPUtime=3605.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130240/stat : 130240 (fscip) R 130219 130222 127938 0 -1 4194368 2397480 0 0 0 360188 324 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130241] ppid=130219 vsize=21929180 memory=40456 CPUtime=3576.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130241/stat : 130241 (fscip) R 130219 130222 127938 0 -1 4194368 4133416 0 0 0 356707 962 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130242] ppid=130219 vsize=21929180 memory=8196 CPUtime=3605.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130242/stat : 130242 (fscip) R 130219 130222 127938 0 -1 4194368 1446861 0 0 0 360360 149 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130243] ppid=130219 vsize=21929180 memory=3300 CPUtime=3603.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130243/stat : 130243 (fscip) R 130219 130222 127938 0 -1 4194368 1533672 0 0 0 360131 233 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130244] ppid=130219 vsize=21929180 memory=2264 CPUtime=3592.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130244/stat : 130244 (fscip) R 130219 130222 127938 0 -1 4194368 3653630 0 0 0 358249 1010 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130245] ppid=130219 vsize=21929180 memory=51200 CPUtime=3598.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130245/stat : 130245 (fscip) R 130219 130222 127938 0 -1 4194368 1341837 0 0 0 359729 142 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130246] ppid=130219 vsize=21929180 memory=104 CPUtime=3604.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130246/stat : 130246 (fscip) R 130219 130222 127938 0 -1 4194368 996693 0 0 0 360280 199 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130247] ppid=130219 vsize=21929180 memory=25932 CPUtime=3598.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130247/stat : 130247 (fscip) R 130219 130222 127938 0 -1 4194368 3792753 0 0 0 358888 995 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130248] ppid=130219 vsize=21929180 memory=21380 CPUtime=3605.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130248/stat : 130248 (fscip) R 130219 130222 127938 0 -1 4194368 1465791 0 0 0 360355 152 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130249] ppid=130219 vsize=21929180 memory=2208 CPUtime=3593.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/130222/task/130249/stat : 130249 (fscip) R 130219 130222 127938 0 -1 4194368 1340491 0 0 0 359094 227 0 0 20 0 41 0 20306829 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130250] ppid=130219 vsize=21929180 memory=2036 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/130222/task/130250/stat : 130250 (fscip) S 130219 130222 127938 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130251] ppid=130219 vsize=21929180 memory=28152 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/130222/task/130251/stat : 130251 (fscip) S 130219 130222 127938 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130252] ppid=130219 vsize=21929180 memory=6720669830883589475 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/130222/task/130252/stat : 130252 (fscip) S 130219 130222 127938 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130253] ppid=130219 vsize=21929180 memory=66548 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/130222/task/130253/stat : 130253 (fscip) S 130219 130222 127938 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130254] ppid=130219 vsize=21929180 memory=7636 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/130222/task/130254/stat : 130254 (fscip) S 130219 130222 127938 0 -1 1077936192 150 0 0 0 0 2 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130255] ppid=130219 vsize=21929180 memory=19092 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/130222/task/130255/stat : 130255 (fscip) S 130219 130222 127938 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130256] ppid=130219 vsize=21929180 memory=20248 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/130222/task/130256/stat : 130256 (fscip) S 130219 130222 127938 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130257] ppid=130219 vsize=21929180 memory=18310756 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/130222/task/130257/stat : 130257 (fscip) S 130219 130222 127938 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130258] ppid=130219 vsize=21929180 memory=7312 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/130222/task/130258/stat : 130258 (fscip) S 130219 130222 127938 0 -1 1077936192 212 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130259] ppid=130219 vsize=21929180 memory=26988 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/130222/task/130259/stat : 130259 (fscip) S 130219 130222 127938 0 -1 1077936192 217 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130260] ppid=130219 vsize=21929180 memory=3776 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/130222/task/130260/stat : 130260 (fscip) S 130219 130222 127938 0 -1 1077936192 215 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130261] ppid=130219 vsize=21929180 memory=40456 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/130222/task/130261/stat : 130261 (fscip) S 130219 130222 127938 0 -1 1077936192 209 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130262] ppid=130219 vsize=21929180 memory=8196 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/130222/task/130262/stat : 130262 (fscip) S 130219 130222 127938 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130263] ppid=130219 vsize=21929180 memory=18317264 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/130222/task/130263/stat : 130263 (fscip) S 130219 130222 127938 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130264] ppid=130219 vsize=21929180 memory=561474028178154 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/130222/task/130264/stat : 130264 (fscip) S 130219 130222 127938 0 -1 1077936192 215 0 0 0 4 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130265] ppid=130219 vsize=21929180 memory=561474028178154 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/130222/task/130265/stat : 130265 (fscip) S 130219 130222 127938 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130266] ppid=130219 vsize=21929180 memory=561474028177898 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/130222/task/130266/stat : 130266 (fscip) S 130219 130222 127938 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130267] ppid=130219 vsize=21929180 memory=561474028177898 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/130222/task/130267/stat : 130267 (fscip) S 130219 130222 127938 0 -1 1077936192 218 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130268] ppid=130219 vsize=21929180 memory=279760076999680 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/130222/task/130268/stat : 130268 (fscip) S 130219 130222 127938 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
[pid=130222/tid=130269] ppid=130219 vsize=21929180 memory=51200 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/130222/task/130269/stat : 130269 (fscip) S 130219 130222 127938 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 20306918 22455480320 4579317 809668444160 4194304 16623229 140732207416992 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30527488 140732207420425 140732207420543 140732207420543 140732207427568 0
Current children cumulated CPU time: 72001.4 s
Current children cumulated vsize: 21929180 KiB
Current children cumulated memory: 18317268 KiB

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

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

# cumulated CPU time of all completed processes:  user=71915.9 s, system=86.3231 s

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

[startup+3661.22 s]
/proc/loadavg: 81.26 80.82 80.19 62/985 132329
/proc/meminfo: memFree=715582608/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.6 s]
/proc/loadavg: 81.26 80.82 80.19 62/985 132329
/proc/meminfo: memFree=715582608/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): 3661.63
CPU time (s): 72002.2
CPU user time (s): 71915.9
CPU system time (s): 86.3231
CPU usage (%): 1966.4
Max. virtual memory (cumulated for all children) (KiB): 21929180
Max. memory (cumulated for all children) (KiB): 18317268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71915.9
system time used= 86.3231
maximum resident set size= 18317268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43407824
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= 149943
involuntary context switches= 279818


# summary of solver processes directly reported to runsolver:
#   pid: 130222
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71915.9
#   total CPU system time (s): 86.3231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8616 second user time and 93.7667 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 20:33:28
IDJOB=4465708
IDBENCH=158312
IDSOLVER=3094
FILE ID=nodeD105/4465708-1722537208
RUNJOBID= nodeD105-1722533544-127951
SLURM_JOB_ID= 8254275
Free space on /tmp= 8622832 MiB

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

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=564293745

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		: 3524.066
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		: 2614.244
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		: 2589.767
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		: 3621.527
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		: 3190.523
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		: 2618.573
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		: 3892.920
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		: 1760.352
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		: 3552.865
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		: 2629.103
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		: 2618.237
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		: 2070.489
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		: 2859.737
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		: 2639.491
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		: 2634.410
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		: 3583.811
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		: 3205.770
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		: 2622.006
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		: 2635.060
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		: 3597.567
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		: 2818.211
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		: 2641.031
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		: 2631.615
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		: 3566.640
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.033
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		: 2634.408
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.623
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		: 3484.219
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		: 2919.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2626.975
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		: 2628.599
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		: 2634.330
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		: 2610.431
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		: 2627.392
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		: 2638.193
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		: 2661.188
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		: 3228.274
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		: 2627.452
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		: 2620.901
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		: 2646.173
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		: 2635.546
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		: 2632.503
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		: 2637.004
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		: 2657.635
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		: 2885.006
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		: 2626.133
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		: 2625.893
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		: 2655.407
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		: 2642.108
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		: 2572.755
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		: 2705.928
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		: 2648.474
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		: 2628.202
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		: 2621.946
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		: 2623.903
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		: 2635.450
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		: 3817.816
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		: 2646.598
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		: 2644.888
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		: 2652.210
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		: 2652.204
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		: 2631.584
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		: 2645.348
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		: 2652.259
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		: 3449.116
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		: 3871.699
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		: 3729.789
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		: 3669.945
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:        781763288 kB
MemAvailable:   783999808 kB
Buffers:          292196 kB
Cached:          5254596 kB
SwapCached:            0 kB
Active:           463608 kB
Inactive:        5962868 kB
Active(anon):       2168 kB
Inactive(anon):   900156 kB
Active(file):     461440 kB
Inactive(file):  5062712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             60608 kB
Writeback:             0 kB
AnonPages:        879668 kB
Mapped:           123228 kB
Shmem:             22536 kB
KReclaimable:     264144 kB
Slab:             632196 kB
SReclaimable:     264144 kB
SUnreclaim:       368052 kB
KernelStack:       15088 kB
PageTables:        10760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1333456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           268800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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:      600064 kB
DirectMap2M:    68055040 kB
DirectMap1G:    737148928 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-08-01 21:34:30