Trace number 4465236

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 3649.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.14.opb
MD5SUM90e53daebe6d07158ca0a25084e23cd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark2.94402
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23848
Total number of constraints1451912
Number of constraints which are clauses1447776
Number of constraints which are cardinality constraints (but not clauses)4136
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 176
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 176
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 174
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 350
Number of bits of the biggest sum of numbers9
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)
3.88/3.93	c Default LC presolving (default).
3.88/3.96	c ** Before presolving: virtualMemUsedAtLc = 3230205678, getVmSize() = 1897074688, SCIPgetMemUsed() = 1666116990, SCIPgetMemTotal() = 1756870038, SCIPgetMemExternEstim() = 1473335640
3.88/3.96	c ** set memory limit for presolving in LC to 8.78592e+12 for SCIP **
15.63/15.75	c ** Estimated virtualMemUsedAtSolver = 1927030147, getVmSize() = 2006990848, SCIPgetMemUsed() = 1117694309, SCIPgetMemTotal() = 1417209581, SCIPgetMemExternEstim() = 1473335640
15.63/15.75	c ** set memory limit for solvers to 4.18255e+11 for each SCIP **
15.63/15.75	c Original Problem   :
15.63/15.75	c   Problem name     : instance-4465236-1723593750
15.63/15.75	c   Variables        : 23848 (23848 binary, 0 integer, 0 implicit integer, 0 continuous)
15.63/15.75	c   Constraints      : 1451912
15.63/15.75	c   Objective sense  : minimize
15.63/15.75	c Presolved Problem  :
15.63/15.75	c   Variables        : 11706 (11706 binary, 0 integer, 0 implicit integer, 0 continuous)
15.63/15.75	c   Constraints      : 122774
15.63/15.75	c Constraints        : Number
15.63/15.75	c   setppc           : 82630 
15.63/15.75	c   logicor          : 40144 
15.63/15.75	c ** Instance transfer method used: 0
15.83/15.93	c ** ParaScipInstance copy does not increase the number of variables. **
18.83/18.99	c LC is working with racing ramp-up and with rebuilding tree after racing.
18.83/19.00	c                                Nodes    Active                                            
18.83/19.00	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
24.20/19.33	c *      19              0           1        20         170.0000                -          -
24.20/19.33	c        19              0           1        20         170.0000                -          -
196.88/28.43	c *      28              0           1        20         149.0000                -          -
196.88/28.43	c        28              0           1        20         149.0000                -          -
202.67/28.79	c *      29              0           1        20         148.0000                -          -
204.65/28.86	c *      29              0           1        20          94.0000                -          -
210.51/29.18	c *      29              0           1        20          90.0000                -          -
269.14/32.23	c *      32              0           1        20          89.0000                -          -
269.14/32.27	c *      32              0           1        20          79.0000                -          -
271.03/32.30	c *      32              0           1        20          76.0000                -          -
369.97/37.38	c        37              2           1        20          76.0000          10.0000          -
473.14/42.55	c        43              2           3        20          76.0000          10.0000          -
580.26/47.93	c        48             22          21        20          76.0000          10.0000          -
682.06/53.12	c        53             42          41        20          76.0000          10.0000          -
783.22/58.16	c        58            152         151        20          76.0000          10.0000          -
893.45/63.74	c        64            162         161        20          76.0000          10.0000          -
999.19/69.09	c        69            162         161        20          76.0000          10.0000          -
1206.58/79.51	c        80            182         181        20          76.0000          10.0000          -
1311.66/84.87	c        85            182         181        20          76.0000          10.0000          -
1424.64/90.57	c        91            182         181        20          76.0000          10.0000          -
1525.73/95.65	c        96           1506         309        20          76.0000          11.0000          -
1624.85/100.68	c       101           1761           0        20          76.0000          11.0000          -
1725.94/105.72	c       106           1421         288        20          76.0000          11.0000          -
1838.96/111.44	c       111           1640         209        20          76.0000          11.0000          -
1942.06/116.66	c       117           2383         165        20          76.0000          11.0000          -
1970.70/118.09	c *     118           2232         193        20          75.0000          11.0000          -
2054.76/122.35	c       122           2861         161        20          75.0000          11.0000          -
2153.86/127.37	c       127           2840          21        20          75.0000          11.0000          -
2190.22/129.17	c *     129           2646         189        20          74.0000          11.0000          -
2267.54/133.11	c       133           2736         248        20          74.0000          11.0000          -
2371.87/138.34	c       138           2754         186        20          74.0000          11.0000          -
2439.24/141.78	c *     142           4041         174        20          73.0000          11.0000          -
2457.03/142.67	c *     143           4108         167        20          72.0000          11.0000          -
2470.81/143.37	c       143           4080         209        20          72.0000          11.0000          -
2579.82/148.86	c       149           4231         154        20          72.0000          11.0000          -
2678.88/153.89	c       154           4264         151        20          72.0000          11.0000          -
2779.89/158.91	c       159           4733         153        20          72.0000          11.0000          -
2822.07/161.11	c *     161           5093         175        20          71.0000          11.0000          -
2878.61/163.92	c       164           5394         148        20          71.0000          11.0000          -
2922.89/166.14	c *     166           6271         159        20          70.0000          11.0000          -
2977.61/168.96	c       169           6190         133        20          70.0000          11.0000          -
3068.72/173.51	c *     174           6442         160        20          69.0000          11.0000          -
3076.64/173.99	c       174           6442         160        20          69.0000          11.0000          -
3106.33/175.41	c *     175           6815         212        20          68.0000          11.0000          -
3140.69/177.19	c *     177           7228         140        20          67.0000          11.0000          -
3153.86/177.81	c *     178           7228         140        20          66.0000          11.0000    500.00%
3181.59/179.28	c       179           7295         139        20          66.0000          11.0000    500.00%
3187.53/179.50	c *     180           7295         139        20          65.0000          11.0000    490.91%
3225.13/181.41	c *     181           7295         139        20          64.0000          11.0000    481.82%
3270.76/183.74	c *     184           6828         149        20          63.0000          11.0000    472.73%
3286.60/184.54	c       185           6828         149        20          63.0000          11.0000    472.73%
3354.08/187.95	c *     188           6829         148        20          62.0000          11.0000    463.64%
3393.56/189.92	c       190           7071         146        20          62.0000          11.0000    463.64%
3403.45/190.42	c *     190           7071         146        20          61.0000          11.0000    454.55%
3515.26/196.09	c       196           8475         122        20          61.0000          11.0000    454.55%
3617.49/201.29	c       201           9265          72        20          61.0000          11.0000    454.55%
3625.43/201.68	c *     202           9171         104        20          60.0000          11.0000    445.45%
3636.22/202.18	c *     202           7515         140        20          59.0000          11.0000    436.36%
3661.02/203.41	c *     203           7515         140        20          58.0000          11.0000    427.27%
3720.41/206.44	c       206          10098         106        20          58.0000          11.0000    427.27%
3736.27/207.21	c *     207           7639          47        20          57.0000          11.0000    418.18%
3821.56/211.55	c       212          12036         108        20          57.0000          11.0000    418.18%
3887.02/214.80	c *     215          10715          84        20          56.0000          11.0000    409.09%
3926.73/216.88	c       217          10301         129        20          56.0000          11.0000    409.09%
4030.68/222.12	c       222          11011          94        20          56.0000          11.0000    409.09%
4133.20/227.28	c       227          11561         132        20          56.0000          11.0000    409.09%
4176.88/229.46	c *     229          11940          88        20          55.0000          11.0000    400.00%
4234.32/232.40	c       232          12394          87        20          55.0000          11.0000    400.00%
4301.76/235.73	c *     236          19054          95        20          54.0000          11.0000    390.91%
4335.62/237.44	c       237          12226         121        20          54.0000          11.0000    390.91%
4438.64/242.61	c       243          13741          85        20          54.0000          11.0000    390.91%
4543.88/247.94	c       248          21374          96        20          54.0000          11.0000    390.91%
4643.16/252.99	c       253          12606         117        20          54.0000          11.0000    390.91%
4742.42/257.92	c *     258          23127         146        20          53.0000          11.0000    381.82%
4745.04/258.06	c       258          23127         146        20          53.0000          11.0000    381.82%
4844.18/263.10	c       263          14835          83        20          53.0000          11.0000    381.82%
4853.42/263.52	c *     264          14835          83        20          52.0000          11.0000    372.73%
4914.86/266.62	c *     267          16206         106        20          51.0000          11.0000    363.64%
4928.72/267.40	c *     267          25307         192        20          50.0000          11.0000    354.55%
4943.31/268.13	c       268          25548          90        20          50.0000          11.0000    354.55%
4948.52/268.34	c *     268          25548          90        20          49.0000          11.0000    345.45%
5015.98/271.77	c *     272          17576         100        20          48.0000          11.0000    336.36%
5045.68/273.23	c       273          26501          75        20          48.0000          11.0000    336.36%
5146.90/278.34	c       278          27500          68        20          48.0000          11.0000    336.36%
5248.10/283.48	c       283          18864          98        20          48.0000          11.0000    336.36%
5349.32/288.59	c       289          19263         100        20          48.0000          11.0000    336.36%
5450.51/293.66	c       294          19727          97        20          48.0000          11.0000    336.36%
5551.69/298.71	c       299          18828          58        20          48.0000          11.0000    336.36%
5660.73/304.25	c       304          32386          62        20          48.0000          11.0000    336.36%
5765.89/309.50	c       310          33397          63        20          48.0000          11.0000    336.36%
5865.07/314.54	c       315          19668          52        20          48.0000          11.0000    336.36%
5964.21/319.54	c       320          22299          90        20          48.0000          11.0000    336.36%
6005.86/321.61	c *     322          20336          49        20          47.0000          11.0000    327.27%
6069.25/324.89	c       325          22554          94        20          47.0000          11.0000    327.27%
6173.11/330.05	c       330          37408          59        20          47.0000          11.0000    327.27%
6275.56/335.23	c       335          21847          56        20          47.0000          11.0000    327.27%
6374.75/340.27	c       340          39415          55        20          47.0000          11.0000    327.27%
6475.93/345.32	c       345          25235          87        20          47.0000          11.0000    327.27%
6575.13/350.37	c       350          23509          45        20          47.0000          11.0000    327.27%
6686.22/355.95	c       356          23920          43        20          47.0000          11.0000    327.27%
6789.98/361.13	c       361          27845          91        20          47.0000          11.0000    327.27%
6900.28/366.79	c       367          25407          42        20          47.0000          11.0000    327.27%
7001.39/371.85	c       372          28205          90        20          47.0000          11.0000    327.27%
7102.52/376.99	c       377          27205          42        20          47.0000          11.0000    327.27%
7204.49/382.12	c       382          27357          45        20          47.0000          11.0000    327.27%
7305.62/387.17	c       387          27946          61        20          47.0000          11.0000    327.27%
7405.92/392.22	c       392          28561          70        20          47.0000          11.0000    327.27%
7505.12/397.26	c       397          29198          51        20          47.0000          11.0000    327.27%
7606.30/402.37	c       402          29833          87        20          47.0000          11.0000    327.27%
7707.48/407.41	c       407          30246          91        20          47.0000          11.0000    327.27%
7806.67/412.48	c       412          30571          90        20          47.0000          11.0000    327.27%
7907.85/417.55	c       418          31087          86        20          47.0000          11.0000    327.27%
8010.97/422.74	c       423          31334          89        20          47.0000          11.0000    327.27%
8120.08/428.25	c       428          31621          86        20          47.0000          11.0000    327.27%
8221.25/433.32	c       433          60996          61        20          47.0000          11.0000    327.27%
8324.43/438.55	c       439          32791          91        20          47.0000          11.0000    327.27%
8425.52/443.61	c       444          63437          59        20          47.0000          11.0000    327.27%
8502.80/447.56	c *     448          64175         141        20          46.0000          11.0000    318.18%
8524.50/448.62	c       449          64409          64        20          46.0000          11.0000    318.18%
8530.46/448.96	c *     449          33337          88        20          45.0000          11.0000    309.09%
8627.38/453.84	c       454          33361          90        20          45.0000          11.0000    309.09%
8631.89/454.05	c *     454          33361          90        20          44.0000          11.0000    300.00%
8718.29/458.48	c *     458          33778          86        20          43.0000          11.0000    290.91%
8728.07/458.92	c       459          33778          86        20          43.0000          11.0000    290.91%
8831.96/464.19	c       464          33812          92        20          43.0000          11.0000    290.91%
8932.20/469.26	c       469          33920          94        20          43.0000          11.0000    290.91%
9033.23/474.35	c       474          34357          87        20          43.0000          11.0000    290.91%
9136.32/479.53	c       480          39408          38        20          43.0000          11.0000    290.91%
9239.34/484.76	c       485          69491          56        20          43.0000          11.0000    290.91%
9342.37/489.94	c       490          36522          77        20          43.0000          11.0000    290.91%
9444.12/495.11	c       495          36861          75        20          43.0000          11.0000    290.91%
9550.47/500.43	c       500          37392          72        20          43.0000          11.0000    290.91%
9651.55/505.55	c       506          42717          38        20          43.0000          11.0000    290.91%
9752.65/510.60	c       511          43435          40        20          43.0000          11.0000    290.91%
9851.76/515.65	c       516          71384          54        20          43.0000          11.0000    290.91%
9952.89/520.70	c       521          71681          56        20          43.0000          11.0000    290.91%
10052.09/525.75	c       526          45765          40        20          43.0000          11.0000    290.91%
10153.04/530.81	c       531          46443          37        20          43.0000          11.0000    290.91%
10252.14/535.87	c       536          72465          53        20          43.0000          11.0000    290.91%
10353.25/540.91	c       541          47615          42        20          43.0000          11.0000    290.91%
10456.81/546.16	c       546          49028          57        20          43.0000          11.0000    290.91%
10557.26/551.23	c       551          49189          40        20          43.0000          11.0000    290.91%
10658.38/556.36	c       556          49782          56        20          43.0000          11.0000    290.91%
10759.48/561.47	c       561          50589          41        20          43.0000          11.0000    290.91%
10860.58/566.55	c       567          51040          53        20          43.0000          11.0000    290.91%
10970.31/572.04	c       572          52020          40        20          43.0000          11.0000    290.91%
11069.49/577.12	c       577          51699          56        20          43.0000          11.0000    290.91%
11170.49/582.18	c       582          53115          37        20          43.0000          11.0000    290.91%
11272.93/587.34	c       587          53725          59        20          43.0000          11.0000    290.91%
11374.03/592.40	c       592          52464          55        20          43.0000          11.0000    290.91%
11483.08/597.91	c       598          52771          55        20          43.0000          11.0000    290.91%
11588.05/603.24	c       603          77093          56        20          43.0000          11.0000    290.91%
11689.18/608.39	c       608          77425          52        20          43.0000          11.0000    290.91%
11800.10/613.94	c       614          77714          52        20          43.0000          11.0000    290.91%
11902.01/619.04	c       619          53502          65        20          43.0000          11.0000    290.91%
12001.11/624.06	c       624          78305          53        20          43.0000          11.0000    290.91%
12105.49/629.30	c       629          78532          51        20          43.0000          11.0000    290.91%
12204.65/634.34	c       634          78748          51        20          43.0000          11.0000    290.91%
12303.83/639.36	c       639          57245          35        20          43.0000          11.0000    290.91%
12406.97/644.53	c       645          79169          50        20          43.0000          11.0000    290.91%
12510.10/649.73	c       650          79383          48        20          43.0000          11.0000    290.91%
12611.26/654.85	c       655          58012          33        20          43.0000          11.0000    290.91%
12712.42/659.91	c       660          54905          54        20          43.0000          11.0000    290.91%
12811.54/664.96	c       665          58528          32        20          43.0000          11.0000    290.91%
12913.39/670.04	c       670          80814          56        20          43.0000          11.0000    290.91%
13014.41/675.18	c       675          55399          51        20          43.0000          11.0000    290.91%
13114.97/680.27	c       680          81321          53        20          43.0000          11.0000    290.91%
13216.15/685.40	c       685          81584          53        20          43.0000          11.0000    290.91%
13317.34/690.43	c       690          55866          53        20          43.0000          11.0000    290.91%
13418.51/695.51	c       696          59556          35        20          43.0000          11.0000    290.91%
13517.71/700.59	c       701          59724          34        20          43.0000          11.0000    290.91%
13618.88/705.61	c       706          59872          35        20          43.0000          11.0000    290.91%
13718.08/710.61	c       711          83169          53        20          43.0000          11.0000    290.91%
13821.25/715.89	c       716          60265          33        20          43.0000          11.0000    290.91%
13928.37/721.23	c       721          83743          50        20          43.0000          11.0000    290.91%
14027.42/726.26	c       726          57067          54        20          43.0000          11.0000    290.91%
14132.55/731.57	c       732          84592          48        20          43.0000          11.0000    290.91%
14233.36/736.68	c       737          57387          55        20          43.0000          11.0000    290.91%
14324.38/741.29	c *     741          57494          53        20          42.0000          11.0000    281.82%
14336.23/741.87	c       742          61158          31        20          42.0000          11.0000    281.82%
14437.52/747.00	c       747          57548          53        20          42.0000          11.0000    281.82%
14544.26/752.35	c       752          57600          54        20          42.0000          11.0000    281.82%
14658.04/758.05	c       758          86612          54        20          42.0000          11.0000    281.82%
14757.13/763.10	c       763          57686          53        20          42.0000          11.0000    281.82%
14856.40/768.12	c       768          57727          55        20          42.0000          11.0000    281.82%
14958.59/773.24	c       773          87472          53        20          42.0000          11.0000    281.82%
15063.55/778.59	c       779          64451          29        20          42.0000          11.0000    281.82%
15166.57/783.71	c       784          88225          54        20          42.0000          11.0000    281.82%
15272.19/789.10	c       789          58264          53        20          42.0000          11.0000    281.82%
15373.19/794.15	c       794          68178          30        20          42.0000          11.0000    281.82%
15473.58/799.23	c       799          69266          25        20          42.0000          11.0000    281.82%
15572.67/804.24	c       804          89473          49        20          42.0000          11.0000    281.82%
15673.90/809.36	c       809          71034          24        20          42.0000          11.0000    281.82%
15776.99/814.55	c       815          58932          53        20          42.0000          11.0000    281.82%
15878.02/819.69	c       820          59114          51        20          42.0000          11.0000    281.82%
15979.16/824.79	c       825          90579          54        20          42.0000          11.0000    281.82%
16080.21/829.81	c       830          59420          55        20          42.0000          11.0000    281.82%
16179.38/834.86	c       835          59676          55        20          42.0000          11.0000    281.82%
16280.60/839.91	c       840          91318          48        20          42.0000          11.0000    281.82%
16379.77/844.98	c       845          60224          56        20          42.0000          11.0000    281.82%
16478.77/850.03	c       850          91858          52        20          42.0000          11.0000    281.82%
16580.67/855.08	c       855          79656          23        20          42.0000          11.0000    281.82%
16679.40/860.12	c       860          92388          50        20          42.0000          11.0000    281.82%
16780.58/865.18	c       865          92706          49        20          42.0000          11.0000    281.82%
16881.03/870.24	c       870          92837          49        20          42.0000          11.0000    281.82%
16980.25/875.29	c       875          82268          38        20          42.0000          11.0000    281.82%
17081.32/880.37	c       880          94292          43        20          42.0000          11.0000    281.82%
17182.12/885.42	c       885          62906          51        20          42.0000          11.0000    281.82%
17283.18/890.58	c       891          96838          38        20          42.0000          11.0000    281.82%
17384.19/895.60	c       896          63563          53        20          42.0000          11.0000    281.82%
17485.13/900.77	c       901          99412          38        20          42.0000          11.0000    281.82%
17586.27/905.89	c       906         100654          43        20          42.0000          11.0000    281.82%
17687.47/911.03	c       911          64631          52        20          42.0000          11.0000    281.82%
17789.18/916.08	c       916          65188          51        20          42.0000          11.0000    281.82%
17891.67/921.20	c       921          65731          55        20          42.0000          11.0000    281.82%
17990.69/926.25	c       926          85407          32        20          42.0000          11.0000    281.82%
18091.66/931.34	c       931          85587          33        20          42.0000          11.0000    281.82%
18190.79/936.39	c       936          67128          84        20          42.0000          11.0000    281.82%
18291.97/941.44	c       941          67919          72        20          42.0000          11.0000    281.82%
18393.03/946.51	c       947          68455          55        20          42.0000          11.0000    281.82%
18494.09/951.67	c       952          69989          40        20          42.0000          11.0000    281.82%
18595.18/956.70	c       957         113462          37        20          42.0000          11.0000    281.82%
18694.34/961.78	c       962          86901          38        20          42.0000          11.0000    281.82%
18797.20/966.92	c       967          87449          36        20          42.0000          11.0000    281.82%
18896.28/971.96	c       972          88000          36        20          42.0000          11.0000    281.82%
18995.45/977.01	c       977          88578          31        20          42.0000          11.0000    281.82%
19097.38/982.06	c       982          89079          36        20          42.0000          11.0000    281.82%
19196.60/987.11	c       987          89691          36        20          42.0000          11.0000    281.82%
19296.06/992.13	c       992         121962          33        20          42.0000          11.0000    281.82%
19397.23/997.18	c       997         122815          43        20          42.0000          11.0000    281.82%
19497.54/1002.23	c      1002         124097          36        20          42.0000          11.0000    281.82%
19596.74/1007.25	c      1007          83317          41        20          42.0000          11.0000    281.82%
19695.97/1012.29	c      1012          84698          43        20          42.0000          11.0000    281.82%
19799.16/1017.48	c      1017              3           2        20          42.0000          34.0000     23.53%
19900.38/1022.53	c      1023              4           3        20          42.0000          34.0000     23.53%
19999.54/1027.58	c      1028              7           6        20          42.0000          34.0000     23.53%
20100.74/1032.63	c      1033              8           7        20          42.0000          34.0000     23.53%
20201.89/1037.72	c      1038              8           7        20          42.0000          34.0000     23.53%
20301.06/1042.77	c      1043              8           7        20          42.0000          34.0000     23.53%
20402.19/1047.81	c      1048              8           7        20          42.0000          34.0000     23.53%
20501.35/1052.86	c      1053              8           7        20          42.0000          34.0000     23.53%
20600.49/1057.89	c      1058              8           7        20          42.0000          34.0000     23.53%
20704.22/1063.06	c      1063              8           7        20          42.0000          34.0000     23.53%
20806.40/1068.28	c      1068              8           7        20          42.0000          34.0000     23.53%
20909.51/1073.48	c      1073              8           7        20          42.0000          34.0000     23.53%
21010.72/1078.55	c      1079              8           7        20          42.0000          34.0000     23.53%
21120.55/1084.05	c      1084              8           7        20          42.0000          34.0000     23.53%
21226.85/1089.45	c      1089              8           7        20          42.0000          34.0000     23.53%
21327.97/1094.55	c      1095              8           7        20          42.0000          34.0000     23.53%
21435.02/1099.95	c      1100              8           7        20          42.0000          34.0000     23.53%
21536.86/1105.06	c      1105              8           7        20          42.0000          34.0000     23.53%
21637.90/1110.17	c      1110              8           7        20          42.0000          34.0000     23.53%
21744.28/1115.53	c      1116              8           7        20          42.0000          34.0000     23.53%
21845.44/1120.60	c      1121              8           7        20          42.0000          34.0000     23.53%
21946.49/1125.70	c      1126              8           7        20          42.0000          34.0000     23.53%
22049.68/1130.90	c      1131              8           7        20          42.0000          34.0000     23.53%
22148.85/1135.96	c      1136              8           7        20          42.0000          34.0000     23.53%
22248.03/1141.03	c      1141              8           7        20          42.0000          34.0000     23.53%
22349.71/1146.12	c      1146              8           7        20          42.0000          34.0000     23.53%
22450.93/1151.19	c      1151              8           7        20          42.0000          34.0000     23.53%
22553.29/1156.32	c      1156              8           7        20          42.0000          34.0000     23.53%
22654.40/1161.41	c      1161              7           6        20          42.0000          34.0000     23.53%
22755.47/1166.54	c      1167              7           6        20          42.0000          34.0000     23.53%
22862.52/1172.02	c      1172              7           6        20          42.0000          34.0000     23.53%
22969.57/1177.36	c      1177              7           6        20          42.0000          34.0000     23.53%
23074.71/1182.62	c      1183              7           6        20          42.0000          34.0000     23.53%
23175.93/1187.70	c      1188              7           6        20          42.0000          34.0000     23.53%
23275.16/1192.77	c      1193              7           6        20          42.0000          34.0000     23.53%
23378.37/1197.93	c      1198              7           6        20          42.0000          34.0000     23.53%
23477.60/1202.97	c      1203              7           6        20          42.0000          34.0000     23.53%
23576.80/1208.02	c      1208              7           6        20          42.0000          34.0000     23.53%
23678.72/1213.07	c      1213              7           6        20          42.0000          34.0000     23.53%
23778.00/1218.12	c      1218              7           6        20          42.0000          34.0000     23.53%
23879.22/1223.17	c      1223              7           6        20          42.0000          34.0000     23.53%
23979.72/1228.23	c      1228              7           6        20          42.0000          34.0000     23.53%
24078.89/1233.27	c      1233              7           6        20          42.0000          34.0000     23.53%
24180.11/1238.32	c      1238              7           6        20          42.0000          34.0000     23.53%
24279.20/1243.39	c      1243              7           6        20          42.0000          34.0000     23.53%
24380.27/1248.44	c      1248              7           6        20          42.0000          34.0000     23.53%
24479.20/1253.47	c      1253              7           6        20          42.0000          34.0000     23.53%
24580.28/1258.54	c      1259              9           8        20          42.0000          34.0000     23.53%
24679.31/1263.59	c      1264              9           8        20          42.0000          34.0000     23.53%
24780.31/1268.60	c      1269              9           8        20          42.0000          34.0000     23.53%
24879.37/1273.66	c      1274              9           8        20          42.0000          34.0000     23.53%
24980.47/1278.75	c      1279              9           8        20          42.0000          34.0000     23.53%
25079.61/1283.79	c      1284              9           8        20          42.0000          34.0000     23.53%
25180.77/1288.86	c      1289              9           8        20          42.0000          34.0000     23.53%
25281.97/1293.94	c      1294              3           2        20          42.0000          35.0000     20.00%
25381.20/1299.02	c      1299              4           3        20          42.0000          35.0000     20.00%
25483.15/1304.09	c      1304              6           5        20          42.0000          35.0000     20.00%
25582.41/1309.12	c      1309              7           6        20          42.0000          35.0000     20.00%
25684.84/1314.22	c      1314              9           8        20          42.0000          35.0000     20.00%
25784.04/1319.27	c      1319             11          10        20          42.0000          35.0000     20.00%
25885.06/1324.32	c      1324             12          11        20          42.0000          35.0000     20.00%
25984.06/1329.33	c      1329             12          11        20          42.0000          35.0000     20.00%
26085.07/1334.46	c      1334             13          12        20          42.0000          35.0000     20.00%
26186.14/1339.51	c      1340             13          12        20          42.0000          35.0000     20.00%
26287.08/1344.63	c      1345             13          12        20          42.0000          35.0000     20.00%
26386.05/1349.68	c      1350             13          12        20          42.0000          35.0000     20.00%
26490.99/1354.92	c      1355             13          12        20          42.0000          35.0000     20.00%
26589.97/1359.97	c      1360             13          12        20          42.0000          35.0000     20.00%
26693.49/1365.20	c      1365             13          12        20          42.0000          35.0000     20.00%
26795.56/1370.38	c      1370             13          12        20          42.0000          35.0000     20.00%
26896.56/1375.48	c      1375             13          12        20          42.0000          35.0000     20.00%
26999.54/1380.60	c      1381             13          12        20          42.0000          35.0000     20.00%
27100.47/1385.70	c      1386             13          12        20          42.0000          35.0000     20.00%
27199.26/1390.80	c      1391             13          12        20          42.0000          35.0000     20.00%
27302.21/1395.92	c      1396             13          12        20          42.0000          35.0000     20.00%
27401.26/1401.03	c      1401             13          12        20          42.0000          35.0000     20.00%
27502.98/1406.11	c      1406             13          12        20          42.0000          35.0000     20.00%
27604.11/1411.16	c      1411             13          12        20          42.0000          35.0000     20.00%
27704.42/1416.25	c      1416             13          12        20          42.0000          35.0000     20.00%
27805.52/1421.31	c      1421             13          12        20          42.0000          35.0000     20.00%
27904.41/1426.39	c      1426             13          12        20          42.0000          35.0000     20.00%
28007.44/1431.50	c      1432             13          12        20          42.0000          35.0000     20.00%
28106.52/1436.56	c      1437             13          12        20          42.0000          35.0000     20.00%
28207.57/1441.64	c      1442             13          12        20          42.0000          35.0000     20.00%
28308.60/1446.72	c      1447             13          12        20          42.0000          35.0000     20.00%
28409.63/1451.81	c      1452             13          12        20          42.0000          35.0000     20.00%
28510.67/1456.96	c      1457             13          12        20          42.0000          35.0000     20.00%
28609.71/1462.02	c      1462             13          12        20          42.0000          35.0000     20.00%
28711.53/1467.12	c      1467             13          12        20          42.0000          35.0000     20.00%
28813.67/1472.21	c      1472             13          12        20          42.0000          35.0000     20.00%
28912.73/1477.26	c      1477             13          12        20          42.0000          35.0000     20.00%
29013.77/1482.39	c      1482             13          12        20          42.0000          35.0000     20.00%
29114.63/1487.45	c      1487             13          12        20          42.0000          35.0000     20.00%
29217.64/1492.65	c      1493             13          12        20          42.0000          35.0000     20.00%
29320.68/1497.85	c      1498             13          12        20          42.0000          35.0000     20.00%
29419.77/1502.88	c      1503             13          12        20          42.0000          35.0000     20.00%
29526.50/1508.21	c      1508             13          12        20          42.0000          35.0000     20.00%
29631.50/1513.50	c      1514             13          12        20          42.0000          35.0000     20.00%
29730.62/1518.57	c      1519             13          12        20          42.0000          35.0000     20.00%
29831.69/1523.61	c      1524             13          12        20          42.0000          35.0000     20.00%
29930.79/1528.64	c      1529             13          12        20          42.0000          35.0000     20.00%
30029.88/1533.68	c      1534             13          12        20          42.0000          35.0000     20.00%
30137.57/1539.09	c      1539             13          12        20          42.0000          35.0000     20.00%
30238.57/1544.19	c      1544             13          12        20          42.0000          35.0000     20.00%
30338.71/1549.24	c      1549             13          12        20          42.0000          35.0000     20.00%
30443.67/1554.59	c      1555             13          12        20          42.0000          35.0000     20.00%
30544.68/1559.65	c      1560             13          12        20          42.0000          35.0000     20.00%
30647.72/1564.85	c      1565             13          12        20          42.0000          35.0000     20.00%
30751.42/1570.04	c      1570             13          12        20          42.0000          35.0000     20.00%
30855.78/1575.37	c      1575             13          12        20          42.0000          35.0000     20.00%
30956.90/1580.42	c      1580             13          12        20          42.0000          35.0000     20.00%
31059.99/1585.65	c      1586             13          12        20          42.0000          35.0000     20.00%
31163.13/1590.85	c      1591             13          12        20          42.0000          35.0000     20.00%
31262.31/1595.88	c      1596             13          12        20          42.0000          35.0000     20.00%
31363.50/1600.92	c      1601             13          12        20          42.0000          35.0000     20.00%
31462.38/1605.95	c      1606             13          12        20          42.0000          35.0000     20.00%
31564.41/1611.11	c      1611             13          12        20          42.0000          35.0000     20.00%
31668.68/1616.31	c      1616             13          12        20          42.0000          35.0000     20.00%
31767.93/1621.35	c      1621             13          12        20          42.0000          35.0000     20.00%
31869.16/1626.48	c      1626             13          12        20          42.0000          35.0000     20.00%
31976.28/1631.89	c      1632             13          12        20          42.0000          35.0000     20.00%
32077.41/1636.99	c      1637             13          12        20          42.0000          35.0000     20.00%
32179.24/1642.09	c      1642             13          12        20          42.0000          35.0000     20.00%
32280.46/1647.16	c      1647             13          12        20          42.0000          35.0000     20.00%
32380.82/1652.27	c      1652             13          12        20          42.0000          35.0000     20.00%
32484.00/1657.41	c      1657             13          12        20          42.0000          35.0000     20.00%
32583.24/1662.45	c      1662             13          12        20          42.0000          35.0000     20.00%
32684.45/1667.53	c      1668             13          12        20          42.0000          35.0000     20.00%
32783.65/1672.57	c      1673             13          12        20          42.0000          35.0000     20.00%
32888.80/1677.83	c      1678             13          12        20          42.0000          35.0000     20.00%
32988.02/1682.87	c      1683             13          12        20          42.0000          35.0000     20.00%
33089.22/1687.92	c      1688             13          12        20          42.0000          35.0000     20.00%
33198.11/1693.40	c      1693             13          12        20          42.0000          35.0000     20.00%
33301.26/1698.61	c      1699             13          12        20          42.0000          35.0000     20.00%
33404.44/1703.87	c      1704             13          12        20          42.0000          35.0000     20.00%
33505.64/1709.01	c      1709             13          12        20          42.0000          35.0000     20.00%
33607.45/1714.08	c      1714             13          12        20          42.0000          35.0000     20.00%
33708.43/1719.19	c      1719             13          12        20          42.0000          35.0000     20.00%
33810.91/1724.38	c      1724             13          12        20          42.0000          35.0000     20.00%
33912.09/1729.46	c      1729             13          12        20          42.0000          35.0000     20.00%
34015.25/1734.61	c      1735             13          12        20          42.0000          35.0000     20.00%
34118.43/1739.84	c      1740             13          12        20          42.0000          35.0000     20.00%
34222.42/1745.13	c      1745             13          12        20          42.0000          35.0000     20.00%
34328.71/1750.50	c      1750             13          12        20          42.0000          35.0000     20.00%
34429.93/1755.58	c      1756             13          12        20          42.0000          35.0000     20.00%
34531.17/1760.63	c      1761             13          12        20          42.0000          35.0000     20.00%
34632.41/1765.78	c      1766             13          12        20          42.0000          35.0000     20.00%
34735.64/1770.96	c      1771             13          12        20          42.0000          35.0000     20.00%
34842.80/1776.30	c      1776             13          12        20          42.0000          35.0000     20.00%
34945.96/1781.59	c      1782             13          12        20          42.0000          35.0000     20.00%
35053.14/1786.93	c      1787             13          12        20          42.0000          35.0000     20.00%
35155.09/1792.09	c      1792             13          12        20          42.0000          35.0000     20.00%
35261.53/1797.43	c      1797             15          14        20          42.0000          35.0000     20.00%
35364.73/1802.65	c      1803             16          15        20          42.0000          35.0000     20.00%
35467.93/1807.84	c      1808             16          15        20          42.0000          35.0000     20.00%
35569.11/1812.97	c      1813             16          15        20          42.0000          35.0000     20.00%
35668.34/1818.02	c      1818             16          15        20          42.0000          35.0000     20.00%
35770.24/1823.10	c      1823             16          15        20          42.0000          35.0000     20.00%
35872.66/1828.26	c      1828             16          15        20          42.0000          35.0000     20.00%
35973.95/1833.32	c      1833             16          15        20          42.0000          35.0000     20.00%
36075.01/1838.44	c      1838             16          15        20          42.0000          35.0000     20.00%
36178.12/1843.65	c      1844             16          15        20          42.0000          35.0000     20.00%
36279.29/1848.71	c      1849             16          15        20          42.0000          35.0000     20.00%
36378.48/1853.74	c      1854             16          15        20          42.0000          35.0000     20.00%
36479.62/1858.86	c      1859             16          15        20          42.0000          35.0000     20.00%
36578.79/1863.89	c      1864             16          15        20          42.0000          35.0000     20.00%
36682.52/1869.07	c      1869             16          15        20          42.0000          35.0000     20.00%
36781.64/1874.12	c      1874             16          15        20          42.0000          35.0000     20.00%
36882.42/1879.16	c      1879             16          15        20          42.0000          35.0000     20.00%
36981.45/1884.17	c      1884             16          15        20          42.0000          35.0000     20.00%
37087.80/1889.51	c      1890             16          15        20          42.0000          35.0000     20.00%
37188.81/1894.65	c      1895             16          15        20          42.0000          35.0000     20.00%
37287.81/1899.67	c      1900             16          15        20          42.0000          35.0000     20.00%
37392.74/1904.99	c      1905             16          15        20          42.0000          35.0000     20.00%
37494.48/1910.07	c      1910             16          15        20          42.0000          35.0000     20.00%
37593.34/1915.09	c      1915             16          15        20          42.0000          35.0000     20.00%
37694.57/1920.15	c      1920             16          15        20          42.0000          35.0000     20.00%
37796.52/1925.35	c      1925             16          15        20          42.0000          35.0000     20.00%
37897.48/1930.40	c      1930             17          16        20          42.0000          35.0000     20.00%
37996.53/1935.44	c      1935             17          16        20          42.0000          35.0000     20.00%
38095.61/1940.48	c      1940             17          16        20          42.0000          35.0000     20.00%
38196.67/1945.58	c      1946             17          16        20          42.0000          35.0000     20.00%
38297.75/1950.65	c      1951             17          16        20          42.0000          35.0000     20.00%
38398.72/1955.73	c      1956             17          16        20          42.0000          35.0000     20.00%
38497.77/1960.73	c      1961             17          16        20          42.0000          35.0000     20.00%
38598.78/1965.84	c      1966             17          16        20          42.0000          35.0000     20.00%
38699.83/1970.92	c      1971             17          16        20          42.0000          35.0000     20.00%
38798.87/1976.04	c      1976             17          16        20          42.0000          35.0000     20.00%
38900.76/1981.07	c      1981             17          16        20          42.0000          35.0000     20.00%
39001.83/1986.15	c      1986             17          16        20          42.0000          35.0000     20.00%
39103.92/1991.37	c      1991             17          16        20          42.0000          35.0000     20.00%
39210.82/1996.70	c      1997             17          16        20          42.0000          35.0000     20.00%
39316.69/2002.06	c      2002             17          16        20          42.0000          35.0000     20.00%
39418.85/2007.28	c      2007             17          16        20          42.0000          35.0000     20.00%
39517.94/2012.29	c      2012             17          16        20          42.0000          35.0000     20.00%
39622.92/2017.55	c      2018             17          16        20          42.0000          35.0000     20.00%
39728.00/2022.85	c      2023             17          16        20          42.0000          35.0000     20.00%
39831.87/2028.12	c      2028             17          16        20          42.0000          35.0000     20.00%
39935.99/2033.38	c      2033             17          16        20          42.0000          35.0000     20.00%
40040.97/2038.64	c      2039             17          16        20          42.0000          35.0000     20.00%
40145.95/2044.01	c      2044             17          16        20          42.0000          35.0000     20.00%
40247.65/2049.08	c      2049             17          16        20          42.0000          35.0000     20.00%
40348.70/2054.15	c      2054             17          16        20          42.0000          35.0000     20.00%
40450.84/2059.32	c      2059             17          16        20          42.0000          35.0000     20.00%
40557.80/2064.76	c      2065             17          16        20          42.0000          35.0000     20.00%
40658.81/2069.82	c      2070             17          16        20          42.0000          35.0000     20.00%
40757.80/2074.84	c      2075             17          16        20          42.0000          35.0000     20.00%
40858.71/2079.92	c      2080             17          16        20          42.0000          35.0000     20.00%
40957.64/2084.96	c      2085             17          16        20          42.0000          35.0000     20.00%
41056.55/2090.02	c      2090             17          16        20          42.0000          35.0000     20.00%
41155.53/2095.03	c      2095             17          16        20          42.0000          35.0000     20.00%
41257.09/2100.13	c      2100             17          16        20          42.0000          35.0000     20.00%
41359.46/2105.29	c      2105             17          16        20          42.0000          35.0000     20.00%
41460.39/2110.33	c      2110             17          16        20          42.0000          35.0000     20.00%
41559.30/2115.35	c      2115             17          16        20          42.0000          35.0000     20.00%
41660.11/2120.43	c      2120             17          16        20          42.0000          35.0000     20.00%
41759.25/2125.49	c      2125             17          16        20          42.0000          35.0000     20.00%
41860.43/2130.54	c      2131             17          16        20          42.0000          35.0000     20.00%
41959.61/2135.58	c      2136             17          16        20          42.0000          35.0000     20.00%
42060.78/2140.69	c      2141             17          16        20          42.0000          35.0000     20.00%
42161.93/2145.74	c      2146             17          16        20          42.0000          35.0000     20.00%
42261.09/2150.76	c      2151             17          16        20          42.0000          35.0000     20.00%
42360.26/2155.77	c      2156             17          16        20          42.0000          35.0000     20.00%
42461.42/2160.85	c      2161             17          16        20          42.0000          35.0000     20.00%
42562.58/2165.92	c      2166             17          16        20          42.0000          35.0000     20.00%
42661.75/2171.04	c      2171             17          16        20          42.0000          35.0000     20.00%
42763.61/2176.04	c      2176             17          16        20          42.0000          35.0000     20.00%
42864.72/2181.15	c      2181             17          16        20          42.0000          35.0000     20.00%
42969.18/2186.48	c      2186             17          16        20          42.0000          35.0000     20.00%
43070.37/2191.57	c      2192             17          16        20          42.0000          35.0000     20.00%
43175.53/2196.80	c      2197             17          16        20          42.0000          35.0000     20.00%
43279.40/2202.06	c      2202             17          16        20          42.0000          35.0000     20.00%
43385.80/2207.41	c      2207             17          16        20          42.0000          35.0000     20.00%
43485.00/2212.48	c      2212             17          16        20          42.0000          35.0000     20.00%
43588.15/2217.60	c      2218             17          16        20          42.0000          35.0000     20.00%
43691.27/2222.85	c      2223             17          16        20          42.0000          35.0000     20.00%
43790.42/2227.86	c      2228             17          16        20          42.0000          35.0000     20.00%
43891.54/2232.94	c      2233             17          16        20          42.0000          35.0000     20.00%
43990.71/2237.99	c      2238             17          16        20          42.0000          35.0000     20.00%
44089.89/2243.02	c      2243             17          16        20          42.0000          35.0000     20.00%
44193.69/2248.19	c      2248             17          16        20          42.0000          35.0000     20.00%
44302.13/2253.66	c      2254             17          16        20          42.0000          35.0000     20.00%
44405.30/2258.85	c      2259             17          16        20          42.0000          35.0000     20.00%
44509.10/2264.07	c      2264             17          16        20          42.0000          35.0000     20.00%
44611.46/2269.20	c      2269             17          16        20          42.0000          35.0000     20.00%
44714.63/2274.41	c      2274             17          16        20          42.0000          35.0000     20.00%
44813.83/2279.44	c      2279             17          16        20          42.0000          35.0000     20.00%
44915.04/2284.53	c      2285             17          16        20          42.0000          35.0000     20.00%
45020.22/2289.85	c      2290             17          16        20          42.0000          35.0000     20.00%
45119.39/2294.87	c      2295             17          16        20          42.0000          35.0000     20.00%
45226.52/2300.25	c      2300             17          16        20          42.0000          35.0000     20.00%
45325.65/2305.28	c      2305             17          16        20          42.0000          35.0000     20.00%
45426.70/2310.39	c      2310             17          16        20          42.0000          35.0000     20.00%
45529.79/2315.53	c      2316             17          16        20          42.0000          35.0000     20.00%
45634.97/2320.82	c      2321             17          16        20          42.0000          35.0000     20.00%
45742.10/2326.24	c      2326             17          16        20          42.0000          35.0000     20.00%
45843.30/2331.31	c      2331             17          16        20          42.0000          35.0000     20.00%
45944.52/2336.41	c      2336             17          16        20          42.0000          35.0000     20.00%
46043.74/2341.47	c      2341             17          16        20          42.0000          35.0000     20.00%
46144.95/2346.55	c      2347             17          16        20          42.0000          35.0000     20.00%
46246.15/2351.63	c      2352             17          16        20          42.0000          35.0000     20.00%
46345.30/2356.65	c      2357             17          16        20          42.0000          35.0000     20.00%
46448.48/2361.81	c      2362             17          16        20          42.0000          35.0000     20.00%
46554.37/2367.16	c      2367             17          16        20          42.0000          35.0000     20.00%
46654.77/2372.23	c      2372             17          16        20          42.0000          35.0000     20.00%
46753.89/2377.29	c      2377             17          16        20          42.0000          35.0000     20.00%
46857.05/2382.41	c      2382             17          16        20          42.0000          35.0000     20.00%
46962.03/2387.77	c      2388             17          16        20          42.0000          35.0000     20.00%
47069.97/2393.20	c      2393             17          16        20          42.0000          35.0000     20.00%
47172.21/2398.34	c      2398             17          16        20          42.0000          35.0000     20.00%
47273.37/2403.45	c      2403             17          16        20          42.0000          35.0000     20.00%
47374.51/2408.52	c      2409             18          17        20          42.0000          35.0000     20.00%
47477.60/2413.77	c      2414             18          17        20          42.0000          35.0000     20.00%
47580.74/2418.96	c      2419             18          17        20          42.0000          35.0000     20.00%
47684.51/2424.17	c      2424             18          17        20          42.0000          35.0000     20.00%
47784.96/2429.29	c      2429             18          17        20          42.0000          35.0000     20.00%
47892.12/2434.69	c      2435             18          17        20          42.0000          35.0000     20.00%
47995.25/2439.90	c      2440             18          17        20          42.0000          35.0000     20.00%
48099.32/2445.12	c      2445             18          17        20          42.0000          35.0000     20.00%
48207.46/2450.52	c      2451             18          17        20          42.0000          35.0000     20.00%
48310.61/2455.77	c      2456             18          17        20          42.0000          35.0000     20.00%
48416.50/2461.06	c      2461             18          17        20          42.0000          35.0000     20.00%
48517.78/2466.16	c      2466             18          17        20          42.0000          35.0000     20.00%
48616.84/2471.19	c      2471             18          17        20          42.0000          35.0000     20.00%
48717.21/2476.26	c      2476             18          17        20          42.0000          35.0000     20.00%
48820.42/2481.44	c      2481             18          17        20          42.0000          35.0000     20.00%
48921.61/2486.51	c      2487             18          17        20          42.0000          35.0000     20.00%
49022.82/2491.61	c      2492             18          17        20          42.0000          35.0000     20.00%
49124.02/2496.79	c      2497             18          17        20          42.0000          35.0000     20.00%
49225.21/2501.83	c      2502             18          17        20          42.0000          35.0000     20.00%
49326.39/2506.92	c      2507             18          17        20          42.0000          35.0000     20.00%
49431.53/2512.28	c      2512             18          17        20          42.0000          35.0000     20.00%
49534.75/2517.49	c      2517             18          17        20          42.0000          35.0000     20.00%
49637.95/2522.68	c      2523             18          17        20          42.0000          35.0000     20.00%
49743.14/2527.95	c      2528             18          17        20          42.0000          35.0000     20.00%
49845.11/2533.09	c      2533             18          17        20          42.0000          35.0000     20.00%
49944.27/2538.12	c      2538             18          17        20          42.0000          35.0000     20.00%
50045.50/2543.16	c      2543             18          17        20          42.0000          35.0000     20.00%
50144.71/2548.18	c      2548             18          17        20          42.0000          35.0000     20.00%
50247.02/2553.34	c      2553             18          17        20          42.0000          35.0000     20.00%
50350.14/2558.54	c      2559             18          17        20          42.0000          35.0000     20.00%
50451.36/2563.67	c      2564             18          17        20          42.0000          35.0000     20.00%
50556.56/2568.95	c      2569             18          17        20          42.0000          35.0000     20.00%
50655.80/2574.03	c      2574             18          17        20          42.0000          35.0000     20.00%
50757.73/2579.12	c      2579             18          17        20          42.0000          35.0000     20.00%
50860.21/2584.24	c      2584             18          17        20          42.0000          35.0000     20.00%
50959.28/2589.29	c      2589             18          17        20          42.0000          35.0000     20.00%
51064.46/2594.50	c      2595             18          17        20          42.0000          35.0000     20.00%
51163.69/2599.52	c      2600             18          17        20          42.0000          35.0000     20.00%
51264.92/2604.62	c      2605             18          17        20          42.0000          35.0000     20.00%
51366.16/2609.73	c      2610             18          17        20          42.0000          35.0000     20.00%
51469.42/2615.02	c      2615             18          17        20          42.0000          35.0000     20.00%
51574.65/2620.24	c      2620             18          17        20          42.0000          35.0000     20.00%
51673.95/2625.26	c      2625             18          17        20          42.0000          35.0000     20.00%
51773.26/2630.29	c      2630             18          17        20          42.0000          35.0000     20.00%
51874.54/2635.32	c      2635             19          18        20          42.0000          35.0000     20.00%
51983.77/2640.80	c      2641             19          18        20          42.0000          35.0000     20.00%
52085.03/2645.92	c      2646             19          18        20          42.0000          35.0000     20.00%
52184.32/2650.94	c      2651             19          18        20          42.0000          35.0000     20.00%
52283.54/2655.94	c      2656             19          18        20          42.0000          35.0000     20.00%
52390.75/2661.33	c      2661             19          18        20          42.0000          35.0000     20.00%
52492.02/2666.42	c      2666             19          18        20          42.0000          35.0000     20.00%
52591.24/2671.50	c      2672             19          18        20          42.0000          35.0000     20.00%
52696.30/2676.71	c      2677             19          18        20          42.0000          35.0000     20.00%
52797.58/2681.90	c      2682             19          18        20          42.0000          35.0000     20.00%
52904.79/2687.25	c      2687             19          18        20          42.0000          35.0000     20.00%
53012.04/2692.61	c      2693             19          18        20          42.0000          35.0000     20.00%
53113.32/2697.74	c      2698             19          18        20          42.0000          35.0000     20.00%
53212.60/2702.78	c      2703             19          18        20          42.0000          35.0000     20.00%
53315.87/2707.99	c      2708             19          18        20          42.0000          35.0000     20.00%
53421.09/2713.25	c      2713             19          18        20          42.0000          35.0000     20.00%
53520.35/2718.29	c      2718             19          18        20          42.0000          35.0000     20.00%
53621.63/2723.34	c      2723             19          18        20          42.0000          35.0000     20.00%
53722.93/2728.44	c      2728             19          18        20          42.0000          35.0000     20.00%
53824.20/2733.56	c      2734             19          18        20          42.0000          35.0000     20.00%
53925.49/2738.64	c      2739             19          18        20          42.0000          35.0000     20.00%
54026.77/2743.78	c      2744             19          18        20          42.0000          35.0000     20.00%
54126.06/2748.79	c      2749             19          18        20          42.0000          35.0000     20.00%
54229.32/2754.03	c      2754             19          18        20          42.0000          35.0000     20.00%
54331.36/2759.07	c      2759             19          18        20          42.0000          35.0000     20.00%
54432.59/2764.19	c      2764             19          18        20          42.0000          35.0000     20.00%
54534.88/2769.37	c      2769             19          18        20          42.0000          35.0000     20.00%
54640.04/2774.63	c      2775             19          18        20          42.0000          35.0000     20.00%
54741.28/2779.72	c      2780             19          18        20          42.0000          35.0000     20.00%
54842.54/2784.81	c      2785             19          18        20          42.0000          35.0000     20.00%
54941.82/2789.85	c      2790             19          18        20          42.0000          35.0000     20.00%
55043.10/2794.92	c      2795             19          18        20          42.0000          35.0000     20.00%
55147.22/2800.18	c      2800             19          18        20          42.0000          35.0000     20.00%
55249.60/2805.30	c      2805             19          18        20          42.0000          35.0000     20.00%
55348.88/2810.39	c      2810             19          18        20          42.0000          35.0000     20.00%
55450.08/2815.46	c      2815             19          18        20          42.0000          35.0000     20.00%
55551.34/2820.56	c      2821             19          18        20          42.0000          35.0000     20.00%
55652.58/2825.64	c      2826             19          18        20          42.0000          35.0000     20.00%
55757.82/2831.03	c      2831             19          18        20          42.0000          35.0000     20.00%
55859.62/2836.10	c      2836             19          18        20          42.0000          35.0000     20.00%
55962.25/2841.29	c      2841             19          18        20          42.0000          35.0000     20.00%
56063.47/2846.33	c      2846             19          18        20          42.0000          35.0000     20.00%
56168.71/2851.67	c      2852             19          18        20          42.0000          35.0000     20.00%
56273.95/2856.91	c      2857             19          18        20          42.0000          35.0000     20.00%
56375.91/2862.06	c      2862             19          18        20          42.0000          35.0000     20.00%
56480.37/2867.36	c      2867             19          18        20          42.0000          35.0000     20.00%
56583.60/2872.52	c      2873             19          18        20          42.0000          35.0000     20.00%
56684.77/2877.62	c      2878             19          18        20          42.0000          35.0000     20.00%
56784.06/2882.66	c      2883             19          18        20          42.0000          35.0000     20.00%
56883.35/2887.67	c      2888             19          18        20          42.0000          35.0000     20.00%
56982.55/2892.69	c      2893             20          19        20          42.0000          35.0000     20.00%
57085.74/2897.82	c      2898             21          20        20          42.0000          35.0000     20.00%
57187.00/2902.92	c      2903             22          21        20          42.0000          35.0000     20.00%
57286.27/2908.03	c      2908             22          21        20          42.0000          35.0000     20.00%
57388.20/2913.10	c      2913             22          21        20          42.0000          35.0000     20.00%
57490.79/2918.21	c      2918             22          21        20          42.0000          35.0000     20.00%
57592.13/2923.31	c      2923             22          21        20          42.0000          35.0000     20.00%
57699.34/2928.76	c      2929             22          21        20          42.0000          35.0000     20.00%
57807.29/2934.18	c      2934             22          21        20          42.0000          35.0000     20.00%
57909.80/2939.35	c      2939             22          21        20          42.0000          35.0000     20.00%
58011.06/2944.44	c      2944             22          21        20          42.0000          35.0000     20.00%
58114.08/2949.65	c      2950             22          21        20          42.0000          35.0000     20.00%
58215.34/2954.77	c      2955             22          21        20          42.0000          35.0000     20.00%
58324.48/2960.29	c      2960             22          21        20          42.0000          35.0000     20.00%
58429.70/2965.52	c      2966             22          21        20          42.0000          35.0000     20.00%
58530.95/2970.62	c      2971             22          21        20          42.0000          35.0000     20.00%
58632.21/2975.79	c      2976             22          21        20          42.0000          35.0000     20.00%
58735.38/2981.03	c      2981             22          21        20          42.0000          35.0000     20.00%
58839.35/2986.18	c      2986             22          21        20          42.0000          35.0000     20.00%
58939.86/2991.24	c      2991             22          21        20          42.0000          35.0000     20.00%
59039.14/2996.27	c      2996             22          21        20          42.0000          35.0000     20.00%
59140.40/3001.30	c      3001             22          21        20          42.0000          35.0000     20.00%
59241.77/3006.43	c      3006             22          21        20          42.0000          35.0000     20.00%
59350.73/3011.95	c      3012             22          21        20          42.0000          35.0000     20.00%
59455.90/3017.20	c      3017             22          21        20          42.0000          35.0000     20.00%
59559.15/3022.44	c      3022             22          21        20          42.0000          35.0000     20.00%
59660.41/3027.50	c      3028             22          21        20          42.0000          35.0000     20.00%
59770.37/3033.13	c      3033             22          21        20          42.0000          35.0000     20.00%
59874.85/3038.30	c      3038             22          21        20          42.0000          35.0000     20.00%
59980.10/3043.69	c      3044             22          21        20          42.0000          35.0000     20.00%
60081.34/3048.75	c      3049             23          22        20          42.0000          35.0000     20.00%
60182.59/3053.84	c      3054             24          23        20          42.0000          35.0000     20.00%
60281.75/3058.85	c      3059             24          23        20          42.0000          35.0000     20.00%
60383.00/3063.94	c      3064             24          23        20          42.0000          35.0000     20.00%
60485.12/3069.09	c      3069             24          23        20          42.0000          35.0000     20.00%
60586.21/3074.20	c      3074             24          23        20          42.0000          35.0000     20.00%
60690.62/3079.49	c      3080             24          23        20          42.0000          35.0000     20.00%
60797.83/3084.81	c      3085             24          23        20          42.0000          35.0000     20.00%
60899.08/3089.91	c      3090             24          23        20          42.0000          35.0000     20.00%
60998.35/3094.96	c      3095             24          23        20          42.0000          35.0000     20.00%
61100.34/3100.13	c      3100             24          23        20          42.0000          35.0000     20.00%
61204.83/3105.35	c      3105             24          23        20          42.0000          35.0000     20.00%
61304.12/3110.38	c      3110             24          23        20          42.0000          35.0000     20.00%
61403.40/3115.39	c      3115             24          23        20          42.0000          35.0000     20.00%
61506.65/3120.56	c      3121             24          23        20          42.0000          35.0000     20.00%
61607.91/3125.61	c      3126             24          23        20          42.0000          35.0000     20.00%
61707.24/3130.62	c      3131             24          23        20          42.0000          35.0000     20.00%
61812.40/3135.92	c      3136             24          23        20          42.0000          35.0000     20.00%
61916.51/3141.16	c      3141             24          23        20          42.0000          35.0000     20.00%
62020.78/3146.43	c      3146             24          23        20          42.0000          35.0000     20.00%
62127.99/3151.84	c      3152             24          23        20          42.0000          35.0000     20.00%
62231.93/3157.10	c      3157             24          23        20          42.0000          35.0000     20.00%
62336.21/3162.31	c      3162             24          23        20          42.0000          35.0000     20.00%
62437.25/3167.47	c      3167             24          23        20          42.0000          35.0000     20.00%
62540.51/3172.60	c      3173             24          23        20          42.0000          35.0000     20.00%
62639.80/3177.63	c      3178             24          23        20          42.0000          35.0000     20.00%
62739.09/3182.69	c      3183             24          23        20          42.0000          35.0000     20.00%
62844.35/3187.99	c      3188             24          23        20          42.0000          35.0000     20.00%
62951.59/3193.36	c      3193             24          23        20          42.0000          35.0000     20.00%
63054.84/3198.53	c      3199             24          23        20          42.0000          35.0000     20.00%
63156.12/3203.61	c      3204             24          23        20          42.0000          35.0000     20.00%
63255.43/3208.67	c      3209             24          23        20          42.0000          35.0000     20.00%
63356.78/3213.70	c      3214             24          23        20          42.0000          35.0000     20.00%
63456.17/3218.76	c      3219             26          25        20          42.0000          35.0000     20.00%
63559.29/3223.96	c      3224             26          25        20          42.0000          35.0000     20.00%
63661.23/3229.12	c      3229             26          25        20          42.0000          35.0000     20.00%
63763.85/3234.23	c      3234             26          25        20          42.0000          35.0000     20.00%
63875.08/3239.83	c      3240             26          25        20          42.0000          35.0000     20.00%
63976.35/3245.03	c      3245             26          25        20          42.0000          35.0000     20.00%
64087.54/3250.50	c      3251             26          25        20          42.0000          35.0000     20.00%
64192.81/3255.82	c      3256             26          25        20          42.0000          35.0000     20.00%
64291.96/3260.83	c      3261             26          25        20          42.0000          35.0000     20.00%
64397.94/3266.15	c      3266             26          25        20          42.0000          35.0000     20.00%
64498.55/3271.27	c      3271             26          25        20          42.0000          35.0000     20.00%
64599.79/3276.33	c      3276             26          25        20          42.0000          35.0000     20.00%
64705.08/3281.64	c      3282             26          25        20          42.0000          35.0000     20.00%
64808.39/3286.85	c      3287             26          25        20          42.0000          35.0000     20.00%
64909.70/3291.90	c      3292             26          25        20          42.0000          35.0000     20.00%
65009.03/3296.92	c      3297             26          25        20          42.0000          35.0000     20.00%
65108.34/3301.95	c      3302             26          25        20          42.0000          35.0000     20.00%
65207.67/3306.98	c      3307             26          25        20          42.0000          35.0000     20.00%
65306.99/3311.99	c      3312             26          25        20          42.0000          35.0000     20.00%
65414.24/3317.39	c      3317             26          25        20          42.0000          35.0000     20.00%
65519.49/3322.60	c      3323             26          25        20          42.0000          35.0000     20.00%
65618.80/3327.64	c      3328             26          25        20          42.0000          35.0000     20.00%
65724.08/3332.99	c      3333             26          25        20          42.0000          35.0000     20.00%
65826.16/3338.09	c      3338             26          25        20          42.0000          35.0000     20.00%
65930.65/3343.33	c      3343             26          25        20          42.0000          35.0000     20.00%
66029.83/3348.39	c      3348             26          25        20          42.0000          35.0000     20.00%
66133.12/3353.52	c      3354             26          25        20          42.0000          35.0000     20.00%
66232.44/3358.54	c      3359             26          25        20          42.0000          35.0000     20.00%
66331.76/3363.56	c      3364             26          25        20          42.0000          35.0000     20.00%
66432.93/3368.61	c      3369             26          25        20          42.0000          35.0000     20.00%
66538.15/3373.98	c      3374             26          25        20          42.0000          35.0000     20.00%
66647.36/3379.46	c      3379             27          26        20          42.0000          35.0000     20.00%
66748.67/3384.51	c      3385             28          27        20          42.0000          35.0000     20.00%
66847.97/3389.56	c      3390             28          27        20          42.0000          35.0000     20.00%
66949.30/3394.69	c      3395             28          27        20          42.0000          35.0000     20.00%
67057.00/3400.04	c      3400             28          27        20          42.0000          35.0000     20.00%
67158.31/3405.15	c      3405             28          27        20          42.0000          35.0000     20.00%
67258.88/3410.24	c      3410             28          27        20          42.0000          35.0000     20.00%
67360.17/3415.32	c      3415             28          27        20          42.0000          35.0000     20.00%
67459.33/3420.38	c      3420             28          27        20          42.0000          35.0000     20.00%
67560.62/3425.47	c      3425             28          27        20          42.0000          35.0000     20.00%
67667.91/3430.82	c      3431             28          27        20          42.0000          35.0000     20.00%
67769.20/3435.96	c      3436             28          27        20          42.0000          35.0000     20.00%
67871.07/3441.11	c      3441             28          27        20          42.0000          35.0000     20.00%
67973.72/3446.21	c      3446             28          27        20          42.0000          35.0000     20.00%
68073.02/3451.23	c      3451             28          27        20          42.0000          35.0000     20.00%
68180.22/3456.63	c      3457             28          27        20          42.0000          35.0000     20.00%
68288.32/3462.08	c      3462             28          27        20          42.0000          35.0000     20.00%
68387.48/3467.13	c      3467             28          27        20          42.0000          35.0000     20.00%
68489.99/3472.29	c      3472             28          27        20          42.0000          35.0000     20.00%
68591.28/3477.33	c      3477             28          27        20          42.0000          35.0000     20.00%
68690.58/3482.38	c      3482             28          27        20          42.0000          35.0000     20.00%
68793.86/3487.55	c      3488             28          27        20          42.0000          35.0000     20.00%
68895.15/3492.68	c      3493             28          27        20          42.0000          35.0000     20.00%
69000.42/3497.94	c      3498             28          27        20          42.0000          35.0000     20.00%
69099.52/3503.00	c      3503             28          27        20          42.0000          35.0000     20.00%
69198.84/3508.02	c      3508             28          27        20          42.0000          35.0000     20.00%
69302.99/3513.18	c      3513             28          27        20          42.0000          35.0000     20.00%
69403.41/3518.23	c      3518             28          27        20          42.0000          35.0000     20.00%
69510.70/3523.67	c      3524             28          27        20          42.0000          35.0000     20.00%
69615.98/3528.93	c      3529             28          27        20          42.0000          35.0000     20.00%
69718.13/3534.10	c      3534             28          27        20          42.0000          35.0000     20.00%
69819.27/3539.16	c      3539             28          27        20          42.0000          35.0000     20.00%
69921.88/3544.33	c      3544             28          27        20          42.0000          35.0000     20.00%
70025.16/3549.58	c      3550             28          27        20          42.0000          35.0000     20.00%
70132.43/3554.99	c      3555             28          27        20          42.0000          35.0000     20.00%
70236.47/3560.19	c      3560             28          27        20          42.0000          35.0000     20.00%
70338.96/3565.32	c      3565             28          27        20          42.0000          35.0000     20.00%
70438.29/3570.34	c      3570             28          27        20          42.0000          35.0000     20.00%
70537.60/3575.37	c      3575             28          27        20          42.0000          35.0000     20.00%
70636.92/3580.37	c      3580             28          27        20          42.0000          35.0000     20.00%
70740.14/3585.54	c      3586             28          27        20          42.0000          35.0000     20.00%
70841.34/3590.66	c      3591             28          27        20          42.0000          35.0000     20.00%
70946.44/3595.97	c      3596             28          27        20          42.0000          35.0000     20.00%
71053.53/3601.37	c      3601             28          27        20          42.0000          35.0000     20.00%
71154.72/3606.47	c      3606             28          27        20          42.0000          35.0000     20.00%
71253.80/3611.47	c      3611             28          27        20          42.0000          35.0000     20.00%
71354.96/3616.51	c      3617             28          27        20          42.0000          35.0000     20.00%
71454.16/3621.58	c      3622             28          27        20          42.0000          35.0000     20.00%
71561.36/3626.96	c      3627             28          27        20          42.0000          35.0000     20.00%
71663.09/3632.05	c      3632             28          27        20          42.0000          35.0000     20.00%
71765.70/3637.24	c      3637             28          27        20          42.0000          35.0000     20.00%
71872.85/3642.60	c      3643             28          27        20          42.0000          35.0000     20.00%
71972.10/3647.62	c      3648             28          27        20          42.0000          35.0000     20.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: 191633 MiB (170323 MiB free)
  memory of node 1: 193531 MiB (177633 MiB free)
  memory of node 2: 193531 MiB (175656 MiB free)
  memory of node 3: 193531 MiB (174843 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-4465236-1723593750/watcher-4465236-1723593750 -o /tmp/evaluation-result-4465236-1723593750/solver-4465236-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465236-1723593750.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100118 s]*
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=715062496/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=73808 memory=61544 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 13292 0 0 0 9 2 0 0 20 0 1 0 125957695 75579392 15386 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 18452 15386 2347 3035 0 14848 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 61544 KiB

[startup+0.219065 s]*
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714896328/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=115468 memory=103300 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 23675 0 0 0 18 4 0 0 20 0 1 0 125957695 118239232 25759 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 28900 25759 2347 3035 0 25296 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 115468 KiB
Current children cumulated memory: 103300 KiB

[startup+0.318111 s]*
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714760692/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=149336 memory=135996 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 31874 0 0 0 27 6 0 0 20 0 1 0 125957695 152920064 33999 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 37334 33999 2347 3035 0 33730 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 149336 KiB
Current children cumulated memory: 135996 KiB

[startup+0.70026 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714482852/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=278372 memory=265180 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 61635 0 0 0 59 10 0 0 20 0 1 0 125957695 285052928 66295 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 69593 66295 2347 3035 0 65989 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 278372 KiB
Current children cumulated memory: 265180 KiB

[startup+1.50026 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=713770500/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=545988 memory=533712 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 123681 0 0 0 129 19 0 0 20 0 1 0 125957695 559091712 133428 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 136497 133428 2347 3035 0 132893 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 545988 KiB
Current children cumulated memory: 533712 KiB

[startup+3.11882 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=710664376/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=1353160 memory=1336484 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 294466 0 0 0 261 48 0 0 20 0 1 0 125957695 1385635840 334121 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 338290 334121 2555 3035 0 334686 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1353160 KiB
Current children cumulated memory: 1336484 KiB

[startup+6.3002 s]
/proc/loadavg: 17.55 19.27 24.43 5/862 770216
/proc/meminfo: memFree=708603792/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=1905132 memory=1873628 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 415414 0 0 0 559 68 0 0 20 0 1 0 125957695 1950855168 468407 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 476283 468407 2614 3035 0 472679 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1905132 KiB
Current children cumulated memory: 1873628 KiB

[startup+12.7002 s]
/proc/loadavg: 16.47 19.01 24.32 5/882 770236
/proc/meminfo: memFree=708197260/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=1914840 memory=1883664 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) R 770204 770207 770141 0 -1 4194304 422870 0 0 0 1193 71 0 0 20 0 1 0 125957695 1960796160 470916 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 478710 470916 2710 3035 0 475106 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1914840 KiB
Current children cumulated memory: 1883664 KiB

[startup+25.5016 s]
/proc/loadavg: 23.39 20.38 24.68 62/1002 770358
/proc/meminfo: memFree=686499832/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=9143392 memory=7866368 CPUtime=140.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) S 770204 770207 770141 0 -1 1077936128 1904557 0 0 0 13651 395 0 0 20 0 41 0 125957695 9362833408 1966592 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 2285848 1966592 2790 3035 0 2097020 0
[pid=770207/tid=770279] ppid=770204 vsize=9143392 memory=7537024 CPUtime=6.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770279/stat : 770279 (fscip) R 770204 770207 770141 0 -1 4194368 73403 0 0 0 608 16 0 0 20 0 41 0 125959271 9362833408 1966592 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770280] ppid=770204 vsize=9143392 memory=0 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770280/stat : 770280 (fscip) R 770204 770207 770141 0 -1 4194368 75123 0 0 0 607 15 0 0 20 0 41 0 125959271 9362833408 1966592 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770281] ppid=770204 vsize=9143392 memory=2268 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770281/stat : 770281 (fscip) R 770204 770207 770141 0 -1 4194368 75371 0 0 0 606 17 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770282] ppid=770204 vsize=9143392 memory=67123 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770282/stat : 770282 (fscip) R 770204 770207 770141 0 -1 4194368 78843 0 0 0 604 19 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770283] ppid=770204 vsize=9143392 memory=2268 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770283/stat : 770283 (fscip) R 770204 770207 770141 0 -1 4194368 72930 0 0 0 607 15 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770284] ppid=770204 vsize=9143392 memory=10556 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770284/stat : 770284 (fscip) R 770204 770207 770141 0 -1 4194368 75064 0 0 0 608 14 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770285] ppid=770204 vsize=9143392 memory=279648006954896 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770285/stat : 770285 (fscip) R 770204 770207 770141 0 -1 4194368 77409 0 0 0 607 16 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770286] ppid=770204 vsize=9143392 memory=0 CPUtime=6.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770286/stat : 770286 (fscip) R 770204 770207 770141 0 -1 4194368 68812 0 0 0 589 15 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770287] ppid=770204 vsize=9143392 memory=6616732128477664 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770287/stat : 770287 (fscip) R 770204 770207 770141 0 -1 4194368 75323 0 0 0 608 15 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770288] ppid=770204 vsize=9143392 memory=25333125866717268 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770288/stat : 770288 (fscip) R 770204 770207 770141 0 -1 4194368 79290 0 0 0 604 18 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770289] ppid=770204 vsize=9143392 memory=0 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770289/stat : 770289 (fscip) R 770204 770207 770141 0 -1 4194368 69278 0 0 0 608 14 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770290] ppid=770204 vsize=9143392 memory=10278 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770290/stat : 770290 (fscip) R 770204 770207 770141 0 -1 4194368 73058 0 0 0 608 15 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770291] ppid=770204 vsize=9143392 memory=436 CPUtime=6.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770291/stat : 770291 (fscip) R 770204 770207 770141 0 -1 4194368 74248 0 0 0 607 17 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770292] ppid=770204 vsize=9143392 memory=0 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770292/stat : 770292 (fscip) R 770204 770207 770141 0 -1 4194368 69357 0 0 0 608 15 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770293] ppid=770204 vsize=9143392 memory=3308000992788888 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770293/stat : 770293 (fscip) R 770204 770207 770141 0 -1 4194368 68810 0 0 0 610 13 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770294] ppid=770204 vsize=9143392 memory=279648005406208 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770294/stat : 770294 (fscip) R 770204 770207 770141 0 -1 4194368 77346 0 0 0 606 17 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770295] ppid=770204 vsize=9143392 memory=0 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770295/stat : 770295 (fscip) R 770204 770207 770141 0 -1 4194368 75728 0 0 0 607 16 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770296] ppid=770204 vsize=9143392 memory=25333125866717268 CPUtime=6.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770296/stat : 770296 (fscip) R 770204 770207 770141 0 -1 4194368 69135 0 0 0 610 12 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770297] ppid=770204 vsize=9143392 memory=6646024012932948107 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770297/stat : 770297 (fscip) R 770204 770207 770141 0 -1 4194368 77758 0 0 0 606 17 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770298] ppid=770204 vsize=9143392 memory=0 CPUtime=6.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770298/stat : 770298 (fscip) R 770204 770207 770141 0 -1 4194368 73541 0 0 0 610 13 0 0 20 0 41 0 125959271 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770299] ppid=770204 vsize=9143392 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770299/stat : 770299 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770300] ppid=770204 vsize=9143392 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770300/stat : 770300 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770301] ppid=770204 vsize=9143392 memory=279648005845024 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770301/stat : 770301 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770302] ppid=770204 vsize=9143392 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770302/stat : 770302 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770303] ppid=770204 vsize=9143392 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770303/stat : 770303 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770304] ppid=770204 vsize=9143392 memory=6441653138479211089 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770304/stat : 770304 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770305] ppid=770204 vsize=9143392 memory=279648005645088 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770305/stat : 770305 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770307] ppid=770204 vsize=9143392 memory=3978658942202504411 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770307/stat : 770307 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966658 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770306] ppid=770204 vsize=9143392 memory=22236845287342147 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770306/stat : 770306 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770308] ppid=770204 vsize=9143392 memory=6120 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770308/stat : 770308 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770309] ppid=770204 vsize=9143392 memory=1848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770309/stat : 770309 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770310] ppid=770204 vsize=9143392 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770310/stat : 770310 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770311] ppid=770204 vsize=9143392 memory=-6737200782029914566 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770311/stat : 770311 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770312] ppid=770204 vsize=9143392 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770312/stat : 770312 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770313] ppid=770204 vsize=9143392 memory=30888 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770313/stat : 770313 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770314] ppid=770204 vsize=9143392 memory=27932 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770314/stat : 770314 (fscip) S 770204 770207 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770315] ppid=770204 vsize=9143392 memory=3760 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770315/stat : 770315 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770316] ppid=770204 vsize=9143392 memory=7517504 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770316/stat : 770316 (fscip) S 770204 770207 770141 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 125959595 9362833408 1966724 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0

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

[pid=770207/tid=770302] ppid=770204 vsize=37489632 memory=10556 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770302/stat : 770302 (fscip) S 770204 770207 770141 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770303] ppid=770204 vsize=37489632 memory=29020004 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770303/stat : 770303 (fscip) S 770204 770207 770141 0 -1 1077936192 458 0 0 0 1 3 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770304] ppid=770204 vsize=37489632 memory=29032044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770304/stat : 770304 (fscip) S 770204 770207 770141 0 -1 1077936192 494 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770305] ppid=770204 vsize=37489632 memory=29032044 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770305/stat : 770305 (fscip) S 770204 770207 770141 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770307] ppid=770204 vsize=37489632 memory=32848 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770307/stat : 770307 (fscip) S 770204 770207 770141 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770306] ppid=770204 vsize=37489632 memory=7140 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770306/stat : 770306 (fscip) S 770204 770207 770141 0 -1 1077936192 472 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770308] ppid=770204 vsize=37489632 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770308/stat : 770308 (fscip) S 770204 770207 770141 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770309] ppid=770204 vsize=37489632 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770309/stat : 770309 (fscip) S 770204 770207 770141 0 -1 1077936192 257 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770310] ppid=770204 vsize=37489632 memory=2004 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770310/stat : 770310 (fscip) S 770204 770207 770141 0 -1 1077936192 193 0 0 0 0 2 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770311] ppid=770204 vsize=37489632 memory=52544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770311/stat : 770311 (fscip) S 770204 770207 770141 0 -1 1077936192 585 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770312] ppid=770204 vsize=37489632 memory=279648007508016 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770312/stat : 770312 (fscip) S 770204 770207 770141 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770313] ppid=770204 vsize=37489632 memory=29029932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770313/stat : 770313 (fscip) S 770204 770207 770141 0 -1 1077936192 261 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770314] ppid=770204 vsize=37489632 memory=279648007634272 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770314/stat : 770314 (fscip) S 770204 770207 770141 0 -1 1077936192 201 0 0 0 1 2 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770315] ppid=770204 vsize=37489632 memory=113753859713136 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770315/stat : 770315 (fscip) S 770204 770207 770141 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770316] ppid=770204 vsize=37489632 memory=-6421031960892894098 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770316/stat : 770316 (fscip) S 770204 770207 770141 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770317] ppid=770204 vsize=37489632 memory=279648008878160 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770317/stat : 770317 (fscip) S 770204 770207 770141 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770318] ppid=770204 vsize=37489632 memory=6933690326582337681 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770318/stat : 770318 (fscip) S 770204 770207 770141 0 -1 1077936192 423 0 0 0 0 2 0 0 20 0 41 0 125959595 38389383168 7258011 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
Current children cumulated CPU time: 71866.9 s
Current children cumulated vsize: 37489632 KiB
Current children cumulated memory: 29032044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649 s]*
/proc/loadavg: 78.38 80.14 79.24 42/944 772354
/proc/meminfo: memFree=576210188/790760804 swapFree=131071996/131071996
[pid=770207] ppid=770204 vsize=37489632 memory=29032048 CPUtime=72000.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/stat : 770207 (fscip) S 770204 770207 770141 0 -1 1077936128 84335766 0 0 0 7185788 14277 0 0 20 0 41 0 125957695 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
/proc/770207/statm: 9372408 7258012 3366 3035 0 9237758 0
[pid=770207/tid=770279] ppid=770204 vsize=37489632 memory=-9176197947465310908 CPUtime=3601.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770279/stat : 770279 (fscip) R 770204 770207 770141 0 -1 4194368 1729199 0 0 0 359940 245 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770280] ppid=770204 vsize=37489632 memory=8284 CPUtime=3608.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770280/stat : 770280 (fscip) R 770204 770207 770141 0 -1 4194368 3467154 0 0 0 360254 548 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770281] ppid=770204 vsize=37489632 memory=3312 CPUtime=3598.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770281/stat : 770281 (fscip) R 770204 770207 770141 0 -1 4194368 4372792 0 0 0 359109 712 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770282] ppid=770204 vsize=37489632 memory=2212 CPUtime=3601.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770282/stat : 770282 (fscip) R 770204 770207 770141 0 -1 4194368 2163764 0 0 0 359909 268 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770283] ppid=770204 vsize=37489632 memory=11536 CPUtime=3605.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770283/stat : 770283 (fscip) R 770204 770207 770141 0 -1 4194368 3888782 0 0 0 359986 594 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770284] ppid=770204 vsize=37489632 memory=40204 CPUtime=3590.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770284/stat : 770284 (fscip) R 770204 770207 770141 0 -1 4194368 5592181 0 0 0 358025 1009 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770285] ppid=770204 vsize=37489632 memory=10556 CPUtime=3593.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770285/stat : 770285 (fscip) R 770204 770207 770141 0 -1 4194368 1772341 0 0 0 359074 256 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770286] ppid=770204 vsize=37489632 memory=5472 CPUtime=3601.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770286/stat : 770286 (fscip) R 770204 770207 770141 0 -1 4194368 4083737 0 0 0 359561 573 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770287] ppid=770204 vsize=37489632 memory=16336 CPUtime=3601.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770287/stat : 770287 (fscip) R 770204 770207 770141 0 -1 4194368 4745700 0 0 0 359159 1027 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770288] ppid=770204 vsize=37489632 memory=2268 CPUtime=3603.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770288/stat : 770288 (fscip) R 770204 770207 770141 0 -1 4194368 2173146 0 0 0 360059 283 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770289] ppid=770204 vsize=37489632 memory=6120 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770289/stat : 770289 (fscip) R 770204 770207 770141 0 -1 4194368 3932008 0 0 0 359725 618 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770290] ppid=770204 vsize=37489632 memory=1848 CPUtime=3589.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770290/stat : 770290 (fscip) R 770204 770207 770141 0 -1 4194368 4678210 0 0 0 358166 816 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770291] ppid=770204 vsize=37489632 memory=38604 CPUtime=3599.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770291/stat : 770291 (fscip) R 770204 770207 770141 0 -1 4194368 3064540 0 0 0 359401 579 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770292] ppid=770204 vsize=37489632 memory=33100 CPUtime=3595.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770292/stat : 770292 (fscip) R 770204 770207 770141 0 -1 4194368 3922265 0 0 0 358983 586 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770293] ppid=770204 vsize=37489632 memory=2244 CPUtime=3598.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770293/stat : 770293 (fscip) R 770204 770207 770141 0 -1 4194368 5248694 0 0 0 358842 999 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770294] ppid=770204 vsize=37489632 memory=19936 CPUtime=3596.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770294/stat : 770294 (fscip) R 770204 770207 770141 0 -1 4194368 1972086 0 0 0 359393 249 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770295] ppid=770204 vsize=37489632 memory=6720664329030484334 CPUtime=3600.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770295/stat : 770295 (fscip) R 770204 770207 770141 0 -1 4194368 3950505 0 0 0 359494 603 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770296] ppid=770204 vsize=37489632 memory=7628 CPUtime=3601.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770296/stat : 770296 (fscip) R 770204 770207 770141 0 -1 4194368 5195167 0 0 0 359303 816 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770297] ppid=770204 vsize=37489632 memory=18544 CPUtime=3593.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770297/stat : 770297 (fscip) R 770204 770207 770141 0 -1 4194368 13526949 0 0 0 356642 2717 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770298] ppid=770204 vsize=37489632 memory=20276 CPUtime=3598.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770298/stat : 770298 (fscip) R 770204 770207 770141 0 -1 4194368 4405498 0 0 0 359137 667 0 0 20 0 41 0 125959271 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770299] ppid=770204 vsize=37489632 memory=5676 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770299/stat : 770299 (fscip) S 770204 770207 770141 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770300] ppid=770204 vsize=37489632 memory=11628 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770300/stat : 770300 (fscip) S 770204 770207 770141 0 -1 1077936192 574 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770301] ppid=770204 vsize=37489632 memory=13648 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770301/stat : 770301 (fscip) S 770204 770207 770141 0 -1 1077936192 494 0 0 0 4 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770302] ppid=770204 vsize=37489632 memory=11188 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770302/stat : 770302 (fscip) S 770204 770207 770141 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770303] ppid=770204 vsize=37489632 memory=11124 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770303/stat : 770303 (fscip) S 770204 770207 770141 0 -1 1077936192 458 0 0 0 1 3 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770304] ppid=770204 vsize=37489632 memory=11124 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770304/stat : 770304 (fscip) S 770204 770207 770141 0 -1 1077936192 494 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770305] ppid=770204 vsize=37489632 memory=11124 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770305/stat : 770305 (fscip) S 770204 770207 770141 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770307] ppid=770204 vsize=37489632 memory=2656 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770307/stat : 770307 (fscip) S 770204 770207 770141 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770306] ppid=770204 vsize=37489632 memory=6628 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770306/stat : 770306 (fscip) S 770204 770207 770141 0 -1 1077936192 472 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770308] ppid=770204 vsize=37489632 memory=109200880 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770308/stat : 770308 (fscip) S 770204 770207 770141 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770309] ppid=770204 vsize=37489632 memory=2728 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770309/stat : 770309 (fscip) S 770204 770207 770141 0 -1 1077936192 257 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770310] ppid=770204 vsize=37489632 memory=6824 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770310/stat : 770310 (fscip) S 770204 770207 770141 0 -1 1077936192 193 0 0 0 0 2 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770311] ppid=770204 vsize=37489632 memory=29032048 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770311/stat : 770311 (fscip) S 770204 770207 770141 0 -1 1077936192 585 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770312] ppid=770204 vsize=37489632 memory=2760 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770312/stat : 770312 (fscip) S 770204 770207 770141 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770313] ppid=770204 vsize=37489632 memory=6704 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770313/stat : 770313 (fscip) S 770204 770207 770141 0 -1 1077936192 261 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770314] ppid=770204 vsize=37489632 memory=33056932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770314/stat : 770314 (fscip) S 770204 770207 770141 0 -1 1077936192 201 0 0 0 1 2 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770315] ppid=770204 vsize=37489632 memory=1844 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770315/stat : 770315 (fscip) S 770204 770207 770141 0 -1 1077936192 266 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770316] ppid=770204 vsize=37489632 memory=2684 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770316/stat : 770316 (fscip) S 770204 770207 770141 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770317] ppid=770204 vsize=37489632 memory=904 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770317/stat : 770317 (fscip) S 770204 770207 770141 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
[pid=770207/tid=770318] ppid=770204 vsize=37489632 memory=279648007559136 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/770207/task/770318/stat : 770318 (fscip) S 770204 770207 770141 0 -1 1077936192 423 0 0 0 0 2 0 0 20 0 41 0 125959595 38389383168 7258012 809668444160 4194304 16623229 140720540954768 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 51945472 140720540959750 140720540959868 140720540959868 140720540966896 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 37489632 KiB
Current children cumulated memory: 29032048 KiB

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

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

# cumulated CPU time of all completed processes:  user=71858.1 s, system=143.585 s

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

[startup+3649.6 s]
/proc/loadavg: 78.38 80.14 79.24 24/902 772362
/proc/meminfo: memFree=579455736/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.8 s]
/proc/loadavg: 78.38 80.14 79.24 24/902 772362
/proc/meminfo: memFree=579455736/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): 3649.86
CPU time (s): 72001.7
CPU user time (s): 71858.1
CPU system time (s): 143.585
CPU usage (%): 1972.72
Max. virtual memory (cumulated for all children) (KiB): 37489632
Max. memory (cumulated for all children) (KiB): 29137556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71858.1
system time used= 143.585
maximum resident set size= 29137556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84335768
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= 1258708
involuntary context switches= 254513


# summary of solver processes directly reported to runsolver:
#   pid: 770207
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71858.1
#   total CPU system time (s): 143.585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4245 second user time and 91.0074 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 02:02:31
IDJOB=4465236
IDBENCH=147568
IDSOLVER=3094
FILE ID=nodeD102/4465236-1723593750
RUNJOBID= nodeD102-1723593750-770154
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588088 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.14.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-4465236-1723593750/watcher-4465236-1723593750 -o /tmp/evaluation-result-4465236-1723593750/solver-4465236-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465236-1723593750.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 90e53daebe6d07158ca0a25084e23cd3
RANDOM SEED=975907491

nodeD102.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		: 3557.603
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		: 3017.097
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2623.305
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	: 5005.96
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		: 3868.480
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	: 5005.94
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		: 3509.938
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		: 3846.964
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2638.953
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	: 5005.96
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		: 3540.183
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	: 5005.94
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		: 3034.609
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		: 2630.889
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3019.467
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	: 5005.96
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		: 3767.354
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	: 5005.94
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		: 2652.028
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		: 2631.907
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2632.992
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	: 5005.96
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		: 2653.425
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	: 5005.94
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		: 2636.419
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		: 2636.276
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2631.975
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	: 5005.96
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		: 2648.611
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	: 5005.94
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		: 2640.780
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		: 2647.032
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2635.974
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	: 5005.96
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		: 3010.958
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	: 5005.94
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		: 2621.198
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		: 2627.976
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2624.697
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	: 5005.96
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		: 2637.754
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	: 5005.94
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		: 2654.178
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		: 2640.726
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2634.395
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	: 5005.96
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		: 2640.412
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	: 5005.94
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		: 2800.644
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2629.756
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2627.615
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	: 5005.96
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		: 2633.962
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	: 5005.94
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		: 2619.252
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		: 2627.896
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2642.642
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	: 5005.96
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		: 2643.842
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	: 5005.94
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		: 2640.218
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		: 2632.159
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2613.490
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	: 5005.96
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		: 2636.795
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	: 5005.94
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		: 3600.665
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		: 2637.222
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3873.770
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	: 5005.96
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		: 2639.107
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	: 5005.94
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		: 3668.824
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		: 2638.424
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3726.269
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	: 5005.96
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		: 2635.977
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	: 5005.94
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		: 3441.569
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		: 2635.175
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2635.191
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	: 5005.96
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		: 2641.886
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	: 5005.94
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		: 3579.021
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		: 2641.889
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2600.115
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	: 5005.96
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		: 2644.354
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	: 5005.94
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		: 2951.576
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		: 2893.486
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2644.402
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	: 5005.96
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		: 2643.919
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	: 5005.94
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		: 3524.291
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		: 2629.392
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2627.063
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	: 5005.96
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		: 2634.022
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	: 5005.94
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		: 3582.523
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		: 2643.249
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 2640.342
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	: 5005.96
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		: 2661.591
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	: 5005.94
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		: 2950.983
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		: 2992.119
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3100.331
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	: 5005.96
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		: 2594.668
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	: 5005.94
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		: 3315.726
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		: 3770.126
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3030.895
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	: 5005.96
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		: 2606.741
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        715248856 kB
MemAvailable:   782947456 kB
Buffers:         1249860 kB
Cached:         69228348 kB
SwapCached:            0 kB
Active:          9588800 kB
Inactive:       61350164 kB
Active(anon):       2172 kB
Inactive(anon):   497504 kB
Active(file):    9586628 kB
Inactive(file): 60852660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            279712 kB
Writeback:             0 kB
AnonPages:        461012 kB
Mapped:           120144 kB
Shmem:             38920 kB
KReclaimable:    1357680 kB
Slab:            1900000 kB
SReclaimable:    1357680 kB
SUnreclaim:       542320 kB
KernelStack:       14768 kB
PageTables:         9776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1016000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1122048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588144 MiB
End job on nodeD102 at 2024-08-14 03:03:21