Trace number 4465344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30UNSAT 71553.6 3608.08

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71553.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 39718912, getVmSize() = 39718912, SCIPgetMemUsed() = 13247293, SCIPgetMemTotal() = 17828821, SCIPgetMemExternEstim() = 7064717
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
1.01/1.04	c ** Estimated virtualMemUsedAtSolver = 50859606, getVmSize() = 92815360, SCIPgetMemUsed() = 49590884, SCIPgetMemTotal() = 69224692, SCIPgetMemExternEstim() = 7064717
1.01/1.04	c ** set memory limit for solvers to 4.18846e+11 for each SCIP **
1.01/1.04	c Original Problem   :
1.01/1.04	c   Problem name     : instance-4465344-1722461775
1.01/1.04	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1.01/1.04	c   Constraints      : 3658
1.01/1.04	c   Objective sense  : minimize
1.01/1.04	c Presolved Problem  :
1.01/1.04	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1.01/1.04	c   Constraints      : 830
1.01/1.04	c Constraints        : Number
1.01/1.04	c   knapsack         : 384 
1.01/1.04	c   setppc           : 63 
1.01/1.04	c   orbitope         : 383 
1.01/1.04	c ** Instance transfer method used: 0
1.01/1.05	c ** ParaScipInstance copy increased the number of variables. **
1.10/1.19	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.20/1.20	c                                Nodes    Active                                            
1.20/1.20	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
79.70/5.22	c         5           1722         780        20                -           6.0000          -
178.76/10.24	c        10             32          31        20                -           6.0000          -
279.83/15.31	c        15            285         116        20                -           6.0000          -
378.78/20.37	c        20            690         195        20                -           6.0000          -
477.78/25.38	c        25           1009         227        20                -           6.0000          -
580.78/30.52	c        31           1348         291        20                -           6.0000          -
679.81/35.57	c        36            612         349        20                -           6.0000          -
778.91/40.59	c        41            749         424        20                -           6.0000          -
879.93/45.60	c        46           2263         366        20                -           6.0000          -
980.94/50.74	c        51           2064         256        20                -           6.0000          -
1080.04/55.79	c        56           2401         296        20                -           6.0000          -
1181.03/60.83	c        61           2693         319        20                -           6.0000          -
1280.15/65.88	c        66           3223         189        20                -           6.0000          -
1381.32/70.93	c        71           3584         227        20                -           6.0000          -
1480.52/75.94	c        76           3954         332        20                -           6.0000          -
1579.71/81.03	c        81           4406         370        20                -           6.0000          -
1684.83/86.21	c        86          61381         273        20                -           6.0000          -
1783.78/91.29	c        91          65028         262        20                -           6.0000          -
1884.83/96.36	c        96          68855         265        20                -           6.0000          -
1983.89/101.37	c       101           3569         282        20                -           6.0000          -
2084.89/106.47	c       106           3918         294        20                -           6.0000          -
2185.98/111.52	c       112           5678         654        20                -           6.0000          -
2285.20/116.53	c       117          81821         251        20                -           6.0000          -
2384.18/121.57	c       122          84817         258        20                -           6.0000          -
2485.30/126.67	c       127           7815         719        20                -           6.0000          -
2584.25/131.68	c       132          90897         237        20                -           6.0000          -
2685.28/136.77	c       137           8541         803        20                -           6.0000          -
2784.35/141.80	c       142          99325         260        20                -           6.0000          -
2885.48/146.81	c       147         104194         257        20                -           6.0000          -
2984.43/151.84	c       152         112690         189        20                -           6.0000          -
3083.47/156.85	c       157         113299         263        20                -           6.0000          -
3182.67/161.86	c       162          11204         997        20                -           6.0000          -
3283.55/166.91	c       167          11759         976        20                -           6.0000          -
3382.73/171.93	c       172           8421         508        20                -           6.0000          -
3481.69/176.97	c       177         126419         291        20                -           6.0000          -
3580.86/182.02	c       182           8824         513        20                -           6.0000          -
3682.74/187.11	c       187           9158         526        20                -           6.0000          -
3783.91/192.16	c       192          11971        1092        20                -           6.0000          -
3884.35/197.21	c       197          12234        1107        20                -           6.0000          -
3983.57/202.23	c       202          15513        1077        20                -           6.0000          -
4082.48/207.28	c       207         147003         297        20                -           6.0000          -
4183.58/212.30	c       212         150693         292        20                -           6.0000          -
4284.38/217.41	c       217          11226         633        20                -           6.0000          -
4383.66/222.46	c       222          11560         654        20                -           6.0000          -
4484.66/227.51	c       228          11888         649        20                -           6.0000          -
4583.75/232.56	c       233          12239         665        20                -           6.0000          -
4684.96/237.61	c       238         159371         275        20                -           6.0000          -
4784.18/242.66	c       243          14976        1345        20                -           6.0000          -
4885.25/247.72	c       248          15304        1385        20                -           6.0000          -
4984.22/252.73	c       253         174987         287        20                -           6.0000          -
5083.37/257.74	c       258         178524         285        20                -           6.0000          -
5182.22/262.77	c       263         182011         285        20                -           6.0000          -
5283.44/267.86	c       268         185597         275        20                -           6.0000          -
5384.50/272.95	c       273         188730         278        20                -           6.0000          -
5483.73/278.01	c       278          23489        1333        20                -           6.0000          -
5585.63/283.06	c       283          23990        1345        20                -           6.0000          -
5684.68/288.11	c       288          24411        1385        20                -           6.0000          -
5783.79/293.13	c       293         200042         278        20                -           6.0000          -
5884.98/298.16	c       298         202735         288        20                -           6.0000          -
5985.39/303.26	c       303          25859        1505        20                -           6.0000          -
6086.30/308.31	c       308          26473        1504        20                -           6.0000          -
6185.37/313.35	c       313         211611         293        20                -           6.0000          -
6286.70/318.41	c       318         214665         291        20                -           6.0000          -
6385.55/323.46	c       323         216392         287        20                -           6.0000          -
6484.70/328.48	c       328          28623        1525        20                -           6.0000          -
6585.80/333.54	c       334          29249        1537        20                -           6.0000          -
6685.02/338.58	c       339          18513         850        20                -           6.0000          -
6786.21/343.67	c       344          18799         844        20                -           6.0000          -
6887.35/348.70	c       349          19100         842        20                -           6.0000          -
6986.49/353.76	c       354          19381         839        20                -           6.0000          -
7087.65/358.90	c       359          22089        2133        20                -           6.0000          -
7188.69/363.95	c       364          22386        2222        20                -           6.0000          -
7287.89/369.00	c       369         226732         262        20                -           6.0000          -
7389.87/374.10	c       374         229475         256        20                -           6.0000          -
7491.10/379.15	c       379         231934         251        20                -           6.0000          -
7591.34/384.20	c       384         234595         252        20                -           6.0000          -
7690.58/389.25	c       389         237090         253        20                -           6.0000          -
7789.53/394.26	c       394          21626         996        20                -           6.0000          -
7890.58/399.33	c       399          34535        1932        20                -           6.0000          -
7989.76/404.35	c       404          22171        1013        20                -           6.0000          -
8090.88/409.45	c       409          35565        1990        20                -           6.0000          -
8190.21/414.50	c       414          36075        2025        20                -           6.0000          -
8291.21/419.55	c       420         253809         247        20                -           6.0000          -
8390.31/424.60	c       425         256109         237        20                -           6.0000          -
8491.45/429.65	c       430         258594         257        20                -           6.0000          -
8590.64/434.70	c       435          25984        3366        20                -           6.0000          -
8691.50/439.72	c       440         263795         247        20                -           6.0000          -
8790.43/444.74	c       445         266463         244        20                -           6.0000          -
8889.42/449.77	c       450         269569         245        20                -           6.0000          -
8988.60/454.78	c       455          26996        3739        20                -           6.0000          -
9089.67/459.83	c       460          25362        1092        20                -           6.0000          -
9188.77/464.88	c       465          25636        1084        20                -           6.0000          -
9289.89/469.93	c       470          25951        1092        20                -           6.0000          -
9389.07/474.98	c       475          26220        1096        20                -           6.0000          -
9490.81/480.05	c       480          28394        4045        20                -           6.0000          -
9590.17/485.09	c       485          43021        2310        20                -           6.0000          -
9689.41/490.14	c       490          43460        2325        20                -           6.0000          -
9790.49/495.19	c       495          43760        2365        20                -           6.0000          -
9891.06/500.21	c       500          44184        2387        20                -           6.0000          -
9990.30/505.29	c       505          44590        2392        20                -           6.0000          -
10091.54/510.36	c       510         300003         255        20                -           6.0000          -
10192.78/515.41	c       515         302297         251        20                -           6.0000          -
10292.02/520.46	c       520         304723         249        20                -           6.0000          -
10393.27/525.51	c       526         307024         248        20                -           6.0000          -
10492.52/530.54	c       531          31302        4800        20                -           6.0000          -
10591.79/535.56	c       536          31546        4833        20                -           6.0000          -
10692.99/540.63	c       541          29815        1253        20                -           6.0000          -
10794.23/545.73	c       546          47774        2619        20                -           6.0000          -
10893.47/550.78	c       551          30327        1272        20                -           6.0000          -
10994.65/555.83	c       556          30558        1270        20                -           6.0000          -
11093.89/560.84	c       561          48551         128        20                -           6.0000          -
11193.15/565.85	c       566          48926         189        20                -           6.0000          -
11294.32/570.91	c       571          49323         205        20                -           6.0000          -
11396.17/576.03	c       576          33921        5440        20                -           6.0000          -
11495.39/581.08	c       581          34219        5518        20                -           6.0000          -
11596.79/586.14	c       586          34520        5566        20                -           6.0000          -
11696.12/591.19	c       591          32562        1435        20                -           6.0000          -
11796.35/596.24	c       596          32902        1448        20                -           6.0000          -
11895.43/601.29	c       601         347220         239        20                -           6.0000          -
11996.62/606.33	c       606         349846         236        20                -           6.0000          -
12095.75/611.39	c       611          52582         306        20                -           6.0000          -
12196.65/616.41	c       616          52913         324        20                -           6.0000          -
12295.77/621.43	c       621          53280         336        20                -           6.0000          -
12394.97/626.45	c       626         361170         236        20                -           6.0000          -
12494.12/631.48	c       631         363820         236        20                -           6.0000          -
12595.17/636.55	c       637         366646         253        20                -           6.0000          -
12696.07/641.67	c       642         369626         243        20                -           6.0000          -
12797.27/646.72	c       647          55086         373        20                -           6.0000          -
12896.40/651.75	c       652          36454        1685        20                -           6.0000          -
12995.43/656.78	c       657          38536        6391        20                -           6.0000          -
13096.66/661.86	c       662          38811        6451        20                -           6.0000          -
13195.80/666.88	c       667          39157        6535        20                -           6.0000          -
13296.90/672.01	c       672          56809         370        20                -           6.0000          -
13398.89/677.06	c       677          57159         368        20                -           6.0000          -
13497.97/682.12	c       682          57591         375        20                -           6.0000          -
13598.83/687.17	c       687          57983         370        20                -           6.0000          -
13699.42/692.22	c       692          58310         371        20                -           6.0000          -
13798.67/697.26	c       697         397204         238        20                -           6.0000          -
13899.89/702.30	c       702         399614         238        20                -           6.0000          -
13999.01/707.37	c       707         402221         243        20                -           6.0000          -
14097.91/712.39	c       712         404643         236        20                -           6.0000          -
14199.12/717.42	c       717         408122         237        20                -           6.0000          -
14298.35/722.44	c       722          60383         421        20                -           6.0000          -
14397.53/727.50	c       728          42471        7331        20                -           6.0000          -
14500.74/732.60	c       733          42732        7378        20                -           6.0000          -
14599.91/737.63	c       738          42986        7458        20                -           6.0000          -
14699.03/742.66	c       743          41606        1916        20                -           6.0000          -
14800.21/747.77	c       748          41830        1900        20                -           6.0000          -
14899.38/752.78	c       753          42102        1921        20                -           6.0000          -
15000.47/757.85	c       758          43977        7713        20                -           6.0000          -
15101.73/762.92	c       763          44221        7766        20                -           6.0000          -
15201.00/767.93	c       768          44505        7805        20                -           6.0000          -
15300.18/772.99	c       773          44838        7899        20                -           6.0000          -
15399.46/778.00	c       778         448096         251        20                -           6.0000          -
15501.35/783.08	c       783         451065         244        20                -           6.0000          -
15600.50/788.09	c       788          65235         744        20                -           6.0000          -
15699.80/793.12	c       793          44109        1918        20                -           6.0000          -
15799.21/798.13	c       798          66081         782        20                -           6.0000          -
15900.35/803.15	c       803          46510        8286        20                -           6.0000          -
16002.94/808.32	c       808          46793        8339        20                -           6.0000          -
16104.21/813.44	c       813          47086        8508        20                -           6.0000          -
16203.48/818.49	c       818         471766         249        20                -           6.0000          -
16304.72/823.52	c       824         475171         239        20                -           6.0000          -
16404.01/828.59	c       829         479133         244        20                -           6.0000          -
16505.27/833.60	c       834          68137         845        20                -           6.0000          -
16604.53/838.66	c       839          46430        1962        20                -           6.0000          -
16703.80/843.69	c       844          68720         890        20                -           6.0000          -
16807.05/848.80	c       849          49072        9000        20                -           6.0000          -
16906.32/853.85	c       854         495993         240        20                -           6.0000          -
17007.57/858.90	c       859         498984         240        20                -           6.0000          -
17106.85/863.95	c       864         502295         239        20                -           6.0000          -
17206.12/868.98	c       869         505313         244        20                -           6.0000          -
17308.03/874.06	c       874          48323        1981        20                -           6.0000          -
17407.26/879.11	c       879          50751        9485        20                -           6.0000          -
17508.75/884.16	c       884          71500        1149        20                -           6.0000          -
17607.71/889.19	c       889          71897        1159        20                -           6.0000          -
17708.32/894.23	c       894          72326        1179        20                -           6.0000          -
17807.56/899.29	c       899          72604        1196        20                -           6.0000          -
17908.80/904.36	c       904          72820        1215        20                -           6.0000          -
18010.04/909.42	c       909         530385         241        20                -           6.0000          -
18109.29/914.47	c       914         533748         234        20                -           6.0000          -
18210.52/919.52	c       920         536683         259        20                -           6.0000          -
18309.77/924.57	c       925         539142         252        20                -           6.0000          -
18409.02/929.59	c       930         541868         245        20                -           6.0000          -
18510.26/934.63	c       935          51672        2167        20                -           6.0000          -
18611.50/939.72	c       940          54145       10358        20                -           6.0000          -
18710.72/944.77	c       945          52286        2206        20                -           6.0000          -
18809.95/949.79	c       950          52611        2232        20                -           6.0000          -
18911.20/954.82	c       955         554597         239        20                -           6.0000          -
19010.44/959.84	c       960          77057        1457        20                -           6.0000          -
19111.68/964.97	c       965          77443        1492        20                -           6.0000          -
19210.93/969.98	c       970          77963        1509        20                -           6.0000          -
19310.18/975.02	c       975          56251       10903        20                -           6.0000          -
19412.02/980.10	c       980          79276        1491        20                -           6.0000          -
19513.35/985.18	c       985          54574        2263        20                -           6.0000          -
19612.72/990.18	c       990          54810        2274        20                -           6.0000          -
19713.06/995.27	c       995         574929         237        20                -           6.0000          -
19812.31/1000.28	c      1000         577857         238        20                -           6.0000          -
19913.46/1005.37	c      1005         580475         247        20                -           6.0000          -
20014.62/1010.41	c      1010         583174         240        20                -           6.0000          -
20113.87/1015.47	c      1015          56251        2390        20                -           6.0000          -
20215.17/1020.52	c      1021          56519        2397        20                -           6.0000          -
20314.46/1025.57	c      1026          59349       11709        20                -           6.0000          -
20415.52/1030.60	c      1031          82562        1665        20                -           6.0000          -
20514.71/1035.67	c      1036          82947        1685        20                -           6.0000          -
20615.95/1040.72	c      1041          83265        1683        20                -           6.0000          -
20715.19/1045.77	c      1046         601586         241        20                -           6.0000          -
20816.43/1050.82	c      1051         604298         241        20                -           6.0000          -
20915.68/1055.87	c      1056         606910         240        20                -           6.0000          -
21014.93/1060.89	c      1061         610152         239        20                -           6.0000          -
21116.15/1065.97	c      1066          61673       12278        20                -           6.0000          -
21215.34/1071.02	c      1071          59411        2606        20                -           6.0000          -
21317.13/1076.04	c      1076          59781        2669        20                -           6.0000          -
21416.47/1081.07	c      1081          60075        2691        20                -           6.0000          -
21517.63/1086.17	c      1086         624256         235        20                -           6.0000          -
21618.29/1091.22	c      1091         627044         244        20                -           6.0000          -
21717.52/1096.27	c      1096          86721        1760        20                -           6.0000          -
21818.76/1101.32	c      1101          87107        1766        20                -           6.0000          -
21918.00/1106.37	c      1106          87400        1792        20                -           6.0000          -
22019.24/1111.42	c      1111          87807        1805        20                -           6.0000          -
22118.49/1116.47	c      1116          64611       12975        20                -           6.0000          -
22219.74/1121.52	c      1122          64877       13019        20                -           6.0000          -
22318.97/1126.57	c      1127         646676         244        20                -           6.0000          -
22420.21/1131.62	c      1132          63039        2869        20                -           6.0000          -
22519.45/1136.67	c      1137          63301        2910        20                -           6.0000          -
22620.65/1141.72	c      1142          66010       13355        20                -           6.0000          -
22719.90/1146.73	c      1147          66373       13499        20                -           6.0000          -
22821.13/1151.80	c      1152          66669       13585        20                -           6.0000          -
22920.39/1156.85	c      1157          66947       13640        20                -           6.0000          -
23021.63/1161.92	c      1162          67291       13682        20                -           6.0000          -
23120.85/1166.97	c      1167          91652        1911        20                -           6.0000          -
23220.09/1172.02	c      1172          92030        1907        20                -           6.0000          -
23321.96/1177.04	c      1177         673404         242        20                -           6.0000          -
23421.13/1182.12	c      1182         676282         238        20                -           6.0000          -
23522.45/1187.15	c      1187          68802       14012        20                -           6.0000          -
23621.79/1192.16	c      1192          69104       14109        20                -           6.0000          -
23720.86/1197.19	c      1197          66851        3138        20                -           6.0000          -
23821.48/1202.21	c      1202          94211        2006        20                -           6.0000          -
23920.73/1207.22	c      1207          94582        2016        20                -           6.0000          -
24019.97/1212.25	c      1212          94967        2049        20                -           6.0000          -
24121.21/1217.34	c      1217          95303        2098        20                -           6.0000          -
24220.44/1222.36	c      1222         698143         240        20                -           6.0000          -
24319.69/1227.37	c      1227         701449         236        20                -           6.0000          -
24418.93/1232.38	c      1232          96165        2223        20                -           6.0000          -
24518.17/1237.39	c      1237         689841         215        20                -           6.0000          -
24619.40/1242.48	c      1242          69605        3341        20                -           6.0000          -
24718.56/1247.49	c      1247         694884         221        20                -           6.0000          -
24819.80/1252.53	c      1253         697480         215        20                -           6.0000          -
24921.03/1257.64	c      1258          70456        3376        20                -           6.0000          -
25020.28/1262.67	c      1263         702262         218        20                -           6.0000          -
25119.52/1267.68	c      1268          73882       15220        20                -           6.0000          -
25220.77/1272.70	c      1273         706650         212        20                -           6.0000          -
25320.01/1277.75	c      1278         708986         217        20                -           6.0000          -
25419.26/1282.76	c      1283         711469         219        20                -           6.0000          -
25522.50/1287.93	c      1288         713681         215        20                -           6.0000          -
25621.76/1293.01	c      1293          72313        3509        20                -           6.0000          -
25723.69/1298.04	c      1298         718114         209        20                -           6.0000          -
25822.88/1303.11	c      1303         720401         208        20                -           6.0000          -
25924.05/1308.17	c      1308         722875         224        20                -           6.0000          -
26024.71/1313.22	c      1313          73354        3585        20                -           6.0000          -
26123.97/1318.27	c      1318          77113       15922        20                -           6.0000          -
26223.22/1323.29	c      1323         729990         217        20                -           6.0000          -
26324.47/1328.31	c      1328         732491         205        20                -           6.0000          -
26423.67/1333.32	c      1333         103610        2731        20                -           6.0000          -
26524.92/1338.40	c      1338          75118        3729        20                -           6.0000          -
26624.18/1343.44	c      1343          75447        3759        20                -           6.0000          -
26725.43/1348.52	c      1349         741754         221        20                -           6.0000          -
26824.70/1353.54	c      1354          79269       16395        20                -           6.0000          -
26925.95/1358.65	c      1359         746147         204        20                -           6.0000          -
27027.34/1363.73	c      1364          79966       16567        20                -           6.0000          -
27126.41/1368.78	c      1369          80277       16632        20                -           6.0000          -
27227.65/1373.83	c      1374          80592       16716        20                -           6.0000          -
27326.91/1378.86	c      1379         755419         206        20                -           6.0000          -
27428.13/1383.93	c      1384          81256       16871        20                -           6.0000          -
27527.37/1388.98	c      1389         795620         234        20                -           6.0000          -
27626.59/1394.02	c      1394          81838       17017        20                -           6.0000          -
27728.39/1399.04	c      1399         765627         208        20                -           6.0000          -
27827.67/1404.05	c      1404         767892         205        20                -           6.0000          -
27926.86/1409.08	c      1409         109171        2864        20                -           6.0000          -
28029.43/1414.21	c      1414         772346         204        20                -           6.0000          -
28128.67/1419.29	c      1419          80224        3838        20                -           6.0000          -
28229.85/1424.32	c      1424         776572         203        20                -           6.0000          -
28329.08/1429.39	c      1429          80808        3862        20                -           6.0000          -
28430.37/1434.44	c      1434          81083        3877        20                -           6.0000          -
28529.66/1439.50	c      1440          81402        3891        20                -           6.0000          -
28630.95/1444.55	c      1445         828935         236        20                -           6.0000          -
28730.21/1449.56	c      1450         789226         202        20                -           6.0000          -
28829.47/1454.57	c      1455          85599       17998        20                -           6.0000          -
28928.66/1459.59	c      1460          82473        3948        20                -           6.0000          -
29029.90/1464.66	c      1465          82724        3943        20                -           6.0000          -
29131.12/1469.73	c      1470         799134         204        20                -           6.0000          -
29232.34/1474.84	c      1475         801349         201        20                -           6.0000          -
29333.57/1479.91	c      1480          83575        3995        20                -           6.0000          -
29432.87/1484.95	c      1485         806158         208        20                -           6.0000          -
29532.17/1489.96	c      1490         808658         202        20                -           6.0000          -
29631.38/1495.02	c      1495          87947       18492        20                -           6.0000          -
29733.32/1500.09	c      1500         813796         199        20                -           6.0000          -
29834.51/1505.16	c      1505         862798         235        20                -           6.0000          -
29933.98/1510.19	c      1510         818549         206        20                -           6.0000          -
30034.54/1515.25	c      1515         820799         206        20                -           6.0000          -
30135.66/1520.32	c      1520         117350        3406        20                -           6.0000          -
30234.90/1525.37	c      1525         117731        3430        20                -           6.0000          -
30336.04/1530.41	c      1530         827830         191        20                -           6.0000          -
30435.25/1535.42	c      1535         830401         211        20                -           6.0000          -
30536.41/1540.52	c      1541          86795        4088        20                -           6.0000          -
30635.65/1545.57	c      1546          87089        4091        20                -           6.0000          -
30736.88/1550.62	c      1551          87362        4200        20                -           6.0000          -
30836.12/1555.63	c      1556         839418         196        20                -           6.0000          -
30937.34/1560.70	c      1561          92038       19308        20                -           6.0000          -
31036.58/1565.77	c      1566          92336       19376        20                -           6.0000          -
31137.90/1570.82	c      1571          88620        4486        20                -           6.0000          -
31236.93/1575.86	c      1576         848136         196        20                -           6.0000          -
31335.95/1580.89	c      1581         850499         201        20                -           6.0000          -
31434.94/1585.90	c      1586          89278        4554        20                -           6.0000          -
31535.88/1590.92	c      1591          93980       19687        20                -           6.0000          -
31635.01/1595.94	c      1596         123344        3594        20                -           6.0000          -
31736.69/1601.06	c      1601         123708        3609        20                -           6.0000          -
31839.23/1606.20	c      1606         861293         213        20                -           6.0000          -
31938.37/1611.26	c      1611          95212       19960        20                -           6.0000          -
32039.58/1616.31	c      1616          95539       20010        20                -           6.0000          -
32138.70/1621.36	c      1621          95901       20051        20                -           6.0000          -
32239.69/1626.40	c      1626         869872         208        20                -           6.0000          -
32338.74/1631.46	c      1631          96634       20206        20                -           6.0000          -
32439.96/1636.51	c      1637          96946       20332        20                -           6.0000          -
32539.31/1641.56	c      1642          97216       20554        20                -           6.0000          -
32638.42/1646.57	c      1647         878627         192        20                -           6.0000          -
32739.15/1651.66	c      1652         950565         231        20                -           6.0000          -
32840.37/1656.71	c      1657         952931         231        20                -           6.0000          -
32939.53/1661.73	c      1662         885473         195        20                -           6.0000          -
33038.75/1666.75	c      1667          98692       20962        20                -           6.0000          -
33139.95/1671.89	c      1672          99083       21034        20                -           6.0000          -
33241.03/1676.95	c      1677          99498       21117        20                -           6.0000          -
33339.97/1682.01	c      1682          99881       21163        20                -           6.0000          -
33441.69/1687.04	c      1687         896312         227        20                -           6.0000          -
33540.67/1692.09	c      1692         898777         216        20                -           6.0000          -
33639.89/1697.13	c      1697         900969         219        20                -           6.0000          -
33741.17/1702.15	c      1702         902895         217        20                -           6.0000          -
33841.79/1707.25	c      1707         905068         213        20                -           6.0000          -
33942.95/1712.32	c      1712         132057        3988        20                -           6.0000          -
34042.19/1717.37	c      1717          96541        5151        20                -           6.0000          -
34143.36/1722.40	c      1722         102260       21679        20                -           6.0000          -
34242.54/1727.48	c      1727         102575       21724        20                -           6.0000          -
34343.69/1732.53	c      1733         102826       21737        20                -           6.0000          -
34442.91/1737.56	c      1738         917836         207        20                -           6.0000          -
34544.14/1742.64	c      1743         134594        4219        20                -           6.0000          -
34643.36/1747.69	c      1748         134964        4281        20                -           6.0000          -
34744.45/1752.70	c      1753         925437         224        20                -           6.0000          -
34843.50/1757.79	c      1758         135816        4373        20                -           6.0000          -
34944.55/1762.84	c      1763         136279        4438        20                -           6.0000          -
35043.55/1767.89	c      1768        1017853         238        20                -           6.0000          -
35144.41/1772.91	c      1773         934944         213        20                -           6.0000          -
35243.31/1777.97	c      1778         937125         218        20                -           6.0000          -
35342.23/1782.98	c      1783         105723       22372        20                -           6.0000          -
35444.04/1788.09	c      1788         138536        4631        20                -           6.0000          -
35545.39/1793.15	c      1793         944618         203        20                -           6.0000          -
35644.44/1798.16	c      1798         947258         209        20                -           6.0000          -
35744.84/1803.21	c      1803         949657         203        20                -           6.0000          -
35845.74/1808.30	c      1808         952386         205        20                -           6.0000          -
35944.92/1813.35	c      1813         101730        5607        20                -           6.0000          -
36044.04/1818.40	c      1818        1047289         232        20                -           6.0000          -
36145.09/1823.46	c      1823        1049593         230        20                -           6.0000          -
36244.19/1828.47	c      1828         961695         208        20                -           6.0000          -
36345.30/1833.56	c      1834        1053969         255        20                -           6.0000          -
36446.35/1838.60	c      1839         966355         213        20                -           6.0000          -
36545.43/1843.66	c      1844         103294        5708        20                -           6.0000          -
36646.62/1848.71	c      1849         103534        5711        20                -           6.0000          -
36745.74/1853.74	c      1854         143879        5266        20                -           6.0000          -
36844.95/1858.75	c      1859         975744         217        20                -           6.0000          -
36944.19/1863.79	c      1864         977685         219        20                -           6.0000          -
37045.25/1868.88	c      1869         979740         211        20                -           6.0000          -
37146.26/1873.96	c      1874         145824        5485        20                -           6.0000          -
37245.35/1879.01	c      1879         146354        5514        20                -           6.0000          -
37344.59/1884.03	c      1884         986337         206        20                -           6.0000          -
37446.42/1889.10	c      1889         988514         200        20                -           6.0000          -
37547.66/1894.16	c      1894         990703         218        20                -           6.0000          -
37647.00/1899.17	c      1899         992808         202        20                -           6.0000          -
37746.02/1904.19	c      1904         113207       24251        20                -           6.0000          -
37846.50/1909.26	c      1909         107613        5995        20                -           6.0000          -
37947.75/1914.30	c      1914         107949        6016        20                -           6.0000          -
38046.60/1919.39	c      1919        1002520         200        20                -           6.0000          -
38147.45/1924.43	c      1924        1004910         201        20                -           6.0000          -
38246.48/1929.45	c      1929        1007058         194        20                -           6.0000          -
38347.70/1934.54	c      1935        1009977         200        20                -           6.0000          -
38449.07/1939.61	c      1940        1012587         206        20                -           6.0000          -
38548.15/1944.62	c      1945        1015088         213        20                -           6.0000          -
38649.27/1949.74	c      1950        1017537         221        20                -           6.0000          -
38748.43/1954.79	c      1955        1020146         205        20                -           6.0000          -
38849.61/1959.81	c      1960        1022465         191        20                -           6.0000          -
38948.66/1964.89	c      1965        1024917         200        20                -           6.0000          -
39049.87/1969.90	c      1970        1027117         194        20                -           6.0000          -
39149.12/1974.99	c      1975        1029117         198        20                -           6.0000          -
39251.02/1980.04	c      1980        1031311         197        20                -           6.0000          -
39350.15/1985.07	c      1985        1033579         197        20                -           6.0000          -
39449.43/1990.10	c      1990        1035892         197        20                -           6.0000          -
39548.59/1995.11	c      1995         114477        6152        20                -           6.0000          -
39649.89/2000.14	c      2000         114971        6161        20                -           6.0000          -
39749.04/2005.19	c      2005         119371       25405        20                -           6.0000          -
39849.64/2010.26	c      2010         119702       25453        20                -           6.0000          -
39948.87/2015.26	c      2015        1047615         202        20                -           6.0000          -
40050.08/2020.32	c      2020        1050083         196        20                -           6.0000          -
40151.26/2025.45	c      2025        1052428         197        20                -           6.0000          -
40252.39/2030.54	c      2031        1055060         202        20                -           6.0000          -
40351.61/2035.59	c      2036        1057976         202        20                -           6.0000          -
40450.90/2040.64	c      2041        1060549         208        20                -           6.0000          -
40549.93/2045.67	c      2046        1063605         199        20                -           6.0000          -
40650.89/2050.74	c      2051        1066252         196        20                -           6.0000          -
40749.93/2055.79	c      2056        1068493         189        20                -           6.0000          -
40851.07/2060.83	c      2061        1070892         205        20                -           6.0000          -
40950.27/2065.89	c      2066        1073172         196        20                -           6.0000          -
41051.31/2070.94	c      2071        1075410         196        20                -           6.0000          -
41150.52/2076.00	c      2076        1077243         190        20                -           6.0000          -
41251.54/2081.04	c      2081        1079245         196        20                -           6.0000          -
41350.69/2086.09	c      2086        1081300         194        20                -           6.0000          -
41451.63/2091.14	c      2091        1083380         193        20                -           6.0000          -
41550.85/2096.19	c      2096        1085444         189        20                -           6.0000          -
41651.94/2101.22	c      2101        1088314         217        20                -           6.0000          -
41751.17/2106.28	c      2106        1091070         214        20                -           6.0000          -
41850.39/2111.30	c      2111         167505        8138        20                -           6.0000          -
41949.60/2116.33	c      2116        1096610         213        20                -           6.0000          -
42053.44/2121.44	c      2121        1099395         204        20                -           6.0000          -
42152.70/2126.49	c      2126        1102372         199        20                -           6.0000          -
42252.95/2131.51	c      2132        1105152         200        20                -           6.0000          -
42351.89/2136.59	c      2137        1107564         213        20                -           6.0000          -
42452.85/2141.64	c      2142        1110028         210        20                -           6.0000          -
42551.76/2146.65	c      2147         127894       27050        20                -           6.0000          -
42652.89/2151.72	c      2152        1115431         202        20                -           6.0000          -
42752.17/2156.75	c      2157        1118241         199        20                -           6.0000          -
42851.00/2161.77	c      2162        1120947         207        20                -           6.0000          -
42952.18/2166.81	c      2167        1123488         204        20                -           6.0000          -
43051.42/2171.84	c      2172        1126038         202        20                -           6.0000          -
43150.58/2176.85	c      2177         128765        6479        20                -           6.0000          -
43249.69/2181.88	c      2182         129249        6500        20                -           6.0000          -
43350.77/2186.98	c      2187         129666        6479        20                -           6.0000          -
43451.98/2192.04	c      2192         130643       27623        20                -           6.0000          -
43550.94/2197.06	c      2197         175073        8992        20                -           6.0000          -
43650.17/2202.08	c      2202         175542        9061        20                -           6.0000          -
43751.19/2207.19	c      2207         176003        9104        20                -           6.0000          -
43852.23/2212.29	c      2212        1144462         197        20                -           6.0000          -
43953.75/2217.39	c      2217        1146446         193        20                -           6.0000          -
44054.85/2222.44	c      2222        1148579         196        20                -           6.0000          -
44153.99/2227.47	c      2227        1151099         202        20                -           6.0000          -
44254.58/2232.51	c      2233        1153267         194        20                -           6.0000          -
44353.73/2237.59	c      2238        1155965         199        20                -           6.0000          -
44454.93/2242.64	c      2243        1158155         194        20                -           6.0000          -
44554.07/2247.69	c      2248        1160382         199        20                -           6.0000          -
44655.25/2252.74	c      2253        1163161         198        20                -           6.0000          -
44754.08/2257.79	c      2258        1165596         202        20                -           6.0000          -
44855.10/2262.84	c      2263        1167788         200        20                -           6.0000          -
44954.20/2267.87	c      2268         180972        9611        20                -           6.0000          -
45055.42/2272.94	c      2273         181458        9659        20                -           6.0000          -
45154.60/2277.99	c      2278         182001        9793        20                -           6.0000          -
45255.63/2283.01	c      2283        1177068         206        20                -           6.0000          -
45354.68/2288.02	c      2288        1179494         203        20                -           6.0000          -
45455.79/2293.10	c      2293         138469       29497        20                -           6.0000          -
45554.92/2298.19	c      2298         138937       29625        20                -           6.0000          -
45656.09/2303.24	c      2303         139426       29758        20                -           6.0000          -
45755.12/2308.27	c      2308         138457        6738        20                -           6.0000          -
45856.88/2313.34	c      2313         138775        6777        20                -           6.0000          -
45956.00/2318.39	c      2318         139131        6796        20                -           6.0000          -
46054.96/2323.41	c      2323        1194827         210        20                -           6.0000          -
46155.85/2328.44	c      2328        1196897         200        20                -           6.0000          -
46256.56/2333.54	c      2334        1199223         200        20                -           6.0000          -
46355.75/2338.59	c      2339        1201319         213        20                -           6.0000          -
46456.95/2343.64	c      2344        1203370         197        20                -           6.0000          -
46556.10/2348.65	c      2349         187833       10583        20                -           6.0000          -
46655.39/2353.68	c      2354         143390       30678        20                -           6.0000          -
46756.41/2358.70	c      2359         188809       10729        20                -           6.0000          -
46855.62/2363.75	c      2364         189289       10786        20                -           6.0000          -
46956.82/2368.89	c      2369        1215391         196        20                -           6.0000          -
47058.04/2373.94	c      2374        1218152         193        20                -           6.0000          -
47157.09/2378.99	c      2379         145416       31181        20                -           6.0000          -
47258.28/2384.04	c      2384         145873       31275        20                -           6.0000          -
47357.45/2389.09	c      2389         143267        7221        20                -           6.0000          -
47458.66/2394.14	c      2394        1229754         205        20                -           6.0000          -
47557.72/2399.19	c      2399         192345       11206        20                -           6.0000          -
47658.72/2404.24	c      2404         192720       11292        20                -           6.0000          -
47757.86/2409.29	c      2409        1236445         199        20                -           6.0000          -
47857.00/2414.34	c      2414        1239249         200        20                -           6.0000          -
47958.82/2419.39	c      2419        1241312         196        20                -           6.0000          -
48057.81/2424.41	c      2424        1243231         205        20                -           6.0000          -
48156.84/2429.43	c      2429         145414        7303        20                -           6.0000          -
48258.19/2434.45	c      2434         150137       32354        20                -           6.0000          -
48358.60/2439.54	c      2440         145987        7330        20                -           6.0000          -
48459.82/2444.64	c      2445         146228        7335        20                -           6.0000          -
48559.07/2449.69	c      2450         146492        7349        20                -           6.0000          -
48660.15/2454.71	c      2455        1256981         204        20                -           6.0000          -
48759.07/2459.72	c      2460         197611       12036        20                -           6.0000          -
48858.30/2464.79	c      2465         198068       12078        20                -           6.0000          -
48959.51/2469.89	c      2470         198483       12127        20                -           6.0000          -
49060.57/2474.94	c      2475        1266926         190        20                -           6.0000          -
49159.78/2479.99	c      2480        1269524         198        20                -           6.0000          -
49260.97/2485.04	c      2485        1272020         201        20                -           6.0000          -
49360.09/2490.07	c      2490        1274660         194        20                -           6.0000          -
49461.24/2495.14	c      2495        1276718         190        20                -           6.0000          -
49560.43/2500.16	c      2500         149136        7434        20                -           6.0000          -
49661.53/2505.21	c      2505         149383        7435        20                -           6.0000          -
49760.73/2510.27	c      2510         156373       33851        20                -           6.0000          -
49862.36/2515.34	c      2515         156670       33895        20                -           6.0000          -
49961.84/2520.38	c      2520        1287829         205        20                -           6.0000          -
50060.73/2525.43	c      2525        1290121         204        20                -           6.0000          -
50162.27/2530.49	c      2530         202747       12564        20                -           6.0000          -
50262.84/2535.55	c      2536         203053       12570        20                -           6.0000          -
50361.86/2540.58	c      2541         203382       12574        20                -           6.0000          -
50463.07/2545.64	c      2546         151588        7488        20                -           6.0000          -
50562.24/2550.66	c      2551         151839        7482        20                -           6.0000          -
50661.47/2555.69	c      2556        1305245         216        20                -           6.0000          -
50762.64/2560.78	c      2561        1307497         211        20                -           6.0000          -
50863.68/2565.84	c      2566        1309853         201        20                -           6.0000          -
50962.88/2570.89	c      2571        1312412         201        20                -           6.0000          -
51063.95/2575.91	c      2576        1314838         199        20                -           6.0000          -
51163.02/2580.99	c      2581        1317177         193        20                -           6.0000          -
51264.09/2586.04	c      2586        1319657         210        20                -           6.0000          -
51363.16/2591.09	c      2591         161275       34789        20                -           6.0000          -
51464.18/2596.10	c      2596         161583       34850        20                -           6.0000          -
51563.39/2601.12	c      2601         154378        7512        20                -           6.0000          -
51662.59/2606.13	c      2606         208089       12808        20                -           6.0000          -
51761.79/2611.19	c      2611         208462       12872        20                -           6.0000          -
51862.97/2616.21	c      2616         208800       12939        20                -           6.0000          -
51964.66/2621.33	c      2621        1335732         193        20                -           6.0000          -
52066.00/2626.44	c      2626        1338031         192        20                -           6.0000          -
52165.24/2631.49	c      2631        1340025         196        20                -           6.0000          -
52265.51/2636.53	c      2637        1342397         198        20                -           6.0000          -
52364.72/2641.58	c      2642        1344818         195        20                -           6.0000          -
52465.91/2646.62	c      2647         164828       35514        20                -           6.0000          -
52565.07/2651.69	c      2652         165107       35537        20                -           6.0000          -
52666.30/2656.74	c      2657         165311       35583        20                -           6.0000          -
52765.59/2661.77	c      2662         165593       35660        20                -           6.0000          -
52866.87/2666.84	c      2667        1356795         203        20                -           6.0000          -
52966.13/2671.87	c      2672        1359150         199        20                -           6.0000          -
53065.37/2676.87	c      2677        1361360         195        20                -           6.0000          -
53164.59/2681.88	c      2682         158592        7588        20                -           6.0000          -
53267.84/2687.03	c      2687         213167       13151        20                -           6.0000          -
53367.13/2692.08	c      2692         159285        7618        20                -           6.0000          -
53468.39/2697.14	c      2697         159584        7618        20                -           6.0000          -
53567.58/2702.16	c      2702         159906        7619        20                -           6.0000          -
53666.86/2707.17	c      2707         160269        7617        20                -           6.0000          -
53768.13/2712.22	c      2712         160625        7621        20                -           6.0000          -
53869.81/2717.34	c      2717         160887        7608        20                -           6.0000          -
53969.24/2722.36	c      2722        1381735         216        20                -           6.0000          -
54068.53/2727.37	c      2727        1383877         214        20                -           6.0000          -
54169.90/2732.46	c      2732         171403       37064        20                -           6.0000          -
54270.36/2737.51	c      2738         171837       37163        20                -           6.0000          -
54369.64/2742.52	c      2743         162096        7739        20                -           6.0000          -
54470.91/2747.60	c      2748         162330        7754        20                -           6.0000          -
54570.18/2752.70	c      2753         162624        7758        20                -           6.0000          -
54671.45/2757.75	c      2758         162913        7780        20                -           6.0000          -
54770.72/2762.80	c      2763         163155        7779        20                -           6.0000          -
54871.97/2767.85	c      2768         218629       13915        20                -           6.0000          -
54973.25/2772.90	c      2773         218937       13958        20                -           6.0000          -
55072.48/2777.95	c      2778         219528       13989        20                -           6.0000          -
55171.74/2782.98	c      2783         220082       13981        20                -           6.0000          -
55273.01/2788.05	c      2788         220428       13985        20                -           6.0000          -
55372.27/2793.08	c      2793         220781       13983        20                -           6.0000          -
55471.51/2798.09	c      2798         165310        7897        20                -           6.0000          -
55572.76/2803.15	c      2803         177367       38606        20                -           6.0000          -
55674.01/2808.24	c      2808         177782       38700        20                -           6.0000          -
55773.29/2813.27	c      2813         178246       38787        20                -           6.0000          -
55875.29/2818.35	c      2818         166159        7934        20                -           6.0000          -
55974.27/2823.40	c      2823         166562        7966        20                -           6.0000          -
56073.59/2828.41	c      2828         166890        7972        20                -           6.0000          -
56174.94/2833.48	c      2833         223319       14126        20                -           6.0000          -
56275.46/2838.55	c      2839         223603       14138        20                -           6.0000          -
56376.71/2843.60	c      2844         223946       14139        20                -           6.0000          -
56475.98/2848.61	c      2849         181236       39459        20                -           6.0000          -
56577.25/2853.70	c      2854         181616       39577        20                -           6.0000          -
56676.51/2858.75	c      2859         182031       39645        20                -           6.0000          -
56775.79/2863.76	c      2864        1444628         204        20                -           6.0000          -
56875.16/2868.79	c      2869         169111        8066        20                -           6.0000          -
56978.31/2873.90	c      2874         169451        8123        20                -           6.0000          -
57077.59/2878.93	c      2879         169795        8162        20                -           6.0000          -
57176.87/2883.96	c      2884         184056       40076        20                -           6.0000          -
57276.14/2888.98	c      2889         184394       40160        20                -           6.0000          -
57377.41/2894.05	c      2894         227348       14395        20                -           6.0000          -
57478.64/2899.15	c      2899         227654       14440        20                -           6.0000          -
57579.90/2904.20	c      2904         228013       14458        20                -           6.0000          -
57679.18/2909.25	c      2909         228318       14502        20                -           6.0000          -
57778.44/2914.30	c      2914         228613       14535        20                -           6.0000          -
57880.10/2919.35	c      2919         228844       14560        20                -           6.0000          -
57979.70/2924.39	c      2924         229133       14586        20                -           6.0000          -
58078.82/2929.40	c      2929         187613       40901        20                -           6.0000          -
58180.13/2934.47	c      2934         172728        8318        20                -           6.0000          -
58280.71/2939.52	c      2940         173029        8314        20                -           6.0000          -
58379.97/2944.54	c      2945         173305        8320        20                -           6.0000          -
58481.23/2949.65	c      2950         230725       14678        20                -           6.0000          -
58582.47/2954.70	c      2955         231001       14701        20                -           6.0000          -
58681.71/2959.75	c      2960         231347       14723        20                -           6.0000          -
58782.97/2964.80	c      2965         231720       14760        20                -           6.0000          -
58882.24/2969.81	c      2970         232023       14773        20                -           6.0000          -
58981.50/2974.87	c      2975         232372       14775        20                -           6.0000          -
59082.77/2979.94	c      2980         232706       14827        20                -           6.0000          -
59182.04/2985.00	c      2985        1688453         256        20                -           6.0000          -
59283.29/2990.01	c      2990         176121        8469        20                -           6.0000          -
59382.57/2995.09	c      2995        1693661         263        20                -           6.0000          -
59483.83/3000.12	c      3000         176931        8573        20                -           6.0000          -
59583.06/3005.14	c      3005         234101       15081        20                -           6.0000          -
59684.31/3010.25	c      3010         194374       42427        20                -           6.0000          -
59783.58/3015.30	c      3015         234837       15107        20                -           6.0000          -
59885.42/3020.35	c      3020         235206       15127        20                -           6.0000          -
59984.60/3025.38	c      3025         235538       15173        20                -           6.0000          -
60086.04/3030.44	c      3030         196035       42827        20                -           6.0000          -
60186.51/3035.50	c      3036         196473       42902        20                -           6.0000          -
60285.78/3040.55	c      3041         196927       43015        20                -           6.0000          -
60387.02/3045.60	c      3046         197330       43092        20                -           6.0000          -
60486.30/3050.65	c      3051         197736       43167        20                -           6.0000          -
60587.56/3055.70	c      3056        1728525         240        20                -           6.0000          -
60686.83/3060.72	c      3061        1731507         258        20                -           6.0000          -
60786.03/3065.73	c      3066         238361       15300        20                -           6.0000          -
60885.30/3070.76	c      3071         238678       15308        20                -           6.0000          -
60986.56/3075.80	c      3076         239076       15379        20                -           6.0000          -
61085.79/3080.82	c      3081         200086       43702        20                -           6.0000          -
61185.05/3085.85	c      3086         200452       43789        20                -           6.0000          -
61284.33/3090.89	c      3091         200898       43872        20                -           6.0000          -
61385.57/3095.97	c      3096         201311       44032        20                -           6.0000          -
61486.82/3101.00	c      3101         241018       15488        20                -           6.0000          -
61586.07/3106.06	c      3106         202142       44233        20                -           6.0000          -
61687.29/3111.19	c      3111         241780       15586        20                -           6.0000          -
61788.59/3116.20	c      3116         185308        9022        20                -           6.0000          -
61888.05/3121.22	c      3121         185684        9022        20                -           6.0000          -
61987.22/3126.25	c      3126         186070        9049        20                -           6.0000          -
62086.53/3131.27	c      3131         186447        9053        20                -           6.0000          -
62185.84/3136.29	c      3136         186925        9051        20                -           6.0000          -
62287.66/3141.39	c      3141         244330       15763        20                -           6.0000          -
62389.22/3146.47	c      3146         205396       44951        20                -           6.0000          -
62489.74/3151.51	c      3152         245157       15821        20                -           6.0000          -
62591.03/3156.61	c      3157         245520       15851        20                -           6.0000          -
62690.35/3161.65	c      3162         188460        9183        20                -           6.0000          -
62789.66/3166.68	c      3167         188730        9205        20                -           6.0000          -
62890.92/3171.74	c      3172         188981        9227        20                -           6.0000          -
62992.21/3176.90	c      3177         189251        9216        20                -           6.0000          -
63093.50/3181.95	c      3182         189588        9230        20                -           6.0000          -
63194.81/3187.00	c      3187         189832        9242        20                -           6.0000          -
63294.11/3192.01	c      3192         190076        9246        20                -           6.0000          -
63393.42/3197.10	c      3197         190377        9250        20                -           6.0000          -
63494.74/3202.15	c      3202        1810466         244        20                -           6.0000          -
63596.04/3207.20	c      3207        1813140         241        20                -           6.0000          -
63695.37/3212.25	c      3212        1815989         242        20                -           6.0000          -
63794.69/3217.27	c      3217         211184       46255        20                -           6.0000          -
63894.02/3222.30	c      3222         191892        9360        20                -           6.0000          -
63995.76/3227.39	c      3227         250499       16215        20                -           6.0000          -
64097.32/3232.45	c      3232         250868       16244        20                -           6.0000          -
64196.82/3237.50	c      3238         251158       16269        20                -           6.0000          -
64297.20/3242.55	c      3243         251493       16284        20                -           6.0000          -
64398.52/3247.60	c      3248         251845       16326        20                -           6.0000          -
64497.85/3252.65	c      3253         252190       16366        20                -           6.0000          -
64597.17/3257.70	c      3258         252568       16401        20                -           6.0000          -
64698.49/3262.74	c      3263         252892       16413        20                -           6.0000          -
64797.80/3267.75	c      3268         215505       47152        20                -           6.0000          -
64897.10/3272.76	c      3273         215915       47229        20                -           6.0000          -
64996.41/3277.77	c      3278         194848        9524        20                -           6.0000          -
65097.72/3282.85	c      3283         195135        9538        20                -           6.0000          -
65197.03/3287.89	c      3288         195425        9545        20                -           6.0000          -
65296.32/3292.90	c      3293         254558       16557        20                -           6.0000          -
65397.63/3297.95	c      3298         255020       16554        20                -           6.0000          -
65498.94/3303.05	c      3303         255420       16571        20                -           6.0000          -
65598.26/3308.09	c      3308         255810       16581        20                -           6.0000          -
65697.59/3313.09	c      3313         219107       47958        20                -           6.0000          -
65798.88/3318.14	c      3318         197256        9810        20                -           6.0000          -
65900.17/3323.22	c      3323         197647        9884        20                -           6.0000          -
65999.49/3328.27	c      3328         198036        9923        20                -           6.0000          -
66101.35/3333.33	c      3333         220760       48356        20                -           6.0000          -
66200.77/3338.35	c      3338         221187       48439        20                -           6.0000          -
66300.17/3343.42	c      3343         221547       48514        20                -           6.0000          -
66401.41/3348.45	c      3348         222016       48615        20                -           6.0000          -
66500.57/3353.50	c      3354         258941       16897        20                -           6.0000          -
66603.32/3358.60	c      3359         259319       16930        20                -           6.0000          -
66702.62/3363.65	c      3364         259579       16833        20                -           6.0000          -
66805.93/3368.80	c      3369         259954       16875        20                -           6.0000          -
66905.25/3373.85	c      3374         260443       16900        20                -           6.0000          -
67004.55/3378.90	c      3379         260885       16928        20                -           6.0000          -
67105.84/3383.92	c      3384         201439       10636        20                -           6.0000          -
67205.15/3388.94	c      3389         225350       49309        20                -           6.0000          -
67306.44/3394.04	c      3394         202001       10773        20                -           6.0000          -
67407.75/3399.10	c      3399         226187       49526        20                -           6.0000          -
67507.07/3404.15	c      3404         202712       10836        20                -           6.0000          -
67606.39/3409.20	c      3409        1933711         252        20                -           6.0000          -
67707.66/3414.25	c      3414        1936553         241        20                -           6.0000          -
67806.98/3419.26	c      3419        1939422         255        20                -           6.0000          -
67906.27/3424.27	c      3424         228129       49953        20                -           6.0000          -
68005.70/3429.29	c      3429         264489       17096        20                -           6.0000          -
68105.12/3434.31	c      3434         204430       11078        20                -           6.0000          -
68206.77/3439.35	c      3439         204679       11088        20                -           6.0000          -
68309.51/3444.51	c      3445         204960       11131        20                -           6.0000          -
68410.82/3449.60	c      3450         205231       11158        20                -           6.0000          -
68510.12/3454.64	c      3455         205531       11218        20                -           6.0000          -
68611.45/3459.70	c      3460         205832       11257        20                -           6.0000          -
68710.77/3464.75	c      3465        1971087         248        20                -           6.0000          -
68810.09/3469.80	c      3470        1974864         255        20                -           6.0000          -
68911.31/3474.85	c      3475        1978484         248        20                -           6.0000          -
69010.62/3479.90	c      3480         206836       11374        20                -           6.0000          -
69111.92/3484.91	c      3485         268505       17295        20                -           6.0000          -
69211.27/3489.93	c      3490         268780       17293        20                -           6.0000          -
69310.57/3494.96	c      3495         269086       17321        20                -           6.0000          -
69411.91/3500.03	c      3500         234369       51439        20                -           6.0000          -
69513.20/3505.15	c      3505         234796       51532        20                -           6.0000          -
69614.52/3510.20	c      3510         235199       51591        20                -           6.0000          -
69713.84/3515.21	c      3515         235603       51649        20                -           6.0000          -
69813.14/3520.28	c      3520         235946       51735        20                -           6.0000          -
69912.43/3525.32	c      3525         236350       51826        20                -           6.0000          -
70014.29/3530.40	c      3530         236733       51924        20                -           6.0000          -
70115.60/3535.45	c      3535         237102       51992        20                -           6.0000          -
70214.91/3540.48	c      3540        2022855         266        20                -           6.0000          -
70315.61/3545.54	c      3546         210554       11773        20                -           6.0000          -
70416.91/3550.60	c      3551         210820       11794        20                -           6.0000          -
70516.24/3555.61	c      3556         238586       52298        20                -           6.0000          -
70617.56/3560.70	c      3561         239025       52379        20                -           6.0000          -
70716.93/3565.75	c      3566         274430       17704        20                -           6.0000          -
70816.33/3570.78	c      3571         239851       52544        20                -           6.0000          -
70917.72/3575.85	c      3576         275107       17743        20                -           6.0000          -
71019.11/3580.90	c      3581         275543       17751        20                -           6.0000          -
71118.52/3585.91	c      3586         275889       17782        20                -           6.0000          -
71217.93/3590.95	c      3591         241397       52898        20                -           6.0000          -
71319.32/3596.05	c      3596         213268       12068        20                -           6.0000          -
71418.72/3601.09	c      3601         213513       12063        20                -           6.0000          -
71520.11/3606.10	c      3606         213748       12108        20                -           6.0000          -
71547.93/3607.57	c      3608         210308           0         0                -           6.0000          -
71553.48/3608.03	c      3608         210308           0         0                -           6.0000          -
71553.48/3608.03	c SCIP Status        : c problem is solved [infeasible]
71553.48/3608.03	c Total Time         : 3608.0300
71553.48/3608.03	c   solving          : 3608.0300
71553.48/3608.03	c   presolving       : 1.0199 (included in solving)
71553.48/3608.03	c B&B Tree           :
71553.48/3608.03	c   nodes (total)    : 210308
71553.48/3608.03	c Solution           :
71553.48/3608.03	c   Solutions found  : 0
71553.48/3608.03	c   Primal Bound     :          -
71553.48/3608.03	c   Dual Bound       :          -
71553.48/3608.03	c Gap                :          -
71553.48/3608.04	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (173297 MiB free)
  memory of node 1: 193531 MiB (169119 MiB free)
  memory of node 2: 193531 MiB (188885 MiB free)
  memory of node 3: 193493 MiB (193062 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-4465344-1722461775/watcher-4465344-1722461775 -o /tmp/evaluation-result-4465344-1722461775/solver-4465344-1722461775 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68262 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465344-1722461775.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=74010, runsolver pid=74007
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 80.54 79.54 77.77 62/981 74011
/proc/meminfo: memFree=741718944/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=61124 memory=44536 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) R 74007 74010 68249 0 -1 4194304 9673 0 0 0 10 1 0 0 20 0 1 0 12760208 62590976 11134 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 15281 11134 2790 3035 0 11677 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 61124 KiB
Current children cumulated memory: 44536 KiB

[startup+0.219716 s]*
/proc/loadavg: 80.54 79.54 77.77 64/981 74011
/proc/meminfo: memFree=741713372/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=63344 memory=46912 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) R 74007 74010 68249 0 -1 4194304 10277 0 0 0 22 1 0 0 20 0 1 0 12760208 64864256 11728 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 15836 11728 2790 3035 0 12232 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 63344 KiB
Current children cumulated memory: 46912 KiB

[startup+0.319936 s]*
/proc/loadavg: 80.54 79.54 77.77 62/981 74011
/proc/meminfo: memFree=741712248/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=64360 memory=47968 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/74010/stat : 74010 (fscip) R 74007 74010 68249 0 -1 4194304 10513 0 0 0 31 1 0 0 20 0 1 0 12760208 65904640 11992 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 16090 11992 2790 3035 0 12486 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 64360 KiB
Current children cumulated memory: 47968 KiB

[startup+0.700203 s]
/proc/loadavg: 80.54 79.54 77.77 62/981 74011
/proc/meminfo: memFree=741708680/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=66392 memory=50344 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/74010/stat : 74010 (fscip) R 74007 74010 68249 0 -1 4194304 11116 0 0 0 67 1 0 0 20 0 1 0 12760208 67985408 12586 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 16598 12586 2790 3035 0 12994 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66392 KiB
Current children cumulated memory: 50344 KiB

[startup+1.50061 s]
/proc/loadavg: 80.54 79.54 77.77 62/981 74011
/proc/meminfo: memFree=741684760/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=1897208 memory=590828 CPUtime=6.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) S 74007 74010 68249 0 -1 1077936128 144850 0 0 0 635 39 0 0 20 0 41 0 12760208 1942740992 147707 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 474302 147707 2806 3035 0 237011 0
Current children cumulated CPU time: 6.74 s
Current children cumulated vsize: 1897208 KiB
Current children cumulated memory: 590828 KiB

[startup+3.12861 s]
/proc/loadavg: 80.54 79.54 77.77 82/1021 74051
/proc/meminfo: memFree=740582936/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=1898304 memory=1166444 CPUtime=38.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) S 74007 74010 68249 0 -1 1077936128 331093 0 0 0 3781 81 0 0 20 0 41 0 12760208 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 474576 291611 2950 3035 0 395022 0
[pid=74010/tid=74012] ppid=74007 vsize=1898304 memory=11632 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74012/stat : 74012 (fscip) R 74007 74010 68249 0 -1 4194368 17862 0 0 0 185 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74013] ppid=74007 vsize=1898304 memory=837896 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74013/stat : 74013 (fscip) R 74007 74010 68249 0 -1 4194368 18801 0 0 0 181 5 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74014] ppid=74007 vsize=1898304 memory=279555529681728 CPUtime=1.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74014/stat : 74014 (fscip) R 74007 74010 68249 0 -1 4194368 9582 0 0 0 187 2 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74015] ppid=74007 vsize=1898304 memory=13784 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74015/stat : 74015 (fscip) R 74007 74010 68249 0 -1 4194368 18103 0 0 0 183 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74016] ppid=74007 vsize=1898304 memory=279555529686368 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74016/stat : 74016 (fscip) R 74007 74010 68249 0 -1 4194368 18058 0 0 0 182 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74017] ppid=74007 vsize=1898304 memory=279555529134464 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74017/stat : 74017 (fscip) R 74007 74010 68249 0 -1 4194368 9698 0 0 0 184 2 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74018] ppid=74007 vsize=1898304 memory=10528 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74018/stat : 74018 (fscip) R 74007 74010 68249 0 -1 4194368 18212 0 0 0 184 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74019] ppid=74007 vsize=1898304 memory=5440 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74019/stat : 74019 (fscip) R 74007 74010 68249 0 -1 4194368 17486 0 0 0 182 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74020] ppid=74007 vsize=1898304 memory=0 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74020/stat : 74020 (fscip) R 74007 74010 68249 0 -1 4194368 9817 0 0 0 185 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74021] ppid=74007 vsize=1898304 memory=279555529640800 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74021/stat : 74021 (fscip) R 74007 74010 68249 0 -1 4194368 18149 0 0 0 183 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74022] ppid=74007 vsize=1898304 memory=139777764940880 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74022/stat : 74022 (fscip) R 74007 74010 68249 0 -1 4194368 18912 0 0 0 184 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74023] ppid=74007 vsize=1898304 memory=29836768444022866 CPUtime=1.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74023/stat : 74023 (fscip) R 74007 74010 68249 0 -1 4194368 13439 0 0 0 185 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74024] ppid=74007 vsize=1898304 memory=0 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74024/stat : 74024 (fscip) R 74007 74010 68249 0 -1 4194368 17748 0 0 0 182 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74025] ppid=74007 vsize=1898304 memory=0 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74025/stat : 74025 (fscip) R 74007 74010 68249 0 -1 4194368 17633 0 0 0 183 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74026] ppid=74007 vsize=1898304 memory=279555529312080 CPUtime=1.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74026/stat : 74026 (fscip) R 74007 74010 68249 0 -1 4194368 9556 0 0 0 186 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74027] ppid=74007 vsize=1898304 memory=8154196739585 CPUtime=1.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74027/stat : 74027 (fscip) R 74007 74010 68249 0 -1 4194368 17370 0 0 0 184 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74028] ppid=74007 vsize=1898304 memory=8158491706625 CPUtime=1.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74028/stat : 74028 (fscip) R 74007 74010 68249 0 -1 4194368 17659 0 0 0 181 3 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74029] ppid=74007 vsize=1898304 memory=33108 CPUtime=1.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74029/stat : 74029 (fscip) R 74007 74010 68249 0 -1 4194368 9462 0 0 0 186 2 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74030] ppid=74007 vsize=1898304 memory=2208 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74030/stat : 74030 (fscip) R 74007 74010 68249 0 -1 4194368 17453 0 0 0 182 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74031] ppid=74007 vsize=1898304 memory=25992 CPUtime=1.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74031/stat : 74031 (fscip) R 74007 74010 68249 0 -1 4194368 17211 0 0 0 182 4 0 0 20 0 41 0 12760312 1943863296 291611 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74032] ppid=74007 vsize=1898304 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74032/stat : 74032 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74033] ppid=74007 vsize=1898304 memory=6232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74033/stat : 74033 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74034] ppid=74007 vsize=1898304 memory=19852 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74034/stat : 74034 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74035] ppid=74007 vsize=1898304 memory=31988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74035/stat : 74035 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74036] ppid=74007 vsize=1898304 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74036/stat : 74036 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74037] ppid=74007 vsize=1898304 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74037/stat : 74037 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74038] ppid=74007 vsize=1898304 memory=27608 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74038/stat : 74038 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74039] ppid=74007 vsize=1898304 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74039/stat : 74039 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74040] ppid=74007 vsize=1898304 memory=8072 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74040/stat : 74040 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74041] ppid=74007 vsize=1898304 memory=734279499742555994 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74041/stat : 74041 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74042] ppid=74007 vsize=1898304 memory=279555529625128 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74042/stat : 74042 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74043] ppid=74007 vsize=1898304 memory=7156610600111333988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74043/stat : 74043 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74044] ppid=74007 vsize=1898304 memory=7595432292288522304 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74044/stat : 74044 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74045] ppid=74007 vsize=1898304 memory=7084278033591919448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74045/stat : 74045 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74046] ppid=74007 vsize=1898304 memory=279555529638272 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74046/stat : 74046 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74047] ppid=74007 vsize=1898304 memory=11592 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74047/stat : 74047 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74048] ppid=74007 vsize=1898304 memory=11792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74048/stat : 74048 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74049] ppid=74007 vsize=1898304 memory=12216 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74049/stat : 74049 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74050] ppid=74007 vsize=1898304 memory=2756 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74050/stat : 74050 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74051] ppid=74007 vsize=1898304 memory=6792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74051/stat : 74051 (fscip) S 74007 74010 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12760328 1943863296 291677 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
Current children cumulated CPU time: 38.62 s
Current children cumulated vsize: 1898304 KiB
Current children cumulated memory: 1166444 KiB

[startup+6.30161 s]
/proc/loadavg: 80.49 79.55 77.78 82/1021 74052
/proc/meminfo: memFree=740291528/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=2751400 memory=1457736 CPUtime=101.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) S 74007 74010 68249 0 -1 1077936128 535169 0 0 0 10034 119 0 0 20 0 41 0 12760208 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 687850 364434 2950 3035 0 462835 0
[pid=74010/tid=74012] ppid=74007 vsize=2751400 memory=279555529134464 CPUtime=5.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74012/stat : 74012 (fscip) R 74007 74010 68249 0 -1 4194368 28190 0 0 0 498 5 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74013] ppid=74007 vsize=2751400 memory=16108 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74013/stat : 74013 (fscip) R 74007 74010 68249 0 -1 4194368 26750 0 0 0 495 6 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74014] ppid=74007 vsize=2751400 memory=2212 CPUtime=5.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74014/stat : 74014 (fscip) R 74007 74010 68249 0 -1 4194368 12045 0 0 0 500 3 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74015] ppid=74007 vsize=2751400 memory=6943526294502006880 CPUtime=4.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74015/stat : 74015 (fscip) R 74007 74010 68249 0 -1 4194368 28724 0 0 0 490 6 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74016] ppid=74007 vsize=2751400 memory=13784 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74016/stat : 74016 (fscip) R 74007 74010 68249 0 -1 4194368 27452 0 0 0 495 6 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74017] ppid=74007 vsize=2751400 memory=1425240 CPUtime=5.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74017/stat : 74017 (fscip) R 74007 74010 68249 0 -1 4194368 13990 0 0 0 497 4 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74018] ppid=74007 vsize=2751400 memory=11632 CPUtime=5.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74018/stat : 74018 (fscip) R 74007 74010 68249 0 -1 4194368 31487 0 0 0 497 6 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74019] ppid=74007 vsize=2751400 memory=2212 CPUtime=5.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74019/stat : 74019 (fscip) R 74007 74010 68249 0 -1 4194368 23508 0 0 0 496 6 0 0 20 0 41 0 12760312 2817433600 364434 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0

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

/proc/74010/task/74026/stat : 74026 (fscip) R 74007 74010 68249 0 -1 4194368 745482 0 0 0 356425 1509 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74027] ppid=74007 vsize=7238788 memory=11612 CPUtime=3576.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74027/stat : 74027 (fscip) R 74007 74010 68249 0 -1 4194368 1522625 0 0 0 357247 389 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74028] ppid=74007 vsize=7238788 memory=13736 CPUtime=3579.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74028/stat : 74028 (fscip) R 74007 74010 68249 0 -1 4194368 1548228 0 0 0 357612 318 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74029] ppid=74007 vsize=7238788 memory=12216 CPUtime=3576.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74029/stat : 74029 (fscip) R 74007 74010 68249 0 -1 4194368 1124415 0 0 0 356710 984 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74030] ppid=74007 vsize=7238788 memory=-6000919499214174262 CPUtime=3582.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74030/stat : 74030 (fscip) R 74007 74010 68249 0 -1 4194368 1388444 0 0 0 357979 290 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74031] ppid=74007 vsize=7238788 memory=36112 CPUtime=3563.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74031/stat : 74031 (fscip) R 74007 74010 68249 0 -1 4194368 1430644 0 0 0 356093 299 0 0 20 0 41 0 12760312 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74032] ppid=74007 vsize=7238788 memory=4748 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/74010/task/74032/stat : 74032 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74033] ppid=74007 vsize=7238788 memory=20492 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/74010/task/74033/stat : 74033 (fscip) S 74007 74010 68249 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74034] ppid=74007 vsize=7238788 memory=6836 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/74010/task/74034/stat : 74034 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74035] ppid=74007 vsize=7238788 memory=7256 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/74010/task/74035/stat : 74035 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74036] ppid=74007 vsize=7238788 memory=28068 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/74010/task/74036/stat : 74036 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74037] ppid=74007 vsize=7238788 memory=31988 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/74010/task/74037/stat : 74037 (fscip) S 74007 74010 68249 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74038] ppid=74007 vsize=7238788 memory=28720 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/74010/task/74038/stat : 74038 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74039] ppid=74007 vsize=7238788 memory=7384 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/74010/task/74039/stat : 74039 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74040] ppid=74007 vsize=7238788 memory=27608 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/74010/task/74040/stat : 74040 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74041] ppid=74007 vsize=7238788 memory=3736 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/74010/task/74041/stat : 74041 (fscip) S 74007 74010 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74042] ppid=74007 vsize=7238788 memory=40232 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/74010/task/74042/stat : 74042 (fscip) S 74007 74010 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74043] ppid=74007 vsize=7238788 memory=14016 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/74010/task/74043/stat : 74043 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74044] ppid=74007 vsize=7238788 memory=10528 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/74010/task/74044/stat : 74044 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74045] ppid=74007 vsize=7238788 memory=6836 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/74010/task/74045/stat : 74045 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74046] ppid=74007 vsize=7238788 memory=7256 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/74010/task/74046/stat : 74046 (fscip) R 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74047] ppid=74007 vsize=7238788 memory=28068 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/74010/task/74047/stat : 74047 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74048] ppid=74007 vsize=7238788 memory=33612 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/74010/task/74048/stat : 74048 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74049] ppid=74007 vsize=7238788 memory=38376 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/74010/task/74049/stat : 74049 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74050] ppid=74007 vsize=7238788 memory=7760 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/74010/task/74050/stat : 74050 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74051] ppid=74007 vsize=7238788 memory=18104 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/74010/task/74051/stat : 74051 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12760328 7412518912 1581062 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
Current children cumulated CPU time: 71547.9 s
Current children cumulated vsize: 7238788 KiB
Current children cumulated memory: 6324248 KiB

[startup+3607.9 s]
/proc/loadavg: 29.47 42.10 56.99 21/880 77120
/proc/meminfo: memFree=780390588/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=4408152 memory=3075864 CPUtime=71553.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) S 74007 74010 68249 0 -1 1077936128 27021490 0 0 0 7143813 11510 0 0 20 0 23 0 12760208 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 1102038 768966 3334 3035 0 1017407 0
[pid=74010/tid=74015] ppid=74007 vsize=4408152 memory=6321636 CPUtime=3579.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74015/stat : 74015 (fscip) R 74007 74010 68249 0 -1 4194368 1555053 0 0 0 357628 311 0 0 20 0 23 0 12760312 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74018] ppid=74007 vsize=4408152 memory=20132 CPUtime=3579.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74018/stat : 74018 (fscip) R 74007 74010 68249 0 -1 4194368 1674738 0 0 0 357544 393 0 0 20 0 23 0 12760312 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74024] ppid=74007 vsize=4408152 memory=11632 CPUtime=3583.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74024/stat : 74024 (fscip) R 74007 74010 68249 0 -1 4194368 1350537 0 0 0 358028 293 0 0 20 0 23 0 12760312 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74027] ppid=74007 vsize=4408152 memory=-7667492184136966016 CPUtime=3576.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74027/stat : 74027 (fscip) R 74007 74010 68249 0 -1 4194368 1552361 0 0 0 357280 392 0 0 20 0 23 0 12760312 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74032] ppid=74007 vsize=4408152 memory=-1891255765032775953 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/74010/task/74032/stat : 74032 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74033] ppid=74007 vsize=4408152 memory=-6514302227293683331 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/74010/task/74033/stat : 74033 (fscip) S 74007 74010 68249 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74035] ppid=74007 vsize=4408152 memory=4638778398332698724 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/74010/task/74035/stat : 74035 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74037] ppid=74007 vsize=4408152 memory=-2541025442986482787 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/74010/task/74037/stat : 74037 (fscip) S 74007 74010 68249 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74038] ppid=74007 vsize=4408152 memory=6943526294502006880 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/74010/task/74038/stat : 74038 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74039] ppid=74007 vsize=4408152 memory=139777766245624 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/74010/task/74039/stat : 74039 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74040] ppid=74007 vsize=4408152 memory=27608 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/74010/task/74040/stat : 74040 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74041] ppid=74007 vsize=4408152 memory=4049052952813650637 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/74010/task/74041/stat : 74041 (fscip) S 74007 74010 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74042] ppid=74007 vsize=4408152 memory=11632 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/74010/task/74042/stat : 74042 (fscip) S 74007 74010 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74043] ppid=74007 vsize=4408152 memory=14016 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/74010/task/74043/stat : 74043 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74044] ppid=74007 vsize=4408152 memory=10528 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/74010/task/74044/stat : 74044 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74045] ppid=74007 vsize=4408152 memory=5440 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/74010/task/74045/stat : 74045 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74046] ppid=74007 vsize=4408152 memory=16108 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/74010/task/74046/stat : 74046 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74047] ppid=74007 vsize=4408152 memory=2212 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/74010/task/74047/stat : 74047 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74048] ppid=74007 vsize=4408152 memory=52808 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/74010/task/74048/stat : 74048 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74049] ppid=74007 vsize=4408152 memory=1952 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/74010/task/74049/stat : 74049 (fscip) S 74007 74010 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74050] ppid=74007 vsize=4408152 memory=1852 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/74010/task/74050/stat : 74050 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74051] ppid=74007 vsize=4408152 memory=33108 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/74010/task/74051/stat : 74051 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 23 0 12760328 4513947648 768966 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
Current children cumulated CPU time: 71553.2 s
Current children cumulated vsize: 4408152 KiB
Current children cumulated memory: 3075864 KiB

[startup+3608 s]
/proc/loadavg: 29.47 42.10 56.99 21/880 77120
/proc/meminfo: memFree=780390588/790760804 swapFree=131071996/131071996
[pid=74010] ppid=74007 vsize=3589080 memory=2172952 CPUtime=71553.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/stat : 74010 (fscip) S 74007 74010 68249 0 -1 1077936128 27031872 0 0 0 7143834 11514 0 0 20 0 21 0 12760208 3675217920 543717 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
/proc/74010/statm: 897270 543717 3334 3035 0 834766 0
[pid=74010/tid=74018] ppid=74007 vsize=3589080 memory=6247248 CPUtime=3579.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74018/stat : 74018 (fscip) R 74007 74010 68249 0 -1 4194368 1678712 0 0 0 357553 393 0 0 20 0 21 0 12760312 3675217920 542731 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74024] ppid=74007 vsize=3589080 memory=635947217732194 CPUtime=3583.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/74010/task/74024/stat : 74024 (fscip) D 74007 74010 68249 0 -1 4194368 1353664 0 0 0 358036 294 0 0 20 0 21 0 12760312 3675217920 542731 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74032] ppid=74007 vsize=3589080 memory=279555531149936 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/74010/task/74032/stat : 74032 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 542731 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74033] ppid=74007 vsize=3589080 memory=8725840243654675 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/74010/task/74033/stat : 74033 (fscip) S 74007 74010 68249 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 542230 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74035] ppid=74007 vsize=3589080 memory=20132 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/74010/task/74035/stat : 74035 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 542230 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74037] ppid=74007 vsize=3589080 memory=-7667492184136966016 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/74010/task/74037/stat : 74037 (fscip) S 74007 74010 68249 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 542230 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74038] ppid=74007 vsize=3589080 memory=6321384 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/74010/task/74038/stat : 74038 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541797 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74039] ppid=74007 vsize=3589080 memory=6324248 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/74010/task/74039/stat : 74039 (fscip) S 74007 74010 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541797 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74040] ppid=74007 vsize=3589080 memory=2208 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/74010/task/74040/stat : 74040 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 21 0 12760328 3675217920 541797 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74041] ppid=74007 vsize=3589080 memory=6085444 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/74010/task/74041/stat : 74041 (fscip) S 74007 74010 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541797 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74042] ppid=74007 vsize=3589080 memory=25333125866717268 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/74010/task/74042/stat : 74042 (fscip) S 74007 74010 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541288 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74043] ppid=74007 vsize=3589080 memory=6321392 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/74010/task/74043/stat : 74043 (fscip) S 74007 74010 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541288 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74044] ppid=74007 vsize=3589080 memory=30962685530996822 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/74010/task/74044/stat : 74044 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 541288 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74045] ppid=74007 vsize=3589080 memory=0 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/74010/task/74045/stat : 74045 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74046] ppid=74007 vsize=3589080 memory=6140872 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/74010/task/74046/stat : 74046 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74047] ppid=74007 vsize=3589080 memory=11632 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/74010/task/74047/stat : 74047 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74048] ppid=74007 vsize=3589080 memory=25333125866717268 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/74010/task/74048/stat : 74048 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 1 1 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74049] ppid=74007 vsize=3589080 memory=6291996 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/74010/task/74049/stat : 74049 (fscip) S 74007 74010 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74050] ppid=74007 vsize=3589080 memory=6293644 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/74010/task/74050/stat : 74050 (fscip) S 74007 74010 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
[pid=74010/tid=74051] ppid=74007 vsize=3589080 memory=6081644426611081321 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/74010/task/74051/stat : 74051 (fscip) S 74007 74010 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 21 0 12760328 3675217920 540906 809668444160 4194304 16623229 140728074768624 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 27242496 140728074777610 140728074777728 140728074777728 140728074784752 0
Current children cumulated CPU time: 71553.5 s
Current children cumulated vsize: 3589080 KiB
Current children cumulated memory: 2172952 KiB

Child status: 0

Real time (s): 3608.08
CPU time (s): 71553.6
CPU user time (s): 71438.4
CPU system time (s): 115.204
CPU usage (%): 1983.15
Max. virtual memory (cumulated for all children) (KiB): 7238788
Max. memory (cumulated for all children) (KiB): 6324248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71438.4
system time used= 115.204
maximum resident set size= 6324248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27040718
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= 443298
involuntary context switches= 289728


# summary of solver processes directly reported to runsolver:
#   pid: 74010
#   total CPU time (s): 71553.6
#   total CPU user time (s): 71438.4
#   total CPU system time (s): 115.204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.5857 second user time and 80.6818 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 23:36:15
IDJOB=4465344
IDBENCH=148772
IDSOLVER=3094
FILE ID=nodeD103/4465344-1722461775
RUNJOBID= nodeD103-1722453464-68262
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622828 MiB

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

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=798089879

nodeD103.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		: 3059.547
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		: 3069.661
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	: 5007.12
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		: 3162.074
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	: 5012.87
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		: 3580.117
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	: 5010.67
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		: 3029.520
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		: 3069.565
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	: 5007.12
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		: 3161.960
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	: 5012.87
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		: 3492.718
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	: 5010.67
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		: 3059.326
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		: 3069.478
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	: 5007.12
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		: 3161.848
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	: 5012.87
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		: 3217.793
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	: 5010.67
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		: 3050.830
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		: 3069.412
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	: 5007.12
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		: 3161.782
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	: 5012.87
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		: 3078.629
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	: 5010.67
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		: 3059.199
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		: 3069.400
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	: 5007.12
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		: 3161.767
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	: 5012.87
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		: 1921.784
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	: 5010.67
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		: 3059.117
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		: 3069.377
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	: 5007.12
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		: 3161.740
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	: 5012.87
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		: 3229.850
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	: 5010.67
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		: 3047.279
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		: 3067.332
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	: 5007.12
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		: 3161.719
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	: 5012.87
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		: 2914.938
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	: 5010.67
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		: 3042.982
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		: 3056.695
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	: 5007.12
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		: 3161.715
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	: 5012.87
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		: 1795.447
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	: 5010.67
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		: 3058.913
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		: 3013.180
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	: 5007.12
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		: 3161.702
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	: 5012.87
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		: 3446.068
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	: 5010.67
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		: 3058.859
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		: 3069.311
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	: 5007.12
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		: 3161.658
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	: 5012.87
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		: 1727.622
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	: 5010.67
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		: 3056.238
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		: 3022.784
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	: 5007.12
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		: 3161.639
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	: 5012.87
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		: 2626.931
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	: 5010.67
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		: 3032.650
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		: 3069.277
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	: 5007.12
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		: 3161.616
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	: 5012.87
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		: 2631.299
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	: 5010.67
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		: 2964.002
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		: 3069.257
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	: 5007.12
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		: 3161.586
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	: 5012.87
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		: 2134.371
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	: 5010.67
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		: 3058.556
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		: 3069.332
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	: 5007.12
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		: 3161.555
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	: 5012.87
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		: 2640.254
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	: 5010.67
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		: 3054.076
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		: 3069.449
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	: 5007.12
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		: 3161.522
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	: 5012.87
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		: 2632.973
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	: 5010.67
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		: 3055.391
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		: 3069.555
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	: 5007.12
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		: 3161.492
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	: 5012.87
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		: 2636.986
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	: 5010.67
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		: 3058.268
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		: 3069.659
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	: 5007.12
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		: 3161.461
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	: 5012.87
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		: 2656.538
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	: 5010.67
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		: 3045.772
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		: 3069.691
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	: 5007.12
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		: 3161.446
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	: 5012.87
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		: 2671.285
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	: 5010.67
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		: 3056.577
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		: 3048.319
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	: 5007.12
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		: 3161.415
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	: 5012.87
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		: 2662.522
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	: 5010.67
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		: 3058.383
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		: 3069.649
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	: 5007.12
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		: 3161.389
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	: 5012.87
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		: 1265.393
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	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        741750352 kB
MemAvailable:   740010196 kB
Buffers:          170568 kB
Cached:          1217744 kB
SwapCached:            0 kB
Active:           336704 kB
Inactive:       46221336 kB
Active(anon):       2132 kB
Inactive(anon): 45190100 kB
Active(file):     334572 kB
Inactive(file):  1031236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29268 kB
Writeback:            68 kB
AnonPages:      45166476 kB
Mapped:           125692 kB
Shmem:             22536 kB
KReclaimable:     141568 kB
Slab:             478104 kB
SReclaimable:     141568 kB
SUnreclaim:       336536 kB
KernelStack:       16816 kB
PageTables:       109600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4412820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           198144 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4261888 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:      485376 kB
DirectMap2M:    55586816 kB
DirectMap1G:    749731840 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD103 at 2024-08-01 00:36:23