Trace number 4465217

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) 72003.4 3679.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM446effd89caaa2fd386cf7c17951a1a5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark239
Best CPU time to get the best result obtained on this benchmark3558.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494177
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494177
Number of bits of the biggest sum of numbers19
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)
1.79/1.80	c Default LC presolving (default).
1.79/1.82	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.79/1.82	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.12/21.26	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.12/21.26	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.12/21.26	c Original Problem   :
21.12/21.26	c   Problem name     : instance-4465217-1723592278
21.12/21.26	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.12/21.26	c   Constraints      : 656900
21.12/21.26	c   Objective sense  : minimize
21.12/21.26	c Presolved Problem  :
21.12/21.26	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.12/21.26	c   Constraints      : 656900
21.12/21.26	c Constraints        : Number
21.12/21.26	c   setppc           : 656700 
21.12/21.26	c   logicor          : 200 
21.12/21.26	c ** Instance transfer method used: 0
22.05/22.17	c ** ParaScipInstance copy does not increase the number of variables. **
35.37/35.53	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.37/35.53	c                                Nodes    Active                                            
35.37/35.53	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
531.66/61.26	c *      61              0           1        20        4774.0000                -          -
531.66/61.26	c        61              0           1        20        4774.0000                -          -
1176.14/94.34	c        94              2           1        20        4774.0000           0.0000          -
1306.41/100.97	c       101              2           1        20        4774.0000           0.0000          -
1386.72/105.27	c *     105              2           1        20        4588.0000           0.0000          -
1451.37/108.54	c       109              2           1        20        4588.0000           0.0000          -
1552.53/113.63	c       114              2           1        20        4588.0000           0.0000          -
1687.39/120.46	c       120              4           3        20        4588.0000           0.0000          -
1863.74/129.34	c       129              4           3        20        4588.0000           0.0000          -
1966.83/134.54	c       135              4           3        20        4588.0000           0.0000          -
2105.64/141.55	c *     142             22          21        20        4503.0000           0.0000          -
2105.64/141.55	c       142             22          21        20        4503.0000           0.0000          -
2397.14/156.23	c       156             22          21        20        4503.0000           0.0000          -
2498.32/161.40	c       161             41          42        20        4503.0000           0.0000          -
2668.81/169.92	c       170             42          41        20        4503.0000           0.0000          -
2835.34/178.32	c       178             42          41        20        4503.0000           0.0000          -
2940.40/183.62	c       184             43          42        20        4503.0000           0.0000          -
3041.46/188.72	c       189             63          62        20        4503.0000           0.0000          -
3127.91/193.13	c *     193             61          62        20        4456.0000           0.0000          -
3150.51/194.24	c       194             62          61        20        4456.0000           0.0000          -
3436.17/208.64	c       209             62          61        20        4456.0000           0.0000          -
3544.36/214.13	c       214             81          82        20        4456.0000           0.0000          -
3646.43/219.28	c       219             82          81        20        4456.0000           0.0000          -
3755.56/224.75	c       225            112         111        20        4456.0000           0.0000          -
3858.67/229.90	c       230            102         101        20        4456.0000           0.0000          -
3977.65/236.01	c       236            132         131        20        4456.0000           0.0000          -
4082.74/241.30	c       241            172         171        20        4456.0000           0.0000          -
4092.44/241.75	c *     242            172         171        20        4407.0000           0.0000          -
4111.19/242.72	c *     243            172         171        20        4399.0000           0.0000          -
4118.44/243.16	c *     243            172         171        20        4357.0000           0.0000          -
4233.84/248.98	c *     249            172         171        20        4290.0000           0.0000          -
4233.84/248.98	c       249            172         171        20        4290.0000           0.0000          -
4335.92/254.13	c       254            172         171        20        4290.0000           0.0000          -
4437.98/259.23	c       259            181         182        20        4290.0000           0.0000          -
4449.53/259.86	c *     260            181         182        20        4244.0000           0.0000          -
4536.61/264.25	c       264            182         181        20        4244.0000           0.0000          -
4641.72/269.58	c       270            182         181        20        4244.0000           0.0000          -
4756.75/275.33	c       275            182         181        20        4244.0000           0.0000          -
4895.59/282.30	c       282            263         262        20        4244.0000           0.0000          -
5016.58/288.45	c       288            281         282        20        4244.0000           0.0000          -
5137.52/294.58	c       295            262         261        20        4244.0000           0.0000          -
5238.71/299.69	c       300            262         261        20        4244.0000           0.0000          -
5377.47/306.62	c       307            342         341        20        4244.0000           0.0000          -
5478.60/311.70	c       312            362         363        20        4244.0000           0.0000          -
5595.61/317.68	c       318            362         363        20        4244.0000           0.0000          -
5628.65/319.38	c *     319            362         361        20        4060.0000           0.0000          -
5702.64/323.08	c       323            362         361        20        4060.0000           0.0000          -
5808.83/328.41	c       328            502         501        20        4060.0000           0.0000          -
5913.37/333.77	c       334            502         501        20        4060.0000           0.0000          -
5923.27/334.24	c *     334            502         501        20        3957.0000           0.0000          -
6032.39/339.73	c       340            502         501        20        3957.0000           0.0000          -
6155.38/346.01	c       346            541         542        20        3957.0000           0.0000          -
6294.23/352.96	c       353            462         461        20        3957.0000           0.0000          -
6405.28/358.52	c       359            462         461        20        3957.0000           0.0000          -
6512.22/363.95	c       364            563         562        20        3957.0000           0.0000          -
6631.25/369.99	c       370            563         562        20        3957.0000           0.0000          -
6742.31/375.50	c       376            572         571        20        3957.0000           0.0000          -
6843.47/380.64	c       381            572         571        20        3957.0000           0.0000          -
6944.58/385.71	c       386            572         571        20        3957.0000           0.0000          -
7045.75/390.83	c       391            602         601        20        3957.0000           0.0000          -
7146.88/395.92	c       396            661         662        20        3957.0000           0.0000          -
7251.05/401.17	c       401            663         662        20        3957.0000           0.0000          -
7355.16/406.47	c       406            983         982        20        3957.0000           0.0000          -
7431.67/410.30	c *     410            922         921        20        3915.0000           0.0000          -
7518.96/414.79	c       415           1002        1001        20        3915.0000           0.0000          -
7645.00/421.08	c       421           1050           0        20        3915.0000           0.0000          -
7728.30/425.31	c *     425           1050           0        20        3844.0000           0.0000          -
7750.10/426.46	c       426           1051           1        20        3844.0000           0.0000          -
7845.20/431.26	c *     431           1051           1        20        3767.0000           0.0000          -
7849.12/431.49	c       432           1051           1        20        3767.0000           0.0000          -
7858.70/431.96	c *     432           1051           1        20        3606.0000           0.0000          -
7951.72/436.65	c       437           1111          61        20        3606.0000           0.0000          -
8056.81/441.97	c       442           1272         222        20        3606.0000           0.0000          -
8147.43/446.55	c *     447           1121          71        20        3551.0000           0.0000          -
8161.16/447.28	c       447           1131          81        20        3551.0000           0.0000          -
8280.05/453.29	c       453           1131          81        20        3551.0000           0.0000          -
8381.23/458.35	c       458           1591         541        20        3551.0000           0.0000          -
8531.94/465.90	c       466           1591         541        20        3551.0000           0.0000          -
8571.62/467.91	c *     468           1610         562        20        3515.0000           0.0000          -
8631.12/470.97	c       471           1611         561        20        3515.0000           0.0000          -
8735.05/476.14	c       476           1651         601        20        3515.0000           0.0000          -
8835.38/481.22	c       481           1671         621        20        3515.0000           0.0000          -
8954.33/487.26	c       487           1671         621        20        3515.0000           0.0000          -
9067.45/493.03	c       493           1711         661        20        3515.0000           0.0000          -
9169.43/498.11	c       498           1731         681        20        3515.0000           0.0000          -
9277.69/503.55	c       504           1851         801        20        3515.0000           0.0000          -
9382.86/508.81	c       509           2151        1101        20        3515.0000           0.0000          -
9482.02/513.85	c       514           2351        1301        20        3515.0000           0.0000          -
9581.22/518.88	c       519           2512        1462        20        3515.0000           0.0000          -
9682.36/523.98	c       524           2931        1881        20        3515.0000           0.0000          -
9793.44/529.54	c       530           2971        1921        20        3515.0000           0.0000          -
9906.49/535.25	c       535           3051        2001        20        3515.0000           0.0000          -
10017.60/540.85	c       541           3051        2001        20        3515.0000           0.0000          -
10148.43/547.48	c       547           3051        2001        20        3515.0000           0.0000          -
10251.53/552.63	c       553           3110        2062        20        3515.0000           0.0000          -
10354.39/557.88	c       558           3251        2201        20        3515.0000           0.0000          -
10467.41/563.51	c       564           3329        2279        20        3515.0000           0.0000          -
10494.95/565.01	c *     565           3411        2361        20        3464.0000           0.0000          -
10574.19/568.91	c       569           3411        2361        20        3464.0000           0.0000          -
10673.33/574.03	c       574           3411        2361        20        3464.0000           0.0000          -
10784.41/579.55	c       580           3411        2361        20        3464.0000           0.0000          -
10889.55/584.81	c       585           3430        2382        20        3464.0000           0.0000          -
11033.22/592.06	c       592           3531        2481        20        3464.0000           0.0000          -
11151.88/598.12	c       598           3531        2481        20        3464.0000           0.0000          -
11274.88/604.24	c       604           3550        2502        20        3464.0000           0.0000          -
11377.39/609.48	c       609           3530        2482        20        3464.0000           0.0000          -
11480.54/614.64	c       615           3531        2481        20        3464.0000           0.0000          -
11581.79/619.71	c       620           3951        2901        20        3464.0000           0.0000          -
11680.89/624.74	c       625           4021        2971        20        3464.0000           0.0000          -
11780.09/629.76	c       630           4511        3461        20        3464.0000           0.0000          -
11891.18/635.34	c       635           4591        3541        20        3464.0000           0.0000          -
11972.27/639.42	c *     639           4831        3781        20        3363.0000           0.0000          -
12009.95/641.37	c       641           4650        3602        20        3363.0000           0.0000          -
12321.46/657.04	c       657           4711        3661        20        3363.0000           0.0000          -
12420.71/662.09	c       662           4770        3722        20        3363.0000           0.0000          -
12524.52/667.26	c       667           5010        3962        20        3363.0000           0.0000          -
12624.94/672.34	c       672           5151        4101        20        3363.0000           0.0000          -
12743.97/678.32	c       678           5251        4201        20        3363.0000           0.0000          -
12857.09/684.01	c       684           5251        4201        20        3363.0000           0.0000          -
12974.13/689.99	c       690           5251        4201        20        3363.0000           0.0000          -
13075.29/695.12	c       695           5291        4241        20        3363.0000           0.0000          -
13188.29/700.78	c       701           5400        4350        20        3363.0000           0.0000          -
13289.46/705.85	c       706           5911        4861        20        3363.0000           0.0000          -
13400.54/711.42	c       711           5911        4861        20        3363.0000           0.0000          -
13503.71/716.70	c       717           5911        4861        20        3363.0000           0.0000          -
13670.33/725.00	c       725           5930        4882        20        3363.0000           0.0000          -
13777.47/730.46	c       730           6031        4981        20        3363.0000           0.0000          -
13884.61/735.89	c       736           6271        5221        20        3363.0000           0.0000          -
13987.72/741.10	c       741           6951        5901        20        3363.0000           0.0000          -
14062.05/744.85	c *     745           6931        5881        20        3272.0000           0.0000          -
14088.40/746.15	c       746           7031        5981        20        3272.0000           0.0000          -
14198.77/751.78	c       752           7411        6361        20        3272.0000           0.0000          -
14411.05/762.46	c       762           7411        6361        20        3272.0000           0.0000          -
14516.19/767.71	c       768           7150        6102        20        3272.0000           0.0000          -
14654.73/774.75	c *     775           7151        6101        20        3111.0000           0.0000          -
14654.73/774.75	c       775           7151        6101        20        3111.0000           0.0000          -
14767.60/780.49	c       780           7151        6101        20        3111.0000           0.0000          -
14901.39/787.20	c       787           7432        6382        20        3111.0000           0.0000          -
15009.50/792.64	c       793           7530        6482        20        3111.0000           0.0000          -
15110.66/797.70	c       798           7212        6162        20        3111.0000           0.0000          -
15215.81/803.07	c       803           7292        6242        20        3111.0000           0.0000          -
15320.97/808.34	c       808           7292        6242        20        3111.0000           0.0000          -
15424.06/813.59	c       814           7552        6502        20        3111.0000           0.0000          -
15527.19/818.71	c       819           7311        6261        20        3111.0000           0.0000          -
15632.31/824.10	c       824           7651        6601        20        3111.0000           0.0000          -
15705.25/827.80	c *     828           7591        6541        20        3071.0000           0.0000          -
15733.73/829.18	c       829           7591        6541        20        3071.0000           0.0000          -
15855.76/835.37	c       835           7631        6581        20        3071.0000           0.0000          -
16044.10/844.85	c       845           7631        6581        20        3071.0000           0.0000          -
16147.13/850.07	c       850           7973        6923        20        3071.0000           0.0000          -
16254.14/855.44	c       855           8070        7022        20        3071.0000           0.0000          -
16361.22/860.81	c       861           8431        7381        20        3071.0000           0.0000          -
16470.34/866.34	c       866           9051        8001        20        3071.0000           0.0000          -
16539.09/869.81	c *     870           9051        8001        20        3032.0000           0.0000          -
16570.80/871.47	c       871           9051        8001        20        3032.0000           0.0000          -
16701.75/878.04	c       878           8951        7901        20        3032.0000           0.0000          -
16805.66/883.26	c       883           8951        7901        20        3032.0000           0.0000          -
16906.13/888.32	c       888           9131        8081        20        3032.0000           0.0000          -
17031.11/894.64	c       895           9131        8081        20        3032.0000           0.0000          -
17088.19/897.55	c *     898           9131        8081        20        2990.0000           0.0000          -
17137.63/900.02	c       900           9131        8081        20        2990.0000           0.0000          -
17320.82/909.28	c       909           9131        8081        20        2990.0000           0.0000          -
17435.15/915.07	c       915           9131        8081        20        2990.0000           0.0000          -
17537.04/920.23	c       920           9172        8122        20        2990.0000           0.0000          -
17649.32/925.82	c       926           9172        8122        20        2990.0000           0.0000          -
17784.20/932.68	c       933           9171        8121        20        2990.0000           0.0000          -
17891.24/938.10	c       938           9591        8541        20        2990.0000           0.0000          -
18002.37/943.67	c       944           9231        8181        20        2990.0000           0.0000          -
18119.50/949.55	c       950          10383        9171        20        2990.0000           1.0000          -
18224.71/954.81	c       955          10551        9164        20        2990.0000           1.0000          -
18325.93/959.94	c       960          10447        9345        20        2990.0000           1.0000          -
18378.72/962.67	c *     963          10711          61        20        2862.0000           1.0000          -
18431.95/965.31	c       965          10474        9340        20        2862.0000           1.0000          -
18539.14/970.75	c       971          10522        9335        20        2862.0000           1.0000          -
18640.37/975.83	c       976          10522        9335        20        2862.0000           1.0000          -
18743.58/981.13	c       981          10522        9335        20        2862.0000           1.0000          -
18862.57/987.02	c       987          10555        9338        20        2862.0000           1.0000          -
18973.60/992.61	c       993          10650        9338        20        2862.0000           1.0000          -
19076.79/997.84	c       998          10654        9340        20        2862.0000           1.0000          -
19177.93/1002.91	c      1003          10534        9160        20        2862.0000           1.0000          -
19281.71/1008.21	c      1008          10656        9333        20        2862.0000           1.0000          -
19388.24/1013.55	c      1014          10673        9119        20        2862.0000           1.0000          -
19489.47/1018.67	c      1019          10853         121        20        2862.0000           1.0000          -
19590.54/1023.78	c      1024          11506         721        20        2862.0000           1.0000          -
19698.25/1029.19	c      1029          11966        1181        20        2862.0000           1.0000          -
19800.77/1034.36	c      1034          12506        1721        20        2862.0000           1.0000          -
19907.94/1039.74	c      1040          13108        2323        20        2862.0000           1.0000          -
20009.20/1044.81	c      1045          13786        3001        20        2862.0000           1.0000          -
20117.26/1050.26	c      1050          14486        3701        20        2862.0000           1.0000          -
20221.64/1055.54	c      1056          14593        3861        20        2862.0000           1.0000          -
20324.87/1060.70	c      1061          15313        4581        20        2862.0000           1.0000          -
20430.09/1066.00	c      1066          16906        6121        20        2862.0000           1.0000          -
20459.03/1067.59	c *    1068          17086        6301        20        2809.0000           1.0000          -
20534.07/1071.31	c      1071          17246        6461        20        2809.0000           1.0000          -
20633.29/1076.39	c      1076          17833        7101        20        2809.0000           1.0000          -
20740.52/1081.70	c      1082          18833        8101        20        2809.0000           1.0000          -
20850.46/1087.27	c      1087          19053        8321        20        2809.0000           1.0000          -
20953.04/1092.47	c      1092          19053        8321        20        2809.0000           1.0000          -
21064.29/1098.01	c      1098          20397        9441        20        2809.0000           1.0000          -
21163.58/1103.07	c      1103          20397        9441        20        2809.0000           1.0000          -
21267.54/1108.25	c      1108          20233        9091        20        2809.0000           1.0000          -
21370.06/1113.42	c      1113          20233        9091        20        2809.0000           1.0000          -
21473.31/1118.60	c      1119          20454         121        20        2809.0000           1.0000          -
21572.53/1123.68	c      1124          20962         629        20        2809.0000           1.0000          -
21671.74/1128.68	c      1129          21537         901        20        2809.0000           1.0000          -
21778.87/1134.05	c      1134          21994        1661        20        2809.0000           1.0000          -
21883.95/1139.31	c      1139          22737        2101        20        2809.0000           1.0000          -
21987.06/1144.59	c      1145          23374        2738        20        2809.0000           1.0000          -
22096.14/1150.03	c      1150          24057        3421        20        2809.0000           1.0000          -
22197.94/1155.16	c      1155          24757        4121        20        2809.0000           1.0000          -
22304.32/1160.52	c      1161          25537        4901        20        2809.0000           1.0000          -
22409.40/1165.80	c      1166          26397        5761        20        2809.0000           1.0000          -
22510.51/1170.99	c      1171          27297        6661        20        2809.0000           1.0000          -
22617.54/1176.35	c      1176          28277        7641        20        2809.0000           1.0000          -
22718.75/1181.48	c      1181          29084        8657        20        2809.0000           1.0000          -
22823.77/1186.74	c      1187          29414        8648        20        2809.0000           1.0000          -
22926.88/1191.96	c      1192          29779        8641        20        2809.0000           1.0000          -
23035.83/1197.45	c      1197          29779        8641        20        2809.0000           1.0000          -
23136.86/1202.60	c      1203          30502        8980        20        2809.0000           1.0000          -
23237.92/1207.68	c      1208          30613         750        20        2809.0000           1.0000          -
23339.02/1212.74	c      1213          31184        1321        20        2809.0000           1.0000          -
23440.10/1217.88	c      1218          31664        1801        20        2809.0000           1.0000          -
23543.14/1223.05	c      1223          32264        2401        20        2809.0000           1.0000          -
23652.14/1228.53	c      1229          32904        3041        20        2809.0000           1.0000          -
23755.12/1233.74	c      1234          33604        3741        20        2809.0000           1.0000          -
23854.21/1238.75	c      1239          34304        4441        20        2809.0000           1.0000          -
23959.07/1244.01	c      1244          35084        5221        20        2809.0000           1.0000          -
24062.70/1249.27	c      1249          35964        6101        20        2809.0000           1.0000          -
24167.22/1254.54	c      1255          36884        7021        20        2809.0000           1.0000          -
24270.32/1259.79	c      1260          37885        8022        20        2809.0000           1.0000          -
24373.28/1264.96	c      1265          38641        8161        20        2809.0000           1.0000          -
24476.84/1270.15	c      1270          39493        8147        20        2809.0000           1.0000          -
24576.04/1275.16	c      1275          39720        8143        20        2809.0000           1.0000          -
24678.56/1280.38	c      1280          39940        8515        20        2809.0000           1.0000          -
24783.57/1285.68	c      1286          40225        8511        20        2809.0000           1.0000          -
24884.67/1290.71	c      1291          40492        8506        20        2809.0000           1.0000          -
24989.70/1296.04	c      1296          40653        8506        20        2809.0000           1.0000          -
25091.22/1301.20	c      1301          40653        8506        20        2809.0000           1.0000          -
25192.36/1306.25	c      1306          42751        2980        20        2809.0000           1.0000          -
25292.76/1311.39	c      1311          40703        8506        20        2809.0000           1.0000          -
25397.66/1316.63	c      1317          40979        8515        20        2809.0000           1.0000          -
25496.72/1321.66	c      1322          40994        8505        20        2809.0000           1.0000          -
25599.73/1326.84	c      1327          41065          41        20        2809.0000           1.0000          -
25705.44/1332.17	c      1332          41598         574        20        2809.0000           1.0000          -
25804.67/1337.19	c      1337          42185        1161        20        2809.0000           1.0000          -
25906.97/1342.35	c      1342          42785        1761        20        2809.0000           1.0000          -
26012.09/1347.61	c      1348          43399        2375        20        2809.0000           1.0000          -
26111.16/1352.67	c      1353          48739        8070        20        2809.0000           1.0000          -
26218.18/1358.05	c      1358          49112        8076        20        2809.0000           1.0000          -
26319.90/1363.16	c      1363          49553        8072        20        2809.0000           1.0000          -
26424.39/1368.45	c      1368          49774        8074        20        2809.0000           1.0000          -
26529.46/1373.72	c      1374          49851        8070        20        2809.0000           1.0000          -
26632.52/1378.99	c      1379          49851        8070        20        2809.0000           1.0000          -
26733.63/1384.03	c      1384          49851        8070        20        2809.0000           1.0000          -
26832.68/1389.07	c      1389          49968        8073        20        2809.0000           1.0000          -
26934.40/1394.21	c      1394          50143        8069        20        2809.0000           1.0000          -
27036.60/1399.31	c      1399          50324        8089        20        2809.0000           1.0000          -
27107.27/1402.98	c *    1403          50431        8436        20        2768.0000           1.0000          -
27136.62/1404.44	c      1404          50607        8430        20        2768.0000           1.0000          -
27255.43/1410.43	c      1410          50607        8430        20        2768.0000           1.0000          -
27362.49/1415.87	c      1416          50607        8430        20        2768.0000           1.0000          -
27463.49/1421.00	c      1421          50648        8070        20        2768.0000           1.0000          -
27564.51/1426.06	c      1426          51290        8418        20        2768.0000           1.0000          -
27666.22/1431.21	c      1431          50902        8064        20        2768.0000           1.0000          -
27780.55/1436.95	c      1437          50902        8064        20        2768.0000           1.0000          -
27884.32/1442.19	c      1442          52447        8408        20        2768.0000           1.0000          -
27990.79/1447.52	c      1448          52447        8408        20        2768.0000           1.0000          -
28093.90/1452.74	c      1453          52472        1467        20        2768.0000           1.0000          -
28199.06/1458.00	c      1458          53146        2141        20        2768.0000           1.0000          -
28300.85/1463.13	c      1463          53846        2841        20        2768.0000           1.0000          -
28400.01/1468.22	c      1468          54566        3561        20        2768.0000           1.0000          -
28502.44/1473.39	c      1473          55346        4341        20        2768.0000           1.0000          -
28609.55/1478.72	c      1479          56146        5141        20        2768.0000           1.0000          -
28710.74/1483.83	c      1484          57026        6021        20        2768.0000           1.0000          -
28811.90/1488.97	c      1489          57376        4761        20        2768.0000           1.0000          -
28911.17/1493.98	c      1494          58746        7741        20        2768.0000           1.0000          -
29017.12/1499.23	c      1499          59746        8741        20        2768.0000           1.0000          -
29117.73/1504.38	c      1504          60056        7441        20        2768.0000           1.0000          -
29219.04/1509.47	c      1509          60999        8309        20        2768.0000           1.0000          -
29320.37/1514.54	c      1515          61517        8357        20        2768.0000           1.0000          -
29421.69/1519.69	c      1520          61865        8357        20        2768.0000           1.0000          -
29529.00/1525.05	c      1525          62173        8355        20        2768.0000           1.0000          -
29634.27/1530.32	c      1530          62525        8346        20        2768.0000           1.0000          -
29737.57/1535.53	c      1536          62525        8346        20        2768.0000           1.0000          -
29838.88/1540.69	c      1541          63389        8293        20        2768.0000           1.0000          -
29942.17/1545.83	c      1546          62751        8347        20        2768.0000           1.0000          -
30041.49/1550.89	c      1551          63788        8283        20        2768.0000           1.0000          -
30142.82/1555.91	c      1556          63139        8344        20        2768.0000           1.0000          -
30246.65/1561.18	c      1561          63139        8344        20        2768.0000           1.0000          -
30349.37/1566.34	c      1566          63162        8351        20        2768.0000           1.0000          -
30398.67/1568.85	c *    1569          64658        8272        20         435.0000           1.0000          -
30450.20/1571.46	c      1571          64658        8272        20         435.0000           1.0000          -
30557.46/1576.83	c      1577          64658        8272        20         435.0000           1.0000          -
30664.44/1582.27	c      1582          63758        8340        20         435.0000           1.0000          -
30769.21/1587.51	c      1588          64717        8253        20         435.0000           1.0000          -
30836.55/1590.96	c *    1591          64717        8253        20         433.0000           1.0000          -
30869.17/1592.63	c      1593          64717        8253        20         433.0000           1.0000          -
30972.44/1597.87	c      1598          64717        8253        20         433.0000           1.0000          -
31075.73/1603.03	c      1603          63994        8315        20         433.0000           1.0000          -
31181.03/1608.39	c      1608          63994        8315        20         433.0000           1.0000          -
31290.23/1613.80	c      1614          64886        8214        20         433.0000           1.0000          -
31393.52/1619.06	c      1619          64891        8221        20         433.0000           1.0000          -
31496.40/1624.25	c      1624          64177        8305        20         433.0000           1.0000          -
31595.70/1629.27	c      1629          64293        8304        20         433.0000           1.0000          -
31696.16/1634.31	c      1634          64316        8300        20         433.0000           1.0000          -
31797.51/1639.50	c      1640          64431        8299        20         433.0000           1.0000          -
31898.86/1644.54	c      1645          64591        8297        20         433.0000           1.0000          -
32004.18/1649.83	c      1650          64717        8293        20         433.0000           1.0000          -
32103.50/1654.84	c      1655          64823        8292        20         433.0000           1.0000          -
32206.71/1660.02	c      1660          64985        8299        20         433.0000           1.0000          -
32283.65/1663.97	c *    1664          64985        8299        20         424.0000           1.0000          -
32311.16/1665.33	c      1665          65925        8136        20         424.0000           1.0000          -
32412.38/1670.46	c      1670          66007        8139        20         424.0000           1.0000          -
32517.66/1675.70	c      1676              2           1        20         424.0000         202.6436    109.23%
32622.97/1681.06	c      1681              2           1        20         424.0000         202.7613    109.11%
32736.18/1686.71	c      1687              2           1        20         424.0000         202.7613    109.11%
32841.39/1692.13	c      1692              2           1        20         424.0000         202.7613    109.11%
32946.65/1697.38	c      1697              2           1        20         424.0000         202.7613    109.11%
33051.94/1702.62	c      1703              2           1        20         424.0000         202.7613    109.11%
33153.25/1707.77	c      1708              2           1        20         424.0000         202.7613    109.11%
33254.56/1712.88	c      1713              2           1        20         424.0000         202.7613    109.11%
33362.59/1718.26	c      1718              2           1        20         424.0000         202.7613    109.11%
33463.17/1723.31	c      1723              2           1        20         424.0000         202.7613    109.11%
33562.41/1728.36	c      1728              2           1        20         424.0000         203.0236    108.84%
33665.63/1733.56	c      1734              3           2        20         424.0000         203.0369    108.83%
33770.93/1738.88	c      1739              3           2        20         424.0000         203.0369    108.83%
33880.19/1744.30	c      1744              3           2        20         424.0000         203.0369    108.83%
33983.53/1749.53	c      1750              3           2        20         424.0000         203.0369    108.83%
34086.85/1754.73	c      1755              3           2        20         424.0000         203.0369    108.83%
34192.17/1760.08	c      1760              3           2        20         424.0000         203.0369    108.83%
34296.10/1765.27	c      1765              3           2        20         424.0000         203.0369    108.83%
34398.72/1770.41	c      1770              3           2        20         424.0000         203.0369    108.83%
34498.06/1775.43	c      1775              3           2        20         424.0000         203.0369    108.83%
34601.40/1780.64	c      1781              3           2        20         424.0000         203.3390    108.52%
34704.72/1785.85	c      1786              3           2        20         424.0000         203.3390    108.52%
34804.05/1790.86	c      1791              3           2        20         424.0000         203.3390    108.52%
34907.34/1796.05	c      1796              3           2        20         424.0000         203.3390    108.52%
35006.66/1801.10	c      1801              3           2        20         424.0000         203.3390    108.52%
35115.83/1806.57	c      1807              3           2        20         424.0000         203.5628    108.29%
35218.94/1811.78	c      1812              3           2        20         424.0000         203.5628    108.29%
35322.24/1816.96	c      1817              3           2        20         424.0000         203.6766    108.17%
35423.53/1822.05	c      1822              3           2        20         424.0000         203.6766    108.17%
35523.02/1827.12	c      1827              3           2        20         424.0000         203.6766    108.17%
35628.12/1832.32	c      1832              3           2        20         424.0000         203.6766    108.17%
35727.35/1837.36	c      1837              3           2        20         424.0000         203.6766    108.17%
35826.71/1842.39	c      1842              3           2        20         424.0000         203.6766    108.17%
35928.04/1847.46	c      1847              3           2        20         424.0000         203.6766    108.17%
36031.41/1852.62	c      1853              3           2        20         424.0000         203.6766    108.17%
36134.66/1857.87	c      1858              3           2        20         424.0000         203.6766    108.17%
36237.99/1863.02	c      1863              3           2        20         424.0000         203.6766    108.17%
36341.91/1868.27	c      1868              3           2        20         424.0000         203.6766    108.17%
36444.50/1873.49	c      1873              4           3        20         424.0000         203.6766    108.17%
36547.81/1878.69	c      1879              4           3        20         424.0000         203.6766    108.17%
36651.06/1883.80	c      1884              4           3        20         424.0000         203.6766    108.17%
36757.05/1889.14	c      1889              4           3        20         424.0000         203.6766    108.17%
36856.11/1894.16	c      1894              4           3        20         424.0000         203.6766    108.17%
36958.97/1899.39	c      1899              4           3        20         424.0000         203.6766    108.17%
37060.28/1904.46	c      1904              4           3        20         424.0000         203.6766    108.17%
37161.58/1909.55	c      1910              4           3        20         424.0000         203.6766    108.17%
37262.90/1914.69	c      1915              5           4        20         424.0000         203.6766    108.17%
37368.19/1919.95	c      1920              5           4        20         424.0000         203.6766    108.17%
37469.50/1925.06	c      1925              5           4        20         424.0000         203.6766    108.17%
37573.50/1930.27	c      1930              5           4        20         424.0000         203.6766    108.17%
37680.08/1935.61	c      1936              5           4        20         424.0000         203.6766    108.17%
37781.40/1940.73	c      1941              5           4        20         424.0000         203.6766    108.17%
37880.82/1945.74	c      1946              5           4        20         424.0000         203.6766    108.17%
37983.88/1950.95	c      1951              5           4        20         424.0000         203.6766    108.17%
38085.07/1956.02	c      1956              6           5        20         424.0000         203.6766    108.17%
38192.00/1961.48	c      1961              6           5        20         424.0000         203.6766    108.17%
38295.25/1966.61	c      1967              6           5        20         424.0000         203.6766    108.17%
38396.31/1971.73	c      1972              6           5        20         424.0000         203.6766    108.17%
38497.55/1976.82	c      1977              6           5        20         424.0000         203.6766    108.17%
38608.66/1982.48	c      1982              6           5        20         424.0000         203.6766    108.17%
38709.89/1987.57	c      1988              6           5        20         424.0000         203.6766    108.17%
38815.18/1992.83	c      1993              6           5        20         424.0000         203.6766    108.17%
38916.39/1997.90	c      1998              7           6        20         424.0000         203.6766    108.17%
39022.20/2003.28	c      2003              7           6        20         424.0000         203.6766    108.17%
39128.50/2008.66	c      2009              7           6        20         424.0000         203.6766    108.17%
39227.84/2013.67	c      2014              7           6        20         424.0000         203.6766    108.17%
39331.14/2018.85	c      2019              7           6        20         424.0000         203.6766    108.17%
39432.29/2023.94	c      2024              7           6        20         424.0000         203.6766    108.17%
39533.50/2029.07	c      2029              7           6        20         424.0000         203.6766    108.17%
39635.24/2034.14	c      2034              7           6        20         424.0000         203.6766    108.17%
39740.00/2039.48	c      2039              7           6        20         424.0000         203.6766    108.17%
39843.15/2044.69	c      2045              7           6        20         424.0000         203.6766    108.17%
39946.36/2049.86	c      2050              7           6        20         424.0000         203.6766    108.17%
40047.63/2054.92	c      2055              7           6        20         424.0000         203.6766    108.17%
40148.92/2060.00	c      2060              7           6        20         424.0000         203.6766    108.17%
40248.13/2065.10	c      2065              7           6        20         424.0000         203.6766    108.17%
40347.43/2070.10	c      2070              8           7        20         424.0000         203.6766    108.17%
40456.47/2075.59	c      2076              8           7        20         424.0000         203.6766    108.17%
40561.70/2080.88	c      2081              8           7        20         424.0000         203.6766    108.17%
40663.02/2085.96	c      2086              8           7        20         424.0000         203.6766    108.17%
40769.14/2091.25	c      2091              8           7        20         424.0000         203.6766    108.17%
40875.29/2096.66	c      2097              8           7        20         424.0000         203.6766    108.17%
40980.52/2101.91	c      2102              8           7        20         424.0000         203.6766    108.17%
41079.88/2106.92	c      2107              8           7        20         424.0000         203.6766    108.17%
41153.86/2110.74	c *    2111              8           7        20         417.0000         203.6766    104.74%
41183.93/2112.29	c      2112              8           7        20         417.0000         203.6766    104.74%
41292.37/2117.73	c      2118              9           8        20         417.0000         203.6766    104.74%
41403.52/2123.31	c      2123              9           8        20         417.0000         203.6766    104.74%
41506.73/2128.52	c      2129              9           8        20         417.0000         203.6766    104.74%
41607.98/2133.64	c      2134              9           8        20         417.0000         203.6766    104.74%
41715.12/2139.00	c      2139              9           8        20         417.0000         203.6766    104.74%
41817.09/2144.19	c      2144              9           8        20         417.0000         203.6766    104.74%
41897.20/2148.26	c *    2148              9           8        20         416.0000         203.6766    104.25%
41920.42/2149.46	c      2149             10           9        20         416.0000         203.6766    104.25%
42021.73/2154.58	c      2155             10           9        20         416.0000         203.6766    104.25%
42122.83/2159.66	c      2160             10           9        20         416.0000         203.6766    104.25%
42221.04/2164.67	c      2165             10           9        20         416.0000         203.6766    104.25%
42320.37/2169.69	c      2170             10           9        20         416.0000         203.6766    104.25%
42421.69/2174.76	c      2175             10           9        20         416.0000         203.6766    104.25%
42524.93/2179.99	c      2180             10           9        20         416.0000         203.6766    104.25%
42631.02/2185.25	c      2185             10           9        20         416.0000         203.6766    104.25%
42739.41/2190.73	c      2191             10           9        20         416.0000         203.6766    104.25%
42839.21/2195.82	c      2196             11          10        20         416.0000         203.6766    104.25%
42947.03/2201.23	c      2201             11          10        20         416.0000         203.6766    104.25%
43054.43/2206.78	c      2207             11          10        20         416.0000         203.6766    104.25%
43165.55/2212.38	c      2212             11          10        20         416.0000         203.6766    104.25%
43268.84/2217.52	c      2218             11          10        20         416.0000         203.6766    104.25%
43369.42/2222.63	c      2223             11          10        20         416.0000         203.6766    104.25%
43472.70/2227.84	c      2228             11          10        20         416.0000         203.6766    104.25%
43572.00/2232.88	c      2233             11          10        20         416.0000         203.6766    104.25%
43673.25/2237.93	c      2238             11          10        20         416.0000         203.6766    104.25%
43774.57/2243.09	c      2243             11          10        20         416.0000         203.6766    104.25%
43877.35/2248.27	c      2248             11          10        20         416.0000         203.6766    104.25%
43979.92/2253.42	c      2253             11          10        20         416.0000         203.6766    104.25%
44085.21/2258.72	c      2259             11          10        20         416.0000         203.6766    104.25%
44184.47/2263.77	c      2264             11          10        20         416.0000         203.6766    104.25%
44291.15/2269.21	c      2269             11          10        20         416.0000         203.6766    104.25%
44397.69/2274.58	c      2275             11          10        20         416.0000         203.6766    104.25%
44498.96/2279.69	c      2280             11          10        20         416.0000         203.6766    104.25%
44600.25/2284.73	c      2285             11          10        20         416.0000         203.6766    104.25%
44701.41/2289.87	c      2290             11          10        20         416.0000         203.6766    104.25%
44811.15/2295.43	c      2295             11          10        20         416.0000         203.6766    104.25%
44912.43/2300.60	c      2301             11          10        20         416.0000         203.6766    104.25%
45017.67/2305.80	c      2306             11          10        20         416.0000         203.6766    104.25%
45120.92/2311.11	c      2311             11          10        20         416.0000         203.6766    104.25%
45225.15/2316.35	c      2316             11          10        20         416.0000         203.6766    104.25%
45324.46/2321.35	c      2321             11          10        20         416.0000         203.6766    104.25%
45425.74/2326.41	c      2326             11          10        20         416.0000         203.6766    104.25%
45524.96/2331.42	c      2331             11          10        20         416.0000         203.6766    104.25%
45626.23/2336.58	c      2337             11          10        20         416.0000         203.6766    104.25%
45726.75/2341.70	c      2342             11          10        20         416.0000         203.6766    104.25%
45828.05/2346.74	c      2347             11          10        20         416.0000         203.6766    104.25%
45926.83/2351.79	c      2352             11          10        20         416.0000         203.6766    104.25%
46031.00/2357.05	c      2357             11          10        20         416.0000         203.6766    104.25%
46132.22/2362.17	c      2362             11          10        20         416.0000         203.6766    104.25%
46231.52/2367.19	c      2367             11          10        20         416.0000         203.6766    104.25%
46334.05/2372.33	c      2372             11          10        20         416.0000         203.6766    104.25%
46449.69/2378.23	c      2378             11          10        20         416.0000         203.6766    104.25%
46559.12/2383.73	c      2384             11          10        20         416.0000         203.6766    104.25%
46662.99/2389.11	c      2389             11          10        20         416.0000         203.6766    104.25%
46764.78/2394.14	c      2394             11          10        20         416.0000         203.6766    104.25%
46864.12/2399.22	c      2399             11          10        20         416.0000         203.6766    104.25%
46961.98/2404.22	c      2404             11          10        20         416.0000         203.6766    104.25%
47062.89/2409.24	c      2409             11          10        20         416.0000         203.6766    104.25%
47162.50/2414.36	c      2414             11          10        20         416.0000         203.6766    104.25%
47262.24/2419.44	c      2419             11          10        20         416.0000         203.6766    104.25%
47364.47/2424.67	c      2425             11          10        20         416.0000         203.6766    104.25%
47466.37/2429.81	c      2430             11          10        20         416.0000         203.6766    104.25%
47564.96/2434.93	c      2435             11          10        20         416.0000         203.6766    104.25%
47664.88/2440.11	c      2440             11          10        20         416.0000         203.6766    104.25%
47766.84/2445.20	c      2445             11          10        20         416.0000         203.6766    104.25%
47871.48/2450.56	c      2451             11          10        20         416.0000         203.6766    104.25%
47974.37/2455.83	c      2456             11          10        20         416.0000         203.6766    104.25%
48080.16/2461.26	c      2461             11          10        20         416.0000         203.6766    104.25%
48179.50/2466.34	c      2466             11          10        20         416.0000         203.6766    104.25%
48278.83/2471.49	c      2472             11          10        20         416.0000         203.6766    104.25%
48384.78/2476.97	c      2477             11          10        20         416.0000         203.6766    104.25%
48485.10/2482.07	c      2482             11          10        20         416.0000         203.6766    104.25%
48601.33/2487.91	c      2488             11          10        20         416.0000         203.6766    104.25%
48701.82/2493.05	c      2493             11          10        20         416.0000         203.6766    104.25%
48801.81/2498.16	c      2498             11          10        20         416.0000         203.6766    104.25%
48901.66/2503.24	c      2503             11          10        20         416.0000         203.6766    104.25%
49009.08/2508.70	c      2509             11          10        20         416.0000         203.6766    104.25%
49106.20/2513.77	c      2514             11          10        20         416.0000         203.6766    104.25%
49207.48/2518.88	c      2519             11          10        20         416.0000         203.6766    104.25%
49306.38/2523.94	c      2524             11          10        20         416.0000         203.6766    104.25%
49405.50/2529.05	c      2529             11          10        20         416.0000         203.6766    104.25%
49509.83/2534.31	c      2534             11          10        20         416.0000         203.6766    104.25%
49614.26/2539.68	c      2540             11          10        20         416.0000         203.6766    104.25%
49714.03/2544.74	c      2545             11          10        20         416.0000         203.6766    104.25%
49815.34/2549.91	c      2550             11          10        20         416.0000         203.6766    104.25%
49922.47/2555.35	c      2555             11          10        20         416.0000         203.6766    104.25%
50019.09/2560.37	c      2560             11          10        20         416.0000         203.6766    104.25%
50121.08/2565.51	c      2566             11          10        20         416.0000         203.6766    104.25%
50228.83/2571.10	c      2571             11          10        20         416.0000         203.6766    104.25%
50326.13/2576.12	c      2576             11          10        20         416.0000         203.6766    104.25%
50427.13/2581.16	c      2581             11          10        20         416.0000         203.6766    104.25%
50530.10/2586.41	c      2586             11          10        20         416.0000         203.6766    104.25%
50633.50/2591.73	c      2592             11          10        20         416.0000         203.6766    104.25%
50737.33/2597.04	c      2597             11          10        20         416.0000         203.6766    104.25%
50841.12/2602.27	c      2602             11          10        20         416.0000         203.6766    104.25%
50940.92/2607.44	c      2607             11          10        20         416.0000         203.6766    104.25%
51039.88/2612.50	c      2613             11          10        20         416.0000         203.6766    104.25%
51149.05/2618.00	c      2618             11          10        20         416.0000         203.6766    104.25%
51251.60/2623.26	c      2623             11          10        20         416.0000         203.6766    104.25%
51351.64/2628.36	c      2628             11          10        20         416.0000         203.6766    104.25%
51453.85/2633.53	c      2634             11          10        20         416.0000         203.6766    104.25%
51552.38/2638.59	c      2639             11          10        20         416.0000         203.6766    104.25%
51652.74/2643.68	c      2644             11          10        20         416.0000         203.6766    104.25%
51752.69/2648.78	c      2649             11          10        20         416.0000         203.6766    104.25%
51851.12/2653.84	c      2654             12          11        20         416.0000         203.6766    104.25%
51960.57/2659.43	c      2659             12          11        20         416.0000         203.6766    104.25%
52071.31/2665.06	c      2665             12          11        20         416.0000         203.6766    104.25%
52172.23/2670.13	c      2670             12          11        20         416.0000         203.6766    104.25%
52271.55/2675.23	c      2675             12          11        20         416.0000         203.6766    104.25%
52369.85/2680.36	c      2680             12          11        20         416.0000         203.6766    104.25%
52469.16/2685.37	c      2685             12          11        20         416.0000         203.6766    104.25%
52574.60/2690.75	c      2691             12          11        20         416.0000         203.6766    104.25%
52672.92/2695.85	c      2696             12          11        20         416.0000         203.6766    104.25%
52778.21/2701.26	c      2701             12          11        20         416.0000         203.6766    104.25%
52882.03/2706.58	c      2707             12          11        20         416.0000         203.6766    104.25%
52986.23/2711.87	c      2712             12          11        20         416.0000         203.6766    104.25%
53087.02/2716.97	c      2717             12          11        20         416.0000         203.6766    104.25%
53187.29/2722.13	c      2722             13          12        20         416.0000         203.6766    104.25%
53287.75/2727.26	c      2727             13          12        20         416.0000         203.6766    104.25%
53388.11/2732.31	c      2732             13          12        20         416.0000         203.6766    104.25%
53493.62/2737.77	c      2738             13          12        20         416.0000         203.6766    104.25%
53595.40/2743.03	c      2743             13          12        20         416.0000         203.6766    104.25%
53692.54/2748.10	c      2748             13          12        20         416.0000         203.6766    104.25%
53795.32/2753.27	c      2753             14          13        20         416.0000         203.6766    104.25%
53905.00/2758.82	c      2759             14          13        20         416.0000         203.6766    104.25%
54003.40/2763.96	c      2764             14          13        20         416.0000         203.6766    104.25%
54104.35/2769.07	c      2769             14          13        20         416.0000         203.6766    104.25%
54210.49/2774.60	c      2775             14          13        20         416.0000         203.6766    104.25%
54316.41/2780.10	c      2780             14          13        20         416.0000         203.6766    104.25%
54414.61/2785.11	c      2785             14          13        20         416.0000         203.6766    104.25%
54519.98/2790.46	c      2790             14          13        20         416.0000         203.6766    104.25%
54618.05/2795.58	c      2796             14          13        20         416.0000         203.6766    104.25%
54718.59/2800.66	c      2801             14          13        20         416.0000         203.6766    104.25%
54821.47/2805.86	c      2806             14          13        20         416.0000         203.6766    104.25%
54920.30/2810.98	c      2811             16          15        20         416.0000         203.6944    104.23%
55020.04/2816.05	c      2816             16          15        20         416.0000         203.6944    104.23%
55115.93/2821.08	c      2821             16          15        20         416.0000         203.6944    104.23%
55218.27/2826.25	c      2826             16          15        20         416.0000         203.6944    104.23%
55316.08/2831.27	c      2831             16          15        20         416.0000         203.6944    104.23%
55416.61/2836.30	c      2836             16          15        20         416.0000         203.6944    104.23%
55516.36/2841.42	c      2841             16          15        20         416.0000         203.6944    104.23%
55615.27/2846.57	c      2847             17          16        20         416.0000         203.6944    104.23%
55716.21/2851.63	c      2852             16          15        20         416.0000         204.0031    103.92%
55812.94/2856.66	c      2857             16          15        20         416.0000         204.0031    103.92%
55915.84/2861.93	c      2862             16          15        20         416.0000         204.0031    103.92%
56020.16/2867.37	c      2867             16          15        20         416.0000         204.0031    103.92%
56122.21/2872.52	c      2873             16          15        20         416.0000         204.0031    103.92%
56227.72/2877.97	c      2878             16          15        20         416.0000         204.0031    103.92%
56327.39/2883.01	c      2883             16          15        20         416.0000         204.0031    103.92%
56432.52/2888.30	c      2888             17          16        20         416.0000         204.0031    103.92%
56529.82/2893.49	c      2894             17          16        20         416.0000         204.0031    103.92%
56634.62/2898.74	c      2899             17          16        20         416.0000         204.0031    103.92%
56737.13/2904.02	c      2904             17          16        20         416.0000         204.0031    103.92%
56835.43/2909.07	c      2909             20          19        20         416.0000         204.0031    103.92%
56937.79/2914.31	c      2914             23          22        20         416.0000         204.0031    103.92%
57042.96/2919.69	c      2920             23          22        20         416.0000         204.0031    103.92%
57141.00/2924.69	c      2925             23          22        20         416.0000         204.0031    103.92%
57240.43/2929.73	c      2930             23          22        20         416.0000         204.0031    103.92%
57341.65/2934.85	c      2935             23          22        20         416.0000         204.0031    103.92%
57443.32/2940.19	c      2940             23          22        20         416.0000         204.0031    103.92%
57547.56/2945.45	c      2945             23          22        20         416.0000         204.0031    103.92%
57643.15/2950.49	c      2950             23          22        20         416.0000         204.0031    103.92%
57753.99/2956.09	c      2956             23          22        20         416.0000         204.0031    103.92%
57861.78/2961.62	c      2962             23          22        20         416.0000         204.0031    103.92%
57968.97/2967.04	c      2967             23          22        20         416.0000         204.0031    103.92%
58075.37/2972.60	c      2973             23          22        20         416.0000         204.0031    103.92%
58188.68/2978.25	c      2978             23          22        20         416.0000         204.0031    103.92%
58290.50/2983.57	c      2984             23          22        20         416.0000         204.0031    103.92%
58397.73/2988.99	c      2989             23          22        20         416.0000         204.0031    103.92%
58498.88/2994.22	c      2994             23          22        20         416.0000         204.0031    103.92%
58606.26/2999.61	c      3000             23          22        20         416.0000         204.0031    103.92%
58705.35/3004.61	c      3005             23          22        20         416.0000         204.0031    103.92%
58807.03/3009.85	c      3010             23          22        20         416.0000         204.0031    103.92%
58906.57/3014.92	c      3015             23          22        20         416.0000         204.0031    103.92%
59008.32/3020.18	c      3020             23          22        20         416.0000         204.0031    103.92%
59111.61/3025.48	c      3025             23          22        20         416.0000         204.0031    103.92%
59214.60/3030.73	c      3031             23          22        20         416.0000         204.0031    103.92%
59317.82/3035.99	c      3036             23          22        20         416.0000         204.0031    103.92%
59417.74/3041.09	c      3041             23          22        20         416.0000         204.0031    103.92%
59518.62/3046.18	c      3046             23          22        20         416.0000         204.0031    103.92%
59619.60/3051.27	c      3051             23          22        20         416.0000         204.0031    103.92%
59718.66/3056.39	c      3056             23          22        20         416.0000         204.0031    103.92%
59818.13/3061.45	c      3061             23          22        20         416.0000         204.0031    103.92%
59924.24/3066.85	c      3067             23          22        20         416.0000         204.0031    103.92%
60027.42/3072.10	c      3072             23          22        20         416.0000         204.0031    103.92%
60132.23/3077.49	c      3077             23          22        20         416.0000         204.0031    103.92%
60236.81/3082.76	c      3083             23          22        20         416.0000         204.0031    103.92%
60339.03/3087.98	c      3088             23          22        20         416.0000         204.0031    103.92%
60438.47/3093.01	c      3093             23          22        20         416.0000         204.0031    103.92%
60542.53/3098.32	c      3098             23          22        20         416.0000         204.0031    103.92%
60648.38/3103.84	c      3104             23          22        20         416.0000         204.0031    103.92%
60749.35/3108.93	c      3109             23          22        20         416.0000         204.0031    103.92%
60856.58/3114.33	c      3114             23          22        20         416.0000         204.0031    103.92%
60957.86/3119.40	c      3119             23          22        20         416.0000         204.0031    103.92%
61059.13/3124.51	c      3125             23          22        20         416.0000         204.0031    103.92%
61161.06/3129.76	c      3130             23          22        20         416.0000         204.0031    103.92%
61269.97/3135.26	c      3135             23          22        20         416.0000         204.0031    103.92%
61372.55/3140.40	c      3140             23          22        20         416.0000         204.0031    103.92%
61471.83/3145.45	c      3145             23          22        20         416.0000         204.0031    103.92%
61577.09/3150.75	c      3151             23          22        20         416.0000         204.0031    103.92%
61676.37/3155.80	c      3156             23          22        20         416.0000         204.0031    103.92%
61777.64/3160.81	c      3161             23          22        20         416.0000         204.0031    103.92%
61880.89/3166.09	c      3166             23          22        20         416.0000         204.0031    103.92%
61986.08/3171.39	c      3171             23          22        20         416.0000         204.0031    103.92%
62089.34/3176.51	c      3177             23          22        20         416.0000         204.0031    103.92%
62192.60/3181.79	c      3182             23          22        20         416.0000         204.0031    103.92%
62295.84/3186.95	c      3187             23          22        20         416.0000         204.0031    103.92%
62401.75/3192.28	c      3192             23          22        20         416.0000         204.0031    103.92%
62502.26/3197.31	c      3197             23          22        20         416.0000         204.0031    103.92%
62607.94/3202.70	c      3203             23          22        20         416.0000         204.0031    103.92%
62713.16/3208.00	c      3208             23          22        20         416.0000         204.0031    103.92%
62824.24/3213.63	c      3214             23          22        20         416.0000         204.0031    103.92%
62925.49/3218.77	c      3219             23          22        20         416.0000         204.0031    103.92%
63028.74/3223.95	c      3224             23          22        20         416.0000         204.0031    103.92%
63133.39/3229.29	c      3229             23          22        20         416.0000         204.0031    103.92%
63237.90/3234.55	c      3235             23          22        20         416.0000         204.0031    103.92%
63341.14/3239.72	c      3240             23          22        20         416.0000         204.0031    103.92%
63444.38/3244.92	c      3245             23          22        20         416.0000         204.0031    103.92%
63543.66/3249.94	c      3250             23          22        20         416.0000         204.0031    103.92%
63642.94/3254.95	c      3255             23          22        20         416.0000         204.0031    103.92%
63742.22/3259.98	c      3260             25          24        20         416.0000         204.0031    103.92%
63849.42/3265.33	c      3265             26          25        20         416.0000         204.0031    103.92%
63950.69/3270.40	c      3270             28          27        20         416.0000         204.0031    103.92%
64049.97/3275.42	c      3275             30          29        20         416.0000         204.0031    103.92%
64149.24/3280.44	c      3280             32          31        20         416.0000         204.0031    103.92%
64256.46/3285.90	c      3286             35          34        20         416.0000         204.0031    103.92%
64357.72/3290.97	c      3291             36          35        20         416.0000         204.0031    103.92%
64461.70/3296.14	c      3296             36          35        20         416.0000         204.0031    103.92%
64560.95/3301.23	c      3301             36          35        20         416.0000         204.0031    103.92%
64663.47/3306.33	c      3306             36          35        20         416.0000         204.0031    103.92%
64770.71/3311.79	c      3312             36          35        20         416.0000         204.0031    103.92%
64871.96/3316.82	c      3317             36          35        20         416.0000         204.0031    103.92%
64973.22/3321.97	c      3322             36          35        20         416.0000         204.0031    103.92%
65074.47/3327.12	c      3327             36          35        20         416.0000         204.0031    103.92%
65181.59/3332.44	c      3332             36          35        20         416.0000         204.0031    103.92%
65282.77/3337.56	c      3338             36          35        20         416.0000         204.0031    103.92%
65384.04/3342.68	c      3343             36          35        20         416.0000         204.0031    103.92%
65487.28/3347.81	c      3348             36          35        20         416.0000         204.0031    103.92%
65593.21/3353.15	c      3353             36          35        20         416.0000         204.0031    103.92%
65690.70/3358.16	c      3358             36          35        20         416.0000         204.0031    103.92%
65793.37/3363.32	c      3363             36          35        20         416.0000         204.0031    103.92%
65900.48/3368.71	c      3369             36          35        20         416.0000         204.0031    103.92%
66001.68/3373.81	c      3374             36          35        20         416.0000         204.0031    103.92%
66102.91/3378.94	c      3379             36          35        20         416.0000         204.0031    103.92%
66202.19/3383.96	c      3384             36          35        20         416.0000         204.0031    103.92%
66310.04/3389.41	c      3389             36          35        20         416.0000         204.0031    103.92%
66376.53/3392.88	c *    3393             36          35        20         407.0000         204.0031     99.51%
66409.54/3394.59	c      3395             36          35        20         407.0000         204.0031     99.51%
66508.04/3399.56	c *    3400             36          35        20         388.0000         204.0031     90.19%
66513.59/3399.80	c      3400             36          35        20         388.0000         204.0031     90.19%
66612.75/3404.86	c      3405             36          35        20         388.0000         204.0031     90.19%
66720.70/3410.24	c      3410             36          35        20         388.0000         204.0031     90.19%
66820.98/3415.38	c      3415             36          35        20         388.0000         204.0031     90.19%
66921.65/3420.44	c      3420             36          35        20         388.0000         204.0031     90.19%
67024.87/3425.63	c      3426             36          35        20         388.0000         204.0031     90.19%
67124.89/3430.73	c      3431             36          35        20         388.0000         204.0031     90.19%
67236.01/3436.35	c      3436             36          35        20         388.0000         204.0031     90.19%
67337.23/3441.40	c      3441             36          35        20         388.0000         204.0031     90.19%
67442.46/3446.74	c      3447             36          35        20         388.0000         204.0031     90.19%
67543.71/3451.81	c      3452             36          35        20         388.0000         204.0031     90.19%
67644.80/3456.94	c      3457             36          35        20         388.0000         204.0031     90.19%
67743.85/3461.96	c      3462             36          35        20         388.0000         204.0031     90.19%
67846.42/3467.17	c      3467             36          35        20         388.0000         204.0031     90.19%
67950.71/3472.40	c      3472             36          35        20         388.0000         204.0031     90.19%
68053.91/3477.69	c      3478             36          35        20         388.0000         204.0031     90.19%
68161.11/3483.05	c      3483             36          35        20         388.0000         204.0031     90.19%
68260.35/3488.08	c      3488             36          35        20         388.0000         204.0031     90.19%
68364.38/3493.33	c      3493             36          35        20         388.0000         204.0031     90.19%
68463.46/3498.34	c      3498             36          35        20         388.0000         204.0031     90.19%
68565.66/3503.57	c      3504             36          35        20         388.0000         204.0031     90.19%
68668.85/3508.79	c      3509             36          35        20         388.0000         204.0031     90.19%
68776.77/3514.23	c      3514             36          35        20         388.0000         204.0031     90.19%
68877.98/3519.28	c      3519             36          35        20         388.0000         204.0031     90.19%
68977.23/3524.30	c      3524             36          35        20         388.0000         204.0031     90.19%
69076.48/3529.34	c      3529             36          35        20         388.0000         204.0031     90.19%
69177.53/3534.47	c      3534             36          35        20         388.0000         204.0031     90.19%
69282.66/3539.74	c      3540             36          35        20         388.0000         204.0031     90.19%
69385.86/3544.92	c      3545             36          35        20         388.0000         204.0031     90.19%
69489.58/3550.21	c      3550             36          35        20         388.0000         204.0031     90.19%
69589.65/3555.28	c      3555             36          35        20         388.0000         204.0031     90.19%
69692.77/3560.54	c      3561             36          35        20         388.0000         204.0031     90.19%
69795.97/3565.76	c      3566             36          35        20         388.0000         204.0031     90.19%
69895.22/3570.77	c      3571             36          35        20         388.0000         204.0031     90.19%
70003.12/3576.19	c      3576             36          35        20         388.0000         204.0031     90.19%
70105.59/3581.36	c      3581             36          35        20         388.0000         204.0031     90.19%
70209.70/3586.68	c      3587             36          35        20         388.0000         204.0031     90.19%
70310.90/3591.71	c      3592             36          35        20         388.0000         204.0031     90.19%
70418.65/3597.20	c      3597             36          35        20         388.0000         204.0031     90.19%
70519.90/3602.26	c      3602             36          35        20         388.0000         204.0031     90.19%
70622.23/3607.45	c      3607             36          35        20         388.0000         204.0031     90.19%
70723.43/3612.54	c      3613             36          35        20         388.0000         204.0031     90.19%
70824.66/3617.62	c      3618             36          35        20         388.0000         204.0031     90.19%
70925.77/3622.73	c      3623             36          35        20         388.0000         204.0031     90.19%
71030.88/3628.04	c      3628             36          35        20         388.0000         204.0031     90.19%
71130.11/3633.09	c      3633             36          35        20         388.0000         204.0031     90.19%
71235.25/3638.39	c      3638             36          35        20         388.0000         204.0031     90.19%
71336.46/3643.42	c      3643             36          35        20         388.0000         204.0031     90.19%
71435.66/3648.47	c      3648             36          35        20         388.0000         204.0031     90.19%
71536.86/3653.54	c      3654             36          35        20         388.0000         204.0031     90.19%
71653.91/3659.46	c      3659             36          35        20         388.0000         204.0031     90.19%
71753.12/3664.49	c      3664             36          35        20         388.0000         204.0031     90.19%
71854.30/3669.59	c      3670             36          35        20         388.0000         204.0031     90.19%
71955.41/3674.69	c      3675             36          35        20         388.0000         204.0031     90.19%

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: 191633 MiB (173909 MiB free)
  memory of node 1: 193531 MiB (168237 MiB free)
  memory of node 2: 193531 MiB (186879 MiB free)
  memory of node 3: 193531 MiB (180649 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-4465217-1723592278/watcher-4465217-1723592278 -o /tmp/evaluation-result-4465217-1723592278/solver-4465217-1723592278 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710604 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465217-1723592278.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100107 s]*
/proc/loadavg: 14.50 20.48 38.93 5/864 710665
/proc/meminfo: memFree=726543040/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=76280 memory=63996 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 13931 0 0 0 10 2 0 0 20 0 1 0 125814636 78110720 15999 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 19070 15999 2347 3035 0 15466 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 76280 KiB
Current children cumulated memory: 63996 KiB

[startup+0.22407 s]*
/proc/loadavg: 13.66 20.20 38.74 5/864 710665
/proc/meminfo: memFree=726365728/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=120136 memory=107840 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 24877 0 0 0 20 3 0 0 20 0 1 0 125814636 123019264 26960 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 30034 26960 2347 3035 0 26430 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 120136 KiB
Current children cumulated memory: 107840 KiB

[startup+0.324078 s]*
/proc/loadavg: 13.66 20.20 38.74 5/864 710665
/proc/meminfo: memFree=726226408/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=155888 memory=143544 CPUtime=0.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 33269 0 0 0 29 5 0 0 20 0 1 0 125814636 159629312 35886 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 38972 35886 2347 3035 0 35368 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 155888 KiB
Current children cumulated memory: 143544 KiB

[startup+0.700251 s]
/proc/loadavg: 13.66 20.20 38.74 5/864 710665
/proc/meminfo: memFree=725948512/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=278028 memory=265168 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 61660 0 0 0 60 9 0 0 20 0 1 0 125814636 284700672 66292 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 69507 66292 2347 3035 0 65903 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 278028 KiB
Current children cumulated memory: 265168 KiB

[startup+1.5003 s]
/proc/loadavg: 13.66 20.20 38.74 5/864 710665
/proc/meminfo: memFree=725225384/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=685696 memory=671400 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 154864 0 0 0 125 24 0 0 20 0 1 0 125814636 702152704 167850 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 171424 167850 2555 3035 0 167820 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 685696 KiB
Current children cumulated memory: 671400 KiB

[startup+3.12481 s]
/proc/loadavg: 13.66 20.20 38.74 5/864 710665
/proc/meminfo: memFree=723415980/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=845120 memory=831072 CPUtime=3.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 194732 0 0 0 280 31 0 0 20 0 1 0 125814636 865402880 207768 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 211280 207768 2614 3035 0 207676 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831072 KiB

[startup+6.30029 s]
/proc/loadavg: 12.88 19.93 38.56 5/864 710667
/proc/meminfo: memFree=721829948/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=1247268 memory=1228628 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 227380 0 0 0 581 46 0 0 20 0 1 0 125814636 1277202432 307157 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 311817 307157 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1228628 KiB

[startup+12.7003 s]
/proc/loadavg: 12.17 19.67 38.37 5/864 710667
/proc/meminfo: memFree=721796300/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=1256892 memory=1237712 CPUtime=12.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) R 710639 710646 710592 0 -1 4194304 285732 0 0 0 1209 56 0 0 20 0 1 0 125814636 1287057408 309428 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 314223 309428 2726 3035 0 310619 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1237712 KiB

[startup+25.5005 s]
/proc/loadavg: 10.92 19.15 38.00 5/944 710751
/proc/meminfo: memFree=709326616/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=6177896 memory=4532328 CPUtime=25.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) S 710639 710646 710592 0 -1 1077936128 765988 0 0 0 2384 157 0 0 20 0 21 0 125814636 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 1544474 1133082 2774 3035 0 1237559 0
[pid=710646/tid=710709] ppid=710639 vsize=6177896 memory=279803832268720 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710709/stat : 710709 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710710] ppid=710639 vsize=6177896 memory=8547996554154845303 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710710/stat : 710710 (fscip) S 710639 710646 710592 0 -1 1077936192 77164 0 0 0 53 12 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710711] ppid=710639 vsize=6177896 memory=16108 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710711/stat : 710711 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710712] ppid=710639 vsize=6177896 memory=2268 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710712/stat : 710712 (fscip) S 710639 710646 710592 0 -1 1077936192 77164 0 0 0 56 10 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710713] ppid=710639 vsize=6177896 memory=35008 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710713/stat : 710713 (fscip) S 710639 710646 710592 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710714] ppid=710639 vsize=6177896 memory=74209 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710714/stat : 710714 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710715] ppid=710639 vsize=6177896 memory=2841644 CPUtime=0.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710715/stat : 710715 (fscip) R 710639 710646 710592 0 -1 4194368 74898 0 0 0 52 11 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710716] ppid=710639 vsize=6177896 memory=11424 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710716/stat : 710716 (fscip) S 710639 710646 710592 0 -1 1077936192 77165 0 0 0 54 12 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710717] ppid=710639 vsize=6177896 memory=35008 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710717/stat : 710717 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710718] ppid=710639 vsize=6177896 memory=211359703248 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710718/stat : 710718 (fscip) S 710639 710646 710592 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710719] ppid=710639 vsize=6177896 memory=279803832374528 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710719/stat : 710719 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710720] ppid=710639 vsize=6177896 memory=5432 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710720/stat : 710720 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710721] ppid=710639 vsize=6177896 memory=68 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710721/stat : 710721 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710722] ppid=710639 vsize=6177896 memory=38468 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710722/stat : 710722 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710723] ppid=710639 vsize=6177896 memory=2152 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710723/stat : 710723 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710724] ppid=710639 vsize=6177896 memory=279803832247968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710724/stat : 710724 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710725] ppid=710639 vsize=6177896 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710725/stat : 710725 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710726] ppid=710639 vsize=6177896 memory=28356 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710726/stat : 710726 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710727] ppid=710639 vsize=6177896 memory=31860 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710727/stat : 710727 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710728] ppid=710639 vsize=6177896 memory=16108 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710728/stat : 710728 (fscip) S 710639 710646 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125816763 6326165504 1133082 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 6177896 KiB
Current children cumulated memory: 4532328 KiB

[startup+51.1554 s]
/proc/loadavg: 26.28 21.74 38.24 81/1024 710834
/proc/meminfo: memFree=576234856/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=39830712 memory=37556484 CPUtime=339.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) S 710639 710646 710592 0 -1 1077936128 8002209 0 0 0 32220 1723 0 0 20 0 41 0 125814636 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 9957678 9389121 2790 3035 0 9596140 0
[pid=710646/tid=710709] ppid=710639 vsize=39830712 memory=5432 CPUtime=15.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710709/stat : 710709 (fscip) R 710639 710646 710592 0 -1 4194368 234482 0 0 0 1521 58 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710710] ppid=710639 vsize=39830712 memory=21734868 CPUtime=15.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710710/stat : 710710 (fscip) R 710639 710646 710592 0 -1 4194368 439317 0 0 0 1490 89 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710711] ppid=710639 vsize=39830712 memory=-6513450177945320291 CPUtime=15.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710711/stat : 710711 (fscip) R 710639 710646 710592 0 -1 4194368 479541 0 0 0 1480 101 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710712] ppid=710639 vsize=39830712 memory=37556484 CPUtime=15.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710712/stat : 710712 (fscip) R 710639 710646 710592 0 -1 4194368 223336 0 0 0 1545 53 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710713] ppid=710639 vsize=39830712 memory=11424 CPUtime=15.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710713/stat : 710713 (fscip) R 710639 710646 710592 0 -1 4194368 458847 0 0 0 1487 94 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710714] ppid=710639 vsize=39830712 memory=35008 CPUtime=15.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710714/stat : 710714 (fscip) R 710639 710646 710592 0 -1 4194368 467794 0 0 0 1488 95 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710715] ppid=710639 vsize=39830712 memory=0 CPUtime=15.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710715/stat : 710715 (fscip) R 710639 710646 710592 0 -1 4194368 233443 0 0 0 1542 55 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710716] ppid=710639 vsize=39830712 memory=0 CPUtime=15.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710716/stat : 710716 (fscip) R 710639 710646 710592 0 -1 4194368 460509 0 0 0 1486 96 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710717] ppid=710639 vsize=39830712 memory=0 CPUtime=15.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710717/stat : 710717 (fscip) R 710639 710646 710592 0 -1 4194368 462278 0 0 0 1490 93 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710718] ppid=710639 vsize=39830712 memory=279803835040928 CPUtime=15.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710718/stat : 710718 (fscip) R 710639 710646 710592 0 -1 4194368 234142 0 0 0 1544 55 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710719] ppid=710639 vsize=39830712 memory=0 CPUtime=15.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710719/stat : 710719 (fscip) R 710639 710646 710592 0 -1 4194368 465655 0 0 0 1489 92 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710720] ppid=710639 vsize=39830712 memory=0 CPUtime=15.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710720/stat : 710720 (fscip) R 710639 710646 710592 0 -1 4194368 459007 0 0 0 1492 92 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710721] ppid=710639 vsize=39830712 memory=279803832915264 CPUtime=15.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710721/stat : 710721 (fscip) R 710639 710646 710592 0 -1 4194368 222315 0 0 0 1544 53 0 0 20 0 41 0 125816763 40786649088 9389121 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0

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

/proc/710646/task/710800/stat : 710800 (fscip) S 710639 710646 710592 0 -1 1077936192 227 0 0 0 1 1 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710801] ppid=710639 vsize=137009576 memory=36248 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710801/stat : 710801 (fscip) S 710639 710646 710592 0 -1 1077936192 222 0 0 0 1 1 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710802] ppid=710639 vsize=137009576 memory=6628 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710802/stat : 710802 (fscip) S 710639 710646 710592 0 -1 1077936192 322 0 0 0 0 3 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710803] ppid=710639 vsize=137009576 memory=20572 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710803/stat : 710803 (fscip) S 710639 710646 710592 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710804] ppid=710639 vsize=137009576 memory=6856 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710804/stat : 710804 (fscip) S 710639 710646 710592 0 -1 1077936192 223 0 0 0 1 1 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710805] ppid=710639 vsize=137009576 memory=6076014922479714403 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710805/stat : 710805 (fscip) S 710639 710646 710592 0 -1 1077936192 295 0 0 0 1 1 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710806] ppid=710639 vsize=137009576 memory=11536 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710806/stat : 710806 (fscip) S 710639 710646 710592 0 -1 1077936192 302 0 0 0 2 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710807] ppid=710639 vsize=137009576 memory=13928 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710807/stat : 710807 (fscip) S 710639 710646 710592 0 -1 1077936192 377 0 0 0 2 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710808] ppid=710639 vsize=137009576 memory=11336 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710808/stat : 710808 (fscip) S 710639 710646 710592 0 -1 1077936192 342 0 0 0 3 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710809] ppid=710639 vsize=137009576 memory=11336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710809/stat : 710809 (fscip) S 710639 710646 710592 0 -1 1077936192 381 0 0 0 2 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710810] ppid=710639 vsize=137009576 memory=11336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710810/stat : 710810 (fscip) S 710639 710646 710592 0 -1 1077936192 292 0 0 0 2 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710811] ppid=710639 vsize=137009576 memory=11336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710811/stat : 710811 (fscip) S 710639 710646 710592 0 -1 1077936192 296 0 0 0 2 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710812] ppid=710639 vsize=137009576 memory=2708 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710812/stat : 710812 (fscip) S 710639 710646 710592 0 -1 1077936192 313 0 0 0 3 0 0 0 20 0 41 0 125818190 140297805824 27014275 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
Current children cumulated CPU time: 71314.6 s
Current children cumulated vsize: 137009576 KiB
Current children cumulated memory: 108057100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3676.9 s]
/proc/loadavg: 81.24 80.66 79.33 81/1021 712759
/proc/meminfo: memFree=288322692/790760800 swapFree=131071996/131071996
[pid=710646] ppid=710639 vsize=137413976 memory=108521496 CPUtime=72001 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/stat : 710646 (fscip) S 710639 710646 710592 0 -1 1077936128 271988019 0 0 0 7162686 37418 0 0 20 0 41 0 125814636 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
/proc/710646/statm: 34353494 27130374 3030 3035 0 33748558 0
[pid=710646/tid=710709] ppid=710639 vsize=137413976 memory=236 CPUtime=3618.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710709/stat : 710709 (fscip) R 710639 710646 710592 0 -1 4194368 6697003 0 0 0 360727 1081 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710710] ppid=710639 vsize=137413976 memory=11822120823029796 CPUtime=3611.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710710/stat : 710710 (fscip) R 710639 710646 710592 0 -1 4194368 17863683 0 0 0 358387 2724 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710711] ppid=710639 vsize=137413976 memory=279803835135808 CPUtime=3576.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710711/stat : 710711 (fscip) R 710639 710646 710592 0 -1 4194368 18047719 0 0 0 355778 1889 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710712] ppid=710639 vsize=137413976 memory=3054376528644586 CPUtime=3614.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710712/stat : 710712 (fscip) R 710639 710646 710592 0 -1 4194368 6519763 0 0 0 360439 1034 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710713] ppid=710639 vsize=137413976 memory=3054376528644330 CPUtime=3608.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710713/stat : 710713 (fscip) R 710639 710646 710592 0 -1 4194368 17182149 0 0 0 357944 2888 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710714] ppid=710639 vsize=137413976 memory=6720669839540632429 CPUtime=3562.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710714/stat : 710714 (fscip) R 710639 710646 710592 0 -1 4194368 17866023 0 0 0 354440 1768 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710715] ppid=710639 vsize=137413976 memory=28496 CPUtime=3615.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710715/stat : 710715 (fscip) R 710639 710646 710592 0 -1 4194368 6533075 0 0 0 360540 1059 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710716] ppid=710639 vsize=137413976 memory=7644 CPUtime=3603.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710716/stat : 710716 (fscip) R 710639 710646 710592 0 -1 4194368 16937477 0 0 0 357545 2849 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710717] ppid=710639 vsize=137413976 memory=26960 CPUtime=3573.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710717/stat : 710717 (fscip) R 710639 710646 710592 0 -1 4194368 17572773 0 0 0 355519 1843 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710718] ppid=710639 vsize=137413976 memory=6720669839540632429 CPUtime=3615.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710718/stat : 710718 (fscip) R 710639 710646 710592 0 -1 4194368 6864292 0 0 0 360430 1077 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710719] ppid=710639 vsize=137413976 memory=10392 CPUtime=3606.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710719/stat : 710719 (fscip) R 710639 710646 710592 0 -1 4194368 15026760 0 0 0 358197 2467 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710720] ppid=710639 vsize=137413976 memory=108489624 CPUtime=3568.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710720/stat : 710720 (fscip) R 710639 710646 710592 0 -1 4194368 19074580 0 0 0 355005 1834 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710721] ppid=710639 vsize=137413976 memory=6720669839540632429 CPUtime=3614.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710721/stat : 710721 (fscip) R 710639 710646 710592 0 -1 4194368 6518220 0 0 0 360398 1053 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710722] ppid=710639 vsize=137413976 memory=2268 CPUtime=3607.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710722/stat : 710722 (fscip) R 710639 710646 710592 0 -1 4194368 16393182 0 0 0 358035 2677 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710723] ppid=710639 vsize=137413976 memory=1996 CPUtime=3576.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710723/stat : 710723 (fscip) R 710639 710646 710592 0 -1 4194368 16770162 0 0 0 355946 1680 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710724] ppid=710639 vsize=137413976 memory=1836 CPUtime=3615.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710724/stat : 710724 (fscip) R 710639 710646 710592 0 -1 4194368 6936964 0 0 0 360390 1138 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710725] ppid=710639 vsize=137413976 memory=38468 CPUtime=3604.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710725/stat : 710725 (fscip) R 710639 710646 710592 0 -1 4194368 17364932 0 0 0 357709 2763 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710726] ppid=710639 vsize=137413976 memory=2152 CPUtime=3567.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710726/stat : 710726 (fscip) R 710639 710646 710592 0 -1 4194368 18258761 0 0 0 355035 1727 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710727] ppid=710639 vsize=137413976 memory=6056 CPUtime=3609.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710727/stat : 710727 (fscip) R 710639 710646 710592 0 -1 4194368 6744191 0 0 0 359867 1087 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710728] ppid=710639 vsize=137413976 memory=104 CPUtime=3607.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710728/stat : 710728 (fscip) R 710639 710646 710592 0 -1 4194368 16418157 0 0 0 358143 2654 0 0 20 0 41 0 125816763 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710793] ppid=710639 vsize=137413976 memory=33100 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710793/stat : 710793 (fscip) S 710639 710646 710592 0 -1 1077936192 240 0 0 0 2 0 0 0 20 0 41 0 125818189 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710794] ppid=710639 vsize=137413976 memory=6720669839540632429 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710794/stat : 710794 (fscip) S 710639 710646 710592 0 -1 1077936192 327 0 0 0 2 0 0 0 20 0 41 0 125818189 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710795] ppid=710639 vsize=137413976 memory=11536 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710795/stat : 710795 (fscip) S 710639 710646 710592 0 -1 1077936192 213 0 0 0 3 0 0 0 20 0 41 0 125818189 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710796] ppid=710639 vsize=137413976 memory=13928 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710796/stat : 710796 (fscip) S 710639 710646 710592 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 125818189 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710797] ppid=710639 vsize=137413976 memory=11336 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710797/stat : 710797 (fscip) S 710639 710646 710592 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 125818189 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710798] ppid=710639 vsize=137413976 memory=11336 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710798/stat : 710798 (fscip) S 710639 710646 710592 0 -1 1077936192 362 0 0 0 3 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710799] ppid=710639 vsize=137413976 memory=1836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710799/stat : 710799 (fscip) S 710639 710646 710592 0 -1 1077936192 289 0 0 0 0 2 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710800] ppid=710639 vsize=137413976 memory=38468 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710800/stat : 710800 (fscip) S 710639 710646 710592 0 -1 1077936192 229 0 0 0 1 1 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710801] ppid=710639 vsize=137413976 memory=2152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710801/stat : 710801 (fscip) S 710639 710646 710592 0 -1 1077936192 225 0 0 0 1 1 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710802] ppid=710639 vsize=137413976 memory=6056 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710802/stat : 710802 (fscip) S 710639 710646 710592 0 -1 1077936192 325 0 0 0 0 3 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710803] ppid=710639 vsize=137413976 memory=108185856 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710803/stat : 710803 (fscip) S 710639 710646 710592 0 -1 1077936192 227 0 0 0 3 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710804] ppid=710639 vsize=137413976 memory=28356 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710804/stat : 710804 (fscip) S 710639 710646 710592 0 -1 1077936192 225 0 0 0 1 1 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710805] ppid=710639 vsize=137413976 memory=31860 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710805/stat : 710805 (fscip) S 710639 710646 710592 0 -1 1077936192 298 0 0 0 1 1 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710806] ppid=710639 vsize=137413976 memory=7176 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710806/stat : 710806 (fscip) S 710639 710646 710592 0 -1 1077936192 305 0 0 0 2 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710807] ppid=710639 vsize=137413976 memory=36248 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710807/stat : 710807 (fscip) S 710639 710646 710592 0 -1 1077936192 380 0 0 0 2 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710808] ppid=710639 vsize=137413976 memory=6628 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710808/stat : 710808 (fscip) S 710639 710646 710592 0 -1 1077936192 345 0 0 0 3 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710809] ppid=710639 vsize=137413976 memory=108499992 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710809/stat : 710809 (fscip) S 710639 710646 710592 0 -1 1077936192 384 0 0 0 2 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710810] ppid=710639 vsize=137413976 memory=16108 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710810/stat : 710810 (fscip) S 710639 710646 710592 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710811] ppid=710639 vsize=137413976 memory=2268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710811/stat : 710811 (fscip) S 710639 710646 710592 0 -1 1077936192 299 0 0 0 2 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
[pid=710646/tid=710812] ppid=710639 vsize=137413976 memory=1996 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/710646/task/710812/stat : 710812 (fscip) S 710639 710646 710592 0 -1 1077936192 316 0 0 0 3 0 0 0 20 0 41 0 125818190 140711911424 27130374 809668444160 4194304 16623229 140722563157328 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 25264128 140722563163142 140722563163260 140722563163260 140722563170288 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 137413976 KiB
Current children cumulated memory: 108521496 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=71627.1 s, system=376.285 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3677.7 s]
/proc/loadavg: 81.24 80.66 79.33 63/982 712759
/proc/meminfo: memFree=299036536/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3678.5 s]
/proc/loadavg: 81.24 80.66 79.33 63/982 712759
/proc/meminfo: memFree=361247924/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3678.9 s]
/proc/loadavg: 81.24 80.66 79.33 63/982 712759
/proc/meminfo: memFree=361247924/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): 3679.02
CPU time (s): 72003.4
CPU user time (s): 71627.1
CPU system time (s): 376.285
CPU usage (%): 1957.13
Max. virtual memory (cumulated for all children) (KiB): 137647248
Max. memory (cumulated for all children) (KiB): 108644632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71627.1
system time used= 376.285
maximum resident set size= 108646680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271988077
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= 10909362
involuntary context switches= 258531


# summary of solver processes directly reported to runsolver:
#   pid: 710646
#   total CPU time (s): 72003.4
#   total CPU user time (s): 71627.1
#   total CPU system time (s): 376.285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.7011 second user time and 89.1165 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 01:37:59
IDJOB=4465217
IDBENCH=147564
IDSOLVER=3094
FILE ID=nodeD101/4465217-1723592278
RUNJOBID= nodeD101-1723592278-710604
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622864 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_5.opb.PB06.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-4465217-1723592278/watcher-4465217-1723592278 -o /tmp/evaluation-result-4465217-1723592278/solver-4465217-1723592278 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710604 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465217-1723592278.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 446effd89caaa2fd386cf7c17951a1a5
RANDOM SEED=1964481818

nodeD101.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	: 0x5003102
cpu MHz		: 2509.191
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 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	: 0x5003102
cpu MHz		: 2558.262
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3904.251
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2565.104
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2500.000
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 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	: 0x5003102
cpu MHz		: 2375.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2560.840
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2566.793
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2567.567
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 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	: 0x5003102
cpu MHz		: 2534.090
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2575.934
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2564.212
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2500.000
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 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	: 0x5003102
cpu MHz		: 2628.205
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2568.181
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2557.251
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2572.544
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 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	: 0x5003102
cpu MHz		: 2522.321
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2579.545
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2575.757
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2582.964
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 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	: 0x5003102
cpu MHz		: 2516.891
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2489.035
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2616.666
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2566.371
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 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	: 0x5003102
cpu MHz		: 2556.034
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2581.521
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2605.519
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2570.043
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 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	: 0x5003102
cpu MHz		: 2557.692
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2573.529
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2635.135
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2583.705
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 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	: 0x5003102
cpu MHz		: 2557.624
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2559.267
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2556.818
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2570.652
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 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	: 0x5003102
cpu MHz		: 2578.828
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2571.271
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2628.424
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2594.866
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 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	: 0x5003102
cpu MHz		: 2557.218
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2494.517
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2615.131
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2570.652
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 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	: 0x5003102
cpu MHz		: 2563.476
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2579.449
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.870
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2571.902
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 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	: 0x5003102
cpu MHz		: 2572.463
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2566.371
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2623.355
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3601.485
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 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	: 0x5003102
cpu MHz		: 2557.251
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2581.521
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2628.424
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3687.810
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 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	: 0x5003102
cpu MHz		: 2563.405
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2594.026
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2590.460
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2559.267
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 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	: 0x5003102
cpu MHz		: 2571.721
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2570.043
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2621.753
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2560.307
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 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	: 0x5003102
cpu MHz		: 2547.089
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2560.307
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2623.355
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2568.855
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 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	: 0x5003102
cpu MHz		: 2562.022
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2569.444
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2591.666
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2578.828
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 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	: 0x5003102
cpu MHz		: 2608.333
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2581.018
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2504.166
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2578.828
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 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	: 0x5003102
cpu MHz		: 3567.530
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2580.275
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3600.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        726720744 kB
MemAvailable:   783631576 kB
Buffers:         1107752 kB
Cached:         59071236 kB
SwapCached:            0 kB
Active:         18733268 kB
Inactive:       41845976 kB
Active(anon):       2024 kB
Inactive(anon):   437156 kB
Active(file):   18731244 kB
Inactive(file): 41408820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            168968 kB
Writeback:             0 kB
AnonPages:        399336 kB
Mapped:           100248 kB
Shmem:             38920 kB
KReclaimable:     380592 kB
Slab:             791632 kB
SReclaimable:     380592 kB
SUnreclaim:       411040 kB
KernelStack:       14576 kB
PageTables:         9880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1014728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1111296 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622740 MiB
End job on nodeD101 at 2024-08-14 02:39:18