Trace number 4465514

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-30? (TO) 72004 3642.89

General information on the benchmark

NamePB24/normalized-PB16/OPT-LIN/lion9-single-obj/
normalized-single-obj-f58-fob_fxl_loss.seq-B-3-2-irEDCBA.opb
MD5SUM0ed226c068d5e24ee91dcf11039aef97
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7763398632
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables95933
Total number of constraints291294
Number of constraints which are clauses291146
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints148
Minimum length of a constraint1
Maximum length of a constraint4060
Number of terms in the objective function 795
Biggest coefficient in the objective function 396175840
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 240478734879
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 396175840
Number of bits of the biggest number in a constraint 29
Biggest sum of numbers in a constraint 240478734879
Number of bits of the biggest sum of numbers38
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.88/1.00	c Default LC presolving (default).
0.88/1.01	c ** Before presolving: virtualMemUsedAtLc = 916250476, getVmSize() = 598089728, SCIPgetMemUsed() = 520413353, SCIPgetMemTotal() = 551486433, SCIPgetMemExternEstim() = 364764043
0.88/1.01	c ** set memory limit for presolving in LC to 8.79321e+12 for SCIP **
7.36/7.43	c ** Estimated virtualMemUsedAtSolver = 846698504, getVmSize() = 983478272, SCIPgetMemUsed() = 691618226, SCIPgetMemTotal() = 905283714, SCIPgetMemExternEstim() = 364764043
7.36/7.43	c ** set memory limit for solvers to 4.18595e+11 for each SCIP **
7.36/7.43	c Original Problem   :
7.36/7.43	c   Problem name     : instance-4465514-1723658221
7.36/7.43	c   Variables        : 95933 (95933 binary, 0 integer, 0 implicit integer, 0 continuous)
7.36/7.43	c   Constraints      : 291294
7.36/7.43	c   Objective sense  : minimize
7.36/7.43	c Presolved Problem  :
7.36/7.43	c   Variables        : 27712 (27712 binary, 0 integer, 0 implicit integer, 0 continuous)
7.36/7.43	c   Constraints      : 53493
7.36/7.43	c Constraints        : Number
7.36/7.43	c   setppc           : 2496 
7.36/7.43	c   and              : 20909 
7.36/7.43	c   linear           : 5980 
7.36/7.43	c   logicor          : 24108 
7.36/7.43	c ** Instance transfer method used: 0
7.46/7.56	c ** ParaScipInstance copy does not increase the number of variables. **
9.59/9.65	c LC is working with racing ramp-up and with rebuilding tree after racing.
9.59/9.66	c                                Nodes    Active                                            
9.59/9.66	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
102.72/14.59	c *      15              0           1        20 10141360542.0000                -          -
102.72/14.59	c        15              0           1        20 10141360542.0000                -          -
110.55/14.97	c *      15              0           1        20  9825110216.0000                -          -
169.71/17.99	c *      18              0           1        20  9428132956.0000                -          -
175.62/18.24	c *      18              0           1        20  9031910718.0000                -          -
179.55/18.42	c *      18              0           1        20  8635941560.0000                -          -
244.85/21.73	c        22              0           1        20  8635941560.0000                -          -
426.61/30.95	c        31              2           1        20  8635941560.0000   394255244.0000          -
531.46/36.20	c        36              4           3        20  8635941560.0000   394255244.0000          -
644.44/41.95	c        42             22          21        20  8635941560.0000   394255244.0000          -
743.46/46.96	c        47            103         101        20  8635941560.0000   394255244.0000          -
842.60/52.01	c        52            122         120        20  8635941560.0000   394255244.0000          -
944.59/57.09	c        57            202         200        20  8635941560.0000   394255244.0000          -
1043.79/62.14	c        62            202         198        20  8635941560.0000   394255244.0000          -
1145.77/67.23	c        67            330         290        20  8635941560.0000   394255244.0000          -
1248.90/72.44	c        72            394         285        20  8635941560.0000   394255244.0000          -
1357.71/77.98	c        78            432         284        20  8635941560.0000   394255244.0000          -
1466.57/83.46	c        83            431         283        20  8635941560.0000   394255244.0000          -
1569.58/88.65	c        89            504         285        20  8635941560.0000   394255244.0000          -
1674.56/94.02	c        94            514         277        20  8635941560.0000   394255244.0000          -
1776.40/99.06	c        99            619         283        20  8635941560.0000   394255244.0000          -
1880.54/104.40	c       104            591         282        20  8635941560.0000   394255244.0000          -
1983.50/109.55	c       110            719         279        20  8635941560.0000   394255244.0000          -
2082.55/114.59	c       115            567         275        20  8635941560.0000   394255244.0000          -
2183.59/119.61	c       120            582         274        20  8635941560.0000   394255244.0000          -
2282.68/124.63	c       125            651         276        20  8635941560.0000   394255244.0000          -
2387.78/129.98	c       130            703           9        20  8635941560.0000   790431084.0000          -
2494.85/135.34	c       135            855         161        20  8635941560.0000   790431084.0000          -
2606.06/140.95	c       141           1015         321        20  8635941560.0000   790431084.0000          -
2707.91/146.09	c       146           1175         481        20  8635941560.0000   790431084.0000          -
2812.12/151.36	c       151           1335         641        20  8635941560.0000   790431084.0000          -
2915.31/156.54	c       157           1395         343        20  8635941560.0000   790431084.0000          -
3016.49/161.64	c       162           1592         540        20  8635941560.0000   790431084.0000          -
3117.61/166.74	c       167           1752         700        20  8635941560.0000   790431084.0000          -
3220.95/171.91	c       172           1900         848        20  8635941560.0000   790431084.0000          -
3322.66/177.12	c       177           2052        1000        20  8635941560.0000   790431084.0000          -
3427.03/182.40	c       182           2212        1160        20  8635941560.0000   790431084.0000          -
3530.14/187.51	c       188           2372        1320        20  8635941560.0000   790431084.0000          -
3631.26/192.61	c       193           2532        1480        20  8635941560.0000   790431084.0000          -
3732.43/197.73	c       198           2692        1640        20  8635941560.0000   790431084.0000          -
3833.62/202.81	c       203           2832        1780        20  8635941560.0000   790431084.0000          -
3932.82/207.85	c       208           2992        1940        20  8635941560.0000   790431084.0000          -
4033.99/212.97	c       213           3152        2100        20  8635941560.0000   790431084.0000          -
4133.17/218.03	c       218           3312        2260        20  8635941560.0000   790431084.0000          -
4248.19/223.71	c       224           3472        2420        20  8635941560.0000   790431084.0000          -
4347.36/228.72	c       229           3612        2560        20  8635941560.0000   790431084.0000          -
4446.52/233.77	c       234           3812        2760        20  8635941560.0000   790431084.0000          -
4547.67/238.84	c       239           3972        2920        20  8635941560.0000   790431084.0000          -
4646.81/243.86	c       244           4132        3080        20  8635941560.0000   790431084.0000          -
4745.96/248.87	c       249           4292        3240        20  8635941560.0000   790431084.0000          -
4847.09/254.03	c       254           4472        3420        20  8635941560.0000   790431084.0000          -
4949.03/259.09	c       259           4632        3580        20  8635941560.0000   790431084.0000          -
5050.22/264.19	c       264           4792        3740        20  8635941560.0000   790431084.0000          -
5150.31/269.22	c       269           4952        3900        20  8635941560.0000   790431084.0000          -
5253.41/274.40	c       274           5152        4100        20  8635941560.0000   790431084.0000          -
5352.44/279.43	c       279           5232        4180        20  8635941560.0000   790431084.0000          -
5457.42/284.79	c       285           5380        4328        20  8635941560.0000   790431084.0000          -
5560.44/289.96	c       290           5532        4480        20  8635941560.0000   790431084.0000          -
5659.56/294.98	c       295           5732        4680        20  8635941560.0000   790431084.0000          -
5763.56/300.19	c       300           5892        4840        20  8635941560.0000   790431084.0000          -
5865.63/305.31	c       305           6092        5040        20  8635941560.0000   790431084.0000          -
5966.71/310.45	c       310           6252        5200        20  8635941560.0000   790431084.0000          -
6069.80/315.61	c       316           6392        5340        20  8635941560.0000   790431084.0000          -
6168.92/320.64	c       321           6529        5477        20  8635941560.0000   790431084.0000          -
6271.98/325.89	c       326           6529        5477        20  8635941560.0000   790431084.0000          -
6373.07/330.99	c       331           6646        4645        20  8635941560.0000   790431084.0000          -
6475.08/336.09	c       336           7157        4647        20  8635941560.0000   790431084.0000          -
6577.19/341.27	c       341           7206        4647        20  8635941560.0000   790431084.0000          -
6678.27/346.33	c       346           7271        4653        20  8635941560.0000   790431084.0000          -
6783.30/351.64	c       352           7311        4649        20  8635941560.0000   790431084.0000          -
6884.38/356.76	c       357           7345        4650        20  8635941560.0000   790431084.0000          -
6987.40/361.92	c       362           7364        4650        20  8635941560.0000   790431084.0000          -
7089.43/367.08	c       367           7408        4650        20  8635941560.0000   790431084.0000          -
7193.34/372.40	c       372           7447        4649        20  8635941560.0000   790431084.0000          -
7302.31/377.83	c       378           7471        4649        20  8635941560.0000   790431084.0000          -
7403.35/383.00	c       383           7503        4649        20  8635941560.0000   790431084.0000          -
7502.43/388.02	c       388           7519        4648        20  8635941560.0000   790431084.0000          -
7604.27/393.12	c       393           7530        4649        20  8635941560.0000   790431084.0000          -
7703.58/398.15	c       398           7573          40        20  8635941560.0000   790431084.0000          -
7804.90/403.19	c       403           8101         560        20  8635941560.0000   790431084.0000          -
7859.22/405.96	c *     406           8540         999        20  8555904972.0000   790431084.0000          -
7906.71/408.30	c       408           8661        1120        20  8555904972.0000   790431084.0000          -
8005.75/413.38	c       413           8780        1241        20  8555904972.0000   790431084.0000          -
8106.78/418.41	c       418           8933        1392        20  8555904972.0000   790431084.0000          -
8215.79/423.91	c       424           9580        2041        20  8555904972.0000   790431084.0000          -
8330.63/429.73	c       430          10281        2740        20  8555904972.0000   790431084.0000          -
8431.61/434.86	c       435          10915         173        20  8555904972.0000   790431084.0000          -
8535.52/440.07	c       440          11380         638        20  8555904972.0000   790431084.0000          -
8548.48/440.72	c *     441          11836        1057        20  8159622276.0000   790431084.0000          -
8639.58/445.34	c       445          11900        1005        20  8159622276.0000   790431084.0000          -
8738.64/450.38	c       450          11915         992        20  8159622276.0000   790431084.0000          -
8849.63/455.99	c       456          12004         976        20  8159622276.0000   790431084.0000          -
8956.63/461.37	c       461          12004         976        20  8159622276.0000   790431084.0000          -
9070.37/467.05	c       467          12054         955        20  8159622276.0000   790431084.0000          -
9169.60/472.07	c       472          12163         919        20  8159622276.0000   790431084.0000          -
9268.62/477.08	c       477          12234         870        20  8159622276.0000   790431084.0000          -
9367.77/482.12	c       482          12273         844        20  8159622276.0000   790431084.0000          -
9469.80/487.29	c       487          12303         817        20  8159622276.0000   790431084.0000          -
9571.03/492.32	c       492          12344         778        20  8159622276.0000   790431084.0000          -
9670.21/497.33	c       497          12373           0        20  8159622276.0000   790431084.0000          -
9775.05/502.63	c       503          12623         226        20  8159622276.0000   790431084.0000          -
9878.07/507.89	c       508          12705          59        20  8159622276.0000   790431084.0000          -
9978.99/512.96	c       513          13038         217        20  8159622276.0000   790431084.0000          -
10083.95/518.22	c       518          13895        1061        20  8159622276.0000   790431084.0000          -
10183.02/523.25	c       523          13913        1048        20  8159622276.0000   790431084.0000          -
10282.09/528.27	c       528          13961        1042        20  8159622276.0000   790431084.0000          -
10383.14/533.33	c       533          14067        1043        20  8159622276.0000   790431084.0000          -
10488.21/538.62	c       539          14207        1042        20  8159622276.0000   790431084.0000          -
10589.19/543.80	c       544          14270        1035        20  8159622276.0000   790431084.0000          -
10690.29/548.83	c       549          14278        1028        20  8159622276.0000   790431084.0000          -
10794.20/554.12	c       554          14352        1026        20  8159622276.0000   790431084.0000          -
10895.46/559.19	c       559          14496        1024        20  8159622276.0000   790431084.0000          -
10997.47/564.31	c       564          14743        1053        20  8159622276.0000   790431084.0000          -
11096.57/569.40	c       569          14875        1033        20  8159622276.0000   790431084.0000          -
11199.60/574.58	c       575          14989        1030        20  8159622276.0000   790431084.0000          -
11306.68/579.92	c       580          15163        1031        20  8159622276.0000   790431084.0000          -
11413.72/585.33	c       585          15398        1033        20  8159622276.0000   790431084.0000          -
11514.83/590.49	c       590          15497        1028        20  8159622276.0000   790431084.0000          -
11615.95/595.50	c       596          15566          41        20  8159622276.0000   790431084.0000          -
11715.08/600.57	c       601          15735          60        20  8159622276.0000   790431084.0000          -
11816.11/605.65	c       606          15935          60        20  8159622276.0000   790431084.0000          -
11915.19/610.68	c       611          16119         197        20  8159622276.0000   790431084.0000          -
12018.20/615.82	c       616          16844         802        20  8159622276.0000   790431084.0000          -
12119.22/620.92	c       621          16890         758        20  8159622276.0000   790431084.0000          -
12221.33/626.10	c       626          16933         715        20  8159622276.0000   790431084.0000          -
12323.33/631.23	c       631          17111         624        20  8159622276.0000   790431084.0000          -
12428.37/636.57	c       637          17238         561        20  8159622276.0000   790431084.0000          -
12531.36/641.70	c       642          17318         542        20  8159622276.0000   790431084.0000          -
12634.42/646.94	c       647          17412         522        20  8159622276.0000   790431084.0000          -
12733.53/652.02	c       652          17491         506        20  8159622276.0000   790431084.0000          -
12835.54/657.07	c       657          17608         476        20  8159622276.0000   790431084.0000          -
12936.19/662.13	c       662          17668         456        20  8159622276.0000   790431084.0000          -
13038.73/667.32	c       667          17765         430        20  8159622276.0000   790431084.0000          -
13143.80/672.69	c       673          17848         429        20  8159622276.0000   790431084.0000          -
13254.79/678.27	c       678          17906         421        20  8159622276.0000   790431084.0000          -
13355.85/683.37	c       683          18079         504        20  8159622276.0000   790431084.0000          -
13457.08/688.47	c       688          18141         446        20  8159622276.0000   790431084.0000          -
13558.05/693.59	c       694          18252         422        20  8159622276.0000   790431084.0000          -
13659.08/698.66	c       699          18309         422        20  8159622276.0000   790431084.0000          -
13760.09/703.76	c       704          18416         430        20  8159622276.0000   790431084.0000          -
13863.15/709.01	c       709          18515         416        20  8159622276.0000   790431084.0000          -
13964.96/714.13	c       714          18587         417        20  8159622276.0000   790431084.0000          -
14069.17/719.37	c       719          18661         420        20  8159622276.0000   790431084.0000          -
14170.42/724.44	c       724          18753         420        20  8159622276.0000   790431084.0000          -
14271.30/729.51	c       730          18841         416        20  8159622276.0000   790431084.0000          -
14374.27/734.73	c       735          18897         418        20  8159622276.0000   790431084.0000          -
14475.29/739.88	c       740          18962         414        20  8159622276.0000   790431084.0000          -
14579.11/745.12	c       745          19060         417        20  8159622276.0000   790431084.0000          -
14683.33/750.37	c       750          19099         417        20  8159622276.0000   790431084.0000          -
14790.37/755.72	c       756          19124         416        20  8159622276.0000   790431084.0000          -
14896.34/761.05	c       761          19172         416        20  8159622276.0000   790431084.0000          -
15002.33/766.45	c       766          19207         416        20  8159622276.0000   790431084.0000          -
15103.39/771.52	c       772          19302         417        20  8159622276.0000   790431084.0000          -
15208.43/776.84	c       777          19382         415        20  8159622276.0000   790431084.0000          -
15307.50/781.88	c       782          19421         415        20  8159622276.0000   790431084.0000          -
15408.52/786.97	c       787          19475         410        20  8159622276.0000   790431084.0000          -
15513.51/792.21	c       792          19556         409        20  8159622276.0000   790431084.0000          -
15614.59/797.33	c       797          19615         409        20  8159622276.0000   790431084.0000          -
15713.66/802.37	c       802          19675         405        20  8159622276.0000   790431084.0000          -
15816.72/807.56	c       808          19763         410        20  8159622276.0000   790431084.0000          -
15917.74/812.64	c       813          19842         409        20  8159622276.0000   790431084.0000          -
16016.83/817.67	c       818          19855         409        20  8159622276.0000   790431084.0000          -
16115.95/822.68	c       823          19949          81        20  8159622276.0000   790431084.0000          -
16219.05/827.85	c       828          20229         272        20  8159622276.0000   790431084.0000          -
16326.03/833.23	c       833          20472         515        20  8159622276.0000   790431084.0000          -
16435.10/838.71	c       839          20677         720        20  8159622276.0000   790431084.0000          -
16536.20/843.81	c       844          20897         940        20  8159622276.0000   790431084.0000          -
16635.30/848.89	c       849          21137        1180        20  8159622276.0000   790431084.0000          -
16739.13/854.11	c       854          21377        1420        20  8159622276.0000   790431084.0000          -
16845.37/859.49	c       859          21617        1660        20  8159622276.0000   790431084.0000          -
16946.45/864.51	c       865          21917        1960        20  8159622276.0000   790431084.0000          -
17056.36/870.08	c       870          22261        2280        20  8159622276.0000   790431084.0000          -
17170.31/875.80	c       876          22417        2345        20  8159622276.0000   790431084.0000          -
17271.34/880.98	c       881          22508        2346        20  8159622276.0000   790431084.0000          -
17384.25/886.63	c       887          22557        2348        20  8159622276.0000   790431084.0000          -
17487.29/891.81	c       892          22628        2348        20  8159622276.0000   790431084.0000          -
17588.35/897.04	c       897          22681        2348        20  8159622276.0000   790431084.0000          -
17690.17/902.10	c       902          22743        2343        20  8159622276.0000   790431084.0000          -
17794.34/907.34	c       907          22803        2342        20  8159622276.0000   790431084.0000          -
17895.57/912.45	c       912          22901        2346        20  8159622276.0000   790431084.0000          -
17998.44/917.67	c       918          22989        2340        20  8159622276.0000   790431084.0000          -
18103.49/923.01	c       923          23146        2354        20  8159622276.0000   790431084.0000          -
18202.58/928.04	c       928          23222        2349        20  8159622276.0000   790431084.0000          -
18307.59/933.21	c       933          23315        2353        20  8159622276.0000   790431084.0000          -
18414.60/938.61	c       939          23448        2346        20  8159622276.0000   790431084.0000          -
18513.62/943.68	c       944          23533        2349        20  8159622276.0000   790431084.0000          -
18621.59/949.05	c       949          23615        2350        20  8159622276.0000   790431084.0000          -
18720.48/954.07	c       954          23692        2345        20  8159622276.0000   790431084.0000          -
18824.76/959.35	c       959          23819        2347        20  8159622276.0000   790431084.0000          -
18923.75/964.37	c       964          23964        2344        20  8159622276.0000   790431084.0000          -
19024.78/969.42	c       969          24060        2344        20  8159622276.0000   790431084.0000          -
19127.82/974.69	c       975          24234        2341        20  8159622276.0000   790431084.0000          -
19232.87/980.00	c       980          24449        2339        20  8159622276.0000   790431084.0000          -
19337.05/985.16	c       985          24650        2347        20  8159622276.0000   790431084.0000          -
19437.05/990.21	c       990          24724        2352        20  8159622276.0000   790431084.0000          -
19536.18/995.22	c       995          24854        2342        20  8159622276.0000   790431084.0000          -
19643.26/1000.62	c      1001          24966        2340        20  8159622276.0000   790431084.0000          -
19751.11/1006.09	c      1006          25212        2343        20  8159622276.0000   790431084.0000          -
19857.26/1011.43	c      1011          25300        2345        20  8159622276.0000   790431084.0000          -
19958.35/1016.52	c      1017          25359        2343        20  8159622276.0000   790431084.0000          -
20059.48/1021.68	c      1022          25509        2344        20  8159622276.0000   790431084.0000          -
20162.57/1026.87	c      1027          25657        2340        20  8159622276.0000   790431084.0000          -
20263.76/1032.03	c      1032          25863        2342        20  8159622276.0000   790431084.0000          -
20372.68/1037.42	c      1037          26067        2343        20  8159622276.0000   790431084.0000          -
20477.74/1042.77	c      1043          26175        2342        20  8159622276.0000   790431084.0000          -
20580.83/1048.00	c      1048          26286        2340        20  8159622276.0000   790431084.0000          -
20689.83/1053.42	c      1053          26480        2339        20  8159622276.0000   790431084.0000          -
20790.95/1058.57	c      1059          26603        2339        20  8159622276.0000   790431084.0000          -
20892.06/1063.61	c      1064          26755        2344        20  8159622276.0000   790431084.0000          -
20993.18/1068.72	c      1069          26987        2342        20  8159622276.0000   790431084.0000          -
21094.28/1073.88	c      1074          27177        2338        20  8159622276.0000   790431084.0000          -
21203.28/1079.30	c      1079          27360        2341        20  8159622276.0000   790431084.0000          -
21302.41/1084.35	c      1084          27430        2341        20  8159622276.0000   790431084.0000          -
21413.47/1089.96	c      1090          27498        2340        20  8159622276.0000   790431084.0000          -
21528.46/1095.76	c      1096          27687        2339        20  8159622276.0000   790431084.0000          -
21631.53/1100.97	c      1101          27798        2337        20  8159622276.0000   790431084.0000          -
21735.57/1106.15	c      1106          27956        2339        20  8159622276.0000   790431084.0000          -
21834.54/1111.19	c      1111          28063        2339        20  8159622276.0000   790431084.0000          -
21936.66/1116.37	c      1116          28200        2339        20  8159622276.0000   790431084.0000          -
22043.75/1121.70	c      1122          28337        2337        20  8159622276.0000   790431084.0000          -
22142.91/1126.73	c      1127          28514        2335        20  8159622276.0000   790431084.0000          -
22245.96/1132.04	c      1132          28652        2334        20  8159622276.0000   790431084.0000          -
22348.00/1137.14	c      1137          28763        2336        20  8159622276.0000   790431084.0000          -
22456.05/1142.50	c      1142          28993        2333        20  8159622276.0000   790431084.0000          -
22561.15/1147.84	c      1148          29201        2337        20  8159622276.0000   790431084.0000          -
22665.10/1153.05	c      1153          29280        2338        20  8159622276.0000   790431084.0000          -
22764.05/1158.06	c      1158          29403        2332        20  8159622276.0000   790431084.0000          -
22866.33/1163.21	c      1163          29562        2337        20  8159622276.0000   790431084.0000          -
22967.46/1168.39	c      1168          29648        2337        20  8159622276.0000   790431084.0000          -
23068.58/1173.46	c      1173          29728        2336        20  8159622276.0000   790431084.0000          -
23173.69/1178.73	c      1179          29794          61        20  8159622276.0000   790431084.0000          -
23274.81/1183.83	c      1184          30194         461        20  8159622276.0000   790431084.0000          -
23375.96/1189.00	c      1189          30687         954        20  8159622276.0000   790431084.0000          -
23479.85/1194.19	c      1194          30843          61        20  8159622276.0000   790431084.0000          -
23580.06/1199.20	c      1199          31328         544        20  8159622276.0000   790431084.0000          -
23681.10/1204.38	c      1204          31703         815        20  8159622276.0000   790431084.0000          -
23786.15/1209.65	c      1210          31911         497        20  8159622276.0000   790431084.0000          -
23887.20/1214.70	c      1215          32197         530        20  8159622276.0000   790431084.0000          -
23986.27/1219.73	c      1220          32281         512        20  8159622276.0000   790431084.0000          -
24101.18/1225.55	c      1226          32304         511        20  8159622276.0000   790431084.0000          -
24208.18/1230.91	c      1231          32336         510        20  8159622276.0000   790431084.0000          -
24315.16/1236.36	c      1236          32351         506        20  8159622276.0000   790431084.0000          -
24416.26/1241.40	c      1241          32380         506        20  8159622276.0000   790431084.0000          -
24515.39/1246.44	c      1246          32419         507        20  8159622276.0000   790431084.0000          -
24620.45/1251.77	c      1252          32434         505        20  8159622276.0000   790431084.0000          -
24726.49/1257.06	c      1257          32467         504        20  8159622276.0000   790431084.0000          -
24825.68/1262.12	c      1262          32561         506        20  8159622276.0000   790431084.0000          -
24931.56/1267.41	c      1267          32700         499        20  8159622276.0000   790431084.0000          -
25030.82/1272.43	c      1272          32798         499        20  8159622276.0000   790431084.0000          -
25133.72/1277.64	c      1278          32968         497        20  8159622276.0000   790431084.0000          -
25236.58/1282.81	c      1283          33125         519        20  8159622276.0000   790431084.0000          -
25337.66/1288.02	c      1288          33198         510        20  8159622276.0000   790431084.0000          -
25442.67/1293.28	c      1293          33274         502        20  8159622276.0000   790431084.0000          -
25547.72/1298.50	c      1298          33301         505        20  8159622276.0000   790431084.0000          -
25652.67/1303.80	c      1304          33328         503        20  8159622276.0000   790431084.0000          -
25753.76/1309.02	c      1309          33464         506        20  8159622276.0000   790431084.0000          -
25858.84/1314.21	c      1314          33478         503        20  8159622276.0000   790431084.0000          -
25959.94/1319.33	c      1319          33542         500        20  8159622276.0000   790431084.0000          -
26066.95/1324.79	c      1325          33603         503        20  8159622276.0000   790431084.0000          -
26175.97/1330.20	c      1330          33696         498        20  8159622276.0000   790431084.0000          -
26275.12/1335.24	c      1335          33729         503        20  8159622276.0000   790431084.0000          -
26374.23/1340.29	c      1340          33785         500        20  8159622276.0000   790431084.0000          -
26477.23/1345.43	c      1345          33829         501        20  8159622276.0000   790431084.0000          -
26594.20/1351.34	c      1351          33892         500        20  8159622276.0000   790431084.0000          -
26701.27/1356.74	c      1357          33990         506        20  8159622276.0000   790431084.0000          -
26800.40/1361.77	c      1362          34048         502        20  8159622276.0000   790431084.0000          -
26903.46/1366.95	c      1367          34134         505        20  8159622276.0000   790431084.0000          -
27005.52/1372.10	c      1372          34209         502        20  8159622276.0000   790431084.0000          -
27115.52/1377.61	c      1378          34247         497        20  8159622276.0000   790431084.0000          -
27218.59/1382.85	c      1383          34304         500        20  8159622276.0000   790431084.0000          -
27319.67/1388.00	c      1388          34380         498        20  8159622276.0000   790431084.0000          -
27423.67/1393.18	c      1393          34504         496        20  8159622276.0000   790431084.0000          -
27525.61/1398.33	c      1398          34621         500        20  8159622276.0000   790431084.0000          -
27630.57/1403.63	c      1404          34638         499        20  8159622276.0000   790431084.0000          -
27729.68/1408.64	c      1409          34672         498        20  8159622276.0000   790431084.0000          -
27828.78/1413.69	c      1414          34717         500        20  8159622276.0000   790431084.0000          -
27933.70/1418.91	c      1419          34778         499        20  8159622276.0000   790431084.0000          -
28035.76/1424.06	c      1424          34828         500        20  8159622276.0000   790431084.0000          -
28134.93/1429.08	c      1429          34835         498        20  8159622276.0000   790431084.0000          -
28236.94/1434.21	c      1434          34906         494        20  8159622276.0000   790431084.0000          -
28336.04/1439.29	c      1439          34950         499        20  8159622276.0000   790431084.0000          -
28448.99/1444.90	c      1445          34976         497        20  8159622276.0000   790431084.0000          -
28550.86/1450.09	c      1450          35034         499        20  8159622276.0000   790431084.0000          -
28655.32/1455.34	c      1455          35053         496        20  8159622276.0000   790431084.0000          -
28754.22/1460.38	c      1460          35139         501        20  8159622276.0000   790431084.0000          -
28857.29/1465.58	c      1466          35160         499        20  8159622276.0000   790431084.0000          -
28958.36/1470.66	c      1471          35228         498        20  8159622276.0000   790431084.0000          -
29059.44/1475.73	c      1476          35310         500        20  8159622276.0000   790431084.0000          -
29158.56/1480.76	c      1481          35356         505        20  8159622276.0000   790431084.0000          -
29257.68/1485.76	c      1486          35377         503        20  8159622276.0000   790431084.0000          -
29360.73/1490.90	c      1491          35392         503        20  8159622276.0000   790431084.0000          -
29459.82/1496.04	c      1496          35433         504        20  8159622276.0000   790431084.0000          -
29561.69/1501.13	c      1501          35473         503        20  8159622276.0000   790431084.0000          -
29667.92/1506.48	c      1506          35506         501        20  8159622276.0000   790431084.0000          -
29767.02/1511.49	c      1512          35594         496        20  8159622276.0000   790431084.0000          -
29868.10/1516.52	c      1517          35647         498        20  8159622276.0000   790431084.0000          -
29967.18/1521.57	c      1522          35695         499        20  8159622276.0000   790431084.0000          -
30070.23/1526.76	c      1527          35706         495        20  8159622276.0000   790431084.0000          -
30173.27/1531.91	c      1532          35724         494        20  8159622276.0000   790431084.0000          -
30277.38/1537.17	c      1537          35779         495        20  8159622276.0000   790431084.0000          -
30383.32/1542.51	c      1543          35798         494        20  8159622276.0000   790431084.0000          -
30482.40/1547.54	c      1548          35863         497        20  8159622276.0000   790431084.0000          -
30583.45/1552.67	c      1553          35913         501        20  8159622276.0000   790431084.0000          -
30688.48/1558.01	c      1558          35937         497        20  8159622276.0000   790431084.0000          -
30787.50/1563.04	c      1563          36040         492        20  8159622276.0000   790431084.0000          -
30891.55/1568.20	c      1568          36070         502        20  8159622276.0000   790431084.0000          -
30995.58/1573.47	c      1573          36090         500        20  8159622276.0000   790431084.0000          -
31096.67/1578.56	c      1579          36123         499        20  8159622276.0000   790431084.0000          -
31199.76/1583.78	c      1584          36153         499        20  8159622276.0000   790431084.0000          -
31305.84/1589.12	c      1589          36259         498        20  8159622276.0000   790431084.0000          -
31413.68/1594.55	c      1595          36317         498        20  8159622276.0000   790431084.0000          -
31516.67/1599.72	c      1600          36392         494        20  8159622276.0000   790431084.0000          -
31622.72/1605.14	c      1605          36487         495        20  8159622276.0000   790431084.0000          -
31724.72/1610.21	c      1610          36582         507        20  8159622276.0000   790431084.0000          -
31825.77/1615.33	c      1615          36584         504        20  8159622276.0000   790431084.0000          -
31926.96/1620.42	c      1620          36596         502        20  8159622276.0000   790431084.0000          -
32029.90/1625.67	c      1626          36611         503        20  8159622276.0000   790431084.0000          -
32130.99/1630.75	c      1631          36649         500        20  8159622276.0000   790431084.0000          -
32232.07/1635.83	c      1636          36688         501        20  8159622276.0000   790431084.0000          -
32337.93/1641.16	c      1641          36703         500        20  8159622276.0000   790431084.0000          -
32444.07/1646.54	c      1647          36716         500        20  8159622276.0000   790431084.0000          -
32551.04/1651.92	c      1652          36738         500        20  8159622276.0000   790431084.0000          -
32660.01/1657.41	c      1657          36780         501        20  8159622276.0000   790431084.0000          -
32773.77/1663.15	c      1663          36805         500        20  8159622276.0000   790431084.0000          -
32881.97/1668.68	c      1669          36816         502        20  8159622276.0000   790431084.0000          -
32983.07/1673.79	c      1674          36829         498        20  8159622276.0000   790431084.0000          -
33084.15/1678.85	c      1679          36846         498        20  8159622276.0000   790431084.0000          -
33185.17/1684.00	c      1684          36862         502        20  8159622276.0000   790431084.0000          -
33290.20/1689.22	c      1689          36960         499        20  8159622276.0000   790431084.0000          -
33394.92/1694.58	c      1695          36978         499        20  8159622276.0000   790431084.0000          -
33501.89/1699.99	c      1700          36986         503        20  8159622276.0000   790431084.0000          -
33605.70/1705.17	c      1705          37026         500        20  8159622276.0000   790431084.0000          -
33709.92/1710.44	c      1710          37045         502        20  8159622276.0000   790431084.0000          -
33818.93/1715.97	c      1716          37105         500        20  8159622276.0000   790431084.0000          -
33933.87/1721.75	c      1722          37147         497        20  8159622276.0000   790431084.0000          -
34032.97/1726.79	c      1727          37216         504        20  8159622276.0000   790431084.0000          -
34136.03/1731.95	c      1732          37229         501        20  8159622276.0000   790431084.0000          -
34239.83/1737.19	c      1737          37252         499        20  8159622276.0000   790431084.0000          -
34342.12/1742.37	c      1742          37282         499        20  8159622276.0000   790431084.0000          -
34445.19/1747.59	c      1748          37339         497        20  8159622276.0000   790431084.0000          -
34550.26/1752.82	c      1753          37411         497        20  8159622276.0000   790431084.0000          -
34649.35/1757.85	c      1758          37436         499        20  8159622276.0000   790431084.0000          -
34755.19/1763.20	c      1763          37456         496        20  8159622276.0000   790431084.0000          -
34861.41/1768.52	c      1769          37468         501        20  8159622276.0000   790431084.0000          -
34966.48/1773.85	c      1774          37478         499        20  8159622276.0000   790431084.0000          -
35065.59/1778.87	c      1779          37493         497        20  8159622276.0000   790431084.0000          -
35174.60/1784.35	c      1784          37533         498        20  8159622276.0000   790431084.0000          -
35277.69/1789.50	c      1790          37610         499        20  8159622276.0000   790431084.0000          -
35378.80/1794.63	c      1795          37634         503        20  8159622276.0000   790431084.0000          -
35481.87/1799.82	c      1800          37756         501        20  8159622276.0000   790431084.0000          -
35587.94/1805.16	c      1805          37779         499        20  8159622276.0000   790431084.0000          -
35693.96/1810.53	c      1811          37872         497        20  8159622276.0000   790431084.0000          -
35805.72/1816.14	c      1816          37895         498        20  8159622276.0000   790431084.0000          -
35905.98/1821.21	c      1821          37927         496        20  8159622276.0000   790431084.0000          -
36017.01/1826.82	c      1827          38003         492        20  8159622276.0000   790431084.0000          -
36116.11/1831.86	c      1832          38040         494        20  8159622276.0000   790431084.0000          -
36222.12/1837.17	c      1837          38079         501        20  8159622276.0000   790431084.0000          -
36322.22/1842.25	c      1842          38090         500        20  8159622276.0000   790431084.0000          -
36427.30/1847.50	c      1848          38109         499        20  8159622276.0000   790431084.0000          -
36526.44/1852.53	c      1853          38149         499        20  8159622276.0000   790431084.0000          -
36629.53/1857.79	c      1858          38203         502        20  8159622276.0000   790431084.0000          -
36732.58/1862.95	c      1863          38218         498        20  8159622276.0000   790431084.0000          -
36831.71/1867.96	c      1868          38256         501        20  8159622276.0000   790431084.0000          -
36936.60/1873.29	c      1873          38323         502        20  8159622276.0000   790431084.0000          -
37049.61/1878.91	c      1879          38332         500        20  8159622276.0000   790431084.0000          -
37148.69/1883.97	c      1884          38343         501        20  8159622276.0000   790431084.0000          -
37247.81/1888.99	c      1889          38360         500        20  8159622276.0000   790431084.0000          -
37354.85/1894.38	c      1894          38365         498        20  8159622276.0000   790431084.0000          -
37459.91/1899.65	c      1900          38387         501        20  8159622276.0000   790431084.0000          -
37563.01/1904.80	c      1905          38389         499        20  8159622276.0000   790431084.0000          -
37670.03/1910.30	c      1910          38416         497        20  8159622276.0000   790431084.0000          -
37771.15/1915.37	c      1915          38439         494        20  8159622276.0000   790431084.0000          -
37874.27/1920.52	c      1921          38439         494        20  8159622276.0000   790431084.0000          -
37984.26/1926.13	c      1926          38456         497        20  8159622276.0000   790431084.0000          -
38085.41/1931.15	c      1931          38486         495        20  8159622276.0000   790431084.0000          -
38189.66/1936.43	c      1936          38524         499        20  8159622276.0000   790431084.0000          -
38298.59/1941.99	c      1942          38568         491        20  8159622276.0000   790431084.0000          -
38403.65/1947.22	c      1947          38643         506        20  8159622276.0000   790431084.0000          -
38502.78/1952.23	c      1952          38656         503        20  8159622276.0000   790431084.0000          -
38607.87/1957.59	c      1958          38676         501        20  8159622276.0000   790431084.0000          -
38708.98/1962.69	c      1963          38706         498        20  8159622276.0000   790431084.0000          -
38820.02/1968.29	c      1968          38854         499        20  8159622276.0000   790431084.0000          -
38925.13/1973.55	c      1974          38923         493        20  8159622276.0000   790431084.0000          -
39030.24/1978.81	c      1979          39014         503        20  8159622276.0000   790431084.0000          -
39147.24/1984.74	c      1985          39081         502        20  8159622276.0000   790431084.0000          -
39250.34/1990.04	c      1990          39154         492        20  8159622276.0000   790431084.0000          -
39355.41/1995.23	c      1995          39205         497        20  8159622276.0000   790431084.0000          -
39454.47/2000.28	c      2000          39225         493        20  8159622276.0000   790431084.0000          -
39553.48/2005.29	c      2005          39277         493        20  8159622276.0000   790431084.0000          -
39654.61/2010.31	c      2010          39311         493        20  8159622276.0000   790431084.0000          -
39755.72/2015.49	c      2015          39335         492        20  8159622276.0000   790431084.0000          -
39858.82/2020.67	c      2021          39368         489        20  8159622276.0000   790431084.0000          -
39957.95/2025.70	c      2026          39418         496        20  8159622276.0000   790431084.0000          -
40059.07/2030.75	c      2031          39481         494        20  8159622276.0000   790431084.0000          -
40170.08/2036.33	c      2036          39572         495        20  8159622276.0000   790431084.0000          -
40275.16/2041.68	c      2042          39623         492        20  8159622276.0000   790431084.0000          -
40376.27/2046.78	c      2047          39663         491        20  8159622276.0000   790431084.0000          -
40477.37/2051.84	c      2052          39715         489        20  8159622276.0000   790431084.0000          -
40578.47/2056.96	c      2057          39739         498        20  8159622276.0000   790431084.0000          -
40677.59/2062.03	c      2062          39758         496        20  8159622276.0000   790431084.0000          -
40786.60/2067.45	c      2067          39783         498        20  8159622276.0000   790431084.0000          -
40887.68/2072.59	c      2073          39789         496        20  8159622276.0000   790431084.0000          -
40997.67/2078.15	c      2078          39825         495        20  8159622276.0000   790431084.0000          -
41101.76/2083.40	c      2083          39874         494        20  8159622276.0000   790431084.0000          -
41204.84/2088.57	c      2089          39901         492        20  8159622276.0000   790431084.0000          -
41309.90/2093.88	c      2094          39935         494        20  8159622276.0000   790431084.0000          -
41418.91/2099.30	c      2099          39964         494        20  8159622276.0000   790431084.0000          -
41518.02/2104.34	c      2104          40013         496        20  8159622276.0000   790431084.0000          -
41619.12/2109.49	c      2109          40033         493        20  8159622276.0000   790431084.0000          -
41726.16/2114.80	c      2115          40053         491        20  8159622276.0000   790431084.0000          -
41827.26/2119.97	c      2120          40088         492        20  8159622276.0000   790431084.0000          -
41934.28/2125.39	c      2125          40142         497        20  8159622276.0000   790431084.0000          -
42037.36/2130.59	c      2131          40157         497        20  8159622276.0000   790431084.0000          -
42140.48/2135.70	c      2136          40188         493        20  8159622276.0000   790431084.0000          -
42239.59/2140.78	c      2141          40222         495        20  8159622276.0000   790431084.0000          -
42342.61/2145.93	c      2146          40256         495        20  8159622276.0000   790431084.0000          -
42441.66/2150.97	c      2151          40305         493        20  8159622276.0000   790431084.0000          -
42546.68/2156.28	c      2156          40353         494        20  8159622276.0000   790431084.0000          -
42647.77/2161.39	c      2161          40378         493        20  8159622276.0000   790431084.0000          -
42754.79/2166.71	c      2167          40428         496        20  8159622276.0000   790431084.0000          -
42857.87/2172.03	c      2172          40437         494        20  8159622276.0000   790431084.0000          -
42962.89/2177.23	c      2177          40466         495        20  8159622276.0000   790431084.0000          -
43075.83/2183.04	c      2183          40482         494        20  8159622276.0000   790431084.0000          -
43180.86/2188.29	c      2188          40506         493        20  8159622276.0000   790431084.0000          -
43283.93/2193.46	c      2193          40520         494        20  8159622276.0000   790431084.0000          -
43383.02/2198.47	c      2198          40552         494        20  8159622276.0000   790431084.0000          -
43486.01/2203.62	c      2204          40579         495        20  8159622276.0000   790431084.0000          -
43595.83/2209.19	c      2209          40614         495        20  8159622276.0000   790431084.0000          -
43698.04/2214.30	c      2214          40633         494        20  8159622276.0000   790431084.0000          -
43799.13/2219.40	c      2219          40660         493        20  8159622276.0000   790431084.0000          -
43906.09/2224.85	c      2225          40678         493        20  8159622276.0000   790431084.0000          -
44007.17/2229.95	c      2230          40695         493        20  8159622276.0000   790431084.0000          -
44106.27/2235.02	c      2235          40719         495        20  8159622276.0000   790431084.0000          -
44208.23/2240.05	c      2240          40737         492        20  8159622276.0000   790431084.0000          -
44318.33/2245.62	c      2246          40771         496        20  8159622276.0000   790431084.0000          -
44419.44/2250.73	c      2251          40843         493        20  8159622276.0000   790431084.0000          -
44522.51/2256.05	c      2256          40912         493        20  8159622276.0000   790431084.0000          -
44629.54/2261.37	c      2261          41063         490        20  8159622276.0000   790431084.0000          -
44736.61/2266.73	c      2267          41098         495        20  8159622276.0000   790431084.0000          -
44839.72/2271.96	c      2272          41154         494        20  8159622276.0000   790431084.0000          -
44941.77/2277.06	c      2277          41178         491        20  8159622276.0000   790431084.0000          -
45042.72/2282.16	c      2282          41213         489        20  8159622276.0000   790431084.0000          -
45143.03/2287.25	c      2287          41242         487        20  8159622276.0000   790431084.0000          -
45250.03/2292.62	c      2293          41275         487        20  8159622276.0000   790431084.0000          -
45353.15/2297.81	c      2298          41345         493        20  8159622276.0000   790431084.0000          -
45457.31/2303.13	c      2303          41426         488        20  8159622276.0000   790431084.0000          -
45559.35/2308.24	c      2308          41438         486        20  8159622276.0000   790431084.0000          -
45660.49/2313.32	c      2313          41483         494        20  8159622276.0000   790431084.0000          -
45771.47/2318.91	c      2319          41527         488        20  8159622276.0000   790431084.0000          -
45875.38/2324.15	c      2324          41585         492        20  8159622276.0000   790431084.0000          -
45975.68/2329.28	c      2329          41594         488        20  8159622276.0000   790431084.0000          -
46074.83/2334.29	c      2334          41667         492        20  8159622276.0000   790431084.0000          -
46177.95/2339.40	c      2339          41673         487        20  8159622276.0000   790431084.0000          -
46281.07/2344.66	c      2345          41691         487        20  8159622276.0000   790431084.0000          -
46382.19/2349.71	c      2350          41815         507        20  8159622276.0000   790431084.0000          -
46493.21/2355.31	c      2355          41931         507        20  8159622276.0000   790431084.0000          -
46594.49/2360.44	c      2360          41960         483        20  8159622276.0000   790431084.0000          -
46708.10/2366.20	c      2366          42031         503        20  8159622276.0000   790431084.0000          -
46810.68/2371.35	c      2371          42166         488        20  8159622276.0000   790431084.0000          -
46917.56/2376.79	c      2377          42241         483        20  8159622276.0000   790431084.0000          -
47025.53/2382.15	c      2382          42271         483        20  8159622276.0000   790431084.0000          -
47127.69/2387.36	c      2387          42477         515        20  8159622276.0000   790431084.0000          -
47236.74/2392.85	c      2393          42629         509        20  8159622276.0000   790431084.0000          -
47335.89/2397.88	c      2398          42676         507        20  8159622276.0000   790431084.0000          -
47437.02/2402.97	c      2403          42726         504        20  8159622276.0000   790431084.0000          -
47542.06/2408.21	c      2408          42771         509        20  8159622276.0000   790431084.0000          -
47645.13/2413.43	c      2413          42850         502        20  8159622276.0000   790431084.0000          -
47746.23/2418.50	c      2418          42913         499        20  8159622276.0000   790431084.0000          -
47845.35/2423.52	c      2424          42986         505        20  8159622276.0000   790431084.0000          -
47944.43/2428.58	c      2429          43097         502        20  8159622276.0000   790431084.0000          -
48045.53/2433.66	c      2434          43261         500        20  8159622276.0000   790431084.0000          -
48148.55/2438.82	c      2439          43359         502        20  8159622276.0000   790431084.0000          -
48257.56/2444.34	c      2444          43485         495        20  8159622276.0000   790431084.0000          -
48362.63/2449.64	c      2450          43647         496        20  8159622276.0000   790431084.0000          -
48465.73/2454.82	c      2455          43771         494        20  8159622276.0000   790431084.0000          -
48566.85/2459.91	c      2460          43832         495        20  8159622276.0000   790431084.0000          -
48668.58/2465.14	c      2465          43949         495        20  8159622276.0000   790431084.0000          -
48769.79/2470.18	c      2470          43971         494        20  8159622276.0000   790431084.0000          -
48891.66/2476.31	c      2476          44062         495        20  8159622276.0000   790431084.0000          -
48992.73/2481.46	c      2481          44104         493        20  8159622276.0000   790431084.0000          -
49097.79/2486.76	c      2487          44130         494        20  8159622276.0000   790431084.0000          -
49200.79/2491.93	c      2492          44238         498        20  8159622276.0000   790431084.0000          -
49307.80/2497.31	c      2497          44315         493        20  8159622276.0000   790431084.0000          -
49408.83/2502.42	c      2502          44487         493        20  8159622276.0000   790431084.0000          -
49517.87/2507.98	c      2508          44566         493        20  8159622276.0000   790431084.0000          -
49616.97/2513.01	c      2513          44682         494        20  8159622276.0000   790431084.0000          -
49719.09/2518.14	c      2518          44761         490        20  8159622276.0000   790431084.0000          -
49822.98/2523.36	c      2523          44833         490        20  8159622276.0000   790431084.0000          -
49924.24/2528.43	c      2528          44951         493        20  8159622276.0000   790431084.0000          -
50025.12/2533.53	c      2534          45058         494        20  8159622276.0000   790431084.0000          -
50124.23/2538.57	c      2539          45167         491        20  8159622276.0000   790431084.0000          -
50231.27/2543.91	c      2544          45268         494        20  8159622276.0000   790431084.0000          -
50336.30/2549.23	c      2549          45363         490        20  8159622276.0000   790431084.0000          -
50441.37/2554.58	c      2555          45477         493        20  8159622276.0000   790431084.0000          -
50546.44/2559.84	c      2560          45639         493        20  8159622276.0000   790431084.0000          -
50647.54/2564.98	c      2565          45644           0        20  8159622276.0000   790431084.0000          -
50754.58/2570.33	c      2570          46006         354        20  8159622276.0000   790431084.0000          -
50853.70/2575.36	c      2575          46019         344        20  8159622276.0000   790431084.0000          -
50962.74/2580.82	c      2581          46092         331        20  8159622276.0000   790431084.0000          -
51063.84/2585.94	c      2586          46157         336        20  8159622276.0000   790431084.0000          -
51170.88/2591.39	c      2591          46157         336        20  8159622276.0000   790431084.0000          -
51272.16/2596.48	c      2596          46158         335        20  8159622276.0000   790431084.0000          -
51375.10/2601.65	c      2602          46159         334        20  8159622276.0000   790431084.0000          -
51488.04/2607.33	c      2607          46168         335        20  8159622276.0000   790431084.0000          -
51591.08/2612.55	c      2613          46175         331        20  8159622276.0000   790431084.0000          -
51700.84/2618.12	c      2618          46175         331        20  8159622276.0000   790431084.0000          -
51807.08/2623.47	c      2623          46187         330        20  8159622276.0000   790431084.0000          -
51912.15/2628.74	c      2629          46207         334        20  8159622276.0000   790431084.0000          -
52015.24/2634.03	c      2634          46213         330        20  8159622276.0000   790431084.0000          -
52130.21/2639.78	c      2640          46220         334        20  8159622276.0000   790431084.0000          -
52229.30/2644.79	c      2645          46232         333        20  8159622276.0000   790431084.0000          -
52338.32/2650.21	c      2650          46252         331        20  8159622276.0000   790431084.0000          -
52443.33/2655.58	c      2656          46259         330        20  8159622276.0000   790431084.0000          -
52544.47/2660.64	c      2661          46259         330        20  8159622276.0000   790431084.0000          -
52663.44/2666.65	c      2667          46299         331        20  8159622276.0000   790431084.0000          -
52774.48/2672.30	c      2672          46366         333        20  8159622276.0000   790431084.0000          -
52875.64/2677.34	c      2677          46371         330        20  8159622276.0000   790431084.0000          -
52974.80/2682.37	c      2682          46373         329        20  8159622276.0000   790431084.0000          -
53073.93/2687.38	c      2687          46380         328        20  8159622276.0000   790431084.0000          -
53183.01/2692.80	c      2693          46380         328        20  8159622276.0000   790431084.0000          -
53288.79/2698.18	c      2698          46401         330        20  8159622276.0000   790431084.0000          -
53403.01/2704.04	c      2704          46408         328        20  8159622276.0000   790431084.0000          -
53512.04/2709.44	c      2709          46416         326        20  8159622276.0000   790431084.0000          -
53617.14/2714.76	c      2715          46444         328        20  8159622276.0000   790431084.0000          -
53726.19/2720.20	c      2720          46464         325        20  8159622276.0000   790431084.0000          -
53827.15/2725.34	c      2725          46511         325        20  8159622276.0000   790431084.0000          -
53928.22/2730.45	c      2730          46532         327        20  8159622276.0000   790431084.0000          -
54029.35/2735.56	c      2736          46584         311        20  8159622276.0000   790431084.0000          -
54128.50/2740.58	c      2741          46621         302        20  8159622276.0000   790431084.0000          -
54231.61/2745.73	c      2746          46638         300        20  8159622276.0000   790431084.0000          -
54332.75/2750.80	c      2751          46652         301        20  8159622276.0000   790431084.0000          -
54433.88/2755.93	c      2756          46702         302        20  8159622276.0000   790431084.0000          -
54544.92/2761.58	c      2762          46721         297        20  8159622276.0000   790431084.0000          -
54647.97/2766.70	c      2767          46736         294        20  8159622276.0000   790431084.0000          -
54751.10/2772.01	c      2772          46740         295        20  8159622276.0000   790431084.0000          -
54860.16/2777.41	c      2777          46775         290        20  8159622276.0000   790431084.0000          -
54963.29/2782.69	c      2783          46781         290        20  8159622276.0000   790431084.0000          -
55071.36/2788.12	c      2788          46805         289        20  8159622276.0000   790431084.0000          -
55170.34/2793.14	c      2793          46820         288        20  8159622276.0000   790431084.0000          -
55278.61/2798.58	c      2799          46849         286        20  8159622276.0000   790431084.0000          -
55381.67/2803.73	c      2804          46861         287        20  8159622276.0000   790431084.0000          -
55489.59/2809.19	c      2809          46891         288        20  8159622276.0000   790431084.0000          -
55593.78/2814.44	c      2814          46920         286        20  8159622276.0000   790431084.0000          -
55705.36/2820.14	c      2820          46934         285        20  8159622276.0000   790431084.0000          -
55806.65/2825.16	c      2825          46952         284        20  8159622276.0000   790431084.0000          -
55912.86/2830.58	c      2831          46969         281        20  8159622276.0000   790431084.0000          -
56013.99/2835.68	c      2836          47004         282        20  8159622276.0000   790431084.0000          -
56119.10/2840.97	c      2841          47062         273        20  8159622276.0000   790431084.0000          -
56218.23/2846.03	c      2846          47092         273        20  8159622276.0000   790431084.0000          -
56322.36/2851.16	c      2851          47126         275        20  8159622276.0000   790431084.0000          -
56422.28/2856.28	c      2856          47167         272        20  8159622276.0000   790431084.0000          -
56529.29/2861.67	c      2862          47167         272        20  8159622276.0000   790431084.0000          -
56630.30/2866.71	c      2867          47221         273        20  8159622276.0000   790431084.0000          -
56739.26/2872.28	c      2872          47253         269        20  8159622276.0000   790431084.0000          -
56840.35/2877.36	c      2877          47307         275        20  8159622276.0000   790431084.0000          -
56941.48/2882.45	c      2882          47339         272        20  8159622276.0000   790431084.0000          -
57042.61/2887.55	c      2888          47397         271        20  8159622276.0000   790431084.0000          -
57154.45/2893.14	c      2893          47397         271        20  8159622276.0000   790431084.0000          -
57262.71/2898.65	c      2899          47445         273        20  8159622276.0000   790431084.0000          -
57372.65/2904.14	c      2904          47501         270        20  8159622276.0000   790431084.0000          -
57471.82/2909.16	c      2909          47520         267        20  8159622276.0000   790431084.0000          -
57579.95/2914.62	c      2915          47544         272        20  8159622276.0000   790431084.0000          -
57679.12/2919.67	c      2920          47597         269        20  8159622276.0000   790431084.0000          -
57790.15/2925.25	c      2925          47635         269        20  8159622276.0000   790431084.0000          -
57903.22/2930.97	c      2931          47708         262        20  8159622276.0000   790431084.0000          -
58022.21/2937.00	c      2937          47747         266        20  8159622276.0000   790431084.0000          -
58129.30/2942.35	c      2942          47798         262        20  8159622276.0000   790431084.0000          -
58234.42/2947.61	c      2948          47798         262        20  8159622276.0000   790431084.0000          -
58333.55/2952.65	c      2953          47828         261        20  8159622276.0000   790431084.0000          -
58434.72/2957.73	c      2958          47876         262        20  8159622276.0000   790431084.0000          -
58533.89/2962.79	c      2963          47929         258        20  8159622276.0000   790431084.0000          -
58637.03/2968.00	c      2968          47982         258        20  8159622276.0000   790431084.0000          -
58738.93/2973.04	c      2973          48012         258        20  8159622276.0000   790431084.0000          -
58840.12/2978.16	c      2978          48135         257        20  8159622276.0000   790431084.0000          -
58957.17/2984.09	c      2984          48138         255        20  8159622276.0000   790431084.0000          -
59061.15/2989.38	c      2989          48247         264        20  8159622276.0000   790431084.0000          -
59162.20/2994.49	c      2994          48249         256        20  8159622276.0000   790431084.0000          -
59271.27/3000.03	c      3000          48291         253        20  8159622276.0000   790431084.0000          -
59373.17/3005.11	c      3005          48305         253        20  8159622276.0000   790431084.0000          -
59475.50/3010.26	c      3010          48366         249        20  8159622276.0000   790431084.0000          -
59578.64/3015.47	c      3015          48376         256        20  8159622276.0000   790431084.0000          -
59701.60/3021.60	c      3022          48378         254        20  8159622276.0000   790431084.0000          -
59800.76/3026.66	c      3027          48383         253        20  8159622276.0000   790431084.0000          -
59911.79/3032.26	c      3032          48383         253        20  8159622276.0000   790431084.0000          -
60020.78/3037.76	c      3038          48388         251        20  8159622276.0000   790431084.0000          -
60123.84/3042.95	c      3043          48408         253        20  8159622276.0000   790431084.0000          -
60227.55/3048.14	c      3048          48408         253        20  8159622276.0000   790431084.0000          -
60329.93/3053.35	c      3053          48418         252        20  8159622276.0000   790431084.0000          -
60437.04/3058.78	c      3059          48420         252        20  8159622276.0000   790431084.0000          -
60550.22/3064.46	c      3064          48422         251        20  8159622276.0000   790431084.0000          -
60653.18/3069.69	c      3070          48426         250        20  8159622276.0000   790431084.0000          -
60754.19/3074.71	c      3075          48473         250        20  8159622276.0000   790431084.0000          -
60862.05/3080.17	c      3080          48521         254        20  8159622276.0000   790431084.0000          -
60968.19/3085.55	c      3086          48535         252        20  8159622276.0000   790431084.0000          -
61069.27/3090.61	c      3091          48542         251        20  8159622276.0000   790431084.0000          -
61170.39/3095.77	c      3096          48551         250        20  8159622276.0000   790431084.0000          -
61273.52/3100.93	c      3101          48560         249        20  8159622276.0000   790431084.0000          -
61380.40/3106.37	c      3106          48567         248        20  8159622276.0000   790431084.0000          -
61487.50/3111.75	c      3112          48583         250        20  8159622276.0000   790431084.0000          -
61588.65/3116.86	c      3117          48587         251        20  8159622276.0000   790431084.0000          -
61687.81/3121.89	c      3122          48587         251        20  8159622276.0000   790431084.0000          -
61788.95/3127.00	c      3127          48587         251        20  8159622276.0000   790431084.0000          -
61903.91/3132.71	c      3133          48587         251        20  8159622276.0000   790431084.0000          -
62007.01/3138.03	c      3138          48642         248        20  8159622276.0000   790431084.0000          -
62120.03/3143.60	c      3144          48650         247        20  8159622276.0000   790431084.0000          -
62230.07/3149.18	c      3149          48822         246        20  8159622276.0000   790431084.0000          -
62338.09/3154.60	c      3155          48822         246        20  8159622276.0000   790431084.0000          -
62439.22/3159.71	c      3160          48847         249        20  8159622276.0000   790431084.0000          -
62556.19/3165.63	c      3166          48879         248        20  8159622276.0000   790431084.0000          -
62659.31/3170.82	c      3171          48897         247        20  8159622276.0000   790431084.0000          -
62772.26/3176.54	c      3177          48913         248        20  8159622276.0000   790431084.0000          -
62879.34/3182.01	c      3182          48919         247        20  8159622276.0000   790431084.0000          -
62981.34/3187.06	c      3187          48929         245        20  8159622276.0000   790431084.0000          -
63089.46/3192.55	c      3193          48935         244        20  8159622276.0000   790431084.0000          -
63196.50/3197.98	c      3198          48945         242        20  8159622276.0000   790431084.0000          -
63298.51/3203.14	c      3203          48949         241        20  8159622276.0000   790431084.0000          -
63402.71/3208.34	c      3208          48958         244        20  8159622276.0000   790431084.0000          -
63503.80/3213.40	c      3213          48960         242        20  8159622276.0000   790431084.0000          -
63604.92/3218.52	c      3219          48960         242        20  8159622276.0000   790431084.0000          -
63709.98/3223.84	c      3224          49004         242        20  8159622276.0000   790431084.0000          -
63813.88/3229.06	c      3229          49077         240        20  8159622276.0000   790431084.0000          -
63924.13/3234.61	c      3235          49094         241        20  8159622276.0000   790431084.0000          -
64032.15/3240.06	c      3240          49097         241        20  8159622276.0000   790431084.0000          -
64133.06/3245.18	c      3245          49104         241        20  8159622276.0000   790431084.0000          -
64241.42/3250.66	c      3251          49104         241        20  8159622276.0000   790431084.0000          -
64342.55/3255.78	c      3256          49109         240        20  8159622276.0000   790431084.0000          -
64475.26/3262.40	c      3262          49160         241        20  8159622276.0000   790431084.0000          -
64578.37/3267.63	c      3268          49242         239        20  8159622276.0000   790431084.0000          -
64683.47/3272.93	c      3273          49251         238        20  8159622276.0000   790431084.0000          -
64788.53/3278.25	c      3278          49257         240        20  8159622276.0000   790431084.0000          -
64891.65/3283.47	c      3283          49261         238        20  8159622276.0000   790431084.0000          -
64994.79/3288.65	c      3289          49268         241        20  8159622276.0000   790431084.0000          -
65099.82/3293.91	c      3294          49271         238        20  8159622276.0000   790431084.0000          -
65216.81/3299.87	c      3300          49271         238        20  8159622276.0000   790431084.0000          -
65325.88/3305.37	c      3305          49290         238        20  8159622276.0000   790431084.0000          -
65429.01/3310.54	c      3311          49302         238        20  8159622276.0000   790431084.0000          -
65536.06/3315.98	c      3316          49317         242        20  8159622276.0000   790431084.0000          -
65641.13/3321.24	c      3321          49331         239        20  8159622276.0000   790431084.0000          -
65748.22/3326.63	c      3327          49332         238        20  8159622276.0000   790431084.0000          -
65867.22/3332.62	c      3333          49337         236        20  8159622276.0000   790431084.0000          -
65980.39/3338.37	c      3338          49341         234        20  8159622276.0000   790431084.0000          -
66081.42/3343.48	c      3343          49362         237        20  8159622276.0000   790431084.0000          -
66184.43/3348.65	c      3349          49391         237        20  8159622276.0000   790431084.0000          -
66287.55/3353.86	c      3354          49402         236        20  8159622276.0000   790431084.0000          -
66394.64/3359.22	c      3359          49424         236        20  8159622276.0000   790431084.0000          -
66515.57/3365.32	c      3365          49424         236        20  8159622276.0000   790431084.0000          -
66620.70/3370.64	c      3371          49424         236        20  8159622276.0000   790431084.0000          -
66730.59/3376.18	c      3376          49424         236        20  8159622276.0000   790431084.0000          -
66832.90/3381.34	c      3381          49450         235        20  8159622276.0000   790431084.0000          -
66932.13/3386.38	c      3386          49458         235        20  8159622276.0000   790431084.0000          -
67035.09/3391.52	c      3392          49460         233        20  8159622276.0000   790431084.0000          -
67145.13/3397.08	c      3397          49527         235        20  8159622276.0000   790431084.0000          -
67246.20/3402.19	c      3402          49527         235        20  8159622276.0000   790431084.0000          -
67362.94/3408.12	c      3408          49661         234        20  8159622276.0000   790431084.0000          -
67473.23/3413.61	c      3414          49690         231        20  8159622276.0000   790431084.0000          -
67572.37/3418.64	c      3419          49745         230        20  8159622276.0000   790431084.0000          -
67675.45/3423.80	c      3424          49779         231        20  8159622276.0000   790431084.0000          -
67779.30/3429.10	c      3429          49819         231        20  8159622276.0000   790431084.0000          -
67887.62/3434.58	c      3435          49823         231        20  8159622276.0000   790431084.0000          -
67997.59/3440.11	c      3440          49850         234        20  8159622276.0000   790431084.0000          -
68105.71/3445.58	c      3446          49894         231        20  8159622276.0000   790431084.0000          -
68212.83/3451.03	c      3451          49898         230        20  8159622276.0000   790431084.0000          -
68325.78/3456.62	c      3457          49904         232        20  8159622276.0000   790431084.0000          -
68424.96/3461.68	c      3462          49904         232        20  8159622276.0000   790431084.0000          -
68530.03/3466.92	c      3467          49912         232        20  8159622276.0000   790431084.0000          -
68633.88/3472.19	c      3472          49912         232        20  8159622276.0000   790431084.0000          -
68746.06/3477.84	c      3478          49912         232        20  8159622276.0000   790431084.0000          -
68857.09/3483.45	c      3483          49929         233        20  8159622276.0000   790431084.0000          -
68966.19/3488.96	c      3489          49936         232        20  8159622276.0000   790431084.0000          -
69082.91/3494.86	c      3495          49937         231        20  8159622276.0000   790431084.0000          -
69194.12/3500.46	c      3500          49937         231        20  8159622276.0000   790431084.0000          -
69293.13/3505.47	c      3505          49942         230        20  8159622276.0000   790431084.0000          -
69410.14/3511.38	c      3511          49975         233        20  8159622276.0000   790431084.0000          -
69511.44/3516.45	c      3516          49977         232        20  8159622276.0000   790431084.0000          -
69612.41/3521.51	c      3522          49993         229        20  8159622276.0000   790431084.0000          -
69711.57/3526.59	c      3527          50039         230        20  8159622276.0000   790431084.0000          -
69812.71/3531.61	c      3532          50039         230        20  8159622276.0000   790431084.0000          -
69915.83/3536.87	c      3537          50064         231        20  8159622276.0000   790431084.0000          -
70030.91/3542.69	c      3543          50082         229        20  8159622276.0000   790431084.0000          -
70135.94/3547.92	c      3548          50129         233        20  8159622276.0000   790431084.0000          -
70252.92/3553.87	c      3554          50163         229        20  8159622276.0000   790431084.0000          -
70359.98/3559.25	c      3559          50210         234        20  8159622276.0000   790431084.0000          -
70461.15/3564.34	c      3564          50210         234        20  8159622276.0000   790431084.0000          -
70566.28/3569.62	c      3570          50242         228        20  8159622276.0000   790431084.0000          -
70679.28/3575.32	c      3575          50250         227        20  8159622276.0000   790431084.0000          -
70778.45/3580.36	c      3580          50259         225        20  8159622276.0000   790431084.0000          -
70881.56/3585.51	c      3586          50275         228        20  8159622276.0000   790431084.0000          -
70988.66/3590.96	c      3591          50278         227        20  8159622276.0000   790431084.0000          -
71095.72/3596.40	c      3596          50279         226        20  8159622276.0000   790431084.0000          -
71218.63/3602.51	c      3603          50279         226        20  8159622276.0000   790431084.0000          -
71328.59/3608.05	c      3608          50284         228        20  8159622276.0000   790431084.0000          -
71429.74/3613.15	c      3613          50286         227        20  8159622276.0000   790431084.0000          -
71571.55/3620.30	c      3620          50286         227        20  8159622276.0000   790431084.0000          -
71670.70/3625.36	c      3625          50288         226        20  8159622276.0000   790431084.0000          -
71777.82/3630.76	c      3631          50288         226        20  8159622276.0000   790431084.0000          -
71888.84/3636.36	c      3636          50288         226        20  8159622276.0000   790431084.0000          -
71989.98/3641.42	c      3641          50291         225        20  8159622276.0000   790431084.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (188074 MiB free)
  memory of node 1: 193494 MiB (190226 MiB free)
  memory of node 2: 193531 MiB (191343 MiB free)
  memory of node 3: 193531 MiB (163387 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-4465514-1723658221/watcher-4465514-1723658221 -o /tmp/evaluation-result-4465514-1723658221/solver-4465514-1723658221 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779823 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465514-1723658221.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100118 s]*
/proc/loadavg: 78.51 79.75 69.38 33/939 782146
/proc/meminfo: memFree=751004948/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=92040 memory=79756 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 17817 0 0 0 8 2 0 0 20 0 1 0 132405251 94248960 19939 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 23010 19939 2347 3035 0 19406 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 92040 KiB
Current children cumulated memory: 79756 KiB

[startup+0.219377 s]*
/proc/loadavg: 78.51 79.75 69.38 25/898 782146
/proc/meminfo: memFree=751050748/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=160476 memory=148052 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 34900 0 0 0 18 5 0 0 20 0 1 0 132405251 164327424 37013 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 40119 37013 2347 3035 0 36515 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 160476 KiB
Current children cumulated memory: 148052 KiB

[startup+0.325202 s]*
/proc/loadavg: 78.51 79.75 69.38 23/896 782172
/proc/meminfo: memFree=750992652/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=214780 memory=202124 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 48447 0 0 0 27 6 0 0 20 0 1 0 132405251 219934720 50531 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 53695 50531 2347 3035 0 50091 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 214780 KiB
Current children cumulated memory: 202124 KiB

[startup+0.700267 s]
/proc/loadavg: 78.51 79.75 69.38 23/897 782209
/proc/meminfo: memFree=750969548/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=426620 memory=413592 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 101757 0 0 0 54 15 0 0 20 0 1 0 132405251 436858880 103398 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 106655 103398 2555 3035 0 103051 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 426620 KiB
Current children cumulated memory: 413592 KiB

[startup+1.50027 s]
/proc/loadavg: 78.51 79.75 69.38 50/981 782304
/proc/meminfo: memFree=749871900/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=637300 memory=614596 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 151434 0 0 0 125 24 0 0 20 0 1 0 132405251 652595200 153649 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 159325 153649 2614 3035 0 155721 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 637300 KiB
Current children cumulated memory: 614596 KiB

[startup+3.12265 s]
/proc/loadavg: 75.51 79.11 69.23 25/903 782656
/proc/meminfo: memFree=750460132/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=730928 memory=706768 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 169288 0 0 0 281 29 0 0 20 0 1 0 132405251 748470272 176692 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 182732 176692 2726 3035 0 179128 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 730928 KiB
Current children cumulated memory: 706768 KiB

[startup+6.30018 s]
/proc/loadavg: 75.51 79.11 69.23 44/943 782696
/proc/meminfo: memFree=748564140/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=730928 memory=707296 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) R 782088 782091 779811 0 -1 4194304 169454 0 0 0 597 30 0 0 20 0 1 0 132405251 748470272 176824 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 182732 176824 2726 3035 0 179128 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 730928 KiB
Current children cumulated memory: 707296 KiB

[startup+12.7015 s]
/proc/loadavg: 72.82 78.49 69.08 83/1023 782778
/proc/meminfo: memFree=733368640/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=9152588 memory=7753604 CPUtime=67.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) S 782088 782091 779811 0 -1 1077936128 1918806 0 0 0 6130 627 0 0 20 0 41 0 132405251 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 2288147 1938401 2870 3035 0 2091726 0
[pid=782091/tid=782717] ppid=782088 vsize=9152588 memory=1961300 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782717/stat : 782717 (fscip) R 782088 782091 779811 0 -1 4194368 49372 0 0 0 294 11 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782718] ppid=782088 vsize=9152588 memory=25333125866717268 CPUtime=2.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782718/stat : 782718 (fscip) R 782088 782091 779811 0 -1 4194368 115667 0 0 0 237 54 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782719] ppid=782088 vsize=9152588 memory=33000 CPUtime=3.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782719/stat : 782719 (fscip) R 782088 782091 779811 0 -1 4194368 90572 0 0 0 283 18 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782720] ppid=782088 vsize=9152588 memory=2316 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782720/stat : 782720 (fscip) R 782088 782091 779811 0 -1 4194368 49501 0 0 0 293 12 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782721] ppid=782088 vsize=9152588 memory=16164 CPUtime=2.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782721/stat : 782721 (fscip) R 782088 782091 779811 0 -1 4194368 114959 0 0 0 235 55 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782722] ppid=782088 vsize=9152588 memory=0 CPUtime=3.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782722/stat : 782722 (fscip) R 782088 782091 779811 0 -1 4194368 90457 0 0 0 279 22 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782723] ppid=782088 vsize=9152588 memory=279929728984032 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782723/stat : 782723 (fscip) R 782088 782091 779811 0 -1 4194368 50008 0 0 0 293 12 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782724] ppid=782088 vsize=9152588 memory=279929728604848 CPUtime=2.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782724/stat : 782724 (fscip) R 782088 782091 779811 0 -1 4194368 115975 0 0 0 235 54 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782725] ppid=782088 vsize=9152588 memory=706768 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782725/stat : 782725 (fscip) R 782088 782091 779811 0 -1 4194368 90332 0 0 0 283 20 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782726] ppid=782088 vsize=9152588 memory=10544 CPUtime=3.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782726/stat : 782726 (fscip) R 782088 782091 779811 0 -1 4194368 50147 0 0 0 294 12 0 0 20 0 41 0 132405994 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782727] ppid=782088 vsize=9152588 memory=279929728436976 CPUtime=2.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782727/stat : 782727 (fscip) R 782088 782091 779811 0 -1 4194368 115900 0 0 0 233 55 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782728] ppid=782088 vsize=9152588 memory=16164 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782728/stat : 782728 (fscip) R 782088 782091 779811 0 -1 4194368 88798 0 0 0 283 19 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782729] ppid=782088 vsize=9152588 memory=3216800 CPUtime=3.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782729/stat : 782729 (fscip) R 782088 782091 779811 0 -1 4194368 49997 0 0 0 294 12 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782730] ppid=782088 vsize=9152588 memory=0 CPUtime=2.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782730/stat : 782730 (fscip) R 782088 782091 779811 0 -1 4194368 115060 0 0 0 234 54 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782731] ppid=782088 vsize=9152588 memory=0 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782731/stat : 782731 (fscip) R 782088 782091 779811 0 -1 4194368 88855 0 0 0 284 19 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782732] ppid=782088 vsize=9152588 memory=241357291832 CPUtime=3.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782732/stat : 782732 (fscip) R 782088 782091 779811 0 -1 4194368 50013 0 0 0 294 12 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782733] ppid=782088 vsize=9152588 memory=6753292 CPUtime=2.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782733/stat : 782733 (fscip) R 782088 782091 779811 0 -1 4194368 116642 0 0 0 244 50 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782734] ppid=782088 vsize=9152588 memory=0 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782734/stat : 782734 (fscip) R 782088 782091 779811 0 -1 4194368 88792 0 0 0 282 21 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782735] ppid=782088 vsize=9152588 memory=279929728561296 CPUtime=3.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782735/stat : 782735 (fscip) R 782088 782091 779811 0 -1 4194368 49473 0 0 0 296 11 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782736] ppid=782088 vsize=9152588 memory=6425740838657 CPUtime=2.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782736/stat : 782736 (fscip) R 782088 782091 779811 0 -1 4194368 115569 0 0 0 235 55 0 0 20 0 41 0 132405995 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782757] ppid=782088 vsize=9152588 memory=6571769726721 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782757/stat : 782757 (fscip) S 782088 782091 779811 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 132406217 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782758] ppid=782088 vsize=9152588 memory=8083598214913 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782758/stat : 782758 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406217 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782759] ppid=782088 vsize=9152588 memory=6048 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782759/stat : 782759 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782760] ppid=782088 vsize=9152588 memory=51344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782760/stat : 782760 (fscip) S 782088 782091 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782761] ppid=782088 vsize=9152588 memory=104 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782761/stat : 782761 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782762] ppid=782088 vsize=9152588 memory=25932 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782762/stat : 782762 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782763] ppid=782088 vsize=9152588 memory=28568 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782763/stat : 782763 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782764] ppid=782088 vsize=9152588 memory=7312 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782764/stat : 782764 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782765] ppid=782088 vsize=9152588 memory=26988 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782765/stat : 782765 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782766] ppid=782088 vsize=9152588 memory=3776 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782766/stat : 782766 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782767] ppid=782088 vsize=9152588 memory=40480 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782767/stat : 782767 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782768] ppid=782088 vsize=9152588 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782768/stat : 782768 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782769] ppid=782088 vsize=9152588 memory=3300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782769/stat : 782769 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782770] ppid=782088 vsize=9152588 memory=2264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782770/stat : 782770 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782771] ppid=782088 vsize=9152588 memory=1668 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782771/stat : 782771 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782772] ppid=782088 vsize=9152588 memory=20316 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782772/stat : 782772 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782773] ppid=782088 vsize=9152588 memory=28648 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782773/stat : 782773 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782774] ppid=782088 vsize=9152588 memory=32792 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782774/stat : 782774 (fscip) S 782088 782091 779811 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782775] ppid=782088 vsize=9152588 memory=7068 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782775/stat : 782775 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782776] ppid=782088 vsize=9152588 memory=36300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782776/stat : 782776 (fscip) S 782088 782091 779811 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132406218 9372250112 1938401 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
Current children cumulated CPU time: 67.57 s
Current children cumulated vsize: 9152588 KiB
Current children cumulated memory: 7753604 KiB

[startup+25.5015 s]
/proc/loadavg: 74.49 78.58 69.27 82/1023 782779

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

[pid=782091/tid=782764] ppid=782088 vsize=95056816 memory=24991972 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782764/stat : 782764 (fscip) S 782088 782091 779811 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782765] ppid=782088 vsize=95056816 memory=24476560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782765/stat : 782765 (fscip) S 782088 782091 779811 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782766] ppid=782088 vsize=95056816 memory=16164 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782766/stat : 782766 (fscip) S 782088 782091 779811 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782767] ppid=782088 vsize=95056816 memory=25117632 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782767/stat : 782767 (fscip) S 782088 782091 779811 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782768] ppid=782088 vsize=95056816 memory=11448 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782768/stat : 782768 (fscip) S 782088 782091 779811 0 -1 1077936192 162 0 0 0 4 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782769] ppid=782088 vsize=95056816 memory=25223520 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782769/stat : 782769 (fscip) S 782088 782091 779811 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782770] ppid=782088 vsize=95056816 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782770/stat : 782770 (fscip) S 782088 782091 779811 0 -1 1077936192 179 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782771] ppid=782088 vsize=95056816 memory=25163556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782771/stat : 782771 (fscip) S 782088 782091 779811 0 -1 1077936192 159 0 0 0 0 2 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782772] ppid=782088 vsize=95056816 memory=24887704 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782772/stat : 782772 (fscip) S 782088 782091 779811 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782773] ppid=782088 vsize=95056816 memory=25090112 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782773/stat : 782773 (fscip) S 782088 782091 779811 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782774] ppid=782088 vsize=95056816 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782774/stat : 782774 (fscip) S 782088 782091 779811 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782775] ppid=782088 vsize=95056816 memory=5512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782775/stat : 782775 (fscip) S 782088 782091 779811 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782776] ppid=782088 vsize=95056816 memory=25259024 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782776/stat : 782776 (fscip) S 782088 782091 779811 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6315521 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
Current children cumulated CPU time: 70818.1 s
Current children cumulated vsize: 95056816 KiB
Current children cumulated memory: 25262084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3642 s]*
/proc/loadavg: 80.27 80.51 80.17 80/1023 784716
/proc/meminfo: memFree=669000716/790760804 swapFree=131071996/131071996
[pid=782091] ppid=782088 vsize=95056816 memory=25685584 CPUtime=72002.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/stat : 782091 (fscip) S 782088 782091 779811 0 -1 1077936128 43441404 0 0 0 7193777 6491 0 0 20 0 41 0 132405251 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
/proc/782091/statm: 23764204 6421396 3334 3035 0 23519957 0
[pid=782091/tid=782717] ppid=782088 vsize=95056816 memory=6720669826572108393 CPUtime=3595.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782717/stat : 782717 (fscip) R 782088 782091 779811 0 -1 4194368 1695544 0 0 0 359398 180 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782718] ppid=782088 vsize=95056816 memory=8323350987516068516 CPUtime=3606.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782718/stat : 782718 (fscip) R 782088 782091 779811 0 -1 4194368 2034835 0 0 0 360243 401 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782719] ppid=782088 vsize=95056816 memory=8694337183594358426 CPUtime=3594.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782719/stat : 782719 (fscip) R 782088 782091 779811 0 -1 4194368 2773051 0 0 0 359110 353 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782720] ppid=782088 vsize=95056816 memory=6720668761403310696 CPUtime=3605.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782720/stat : 782720 (fscip) R 782088 782091 779811 0 -1 4194368 2011068 0 0 0 360357 206 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782721] ppid=782088 vsize=95056816 memory=6944656575208370234 CPUtime=3605.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782721/stat : 782721 (fscip) R 782088 782091 779811 0 -1 4194368 2110600 0 0 0 360088 413 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782722] ppid=782088 vsize=95056816 memory=5512 CPUtime=3595.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782722/stat : 782722 (fscip) R 782088 782091 779811 0 -1 4194368 2534515 0 0 0 359235 339 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782723] ppid=782088 vsize=95056816 memory=16164 CPUtime=3594.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782723/stat : 782723 (fscip) R 782088 782091 779811 0 -1 4194368 1913236 0 0 0 359221 198 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782724] ppid=782088 vsize=95056816 memory=2316 CPUtime=3596.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782724/stat : 782724 (fscip) R 782088 782091 779811 0 -1 4194368 2191296 0 0 0 359165 462 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782725] ppid=782088 vsize=95056816 memory=33000 CPUtime=3603.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782725/stat : 782725 (fscip) R 782088 782091 779811 0 -1 4194368 3275657 0 0 0 359923 420 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782726] ppid=782088 vsize=95056816 memory=1804 CPUtime=3596.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782726/stat : 782726 (fscip) R 782088 782091 779811 0 -1 4194368 2123562 0 0 0 359462 223 0 0 20 0 41 0 132405994 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782727] ppid=782088 vsize=95056816 memory=6048 CPUtime=3600.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782727/stat : 782727 (fscip) R 782088 782091 779811 0 -1 4194368 1927818 0 0 0 359678 333 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782728] ppid=782088 vsize=95056816 memory=51344 CPUtime=3603.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782728/stat : 782728 (fscip) R 782088 782091 779811 0 -1 4194368 3140382 0 0 0 359920 417 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782729] ppid=782088 vsize=95056816 memory=104 CPUtime=3605.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782729/stat : 782729 (fscip) R 782088 782091 779811 0 -1 4194368 470436 0 0 0 360507 81 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782730] ppid=782088 vsize=95056816 memory=0 CPUtime=3601.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782730/stat : 782730 (fscip) R 782088 782091 779811 0 -1 4194368 1954159 0 0 0 359878 316 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782731] ppid=782088 vsize=95056816 memory=0 CPUtime=3582.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782731/stat : 782731 (fscip) R 782088 782091 779811 0 -1 4194368 2845997 0 0 0 357892 377 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782732] ppid=782088 vsize=95056816 memory=0 CPUtime=3599.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782732/stat : 782732 (fscip) R 782088 782091 779811 0 -1 4194368 1945269 0 0 0 359791 204 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782733] ppid=782088 vsize=95056816 memory=0 CPUtime=3606.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782733/stat : 782733 (fscip) R 782088 782091 779811 0 -1 4194368 2243016 0 0 0 360160 484 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782734] ppid=782088 vsize=95056816 memory=0 CPUtime=3596.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782734/stat : 782734 (fscip) R 782088 782091 779811 0 -1 4194368 3188836 0 0 0 359236 419 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782735] ppid=782088 vsize=95056816 memory=0 CPUtime=3603.42 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782735/stat : 782735 (fscip) R 782088 782091 779811 0 -1 4194368 579205 0 0 0 360250 92 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782736] ppid=782088 vsize=95056816 memory=0 CPUtime=3599.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782736/stat : 782736 (fscip) R 782088 782091 779811 0 -1 4194368 2240871 0 0 0 359442 507 0 0 20 0 41 0 132405995 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782757] ppid=782088 vsize=95056816 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782757/stat : 782757 (fscip) S 782088 782091 779811 0 -1 1077936192 171 0 0 0 4 0 0 0 20 0 41 0 132406217 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782758] ppid=782088 vsize=95056816 memory=279929731331424 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782758/stat : 782758 (fscip) S 782088 782091 779811 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 132406217 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782759] ppid=782088 vsize=95056816 memory=-4866470824705286763 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782759/stat : 782759 (fscip) S 782088 782091 779811 0 -1 1077936192 161 0 0 0 4 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782760] ppid=782088 vsize=95056816 memory=7306646658386782545 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782760/stat : 782760 (fscip) S 782088 782091 779811 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782761] ppid=782088 vsize=95056816 memory=7306646658386782545 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782761/stat : 782761 (fscip) S 782088 782091 779811 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782762] ppid=782088 vsize=95056816 memory=7306646658386782545 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782762/stat : 782762 (fscip) S 782088 782091 779811 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782763] ppid=782088 vsize=95056816 memory=7236271308413627242 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782763/stat : 782763 (fscip) S 782088 782091 779811 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782764] ppid=782088 vsize=95056816 memory=7236271308413627242 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782764/stat : 782764 (fscip) S 782088 782091 779811 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782765] ppid=782088 vsize=95056816 memory=7666371652818851947 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782765/stat : 782765 (fscip) S 782088 782091 779811 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782766] ppid=782088 vsize=95056816 memory=33864 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782766/stat : 782766 (fscip) S 782088 782091 779811 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782767] ppid=782088 vsize=95056816 memory=63472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782767/stat : 782767 (fscip) S 782088 782091 779811 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782768] ppid=782088 vsize=95056816 memory=7640 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782768/stat : 782768 (fscip) S 782088 782091 779811 0 -1 1077936192 165 0 0 0 4 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782769] ppid=782088 vsize=95056816 memory=19884 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782769/stat : 782769 (fscip) S 782088 782091 779811 0 -1 1077936192 147 0 0 0 4 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782770] ppid=782088 vsize=95056816 memory=279929729055872 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782770/stat : 782770 (fscip) S 782088 782091 779811 0 -1 1077936192 182 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782771] ppid=782088 vsize=95056816 memory=8584325836559202 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782771/stat : 782771 (fscip) S 782088 782091 779811 0 -1 1077936192 162 0 0 0 0 2 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782772] ppid=782088 vsize=95056816 memory=11568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782772/stat : 782772 (fscip) S 782088 782091 779811 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782773] ppid=782088 vsize=95056816 memory=13908 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782773/stat : 782773 (fscip) S 782088 782091 779811 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782774] ppid=782088 vsize=95056816 memory=1668 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782774/stat : 782774 (fscip) S 782088 782091 779811 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782775] ppid=782088 vsize=95056816 memory=20456 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782775/stat : 782775 (fscip) S 782088 782091 779811 0 -1 1077936192 218 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
[pid=782091/tid=782776] ppid=782088 vsize=95056816 memory=28648 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/782091/task/782776/stat : 782776 (fscip) S 782088 782091 779811 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 132406218 97338179584 6421396 809668444160 4194304 16623229 140723583656160 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 52142080 140723583665158 140723583665276 140723583665276 140723583672304 0
Current children cumulated CPU time: 72002.7 s
Current children cumulated vsize: 95056816 KiB
Current children cumulated memory: 25685584 KiB

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

[startup+3642.3 s]
/proc/loadavg: 80.27 80.51 80.17 42/985 784718
/proc/meminfo: memFree=672083708/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:

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

# cumulated CPU time of all completed processes:  user=71938.3 s, system=65.7358 s

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

[startup+3642.42 s]
/proc/loadavg: 80.27 80.51 80.17 42/985 784718
/proc/meminfo: memFree=676414652/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.8 s]
/proc/loadavg: 80.27 80.51 80.17 42/985 784718
/proc/meminfo: memFree=676414652/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.89
CPU time (s): 72004
CPU user time (s): 71938.3
CPU system time (s): 65.7358
CPU usage (%): 1976.56
Max. virtual memory (cumulated for all children) (KiB): 95122352
Max. memory (cumulated for all children) (KiB): 25685584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71938.3
system time used= 65.7358
maximum resident set size= 25685584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43441456
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= 657064
involuntary context switches= 198958


# summary of solver processes directly reported to runsolver:
#   pid: 782091
#   total CPU time (s): 72004
#   total CPU user time (s): 71938.3
#   total CPU system time (s): 65.7358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.1888 second user time and 102.145 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 19:57:01
IDJOB=4465514
IDBENCH=161896
IDSOLVER=3094
FILE ID=nodeD105/4465514-1723658221
RUNJOBID= nodeD105-1723654518-779823
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622800 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/OPT-LIN/lion9-single-obj/normalized-single-obj-f58-fob_fxl_loss.seq-B-3-2-irEDCBA.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-4465514-1723658221/watcher-4465514-1723658221 -o /tmp/evaluation-result-4465514-1723658221/solver-4465514-1723658221 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779823 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465514-1723658221.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0ed226c068d5e24ee91dcf11039aef97
RANDOM SEED=867343207

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        748889288 kB
MemAvailable:   753724884 kB
Buffers:         1253112 kB
Cached:          6862796 kB
SwapCached:            0 kB
Active:          1739428 kB
Inactive:       36411500 kB
Active(anon):       2176 kB
Inactive(anon): 30071260 kB
Active(file):    1737252 kB
Inactive(file):  6340240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64884 kB
Writeback:            16 kB
AnonPages:      30009352 kB
Mapped:           114996 kB
Shmem:             38920 kB
KReclaimable:     344400 kB
Slab:             785144 kB
SReclaimable:     344400 kB
SUnreclaim:       440744 kB
KernelStack:       15744 kB
PageTables:       217212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8517372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1171968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2258944 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:     1351680 kB
DirectMap2M:    191035392 kB
DirectMap1G:    613416960 kB

Free space on /tmp at the end= 8622784 MiB
End job on nodeD105 at 2024-08-14 20:57:44