Trace number 4465478

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.7 3636

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
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 benchmark48
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 102684826, getVmSize() = 88698880, SCIPgetMemUsed() = 55741004, SCIPgetMemTotal() = 64786228, SCIPgetMemExternEstim() = 37898598
0.00/0.09	c ** set memory limit for presolving in LC to 8.79577e+12 for SCIP **
2.28/2.33	c ** Estimated virtualMemUsedAtSolver = 150428061, getVmSize() = 216256512, SCIPgetMemUsed() = 137842926, SCIPgetMemTotal() = 187743494, SCIPgetMemExternEstim() = 37898598
2.28/2.33	c ** set memory limit for solvers to 4.18814e+11 for each SCIP **
2.28/2.33	c Original Problem   :
2.28/2.33	c   Problem name     : instance-4465478-1722545582
2.28/2.33	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.33	c   Constraints      : 29620
2.28/2.33	c   Objective sense  : minimize
2.28/2.33	c Presolved Problem  :
2.28/2.33	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.33	c   Constraints      : 27419
2.28/2.33	c Constraints        : Number
2.28/2.33	c   knapsack         : 1141 
2.28/2.33	c   setppc           : 16027 
2.28/2.33	c   linear           : 28 
2.28/2.33	c   logicor          : 10223 
2.28/2.33	c ** Instance transfer method used: 0
2.28/2.38	c ** ParaScipInstance copy does not increase the number of variables. **
3.11/3.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.11/3.17	c                                Nodes    Active                                            
3.11/3.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
26.44/4.47	c *       4              0           1        20         211.0000                -          -
209.39/13.72	c        14              2           1        20         211.0000           0.0000          -
308.33/18.79	c        19             42          41        20         211.0000           0.0000          -
411.32/23.96	c        24            780          47        20         211.0000           0.0000          -
510.44/28.99	c        29           1995          53        20         211.0000           0.0000          -
612.23/34.11	c        34           3186         984        20         211.0000           0.0000          -
716.61/39.30	c        39           4920        1057        20         211.0000           0.0000          -
819.55/44.53	c        45           5464        2186        20         211.0000           0.0000          -
918.57/49.59	c        50           6564        1582        20         211.0000           0.0000          -
1019.59/54.64	c        55           8181        1188        20         211.0000           0.0000          -
1118.68/59.68	c        60          13533        1062        20         211.0000           0.0000          -
1223.73/64.95	c        65          11906          99        20         211.0000           0.0000          -
1327.39/70.16	c        70          17172        1064        20         211.0000           0.0000          -
1427.77/75.20	c        75          18692        1060        20         211.0000           0.0000          -
1526.52/80.25	c        80          20258        1064        20         211.0000           0.0000          -
1627.32/85.30	c        85          20441        1063        20         211.0000           0.0000          -
1726.28/90.36	c        90          21090          82        20         211.0000           0.0000          -
1827.34/95.41	c        95          23328          68        20         211.0000           0.0000          -
1926.12/100.46	c       100          25384          63        20         211.0000           0.0000          -
2029.21/105.65	c       106          26990          58        20         211.0000           0.0000          -
2130.29/110.77	c       111          28590          61        20         211.0000           0.0000          -
2231.40/115.89	c       116          30234          65        20         211.0000           0.0000          -
2332.46/120.94	c       121          31640          65        20         211.0000           0.0000          -
2431.59/125.99	c       126          33959        1065        20         211.0000           0.0000          -
2530.16/131.04	c       131          35512        1064        20         211.0000           0.0000          -
2631.63/136.09	c       136          34310        1837        20         211.0000           0.0000          -
2730.76/141.14	c       141          35342        1715        20         211.0000           0.0000          -
2831.58/146.15	c       146          36599        1958        20         211.0000           0.0000          -
2931.50/151.20	c       151          41880        1062        20         211.0000           0.0000          -
3030.32/156.29	c       156          43320        1062        20         211.0000           0.0000          -
3129.15/161.30	c       161          44343        1061        20         211.0000           0.0000          -
3229.91/166.38	c       166          41906        2146        20         211.0000           0.0000          -
3330.69/171.43	c       171          43332        1981        20         211.0000           0.0000          -
3433.31/176.61	c       177          44993        2060        20         211.0000           0.0000          -
3532.02/181.66	c       182          49631        1063        20         211.0000           0.0000          -
3632.62/186.71	c       187          50956        1062        20         211.0000           0.0000          -
3733.50/191.89	c       192          53692        1062        20         211.0000           0.0000          -
3840.30/197.21	c       197          54633        1059        20         211.0000           0.0000          -
3939.19/202.26	c       202          55814        1060        20         211.0000           0.0000          -
4042.01/207.48	c       207          57273        1061        20         211.0000           0.0000          -
4142.85/212.53	c       213          55152        1901        20         211.0000           0.0000          -
4241.72/217.58	c       218          56699        1900        20         211.0000           0.0000          -
4342.42/222.63	c       223          58166        1899        20         211.0000           0.0000          -
4441.22/227.67	c       228          59905        1914        20         211.0000           0.0000          -
4541.85/232.72	c       233          62929        1061        20         211.0000           0.0000          -
4640.73/237.77	c       238          63914        1062        20         211.0000           0.0000          -
4741.66/242.82	c       243          64900        1060        20         211.0000           0.0000          -
4840.73/247.88	c       248          67083        1921        20         211.0000           0.0000          -
4941.77/252.92	c       253          69088        1893        20         211.0000           0.0000          -
5040.86/257.97	c       258          71110        1892        20         211.0000           0.0000          -
5139.91/263.02	c       263          72670        1923        20         211.0000           0.0000          -
5241.65/268.03	c       268          70474        1062        20         211.0000           0.0000          -
5320.93/272.10	c *     272          72567        1063        20         109.0000           0.0000          -
5340.55/273.12	c       273          72682          87        20         109.0000           0.0000          -
5441.53/278.15	c       278          77409         181        20         109.0000           0.0000          -
5543.84/283.31	c       283          72767          55        20         109.0000           0.0000          -
5642.54/288.36	c       288          72768          56        20         109.0000           0.0000          -
5743.48/293.41	c       293          72768          56        20         109.0000           0.0000          -
5848.43/298.74	c       299          72768          56        20         109.0000           0.0000          -
5949.38/303.81	c       304          72768          56        20         109.0000           0.0000          -
6050.36/309.01	c       309          72768          56        20         109.0000           0.0000          -
6152.22/314.09	c       314          72768          56        20         109.0000           0.0000          -
6253.05/319.19	c       319          72888          57        20         109.0000           0.0000          -
6353.17/324.27	c       324          72889          56        20         109.0000           0.0000          -
6454.03/329.31	c       329          93602         135        20         109.0000           0.0000          -
6555.04/334.43	c       334          95014         136        20         109.0000           0.0000          -
6653.90/339.50	c       340          96346         134        20         109.0000           0.0000          -
6754.86/344.55	c       345          97681         136        20         109.0000           0.0000          -
6853.64/349.60	c       350          98960         133        20         109.0000           0.0000          -
6958.60/354.88	c       355          79925          55        20         109.0000           0.0000          -
7059.66/359.94	c       360         101406         131        20         109.0000           0.0000          -
7158.72/365.00	c       365         102269         134        20         109.0000           0.0000          -
7260.24/370.07	c       370         103492         131        20         109.0000           0.0000          -
7359.31/375.12	c       375         104814         135        20         109.0000           0.0000          -
7460.41/380.16	c       380         106194         134        20         109.0000           0.0000          -
7559.37/385.19	c       385          89243          46        20         109.0000           0.0000          -
7659.77/390.23	c       390          91474          46        20         109.0000           0.0000          -
7758.88/395.28	c       395          93688          48        20         109.0000           0.0000          -
7859.85/400.34	c       400          95610          63        20         109.0000           0.0000          -
7958.91/405.39	c       405          96756          67        20         109.0000           0.0000          -
8059.89/410.40	c       410          97808          68        20         109.0000           0.0000          -
8158.94/415.44	c       415          98771          63        20         109.0000           0.0000          -
8260.05/420.53	c       421          99847          56        20         109.0000           0.0000          -
8359.06/425.59	c       426         100813          57        20         109.0000           0.0000          -
8460.02/430.66	c       431         101663          58        20         109.0000           0.0000          -
8561.01/435.71	c       436         118902         134        20         109.0000           0.0000          -
8659.91/440.76	c       441         103118          57        20         109.0000           0.0000          -
8760.94/445.80	c       446         103783          64        20         109.0000           0.0000          -
8860.06/450.86	c       451         104413          57        20         109.0000           0.0000          -
8961.21/455.92	c       456         105070          55        20         109.0000           0.0000          -
9060.32/460.97	c       461         105667          55        20         109.0000           0.0000          -
9159.43/466.02	c       466         106256          55        20         109.0000           0.0000          -
9261.36/471.07	c       471         106777          55        20         109.0000           0.0000          -
9360.35/476.13	c       476         107400          55        20         109.0000           0.0000          -
9461.64/481.18	c       481         108375          52        20         109.0000           0.0000          -
9561.94/486.25	c       486         109210          53        20         109.0000           0.0000          -
9661.03/491.30	c       491         110003          48        20         109.0000           0.0000          -
9762.18/496.36	c       496         110932          49        20         109.0000           0.0000          -
9863.32/501.42	c       501         111950          50        20         109.0000           0.0000          -
9962.49/506.46	c       506         112796          51        20         109.0000           0.0000          -
10061.56/511.49	c       511         113641          49        20         109.0000           0.0000          -
10162.64/516.57	c       517         114399          51        20         109.0000           0.0000          -
10263.71/521.65	c       522         115320          51        20         109.0000           0.0000          -
10364.83/526.71	c       527         116102          51        20         109.0000           0.0000          -
10463.93/531.75	c       532         116987          51        20         109.0000           0.0000          -
10565.09/536.82	c       537         117784          47        20         109.0000           0.0000          -
10664.22/541.88	c       542         118463           0        20         109.0000           0.0000          -
10765.37/546.94	c       547         120541          57        20         109.0000           0.0000          -
10864.41/551.99	c       552         122000          53        20         109.0000           0.0000          -
10966.16/557.04	c       557         140179          58        20         109.0000           0.0000          -
11065.26/562.09	c       562         140911          59        20         109.0000           0.0000          -
11166.55/567.15	c       567         141725          65        20         109.0000           0.0000          -
11266.85/572.22	c       572         142467          62        20         109.0000           0.0000          -
11366.02/577.27	c       577         143522          63        20         109.0000           0.0000          -
11467.16/582.32	c       582         144329          61        20         109.0000           0.0000          -
11566.30/587.38	c       587         145137          67        20         109.0000           0.0000          -
11667.42/592.42	c       592         145894          64        20         109.0000           0.0000          -
11768.55/597.51	c       598         146712          60        20         109.0000           0.0000          -
11867.77/602.56	c       603         147623          63        20         109.0000           0.0000          -
11968.73/607.60	c       608         138104          52        20         109.0000           0.0000          -
12067.88/612.66	c       613         139392          60        20         109.0000           0.0000          -
12169.01/617.72	c       618         140853          53        20         109.0000           0.0000          -
12268.17/622.77	c       623         142278          50        20         109.0000           0.0000          -
12369.31/627.82	c       628         143682          51        20         109.0000           0.0000          -
12468.47/632.87	c       633         145171          47        20         109.0000           0.0000          -
12569.61/637.92	c       638              7           6        20         109.0000          12.0000          -
12668.80/642.99	c       643              7           6        20         109.0000          12.0000          -
12768.02/648.03	c       648              7           6        20         109.0000          12.0000          -
12869.72/653.09	c       653             12          11        20         109.0000          12.0000          -
12971.08/658.16	c       658             13          12        20         109.0000          12.0000          -
13073.31/663.31	c       663             13          12        20         109.0000          12.0000          -
13172.32/668.36	c       668             13          12        20         109.0000          12.0000          -
13273.47/673.40	c       673             13          12        20         109.0000          12.0000          -
13374.49/678.60	c       679             13          12        20         109.0000          12.0000          -
13479.55/683.80	c       684             13          12        20         109.0000          12.0000          -
13578.71/688.84	c       689             13          12        20         109.0000          12.0000          -
13679.82/693.90	c       694             13          12        20         109.0000          12.0000          -
13778.84/699.00	c       699             13          12        20         109.0000          12.0000          -
13880.54/704.12	c       704             13          12        20         109.0000          12.0000          -
13981.62/709.19	c       709             15          14        20         109.0000          12.0000          -
14081.93/714.24	c       714             15          14        20         109.0000          12.0000          -
14181.07/719.30	c       719             15          14        20         109.0000          12.0000          -
14282.05/724.35	c       724             19          18        20         109.0000          12.0000          -
14381.12/729.39	c       729             19          18        20         109.0000          12.0000          -
14482.25/734.45	c       734             19          18        20         109.0000          12.0000          -
14585.17/739.62	c       740             19          18        20         109.0000          12.0000          -
14684.29/744.69	c       745             19          18        20         109.0000          12.0000          -
14785.22/749.77	c       750             20          19        20         109.0000          12.0000          -
14886.27/754.83	c       755             20          19        20         109.0000          12.0000          -
14985.35/759.89	c       760             20          19        20         109.0000          12.0000          -
15086.39/764.93	c       765             20          19        20         109.0000          12.0000          -
15185.36/770.03	c       770             20          19        20         109.0000          12.0000          -
15287.12/775.08	c       775             24          23        20         109.0000          12.0000          -
15388.23/780.16	c       780             24          23        20         109.0000          12.0000          -
15488.52/785.23	c       785             24          23        20         109.0000          12.0000          -
15587.63/790.30	c       790             24          23        20         109.0000          12.0000          -
15688.71/795.34	c       795             26          25        20         109.0000          12.0000          -
15789.79/800.48	c       800             26          25        20         109.0000          12.0000          -
15890.85/805.57	c       806             26          25        20         109.0000          12.0000          -
15991.87/810.63	c       811             28          27        20         109.0000          12.0000          -
16092.99/815.70	c       816             28          27        20         109.0000          12.0000          -
16192.15/820.77	c       821             28          27        20         109.0000          12.0000          -
16293.32/825.86	c       826             28          27        20         109.0000          12.0000          -
16394.33/830.95	c       831             28          27        20         109.0000          12.0000          -
16493.40/836.01	c       836             28          27        20         109.0000          12.0000          -
16595.20/841.08	c       841             28          27        20         109.0000          12.0000          -
16696.29/846.16	c       846             28          27        20         109.0000          12.0000          -
16796.72/851.20	c       851             28          27        20         109.0000          12.0000          -
16895.68/856.25	c       856             28          27        20         109.0000          12.0000          -
16994.86/861.28	c       861             28          27        20         109.0000          12.0000          -
17096.01/866.33	c       866             28          27        20         109.0000          12.0000          -
17195.15/871.38	c       871             28          27        20         109.0000          12.0000          -
17296.27/876.43	c       876             28          27        20         109.0000          12.0000          -
17397.26/881.53	c       882             28          27        20         109.0000          12.0000          -
17496.29/886.59	c       887             28          27        20         109.0000          12.0000          -
17597.33/891.65	c       892             28          27        20         109.0000          12.0000          -
17698.43/896.70	c       897             28          27        20         109.0000          12.0000          -
17797.52/901.76	c       902             28          27        20         109.0000          12.0000          -
17898.68/906.81	c       907             28          27        20         109.0000          12.0000          -
17997.85/911.87	c       912             28          27        20         109.0000          12.0000          -
18099.03/916.94	c       917             28          27        20         109.0000          12.0000          -
18200.72/922.04	c       922             28          27        20         109.0000          12.0000          -
18303.17/927.25	c       927             28          27        20         109.0000          12.0000          -
18404.28/932.31	c       932             28          27        20         109.0000          12.0000          -
18503.52/937.38	c       937             28          27        20         109.0000          12.0000          -
18604.73/942.44	c       942             28          27        20         109.0000          12.0000          -
18703.94/947.49	c       947             28          27        20         109.0000          12.0000          -
18805.16/952.55	c       953             28          27        20         109.0000          12.0000          -
18904.40/957.60	c       958             28          27        20         109.0000          12.0000          -
19005.52/962.65	c       963             28          27        20         109.0000          12.0000          -
19106.54/967.73	c       968             28          27        20         109.0000          12.0000          -
19205.72/972.78	c       973             28          27        20         109.0000          12.0000          -
19306.93/977.84	c       978             28          27        20         109.0000          12.0000          -
19406.16/982.88	c       983             28          27        20         109.0000          12.0000          -
19507.38/987.93	c       988             28          27        20         109.0000          12.0000          -
19606.53/993.01	c       993             28          27        20         109.0000          12.0000          -
19708.32/998.06	c       998             28          27        20         109.0000          12.0000          -
19807.69/1003.13	c      1003             28          27        20         109.0000          12.0000          -
19908.86/1008.18	c      1008             28          27        20         109.0000          12.0000          -
20009.38/1013.23	c      1013             28          27        20         109.0000          12.0000          -
20110.57/1018.31	c      1018             28          27        20         109.0000          12.0000          -
20209.82/1023.36	c      1023             28          27        20         109.0000          12.0000          -
20213.65/1023.54	c *    1024             28          27        20          72.0000          12.0000    500.00%
20320.60/1028.93	c      1029             28          27        20          72.0000          12.0000    500.00%
20419.70/1034.01	c      1034             28          27        20          72.0000          12.0000    500.00%
20523.43/1039.13	c      1039             28          27        20          72.0000          12.0000    500.00%
20624.00/1044.23	c      1044             28          27        20          72.0000          12.0000    500.00%
20727.15/1049.44	c      1049             28          27        20          72.0000          12.0000    500.00%
20826.14/1054.45	c      1054             28          27        20          72.0000          12.0000    500.00%
20925.19/1059.50	c      1060              2           1        20          72.0000          12.0000    500.00%
21026.14/1064.55	c      1065              2           1        20          72.0000          12.0000    500.00%
21127.23/1069.61	c      1070              9           8        20          72.0000          12.0000    500.00%
21226.37/1074.67	c      1075              9           8        20          72.0000          12.0000    500.00%
21327.46/1079.74	c      1080             11          10        20          72.0000          12.0000    500.00%
21426.32/1084.79	c      1085             11          10        20          72.0000          12.0000    500.00%
21527.29/1089.84	c      1090             11          10        20          72.0000          12.0000    500.00%
21626.53/1094.89	c      1095             11          10        20          72.0000          12.0000    500.00%
21727.32/1099.93	c      1100             11          10        20          72.0000          12.0000    500.00%
21826.45/1104.97	c      1105             11          10        20          72.0000          12.0000    500.00%
21925.54/1110.01	c      1110             11          10        20          72.0000          12.0000    500.00%
22027.22/1115.03	c      1115             11          10        20          72.0000          12.0000    500.00%
22128.24/1120.13	c      1120             11          10        20          72.0000          12.0000    500.00%
22228.66/1125.21	c      1125             12          11        20          72.0000          12.0000    500.00%
22327.54/1130.28	c      1130             15          14        20          72.0000          12.0000    500.00%
22428.60/1135.38	c      1135             15          14        20          72.0000          12.0000    500.00%
22529.35/1140.42	c      1140             15          14        20          72.0000          12.0000    500.00%
22630.18/1145.60	c      1146             15          14        20          72.0000          12.0000    500.00%
22731.27/1150.69	c      1151             15          14        20          72.0000          12.0000    500.00%
22832.40/1155.72	c      1156             15          14        20          72.0000          12.0000    500.00%
22933.51/1160.86	c      1161              2           1        20          72.0000          12.0000    500.00%
23034.60/1165.92	c      1166              2           1        20          72.0000          12.0000    500.00%
23133.77/1170.98	c      1171              3           2        20          72.0000          12.0000    500.00%
23235.48/1176.04	c      1176              6           5        20          72.0000          12.0000    500.00%
23334.54/1181.12	c      1181              6           5        20          72.0000          12.0000    500.00%
23433.61/1186.13	c      1186              6           5        20          72.0000          12.0000    500.00%
23536.08/1191.23	c      1191              6           5        20          72.0000          12.0000    500.00%
23635.14/1196.29	c      1196              6           5        20          72.0000          12.0000    500.00%
23736.31/1201.34	c      1201              6           5        20          72.0000          12.0000    500.00%
23835.49/1206.39	c      1206              6           5        20          72.0000          12.0000    500.00%
23936.62/1211.43	c      1211              6           5        20          72.0000          12.0000    500.00%
24035.83/1216.50	c      1216              6           5        20          72.0000          12.0000    500.00%
24136.98/1221.54	c      1222              9           8        20          72.0000          12.0000    500.00%
24236.27/1226.59	c      1227             14          13        20          72.0000          12.0000    500.00%
24337.29/1231.63	c      1232             14          13        20          72.0000          12.0000    500.00%
24436.43/1236.69	c      1237             15          14        20          72.0000          12.0000    500.00%
24537.42/1241.73	c      1242             21          20        20          72.0000          12.0000    500.00%
24638.25/1246.80	c      1247             21          20        20          72.0000          12.0000    500.00%
24737.37/1251.85	c      1252             21          20        20          72.0000          12.0000    500.00%
24836.47/1256.89	c      1257             21          20        20          72.0000          12.0000    500.00%
24937.61/1261.94	c      1262             22          21        20          72.0000          12.0000    500.00%
25039.54/1267.12	c      1267             29          26        20          72.0000          12.0000    500.00%
25140.33/1272.16	c      1272             32          29        20          72.0000          12.0000    500.00%
25242.55/1277.35	c      1277             32          29        20          72.0000          12.0000    500.00%
25343.64/1282.45	c      1282             32          29        20          72.0000          12.0000    500.00%
25444.76/1287.53	c      1288             32          29        20          72.0000          12.0000    500.00%
25547.77/1292.75	c      1293             32          29        20          72.0000          12.0000    500.00%
25648.81/1297.82	c      1298             32          29        20          72.0000          12.0000    500.00%
25747.93/1302.90	c      1303             32          29        20          72.0000          12.0000    500.00%
25848.98/1307.94	c      1308             34          31        20          72.0000          12.0000    500.00%
25950.53/1313.04	c      1313             34          31        20          72.0000          12.0000    500.00%
26049.73/1318.12	c      1318             37          34        20          72.0000          12.0000    500.00%
26150.92/1323.18	c      1323             37          34        20          72.0000          12.0000    500.00%
26251.39/1328.28	c      1328             37          34        20          72.0000          12.0000    500.00%
26352.51/1333.33	c      1333             40          37        20          72.0000          12.0000    500.00%
26451.67/1338.39	c      1338             40          37        20          72.0000          12.0000    500.00%
26552.81/1343.50	c      1344             40          37        20          72.0000          12.0000    500.00%
26655.92/1348.62	c      1349             40          37        20          72.0000          12.0000    500.00%
26755.04/1353.67	c      1354             40          37        20          72.0000          12.0000    500.00%
26856.28/1358.78	c      1359             40          37        20          72.0000          12.0000    500.00%
26957.25/1363.87	c      1364             40          37        20          72.0000          12.0000    500.00%
27058.24/1368.99	c      1369             40          37        20          72.0000          12.0000    500.00%
27160.08/1374.09	c      1374             40          37        20          72.0000          12.0000    500.00%
27261.01/1379.15	c      1379             40          37        20          72.0000          12.0000    500.00%
27361.32/1384.28	c      1384             40          37        20          72.0000          12.0000    500.00%
27474.05/1389.97	c      1390             40          37        20          72.0000          12.0000    500.00%
27573.19/1395.02	c      1395             40          37        20          72.0000          12.0000    500.00%
27674.82/1400.13	c      1400             40          37        20          72.0000          12.0000    500.00%
27777.37/1405.21	c      1405             40          37        20          72.0000          12.0000    500.00%
27880.49/1410.46	c      1410             40          37        20          72.0000          12.0000    500.00%
27981.65/1415.51	c      1416             40          37        20          72.0000          12.0000    500.00%
28080.68/1420.57	c      1421             40          37        20          72.0000          12.0000    500.00%
28183.70/1425.80	c      1426             40          37        20          72.0000          12.0000    500.00%
28284.64/1430.88	c      1431             40          37        20          72.0000          12.0000    500.00%
28385.71/1435.94	c      1436             40          37        20          72.0000          12.0000    500.00%
28484.83/1440.98	c      1441             40          37        20          72.0000          12.0000    500.00%
28589.92/1446.20	c      1446             40          37        20          72.0000          12.0000    500.00%
28688.93/1451.28	c      1451             40          37        20          72.0000          12.0000    500.00%
28792.08/1456.40	c      1456             40          37        20          72.0000          12.0000    500.00%
28890.96/1461.45	c      1461             40          37        20          72.0000          12.0000    500.00%
28990.13/1466.49	c      1466             40          37        20          72.0000          12.0000    500.00%
29091.31/1471.56	c      1472             40          37        20          72.0000          12.0000    500.00%
29192.39/1476.64	c      1477             40          37        20          72.0000          12.0000    500.00%
29293.36/1481.71	c      1482             40          37        20          72.0000          12.0000    500.00%
29394.51/1486.85	c      1487             40          37        20          72.0000          12.0000    500.00%
29495.68/1491.91	c      1492             40          37        20          72.0000          12.0000    500.00%
29594.89/1496.99	c      1497             40          37        20          72.0000          12.0000    500.00%
29696.75/1502.06	c      1502             40          37        20          72.0000          12.0000    500.00%
29797.91/1507.14	c      1507             40          37        20          72.0000          12.0000    500.00%
29898.45/1512.23	c      1512             40          37        20          72.0000          12.0000    500.00%
29997.66/1517.28	c      1517             40          37        20          72.0000          12.0000    500.00%
30098.87/1522.38	c      1522             40          37        20          72.0000          12.0000    500.00%
30202.03/1527.54	c      1528             40          37        20          72.0000          12.0000    500.00%
30303.19/1532.65	c      1533             40          37        20          72.0000          12.0000    500.00%
30404.17/1537.74	c      1538             40          37        20          72.0000          12.0000    500.00%
30503.25/1542.78	c      1543             40          37        20          72.0000          12.0000    500.00%
30604.36/1547.83	c      1548             40          37        20          72.0000          12.0000    500.00%
30705.56/1552.92	c      1553             40          37        20          72.0000          12.0000    500.00%
30807.29/1558.06	c      1558             40          37        20          72.0000          12.0000    500.00%
30908.35/1563.13	c      1563             40          37        20          72.0000          12.0000    500.00%
31007.65/1568.19	c      1568             40          37        20          72.0000          12.0000    500.00%
31109.66/1573.36	c      1573             40          37        20          72.0000          12.0000    500.00%
31210.82/1578.43	c      1578             40          37        20          72.0000          12.0000    500.00%
31309.98/1583.50	c      1584             40          37        20          72.0000          12.0000    500.00%
31410.99/1588.59	c      1589             40          37        20          72.0000          12.0000    500.00%
31512.03/1593.64	c      1594             40          37        20          72.0000          12.0000    500.00%
31610.97/1598.66	c      1599             40          37        20          72.0000          12.0000    500.00%
31712.01/1603.77	c      1604             40          37        20          72.0000          12.0000    500.00%
31813.17/1608.85	c      1609             40          37        20          72.0000          12.0000    500.00%
31914.11/1613.95	c      1614             40          37        20          72.0000          12.0000    500.00%
32013.30/1619.02	c      1619             40          37        20          72.0000          12.0000    500.00%
32115.08/1624.11	c      1624             40          37        20          72.0000          12.0000    500.00%
32217.55/1629.22	c      1629             40          37        20          72.0000          12.0000    500.00%
32318.70/1634.35	c      1634             40          37        20          72.0000          12.0000    500.00%
32421.83/1639.51	c      1640             40          37        20          72.0000          12.0000    500.00%
32522.99/1644.60	c      1645             40          37        20          72.0000          12.0000    500.00%
32624.04/1649.70	c      1650             40          37        20          72.0000          12.0000    500.00%
32723.19/1654.78	c      1655             40          37        20          72.0000          12.0000    500.00%
32824.28/1659.83	c      1660             40          37        20          72.0000          12.0000    500.00%
32923.45/1664.88	c      1665             40          37        20          72.0000          12.0000    500.00%
33024.48/1669.93	c      1670             40          37        20          72.0000          12.0000    500.00%
33123.51/1674.97	c      1675             40          37        20          72.0000          12.0000    500.00%
33222.66/1680.02	c      1680             40          37        20          72.0000          12.0000    500.00%
33327.75/1685.24	c      1685             40          37        20          72.0000          12.0000    500.00%
33426.94/1690.28	c      1690             40          37        20          72.0000          12.0000    500.00%
33528.14/1695.34	c      1695             40          37        20          72.0000          12.0000    500.00%
33627.29/1700.40	c      1700             40          37        20          72.0000          12.0000    500.00%
33728.42/1705.45	c      1705             40          37        20          72.0000          12.0000    500.00%
33827.36/1710.49	c      1710             40          37        20          72.0000          12.0000    500.00%
33928.40/1715.55	c      1716             40          37        20          72.0000          12.0000    500.00%
34027.58/1720.59	c      1721             40          37        20          72.0000          12.0000    500.00%
34128.79/1725.65	c      1726             40          37        20          72.0000          12.0000    500.00%
34227.95/1730.70	c      1731             40          37        20          72.0000          12.0000    500.00%
34328.86/1735.74	c      1736             40          37        20          72.0000          12.0000    500.00%
34429.86/1740.81	c      1741             40          37        20          72.0000          12.0000    500.00%
34529.08/1745.84	c      1746             40          37        20          72.0000          12.0000    500.00%
34628.26/1750.88	c      1751             40          37        20          72.0000          12.0000    500.00%
34729.46/1755.94	c      1756             40          37        20          72.0000          12.0000    500.00%
34833.37/1761.14	c      1761             40          37        20          72.0000          12.0000    500.00%
34933.97/1766.23	c      1766             40          37        20          72.0000          12.0000    500.00%
35033.04/1771.29	c      1771             40          37        20          72.0000          12.0000    500.00%
35134.27/1776.36	c      1776             40          37        20          72.0000          12.0000    500.00%
35233.48/1781.37	c      1781             40          37        20          72.0000          12.0000    500.00%
35334.72/1786.47	c      1786             40          37        20          72.0000          12.0000    500.00%
35435.94/1791.54	c      1792             40          37        20          72.0000          12.0000    500.00%
35537.15/1796.61	c      1797             40          37        20          72.0000          12.0000    500.00%
35638.31/1801.74	c      1802             40          37        20          72.0000          12.0000    500.00%
35737.47/1806.80	c      1807             40          37        20          72.0000          12.0000    500.00%
35838.65/1811.87	c      1812             40          37        20          72.0000          12.0000    500.00%
35939.89/1816.97	c      1817             40          37        20          72.0000          12.0000    500.00%
36041.70/1822.05	c      1822             40          37        20          72.0000          12.0000    500.00%
36140.80/1827.10	c      1827             40          37        20          72.0000          12.0000    500.00%
36241.95/1832.15	c      1832             40          37        20          72.0000          12.0000    500.00%
36341.07/1837.20	c      1837             40          37        20          72.0000          12.0000    500.00%
36441.84/1842.25	c      1842             40          37        20          72.0000          12.0000    500.00%
36540.90/1847.29	c      1847             40          37        20          72.0000          12.0000    500.00%
36642.16/1852.34	c      1852             40          37        20          72.0000          12.0000    500.00%
36741.46/1857.39	c      1857             40          37        20          72.0000          12.0000    500.00%
36844.32/1862.55	c      1863             40          37        20          72.0000          12.0000    500.00%
36945.29/1867.60	c      1868             40          37        20          72.0000          12.0000    500.00%
37044.51/1872.69	c      1873             40          37        20          72.0000          12.0000    500.00%
37145.76/1877.75	c      1878             40          37        20          72.0000          12.0000    500.00%
37244.78/1882.79	c      1883             40          37        20          72.0000          12.0000    500.00%
37345.94/1887.86	c      1888             40          37        20          72.0000          12.0000    500.00%
37447.17/1892.91	c      1893             40          37        20          72.0000          12.0000    500.00%
37546.27/1897.96	c      1898             40          37        20          72.0000          12.0000    500.00%
37645.43/1903.02	c      1903             40          37        20          72.0000          12.0000    500.00%
37747.29/1908.05	c      1908             40          37        20          72.0000          12.0000    500.00%
37846.71/1913.12	c      1913             40          37        20          72.0000          12.0000    500.00%
37949.02/1918.26	c      1918             40          37        20          72.0000          12.0000    500.00%
38050.13/1923.38	c      1923             40          37        20          72.0000          12.0000    500.00%
38151.35/1928.45	c      1928             40          37        20          72.0000          12.0000    500.00%
38251.83/1933.54	c      1934             40          37        20          72.0000          12.0000    500.00%
38353.08/1938.64	c      1939             40          37        20          72.0000          12.0000    500.00%
38454.31/1943.73	c      1944             40          37        20          72.0000          12.0000    500.00%
38460.78/1944.03	c *    1944             40          37        20          67.0000          12.0000    458.33%
38567.32/1949.42	c      1949             40          37        20          67.0000          12.0000    458.33%
38670.48/1954.62	c      1955             40          37        20          67.0000          12.0000    458.33%
38769.72/1959.64	c      1960             40          37        20          67.0000          12.0000    458.33%
38886.80/1965.55	c      1966             40          37        20          67.0000          12.0000    458.33%
39013.74/1971.91	c      1972             40          37        20          67.0000          12.0000    458.33%
39120.80/1977.30	c      1977             40          37        20          67.0000          12.0000    458.33%
39249.68/1983.82	c      1984             40          37        20          67.0000          12.0000    458.33%
39384.24/1990.65	c      1991             40          37        20          67.0000          12.0000    458.33%
39495.32/1996.21	c      1996             40          37        20          67.0000          12.0000    458.33%
39613.08/2002.13	c      2002             40          37        20          67.0000          12.0000    458.33%
39725.53/2007.85	c      2008             40          37        20          67.0000          12.0000    458.33%
39834.63/2013.39	c      2013             40          37        20          67.0000          12.0000    458.33%
39935.86/2018.40	c      2018             40          37        20          67.0000          12.0000    458.33%
40036.95/2023.59	c      2024             40          37        20          67.0000          12.0000    458.33%
40140.15/2028.74	c      2029             40          37        20          67.0000          12.0000    458.33%
40241.33/2033.82	c      2034             40          37        20          67.0000          12.0000    458.33%
40342.48/2038.93	c      2039             40          37        20          67.0000          12.0000    458.33%
40447.54/2044.20	c      2044             40          37        20          67.0000          12.0000    458.33%
40548.75/2049.32	c      2049             40          37        20          67.0000          12.0000    458.33%
40649.82/2054.46	c      2054             40          37        20          67.0000          12.0000    458.33%
40751.08/2059.52	c      2060             40          37        20          67.0000          12.0000    458.33%
40850.29/2064.53	c      2065             40          37        20          67.0000          12.0000    458.33%
40949.52/2069.57	c      2070             40          37        20          67.0000          12.0000    458.33%
41050.72/2074.67	c      2075             40          37        20          67.0000          12.0000    458.33%
41151.94/2079.78	c      2080             40          37        20          67.0000          12.0000    458.33%
41254.98/2084.92	c      2085             40          37        20          67.0000          12.0000    458.33%
41354.19/2090.02	c      2090             40          37        20          67.0000          12.0000    458.33%
41459.39/2095.24	c      2095             40          37        20          67.0000          12.0000    458.33%
41560.59/2100.31	c      2100             43          40        20          67.0000          12.0000    458.33%
41659.69/2105.36	c      2105             43          40        20          67.0000          12.0000    458.33%
41760.44/2110.49	c      2110             43          40        20          67.0000          12.0000    458.33%
41863.80/2115.65	c      2116             43          40        20          67.0000          12.0000    458.33%
41964.91/2120.75	c      2121             47          44        20          67.0000          12.0000    458.33%
42066.16/2125.88	c      2126             47          44        20          67.0000          12.0000    458.33%
42167.33/2130.96	c      2131             47          44        20          67.0000          12.0000    458.33%
42269.16/2136.04	c      2136             47          44        20          67.0000          12.0000    458.33%
42368.29/2141.11	c      2141             49          46        20          67.0000          12.0000    458.33%
42469.51/2146.19	c      2146             50          47        20          67.0000          12.0000    458.33%
42570.02/2151.27	c      2151             50          47        20          67.0000          12.0000    458.33%
42671.25/2156.35	c      2156             50          47        20          67.0000          12.0000    458.33%
42772.43/2161.41	c      2161             50          47        20          67.0000          12.0000    458.33%
42871.65/2166.46	c      2166             50          47        20          67.0000          12.0000    458.33%
42972.70/2171.54	c      2172             50          47        20          67.0000          12.0000    458.33%
43073.94/2176.69	c      2177             50          47        20          67.0000          12.0000    458.33%
43177.11/2181.81	c      2182             52          49        20          67.0000          12.0000    458.33%
43278.03/2186.91	c      2187             53          50        20          67.0000          12.0000    458.33%
43377.27/2192.02	c      2192             53          50        20          67.0000          12.0000    458.33%
43479.05/2197.12	c      2197             53          50        20          67.0000          12.0000    458.33%
43581.41/2202.21	c      2202             56          53        20          67.0000          12.0000    458.33%
43680.58/2207.25	c      2207             56          53        20          67.0000          12.0000    458.33%
43781.74/2212.32	c      2212             56          53        20          67.0000          12.0000    458.33%
43881.09/2217.38	c      2217             56          53        20          67.0000          12.0000    458.33%
43982.00/2222.50	c      2222             56          53        20          67.0000          12.0000    458.33%
44085.25/2227.62	c      2228             58          55        20          67.0000          12.0000    458.33%
44184.42/2232.66	c      2233             58          55        20          67.0000          12.0000    458.33%
44285.67/2237.71	c      2238             60          57        20          67.0000          12.0000    458.33%
44384.93/2242.77	c      2243             60          57        20          67.0000          12.0000    458.33%
44486.03/2247.82	c      2248             60          57        20          67.0000          12.0000    458.33%
44587.25/2252.98	c      2253             60          57        20          67.0000          12.0000    458.33%
44688.94/2258.05	c      2258             60          57        20          67.0000          12.0000    458.33%
44787.90/2263.11	c      2263             60          57        20          67.0000          12.0000    458.33%
44888.90/2268.20	c      2268             60          57        20          67.0000          12.0000    458.33%
44989.58/2273.27	c      2273             60          57        20          67.0000          12.0000    458.33%
45090.85/2278.32	c      2278             60          57        20          67.0000          12.0000    458.33%
45190.13/2283.36	c      2283             60          57        20          67.0000          12.0000    458.33%
45291.38/2288.47	c      2288             60          57        20          67.0000          12.0000    458.33%
45392.61/2293.56	c      2294             60          57        20          67.0000          12.0000    458.33%
45493.83/2298.63	c      2299             60          57        20          67.0000          12.0000    458.33%
45499.79/2298.92	c *    2299             60          57        20          60.0000          12.0000    400.00%
45628.71/2305.43	c      2305             62          59        20          60.0000          12.0000    400.00%
45729.92/2310.52	c      2311             62          59        20          60.0000          12.0000    400.00%
45831.14/2315.61	c      2316             63          60        20          60.0000          12.0000    400.00%
45934.24/2320.81	c      2321             63          60        20          60.0000          12.0000    400.00%
46035.46/2326.01	c      2326             63          60        20          60.0000          12.0000    400.00%
46160.56/2332.21	c      2332             63          60        20          60.0000          12.0000    400.00%
46263.44/2337.47	c      2337             65          62        20          60.0000          12.0000    400.00%
46366.64/2342.62	c      2343             65          62        20          60.0000          12.0000    400.00%
46469.88/2347.81	c      2348             67          64        20          60.0000          12.0000    400.00%
46573.60/2353.12	c      2353             67          64        20          60.0000          12.0000    400.00%
46676.25/2358.27	c      2358             67          64        20          60.0000          12.0000    400.00%
46779.48/2363.44	c      2363             67          64        20          60.0000          12.0000    400.00%
46880.69/2368.54	c      2369             67          64        20          60.0000          12.0000    400.00%
46981.78/2373.61	c      2374             67          64        20          60.0000          12.0000    400.00%
47083.05/2378.74	c      2379             67          64        20          60.0000          12.0000    400.00%
47186.26/2383.97	c      2384             68          65        20          60.0000          12.0000    400.00%
47288.15/2389.10	c      2389             68          65        20          60.0000          12.0000    400.00%
47390.70/2394.23	c      2394             71          68        20          60.0000          12.0000    400.00%
47491.81/2399.33	c      2399             71          68        20          60.0000          12.0000    400.00%
47595.02/2404.53	c      2405             71          68        20          60.0000          12.0000    400.00%
47696.25/2409.67	c      2410             71          68        20          60.0000          12.0000    400.00%
47797.43/2414.77	c      2415             71          68        20          60.0000          12.0000    400.00%
47898.64/2419.81	c      2420             75          72        20          60.0000          12.0000    400.00%
48005.80/2425.22	c      2425             76          73        20          60.0000          12.0000    400.00%
48107.01/2430.32	c      2430             76          73        20          60.0000          12.0000    400.00%
48208.23/2435.45	c      2435             76          73        20          60.0000          12.0000    400.00%
48309.45/2440.57	c      2441             76          73        20          60.0000          12.0000    400.00%
48410.66/2445.67	c      2446             77          74        20          60.0000          12.0000    400.00%
48511.85/2450.75	c      2451             77          74        20          60.0000          12.0000    400.00%
48613.08/2455.84	c      2456             77          74        20          60.0000          12.0000    400.00%
48714.28/2460.93	c      2461             82          79        20          60.0000          12.0000    400.00%
48813.49/2466.00	c      2466             82          79        20          60.0000          12.0000    400.00%
48915.28/2471.09	c      2471             82          79        20          60.0000          12.0000    400.00%
49016.69/2476.17	c      2476             82          79        20          60.0000          12.0000    400.00%
49117.02/2481.25	c      2481             84          81        20          60.0000          12.0000    400.00%
49218.14/2486.35	c      2486             84          81        20          60.0000          12.0000    400.00%
49319.32/2491.49	c      2491             84          81        20          60.0000          12.0000    400.00%
49420.50/2496.56	c      2497             86          83        20          60.0000          12.0000    400.00%
49521.68/2501.64	c      2502             87          84        20          60.0000          12.0000    400.00%
49620.88/2506.70	c      2507             87          84        20          60.0000          12.0000    400.00%
49722.08/2511.75	c      2512             87          84        20          60.0000          12.0000    400.00%
49823.21/2516.85	c      2517             89          86        20          60.0000          12.0000    400.00%
49924.31/2521.95	c      2522             89          86        20          60.0000          12.0000    400.00%
50023.46/2527.01	c      2527             89          86        20          60.0000          12.0000    400.00%
50127.15/2532.14	c      2532             89          86        20          60.0000          12.0000    400.00%
50227.63/2537.29	c      2537             89          86        20          60.0000          12.0000    400.00%
50328.76/2542.37	c      2542             89          86        20          60.0000          12.0000    400.00%
50431.90/2547.50	c      2548             93          90        20          60.0000          12.0000    400.00%
50530.96/2552.57	c      2553             93          90        20          60.0000          12.0000    400.00%
50629.99/2557.58	c      2558             93          90        20          60.0000          12.0000    400.00%
50730.92/2562.69	c      2563             93          90        20          60.0000          12.0000    400.00%
50831.66/2567.79	c      2568             93          90        20          60.0000          12.0000    400.00%
50932.72/2572.90	c      2573             94          93        20          60.0000          12.0000    400.00%
51033.65/2578.00	c      2578             95          92        20          60.0000          12.0000    400.00%
51135.38/2583.04	c      2583             97          94        20          60.0000          12.0000    400.00%
51236.56/2588.17	c      2588             97          94        20          60.0000          12.0000    400.00%
51336.71/2593.26	c      2593             97          94        20          60.0000          12.0000    400.00%
51437.74/2598.40	c      2598             97          94        20          60.0000          12.0000    400.00%
51538.79/2603.47	c      2603             97          94        20          60.0000          12.0000    400.00%
51639.85/2608.53	c      2609             98          95        20          60.0000          12.0000    400.00%
51738.97/2613.58	c      2614            100          97        20          60.0000          12.0000    400.00%
51840.06/2618.61	c      2619            100          97        20          60.0000          12.0000    400.00%
51943.20/2623.81	c      2624            100          97        20          60.0000          12.0000    400.00%
52042.32/2628.88	c      2629            100          97        20          60.0000          12.0000    400.00%
52143.43/2633.95	c      2634            100          97        20          60.0000          12.0000    400.00%
52245.31/2639.05	c      2639            103         100        20          60.0000          12.0000    400.00%
52346.30/2644.15	c      2644            103         100        20          60.0000          12.0000    400.00%
52446.74/2649.23	c      2649            103         100        20          60.0000          12.0000    400.00%
52547.81/2654.32	c      2654            103         100        20          60.0000          12.0000    400.00%
52648.94/2659.40	c      2659            103         100        20          60.0000          12.0000    400.00%
52747.98/2664.47	c      2664            103         100        20          60.0000          12.0000    400.00%
52849.03/2669.58	c      2670            103         100        20          60.0000          12.0000    400.00%
52951.89/2674.79	c      2675            104         101        20          60.0000          12.0000    400.00%
53054.79/2680.01	c      2680            104         101        20          60.0000          12.0000    400.00%
53156.62/2685.07	c      2685            104         101        20          60.0000          12.0000    400.00%
53257.76/2690.19	c      2690            104         101        20          60.0000          12.0000    400.00%
53358.22/2695.26	c      2695            109         106        20          60.0000          12.0000    400.00%
53459.29/2700.37	c      2700            109         106        20          60.0000          12.0000    400.00%
53560.12/2705.42	c      2705            109         106        20          60.0000          12.0000    400.00%
53659.28/2710.46	c      2710            109         106        20          60.0000          12.0000    400.00%
53758.40/2715.50	c      2716            109         106        20          60.0000          12.0000    400.00%
53859.53/2720.55	c      2721            109         106        20          60.0000          12.0000    400.00%
53958.67/2725.59	c      2726            113         110        20          60.0000          12.0000    400.00%
54059.78/2730.65	c      2731            113         110        20          60.0000          12.0000    400.00%
54162.87/2735.86	c      2736            113         110        20          60.0000          12.0000    400.00%
54263.99/2740.91	c      2741            113         110        20          60.0000          12.0000    400.00%
54363.13/2745.99	c      2746            113         110        20          60.0000          12.0000    400.00%
54466.42/2751.19	c      2751            117         114        20          60.0000          12.0000    400.00%
54570.74/2756.42	c      2756            117         114        20          60.0000          12.0000    400.00%
54669.88/2761.47	c      2761            118         115        20          60.0000          12.0000    400.00%
54771.01/2766.52	c      2767            118         115        20          60.0000          12.0000    400.00%
54870.15/2771.56	c      2772            118         115        20          60.0000          12.0000    400.00%
54971.27/2776.60	c      2777            119         116        20          60.0000          12.0000    400.00%
55070.38/2781.68	c      2782            120         117        20          60.0000          12.0000    400.00%
55171.51/2786.76	c      2787            120         117        20          60.0000          12.0000    400.00%
55272.67/2791.85	c      2792            121         118        20          60.0000          12.0000    400.00%
55371.88/2796.87	c      2797            121         118        20          60.0000          12.0000    400.00%
55475.61/2802.10	c      2802            121         118        20          60.0000          12.0000    400.00%
55578.07/2807.22	c      2807            124         121        20          60.0000          12.0000    400.00%
55677.26/2812.23	c      2812            124         121        20          60.0000          12.0000    400.00%
55778.29/2817.31	c      2817            124         121        20          60.0000          12.0000    400.00%
55881.38/2822.50	c      2822            124         121        20          60.0000          12.0000    400.00%
55982.56/2827.63	c      2828            125         122        20          60.0000          12.0000    400.00%
56083.64/2832.79	c      2833            125         122        20          60.0000          12.0000    400.00%
56184.79/2837.86	c      2838            125         122        20          60.0000          12.0000    400.00%
56285.79/2842.93	c      2843            125         122        20          60.0000          12.0000    400.00%
56384.77/2847.98	c      2848            130         127        20          60.0000          12.0000    400.00%
56488.48/2853.14	c      2853            131         128        20          60.0000          12.0000    400.00%
56588.96/2858.29	c      2858            131         128        20          60.0000          12.0000    400.00%
56692.04/2863.50	c      2864            131         128        20          60.0000          12.0000    400.00%
56795.16/2868.61	c      2869            131         128        20          60.0000          12.0000    400.00%
56894.25/2873.66	c      2874            134         131        20          60.0000          12.0000    400.00%
56995.34/2878.71	c      2879            134         131        20          60.0000          12.0000    400.00%
57094.40/2883.77	c      2884            134         131        20          60.0000          12.0000    400.00%
57197.55/2888.94	c      2889            139         136        20          60.0000          12.0000    400.00%
57299.38/2894.09	c      2894            139         136        20          60.0000          12.0000    400.00%
57398.55/2899.11	c      2899            139         136        20          60.0000          12.0000    400.00%
57499.59/2904.14	c      2904            139         136        20          60.0000          12.0000    400.00%
57600.10/2909.29	c      2909            139         136        20          60.0000          12.0000    400.00%
57701.03/2914.33	c      2914            149         146        20          60.0000          12.0000    400.00%
57802.16/2919.42	c      2919            149         146        20          60.0000          12.0000    400.00%
57903.31/2924.50	c      2924            149         146        20          60.0000          12.0000    400.00%
58004.46/2929.65	c      2930            149         146        20          60.0000          12.0000    400.00%
58105.64/2934.73	c      2935            151         148        20          60.0000          12.0000    400.00%
58206.72/2939.82	c      2940            156         153        20          60.0000          12.0000    400.00%
58305.72/2944.86	c      2945            156         153        20          60.0000          12.0000    400.00%
58406.86/2950.01	c      2950            156         153        20          60.0000          12.0000    400.00%
58508.43/2955.04	c      2955            156         153        20          60.0000          12.0000    400.00%
58611.12/2960.28	c      2960            158         155        20          60.0000          12.0000    400.00%
58714.26/2965.45	c      2965            158         155        20          60.0000          12.0000    400.00%
58817.42/2970.61	c      2971            158         155        20          60.0000          12.0000    400.00%
58916.60/2975.67	c      2976            158         155        20          60.0000          12.0000    400.00%
59017.78/2980.74	c      2981            160         157        20          60.0000          12.0000    400.00%
59118.96/2985.83	c      2986            161         158        20          60.0000          12.0000    400.00%
59218.16/2990.88	c      2991            161         158        20          60.0000          12.0000    400.00%
59319.29/2996.02	c      2996            162         159        20          60.0000          12.0000    400.00%
59421.32/3001.07	c      3001            162         159        20          60.0000          12.0000    400.00%
59522.11/3006.16	c      3006            162         159        20          60.0000          12.0000    400.00%
59622.52/3011.26	c      3011            162         159        20          60.0000          12.0000    400.00%
59723.70/3016.32	c      3016            164         161        20          60.0000          12.0000    400.00%
59824.78/3021.47	c      3021            164         161        20          60.0000          12.0000    400.00%
59925.88/3026.52	c      3027            164         161        20          60.0000          12.0000    400.00%
60025.05/3031.58	c      3032            164         161        20          60.0000          12.0000    400.00%
60126.13/3036.62	c      3037            164         161        20          60.0000          12.0000    400.00%
60225.22/3041.68	c      3042            171         168        20          60.0000          12.0000    400.00%
60326.30/3046.74	c      3047            176         173        20          60.0000          12.0000    400.00%
60427.43/3051.89	c      3052            176         173        20          60.0000          12.0000    400.00%
60528.56/3056.94	c      3057            176         173        20          60.0000          12.0000    400.00%
60632.32/3062.13	c      3062            176         173        20          60.0000          12.0000    400.00%
60732.79/3067.24	c      3067            181         178        20          60.0000          12.0000    400.00%
60831.92/3072.29	c      3072            185         182        20          60.0000          12.0000    400.00%
60933.03/3077.34	c      3077            185         182        20          60.0000          12.0000    400.00%
61032.17/3082.39	c      3082            192         189        20          60.0000          12.0000    400.00%
61133.27/3087.44	c      3087            192         189        20          60.0000          12.0000    400.00%
61232.40/3092.49	c      3092            193         190        20          60.0000          12.0000    400.00%
61333.54/3097.54	c      3098            193         190        20          60.0000          12.0000    400.00%
61432.70/3102.55	c      3103            197         194        20          60.0000          12.0000    400.00%
61531.87/3107.56	c      3108            197         194        20          60.0000          12.0000    400.00%
61633.21/3112.67	c      3113            197         194        20          60.0000          12.0000    400.00%
61734.19/3117.73	c      3118            201         198        20          60.0000          12.0000    400.00%
61833.34/3122.76	c      3123            201         198        20          60.0000          12.0000    400.00%
61936.46/3127.93	c      3128            201         198        20          60.0000          12.0000    400.00%
62035.61/3133.03	c      3133            202         199        20          60.0000          12.0000    400.00%
62137.37/3138.10	c      3138            202         199        20          60.0000          12.0000    400.00%
62238.65/3143.16	c      3143            205         202        20          60.0000          12.0000    400.00%
62338.98/3148.22	c      3148            205         202        20          60.0000          12.0000    400.00%
62440.14/3153.31	c      3153            212         209        20          60.0000          12.0000    400.00%
62539.29/3158.36	c      3158            212         209        20          60.0000          12.0000    400.00%
62638.43/3163.39	c      3163            214         211        20          60.0000          12.0000    400.00%
62739.56/3168.44	c      3168            217         214        20          60.0000          12.0000    400.00%
62840.67/3173.52	c      3174            217         214        20          60.0000          12.0000    400.00%
62939.86/3178.57	c      3179            225         222        20          60.0000          12.0000    400.00%
63040.83/3183.63	c      3184            233         230        20          60.0000          12.0000    400.00%
63141.92/3188.74	c      3189            237         234        20          60.0000          12.0000    400.00%
63241.05/3193.79	c      3194            237         234        20          60.0000          12.0000    400.00%
63344.15/3198.92	c      3199            239         236        20          60.0000          12.0000    400.00%
63443.28/3203.93	c      3204            239         236        20          60.0000          12.0000    400.00%
63542.33/3208.96	c      3209            239         236        20          60.0000          12.0000    400.00%
63641.39/3213.97	c      3214            239         236        20          60.0000          12.0000    400.00%
63740.52/3219.01	c      3219            241         238        20          60.0000          12.0000    400.00%
63842.20/3224.09	c      3224            243         240        20          60.0000          12.0000    400.00%
63943.42/3229.15	c      3229            243         240        20          60.0000          12.0000    400.00%
64042.56/3234.16	c      3234            243         240        20          60.0000          12.0000    400.00%
64142.90/3239.23	c      3239            243         240        20          60.0000          12.0000    400.00%
64243.63/3244.36	c      3244            243         240        20          60.0000          12.0000    400.00%
64346.73/3249.54	c      3250            243         240        20          60.0000          12.0000    400.00%
64447.84/3254.65	c      3255            246         243        20          60.0000          12.0000    400.00%
64548.90/3259.79	c      3260            246         243        20          60.0000          12.0000    400.00%
64651.89/3264.98	c      3265            248         245        20          60.0000          12.0000    400.00%
64753.57/3270.04	c      3270            251         248        20          60.0000          12.0000    400.00%
64854.74/3275.16	c      3275            251         248        20          60.0000          12.0000    400.00%
64955.19/3280.20	c      3280            252         249        20          60.0000          12.0000    400.00%
65054.33/3285.26	c      3285            252         249        20          60.0000          12.0000    400.00%
65155.45/3290.31	c      3290            252         249        20          60.0000          12.0000    400.00%
65254.60/3295.36	c      3295            252         249        20          60.0000          12.0000    400.00%
65357.71/3300.58	c      3301            252         249        20          60.0000          12.0000    400.00%
65458.89/3305.64	c      3306            252         249        20          60.0000          12.0000    400.00%
65561.93/3310.81	c      3311            252         249        20          60.0000          12.0000    400.00%
65660.98/3315.87	c      3316            252         249        20          60.0000          12.0000    400.00%
65762.09/3321.00	c      3321            252         249        20          60.0000          12.0000    400.00%
65863.82/3326.12	c      3326            252         249        20          60.0000          12.0000    400.00%
65968.27/3331.38	c      3331            252         249        20          60.0000          12.0000    400.00%
66069.42/3336.42	c      3336            252         249        20          60.0000          12.0000    400.00%
66172.52/3341.66	c      3342            256         253        20          60.0000          12.0000    400.00%
66273.66/3346.73	c      3347            256         253        20          60.0000          12.0000    400.00%
66374.77/3351.82	c      3352            260         257        20          60.0000          12.0000    400.00%
66475.90/3356.99	c      3357            262         261        20          60.0000          12.0000    400.00%
66577.71/3362.13	c      3362            262         261        20          60.0000          12.0000    400.00%
66680.12/3367.23	c      3367            262         261        20          60.0000          12.0000    400.00%
66779.27/3372.29	c      3372            262         261        20          60.0000          12.0000    400.00%
66880.33/3377.37	c      3377            262         261        20          60.0000          12.0000    400.00%
66983.44/3382.53	c      3383            262         261        20          60.0000          12.0000    400.00%
67084.50/3387.64	c      3388            262         261        20          60.0000          12.0000    400.00%
67185.62/3392.72	c      3393            262         261        20          60.0000          12.0000    400.00%
67286.76/3397.81	c      3398            262         261        20          60.0000          12.0000    400.00%
67385.89/3402.88	c      3403            262         261        20          60.0000          12.0000    400.00%
67487.00/3407.97	c      3408            262         261        20          60.0000          12.0000    400.00%
67586.10/3413.02	c      3413            266         263        20          60.0000          12.0000    400.00%
67687.87/3418.07	c      3418            266         263        20          60.0000          12.0000    400.00%
67787.02/3423.09	c      3423            266         263        20          60.0000          12.0000    400.00%
67888.19/3428.16	c      3428            266         263        20          60.0000          12.0000    400.00%
67988.59/3433.27	c      3433            268         265        20          60.0000          12.0000    400.00%
68089.71/3438.32	c      3438            268         265        20          60.0000          12.0000    400.00%
68190.84/3443.43	c      3443            268         265        20          60.0000          12.0000    400.00%
68291.96/3448.52	c      3449            268         265        20          60.0000          12.0000    400.00%
68393.08/3453.64	c      3454            270         269        20          60.0000          12.0000    400.00%
68494.20/3458.70	c      3459            270         269        20          60.0000          12.0000    400.00%
68593.20/3463.78	c      3464            270         269        20          60.0000          12.0000    400.00%
68696.36/3468.91	c      3469            270         269        20          60.0000          12.0000    400.00%
68798.02/3474.08	c      3474            270         269        20          60.0000          12.0000    400.00%
68899.30/3479.16	c      3479            270         269        20          60.0000          12.0000    400.00%
69001.55/3484.34	c      3484            270         269        20          60.0000          12.0000    400.00%
69100.75/3489.39	c      3489            271         268        20          60.0000          12.0000    400.00%
69201.82/3494.45	c      3494            271         268        20          60.0000          12.0000    400.00%
69302.95/3499.53	c      3500            271         268        20          60.0000          12.0000    400.00%
69402.09/3504.57	c      3505            271         268        20          60.0000          12.0000    400.00%
69503.15/3509.62	c      3510            272         269        20          60.0000          12.0000    400.00%
69606.25/3514.80	c      3515            275         274        20          60.0000          12.0000    400.00%
69705.39/3519.84	c      3520            275         274        20          60.0000          12.0000    400.00%
69804.50/3524.85	c      3525            275         274        20          60.0000          12.0000    400.00%
69905.61/3529.91	c      3530            275         274        20          60.0000          12.0000    400.00%
70007.13/3535.06	c      3535            275         274        20          60.0000          12.0000    400.00%
70106.48/3540.12	c      3540            281         278        20          60.0000          12.0000    400.00%
70207.55/3545.16	c      3545            282         279        20          60.0000          12.0000    400.00%
70307.98/3550.22	c      3550            283         280        20          60.0000          12.0000    400.00%
70407.19/3555.27	c      3555            287         284        20          60.0000          12.0000    400.00%
70508.27/3560.32	c      3560            288         285        20          60.0000          12.0000    400.00%
70607.51/3565.36	c      3565            288         285        20          60.0000          12.0000    400.00%
70706.50/3570.39	c      3570            289         286        20          60.0000          12.0000    400.00%
70807.59/3575.44	c      3575            293         290        20          60.0000          12.0000    400.00%
70908.70/3580.51	c      3581            297         294        20          60.0000          12.0000    400.00%
71011.74/3585.71	c      3586            300         297        20          60.0000          12.0000    400.00%
71110.88/3590.77	c      3591            300         297        20          60.0000          12.0000    400.00%
71211.95/3595.82	c      3596            300         297        20          60.0000          12.0000    400.00%
71311.02/3600.87	c      3601            300         297        20          60.0000          12.0000    400.00%
71412.14/3605.92	c      3606            300         297        20          60.0000          12.0000    400.00%
71511.23/3611.01	c      3611            300         297        20          60.0000          12.0000    400.00%
71613.07/3616.06	c      3616            303         300        20          60.0000          12.0000    400.00%
71712.14/3621.11	c      3621            303         300        20          60.0000          12.0000    400.00%
71813.25/3626.19	c      3626            303         300        20          60.0000          12.0000    400.00%
71917.73/3631.43	c      3631            303         300        20          60.0000          12.0000    400.00%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (185104 MiB free)
  memory of node 1: 193531 MiB (187464 MiB free)
  memory of node 2: 193531 MiB (190784 MiB free)
  memory of node 3: 193493 MiB (189600 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-4465478-1722545582/watcher-4465478-1722545582 -o /tmp/evaluation-result-4465478-1722545582/solver-4465478-1722545582 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123866 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465478-1722545582.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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=126356, runsolver pid=126353
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 81.59 80.21 80.31 63/985 126357
/proc/meminfo: memFree=770941460/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=90868 memory=78524 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) R 126353 126356 123854 0 -1 4194304 17415 0 0 0 9 2 0 0 20 0 1 0 21140899 93048832 19631 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 22717 19631 2630 3035 0 19113 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 90868 KiB
Current children cumulated memory: 78524 KiB

[startup+0.220281 s]*
/proc/loadavg: 81.59 80.21 80.31 63/985 126357
/proc/meminfo: memFree=770901040/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=107876 memory=96096 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/126356/stat : 126356 (fscip) R 126353 126356 123854 0 -1 4194304 25029 0 0 0 20 3 0 0 20 0 1 0 21140899 110465024 24024 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 26969 24024 2726 3035 0 23365 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107876 KiB
Current children cumulated memory: 96096 KiB

[startup+0.32006 s]*
/proc/loadavg: 81.59 80.21 80.31 63/985 126357
/proc/meminfo: memFree=770876176/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=118528 memory=106104 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) R 126353 126356 123854 0 -1 4194304 28216 0 0 0 30 3 0 0 20 0 1 0 21140899 121372672 26526 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 29632 26526 2774 3035 0 26028 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 118528 KiB
Current children cumulated memory: 106104 KiB

[startup+0.700257 s]
/proc/loadavg: 81.59 80.21 80.31 64/985 126357
/proc/meminfo: memFree=770837872/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=120492 memory=108216 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) R 126353 126356 123854 0 -1 4194304 28750 0 0 0 65 3 0 0 20 0 1 0 21140899 123383808 27054 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 30123 27054 2774 3035 0 26519 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 120492 KiB
Current children cumulated memory: 108216 KiB

[startup+1.50027 s]
/proc/loadavg: 81.59 80.21 80.31 63/985 126357
/proc/meminfo: memFree=770688836/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=122196 memory=109800 CPUtime=1.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) R 126353 126356 123854 0 -1 4194304 29173 0 0 0 145 3 0 0 20 0 1 0 21140899 125128704 27450 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 30549 27450 2774 3035 0 26945 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122196 KiB
Current children cumulated memory: 109800 KiB

[startup+3.12019 s]
/proc/loadavg: 81.59 80.21 80.31 62/1007 126385
/proc/meminfo: memFree=772178956/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=1688600 memory=694816 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/126356/stat : 126356 (fscip) S 126353 126356 123854 0 -1 1077936128 180353 0 0 0 284 27 0 0 20 0 21 0 21140899 1729126400 173704 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 422150 173704 2790 3035 0 224223 0
[pid=126356/tid=126358] ppid=126353 vsize=1688600 memory=11632 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/126356/task/126358/stat : 126358 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126359] ppid=126353 vsize=1688600 memory=330020 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/126356/task/126359/stat : 126359 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126360] ppid=126353 vsize=1688600 memory=15008 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126360/stat : 126360 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126361] ppid=126353 vsize=1688600 memory=10528 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/126356/task/126361/stat : 126361 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126362] ppid=126353 vsize=1688600 memory=108744 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/126356/task/126362/stat : 126362 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126363] ppid=126353 vsize=1688600 memory=5440 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126363/stat : 126363 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126364] ppid=126353 vsize=1688600 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/126356/task/126364/stat : 126364 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126365] ppid=126353 vsize=1688600 memory=2212 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/126356/task/126365/stat : 126365 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173770 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126366] ppid=126353 vsize=1688600 memory=52808 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/126356/task/126366/stat : 126366 (fscip) S 126353 126356 123854 0 -1 1077936192 6884 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126367] ppid=126353 vsize=1688600 memory=1952 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/126356/task/126367/stat : 126367 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126368] ppid=126353 vsize=1688600 memory=1852 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/126356/task/126368/stat : 126368 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126369] ppid=126353 vsize=1688600 memory=33108 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/126356/task/126369/stat : 126369 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126370] ppid=126353 vsize=1688600 memory=2208 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/126356/task/126370/stat : 126370 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126371] ppid=126353 vsize=1688600 memory=25992 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/126356/task/126371/stat : 126371 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126372] ppid=126353 vsize=1688600 memory=104 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/126356/task/126372/stat : 126372 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126373] ppid=126353 vsize=1688600 memory=6232 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/126356/task/126373/stat : 126373 (fscip) S 126353 126356 123854 0 -1 1077936192 6884 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126374] ppid=126353 vsize=1688600 memory=19852 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126374/stat : 126374 (fscip) R 126353 126356 123854 0 -1 4194368 5224 0 0 0 1 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126375] ppid=126353 vsize=1688600 memory=31988 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/126356/task/126375/stat : 126375 (fscip) S 126353 126356 123854 0 -1 1077936192 6886 0 0 0 3 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126376] ppid=126353 vsize=1688600 memory=28720 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/126356/task/126376/stat : 126376 (fscip) S 126353 126356 123854 0 -1 1077936192 6885 0 0 0 2 1 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126377] ppid=126353 vsize=1688600 memory=7384 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126377/stat : 126377 (fscip) S 126353 126356 123854 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 21141133 1729126400 173836 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1688600 KiB
Current children cumulated memory: 694816 KiB

[startup+6.30163 s]
/proc/loadavg: 81.46 80.21 80.30 81/1027 126405
/proc/meminfo: memFree=769730328/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=4015668 memory=3055820 CPUtime=63.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) S 126353 126356 123854 0 -1 1077936128 862298 0 0 0 6079 275 0 0 20 0 41 0 21140899 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 1003917 763955 2998 3035 0 883747 0
[pid=126356/tid=126358] ppid=126353 vsize=4015668 memory=10528 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126358/stat : 126358 (fscip) R 126353 126356 123854 0 -1 4194368 26461 0 0 0 305 5 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126359] ppid=126353 vsize=4015668 memory=5440 CPUtime=2.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126359/stat : 126359 (fscip) R 126353 126356 123854 0 -1 4194368 50025 0 0 0 275 23 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126360] ppid=126353 vsize=4015668 memory=16108 CPUtime=3.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126360/stat : 126360 (fscip) R 126353 126356 123854 0 -1 4194368 44113 0 0 0 297 10 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126361] ppid=126353 vsize=4015668 memory=2212 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126361/stat : 126361 (fscip) R 126353 126356 123854 0 -1 4194368 24730 0 0 0 304 6 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126362] ppid=126353 vsize=4015668 memory=10528 CPUtime=3.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126362/stat : 126362 (fscip) R 126353 126356 123854 0 -1 4194368 61438 0 0 0 278 25 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126363] ppid=126353 vsize=4015668 memory=11632 CPUtime=3.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126363/stat : 126363 (fscip) R 126353 126356 123854 0 -1 4194368 45799 0 0 0 297 10 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126364] ppid=126353 vsize=4015668 memory=281114200795680 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126364/stat : 126364 (fscip) R 126353 126356 123854 0 -1 4194368 28071 0 0 0 304 6 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126365] ppid=126353 vsize=4015668 memory=3056184 CPUtime=2.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126365/stat : 126365 (fscip) R 126353 126356 123854 0 -1 4194368 51045 0 0 0 273 22 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126366] ppid=126353 vsize=4015668 memory=330020 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126366/stat : 126366 (fscip) R 126353 126356 123854 0 -1 4194368 40017 0 0 0 295 10 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126367] ppid=126353 vsize=4015668 memory=0 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126367/stat : 126367 (fscip) R 126353 126356 123854 0 -1 4194368 24730 0 0 0 297 5 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126368] ppid=126353 vsize=4015668 memory=109800 CPUtime=3.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126368/stat : 126368 (fscip) R 126353 126356 123854 0 -1 4194368 57669 0 0 0 278 23 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126369] ppid=126353 vsize=4015668 memory=3090716 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126369/stat : 126369 (fscip) R 126353 126356 123854 0 -1 4194368 39858 0 0 0 296 9 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126370] ppid=126353 vsize=4015668 memory=2919084 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126370/stat : 126370 (fscip) R 126353 126356 123854 0 -1 4194368 28183 0 0 0 298 7 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126371] ppid=126353 vsize=4015668 memory=0 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126371/stat : 126371 (fscip) R 126353 126356 123854 0 -1 4194368 52742 0 0 0 277 25 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126372] ppid=126353 vsize=4015668 memory=281114199465200 CPUtime=3.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126372/stat : 126372 (fscip) R 126353 126356 123854 0 -1 4194368 39910 0 0 0 297 8 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126373] ppid=126353 vsize=4015668 memory=25333125866717268 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126373/stat : 126373 (fscip) R 126353 126356 123854 0 -1 4194368 28208 0 0 0 305 5 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126374] ppid=126353 vsize=4015668 memory=5440 CPUtime=3.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126374/stat : 126374 (fscip) R 126353 126356 123854 0 -1 4194368 52888 0 0 0 278 24 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126375] ppid=126353 vsize=4015668 memory=33 CPUtime=3.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126375/stat : 126375 (fscip) R 126353 126356 123854 0 -1 4194368 40241 0 0 0 299 9 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126376] ppid=126353 vsize=4015668 memory=281114200462080 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126376/stat : 126376 (fscip) R 126353 126356 123854 0 -1 4194368 25229 0 0 0 304 6 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126377] ppid=126353 vsize=4015668 memory=544868141106154 CPUtime=3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126377/stat : 126377 (fscip) R 126353 126356 123854 0 -1 4194368 49284 0 0 0 279 21 0 0 20 0 41 0 21141133 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126386] ppid=126353 vsize=4015668 memory=281114199745408 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126386/stat : 126386 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126387] ppid=126353 vsize=4015668 memory=281114201031528 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126387/stat : 126387 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126388] ppid=126353 vsize=4015668 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/126356/task/126388/stat : 126388 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126389] ppid=126353 vsize=4015668 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/126356/task/126389/stat : 126389 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126390] ppid=126353 vsize=4015668 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/126356/task/126390/stat : 126390 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126391] ppid=126353 vsize=4015668 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/126356/task/126391/stat : 126391 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126392] ppid=126353 vsize=4015668 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/126356/task/126392/stat : 126392 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126393] ppid=126353 vsize=4015668 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/126356/task/126393/stat : 126393 (fscip) S 126353 126356 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21141217 4112044032 763955 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0

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

[pid=126356/tid=126389] ppid=126353 vsize=16083464 memory=19852 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/126356/task/126389/stat : 126389 (fscip) S 126353 126356 123854 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126390] ppid=126353 vsize=16083464 memory=31988 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/126356/task/126390/stat : 126390 (fscip) S 126353 126356 123854 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126391] ppid=126353 vsize=16083464 memory=1496 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/126356/task/126391/stat : 126391 (fscip) S 126353 126356 123854 0 -1 1077936192 164 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126392] ppid=126353 vsize=16083464 memory=0 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/126356/task/126392/stat : 126392 (fscip) S 126353 126356 123854 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126393] ppid=126353 vsize=16083464 memory=11624 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/126356/task/126393/stat : 126393 (fscip) S 126353 126356 123854 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126394] ppid=126353 vsize=16083464 memory=11668 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/126356/task/126394/stat : 126394 (fscip) S 126353 126356 123854 0 -1 1077936192 168 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126395] ppid=126353 vsize=16083464 memory=13204 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/126356/task/126395/stat : 126395 (fscip) S 126353 126356 123854 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126396] ppid=126353 vsize=16083464 memory=11900 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/126356/task/126396/stat : 126396 (fscip) S 126353 126356 123854 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126397] ppid=126353 vsize=16083464 memory=12762028 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/126356/task/126397/stat : 126397 (fscip) S 126353 126356 123854 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126398] ppid=126353 vsize=16083464 memory=12762028 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/126356/task/126398/stat : 126398 (fscip) S 126353 126356 123854 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126399] ppid=126353 vsize=16083464 memory=12754136 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/126356/task/126399/stat : 126399 (fscip) S 126353 126356 123854 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126400] ppid=126353 vsize=16083464 memory=12762028 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/126356/task/126400/stat : 126400 (fscip) S 126353 126356 123854 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126401] ppid=126353 vsize=16083464 memory=12764356 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/126356/task/126401/stat : 126401 (fscip) S 126353 126356 123854 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126402] ppid=126353 vsize=16083464 memory=18104 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/126356/task/126402/stat : 126402 (fscip) S 126353 126356 123854 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126403] ppid=126353 vsize=16083464 memory=20140 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/126356/task/126403/stat : 126403 (fscip) S 126353 126356 123854 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126404] ppid=126353 vsize=16083464 memory=10528 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/126356/task/126404/stat : 126404 (fscip) S 126353 126356 123854 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126405] ppid=126353 vsize=16083464 memory=11632 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/126356/task/126405/stat : 126405 (fscip) S 126353 126356 123854 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3191282 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
Current children cumulated CPU time: 70944.4 s
Current children cumulated vsize: 16083464 KiB
Current children cumulated memory: 12765128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.6 s]
/proc/loadavg: 80.22 80.13 80.31 82/1024 128690
/proc/meminfo: memFree=752552000/790760804 swapFree=131071996/131071996
[pid=126356] ppid=126353 vsize=16083464 memory=12768568 CPUtime=72001 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/stat : 126356 (fscip) S 126353 126356 123854 0 -1 1077936128 38624636 0 0 0 7191467 8636 0 0 20 0 41 0 21140899 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
/proc/126356/statm: 4020866 3192142 3030 3035 0 3966466 0
[pid=126356/tid=126358] ppid=126353 vsize=16083464 memory=6720663251010862183 CPUtime=3602.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126358/stat : 126358 (fscip) R 126353 126356 123854 0 -1 4194368 943280 0 0 0 360134 100 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126359] ppid=126353 vsize=16083464 memory=12765844 CPUtime=3603.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126359/stat : 126359 (fscip) R 126353 126356 123854 0 -1 4194368 2282309 0 0 0 360010 377 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126360] ppid=126353 vsize=16083464 memory=683239102733133 CPUtime=3594.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126360/stat : 126360 (fscip) R 126353 126356 123854 0 -1 4194368 2676997 0 0 0 358633 775 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126361] ppid=126353 vsize=16083464 memory=0 CPUtime=3603.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126361/stat : 126361 (fscip) R 126353 126356 123854 0 -1 4194368 1153776 0 0 0 360184 122 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126362] ppid=126353 vsize=16083464 memory=28720 CPUtime=3606.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126362/stat : 126362 (fscip) R 126353 126356 123854 0 -1 4194368 2213052 0 0 0 360323 282 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126363] ppid=126353 vsize=16083464 memory=7384 CPUtime=3587.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126363/stat : 126363 (fscip) R 126353 126356 123854 0 -1 4194368 2629087 0 0 0 357696 1093 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126364] ppid=126353 vsize=16083464 memory=27608 CPUtime=3605.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126364/stat : 126364 (fscip) R 126353 126356 123854 0 -1 4194368 988960 0 0 0 360447 106 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126365] ppid=126353 vsize=16083464 memory=3736 CPUtime=3606.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126365/stat : 126365 (fscip) R 126353 126356 123854 0 -1 4194368 2140667 0 0 0 360259 344 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126366] ppid=126353 vsize=16083464 memory=40232 CPUtime=3592.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126366/stat : 126366 (fscip) R 126353 126356 123854 0 -1 4194368 2320691 0 0 0 358277 972 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126367] ppid=126353 vsize=16083464 memory=8072 CPUtime=3600.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126367/stat : 126367 (fscip) R 126353 126356 123854 0 -1 4194368 1022462 0 0 0 359949 107 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126368] ppid=126353 vsize=16083464 memory=3516 CPUtime=3604.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126368/stat : 126368 (fscip) R 126353 126356 123854 0 -1 4194368 2072727 0 0 0 360086 366 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126369] ppid=126353 vsize=16083464 memory=2300 CPUtime=3593.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126369/stat : 126369 (fscip) R 126353 126356 123854 0 -1 4194368 2882245 0 0 0 358578 790 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126370] ppid=126353 vsize=16083464 memory=15008 CPUtime=3599.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126370/stat : 126370 (fscip) R 126353 126356 123854 0 -1 4194368 1013524 0 0 0 359853 111 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126371] ppid=126353 vsize=16083464 memory=10528 CPUtime=3602.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126371/stat : 126371 (fscip) R 126353 126356 123854 0 -1 4194368 2522429 0 0 0 359862 371 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126372] ppid=126353 vsize=16083464 memory=5440 CPUtime=3596.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126372/stat : 126372 (fscip) R 126353 126356 123854 0 -1 4194368 2755875 0 0 0 358828 840 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126373] ppid=126353 vsize=16083464 memory=16108 CPUtime=3599.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126373/stat : 126373 (fscip) R 126353 126356 123854 0 -1 4194368 1084899 0 0 0 359824 110 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126374] ppid=126353 vsize=16083464 memory=25992 CPUtime=3602.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126374/stat : 126374 (fscip) R 126353 126356 123854 0 -1 4194368 2182015 0 0 0 359859 346 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126375] ppid=126353 vsize=16083464 memory=104 CPUtime=3589.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126375/stat : 126375 (fscip) R 126353 126356 123854 0 -1 4194368 2325349 0 0 0 358010 943 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126376] ppid=126353 vsize=16083464 memory=6232 CPUtime=3604.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126376/stat : 126376 (fscip) R 126353 126356 123854 0 -1 4194368 1063903 0 0 0 360334 118 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126377] ppid=126353 vsize=16083464 memory=19852 CPUtime=3603.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/126356/task/126377/stat : 126377 (fscip) R 126353 126356 123854 0 -1 4194368 2289666 0 0 0 359990 316 0 0 20 0 41 0 21141133 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126386] ppid=126353 vsize=16083464 memory=2212 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/126356/task/126386/stat : 126386 (fscip) S 126353 126356 123854 0 -1 1077936192 167 0 0 0 1 1 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126387] ppid=126353 vsize=16083464 memory=52808 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/126356/task/126387/stat : 126387 (fscip) S 126353 126356 123854 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126388] ppid=126353 vsize=16083464 memory=1952 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/126356/task/126388/stat : 126388 (fscip) S 126353 126356 123854 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126389] ppid=126353 vsize=16083464 memory=1852 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/126356/task/126389/stat : 126389 (fscip) S 126353 126356 123854 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126390] ppid=126353 vsize=16083464 memory=12768564 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/126356/task/126390/stat : 126390 (fscip) S 126353 126356 123854 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126391] ppid=126353 vsize=16083464 memory=5720 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/126356/task/126391/stat : 126391 (fscip) S 126353 126356 123854 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126392] ppid=126353 vsize=16083464 memory=11384 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/126356/task/126392/stat : 126392 (fscip) S 126353 126356 123854 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126393] ppid=126353 vsize=16083464 memory=13920 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/126356/task/126393/stat : 126393 (fscip) S 126353 126356 123854 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126394] ppid=126353 vsize=16083464 memory=13204 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/126356/task/126394/stat : 126394 (fscip) S 126353 126356 123854 0 -1 1077936192 171 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126395] ppid=126353 vsize=16083464 memory=12768568 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/126356/task/126395/stat : 126395 (fscip) S 126353 126356 123854 0 -1 1077936192 111 0 0 0 2 1 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126396] ppid=126353 vsize=16083464 memory=1852 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/126356/task/126396/stat : 126396 (fscip) S 126353 126356 123854 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126397] ppid=126353 vsize=16083464 memory=33108 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/126356/task/126397/stat : 126397 (fscip) S 126353 126356 123854 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126398] ppid=126353 vsize=16083464 memory=2208 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/126356/task/126398/stat : 126398 (fscip) S 126353 126356 123854 0 -1 1077936192 206 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126399] ppid=126353 vsize=16083464 memory=25992 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/126356/task/126399/stat : 126399 (fscip) S 126353 126356 123854 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126400] ppid=126353 vsize=16083464 memory=104 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/126356/task/126400/stat : 126400 (fscip) S 126353 126356 123854 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126401] ppid=126353 vsize=16083464 memory=0 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/126356/task/126401/stat : 126401 (fscip) S 126353 126356 123854 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126402] ppid=126353 vsize=16083464 memory=6645459911560372124 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/126356/task/126402/stat : 126402 (fscip) S 126353 126356 123854 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126403] ppid=126353 vsize=16083464 memory=6655300316396806240 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/126356/task/126403/stat : 126403 (fscip) S 126353 126356 123854 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126404] ppid=126353 vsize=16083464 memory=6719476473781506385 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/126356/task/126404/stat : 126404 (fscip) S 126353 126356 123854 0 -1 1077936192 172 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
[pid=126356/tid=126405] ppid=126353 vsize=16083464 memory=5859278125932635491 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/126356/task/126405/stat : 126405 (fscip) S 126353 126356 123854 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 21141217 16469467136 3192142 809668444160 4194304 16623229 140728894878240 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 40538112 140728894886921 140728894887039 140728894887039 140728894894064 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 16083464 KiB
Current children cumulated memory: 12768568 KiB

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

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

# cumulated CPU time of all completed processes:  user=71914.9 s, system=86.7477 s

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

[startup+3635.82 s]
/proc/loadavg: 80.22 80.13 80.31 62/985 128690
/proc/meminfo: memFree=755594140/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.9 s]
/proc/loadavg: 80.22 80.13 80.31 62/985 128690
/proc/meminfo: memFree=755594140/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3636
CPU time (s): 72001.7
CPU user time (s): 71914.9
CPU system time (s): 86.7477
CPU usage (%): 1980.24
Max. virtual memory (cumulated for all children) (KiB): 16411144
Max. memory (cumulated for all children) (KiB): 13003464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71914.9
system time used= 86.7477
maximum resident set size= 13003464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38624676
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= 408773
involuntary context switches= 357760


# summary of solver processes directly reported to runsolver:
#   pid: 126356
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71914.9
#   total CPU system time (s): 86.7477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3848 second user time and 82.2497 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 22:53:02
IDJOB=4465478
IDBENCH=158395
IDSOLVER=3094
FILE ID=nodeD103/4465478-1722545582
RUNJOBID= nodeD103-1722541827-123866
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug6.5.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-4465478-1722545582/watcher-4465478-1722545582 -o /tmp/evaluation-result-4465478-1722545582/solver-4465478-1722545582 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123866 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465478-1722545582.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=566079908

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        771031408 kB
MemAvailable:   772377376 kB
Buffers:          290872 kB
Cached:          4379876 kB
SwapCached:            0 kB
Active:           459540 kB
Inactive:       16717928 kB
Active(anon):       2136 kB
Inactive(anon): 12527144 kB
Active(file):     457404 kB
Inactive(file):  4190784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           2179836 kB
Writeback:            12 kB
AnonPages:      12500332 kB
Mapped:           827880 kB
Shmem:             22540 kB
KReclaimable:     234988 kB
Slab:             591608 kB
SReclaimable:     234988 kB
SUnreclaim:       356620 kB
KernelStack:       16928 kB
PageTables:        37852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2170812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           265344 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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:      532480 kB
DirectMap2M:    62879744 kB
DirectMap1G:    742391808 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD103 at 2024-08-01 23:53:38