Trace number 4465263

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) 72001.2 3637.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
MD5SUMdbca78014701662c42e2f44b8d3d4cf2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark30.0879
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables760
Total number of constraints41263
Number of constraints which are clauses41263
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.08	c Default LC presolving (default).
0.00/0.08	c ** Before presolving: virtualMemUsedAtLc = 90953797, getVmSize() = 75104256, SCIPgetMemUsed() = 44521276, SCIPgetMemTotal() = 50542140, SCIPgetMemExternEstim() = 40411657
0.00/0.08	c ** set memory limit for presolving in LC to 8.79581e+12 for SCIP **
0.61/0.65	c ** Estimated virtualMemUsedAtSolver = 144286366, getVmSize() = 205385728, SCIPgetMemUsed() = 92891341, SCIPgetMemTotal() = 176017893, SCIPgetMemExternEstim() = 40411657
0.61/0.65	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
0.61/0.65	c Original Problem   :
0.61/0.65	c   Problem name     : instance-4465263-1722442688
0.61/0.65	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
0.61/0.65	c   Constraints      : 41263
0.61/0.65	c   Objective sense  : minimize
0.61/0.65	c Presolved Problem  :
0.61/0.65	c   Variables        : 760 (760 binary, 0 integer, 0 implicit integer, 0 continuous)
0.61/0.65	c   Constraints      : 41263
0.61/0.65	c Constraints        : Number
0.61/0.65	c   setppc           : 41263 
0.61/0.65	c ** Instance transfer method used: 0
0.68/0.70	c ** ParaScipInstance copy does not increase the number of variables. **
1.39/1.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.39/1.46	c                                Nodes    Active                                            
1.39/1.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
30.87/3.03	c *       3              0           1        20         -28.0000                -          -
30.87/3.08	c *       3              0           1        20         -29.0000                -          -
33.76/3.21	c *       3              0           1        20         -30.0000                -          -
40.77/3.66	c *       4              0           1        20         -34.0000                -          -
68.90/5.12	c         5              2           1        20         -34.0000        -760.0000          -
174.96/10.43	c        10            122         121        20         -34.0000        -760.0000          -
274.88/15.57	c        16           2429         680        20         -34.0000        -760.0000          -
375.34/20.61	c        21              2           1        20         -34.0000         -40.0000     17.65%
476.32/25.74	c        26              2           1        20         -34.0000         -40.0000     17.65%
575.40/30.79	c        31             28          27        20         -34.0000         -40.0000     17.65%
676.55/35.89	c        36             30          29        20         -34.0000         -40.0000     17.65%
710.25/37.56	c *      38             58          57        20         -35.0000         -40.0000     14.29%
777.54/41.02	c        41             67          66        20         -35.0000         -40.0000     14.29%
882.59/46.23	c        46             39          32        20         -35.0000         -40.0000     14.29%
985.66/51.43	c        51             51          38        20         -35.0000         -40.0000     14.29%
1086.61/56.57	c        57             59          42        20         -35.0000         -40.0000     14.29%
1187.59/61.69	c        62            123         120        20         -35.0000         -40.0000     14.29%
1288.60/66.70	c        67            135         122        20         -35.0000         -40.0000     14.29%
1389.43/71.80	c        72            106          57        20         -35.0000         -40.0000     14.29%
1487.94/76.84	c        77            108          57        20         -35.0000         -40.0000     14.29%
1590.60/82.07	c        82            118          63        20         -35.0000         -40.0000     14.29%
1689.42/87.12	c        87            134          71        20         -35.0000         -40.0000     14.29%
1790.33/92.19	c        92            316         187        20         -35.0000         -40.0000     14.29%
1890.69/97.24	c        97            369         218        20         -35.0000         -40.0000     14.29%
1991.63/102.30	c       102            428         243        20         -35.0000         -40.0000     14.29%
2090.62/107.32	c       107            565         296        20         -35.0000         -40.0000     14.29%
2189.37/112.34	c       112            671         342        20         -35.0000         -40.0000     14.29%
2288.31/117.37	c       117            295         128        20         -35.0000         -40.0000     14.29%
2389.03/122.40	c       122            308         141        20         -35.0000         -40.0000     14.29%
2490.01/127.56	c       128            310         141        20         -35.0000         -40.0000     14.29%
2591.02/132.67	c       133            976         461        20         -35.0000         -40.0000     14.29%
2693.92/137.84	c       138            443         192        20         -35.0000         -40.0000     14.29%
2797.28/143.05	c       143           1050         497        20         -35.0000         -40.0000     14.29%
2896.43/148.08	c       148           1050         497        20         -35.0000         -40.0000     14.29%
2995.60/153.10	c       153           1050         497        20         -35.0000         -40.0000     14.29%
3096.31/158.19	c       158           1211         368        20         -35.0000         -40.0000     14.29%
3196.60/163.25	c       163           1244         375        20         -35.0000         -40.0000     14.29%
3297.31/168.30	c       168           1084          12        20         -35.0000         -40.0000     14.29%
3396.17/173.34	c       173           1215          97        20         -35.0000         -40.0000     14.29%
3495.14/178.38	c       178           1116          30        20         -35.0000         -40.0000     14.29%
3595.92/183.45	c       183           1587         484        20         -35.0000         -40.0000     14.29%
3621.81/184.74	c *     185           1188          60        20         -36.0000         -40.0000     11.11%
3698.94/188.63	c       189           1638           0        20         -36.0000         -40.0000     11.11%
3797.97/193.67	c       194           1638           0        20         -36.0000         -40.0000     11.11%
3896.92/198.70	c       199           1638           0        20         -36.0000         -40.0000     11.11%
3998.02/203.74	c       204           1653          15        20         -36.0000         -40.0000     11.11%
4097.16/208.78	c       209           1755         299        20         -36.0000         -40.0000     11.11%
4198.20/213.89	c       214           1800         334        20         -36.0000         -40.0000     11.11%
4299.26/218.92	c       219           1925         407        20         -36.0000         -40.0000     11.11%
4401.07/224.12	c       224           1984         208        20         -36.0000         -40.0000     11.11%
4503.48/229.22	c       229           1989         213        20         -36.0000         -40.0000     11.11%
4602.54/234.29	c       234           1300         184        20         -36.0000         -40.0000     11.11%
4703.74/239.30	c       239           1327         205        20         -36.0000         -40.0000     11.11%
4802.72/244.35	c       244           2149         595        20         -36.0000         -40.0000     11.11%
4901.78/249.37	c       249           2389        1070        20         -36.0000         -40.0000     11.11%
5000.78/254.40	c       254           2393         461        20         -36.0000         -40.0000     11.11%
5101.83/259.44	c       259           2452        1123        20         -36.0000         -40.0000     11.11%
5200.97/264.49	c       264           1619         429        20         -36.0000         -40.0000     11.11%
5302.06/269.59	c       270           2588        1201        20         -36.0000         -40.0000     11.11%
5317.89/270.30	c *     270           2588        1201        20         -37.0000         -40.0000      8.11%
5401.01/274.59	c       275           2641         343        20         -37.0000         -40.0000      8.11%
5507.98/279.95	c       280           2723         369        20         -37.0000         -40.0000      8.11%
5607.11/285.00	c       285           2840         564        20         -37.0000         -40.0000      8.11%
5712.15/290.23	c       290           2745         960        20         -37.0000         -40.0000      8.11%
5811.22/295.24	c       295           2802         983        20         -37.0000         -40.0000      8.11%
5912.23/300.31	c       300           2891        1020        20         -37.0000         -40.0000      8.11%
6013.40/305.46	c       305           3207         681        20         -37.0000         -40.0000      8.11%
6114.50/310.53	c       311           3557         717        20         -37.0000         -40.0000      8.11%
6156.03/312.65	c *     313           3580         728        20         -38.0000         -40.0000      5.26%
6213.43/315.57	c       316           3614         275        20         -38.0000         -40.0000      5.26%
6312.59/320.59	c       321           3771         308        20         -38.0000         -40.0000      5.26%
6413.74/325.66	c       326           3540         292        20         -38.0000         -40.0000      5.26%
6512.91/330.66	c       331           3554         294        20         -38.0000         -40.0000      5.26%
6612.08/335.68	c       336           3160         503        20         -38.0000         -40.0000      5.26%
6713.22/340.73	c       341           4198         348        20         -38.0000         -40.0000      5.26%
6814.27/345.80	c       346           4368         364        20         -38.0000         -40.0000      5.26%
6913.26/350.87	c       351           3519         560        20         -38.0000         -40.0000      5.26%
7014.22/355.91	c       356           3950         783        20         -38.0000         -40.0000      5.26%
7115.90/361.08	c       361           4698         393        20         -38.0000         -40.0000      5.26%
7218.34/366.23	c       366           4172         373        20         -38.0000         -40.0000      5.26%
7319.45/371.32	c       371           4147         638        20         -38.0000         -40.0000      5.26%
7420.56/376.41	c       376           4342         654        20         -38.0000         -40.0000      5.26%
7521.52/381.50	c       382           4609         440        20         -38.0000         -40.0000      5.26%
7620.65/386.52	c       387           4520         909        20         -38.0000         -40.0000      5.26%
7719.78/391.54	c       392           4620         923        20         -38.0000         -40.0000      5.26%
7818.91/396.56	c       397           4815         452        20         -38.0000         -40.0000      5.26%
7919.99/401.61	c       402           4640         692        20         -38.0000         -40.0000      5.26%
8021.00/406.71	c       407           5153        1017        20         -38.0000         -40.0000      5.26%
8120.17/411.72	c       412           5076         467        20         -38.0000         -40.0000      5.26%
8219.18/416.75	c       417           4765         711        20         -38.0000         -40.0000      5.26%
8320.15/421.84	c       422           6983         647        20         -38.0000         -40.0000      5.26%
8419.27/426.85	c       427           5130         503        20         -38.0000         -40.0000      5.26%
8523.03/432.04	c       432           4891         717        20         -38.0000         -40.0000      5.26%
8625.42/437.21	c       437           5464         575        20         -38.0000         -40.0000      5.26%
8724.55/442.21	c       442           5367         741        20         -38.0000         -40.0000      5.26%
8823.58/447.24	c       447           5835        1123        20         -38.0000         -40.0000      5.26%
8924.71/452.33	c       452           8181         749        20         -38.0000         -40.0000      5.26%
9023.83/457.33	c       457           5691         618        20         -38.0000         -40.0000      5.26%
9124.97/462.42	c       462           5707         616        20         -38.0000         -40.0000      5.26%
9224.06/467.45	c       467           8432         776        20         -38.0000         -40.0000      5.26%
9323.25/472.48	c       472           6912        1249        20         -38.0000         -40.0000      5.26%
9424.31/477.50	c       478           6976        1245        20         -38.0000         -40.0000      5.26%
9523.45/482.50	c       483           5905         813        20         -38.0000         -40.0000      5.26%
9622.61/487.55	c       488           8916         812        20         -38.0000         -40.0000      5.26%
9723.63/492.60	c       493           6219         883        20         -38.0000         -40.0000      5.26%
9824.73/497.75	c       498           6460         747        20         -38.0000         -40.0000      5.26%
9925.83/502.82	c       503           6499         748        20         -38.0000         -40.0000      5.26%
10025.00/507.85	c       508           6666         948        20         -38.0000         -40.0000      5.26%
10124.10/512.86	c       513           6797         961        20         -38.0000         -40.0000      5.26%
10223.04/517.89	c       518           8346        1346        20         -38.0000         -40.0000      5.26%
10324.22/522.91	c       523           6936         974        20         -38.0000         -40.0000      5.26%
10426.00/528.05	c       528           8491        1351        20         -38.0000         -40.0000      5.26%
10528.45/533.22	c       533           7606         865        20         -38.0000         -40.0000      5.26%
10629.42/538.33	c       538           7171        1017        20         -38.0000         -40.0000      5.26%
10728.57/543.39	c       543           7883         902        20         -38.0000         -40.0000      5.26%
10829.69/548.43	c       548          11222         951        20         -38.0000         -40.0000      5.26%
10928.82/553.44	c       553           7442        1066        20         -38.0000         -40.0000      5.26%
11027.74/558.46	c       558           8332         965        20         -38.0000         -40.0000      5.26%
11128.91/563.53	c       564          11523         992        20         -38.0000         -40.0000      5.26%
11228.07/568.58	c       569           9293        1430        20         -38.0000         -40.0000      5.26%
11331.17/573.75	c       574          11689        1000        20         -38.0000         -40.0000      5.26%
11430.18/578.76	c       579           8279        1125        20         -38.0000         -40.0000      5.26%
11529.25/583.79	c       584           8570         981        20         -38.0000         -40.0000      5.26%
11630.27/588.80	c       589           8584         983        20         -38.0000         -40.0000      5.26%
11729.22/593.88	c       594           8639         986        20         -38.0000         -40.0000      5.26%
11828.32/598.88	c       599           8887        1200        20         -38.0000         -40.0000      5.26%
11929.44/603.92	c       604          10334        1494        20         -38.0000         -40.0000      5.26%
12028.57/608.95	c       609          12540        1054        20         -38.0000         -40.0000      5.26%
12127.71/613.96	c       614           9516        1308        20         -38.0000         -40.0000      5.26%
12229.55/619.05	c       619          12901        1113        20         -38.0000         -40.0000      5.26%
12328.60/624.08	c       624           9313        1006        20         -38.0000         -40.0000      5.26%
12430.81/629.23	c       629          13255        1161        20         -38.0000         -40.0000      5.26%
12529.88/634.26	c       634          10601        1422        20         -38.0000         -40.0000      5.26%
12628.85/639.26	c       639          13645        1213        20         -38.0000         -40.0000      5.26%
12731.93/644.45	c       644          10928        1459        20         -38.0000         -40.0000      5.26%
12831.02/649.49	c       650          11695        1547        20         -38.0000         -40.0000      5.26%
12932.01/654.53	c       655          11295        1512        20         -38.0000         -40.0000      5.26%
13030.96/659.56	c       660          11990        1553        20         -38.0000         -40.0000      5.26%
13129.97/664.58	c       665          10142        1007        20         -38.0000         -40.0000      5.26%
13232.96/669.70	c       670          11663        1561        20         -38.0000         -40.0000      5.26%
13331.78/674.73	c       675          11686        1560        20         -38.0000         -40.0000      5.26%
13430.80/679.74	c       680          12594        1599        20         -38.0000         -40.0000      5.26%
13529.90/684.76	c       685          11939        1550        20         -38.0000         -40.0000      5.26%
13631.00/689.81	c       690          12749        1612        20         -38.0000         -40.0000      5.26%
13731.96/694.93	c       695          15942        1571        20         -38.0000         -40.0000      5.26%
13830.83/699.98	c       700          12953        1622        20         -38.0000         -40.0000      5.26%
13934.34/705.17	c       705          16096        1595        20         -38.0000         -40.0000      5.26%
14034.67/710.20	c       710          13069        1676        20         -38.0000         -40.0000      5.26%
14133.70/715.22	c       715          13139        1682        20         -38.0000         -40.0000      5.26%
14232.76/720.24	c       720          12394        1266        20         -38.0000         -40.0000      5.26%
14331.87/725.26	c       725          12425        1275        20         -38.0000         -40.0000      5.26%
14431.01/730.26	c       730          12445        1276        20         -38.0000         -40.0000      5.26%
14532.11/735.35	c       735          13541        1730        20         -38.0000         -40.0000      5.26%
14631.18/740.37	c       740          13681        1744        20         -38.0000         -40.0000      5.26%
14732.18/745.41	c       745          13912        1787        20         -38.0000         -40.0000      5.26%
14831.24/750.42	c       750          14084        1793        20         -38.0000         -40.0000      5.26%
14930.28/755.45	c       755          14092        1795        20         -38.0000         -40.0000      5.26%
15029.43/760.48	c       760          12900        1339        20         -38.0000         -40.0000      5.26%
15134.51/765.74	c       766          12916        1335        20         -38.0000         -40.0000      5.26%
15233.56/770.78	c       771          13012        1321        20         -38.0000         -40.0000      5.26%
15334.61/775.81	c       776          14456        1800        20         -38.0000         -40.0000      5.26%
15433.74/780.82	c       781          13117        1324        20         -38.0000         -40.0000      5.26%
15532.82/785.86	c       786          18631        2105        20         -38.0000         -40.0000      5.26%
15634.00/790.92	c       791          13541        1388        20         -38.0000         -40.0000      5.26%
15735.81/796.10	c       796          18663        2109        20         -38.0000         -40.0000      5.26%
15836.92/801.18	c       801          13691        1418        20         -38.0000         -40.0000      5.26%
15939.04/806.31	c       806          13722        1419        20         -38.0000         -40.0000      5.26%
16044.07/811.60	c       812          19014        2143        20         -38.0000         -40.0000      5.26%
16143.12/816.67	c       817          14029        1460        20         -38.0000         -40.0000      5.26%
16242.16/821.67	c       822          14116        1463        20         -38.0000         -40.0000      5.26%
16341.29/826.69	c       827          16198        1915        20         -38.0000         -40.0000      5.26%
16442.35/831.78	c       832          19655        2164        20         -38.0000         -40.0000      5.26%
16545.34/836.94	c       837          14387        1464        20         -38.0000         -40.0000      5.26%
16644.33/841.96	c       842          14490        1477        20         -38.0000         -40.0000      5.26%
16748.20/847.14	c       847          14556        1481        20         -38.0000         -40.0000      5.26%
16848.37/852.20	c       852          14649        1490        20         -38.0000         -40.0000      5.26%
16947.42/857.29	c       857          17630        2083        20         -38.0000         -40.0000      5.26%
17048.50/862.32	c       862          15055        1546        20         -38.0000         -40.0000      5.26%
17147.56/867.34	c       867          18051        2092        20         -38.0000         -40.0000      5.26%
17246.57/872.39	c       872          21191        2298        20         -38.0000         -40.0000      5.26%
17347.58/877.45	c       877          21377        2302        20         -38.0000         -40.0000      5.26%
17446.67/882.45	c       882          18735        2127        20         -38.0000         -40.0000      5.26%
17547.76/887.53	c       888          21473        2214        20         -38.0000         -40.0000      5.26%
17648.74/892.61	c       893          22023        2279        20         -38.0000         -40.0000      5.26%
17747.72/897.62	c       898          16682        1845        20         -38.0000         -40.0000      5.26%
17850.69/902.80	c       903          16958        1886        20         -38.0000         -40.0000      5.26%
17949.82/907.88	c       908          19615        2207        20         -38.0000         -40.0000      5.26%
18053.66/913.11	c       913          22811        2344        20         -38.0000         -40.0000      5.26%
18155.89/918.24	c       918          23125        2374        20         -38.0000         -40.0000      5.26%
18255.05/923.29	c       923          23356        2369        20         -38.0000         -40.0000      5.26%
18356.16/928.36	c       928          23522        2429        20         -38.0000         -40.0000      5.26%
18457.13/933.46	c       933          23733        2442        20         -38.0000         -40.0000      5.26%
18560.06/938.66	c       939          18364        2126        20         -38.0000         -40.0000      5.26%
18661.16/943.71	c       944          24222        2521        20         -38.0000         -40.0000      5.26%
18760.26/948.77	c       949          18671        2165        20         -38.0000         -40.0000      5.26%
18861.27/953.82	c       954          18875        2197        20         -38.0000         -40.0000      5.26%
18960.30/958.86	c       959          19024        2232        20         -38.0000         -40.0000      5.26%
19061.35/963.91	c       964          19134        2248        20         -38.0000         -40.0000      5.26%
19163.21/969.09	c       969          25354        2427        20         -38.0000         -40.0000      5.26%
19264.19/974.14	c       974          19206        2254        20         -38.0000         -40.0000      5.26%
19364.40/979.21	c       979          26062        2730        20         -38.0000         -40.0000      5.26%
19463.36/984.23	c       984          19390        2276        20         -38.0000         -40.0000      5.26%
19562.42/989.29	c       989          19498        2290        20         -38.0000         -40.0000      5.26%
19663.44/994.32	c       994          26452        2523        20         -38.0000         -40.0000      5.26%
19764.55/999.40	c       999          19623        2314        20         -38.0000         -40.0000      5.26%
19863.62/1004.47	c      1004          21844        2326        20         -38.0000         -40.0000      5.26%
19966.65/1009.62	c      1010          21935        2331        20         -38.0000         -40.0000      5.26%
20065.64/1014.69	c      1015          19672        2327        20         -38.0000         -40.0000      5.26%
20166.73/1019.73	c      1020          19805        2336        20         -38.0000         -40.0000      5.26%
20265.78/1024.76	c      1025          19965        2346        20         -38.0000         -40.0000      5.26%
20368.77/1029.91	c      1030          20165        2374        20         -38.0000         -40.0000      5.26%
20467.90/1034.92	c      1035          23198        2460        20         -38.0000         -40.0000      5.26%
20566.96/1039.93	c      1040          23370        2482        20         -38.0000         -40.0000      5.26%
20665.63/1044.96	c      1045          20602        2397        20         -38.0000         -40.0000      5.26%
20764.68/1050.03	c      1050          23603        2485        20         -38.0000         -40.0000      5.26%
20866.40/1055.08	c      1055          23670        2490        20         -38.0000         -40.0000      5.26%
20965.41/1060.12	c      1060          29909        2777        20         -38.0000         -40.0000      5.26%
21066.66/1065.18	c      1065          20905        2426        20         -38.0000         -40.0000      5.26%
21165.39/1070.19	c      1070          23823        2491        20         -38.0000         -40.0000      5.26%
21267.65/1075.32	c      1075          21006        2443        20         -38.0000         -40.0000      5.26%
21366.64/1080.38	c      1080          24202        2532        20         -38.0000         -40.0000      5.26%
21467.63/1085.42	c      1085          21201        2460        20         -38.0000         -40.0000      5.26%
21566.60/1090.46	c      1090          21259        2454        20         -38.0000         -40.0000      5.26%
21667.69/1095.51	c      1096          31291        3215        20         -38.0000         -40.0000      5.26%
21766.65/1100.58	c      1101          21657        2510        20         -38.0000         -40.0000      5.26%
21867.67/1105.61	c      1106          21843        2518        20         -38.0000         -40.0000      5.26%
21966.77/1110.70	c      1111          22031        2556        20         -38.0000         -40.0000      5.26%
22067.87/1115.74	c      1116          25790        2666        20         -38.0000         -40.0000      5.26%
22166.92/1120.77	c      1121          32491        3305        20         -38.0000         -40.0000      5.26%
22268.00/1125.81	c      1126          25909        2665        20         -38.0000         -40.0000      5.26%
22367.08/1130.83	c      1131          22504        2611        20         -38.0000         -40.0000      5.26%
22466.06/1135.89	c      1136          22537        2612        20         -38.0000         -40.0000      5.26%
22567.05/1140.96	c      1141          22622        2613        20         -38.0000         -40.0000      5.26%
22666.13/1145.98	c      1146          22704        2607        20         -38.0000         -40.0000      5.26%
22769.87/1151.19	c      1151          22759        2610        20         -38.0000         -40.0000      5.26%
22870.20/1156.24	c      1156          27190        2758        20         -38.0000         -40.0000      5.26%
22973.16/1161.41	c      1161          27417        2796        20         -38.0000         -40.0000      5.26%
23072.20/1166.46	c      1166          27525        2804        20         -38.0000         -40.0000      5.26%
23171.18/1171.47	c      1171          23432        2650        20         -38.0000         -40.0000      5.26%
23273.89/1176.60	c      1177          27734        2819        20         -38.0000         -40.0000      5.26%
23374.96/1181.74	c      1182          36237        3234        20         -38.0000         -40.0000      5.26%
23473.98/1186.80	c      1187          23878        2662        20         -38.0000         -40.0000      5.26%
23574.87/1191.83	c      1192          28364        2881        20         -38.0000         -40.0000      5.26%
23673.95/1196.86	c      1197          34811        3543        20         -38.0000         -40.0000      5.26%
23773.00/1201.88	c      1202          36934        3317        20         -38.0000         -40.0000      5.26%
23873.68/1206.93	c      1207          34944        3556        20         -38.0000         -40.0000      5.26%
23972.67/1211.95	c      1212          35092        3562        20         -38.0000         -40.0000      5.26%
24071.80/1217.00	c      1217          37883        3356        20         -38.0000         -40.0000      5.26%
24173.54/1222.11	c      1222          25016        2638        20         -38.0000         -40.0000      5.26%
24275.94/1227.20	c      1227          25191        2643        20         -38.0000         -40.0000      5.26%
24374.91/1232.25	c      1232          38336        3385        20         -38.0000         -40.0000      5.26%
24477.95/1237.43	c      1237          38357        3386        20         -38.0000         -40.0000      5.26%
24577.03/1242.49	c      1242          35960        3654        20         -38.0000         -40.0000      5.26%
24679.90/1247.61	c      1248          36045        3669        20         -38.0000         -40.0000      5.26%
24782.88/1252.89	c      1253          36104        3670        20         -38.0000         -40.0000      5.26%
24881.98/1257.89	c      1258          39292        3417        20         -38.0000         -40.0000      5.26%
24983.08/1263.00	c      1263          36387        3681        20         -38.0000         -40.0000      5.26%
25084.93/1268.12	c      1268          36626        3696        20         -38.0000         -40.0000      5.26%
25189.07/1273.34	c      1273          36778        3720        20         -38.0000         -40.0000      5.26%
25290.02/1278.42	c      1278          31997        3325        20         -38.0000         -40.0000      5.26%
25391.10/1283.54	c      1284          27549        2813        20         -38.0000         -40.0000      5.26%
25492.11/1288.66	c      1289          40986        3659        20         -38.0000         -40.0000      5.26%
25592.88/1293.72	c      1294          41046        3659        20         -38.0000         -40.0000      5.26%
25691.89/1298.77	c      1299          41053        3660        20         -38.0000         -40.0000      5.26%
25790.90/1303.78	c      1304          28220        2796        20         -38.0000         -40.0000      5.26%
25891.89/1308.85	c      1309          38493        3985        20         -38.0000         -40.0000      5.26%
25992.88/1313.95	c      1314          38706        4018        20         -38.0000         -40.0000      5.26%
26091.85/1319.04	c      1319          28733        2843        20         -38.0000         -40.0000      5.26%
26193.75/1324.12	c      1324          39013        4054        20         -38.0000         -40.0000      5.26%
26297.94/1329.39	c      1329          29196        2890        20         -38.0000         -40.0000      5.26%
26398.96/1334.40	c      1334          34666        3673        20         -38.0000         -40.0000      5.26%
26498.03/1339.41	c      1339          43040        3826        20         -38.0000         -40.0000      5.26%
26597.05/1344.48	c      1344          34910        3693        20         -38.0000         -40.0000      5.26%
26698.08/1349.53	c      1350          39716        4123        20         -38.0000         -40.0000      5.26%
26799.18/1354.67	c      1355          39911        4150        20         -38.0000         -40.0000      5.26%
26900.23/1359.75	c      1360          40053        4154        20         -38.0000         -40.0000      5.26%
27003.30/1364.94	c      1365          44002        3892        20         -38.0000         -40.0000      5.26%
27102.30/1369.96	c      1370          40748        4196        20         -38.0000         -40.0000      5.26%
27201.18/1374.98	c      1375          35920        3858        20         -38.0000         -40.0000      5.26%
27300.02/1379.99	c      1380          41173        4233        20         -38.0000         -40.0000      5.26%
27399.11/1385.00	c      1385          31744        3136        20         -38.0000         -40.0000      5.26%
27500.72/1390.04	c      1390          36672        3924        20         -38.0000         -40.0000      5.26%
27599.78/1395.09	c      1395          44927        4053        20         -38.0000         -40.0000      5.26%
27699.04/1400.09	c      1400          41549        4271        20         -38.0000         -40.0000      5.26%
27799.79/1405.14	c      1405          45230        4076        20         -38.0000         -40.0000      5.26%
27899.26/1410.18	c      1410          45480        4090        20         -38.0000         -40.0000      5.26%
27999.68/1415.24	c      1415          45790        4120        20         -38.0000         -40.0000      5.26%
28098.86/1420.26	c      1420          41998        4300        20         -38.0000         -40.0000      5.26%
28200.04/1425.34	c      1425          34032        3444        20         -38.0000         -40.0000      5.26%
28301.09/1430.44	c      1430          42462        4298        20         -38.0000         -40.0000      5.26%
28408.04/1435.81	c      1436          38081        4009        20         -38.0000         -40.0000      5.26%
28507.03/1440.88	c      1441          38118        4014        20         -38.0000         -40.0000      5.26%
28605.92/1445.89	c      1446          38127        4017        20         -38.0000         -40.0000      5.26%
28709.62/1451.09	c      1451          47487        4208        20         -38.0000         -40.0000      5.26%
28812.06/1456.23	c      1456          47658        4217        20         -38.0000         -40.0000      5.26%
28915.09/1461.42	c      1461          47898        4247        20         -38.0000         -40.0000      5.26%
29018.10/1466.63	c      1467          38542        4063        20         -38.0000         -40.0000      5.26%
29118.88/1471.73	c      1472          48413        4322        20         -38.0000         -40.0000      5.26%
29219.95/1476.82	c      1477          48468        4333        20         -38.0000         -40.0000      5.26%
29319.06/1481.84	c      1482          48527        4344        20         -38.0000         -40.0000      5.26%
29418.21/1486.84	c      1487          36526        3878        20         -38.0000         -40.0000      5.26%
29519.31/1491.93	c      1492          36615        3887        20         -38.0000         -40.0000      5.26%
29618.35/1496.95	c      1497          36709        3903        20         -38.0000         -40.0000      5.26%
29720.15/1502.04	c      1502          45696        4742        20         -38.0000         -40.0000      5.26%
29819.25/1507.06	c      1507          45766        4764        20         -38.0000         -40.0000      5.26%
29921.45/1512.29	c      1512          48704        4369        20         -38.0000         -40.0000      5.26%
30024.56/1517.41	c      1517          45844        4784        20         -38.0000         -40.0000      5.26%
30123.66/1522.43	c      1522          40512        4208        20         -38.0000         -40.0000      5.26%
30222.75/1527.49	c      1528          49163        4358        20         -38.0000         -40.0000      5.26%
30323.84/1532.53	c      1533          46141        4849        20         -38.0000         -40.0000      5.26%
30422.94/1537.56	c      1538          46278        4876        20         -38.0000         -40.0000      5.26%
30523.93/1542.61	c      1543          41257        4237        20         -38.0000         -40.0000      5.26%
30622.98/1547.67	c      1548          38029        4169        20         -38.0000         -40.0000      5.26%
30724.07/1552.74	c      1553          38159        4197        20         -38.0000         -40.0000      5.26%
30827.02/1557.98	c      1558          38207        4209        20         -38.0000         -40.0000      5.26%
30926.16/1563.01	c      1563          41625        4343        20         -38.0000         -40.0000      5.26%
31031.21/1568.20	c      1568          47670        5008        20         -38.0000         -40.0000      5.26%
31130.35/1573.29	c      1573          38588        4266        20         -38.0000         -40.0000      5.26%
31229.50/1578.29	c      1578          41868        4392        20         -38.0000         -40.0000      5.26%
31330.42/1583.38	c      1583          52192        4510        20         -38.0000         -40.0000      5.26%
31431.46/1588.50	c      1588          38861        4299        20         -38.0000         -40.0000      5.26%
31532.51/1593.58	c      1594          52669        4563        20         -38.0000         -40.0000      5.26%
31635.62/1598.73	c      1599          52765        4555        20         -38.0000         -40.0000      5.26%
31736.63/1603.80	c      1604          39054        4318        20         -38.0000         -40.0000      5.26%
31835.68/1608.82	c      1609          42280        4452        20         -38.0000         -40.0000      5.26%
31934.71/1613.83	c      1614          49943        5215        20         -38.0000         -40.0000      5.26%
32035.85/1618.90	c      1619          53120        4590        20         -38.0000         -40.0000      5.26%
32134.95/1624.01	c      1624          53243        4599        20         -38.0000         -40.0000      5.26%
32236.60/1629.07	c      1629          42441        4493        20         -38.0000         -40.0000      5.26%
32335.54/1634.07	c      1634          39757        4417        20         -38.0000         -40.0000      5.26%
32434.97/1639.10	c      1639          53390        4620        20         -38.0000         -40.0000      5.26%
32537.20/1644.23	c      1644          39830        4428        20         -38.0000         -40.0000      5.26%
32638.32/1649.32	c      1649          39953        4427        20         -38.0000         -40.0000      5.26%
32739.45/1654.45	c      1654          51597        5426        20         -38.0000         -40.0000      5.26%
32838.54/1659.48	c      1659          40176        4441        20         -38.0000         -40.0000      5.26%
32939.45/1664.53	c      1665          51959        5416        20         -38.0000         -40.0000      5.26%
33038.57/1669.58	c      1670          40331        4440        20         -38.0000         -40.0000      5.26%
33139.53/1674.60	c      1675          54170        4754        20         -38.0000         -40.0000      5.26%
33238.61/1679.62	c      1680          40579        4446        20         -38.0000         -40.0000      5.26%
33337.54/1684.69	c      1685          43032        4553        20         -38.0000         -40.0000      5.26%
33440.52/1689.86	c      1690          54612        4824        20         -38.0000         -40.0000      5.26%
33541.51/1694.90	c      1695          40984        4467        20         -38.0000         -40.0000      5.26%
33640.34/1699.98	c      1700          43173        4566        20         -38.0000         -40.0000      5.26%
33739.33/1704.99	c      1705          43229        4594        20         -38.0000         -40.0000      5.26%
33843.22/1710.14	c      1710          43262        4601        20         -38.0000         -40.0000      5.26%
33943.45/1715.21	c      1715          53502        5596        20         -38.0000         -40.0000      5.26%
34042.46/1720.27	c      1720          41224        4477        20         -38.0000         -40.0000      5.26%
34143.50/1725.31	c      1725          43412        4647        20         -38.0000         -40.0000      5.26%
34242.65/1730.31	c      1730          41389        4482        20         -38.0000         -40.0000      5.26%
34341.37/1735.32	c      1735          54241        5611        20         -38.0000         -40.0000      5.26%
34440.41/1740.36	c      1740          43600        4653        20         -38.0000         -40.0000      5.26%
34541.51/1745.42	c      1745          41761        4503        20         -38.0000         -40.0000      5.26%
34640.28/1750.48	c      1750          41910        4532        20         -38.0000         -40.0000      5.26%
34743.28/1755.63	c      1756          43884        4653        20         -38.0000         -40.0000      5.26%
34842.21/1760.64	c      1761          44038        4661        20         -38.0000         -40.0000      5.26%
34941.21/1765.69	c      1766          44073        4668        20         -38.0000         -40.0000      5.26%
35042.27/1770.75	c      1771          44079        4668        20         -38.0000         -40.0000      5.26%
35141.37/1775.75	c      1776          42649        4647        20         -38.0000         -40.0000      5.26%
35240.47/1780.78	c      1781          42885        4671        20         -38.0000         -40.0000      5.26%
35341.45/1785.84	c      1786          44165        4672        20         -38.0000         -40.0000      5.26%
35440.53/1790.87	c      1791          55508        5681        20         -38.0000         -40.0000      5.26%
35541.18/1795.95	c      1796          55545        5692        20         -38.0000         -40.0000      5.26%
35640.25/1801.00	c      1801          55597        5686        20         -38.0000         -40.0000      5.26%
35739.36/1806.03	c      1806          55762        5689        20         -38.0000         -40.0000      5.26%
35841.18/1811.06	c      1811          43559        4773        20         -38.0000         -40.0000      5.26%
35940.24/1816.08	c      1816          56023        5692        20         -38.0000         -40.0000      5.26%
36042.59/1821.27	c      1821          43698        4792        20         -38.0000         -40.0000      5.26%
36143.67/1826.31	c      1826          44749        4748        20         -38.0000         -40.0000      5.26%
36242.72/1831.35	c      1831          44779        4756        20         -38.0000         -40.0000      5.26%
36343.41/1836.44	c      1836          56336        5725        20         -38.0000         -40.0000      5.26%
36448.51/1841.70	c      1842          62954        6152        20         -38.0000         -40.0000      5.26%
36547.54/1846.77	c      1847          56591        5784        20         -38.0000         -40.0000      5.26%
36648.66/1851.85	c      1852          45079        4784        20         -38.0000         -40.0000      5.26%
36749.75/1856.99	c      1857          45125        4792        20         -38.0000         -40.0000      5.26%
36848.78/1862.01	c      1862          64307        6335        20         -38.0000         -40.0000      5.26%
36950.46/1867.05	c      1867          57013        5844        20         -38.0000         -40.0000      5.26%
37049.90/1872.13	c      1872          57150        5831        20         -38.0000         -40.0000      5.26%
37150.69/1877.18	c      1877          45826        5067        20         -38.0000         -40.0000      5.26%
37251.06/1882.23	c      1882          45986        5099        20         -38.0000         -40.0000      5.26%
37351.95/1887.32	c      1887          57487        5830        20         -38.0000         -40.0000      5.26%
37453.01/1892.41	c      1892          57627        5828        20         -38.0000         -40.0000      5.26%
37552.04/1897.44	c      1897          66328        6608        20         -38.0000         -40.0000      5.26%
37652.99/1902.51	c      1903          45818        4819        20         -38.0000         -40.0000      5.26%
37751.88/1907.54	c      1908          58138        5807        20         -38.0000         -40.0000      5.26%
37850.96/1912.56	c      1913          45965        4831        20         -38.0000         -40.0000      5.26%
37949.71/1917.57	c      1918          45990        4834        20         -38.0000         -40.0000      5.26%
38050.83/1922.66	c      1923          58579        5793        20         -38.0000         -40.0000      5.26%
38149.91/1927.69	c      1928          48303        5307        20         -38.0000         -40.0000      5.26%
38251.03/1932.74	c      1933          46102        4838        20         -38.0000         -40.0000      5.26%
38352.12/1937.83	c      1938          58973        5797        20         -38.0000         -40.0000      5.26%
38451.25/1942.85	c      1943          46346        4874        20         -38.0000         -40.0000      5.26%
38552.35/1947.95	c      1948          46359        4875        20         -38.0000         -40.0000      5.26%
38654.16/1953.10	c      1953          46533        4899        20         -38.0000         -40.0000      5.26%
38755.30/1958.14	c      1958          59344        5784        20         -38.0000         -40.0000      5.26%
38853.98/1963.19	c      1963          46677        4913        20         -38.0000         -40.0000      5.26%
38954.40/1968.29	c      1968          46682        4912        20         -38.0000         -40.0000      5.26%
39055.38/1973.38	c      1973          46713        4917        20         -38.0000         -40.0000      5.26%
39156.40/1978.40	c      1978          46734        4914        20         -38.0000         -40.0000      5.26%
39255.43/1983.41	c      1983          60312        5894        20         -38.0000         -40.0000      5.26%
39354.57/1988.44	c      1988          60489        5901        20         -38.0000         -40.0000      5.26%
39453.66/1993.48	c      1993          60730        5930        20         -38.0000         -40.0000      5.26%
39556.79/1998.61	c      1999          60843        5930        20         -38.0000         -40.0000      5.26%
39655.88/2003.63	c      2004          47389        4939        20         -38.0000         -40.0000      5.26%
39756.91/2008.72	c      2009          61128        5947        20         -38.0000         -40.0000      5.26%
39856.03/2013.73	c      2014          53642        6016        20         -38.0000         -40.0000      5.26%
39957.11/2018.81	c      2019          53880        6076        20         -38.0000         -40.0000      5.26%
40056.21/2023.83	c      2024          47877        4949        20         -38.0000         -40.0000      5.26%
40160.05/2029.06	c      2029          47891        4953        20         -38.0000         -40.0000      5.26%
40259.05/2034.13	c      2034          54564        6109        20         -38.0000         -40.0000      5.26%
40363.19/2039.32	c      2039          48005        4971        20         -38.0000         -40.0000      5.26%
40464.22/2044.41	c      2044          48014        4972        20         -38.0000         -40.0000      5.26%
40563.09/2049.43	c      2049          55419        6169        20         -38.0000         -40.0000      5.26%
40664.07/2054.50	c      2055          48064        4974        20         -38.0000         -40.0000      5.26%
40765.17/2059.65	c      2060          56022        6176        20         -38.0000         -40.0000      5.26%
40868.16/2064.82	c      2065          48232        5002        20         -38.0000         -40.0000      5.26%
40967.21/2069.83	c      2070          48253        5007        20         -38.0000         -40.0000      5.26%
41066.28/2074.83	c      2075          64392        6319        20         -38.0000         -40.0000      5.26%
41167.37/2079.94	c      2080          48341        5013        20         -38.0000         -40.0000      5.26%
41266.50/2084.98	c      2085          64614        6319        20         -38.0000         -40.0000      5.26%
41368.39/2090.12	c      2090          48398        5022        20         -38.0000         -40.0000      5.26%
41472.49/2095.32	c      2095          77353        7434        20         -38.0000         -40.0000      5.26%
41571.43/2100.38	c      2100          77662        7445        20         -38.0000         -40.0000      5.26%
41672.17/2105.41	c      2105          65460        6327        20         -38.0000         -40.0000      5.26%
41773.22/2110.56	c      2111          58560        6331        20         -38.0000         -40.0000      5.26%
41874.27/2115.63	c      2116          78674        7475        20         -38.0000         -40.0000      5.26%
41977.15/2120.81	c      2121          65810        6334        20         -38.0000         -40.0000      5.26%
42076.24/2125.83	c      2126          48862        5088        20         -38.0000         -40.0000      5.26%
42177.33/2130.95	c      2131          79830        7535        20         -38.0000         -40.0000      5.26%
42279.22/2136.04	c      2136          48952        5102        20         -38.0000         -40.0000      5.26%
42378.15/2141.09	c      2141          49006        5112        20         -38.0000         -40.0000      5.26%
42477.29/2146.11	c      2146          80502        7597        20         -38.0000         -40.0000      5.26%
42577.98/2151.14	c      2151          49069        5119        20         -38.0000         -40.0000      5.26%
42678.34/2156.21	c      2156          81001        7614        20         -38.0000         -40.0000      5.26%
42777.33/2161.24	c      2161          67402        6435        20         -38.0000         -40.0000      5.26%
42878.15/2166.37	c      2166          49195        5125        20         -38.0000         -40.0000      5.26%
42979.36/2171.44	c      2171          67902        6459        20         -38.0000         -40.0000      5.26%
43078.15/2176.49	c      2176          49237        5129        20         -38.0000         -40.0000      5.26%
43179.17/2181.51	c      2182          62865        6539        20         -38.0000         -40.0000      5.26%
43278.20/2186.54	c      2187          49265        5133        20         -38.0000         -40.0000      5.26%
43379.24/2191.61	c      2192          49315        5133        20         -38.0000         -40.0000      5.26%
43478.30/2196.68	c      2197          63623        6645        20         -38.0000         -40.0000      5.26%
43579.33/2201.71	c      2202          63662        6642        20         -38.0000         -40.0000      5.26%
43678.41/2206.71	c      2207          63715        6641        20         -38.0000         -40.0000      5.26%
43777.03/2211.76	c      2212          63727        6643        20         -38.0000         -40.0000      5.26%
43882.34/2217.05	c      2217          49676        5148        20         -38.0000         -40.0000      5.26%
43981.13/2222.06	c      2222          49787        5157        20         -38.0000         -40.0000      5.26%
44080.33/2227.07	c      2227          49805        5161        20         -38.0000         -40.0000      5.26%
44186.38/2232.43	c      2232          49840        5164        20         -38.0000         -40.0000      5.26%
44287.43/2237.56	c      2238          71900        6873        20         -38.0000         -40.0000      5.26%
44390.30/2242.71	c      2243          50173        5151        20         -38.0000         -40.0000      5.26%
44489.17/2247.77	c      2248          50211        5157        20         -38.0000         -40.0000      5.26%
44590.12/2252.81	c      2253          72594        6905        20         -38.0000         -40.0000      5.26%
44691.16/2257.92	c      2258          72756        6937        20         -38.0000         -40.0000      5.26%
44790.23/2262.92	c      2263          66445        6719        20         -38.0000         -40.0000      5.26%
44889.22/2267.97	c      2268          50350        5176        20         -38.0000         -40.0000      5.26%
44988.10/2273.02	c      2273          66825        6781        20         -38.0000         -40.0000      5.26%
45089.47/2278.07	c      2278          50420        5176        20         -38.0000         -40.0000      5.26%
45188.53/2283.10	c      2283          50536        5196        20         -38.0000         -40.0000      5.26%
45287.32/2288.11	c      2288          50632        5198        20         -38.0000         -40.0000      5.26%
45388.16/2293.16	c      2293          50679        5209        20         -38.0000         -40.0000      5.26%
45488.20/2298.21	c      2298          50751        5202        20         -38.0000         -40.0000      5.26%
45587.03/2303.22	c      2303          50752        5203        20         -38.0000         -40.0000      5.26%
45686.08/2308.24	c      2308          50800        5205        20         -38.0000         -40.0000      5.26%
45784.96/2313.27	c      2313          89762        8202        20         -38.0000         -40.0000      5.26%
45883.87/2318.28	c      2318          90027        8205        20         -38.0000         -40.0000      5.26%
45984.84/2323.38	c      2323          75879        7233        20         -38.0000         -40.0000      5.26%
46085.80/2328.50	c      2328          69692        6859        20         -38.0000         -40.0000      5.26%
46186.72/2333.55	c      2334          69983        6860        20         -38.0000         -40.0000      5.26%
46287.78/2338.60	c      2339          76279        7278        20         -38.0000         -40.0000      5.26%
46388.81/2343.71	c      2344          51511        5290        20         -38.0000         -40.0000      5.26%
46489.77/2348.83	c      2349          51612        5309        20         -38.0000         -40.0000      5.26%
46590.54/2353.94	c      2354          51649        5310        20         -38.0000         -40.0000      5.26%
46689.58/2359.03	c      2359          51767        5314        20         -38.0000         -40.0000      5.26%
46794.51/2364.26	c      2364          51827        5308        20         -38.0000         -40.0000      5.26%
46893.38/2369.29	c      2369          51878        5309        20         -38.0000         -40.0000      5.26%
46994.30/2374.32	c      2374          77846        7341        20         -38.0000         -40.0000      5.26%
47093.31/2379.36	c      2379          52002        5301        20         -38.0000         -40.0000      5.26%
47194.33/2384.45	c      2384          52082        5301        20         -38.0000         -40.0000      5.26%
47293.42/2389.46	c      2389          93027        8491        20         -38.0000         -40.0000      5.26%
47392.01/2394.46	c      2394          93152        8504        20         -38.0000         -40.0000      5.26%
47493.04/2399.53	c      2400          78486        7349        20         -38.0000         -40.0000      5.26%
47592.07/2404.53	c      2405          93556        8552        20         -38.0000         -40.0000      5.26%
47693.00/2409.66	c      2410          74694        7139        20         -38.0000         -40.0000      5.26%
47792.01/2414.68	c      2415          52579        5342        20         -38.0000         -40.0000      5.26%
47895.03/2419.84	c      2420          75324        7199        20         -38.0000         -40.0000      5.26%
47996.11/2424.93	c      2425          75741        7234        20         -38.0000         -40.0000      5.26%
48097.84/2430.05	c      2430          52723        5356        20         -38.0000         -40.0000      5.26%
48198.94/2435.18	c      2435          76430        7237        20         -38.0000         -40.0000      5.26%
48299.07/2440.25	c      2440          52836        5353        20         -38.0000         -40.0000      5.26%
48398.08/2445.26	c      2445          77113        7284        20         -38.0000         -40.0000      5.26%
48496.93/2450.30	c      2450          77371        7314        20         -38.0000         -40.0000      5.26%
48598.04/2455.36	c      2455          95074        8635        20         -38.0000         -40.0000      5.26%
48699.00/2460.40	c      2460          95151        8640        20         -38.0000         -40.0000      5.26%
48798.03/2465.46	c      2465          95278        8658        20         -38.0000         -40.0000      5.26%
48900.87/2470.62	c      2471          81750        7562        20         -38.0000         -40.0000      5.26%
48999.93/2475.64	c      2476          81917        7583        20         -38.0000         -40.0000      5.26%
49098.98/2480.68	c      2481          95619        8688        20         -38.0000         -40.0000      5.26%
49200.09/2485.74	c      2486          77834        7428        20         -38.0000         -40.0000      5.26%
49299.12/2490.76	c      2491          53817        5414        20         -38.0000         -40.0000      5.26%
49398.20/2495.76	c      2496          82388        7624        20         -38.0000         -40.0000      5.26%
49497.19/2500.79	c      2501          95772        8703        20         -38.0000         -40.0000      5.26%
49598.18/2505.83	c      2506          95877        8732        20         -38.0000         -40.0000      5.26%
49699.06/2510.93	c      2511          54093        5424        20         -38.0000         -40.0000      5.26%
49798.05/2515.95	c      2516          54212        5435        20         -38.0000         -40.0000      5.26%
49899.58/2521.05	c      2521          54236        5429        20         -38.0000         -40.0000      5.26%
49998.18/2526.06	c      2526          79129        7556        20         -38.0000         -40.0000      5.26%
50099.16/2531.18	c      2531          96391        8804        20         -38.0000         -40.0000      5.26%
50199.30/2536.24	c      2536          96490        8811        20         -38.0000         -40.0000      5.26%
50300.10/2541.37	c      2541          79493        7549        20         -38.0000         -40.0000      5.26%
50401.11/2546.45	c      2546          84575        7843        20         -38.0000         -40.0000      5.26%
50430.84/2547.93	c *    2548          84575        7843        20         -39.0000         -40.0000      2.56%
50499.81/2551.48	c      2551          80008         316        20         -39.0000         -40.0000      2.56%
50598.42/2556.49	c      2556          80138         310        20         -39.0000         -40.0000      2.56%
50700.85/2561.65	c      2562          55230         305        20         -39.0000         -40.0000      2.56%
50799.65/2566.69	c      2567          55285         306        20         -39.0000         -40.0000      2.56%
50900.57/2571.77	c      2572          55347         304        20         -39.0000         -40.0000      2.56%
51001.36/2576.85	c      2577          80720         262        20         -39.0000         -40.0000      2.56%
51100.20/2581.89	c      2582          80837         257        20         -39.0000         -40.0000      2.56%
51201.04/2586.97	c      2587          55642         295        20         -39.0000         -40.0000      2.56%
51300.16/2592.02	c      2592          86989         611        20         -39.0000         -40.0000      2.56%
51401.86/2597.09	c      2597          55818         293        20         -39.0000         -40.0000      2.56%
51500.81/2602.09	c      2602          55939         292        20         -39.0000         -40.0000      2.56%
51599.63/2607.10	c      2607          81745         241        20         -39.0000         -40.0000      2.56%
51700.58/2612.14	c      2612          99023         450        20         -39.0000         -40.0000      2.56%
51799.84/2617.16	c      2617          88143         589        20         -39.0000         -40.0000      2.56%
51898.94/2622.17	c      2622          82280         230        20         -39.0000         -40.0000      2.56%
51999.31/2627.20	c      2627          82352         218        20         -39.0000         -40.0000      2.56%
52098.43/2632.25	c      2632          88620         588        20         -39.0000         -40.0000      2.56%
52197.24/2637.28	c      2637          88678         586        20         -39.0000         -40.0000      2.56%
52298.16/2642.32	c      2642         101070         442        20         -39.0000         -40.0000      2.56%
52397.27/2647.35	c      2647          83125         191        20         -39.0000         -40.0000      2.56%
52496.32/2652.37	c      2652          57845         268        20         -39.0000         -40.0000      2.56%
52597.37/2657.44	c      2657          58036         267        20         -39.0000         -40.0000      2.56%
52698.40/2662.51	c      2663          90088         552        20         -39.0000         -40.0000      2.56%
52797.51/2667.57	c      2668          58194         267        20         -39.0000         -40.0000      2.56%
52898.41/2672.67	c      2673         102512         417        20         -39.0000         -40.0000      2.56%
52997.46/2677.67	c      2678         102557         414        20         -39.0000         -40.0000      2.56%
53098.52/2682.72	c      2683         102727         417        20         -39.0000         -40.0000      2.56%
53197.66/2687.79	c      2688         102849         411        20         -39.0000         -40.0000      2.56%
53298.61/2692.89	c      2693         102928         410        20         -39.0000         -40.0000      2.56%
53402.43/2698.08	c      2698          85434         166        20         -39.0000         -40.0000      2.56%
53501.44/2703.10	c      2703          59597         269        20         -39.0000         -40.0000      2.56%
53602.68/2708.15	c      2708          86029         163        20         -39.0000         -40.0000      2.56%
53702.83/2713.25	c      2713          60008         254        20         -39.0000         -40.0000      2.56%
53803.86/2718.32	c      2718          60308         250        20         -39.0000         -40.0000      2.56%
53902.94/2723.35	c      2723         104636         383        20         -39.0000         -40.0000      2.56%
54001.95/2728.38	c      2728          94025         518        20         -39.0000         -40.0000      2.56%
54104.85/2733.54	c      2734          94306         507        20         -39.0000         -40.0000      2.56%
54203.90/2738.55	c      2739          60832         240        20         -39.0000         -40.0000      2.56%
54302.97/2743.56	c      2744          60872         238        20         -39.0000         -40.0000      2.56%
54402.03/2748.60	c      2749          61031         241        20         -39.0000         -40.0000      2.56%
54503.08/2753.66	c      2754          61315         233        20         -39.0000         -40.0000      2.56%
54604.03/2758.71	c      2759         106711         362        20         -39.0000         -40.0000      2.56%
54703.14/2763.73	c      2764         107089         363        20         -39.0000         -40.0000      2.56%
54802.22/2768.76	c      2769          90077         168        20         -39.0000         -40.0000      2.56%
54903.27/2773.87	c      2774         107705         352        20         -39.0000         -40.0000      2.56%
55004.27/2778.95	c      2779         107770         353        20         -39.0000         -40.0000      2.56%
55103.17/2783.99	c      2784         108007         352        20         -39.0000         -40.0000      2.56%
55204.99/2789.14	c      2789          63468         229        20         -39.0000         -40.0000      2.56%
55306.03/2794.15	c      2794         108134         351        20         -39.0000         -40.0000      2.56%
55405.24/2799.16	c      2799          91799         169        20         -39.0000         -40.0000      2.56%
55507.41/2804.30	c      2804          97953         464        20         -39.0000         -40.0000      2.56%
55610.55/2809.52	c      2810          64975         219        20         -39.0000         -40.0000      2.56%
55711.58/2814.68	c      2815          65113         223        20         -39.0000         -40.0000      2.56%
55812.70/2819.71	c      2820          98555         465        20         -39.0000         -40.0000      2.56%
55911.68/2824.73	c      2825         109722         353        20         -39.0000         -40.0000      2.56%
56010.80/2829.78	c      2830         109750         354        20         -39.0000         -40.0000      2.56%
56111.85/2834.88	c      2835          93117         170        20         -39.0000         -40.0000      2.56%
56212.82/2839.97	c      2840          66553         228        20         -39.0000         -40.0000      2.56%
56311.90/2844.99	c      2845         110788         349        20         -39.0000         -40.0000      2.56%
56410.96/2850.04	c      2850          99781         462        20         -39.0000         -40.0000      2.56%
56512.73/2855.05	c      2855          99822         464        20         -39.0000         -40.0000      2.56%
56611.78/2860.13	c      2860          93449         171        20         -39.0000         -40.0000      2.56%
56713.96/2865.23	c      2865         111930         323        20         -39.0000         -40.0000      2.56%
56813.06/2870.27	c      2870         112142         319        20         -39.0000         -40.0000      2.56%
56912.13/2875.29	c      2875          93997         162        20         -39.0000         -40.0000      2.56%
57013.19/2880.38	c      2880          94155         166        20         -39.0000         -40.0000      2.56%
57114.22/2885.46	c      2885         112930         318        20         -39.0000         -40.0000      2.56%
57215.25/2890.57	c      2891          94613         165        20         -39.0000         -40.0000      2.56%
57318.15/2895.72	c      2896          94834         159        20         -39.0000         -40.0000      2.56%
57416.97/2900.75	c      2901         102254         460        20         -39.0000         -40.0000      2.56%
57517.93/2905.80	c      2906         102272         460        20         -39.0000         -40.0000      2.56%
57617.02/2910.86	c      2911         102446         459        20         -39.0000         -40.0000      2.56%
57718.06/2915.90	c      2916         102642         456        20         -39.0000         -40.0000      2.56%
57817.07/2920.93	c      2921         115019         320        20         -39.0000         -40.0000      2.56%
57916.09/2925.96	c      2926         103057         455        20         -39.0000         -40.0000      2.56%
58015.15/2930.97	c      2931         115163         321        20         -39.0000         -40.0000      2.56%
58116.91/2936.05	c      2936          71816         207        20         -39.0000         -40.0000      2.56%
58215.97/2941.09	c      2941          72155         209        20         -39.0000         -40.0000      2.56%
58317.26/2946.15	c      2946         115340         319        20         -39.0000         -40.0000      2.56%
58419.57/2951.31	c      2951         104350         472        20         -39.0000         -40.0000      2.56%
58518.69/2956.33	c      2956         104563         465        20         -39.0000         -40.0000      2.56%
58617.80/2961.33	c      2961         116272         319        20         -39.0000         -40.0000      2.56%
58716.89/2966.35	c      2966         104754         457        20         -39.0000         -40.0000      2.56%
58816.02/2971.38	c      2971         116535         320        20         -39.0000         -40.0000      2.56%
58919.14/2976.50	c      2977         105245         453        20         -39.0000         -40.0000      2.56%
59018.23/2981.51	c      2982          98751         157        20         -39.0000         -40.0000      2.56%
59119.35/2986.68	c      2987         117013         328        20         -39.0000         -40.0000      2.56%
59219.78/2991.72	c      2992          73054         213        20         -39.0000         -40.0000      2.56%
59320.75/2996.81	c      2997          73106         213        20         -39.0000         -40.0000      2.56%
59419.75/3001.89	c      3002          73130         215        20         -39.0000         -40.0000      2.56%
59520.76/3006.97	c      3007          99767         146        20         -39.0000         -40.0000      2.56%
59619.85/3012.02	c      3012         106792         461        20         -39.0000         -40.0000      2.56%
59723.49/3017.18	c      3017          73247         210        20         -39.0000         -40.0000      2.56%
59824.03/3022.28	c      3022          73355         201        20         -39.0000         -40.0000      2.56%
59925.13/3027.32	c      3027         118145         314        20         -39.0000         -40.0000      2.56%
60024.20/3032.38	c      3032         100982         128        20         -39.0000         -40.0000      2.56%
60125.19/3037.40	c      3037          74275         179        20         -39.0000         -40.0000      2.56%
60226.19/3042.58	c      3043         118466         317        20         -39.0000         -40.0000      2.56%
60327.29/3047.62	c      3048          74406         177        20         -39.0000         -40.0000      2.56%
60430.38/3052.85	c      3053         101675         111        20         -39.0000         -40.0000      2.56%
60534.08/3058.04	c      3058          74574         173        20         -39.0000         -40.0000      2.56%
60633.12/3063.07	c      3063         102224         105        20         -39.0000         -40.0000      2.56%
60732.22/3068.12	c      3068         118670         316        20         -39.0000         -40.0000      2.56%
60832.78/3073.15	c      3073         102869         105        20         -39.0000         -40.0000      2.56%
60931.84/3078.17	c      3078         103101         109        20         -39.0000         -40.0000      2.56%
61032.10/3083.21	c      3083         110831         461        20         -39.0000         -40.0000      2.56%
61131.13/3088.23	c      3088         111019         457        20         -39.0000         -40.0000      2.56%
61232.14/3093.33	c      3093         111277         458        20         -39.0000         -40.0000      2.56%
61331.14/3098.38	c      3098         111519         461        20         -39.0000         -40.0000      2.56%
61432.23/3103.41	c      3103         111854         464        20         -39.0000         -40.0000      2.56%
61531.23/3108.43	c      3108         104978         104        20         -39.0000         -40.0000      2.56%
61630.07/3113.45	c      3113         105407         107        20         -39.0000         -40.0000      2.56%
61729.04/3118.46	c      3118         105765         107        20         -39.0000         -40.0000      2.56%
61828.09/3123.48	c      3123         120660         317        20         -39.0000         -40.0000      2.56%
61929.10/3128.53	c      3129         120767         315        20         -39.0000         -40.0000      2.56%
62030.15/3133.62	c      3134          79085         174        20         -39.0000         -40.0000      2.56%
62129.26/3138.63	c      3139         121008         314        20         -39.0000         -40.0000      2.56%
62228.20/3143.63	c      3144         121209         314        20         -39.0000         -40.0000      2.56%
62327.28/3148.69	c      3149         121302         312        20         -39.0000         -40.0000      2.56%
62426.44/3153.69	c      3154         121306         314        20         -39.0000         -40.0000      2.56%
62527.54/3158.70	c      3159         121538         313        20         -39.0000         -40.0000      2.56%
62626.66/3163.71	c      3164         121597         318        20         -39.0000         -40.0000      2.56%
62727.70/3168.82	c      3169         108319         105        20         -39.0000         -40.0000      2.56%
62828.56/3174.02	c      3174          80221         177        20         -39.0000         -40.0000      2.56%
62930.32/3179.07	c      3179         121885         317        20         -39.0000         -40.0000      2.56%
63029.41/3184.08	c      3184         108447         105        20         -39.0000         -40.0000      2.56%
63128.68/3189.11	c      3189          80434         173        20         -39.0000         -40.0000      2.56%
63229.88/3194.18	c      3194          80479         175        20         -39.0000         -40.0000      2.56%
63335.85/3199.51	c      3200          80540         174        20         -39.0000         -40.0000      2.56%
63434.80/3204.59	c      3205         109390         107        20         -39.0000         -40.0000      2.56%
63535.84/3209.67	c      3210         122312         315        20         -39.0000         -40.0000      2.56%
63636.95/3214.78	c      3215          80791         172        20         -39.0000         -40.0000      2.56%
63739.99/3219.93	c      3220          80838         172        20         -39.0000         -40.0000      2.56%
63839.06/3224.98	c      3225          80879         171        20         -39.0000         -40.0000      2.56%
63938.16/3230.03	c      3230         123238         321        20         -39.0000         -40.0000      2.56%
64039.71/3235.09	c      3235          80937         171        20         -39.0000         -40.0000      2.56%
64142.19/3240.22	c      3240         123455         325        20         -39.0000         -40.0000      2.56%
64245.09/3245.46	c      3245         121204         472        20         -39.0000         -40.0000      2.56%
64346.01/3250.57	c      3251         121250         469        20         -39.0000         -40.0000      2.56%
64445.17/3255.59	c      3256         124050         313        20         -39.0000         -40.0000      2.56%
64546.26/3260.66	c      3261          81028         169        20         -39.0000         -40.0000      2.56%
64645.35/3265.68	c      3266         124404         314        20         -39.0000         -40.0000      2.56%
64746.33/3270.70	c      3271         122376         468        20         -39.0000         -40.0000      2.56%
64845.44/3275.73	c      3276         124680         320        20         -39.0000         -40.0000      2.56%
64944.49/3280.76	c      3281          81499         172        20         -39.0000         -40.0000      2.56%
65043.43/3285.78	c      3286          81524         173        20         -39.0000         -40.0000      2.56%
65144.53/3290.83	c      3291          81545         172        20         -39.0000         -40.0000      2.56%
65243.68/3295.86	c      3296          81596         173        20         -39.0000         -40.0000      2.56%
65344.75/3300.96	c      3301          81700         174        20         -39.0000         -40.0000      2.56%
65443.89/3306.02	c      3306         114023         122        20         -39.0000         -40.0000      2.56%
65545.74/3311.08	c      3311         124621         467        20         -39.0000         -40.0000      2.56%
65644.80/3316.11	c      3316          81811         173        20         -39.0000         -40.0000      2.56%
65749.02/3321.31	c      3321          81966         179        20         -39.0000         -40.0000      2.56%
65847.98/3326.33	c      3326          82047         177        20         -39.0000         -40.0000      2.56%
65946.88/3331.36	c      3331         126180         316        20         -39.0000         -40.0000      2.56%
66047.83/3336.45	c      3336         126024         497        20         -39.0000         -40.0000      2.56%
66148.79/3341.50	c      3342         126437         315        20         -39.0000         -40.0000      2.56%
66249.75/3346.66	c      3347          82206         183        20         -39.0000         -40.0000      2.56%
66350.83/3351.71	c      3352         126117         496        20         -39.0000         -40.0000      2.56%
66451.88/3356.86	c      3357          82300         183        20         -39.0000         -40.0000      2.56%
66552.91/3361.91	c      3362          82303         182        20         -39.0000         -40.0000      2.56%
66651.93/3366.97	c      3367         126850         319        20         -39.0000         -40.0000      2.56%
66751.08/3372.00	c      3372         126873         318        20         -39.0000         -40.0000      2.56%
66852.88/3377.12	c      3377          82400         182        20         -39.0000         -40.0000      2.56%
66955.21/3382.21	c      3382         115964         118        20         -39.0000         -40.0000      2.56%
67053.98/3387.22	c      3387         126993         488        20         -39.0000         -40.0000      2.56%
67153.07/3392.23	c      3392         127111         324        20         -39.0000         -40.0000      2.56%
67252.20/3397.28	c      3397          82552         185        20         -39.0000         -40.0000      2.56%
67353.35/3402.32	c      3402          82604         184        20         -39.0000         -40.0000      2.56%
67454.39/3407.42	c      3407         116932         119        20         -39.0000         -40.0000      2.56%
67553.47/3412.45	c      3412         127227         325        20         -39.0000         -40.0000      2.56%
67654.59/3417.51	c      3418         117047         117        20         -39.0000         -40.0000      2.56%
67755.81/3422.68	c      3423         117164         115        20         -39.0000         -40.0000      2.56%
67856.97/3427.74	c      3428         127348         324        20         -39.0000         -40.0000      2.56%
67958.12/3432.83	c      3433          82792         183        20         -39.0000         -40.0000      2.56%
68057.34/3437.87	c      3438          82850         184        20         -39.0000         -40.0000      2.56%
68158.27/3443.01	c      3443          82886         183        20         -39.0000         -40.0000      2.56%
68263.39/3448.29	c      3448          82910         182        20         -39.0000         -40.0000      2.56%
68364.57/3453.32	c      3453          82929         181        20         -39.0000         -40.0000      2.56%
68463.77/3458.36	c      3458         127639         318        20         -39.0000         -40.0000      2.56%
68564.95/3463.41	c      3463         130221         502        20         -39.0000         -40.0000      2.56%
68666.13/3468.53	c      3469         119233         120        20         -39.0000         -40.0000      2.56%
68765.34/3473.53	c      3474         119384         122        20         -39.0000         -40.0000      2.56%
68864.54/3478.58	c      3479          83174         173        20         -39.0000         -40.0000      2.56%
68965.70/3483.63	c      3484          83284         173        20         -39.0000         -40.0000      2.56%
69064.91/3488.65	c      3489          83348         166        20         -39.0000         -40.0000      2.56%
69166.09/3493.73	c      3494         129007         317        20         -39.0000         -40.0000      2.56%
69267.28/3498.85	c      3499         129101         320        20         -39.0000         -40.0000      2.56%
69368.46/3503.95	c      3504         129224         321        20         -39.0000         -40.0000      2.56%
69467.65/3508.95	c      3509          83636         170        20         -39.0000         -40.0000      2.56%
69566.81/3514.01	c      3514          83695         174        20         -39.0000         -40.0000      2.56%
69665.92/3519.02	c      3519         120333         116        20         -39.0000         -40.0000      2.56%
69767.59/3524.05	c      3524          83726         172        20         -39.0000         -40.0000      2.56%
69866.80/3529.06	c      3529         120625         117        20         -39.0000         -40.0000      2.56%
69966.06/3534.09	c      3534         134198         474        20         -39.0000         -40.0000      2.56%
70067.28/3539.19	c      3539         120674         116        20         -39.0000         -40.0000      2.56%
70169.70/3544.31	c      3544          83899         172        20         -39.0000         -40.0000      2.56%
70270.84/3549.43	c      3549          83986         172        20         -39.0000         -40.0000      2.56%
70370.05/3554.45	c      3554          84004         173        20         -39.0000         -40.0000      2.56%
70471.29/3559.52	c      3560          84055         172        20         -39.0000         -40.0000      2.56%
70570.50/3564.53	c      3565          84061         176        20         -39.0000         -40.0000      2.56%
70669.75/3569.53	c      3570         130407         317        20         -39.0000         -40.0000      2.56%
70768.98/3574.55	c      3575         121827         120        20         -39.0000         -40.0000      2.56%
70870.19/3579.62	c      3580         130804         323        20         -39.0000         -40.0000      2.56%
70969.39/3584.66	c      3585          84261         177        20         -39.0000         -40.0000      2.56%
71068.62/3589.69	c      3590         131108         323        20         -39.0000         -40.0000      2.56%
71169.78/3594.73	c      3595         138040         475        20         -39.0000         -40.0000      2.56%
71270.96/3599.80	c      3600          84431         172        20         -39.0000         -40.0000      2.56%
71369.86/3604.81	c      3605          84452         174        20         -39.0000         -40.0000      2.56%
71468.98/3609.85	c      3610         123212         100        20         -39.0000         -40.0000      2.56%
71568.14/3614.88	c      3615          84591         174        20         -39.0000         -40.0000      2.56%
71669.34/3619.90	c      3620         131597         321        20         -39.0000         -40.0000      2.56%
71768.55/3624.92	c      3625         131703         325        20         -39.0000         -40.0000      2.56%
71867.64/3629.97	c      3630          84717         170        20         -39.0000         -40.0000      2.56%
71966.69/3635.02	c      3635         123712         101        20         -39.0000         -40.0000      2.56%

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 (186637 MiB free)
  memory of node 1: 193531 MiB (191663 MiB free)
  memory of node 2: 193531 MiB (183133 MiB free)
  memory of node 3: 193493 MiB (187050 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-4465263-1722442688/watcher-4465263-1722442688 -o /tmp/evaluation-result-4465263-1722442688/solver-4465263-1722442688 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58769 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465263-1722442688.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100104 s]*
/proc/loadavg: 77.64 72.12 51.15 62/986 63245
/proc/meminfo: memFree=766396616/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=77468 memory=65136 CPUtime=0.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) R 63241 63244 58757 0 -1 4194304 14136 0 0 0 9 1 0 0 20 0 1 0 10848264 79327232 16284 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 19367 16284 2614 3035 0 15763 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 77468 KiB
Current children cumulated memory: 65136 KiB

[startup+0.220238 s]*
/proc/loadavg: 77.64 72.12 51.15 62/986 63245
/proc/meminfo: memFree=766368932/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=87848 memory=76040 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) R 63241 63244 58757 0 -1 4194304 22233 0 0 0 20 3 0 0 20 0 1 0 10848264 89956352 19010 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 21962 19010 2710 3035 0 18358 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 87848 KiB
Current children cumulated memory: 76040 KiB

[startup+0.320465 s]*
/proc/loadavg: 77.64 72.12 51.15 62/986 63245
/proc/meminfo: memFree=766374388/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=96828 memory=85416 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) R 63241 63244 58757 0 -1 4194304 26298 0 0 0 30 3 0 0 20 0 1 0 10848264 99151872 21354 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 24207 21354 2758 3035 0 20603 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 96828 KiB
Current children cumulated memory: 85416 KiB

[startup+0.700267 s]
/proc/loadavg: 77.64 72.12 51.15 62/986 63245
/proc/meminfo: memFree=766326484/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=1700124 memory=208228 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) R 63241 63244 58757 0 -1 4194304 42719 0 0 0 62 6 0 0 20 0 21 0 10848264 1740926976 52057 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 425031 52057 2774 3035 0 94387 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1700124 KiB
Current children cumulated memory: 208228 KiB

[startup+1.50065 s]
/proc/loadavg: 77.64 72.12 51.15 62/1006 63265
/proc/meminfo: memFree=766060564/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=1841956 memory=999088 CPUtime=2.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) S 63241 63244 58757 0 -1 1077936128 245392 0 0 0 165 49 0 0 20 0 41 0 10848264 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 460489 249772 2790 3035 0 336947 0
[pid=63244/tid=63246] ppid=63241 vsize=1841956 memory=7235153083747427951 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63246/stat : 63246 (fscip) D 63241 63244 58757 0 -1 4194368 10058 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63247] ppid=63241 vsize=1841956 memory=13672 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63247/stat : 63247 (fscip) D 63241 63244 58757 0 -1 4194368 10235 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63248] ppid=63241 vsize=1841956 memory=10824 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63248/stat : 63248 (fscip) D 63241 63244 58757 0 -1 4194368 10323 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63249] ppid=63241 vsize=1841956 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63249/stat : 63249 (fscip) R 63241 63244 58757 0 -1 4194368 10060 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63250] ppid=63241 vsize=1841956 memory=25333125866717268 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63250/stat : 63250 (fscip) D 63241 63244 58757 0 -1 4194368 10144 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63251] ppid=63241 vsize=1841956 memory=5556 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63251/stat : 63251 (fscip) D 63241 63244 58757 0 -1 4194368 10000 0 0 0 4 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63252] ppid=63241 vsize=1841956 memory=16088 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63252/stat : 63252 (fscip) D 63241 63244 58757 0 -1 4194368 9955 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63253] ppid=63241 vsize=1841956 memory=29273809900535888 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63253/stat : 63253 (fscip) D 63241 63244 58757 0 -1 4194368 10005 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63254] ppid=63241 vsize=1841956 memory=0 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63254/stat : 63254 (fscip) D 63241 63244 58757 0 -1 4194368 10183 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63255] ppid=63241 vsize=1841956 memory=0 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63255/stat : 63255 (fscip) D 63241 63244 58757 0 -1 4194368 10059 0 0 0 4 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63256] ppid=63241 vsize=1841956 memory=281436456429440 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63256/stat : 63256 (fscip) D 63241 63244 58757 0 -1 4194368 10209 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63257] ppid=63241 vsize=1841956 memory=8377400821505 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63257/stat : 63257 (fscip) D 63241 63244 58757 0 -1 4194368 10000 0 0 0 4 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63258] ppid=63241 vsize=1841956 memory=8381695788545 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63258/stat : 63258 (fscip) D 63241 63244 58757 0 -1 4194368 10346 0 0 0 5 1 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63259] ppid=63241 vsize=1841956 memory=8385990755841 CPUtime=0.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63259/stat : 63259 (fscip) D 63241 63244 58757 0 -1 4194368 10173 0 0 0 5 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63260] ppid=63241 vsize=1841956 memory=2814784127238148 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63260/stat : 63260 (fscip) D 63241 63244 58757 0 -1 4194368 10502 0 0 0 5 1 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63261] ppid=63241 vsize=1841956 memory=3925505551290479982 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63261/stat : 63261 (fscip) D 63241 63244 58757 0 -1 4194368 10059 0 0 0 4 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63262] ppid=63241 vsize=1841956 memory=140718228262496 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63262/stat : 63262 (fscip) D 63241 63244 58757 0 -1 4194368 10251 0 0 0 5 1 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63263] ppid=63241 vsize=1841956 memory=140718228573056 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63263/stat : 63263 (fscip) D 63241 63244 58757 0 -1 4194368 10000 0 0 0 4 2 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63264] ppid=63241 vsize=1841956 memory=140718228573200 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63264/stat : 63264 (fscip) R 63241 63244 58757 0 -1 4194368 10123 0 0 0 5 1 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63265] ppid=63241 vsize=1841956 memory=140718228570432 CPUtime=0.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63265/stat : 63265 (fscip) D 63241 63244 58757 0 -1 4194368 10006 0 0 0 5 1 0 0 20 0 41 0 10848330 1886162944 249772 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
Current children cumulated CPU time: 2.14 s
Current children cumulated vsize: 1841956 KiB
Current children cumulated memory: 999088 KiB

[startup+3.12312 s]
/proc/loadavg: 77.64 72.12 51.15 80/1026 63287
/proc/meminfo: memFree=762445872/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=5267732 memory=4085896 CPUtime=32.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) S 63241 63244 58757 0 -1 1077936128 902456 0 0 0 2810 425 0 0 20 0 41 0 10848264 5394157568 1021408 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 1316933 1021474 2950 3035 0 1170404 0
[pid=63244/tid=63246] ppid=63241 vsize=5267732 memory=13672 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63246/stat : 63246 (fscip) R 63241 63244 58757 0 -1 4194368 40229 0 0 0 128 29 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63247] ppid=63241 vsize=5267732 memory=281436456559712 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63247/stat : 63247 (fscip) R 63241 63244 58757 0 -1 4194368 39308 0 0 0 136 22 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63248] ppid=63241 vsize=5267732 memory=25333125866717268 CPUtime=1.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63248/stat : 63248 (fscip) R 63241 63244 58757 0 -1 4194368 48745 0 0 0 151 12 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63249] ppid=63241 vsize=5267732 memory=25333125866717268 CPUtime=1.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63249/stat : 63249 (fscip) R 63241 63244 58757 0 -1 4194368 43274 0 0 0 124 27 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63250] ppid=63241 vsize=5267732 memory=6656426216303648864 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63250/stat : 63250 (fscip) R 63241 63244 58757 0 -1 4194368 39881 0 0 0 138 20 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63251] ppid=63241 vsize=5267732 memory=-3114552633224290331 CPUtime=1.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63251/stat : 63251 (fscip) R 63241 63244 58757 0 -1 4194368 47483 0 0 0 150 11 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63252] ppid=63241 vsize=5267732 memory=252112 CPUtime=1.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63252/stat : 63252 (fscip) R 63241 63244 58757 0 -1 4194368 44881 0 0 0 123 30 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63253] ppid=63241 vsize=5267732 memory=29273809900535888 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63253/stat : 63253 (fscip) R 63241 63244 58757 0 -1 4194368 37680 0 0 0 137 20 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63254] ppid=63241 vsize=5267732 memory=0 CPUtime=1.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63254/stat : 63254 (fscip) R 63241 63244 58757 0 -1 4194368 47629 0 0 0 149 12 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63255] ppid=63241 vsize=5267732 memory=0 CPUtime=1.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63255/stat : 63255 (fscip) R 63241 63244 58757 0 -1 1077936192 46000 0 0 0 123 27 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63256] ppid=63241 vsize=5267732 memory=0 CPUtime=1.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63256/stat : 63256 (fscip) R 63241 63244 58757 0 -1 4194368 39898 0 0 0 137 21 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63257] ppid=63241 vsize=5267732 memory=0 CPUtime=1.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63257/stat : 63257 (fscip) R 63241 63244 58757 0 -1 4194368 45580 0 0 0 150 10 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63258] ppid=63241 vsize=5267732 memory=0 CPUtime=1.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63258/stat : 63258 (fscip) R 63241 63244 58757 0 -1 1077936192 40700 0 0 0 122 31 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63259] ppid=63241 vsize=5267732 memory=0 CPUtime=1.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63259/stat : 63259 (fscip) R 63241 63244 58757 0 -1 4194368 42190 0 0 0 136 21 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63260] ppid=63241 vsize=5267732 memory=-5155634595901302917 CPUtime=1.62 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63260/stat : 63260 (fscip) R 63241 63244 58757 0 -1 4194368 46618 0 0 0 151 11 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63261] ppid=63241 vsize=5267732 memory=8564406692691036896 CPUtime=1.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63261/stat : 63261 (fscip) R 63241 63244 58757 0 -1 1077936192 43767 0 0 0 123 29 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63262] ppid=63241 vsize=5267732 memory=8561850598992369073 CPUtime=1.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63262/stat : 63262 (fscip) R 63241 63244 58757 0 -1 4194368 39550 0 0 0 136 23 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63263] ppid=63241 vsize=5267732 memory=-5659095215352982582 CPUtime=1.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63263/stat : 63263 (fscip) R 63241 63244 58757 0 -1 4194368 47601 0 0 0 149 12 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63264] ppid=63241 vsize=5267732 memory=3925505551290479982 CPUtime=1.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63264/stat : 63264 (fscip) R 63241 63244 58757 0 -1 4194368 41417 0 0 0 136 23 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63265] ppid=63241 vsize=5267732 memory=140718228262496 CPUtime=1.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63265/stat : 63265 (fscip) R 63241 63244 58757 0 -1 4194368 37143 0 0 0 139 20 0 0 20 0 41 0 10848330 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63266] ppid=63241 vsize=5267732 memory=140718228573056 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63266/stat : 63266 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63267] ppid=63241 vsize=5267732 memory=140718228573200 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63267/stat : 63267 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63268] ppid=63241 vsize=5267732 memory=140718228570432 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63268/stat : 63268 (fscip) S 63241 63244 58757 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63269] ppid=63241 vsize=5267732 memory=281436456601712 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63269/stat : 63269 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63270] ppid=63241 vsize=5267732 memory=140946684091128 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63270/stat : 63270 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63271] ppid=63241 vsize=5267732 memory=200307427089224 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63271/stat : 63271 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63272] ppid=63241 vsize=5267732 memory=197013203736040 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63272/stat : 63272 (fscip) S 63241 63244 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63273] ppid=63241 vsize=5267732 memory=193718980597304 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63273/stat : 63273 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63274] ppid=63241 vsize=5267732 memory=145916 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63274/stat : 63274 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63275] ppid=63241 vsize=5267732 memory=-6000919502788258153 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63275/stat : 63275 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63276] ppid=63241 vsize=5267732 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63276/stat : 63276 (fscip) S 63241 63244 58757 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63277] ppid=63241 vsize=5267732 memory=281436456835088 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63277/stat : 63277 (fscip) S 63241 63244 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63278] ppid=63241 vsize=5267732 memory=140718228611152 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63278/stat : 63278 (fscip) S 63241 63244 58757 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10848410 5394157568 1021474 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0

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

[pid=63244/tid=63269] ppid=63241 vsize=27262184 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63269/stat : 63269 (fscip) S 63241 63244 58757 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63270] ppid=63241 vsize=27262184 memory=281436458651216 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63270/stat : 63270 (fscip) S 63241 63244 58757 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63271] ppid=63241 vsize=27262184 memory=26972 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63271/stat : 63271 (fscip) S 63241 63244 58757 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63272] ppid=63241 vsize=27262184 memory=281436459903632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63272/stat : 63272 (fscip) S 63241 63244 58757 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63273] ppid=63241 vsize=27262184 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63273/stat : 63273 (fscip) S 63241 63244 58757 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63274] ppid=63241 vsize=27262184 memory=23303376 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63274/stat : 63274 (fscip) S 63241 63244 58757 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63275] ppid=63241 vsize=27262184 memory=23250632 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63275/stat : 63275 (fscip) S 63241 63244 58757 0 -1 1077936192 113 0 0 0 1 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63276] ppid=63241 vsize=27262184 memory=664844093331079194 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63276/stat : 63276 (fscip) S 63241 63244 58757 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63277] ppid=63241 vsize=27262184 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63277/stat : 63277 (fscip) S 63241 63244 58757 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63278] ppid=63241 vsize=27262184 memory=23269688 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63278/stat : 63278 (fscip) S 63241 63244 58757 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63279] ppid=63241 vsize=27262184 memory=16088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63279/stat : 63279 (fscip) S 63241 63244 58757 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63280] ppid=63241 vsize=27262184 memory=23215448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63280/stat : 63280 (fscip) S 63241 63244 58757 0 -1 1077936192 108 0 0 0 0 2 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63281] ppid=63241 vsize=27262184 memory=23252240 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63281/stat : 63281 (fscip) S 63241 63244 58757 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63282] ppid=63241 vsize=27262184 memory=23269576 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63282/stat : 63282 (fscip) S 63241 63244 58757 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63283] ppid=63241 vsize=27262184 memory=23214208 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63283/stat : 63283 (fscip) S 63241 63244 58757 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63284] ppid=63241 vsize=27262184 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63284/stat : 63284 (fscip) S 63241 63244 58757 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63285] ppid=63241 vsize=27262184 memory=11572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63285/stat : 63285 (fscip) S 63241 63244 58757 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 10848410 27916476416 5826287 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
Current children cumulated CPU time: 70923.8 s
Current children cumulated vsize: 27262184 KiB
Current children cumulated memory: 23305148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.6 s]
/proc/loadavg: 80.23 80.32 79.86 81/1024 65497
/proc/meminfo: memFree=731446160/790760800 swapFree=131071996/131071996
[pid=63244] ppid=63241 vsize=27470296 memory=23463280 CPUtime=72000.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/stat : 63244 (fscip) S 63241 63244 58757 0 -1 1077936128 69752892 0 0 0 7183432 16610 0 0 20 0 41 0 10848264 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 17 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
/proc/63244/statm: 6867574 5865820 3302 3035 0 6736155 0
[pid=63244/tid=63246] ppid=63241 vsize=27470296 memory=-7523659570549450108 CPUtime=3598.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63246/stat : 63246 (fscip) R 63241 63244 58757 0 -1 4194368 3296926 0 0 0 359450 437 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63247] ppid=63241 vsize=27470296 memory=2724 CPUtime=3600.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63247/stat : 63247 (fscip) R 63241 63244 58757 0 -1 4194368 4955859 0 0 0 359376 689 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63248] ppid=63241 vsize=27470296 memory=6648 CPUtime=3603.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63248/stat : 63248 (fscip) R 63241 63244 58757 0 -1 4194368 1226849 0 0 0 358958 1388 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63249] ppid=63241 vsize=27470296 memory=23455496 CPUtime=3601.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63249/stat : 63249 (fscip) R 63241 63244 58757 0 -1 4194368 3467517 0 0 0 359649 473 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63250] ppid=63241 vsize=27470296 memory=2784 CPUtime=3602.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63250/stat : 63250 (fscip) R 63241 63244 58757 0 -1 4194368 6144171 0 0 0 359419 840 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63251] ppid=63241 vsize=27470296 memory=6708 CPUtime=3603.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63251/stat : 63251 (fscip) R 63241 63244 58757 0 -1 4194368 1168491 0 0 0 359031 1353 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63252] ppid=63241 vsize=27470296 memory=11253316 CPUtime=3599.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63252/stat : 63252 (fscip) R 63241 63244 58757 0 -1 4194368 3623357 0 0 0 359476 475 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63253] ppid=63241 vsize=27470296 memory=2796 CPUtime=3602.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63253/stat : 63253 (fscip) R 63241 63244 58757 0 -1 4194368 5412813 0 0 0 359511 778 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63254] ppid=63241 vsize=27470296 memory=6656 CPUtime=3598.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63254/stat : 63254 (fscip) R 63241 63244 58757 0 -1 4194368 1198493 0 0 0 358527 1320 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63255] ppid=63241 vsize=27470296 memory=9147888 CPUtime=3597.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63255/stat : 63255 (fscip) R 63241 63244 58757 0 -1 4194368 2773271 0 0 0 359375 390 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63256] ppid=63241 vsize=27470296 memory=2672 CPUtime=3600.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63256/stat : 63256 (fscip) R 63241 63244 58757 0 -1 4194368 5488914 0 0 0 359284 743 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63257] ppid=63241 vsize=27470296 memory=6316 CPUtime=3599.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63257/stat : 63257 (fscip) R 63241 63244 58757 0 -1 4194368 1137933 0 0 0 358623 1366 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63258] ppid=63241 vsize=27470296 memory=10607704 CPUtime=3598.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63258/stat : 63258 (fscip) R 63241 63244 58757 0 -1 4194368 3208195 0 0 0 359379 426 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63259] ppid=63241 vsize=27470296 memory=11572 CPUtime=3599.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63259/stat : 63259 (fscip) R 63241 63244 58757 0 -1 4194368 5332657 0 0 0 359203 712 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63260] ppid=63241 vsize=27470296 memory=13672 CPUtime=3598.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63260/stat : 63260 (fscip) R 63241 63244 58757 0 -1 4194368 1221648 0 0 0 358549 1314 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63261] ppid=63241 vsize=27470296 memory=10824 CPUtime=3589.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63261/stat : 63261 (fscip) R 63241 63244 58757 0 -1 4194368 3242661 0 0 0 358475 453 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63262] ppid=63241 vsize=27470296 memory=5588 CPUtime=3597.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63262/stat : 63262 (fscip) R 63241 63244 58757 0 -1 4194368 5874387 0 0 0 358995 781 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63263] ppid=63241 vsize=27470296 memory=-7523659570549450108 CPUtime=3599.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63263/stat : 63263 (fscip) R 63241 63244 58757 0 -1 4194368 1183725 0 0 0 358632 1358 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63264] ppid=63241 vsize=27470296 memory=13776 CPUtime=3599.05 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63264/stat : 63264 (fscip) R 63241 63244 58757 0 -1 4194368 3886014 0 0 0 359444 461 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63265] ppid=63241 vsize=27470296 memory=11700 CPUtime=3606.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63265/stat : 63265 (fscip) R 63241 63244 58757 0 -1 4194368 5862204 0 0 0 359865 784 0 0 20 0 41 0 10848330 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63266] ppid=63241 vsize=27470296 memory=11900 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63266/stat : 63266 (fscip) S 63241 63244 58757 0 -1 1077936192 58 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63267] ppid=63241 vsize=27470296 memory=39996 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63267/stat : 63267 (fscip) S 63241 63244 58757 0 -1 1077936192 67 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63268] ppid=63241 vsize=27470296 memory=8148 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63268/stat : 63268 (fscip) S 63241 63244 58757 0 -1 1077936192 115 0 0 0 1 1 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63269] ppid=63241 vsize=27470296 memory=3428 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63269/stat : 63269 (fscip) S 63241 63244 58757 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63270] ppid=63241 vsize=27470296 memory=2180 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63270/stat : 63270 (fscip) S 63241 63244 58757 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63271] ppid=63241 vsize=27470296 memory=1744 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63271/stat : 63271 (fscip) S 63241 63244 58757 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63272] ppid=63241 vsize=27470296 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63272/stat : 63272 (fscip) S 63241 63244 58757 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63273] ppid=63241 vsize=27470296 memory=16088 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63273/stat : 63273 (fscip) S 63241 63244 58757 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63274] ppid=63241 vsize=27470296 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63274/stat : 63274 (fscip) S 63241 63244 58757 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63275] ppid=63241 vsize=27470296 memory=6096 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63275/stat : 63275 (fscip) S 63241 63244 58757 0 -1 1077936192 115 0 0 0 1 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63276] ppid=63241 vsize=27470296 memory=1968 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63276/stat : 63276 (fscip) S 63241 63244 58757 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63277] ppid=63241 vsize=27470296 memory=54204 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63277/stat : 63277 (fscip) S 63241 63244 58757 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63278] ppid=63241 vsize=27470296 memory=33196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63278/stat : 63278 (fscip) S 63241 63244 58757 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63279] ppid=63241 vsize=27470296 memory=21524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63279/stat : 63279 (fscip) S 63241 63244 58757 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63280] ppid=63241 vsize=27470296 memory=100 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63280/stat : 63280 (fscip) S 63241 63244 58757 0 -1 1077936192 110 0 0 0 0 2 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63281] ppid=63241 vsize=27470296 memory=1836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63281/stat : 63281 (fscip) S 63241 63244 58757 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63282] ppid=63241 vsize=27470296 memory=25988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63282/stat : 63282 (fscip) S 63241 63244 58757 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63283] ppid=63241 vsize=27470296 memory=2244 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63283/stat : 63283 (fscip) S 63241 63244 58757 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63284] ppid=63241 vsize=27470296 memory=31232 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63284/stat : 63284 (fscip) S 63241 63244 58757 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
[pid=63244/tid=63285] ppid=63241 vsize=27470296 memory=33572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63244/task/63285/stat : 63285 (fscip) S 63241 63244 58757 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 10848410 28129583104 5865820 809668444160 4194304 16623229 140726466803744 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 37134336 140726466806794 140726466806912 140726466806912 140726466813936 0
Current children cumulated CPU time: 72000.4 s
Current children cumulated vsize: 27470296 KiB
Current children cumulated memory: 23463280 KiB

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

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

# cumulated CPU time of all completed processes:  user=71834.5 s, system=166.704 s

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

[startup+3636.82 s]
/proc/loadavg: 80.23 80.32 79.86 63/985 65497
/proc/meminfo: memFree=735284136/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.2 s]
/proc/loadavg: 80.23 80.32 79.86 67/985 65497
/proc/meminfo: memFree=746862148/790760800 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): 3637.22
CPU time (s): 72001.2
CPU user time (s): 71834.5
CPU system time (s): 166.704
CPU usage (%): 1979.57
Max. virtual memory (cumulated for all children) (KiB): 27497312
Max. memory (cumulated for all children) (KiB): 23523776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71834.5
system time used= 166.704
maximum resident set size= 23529764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69752908
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= 764267
involuntary context switches= 358912


# summary of solver processes directly reported to runsolver:
#   pid: 63244
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71834.5
#   total CPU system time (s): 166.704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4327 second user time and 86.7824 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-07-31 18:18:08
IDJOB=4465263
IDBENCH=146695
IDSOLVER=3094
FILE ID=nodeD104/4465263-1722442688
RUNJOBID= nodeD104-1722441596-58769
SLURM_JOB_ID= 8254234
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.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-4465263-1722442688/watcher-4465263-1722442688 -o /tmp/evaluation-result-4465263-1722442688/solver-4465263-1722442688 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722441596-58769 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465263-1722442688.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= dbca78014701662c42e2f44b8d3d4cf2
RANDOM SEED=1333504060

nodeD104.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		: 3071.936
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		: 2554.879
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 2839.744
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.862
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		: 1272.414
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	: 5006.76
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		: 3189.846
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	: 5013.48
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		: 2819.329
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.768
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		: 1657.133
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 2849.429
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.719
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		: 2633.951
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	: 5006.76
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		: 3187.086
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	: 5013.48
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		: 3150.544
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.699
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		: 2474.385
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	: 5006.76
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		: 3186.305
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	: 5013.48
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		: 3155.153
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.666
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		: 2664.637
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	: 5006.76
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		: 3192.233
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	: 5013.48
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		: 3137.764
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.637
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		: 3582.642
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	: 5006.76
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		: 3189.564
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	: 5013.48
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		: 3155.255
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.613
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		: 2731.194
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 2799.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.578
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		: 2848.031
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 2799.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.557
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		: 3514.236
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3155.385
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.541
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		: 2359.259
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	: 5006.76
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		: 3200.000
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	: 5013.48
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		: 3146.229
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.534
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		: 3219.192
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	: 5006.76
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		: 3185.574
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	: 5013.48
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		: 2800.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.522
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		: 3564.885
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	: 5006.76
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		: 3189.698
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	: 5013.48
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		: 3142.009
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.510
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		: 2639.413
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	: 5006.76
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		: 3184.345
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	: 5013.48
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		: 3155.496
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.573
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		: 1469.356
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	: 5006.76
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		: 3194.516
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	: 5013.48
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		: 3155.526
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.644
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		: 3510.875
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	: 5006.76
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		: 3199.999
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	: 5013.48
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		: 3141.593
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.756
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		: 1962.351
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	: 5006.76
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		: 3197.390
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	: 5013.48
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		: 3155.435
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.849
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		: 2665.763
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	: 5006.76
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		: 3194.692
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	: 5013.48
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		: 3130.728
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3071.941
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		: 2659.777
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	: 5006.76
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		: 3181.990
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	: 5013.48
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		: 3122.859
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
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		: 3072.003
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		: 3163.141
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	: 5006.76
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		: 3192.122
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	: 5013.48
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		: 3127.826
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        766450060 kB
MemAvailable:   764520804 kB
Buffers:          127612 kB
Cached:           894516 kB
SwapCached:            0 kB
Active:           285500 kB
Inactive:       21669324 kB
Active(anon):       2212 kB
Inactive(anon): 20953004 kB
Active(file):     283288 kB
Inactive(file):   716320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29776 kB
Writeback:            68 kB
AnonPages:      20932336 kB
Mapped:           126104 kB
Shmem:             22536 kB
KReclaimable:     129564 kB
Slab:             459228 kB
SReclaimable:     129564 kB
SUnreclaim:       329664 kB
KernelStack:       16896 kB
PageTables:        54580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2884596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           176640 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1320960 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:      471040 kB
DirectMap2M:    36726784 kB
DirectMap1G:    768606208 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-07-31 19:18:46