Trace number 4465234

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 3646.32

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.11.opb
MD5SUM33563122175156ab5e905e3273dbb643
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 benchmark38
Best CPU time to get the best result obtained on this benchmark3.97766
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21675
Total number of constraints1210400
Number of constraints which are clauses1206830
Number of constraints which are cardinality constraints (but not clauses)3570
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint170
Number of terms in the objective function 170
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 170
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 168
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 338
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.28/3.34	c Default LC presolving (default).
3.28/3.37	c ** Before presolving: virtualMemUsedAtLc = 2717132491, getVmSize() = 1607639040, SCIPgetMemUsed() = 1399973054, SCIPgetMemTotal() = 1487393046, SCIPgetMemExternEstim() = 1229739445
3.28/3.37	c ** set memory limit for presolving in LC to 8.78753e+12 for SCIP **
11.07/11.19	c ** Estimated virtualMemUsedAtSolver = 1663879801, getVmSize() = 1711144960, SCIPgetMemUsed() = 960482921, SCIPgetMemTotal() = 1266080257, SCIPgetMemExternEstim() = 1229739445
11.07/11.19	c ** set memory limit for solvers to 4.18337e+11 for each SCIP **
11.07/11.19	c Original Problem   :
11.07/11.19	c   Problem name     : instance-4465234-1723593750
11.07/11.19	c   Variables        : 21675 (21675 binary, 0 integer, 0 implicit integer, 0 continuous)
11.07/11.19	c   Constraints      : 1210400
11.07/11.19	c   Objective sense  : minimize
11.07/11.19	c Presolved Problem  :
11.07/11.19	c   Variables        : 11445 (11445 binary, 0 integer, 0 implicit integer, 0 continuous)
11.07/11.19	c   Constraints      : 111014
11.07/11.19	c Constraints        : Number
11.07/11.19	c   setppc           : 72066 
11.07/11.19	c   logicor          : 38948 
11.07/11.19	c ** Instance transfer method used: 0
11.25/11.35	c ** ParaScipInstance copy does not increase the number of variables. **
14.08/14.17	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.08/14.17	c                                Nodes    Active                                            
14.08/14.17	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
18.28/14.47	c *      14              0           1        20         166.0000                -          -
18.28/14.47	c        14              0           1        20         166.0000                -          -
213.81/24.69	c *      25              0           1        20         145.0000                -          -
213.81/24.69	c        25              0           1        20         145.0000                -          -
225.27/25.22	c *      25              0           1        20          91.0000                -          -
231.34/25.56	c *      26              0           1        20          88.0000                -          -
273.46/27.79	c *      28              0           1        20          87.0000                -          -
372.44/32.79	c        33              2           1        20          87.0000           9.0000          -
473.59/37.90	c        38              2           3        20          87.0000          10.0000          -
577.33/43.06	c        43             21          22        20          87.0000          10.0000          -
676.68/48.07	c        48             42          41        20          87.0000          10.0000          -
780.85/53.37	c        53            122         121        20          87.0000          10.0000          -
899.83/59.36	c        59            182         181        20          87.0000          10.0000          -
1165.46/72.79	c        73            182         181        20          87.0000          10.0000          -
1268.51/77.99	c        78            202         201        20          87.0000          10.0000          -
1372.30/83.18	c        83            705         338        20          87.0000          10.0000          -
1474.64/88.39	c        88            745           0        20          87.0000          10.0000          -
1500.43/89.62	c *      90           1647         613        20          83.0000          10.0000          -
1579.61/93.66	c        94           1927         297        20          83.0000          10.0000          -
1687.40/99.06	c        99           1434         383        20          83.0000          10.0000          -
1758.04/102.60	c *     103           1447         396        20          82.0000          10.0000          -
1791.76/104.39	c       104           1527         476        20          82.0000          10.0000          -
1892.90/109.48	c       109           1580         293        20          82.0000          10.0000          -
1998.04/114.72	c       115           2335         257        20          82.0000          10.0000          -
2004.46/115.09	c *     115           2335         257        20          81.0000          10.0000          -
2083.80/119.06	c *     119           3126         272        20          76.0000          11.0000          -
2095.11/119.64	c *     120           3126         272        20          75.0000          11.0000          -
2096.99/119.73	c       120           3126         272        20          75.0000          11.0000          -
2100.96/120.00	c *     120           3346         208        20          74.0000          11.0000          -
2112.81/120.58	c *     121           3346         208        20          73.0000          11.0000          -
2120.74/120.97	c *     121           3624         229        20          72.0000          11.0000          -
2130.61/121.40	c *     121           3624         229        20          71.0000          11.0000          -
2138.55/121.86	c *     122           3624         229        20          70.0000          11.0000          -
2150.40/122.41	c *     122           3879         175        20          69.0000          11.0000          -
2172.24/123.58	c *     124           4037         193        20          68.0000          11.0000          -
2190.04/124.42	c *     124           4221         231        20          67.0000          11.0000          -
2197.93/124.85	c       125           4221         231        20          67.0000          11.0000          -
2306.96/130.34	c       130           4850         155        20          67.0000          11.0000          -
2410.14/135.56	c       136           5542         155        20          67.0000          11.0000          -
2515.29/140.85	c       141           5846         152        20          67.0000          11.0000          -
2614.49/145.89	c       146           7128         149        20          67.0000          11.0000          -
2644.26/147.37	c *     147           7429         149        20          66.0000          11.0000    500.00%
2665.94/148.45	c *     148           7623         150        20          65.0000          11.0000    490.91%
2675.74/149.01	c *     149           7623         150        20          64.0000          11.0000    481.82%
2687.48/149.55	c *     150           7623         150        20          63.0000          11.0000    472.73%
2693.37/149.89	c *     150           7623         150        20          62.0000          11.0000    463.64%
2715.17/150.95	c       151           7624         153        20          62.0000          11.0000    463.64%
2814.36/156.03	c       156           4875          30        20          62.0000          11.0000    463.64%
2917.94/161.18	c       161           5211         140        20          62.0000          11.0000    463.64%
3020.64/166.30	c       166           6272         137        20          62.0000          11.0000    463.64%
3092.07/169.98	c *     170           6668         135        20          61.0000          11.0000    454.55%
3129.60/171.89	c       172           8938         139        20          61.0000          11.0000    454.55%
3230.80/177.02	c       177           6840         130        20          61.0000          11.0000    454.55%
3334.67/182.13	c       182           7049         127        20          61.0000          11.0000    454.55%
3375.66/184.26	c *     184           7271         122        20          60.0000          11.0000    445.45%
3443.01/187.65	c       188           7668         124        20          60.0000          11.0000    445.45%
3544.27/192.78	c       193          11221         129        20          60.0000          11.0000    445.45%
3652.29/198.14	c       198           8402         117        20          60.0000          11.0000    445.45%
3712.91/201.20	c *     201           8471          60        20          59.0000          11.0000    436.36%
3722.80/201.77	c *     202           8712          97        20          58.0000          11.0000    427.27%
3752.50/203.25	c       203           8881          95        20          58.0000          11.0000    427.27%
3853.74/208.34	c       208           9480          95        20          58.0000          11.0000    427.27%
3956.94/213.57	c       214          13282         120        20          58.0000          11.0000    427.27%
4058.17/218.64	c       219          13873         126        20          58.0000          11.0000    427.27%
4157.41/223.66	c       224          11408          87        20          58.0000          11.0000    427.27%
4260.56/228.88	c       229          11637          92        20          58.0000          11.0000    427.27%
4369.72/234.39	c       234          12549          89        20          58.0000          11.0000    427.27%
4470.92/239.46	c       239          12935          86        20          58.0000          11.0000    427.27%
4536.38/242.72	c *     243          13446          84        20          57.0000          11.0000    418.18%
4572.06/244.56	c       245          13552          94        20          57.0000          11.0000    418.18%
4615.73/246.79	c *     247          18559         114        20          56.0000          11.0000    409.09%
4627.59/247.32	c *     247          13837          84        20          55.0000          11.0000    400.00%
4647.40/248.31	c *     248          13882          82        20          54.0000          11.0000    390.91%
4673.19/249.69	c       250          19069         117        20          54.0000          11.0000    390.91%
4774.41/254.79	c       255          19707         114        20          54.0000          11.0000    390.91%
4778.39/254.92	c *     255          19707         114        20          53.0000          11.0000    381.82%
4877.58/259.92	c       260          14441          76        20          53.0000          11.0000    381.82%
4976.70/264.94	c       265          20471         110        20          53.0000          11.0000    381.82%
5075.94/269.97	c       270          17249          87        20          53.0000          11.0000    381.82%
5177.87/275.08	c       275          18187          83        20          53.0000          11.0000    381.82%
5277.09/280.12	c       280          21894         109        20          53.0000          11.0000    381.82%
5379.61/285.20	c       285          20562          79        20          53.0000          11.0000    381.82%
5478.84/290.21	c       290          20710          81        20          53.0000          11.0000    381.82%
5578.09/295.26	c       295          21462          84        20          53.0000          11.0000    381.82%
5679.33/300.33	c       300          15793          91        20          53.0000          11.0000    381.82%
5782.55/305.59	c       306          24597         113        20          53.0000          11.0000    381.82%
5883.72/310.66	c       311          22854         126        20          53.0000          11.0000    381.82%
5901.70/311.56	c *     312          16672          91        20          52.0000          11.0000    372.73%
5984.86/315.71	c       316          23406          78        20          52.0000          11.0000    372.73%
6084.12/320.79	c       321          27460         101        20          52.0000          11.0000    372.73%
6185.31/325.86	c       326          27913          95        20          52.0000          11.0000    372.73%
6286.46/330.91	c       331          20219          85        20          52.0000          11.0000    372.73%
6365.84/334.95	c *     335          20764          79        20          51.0000          11.0000    363.64%
6388.31/336.05	c       336          20764          79        20          51.0000          11.0000    363.64%
6395.58/336.49	c *     336          20764          79        20          50.0000          11.0000    354.55%
6460.87/339.70	c *     340          26305          78        20          49.0000          11.0000    345.45%
6489.43/341.15	c       341          21260          78        20          49.0000          11.0000    345.45%
6512.26/342.31	c *     342          26309          77        20          48.0000          11.0000    336.36%
6589.55/346.22	c       346          30963          85        20          48.0000          11.0000    336.36%
6611.36/347.31	c *     347          21372          74        20          47.0000          11.0000    327.27%
6690.74/351.30	c       351          31368          94        20          47.0000          11.0000    327.27%
6789.85/356.37	c       356          26644          75        20          47.0000          11.0000    327.27%
6894.92/361.62	c       362          27315          72        20          47.0000          11.0000    327.27%
6996.03/366.72	c       367          27758          68        20          47.0000          11.0000    327.27%
7097.13/371.82	c       372          22066          77        20          47.0000          11.0000    327.27%
7198.21/376.95	c       377          34321          75        20          47.0000          11.0000    327.27%
7297.48/382.01	c       382          22372          70        20          47.0000          11.0000    327.27%
7401.43/387.18	c       387          22706          76        20          47.0000          11.0000    327.27%
7501.95/392.20	c       392          31519          75        20          47.0000          11.0000    327.27%
7569.45/395.63	c *     396          32243         237        20          46.0000          11.0000    318.18%
7605.16/397.46	c       397          35441          70        20          46.0000          11.0000    318.18%
7706.03/402.50	c       403          35521          72        20          46.0000          11.0000    318.18%
7813.22/407.92	c       408          24006          67        20          46.0000          11.0000    318.18%
7912.45/412.94	c       413          36389          75        20          46.0000          11.0000    318.18%
8011.64/418.01	c       418          25032          68        20          46.0000          11.0000    318.18%
8115.52/423.16	c       423          25335          70        20          46.0000          11.0000    318.18%
8218.02/428.34	c       428          37865          70        20          46.0000          11.0000    318.18%
8319.25/433.43	c       433          26241          66        20          46.0000          11.0000    318.18%
8422.44/438.66	c       439          38825          72        20          46.0000          11.0000    318.18%
8525.48/443.84	c       444          39653          77        20          46.0000          11.0000    318.18%
8626.55/449.00	c       449          28135          71        20          46.0000          11.0000    318.18%
8728.33/454.13	c       454          29196          67        20          46.0000          11.0000    318.18%
8834.63/459.46	c       459          43950          64        20          46.0000          11.0000    318.18%
8935.71/464.51	c       465          43950          64        20          46.0000          11.0000    318.18%
9034.83/469.54	c       470          31578          84        20          46.0000          11.0000    318.18%
9133.88/474.56	c       475          32631          79        20          46.0000          11.0000    318.18%
9234.98/479.61	c       480          43123          77        20          46.0000          11.0000    318.18%
9338.06/484.81	c       485          33722          74        20          46.0000          11.0000    318.18%
9439.14/489.93	c       490          34179          74        20          46.0000          11.0000    318.18%
9538.24/495.00	c       495          47128          93        20          46.0000          11.0000    318.18%
9643.24/500.22	c       500          35081          71        20          46.0000          11.0000    318.18%
9744.31/505.39	c       505          48026          93        20          46.0000          11.0000    318.18%
9845.31/510.49	c       510          48390          89        20          46.0000          11.0000    318.18%
9946.36/515.56	c       516          36602          67        20          46.0000          11.0000    318.18%
10047.46/520.68	c       521          37214          67        20          46.0000          11.0000    318.18%
10152.43/525.98	c       526          49796          89        20          46.0000          11.0000    318.18%
10251.53/531.02	c       531          38253          68        20          46.0000          11.0000    318.18%
10353.30/536.08	c       536          38582          66        20          46.0000          11.0000    318.18%
10455.56/541.27	c       541          39041          69        20          46.0000          11.0000    318.18%
10546.76/545.88	c *     546          47240         234        20          45.0000          11.0000    309.09%
10558.48/546.47	c       546          47240         234        20          45.0000          11.0000    309.09%
10659.49/551.50	c       552          52227          87        20          45.0000          11.0000    309.09%
10760.59/556.68	c       557          52715          87        20          45.0000          11.0000    309.09%
10865.63/562.01	c       562          53519          93        20          45.0000          11.0000    309.09%
10972.67/567.35	c       567          48497          70        20          45.0000          11.0000    309.09%
11073.72/572.48	c       572          48760          82        20          45.0000          11.0000    309.09%
11178.79/577.73	c       578          49088          76        20          45.0000          11.0000    309.09%
11277.87/582.75	c       583          42119          61        20          45.0000          11.0000    309.09%
11380.89/587.94	c       588          42681          66        20          45.0000          11.0000    309.09%
11479.97/592.98	c       593          50117          68        20          45.0000          11.0000    309.09%
11583.58/598.15	c       598          58705          87        20          45.0000          11.0000    309.09%
11683.80/603.22	c       603          59284          91        20          45.0000          11.0000    309.09%
11788.80/608.55	c       609          59715          91        20          45.0000          11.0000    309.09%
11891.77/613.72	c       614          51251          72        20          45.0000          11.0000    309.09%
11992.86/618.87	c       619          51481          77        20          45.0000          11.0000    309.09%
12093.96/623.97	c       624          61630          90        20          45.0000          11.0000    309.09%
12197.64/629.16	c       629          62528          85        20          45.0000          11.0000    309.09%
12299.98/634.34	c       634          52978          74        20          45.0000          11.0000    309.09%
12406.99/639.75	c       640          47998          73        20          45.0000          11.0000    309.09%
12510.03/645.03	c       645          53596          76        20          45.0000          11.0000    309.09%
12611.66/650.13	c       650          64977          94        20          45.0000          11.0000    309.09%
12614.94/650.28	c *     650          64977          94        20          44.0000          11.0000    300.00%
12713.81/655.24	c       655          65225          94        20          44.0000          11.0000    300.00%
12816.72/660.40	c       660          65225          94        20          44.0000          11.0000    300.00%
12917.80/665.59	c       666          48954          75        20          44.0000          11.0000    300.00%
13018.85/670.64	c       671          49146          65        20          44.0000          11.0000    300.00%
13119.85/675.77	c       676          58670          74        20          44.0000          11.0000    300.00%
13220.93/680.84	c       681          49732          65        20          44.0000          11.0000    300.00%
13320.00/685.87	c       686          67397          76        20          44.0000          11.0000    300.00%
13419.10/690.89	c       691          50277          69        20          44.0000          11.0000    300.00%
13520.17/695.94	c       696          68290          92        20          44.0000          11.0000    300.00%
13622.03/701.08	c       701          60757          72        20          44.0000          11.0000    300.00%
13724.22/706.23	c       706          60925          73        20          44.0000          11.0000    300.00%
13827.28/711.42	c       711          61222          72        20          44.0000          11.0000    300.00%
13930.32/716.62	c       717          71075          80        20          44.0000          11.0000    300.00%
14033.38/721.85	c       722          52232          70        20          44.0000          11.0000    300.00%
14137.17/727.08	c       727          53248          74        20          44.0000          11.0000    300.00%
14237.98/732.19	c       732          73292         102        20          44.0000          11.0000    300.00%
14338.56/737.28	c       737          73760          81        20          44.0000          11.0000    300.00%
14439.66/742.34	c       742          57342          69        20          44.0000          11.0000    300.00%
14540.74/747.44	c       747          62868          68        20          44.0000          11.0000    300.00%
14641.84/752.50	c       753          59511          64        20          44.0000          11.0000    300.00%
14742.90/757.66	c       758          60350          68        20          44.0000          11.0000    300.00%
14847.96/762.90	c       763          77279          80        20          44.0000          11.0000    300.00%
14949.86/768.11	c       768          77924          79        20          44.0000          11.0000    300.00%
15050.79/773.17	c       773          62619          65        20          44.0000          11.0000    300.00%
15153.20/778.30	c       778          79039          78        20          44.0000          11.0000    300.00%
15252.32/783.39	c       783          79646          81        20          44.0000          11.0000    300.00%
15308.37/786.14	c *     786          64469          72        20          43.0000          11.0000    290.91%
15355.19/788.58	c       789          80460          78        20          43.0000          11.0000    290.91%
15454.32/793.59	c       794          65566          61        20          43.0000          11.0000    290.91%
15557.31/798.76	c       799          81628          81        20          43.0000          11.0000    290.91%
15658.40/803.81	c       804          66217          69        20          43.0000          11.0000    290.91%
15759.49/808.97	c       809          69715          81        20          43.0000          11.0000    290.91%
15858.61/814.02	c       814          67654          71        20          43.0000          11.0000    290.91%
15960.57/819.10	c       819          83932          81        20          43.0000          11.0000    290.91%
16064.75/824.35	c       824          72576          62        20          43.0000          11.0000    290.91%
16165.85/829.49	c       830          70567          66        20          43.0000          11.0000    290.91%
16270.91/834.77	c       835          75032          61        20          43.0000          11.0000    290.91%
16373.99/839.93	c       840          75105          64        20          43.0000          11.0000    290.91%
16473.11/844.98	c       845          87293          81        20          43.0000          11.0000    290.91%
16572.22/850.04	c       850          87786          78        20          43.0000          11.0000    290.91%
16683.23/855.51	c       856          76815          62        20          43.0000          11.0000    290.91%
16784.33/860.66	c       861          78138          67        20          43.0000          11.0000    290.91%
16885.41/865.72	c       866          79139          64        20          43.0000          11.0000    290.91%
16984.52/870.74	c       871          78943          60        20          43.0000          11.0000    290.91%
17083.60/875.77	c       876          90148          75        20          43.0000          11.0000    290.91%
17192.54/881.21	c       881          90584          81        20          43.0000          11.0000    290.91%
17291.66/886.23	c       886          91125          78        20          43.0000          11.0000    290.91%
17394.75/891.41	c       891          82581          61        20          43.0000          11.0000    290.91%
17497.91/896.63	c       897          83727          65        20          43.0000          11.0000    290.91%
17598.84/901.71	c       902          84172          62        20          43.0000          11.0000    290.91%
17699.92/906.87	c       907          93201          86        20          43.0000          11.0000    290.91%
17801.03/911.99	c       912          93776          79        20          43.0000          11.0000    290.91%
17903.01/917.10	c       917          94268          80        20          43.0000          11.0000    290.91%
18005.19/922.23	c       922          88559          59        20          43.0000          11.0000    290.91%
18106.50/927.33	c       927              3           4        20          43.0000          33.0000     30.30%
18211.40/932.62	c       933              3           4        20          43.0000          33.0000     30.30%
18310.53/937.67	c       938              3           4        20          43.0000          33.0000     30.30%
18409.69/942.69	c       943              3           4        20          43.0000          33.0000     30.30%
18512.80/947.90	c       948              3           4        20          43.0000          33.0000     30.30%
18613.93/953.03	c       953              3           4        20          43.0000          33.0000     30.30%
18717.90/958.18	c       958              3           4        20          43.0000          33.0000     30.30%
18820.16/963.31	c       963              3           4        20          43.0000          33.0000     30.30%
18921.28/968.46	c       968              3           4        20          43.0000          33.0000     30.30%
19024.41/973.66	c       974              3           4        20          43.0000          33.0000     30.30%
19127.53/978.80	c       979              3           4        20          43.0000          33.0000     30.30%
19228.70/983.93	c       984              3           4        20          43.0000          33.0000     30.30%
19330.42/989.07	c       989              3           4        20          43.0000          33.0000     30.30%
19429.52/994.09	c       994              3           4        20          43.0000          33.0000     30.30%
19532.02/999.25	c       999              3           4        20          43.0000          33.0000     30.30%
19633.15/1004.39	c      1004              3           4        20          43.0000          33.0000     30.30%
19734.37/1009.47	c      1009              3           4        20          43.0000          33.0000     30.30%
19835.29/1014.53	c      1015              3           4        20          43.0000          33.0000     30.30%
19936.25/1019.60	c      1020              3           4        20          43.0000          33.0000     30.30%
20035.48/1024.66	c      1025              3           4        20          43.0000          33.0000     30.30%
20136.23/1029.72	c      1030              3           4        20          43.0000          33.0000     30.30%
20235.39/1034.78	c      1035              3           4        20          43.0000          33.0000     30.30%
20336.44/1039.84	c      1040              3           4        20          43.0000          33.0000     30.30%
20435.57/1044.89	c      1045              3           4        20          43.0000          33.0000     30.30%
20536.69/1049.95	c      1050              3           4        20          43.0000          33.0000     30.30%
20635.83/1055.02	c      1055              3           4        20          43.0000          33.0000     30.30%
20739.72/1060.18	c      1060              3           4        20          43.0000          33.0000     30.30%
20840.06/1065.23	c      1065              3           4        20          43.0000          33.0000     30.30%
20939.20/1070.28	c      1070              3           4        20          43.0000          33.0000     30.30%
21040.13/1075.34	c      1075              3           4        20          43.0000          33.0000     30.30%
21117.15/1079.22	c *    1079              3           4        20          42.0000          33.0000     27.27%
21138.94/1080.39	c      1080              3           4        20          42.0000          33.0000     27.27%
21239.76/1085.42	c      1085              3           4        20          42.0000          33.0000     27.27%
21338.80/1090.43	c      1090              3           4        20          42.0000          33.0000     27.27%
21437.82/1095.49	c      1096              3           4        20          42.0000          33.0000     27.27%
21538.85/1100.56	c      1101              3           4        20          42.0000          33.0000     27.27%
21641.89/1105.76	c      1106              3           4        20          42.0000          33.0000     27.27%
21750.73/1111.29	c      1111              3           4        20          42.0000          33.0000     27.27%
21859.80/1116.71	c      1117              3           4        20          42.0000          33.0000     27.27%
21960.75/1121.89	c      1122              3           4        20          42.0000          33.0000     27.27%
22064.39/1127.07	c      1127              3           4        20          42.0000          33.0000     27.27%
22165.41/1132.17	c      1132              3           4        20          42.0000          33.0000     27.27%
22267.66/1137.33	c      1137              3           4        20          42.0000          33.0000     27.27%
22366.65/1142.38	c      1142              3           4        20          42.0000          33.0000     27.27%
22467.54/1147.43	c      1147              3           4        20          42.0000          33.0000     27.27%
22566.47/1152.49	c      1152              3           4        20          42.0000          33.0000     27.27%
22667.29/1157.51	c      1158              3           4        20          42.0000          33.0000     27.27%
22766.21/1162.53	c      1163              3           4        20          42.0000          33.0000     27.27%
22867.06/1167.63	c      1168              3           4        20          42.0000          33.0000     27.27%
22972.18/1172.95	c      1173              3           4        20          42.0000          33.0000     27.27%
23077.00/1178.24	c      1178              3           4        20          42.0000          33.0000     27.27%
23179.92/1183.40	c      1183              3           4        20          42.0000          33.0000     27.27%
23282.98/1188.62	c      1189              3           4        20          42.0000          33.0000     27.27%
23385.99/1193.84	c      1194              3           4        20          42.0000          33.0000     27.27%
23489.64/1199.04	c      1199              3           4        20          42.0000          33.0000     27.27%
23588.78/1204.10	c      1204              3           4        20          42.0000          33.0000     27.27%
23691.13/1209.27	c      1209              3           4        20          42.0000          33.0000     27.27%
23798.24/1214.61	c      1215              3           4        20          42.0000          33.0000     27.27%
23899.43/1219.78	c      1220              3           4        20          42.0000          33.0000     27.27%
24002.59/1224.93	c      1225              3           4        20          42.0000          33.0000     27.27%
24101.80/1230.01	c      1230              3           4        20          42.0000          33.0000     27.27%
24206.98/1235.23	c      1235              3           4        20          42.0000          33.0000     27.27%
24306.22/1240.24	c      1240              3           4        20          42.0000          33.0000     27.27%
24405.45/1245.27	c      1245              3           4        20          42.0000          33.0000     27.27%
24506.69/1250.38	c      1250              3           4        20          42.0000          33.0000     27.27%
24615.86/1255.87	c      1256              3           4        20          42.0000          33.0000     27.27%
24719.81/1261.12	c      1261              3           4        20          42.0000          33.0000     27.27%
24822.28/1266.27	c      1266              3           4        20          42.0000          33.0000     27.27%
24913.60/1270.86	c *    1271              3           4        20          41.0000          33.0000     24.24%
24925.37/1271.46	c      1271              3           4        20          41.0000          33.0000     24.24%
25026.48/1276.58	c      1277              3           4        20          41.0000          33.0000     24.24%
25129.61/1281.77	c      1282              3           4        20          41.0000          33.0000     24.24%
25232.83/1286.94	c      1287              3           4        20          41.0000          33.0000     24.24%
25334.77/1292.08	c      1292              3           4        20          41.0000          33.0000     24.24%
25435.83/1297.14	c      1297              3           4        20          41.0000          33.0000     24.24%
25536.39/1302.23	c      1302              3           4        20          41.0000          33.0000     24.24%
25637.62/1307.37	c      1307              2           1        20          41.0000          34.0000     20.59%
25740.83/1312.55	c      1313              5           4        20          41.0000          34.0000     20.59%
25842.06/1317.65	c      1318              7           6        20          41.0000          34.0000     20.59%
25943.23/1322.75	c      1323              8           7        20          41.0000          34.0000     20.59%
26044.54/1327.88	c      1328              8           7        20          41.0000          34.0000     20.59%
26145.56/1332.97	c      1333              8           7        20          41.0000          34.0000     20.59%
26247.30/1338.05	c      1338              8           7        20          41.0000          34.0000     20.59%
26348.76/1343.16	c      1343              8           7        20          41.0000          34.0000     20.59%
26451.04/1348.34	c      1348              8           7        20          41.0000          34.0000     20.59%
26550.21/1353.34	c      1353              8           7        20          41.0000          34.0000     20.59%
26655.33/1358.69	c      1359              8           7        20          41.0000          34.0000     20.59%
26760.51/1364.00	c      1364              8           7        20          41.0000          34.0000     20.59%
26861.01/1369.13	c      1369              8           7        20          41.0000          34.0000     20.59%
26960.21/1374.19	c      1374              8           7        20          41.0000          34.0000     20.59%
27065.26/1379.41	c      1379              8           7        20          41.0000          34.0000     20.59%
27166.37/1384.59	c      1385              8           7        20          41.0000          34.0000     20.59%
27269.97/1389.79	c      1390              8           7        20          41.0000          34.0000     20.59%
27372.59/1394.99	c      1395              8           7        20          41.0000          34.0000     20.59%
27475.68/1400.14	c      1400              8           7        20          41.0000          34.0000     20.59%
27580.72/1405.47	c      1405              8           7        20          41.0000          34.0000     20.59%
27681.84/1410.50	c      1411              8           7        20          41.0000          34.0000     20.59%
27780.88/1415.53	c      1416              8           7        20          41.0000          34.0000     20.59%
27882.60/1420.71	c      1421              8           7        20          41.0000          34.0000     20.59%
27986.94/1425.90	c      1426              8           7        20          41.0000          34.0000     20.59%
28088.06/1431.03	c      1431              8           7        20          41.0000          34.0000     20.59%
28195.09/1436.41	c      1436              8           7        20          41.0000          34.0000     20.59%
28298.72/1441.65	c      1442              8           7        20          41.0000          34.0000     20.59%
28401.26/1446.88	c      1447              8           7        20          41.0000          34.0000     20.59%
28506.36/1452.14	c      1452              8           7        20          41.0000          34.0000     20.59%
28607.50/1457.23	c      1457              8           7        20          41.0000          34.0000     20.59%
28715.29/1462.73	c      1463              8           7        20          41.0000          34.0000     20.59%
28819.67/1467.90	c      1468              8           7        20          41.0000          34.0000     20.59%
28920.97/1473.02	c      1473              8           7        20          41.0000          34.0000     20.59%
29020.01/1478.08	c      1478              8           7        20          41.0000          34.0000     20.59%
29123.11/1483.21	c      1483              8           7        20          41.0000          34.0000     20.59%
29222.21/1488.25	c      1488              8           7        20          41.0000          34.0000     20.59%
29325.33/1493.47	c      1493             11          10        20          41.0000          34.0000     20.59%
29429.11/1498.73	c      1499             11          10        20          41.0000          34.0000     20.59%
29533.40/1503.96	c      1504             11          10        20          41.0000          34.0000     20.59%
29638.51/1509.21	c      1509             11          10        20          41.0000          34.0000     20.59%
29739.66/1514.38	c      1514             11          10        20          41.0000          34.0000     20.59%
29842.76/1519.50	c      1520             11          10        20          41.0000          34.0000     20.59%
29941.91/1524.62	c      1525             11          10        20          41.0000          34.0000     20.59%
30045.73/1529.74	c      1530             11          10        20          41.0000          34.0000     20.59%
30144.80/1534.78	c      1535             11          10        20          41.0000          34.0000     20.59%
30245.20/1539.81	c      1540             11          10        20          41.0000          34.0000     20.59%
30344.15/1544.83	c      1545             11          10        20          41.0000          34.0000     20.59%
30402.15/1547.77	c *    1548             11          10        20          40.0000          34.0000     17.65%
30442.93/1549.86	c      1550             11          10        20          40.0000          34.0000     17.65%
30545.93/1555.07	c      1555             11          10        20          40.0000          34.0000     17.65%
30649.04/1560.23	c      1560             11          10        20          40.0000          34.0000     17.65%
30752.04/1565.43	c      1565             11          10        20          40.0000          34.0000     17.65%
30863.23/1571.05	c      1571             11          10        20          40.0000          34.0000     17.65%
30966.16/1576.20	c      1576             11          10        20          40.0000          34.0000     17.65%
31069.14/1581.43	c      1581             11          10        20          40.0000          34.0000     17.65%
31174.92/1586.74	c      1587             11          10        20          40.0000          34.0000     17.65%
31279.33/1592.03	c      1592             11          10        20          40.0000          34.0000     17.65%
31382.48/1597.22	c      1597             11          10        20          40.0000          34.0000     17.65%
31485.60/1602.45	c      1602             11          10        20          40.0000          34.0000     17.65%
31574.78/1606.95	c *    1607             11          10        20          39.0000          34.0000     14.71%
31586.62/1607.54	c      1608             11          10        20          39.0000          34.0000     14.71%
31691.71/1612.87	c      1613             11          10        20          39.0000          34.0000     14.71%
31796.89/1618.19	c      1618             11          10        20          39.0000          34.0000     14.71%
31902.06/1623.42	c      1623             11          10        20          39.0000          34.0000     14.71%
32011.19/1628.91	c      1629             11          10        20          39.0000          34.0000     14.71%
32112.42/1634.02	c      1634              3           4        20          39.0000          34.0000     14.71%
32211.59/1639.06	c      1639              3           4        20          39.0000          34.0000     14.71%
32314.75/1644.25	c      1644              3           4        20          39.0000          34.0000     14.71%
32413.92/1649.29	c      1649              3           4        20          39.0000          34.0000     14.71%
32519.06/1654.57	c      1655              3           4        20          39.0000          34.0000     14.71%
32624.14/1659.82	c      1660              3           4        20          39.0000          34.0000     14.71%
32723.26/1664.89	c      1665              3           4        20          39.0000          34.0000     14.71%
32824.20/1669.97	c      1670              3           4        20          39.0000          34.0000     14.71%
32925.05/1675.09	c      1675              3           4        20          39.0000          34.0000     14.71%
33030.18/1680.36	c      1680              3           4        20          39.0000          34.0000     14.71%
33133.35/1685.59	c      1686              3           4        20          39.0000          34.0000     14.71%
33238.37/1690.85	c      1691              3           4        20          39.0000          34.0000     14.71%
33339.55/1695.98	c      1696              3           4        20          39.0000          34.0000     14.71%
33440.73/1701.05	c      1701              3           4        20          39.0000          34.0000     14.71%
33543.90/1706.23	c      1706              3           4        20          39.0000          34.0000     14.71%
33644.95/1711.36	c      1711              3           4        20          39.0000          34.0000     14.71%
33746.14/1716.48	c      1716              3           4        20          39.0000          34.0000     14.71%
33845.36/1721.48	c      1721              3           4        20          39.0000          34.0000     14.71%
33946.45/1726.55	c      1727              3           4        20          39.0000          34.0000     14.71%
34045.65/1731.60	c      1732              3           4        20          39.0000          34.0000     14.71%
34147.48/1736.66	c      1737              3           4        20          39.0000          34.0000     14.71%
34246.61/1741.71	c      1742             14          13        20          39.0000          34.0000     14.71%
34345.76/1746.73	c      1747             14          13        20          39.0000          34.0000     14.71%
34446.80/1751.74	c      1752             14          13        20          39.0000          34.0000     14.71%
34547.04/1756.80	c      1757             14          13        20          39.0000          34.0000     14.71%
34648.23/1761.93	c      1762             14          13        20          39.0000          34.0000     14.71%
34755.08/1767.30	c      1767             14          13        20          39.0000          34.0000     14.71%
34856.29/1772.42	c      1772             14          13        20          39.0000          34.0000     14.71%
34957.41/1777.54	c      1778             14          13        20          39.0000          34.0000     14.71%
35056.51/1782.59	c      1783             14          13        20          39.0000          34.0000     14.71%
35155.47/1787.63	c      1788             14          13        20          39.0000          34.0000     14.71%
35260.58/1792.81	c      1793             14          13        20          39.0000          34.0000     14.71%
35359.76/1797.86	c      1798             14          13        20          39.0000          34.0000     14.71%
35458.95/1802.89	c      1803             14          13        20          39.0000          34.0000     14.71%
35560.12/1807.94	c      1808             14          13        20          39.0000          34.0000     14.71%
35659.33/1812.97	c      1813             14          13        20          39.0000          34.0000     14.71%
35764.50/1818.22	c      1818             14          13        20          39.0000          34.0000     14.71%
35863.63/1823.29	c      1823             14          13        20          39.0000          34.0000     14.71%
35964.82/1828.33	c      1828             14          13        20          39.0000          34.0000     14.71%
36068.00/1833.51	c      1834             14          13        20          39.0000          34.0000     14.71%
36169.54/1838.70	c      1839             14          13        20          39.0000          34.0000     14.71%
36270.78/1843.74	c      1844             14          13        20          39.0000          34.0000     14.71%
36369.78/1848.75	c      1849             14          13        20          39.0000          34.0000     14.71%
36474.17/1854.01	c      1854             14          13        20          39.0000          34.0000     14.71%
36573.34/1859.09	c      1859             14          13        20          39.0000          34.0000     14.71%
36680.50/1864.41	c      1864             14          13        20          39.0000          34.0000     14.71%
36781.47/1869.52	c      1870             14          13        20          39.0000          34.0000     14.71%
36883.20/1874.66	c      1875             14          13        20          39.0000          34.0000     14.71%
36985.30/1879.84	c      1880             14          13        20          39.0000          34.0000     14.71%
37086.31/1884.98	c      1885             14          13        20          39.0000          34.0000     14.71%
37191.20/1890.22	c      1890             14          13        20          39.0000          34.0000     14.71%
37294.19/1895.43	c      1895             14          13        20          39.0000          34.0000     14.71%
37393.30/1900.47	c      1900             14          13        20          39.0000          34.0000     14.71%
37494.27/1905.52	c      1906             14          13        20          39.0000          34.0000     14.71%
37593.38/1910.58	c      1911             14          13        20          39.0000          34.0000     14.71%
37695.10/1915.63	c      1916             14          13        20          39.0000          34.0000     14.71%
37794.32/1920.69	c      1921             14          13        20          39.0000          34.0000     14.71%
37895.57/1925.74	c      1926             14          13        20          39.0000          34.0000     14.71%
37995.70/1930.80	c      1931             14          13        20          39.0000          34.0000     14.71%
38094.79/1935.82	c      1936             14          13        20          39.0000          34.0000     14.71%
38193.86/1940.89	c      1941             14          13        20          39.0000          34.0000     14.71%
38296.91/1946.01	c      1946             14          13        20          39.0000          34.0000     14.71%
38395.96/1951.06	c      1951             14          13        20          39.0000          34.0000     14.71%
38497.00/1956.13	c      1956             14          13        20          39.0000          34.0000     14.71%
38597.96/1961.28	c      1961             14          13        20          39.0000          34.0000     14.71%
38698.89/1966.33	c      1966             14          13        20          39.0000          34.0000     14.71%
38797.99/1971.39	c      1971             14          13        20          39.0000          34.0000     14.71%
38898.99/1976.44	c      1976             12          11        20          39.0000          34.0000     14.71%
39000.04/1981.62	c      1982             12          11        20          39.0000          34.0000     14.71%
39101.72/1986.67	c      1987             12          11        20          39.0000          34.0000     14.71%
39200.71/1991.72	c      1992             12          11        20          39.0000          34.0000     14.71%
39301.81/1996.77	c      1997             12          11        20          39.0000          34.0000     14.71%
39398.97/2001.73	c *    2002             12          11        20          38.0000          34.0000     11.76%
39402.03/2001.82	c      2002             12          11        20          38.0000          34.0000     11.76%
39500.96/2006.87	c      2007             12          11        20          38.0000          34.0000     11.76%
39601.97/2011.92	c      2012             12          11        20          38.0000          34.0000     11.76%
39701.09/2016.99	c      2017             12          11        20          38.0000          34.0000     11.76%
39802.17/2022.04	c      2022             12          11        20          38.0000          34.0000     11.76%
39903.09/2027.10	c      2027             12          11        20          38.0000          34.0000     11.76%
40002.16/2032.15	c      2032             13          12        20          38.0000          34.0000     11.76%
40103.11/2037.22	c      2037             13          12        20          38.0000          34.0000     11.76%
40202.15/2042.28	c      2042             13          12        20          38.0000          34.0000     11.76%
40303.12/2047.32	c      2047             13          12        20          38.0000          34.0000     11.76%
40406.08/2052.51	c      2053             13          12        20          38.0000          34.0000     11.76%
40505.11/2057.59	c      2058             13          12        20          38.0000          34.0000     11.76%
40610.05/2062.80	c      2063             13          12        20          38.0000          34.0000     11.76%
40709.04/2067.89	c      2068             13          12        20          38.0000          34.0000     11.76%
40810.02/2072.99	c      2073             13          12        20          38.0000          34.0000     11.76%
40911.05/2078.06	c      2078             13          12        20          38.0000          34.0000     11.76%
41012.06/2083.11	c      2083             13          12        20          38.0000          34.0000     11.76%
41110.98/2088.14	c      2088             13          12        20          38.0000          34.0000     11.76%
41211.99/2093.21	c      2093             13          12        20          38.0000          34.0000     11.76%
41311.00/2098.23	c      2098             13          12        20          38.0000          34.0000     11.76%
41412.00/2103.32	c      2103             13          12        20          38.0000          34.0000     11.76%
41511.00/2108.36	c      2108             13          12        20          38.0000          34.0000     11.76%
41612.02/2113.40	c      2113             13          12        20          38.0000          34.0000     11.76%
41713.03/2118.53	c      2119             13          12        20          38.0000          34.0000     11.76%
41812.15/2123.61	c      2124             15          14        20          38.0000          34.0000     11.76%
41913.85/2128.66	c      2129             15          14        20          38.0000          34.0000     11.76%
42012.97/2133.71	c      2134             15          14        20          38.0000          34.0000     11.76%
42114.42/2138.75	c      2139             15          14        20          38.0000          34.0000     11.76%
42213.39/2143.79	c      2144             15          14        20          38.0000          34.0000     11.76%
42315.66/2148.95	c      2149             15          14        20          38.0000          34.0000     11.76%
42416.76/2154.09	c      2154             15          14        20          38.0000          34.0000     11.76%
42517.90/2159.17	c      2159             15          14        20          38.0000          34.0000     11.76%
42623.02/2164.46	c      2164             15          14        20          38.0000          34.0000     11.76%
42730.10/2169.82	c      2170             15          14        20          38.0000          34.0000     11.76%
42831.24/2174.99	c      2175             15          14        20          38.0000          34.0000     11.76%
42934.38/2180.19	c      2180             15          14        20          38.0000          34.0000     11.76%
43039.51/2185.40	c      2185             15          14        20          38.0000          34.0000     11.76%
43138.67/2190.42	c      2190             17          16        20          38.0000          34.0000     11.76%
43242.53/2195.64	c      2196             17          16        20          38.0000          34.0000     11.76%
43346.91/2200.94	c      2201             17          16        20          38.0000          34.0000     11.76%
43448.01/2206.02	c      2206             17          16        20          38.0000          34.0000     11.76%
43549.17/2211.15	c      2211             17          16        20          38.0000          34.0000     11.76%
43652.35/2216.39	c      2216             17          16        20          38.0000          34.0000     11.76%
43753.54/2221.45	c      2221             17          16        20          38.0000          34.0000     11.76%
43854.73/2226.59	c      2227             17          16        20          38.0000          34.0000     11.76%
43956.50/2231.64	c      2232             17          16        20          38.0000          34.0000     11.76%
44055.80/2236.69	c      2237             17          16        20          38.0000          34.0000     11.76%
44154.85/2241.71	c      2242             17          16        20          38.0000          34.0000     11.76%
44261.45/2247.06	c      2247             17          16        20          38.0000          34.0000     11.76%
44362.64/2252.18	c      2252             17          16        20          38.0000          34.0000     11.76%
44465.81/2257.33	c      2257             17          16        20          38.0000          34.0000     11.76%
44565.00/2262.37	c      2262             17          16        20          38.0000          34.0000     11.76%
44666.17/2267.43	c      2267             17          16        20          38.0000          34.0000     11.76%
44765.25/2272.48	c      2272             17          16        20          38.0000          34.0000     11.76%
44866.43/2277.53	c      2278             17          16        20          38.0000          34.0000     11.76%
44965.60/2282.58	c      2283             17          16        20          38.0000          34.0000     11.76%
45064.78/2287.61	c      2288             17          16        20          38.0000          34.0000     11.76%
45166.65/2292.69	c      2293             17          16        20          38.0000          34.0000     11.76%
45267.69/2297.74	c      2298             17          16        20          38.0000          34.0000     11.76%
45368.26/2302.80	c      2303             17          16        20          38.0000          34.0000     11.76%
45467.38/2307.85	c      2308             17          16        20          38.0000          34.0000     11.76%
45568.47/2312.95	c      2313             17          16        20          38.0000          34.0000     11.76%
45667.66/2317.96	c      2318             17          16        20          38.0000          34.0000     11.76%
45768.84/2323.01	c      2323             17          16        20          38.0000          34.0000     11.76%
45869.95/2328.11	c      2328             17          16        20          38.0000          34.0000     11.76%
45969.12/2333.18	c      2333             17          16        20          38.0000          34.0000     11.76%
46070.33/2338.23	c      2338             17          16        20          38.0000          34.0000     11.76%
46169.52/2343.27	c      2343             17          16        20          38.0000          34.0000     11.76%
46272.68/2348.45	c      2348             17          16        20          38.0000          34.0000     11.76%
46373.89/2353.59	c      2354             17          16        20          38.0000          34.0000     11.76%
46475.75/2358.65	c      2359             17          16        20          38.0000          34.0000     11.76%
46574.98/2363.70	c      2364             17          16        20          38.0000          34.0000     11.76%
46676.13/2368.76	c      2369             17          16        20          38.0000          34.0000     11.76%
46776.61/2373.80	c      2374             17          16        20          38.0000          34.0000     11.76%
46877.81/2378.93	c      2379             17          16        20          38.0000          34.0000     11.76%
46976.99/2383.98	c      2384             17          16        20          38.0000          34.0000     11.76%
47078.18/2389.03	c      2389             17          16        20          38.0000          34.0000     11.76%
47177.37/2394.08	c      2394             17          16        20          38.0000          34.0000     11.76%
47278.52/2399.19	c      2399             17          16        20          38.0000          34.0000     11.76%
47379.72/2404.23	c      2404             17          16        20          38.0000          34.0000     11.76%
47478.90/2409.28	c      2409             17          16        20          38.0000          34.0000     11.76%
47582.01/2414.41	c      2414             17          16        20          38.0000          34.0000     11.76%
47681.20/2419.45	c      2419             17          16        20          38.0000          34.0000     11.76%
47782.40/2424.51	c      2425             17          16        20          38.0000          34.0000     11.76%
47881.58/2429.56	c      2430             17          16        20          38.0000          34.0000     11.76%
47980.74/2434.61	c      2435             17          16        20          38.0000          34.0000     11.76%
48082.49/2439.66	c      2440             17          16        20          38.0000          34.0000     11.76%
48181.93/2444.69	c      2445             17          16        20          38.0000          34.0000     11.76%
48283.06/2449.76	c      2450             17          16        20          38.0000          34.0000     11.76%
48383.39/2454.81	c      2455             17          16        20          38.0000          34.0000     11.76%
48482.58/2459.86	c      2460             17          16        20          38.0000          34.0000     11.76%
48583.78/2464.95	c      2465             17          16        20          38.0000          34.0000     11.76%
48684.93/2470.01	c      2470             17          16        20          38.0000          34.0000     11.76%
48784.11/2475.05	c      2475             17          16        20          38.0000          34.0000     11.76%
48885.29/2480.10	c      2480             17          16        20          38.0000          34.0000     11.76%
48984.39/2485.11	c      2485             17          16        20          38.0000          34.0000     11.76%
49083.55/2490.19	c      2490             16          15        20          38.0000          34.0000     11.76%
49184.71/2495.26	c      2495             16          15        20          38.0000          34.0000     11.76%
49285.90/2500.32	c      2500             16          15        20          38.0000          34.0000     11.76%
49385.13/2505.36	c      2505             16          15        20          38.0000          34.0000     11.76%
49486.31/2510.42	c      2510             16          15        20          38.0000          34.0000     11.76%
49585.53/2515.47	c      2515             16          15        20          38.0000          34.0000     11.76%
49686.63/2520.52	c      2521             16          15        20          38.0000          34.0000     11.76%
49785.81/2525.57	c      2526             16          15        20          38.0000          34.0000     11.76%
49887.68/2530.65	c      2531             16          15        20          38.0000          34.0000     11.76%
49986.87/2535.70	c      2536             16          15        20          38.0000          34.0000     11.76%
50088.06/2540.75	c      2541             16          15        20          38.0000          34.0000     11.76%
50188.46/2545.88	c      2546             16          15        20          38.0000          34.0000     11.76%
50289.67/2550.92	c      2551             16          15        20          38.0000          34.0000     11.76%
50390.77/2556.08	c      2556             24          25        20          38.0000          34.0000     11.76%
50491.94/2561.13	c      2561             24          25        20          38.0000          34.0000     11.76%
50591.14/2566.19	c      2566             24          25        20          38.0000          34.0000     11.76%
50692.30/2571.27	c      2571             24          25        20          38.0000          34.0000     11.76%
50795.39/2576.44	c      2576             24          25        20          38.0000          34.0000     11.76%
50896.58/2581.50	c      2582             24          25        20          38.0000          34.0000     11.76%
50995.78/2586.54	c      2587             24          25        20          38.0000          34.0000     11.76%
51094.99/2591.60	c      2592             24          25        20          38.0000          34.0000     11.76%
51200.08/2596.84	c      2597             24          25        20          38.0000          34.0000     11.76%
51305.24/2602.18	c      2602             24          25        20          38.0000          34.0000     11.76%
51408.37/2607.38	c      2607             24          25        20          38.0000          34.0000     11.76%
51514.33/2612.66	c      2613             24          25        20          38.0000          34.0000     11.76%
51618.68/2617.93	c      2618             24          25        20          38.0000          34.0000     11.76%
51719.88/2623.09	c      2623             24          25        20          38.0000          34.0000     11.76%
51825.02/2628.37	c      2628             24          25        20          38.0000          34.0000     11.76%
51924.25/2633.39	c      2633             24          25        20          38.0000          34.0000     11.76%
52030.12/2638.64	c      2639             24          25        20          38.0000          34.0000     11.76%
52136.53/2644.02	c      2644             19          18        20          38.0000          34.0000     11.76%
52243.60/2649.45	c      2649             19          18        20          38.0000          34.0000     11.76%
52347.58/2654.68	c      2655             19          18        20          38.0000          34.0000     11.76%
52451.93/2659.94	c      2660             19          18        20          38.0000          34.0000     11.76%
52551.15/2664.99	c      2665             19          18        20          38.0000          34.0000     11.76%
52654.33/2670.15	c      2670             19          18        20          38.0000          34.0000     11.76%
52753.53/2675.16	c      2675             19          18        20          38.0000          34.0000     11.76%
52858.71/2680.46	c      2680             19          18        20          38.0000          34.0000     11.76%
52962.54/2685.67	c      2686             19          18        20          38.0000          34.0000     11.76%
53067.00/2690.95	c      2691             19          18        20          38.0000          34.0000     11.76%
53168.23/2696.01	c      2696             19          18        20          38.0000          34.0000     11.76%
53271.40/2701.24	c      2701             19          18        20          38.0000          34.0000     11.76%
53374.59/2706.42	c      2706             19          18        20          38.0000          34.0000     11.76%
53478.45/2711.70	c      2712             19          18        20          38.0000          34.0000     11.76%
53577.70/2716.73	c      2717             19          18        20          38.0000          34.0000     11.76%
53680.17/2721.85	c      2722             19          18        20          38.0000          34.0000     11.76%
53783.37/2727.09	c      2727             19          18        20          38.0000          34.0000     11.76%
53884.58/2732.14	c      2732             19          18        20          38.0000          34.0000     11.76%
53987.70/2737.38	c      2737             19          18        20          38.0000          34.0000     11.76%
54090.91/2742.63	c      2743             19          18        20          38.0000          34.0000     11.76%
54200.01/2748.08	c      2748             19          18        20          38.0000          34.0000     11.76%
54301.21/2753.11	c      2753             19          18        20          38.0000          34.0000     11.76%
54400.37/2758.19	c      2758             19          18        20          38.0000          34.0000     11.76%
54503.48/2763.36	c      2763             19          18        20          38.0000          34.0000     11.76%
54609.33/2768.71	c      2769             19          18        20          38.0000          34.0000     11.76%
54713.68/2773.95	c      2774             19          18        20          38.0000          34.0000     11.76%
54816.85/2779.15	c      2779             19          18        20          38.0000          34.0000     11.76%
54918.06/2784.21	c      2784             19          18        20          38.0000          34.0000     11.76%
55019.24/2789.34	c      2789             19          18        20          38.0000          34.0000     11.76%
55120.41/2794.40	c      2794             19          18        20          38.0000          34.0000     11.76%
55219.62/2799.46	c      2799             19          18        20          38.0000          34.0000     11.76%
55320.81/2804.53	c      2805             19          18        20          38.0000          34.0000     11.76%
55424.68/2809.77	c      2810             19          18        20          38.0000          34.0000     11.76%
55527.16/2814.95	c      2815             19          18        20          38.0000          34.0000     11.76%
55628.34/2820.05	c      2820             19          18        20          38.0000          34.0000     11.76%
55729.50/2825.10	c      2825             19          18        20          38.0000          34.0000     11.76%
55830.68/2830.27	c      2830             19          18        20          38.0000          34.0000     11.76%
55929.91/2835.28	c      2835             19          18        20          38.0000          34.0000     11.76%
56031.08/2840.34	c      2840             19          18        20          38.0000          34.0000     11.76%
56136.89/2845.71	c      2846             19          18        20          38.0000          34.0000     11.76%
56241.38/2850.96	c      2851             19          18        20          38.0000          34.0000     11.76%
56344.25/2856.19	c      2856             19          18        20          38.0000          34.0000     11.76%
56449.39/2861.42	c      2861             19          18        20          38.0000          34.0000     11.76%
56550.47/2866.54	c      2867             19          18        20          38.0000          34.0000     11.76%
56649.59/2871.58	c      2872             19          18        20          38.0000          34.0000     11.76%
56753.46/2876.78	c      2877             19          18        20          38.0000          34.0000     11.76%
56855.86/2881.95	c      2882             19          18        20          38.0000          34.0000     11.76%
56957.05/2887.01	c      2887             19          18        20          38.0000          34.0000     11.76%
57058.19/2892.10	c      2892             19          18        20          38.0000          34.0000     11.76%
57157.27/2897.16	c      2897             19          18        20          38.0000          34.0000     11.76%
57267.18/2902.73	c      2903             19          18        20          38.0000          34.0000     11.76%
57371.37/2907.92	c      2908             19          18        20          38.0000          34.0000     11.76%
57472.49/2913.08	c      2913             19          18        20          38.0000          34.0000     11.76%
57575.62/2918.25	c      2918             19          18        20          38.0000          34.0000     11.76%
57678.78/2923.45	c      2923             19          18        20          38.0000          34.0000     11.76%
57779.96/2928.56	c      2929             19          18        20          38.0000          34.0000     11.76%
57881.94/2933.68	c      2934             19          18        20          38.0000          34.0000     11.76%
57986.15/2938.95	c      2939             19          18        20          38.0000          34.0000     11.76%
58095.27/2944.40	c      2944             19          18        20          38.0000          34.0000     11.76%
58196.40/2949.52	c      2950             19          18        20          38.0000          34.0000     11.76%
58298.28/2954.66	c      2955             19          18        20          38.0000          34.0000     11.76%
58400.70/2959.88	c      2960             19          18        20          38.0000          34.0000     11.76%
58505.85/2965.14	c      2965             19          18        20          38.0000          34.0000     11.76%
58607.03/2970.28	c      2970             19          18        20          38.0000          34.0000     11.76%
58708.12/2975.30	c      2975             19          18        20          38.0000          34.0000     11.76%
58807.31/2980.34	c      2980             19          18        20          38.0000          34.0000     11.76%
58906.51/2985.38	c      2985             19          18        20          38.0000          34.0000     11.76%
59007.67/2990.47	c      2990             19          18        20          38.0000          34.0000     11.76%
59108.71/2995.58	c      2996             19          18        20          38.0000          34.0000     11.76%
59213.83/3000.86	c      3001             19          18        20          38.0000          34.0000     11.76%
59318.98/3006.19	c      3006             19          18        20          38.0000          34.0000     11.76%
59420.16/3011.21	c      3011             19          18        20          38.0000          34.0000     11.76%
59521.23/3016.31	c      3016             19          18        20          38.0000          34.0000     11.76%
59622.40/3021.44	c      3021             19          18        20          38.0000          34.0000     11.76%
59723.51/3026.50	c      3027             19          18        20          38.0000          34.0000     11.76%
59825.63/3031.72	c      3032             19          18        20          38.0000          34.0000     11.76%
59927.82/3036.81	c      3037             19          18        20          38.0000          34.0000     11.76%
60029.01/3041.98	c      3042             19          18        20          38.0000          34.0000     11.76%
60132.10/3047.16	c      3047             19          18        20          38.0000          34.0000     11.76%
60233.27/3052.22	c      3052             19          18        20          38.0000          34.0000     11.76%
60336.34/3057.47	c      3057             19          18        20          38.0000          34.0000     11.76%
60437.49/3062.60	c      3063             19          18        20          38.0000          34.0000     11.76%
60542.59/3067.83	c      3068             19          18        20          38.0000          34.0000     11.76%
60651.68/3073.37	c      3073             19          18        20          38.0000          34.0000     11.76%
60752.75/3078.46	c      3078             19          18        20          38.0000          34.0000     11.76%
60856.59/3083.64	c      3084             19          18        20          38.0000          34.0000     11.76%
60961.01/3088.90	c      3089             19          18        20          38.0000          34.0000     11.76%
61060.16/3093.96	c      3094             19          18        20          38.0000          34.0000     11.76%
61161.33/3099.03	c      3099             19          18        20          38.0000          34.0000     11.76%
61260.49/3104.09	c      3104             19          18        20          38.0000          34.0000     11.76%
61361.67/3109.10	c      3109             19          18        20          38.0000          34.0000     11.76%
61468.79/3114.50	c      3115             19          18        20          38.0000          34.0000     11.76%
61570.67/3119.72	c      3120             19          18        20          38.0000          34.0000     11.76%
61673.06/3124.86	c      3125             19          18        20          38.0000          34.0000     11.76%
61772.23/3129.87	c      3130             19          18        20          38.0000          34.0000     11.76%
61877.35/3135.11	c      3135             31          30        20          38.0000          34.0000     11.76%
61978.51/3140.26	c      3140             31          30        20          38.0000          34.0000     11.76%
62089.55/3145.81	c      3146             31          30        20          38.0000          34.0000     11.76%
62198.66/3151.32	c      3151             31          30        20          38.0000          34.0000     11.76%
62301.76/3156.56	c      3157             31          30        20          38.0000          34.0000     11.76%
62400.87/3161.61	c      3162             31          30        20          38.0000          34.0000     11.76%
62502.82/3166.70	c      3167             31          30        20          38.0000          34.0000     11.76%
62609.02/3172.01	c      3172             31          30        20          38.0000          34.0000     11.76%
62708.19/3177.08	c      3177             31          30        20          38.0000          34.0000     11.76%
62809.38/3182.17	c      3182             31          30        20          38.0000          34.0000     11.76%
62912.52/3187.30	c      3187             31          30        20          38.0000          34.0000     11.76%
63011.71/3192.39	c      3192             31          30        20          38.0000          34.0000     11.76%
63112.90/3197.47	c      3197             31          30        20          38.0000          34.0000     11.76%
63214.08/3202.52	c      3203             31          30        20          38.0000          34.0000     11.76%
63313.29/3207.56	c      3208             31          30        20          38.0000          34.0000     11.76%
63415.16/3212.71	c      3213             31          30        20          38.0000          34.0000     11.76%
63519.61/3217.90	c      3218             31          30        20          38.0000          34.0000     11.76%
63620.76/3223.08	c      3223             31          30        20          38.0000          34.0000     11.76%
63727.87/3228.44	c      3228             31          30        20          38.0000          34.0000     11.76%
63829.05/3233.58	c      3234             31          30        20          38.0000          34.0000     11.76%
63931.06/3238.71	c      3239             31          30        20          38.0000          34.0000     11.76%
64033.44/3243.89	c      3244             31          30        20          38.0000          34.0000     11.76%
64134.59/3248.93	c      3249             31          30        20          38.0000          34.0000     11.76%
64235.75/3254.07	c      3254             31          30        20          38.0000          34.0000     11.76%
64336.91/3259.20	c      3259             31          30        20          38.0000          34.0000     11.76%
64438.13/3264.23	c      3264             31          30        20          38.0000          34.0000     11.76%
64537.32/3269.28	c      3269             31          30        20          38.0000          34.0000     11.76%
64640.50/3274.42	c      3274             31          30        20          38.0000          34.0000     11.76%
64744.42/3279.64	c      3280             31          30        20          38.0000          34.0000     11.76%
64843.62/3284.67	c      3285             31          30        20          38.0000          34.0000     11.76%
64944.80/3289.74	c      3290             31          30        20          38.0000          34.0000     11.76%
65047.36/3294.94	c      3295             31          30        20          38.0000          34.0000     11.76%
65158.49/3300.51	c      3301             31          30        20          38.0000          34.0000     11.76%
65257.67/3305.63	c      3306             31          30        20          38.0000          34.0000     11.76%
65364.83/3310.91	c      3311             31          30        20          38.0000          34.0000     11.76%
65468.04/3316.16	c      3316             31          30        20          38.0000          34.0000     11.76%
65571.21/3321.33	c      3321             31          30        20          38.0000          34.0000     11.76%
65672.41/3326.45	c      3326             31          30        20          38.0000          34.0000     11.76%
65771.62/3331.48	c      3331             31          30        20          38.0000          34.0000     11.76%
65872.84/3336.63	c      3337             31          30        20          38.0000          34.0000     11.76%
65976.79/3341.74	c      3342             31          30        20          38.0000          34.0000     11.76%
66077.04/3346.80	c      3347             31          30        20          38.0000          34.0000     11.76%
66182.23/3352.14	c      3352             31          30        20          38.0000          34.0000     11.76%
66285.45/3357.33	c      3357             31          30        20          38.0000          34.0000     11.76%
66388.63/3362.60	c      3363             31          30        20          38.0000          34.0000     11.76%
66490.55/3367.64	c      3368             31          30        20          38.0000          34.0000     11.76%
66593.04/3372.80	c      3373             31          30        20          38.0000          34.0000     11.76%
66692.22/3377.85	c      3378             31          30        20          38.0000          34.0000     11.76%
66793.45/3382.93	c      3383             31          30        20          38.0000          34.0000     11.76%
66896.66/3388.10	c      3388             31          30        20          38.0000          34.0000     11.76%
66997.81/3393.29	c      3393             31          30        20          38.0000          34.0000     11.76%
67099.02/3398.30	c      3398             31          30        20          38.0000          34.0000     11.76%
67198.22/3403.34	c      3403             31          30        20          38.0000          34.0000     11.76%
67299.44/3408.48	c      3408             31          30        20          38.0000          34.0000     11.76%
67408.45/3413.95	c      3414             31          30        20          38.0000          34.0000     11.76%
67511.66/3419.11	c      3419             31          30        20          38.0000          34.0000     11.76%
67616.80/3424.43	c      3424             31          30        20          38.0000          34.0000     11.76%
67716.05/3429.50	c      3430             31          30        20          38.0000          34.0000     11.76%
67823.21/3434.82	c      3435             31          30        20          38.0000          34.0000     11.76%
67924.45/3439.98	c      3440             31          30        20          38.0000          34.0000     11.76%
68025.63/3445.04	c      3445             31          30        20          38.0000          34.0000     11.76%
68126.86/3450.12	c      3450             31          30        20          38.0000          34.0000     11.76%
68232.05/3455.42	c      3455             31          30        20          38.0000          34.0000     11.76%
68331.29/3460.48	c      3460             31          30        20          38.0000          34.0000     11.76%
68435.24/3465.68	c      3466             31          30        20          38.0000          34.0000     11.76%
68539.73/3470.91	c      3471             31          30        20          38.0000          34.0000     11.76%
68640.88/3476.01	c      3476             31          30        20          38.0000          34.0000     11.76%
68740.11/3481.07	c      3481             31          30        20          38.0000          34.0000     11.76%
68839.35/3486.08	c      3486             31          30        20          38.0000          34.0000     11.76%
68940.53/3491.12	c      3491             31          30        20          38.0000          34.0000     11.76%
69043.75/3496.30	c      3496             31          30        20          38.0000          34.0000     11.76%
69143.00/3501.38	c      3501             31          30        20          38.0000          34.0000     11.76%
69248.89/3506.68	c      3507             31          30        20          38.0000          34.0000     11.76%
69351.36/3511.89	c      3512             31          30        20          38.0000          34.0000     11.76%
69452.58/3516.90	c      3517             31          30        20          38.0000          34.0000     11.76%
69553.84/3522.02	c      3522             31          30        20          38.0000          34.0000     11.76%
69653.09/3527.07	c      3527             31          30        20          38.0000          34.0000     11.76%
69754.33/3532.18	c      3532             31          30        20          38.0000          34.0000     11.76%
69861.52/3537.61	c      3538             31          30        20          38.0000          34.0000     11.76%
69965.51/3542.78	c      3543             31          30        20          38.0000          34.0000     11.76%
70073.89/3548.26	c      3548             31          30        20          38.0000          34.0000     11.76%
70179.05/3553.55	c      3554             31          30        20          38.0000          34.0000     11.76%
70281.04/3558.68	c      3559             31          30        20          38.0000          34.0000     11.76%
70382.45/3563.79	c      3564             31          30        20          38.0000          34.0000     11.76%
70484.80/3568.94	c      3569             31          30        20          38.0000          34.0000     11.76%
70584.07/3573.99	c      3574             31          30        20          38.0000          34.0000     11.76%
70685.34/3579.04	c      3579             31          30        20          38.0000          34.0000     11.76%
70786.55/3584.14	c      3584             31          30        20          38.0000          34.0000     11.76%
70885.66/3589.19	c      3589             31          30        20          38.0000          34.0000     11.76%
70987.02/3594.24	c      3594             31          30        20          38.0000          34.0000     11.76%
71086.06/3599.25	c      3599             31          30        20          38.0000          34.0000     11.76%
71189.20/3604.44	c      3604             31          30        20          38.0000          34.0000     11.76%
71288.38/3609.48	c      3609             31          30        20          38.0000          34.0000     11.76%
71389.54/3614.55	c      3615             31          30        20          38.0000          34.0000     11.76%
71496.65/3619.94	c      3620             31          30        20          38.0000          34.0000     11.76%
71595.85/3624.98	c      3625             31          30        20          38.0000          34.0000     11.76%
71697.04/3630.01	c      3630             31          30        20          38.0000          34.0000     11.76%
71798.20/3635.13	c      3635             31          30        20          38.0000          34.0000     11.76%
71901.34/3640.34	c      3640             31          30        20          38.0000          34.0000     11.76%

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 (170347 MiB free)
  memory of node 1: 193531 MiB (177650 MiB free)
  memory of node 2: 193531 MiB (175657 MiB free)
  memory of node 3: 193531 MiB (174844 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-4465234-1723593750/watcher-4465234-1723593750 -o /tmp/evaluation-result-4465234-1723593750/solver-4465234-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770151 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465234-1723593750.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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=770193, runsolver pid=770190
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=715131544/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=71824 memory=59476 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 12776 0 0 0 9 2 0 0 20 0 1 0 125957691 73547776 14869 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 17956 14869 2347 3035 0 14352 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 71824 KiB
Current children cumulated memory: 59476 KiB

[startup+0.219743 s]*
/proc/loadavg: 18.73 19.53 24.54 7/862 770214
/proc/meminfo: memFree=714966192/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=116844 memory=104408 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 23999 0 0 0 19 4 0 0 20 0 1 0 125957691 119648256 26102 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 29211 26102 2347 3035 0 25607 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 116844 KiB
Current children cumulated memory: 104408 KiB

[startup+0.322327 s]*
/proc/loadavg: 18.73 19.53 24.54 6/862 770214
/proc/meminfo: memFree=714822240/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=154708 memory=140156 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 32436 0 0 0 28 5 0 0 20 0 1 0 125957691 158420992 35039 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 38677 35039 2347 3035 0 35073 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 154708 KiB
Current children cumulated memory: 140156 KiB

[startup+0.70025 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=714546484/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=277692 memory=262824 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 61543 0 0 0 60 9 0 0 20 0 1 0 125957691 284356608 65706 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 69423 65706 2347 3035 0 65819 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 277692 KiB
Current children cumulated memory: 262824 KiB

[startup+1.50026 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=713847376/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=542664 memory=530488 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 122814 0 0 0 130 19 0 0 20 0 1 0 125957691 555687936 132622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 135666 132622 2347 3035 0 132062 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 542664 KiB
Current children cumulated memory: 530488 KiB

[startup+3.11911 s]
/proc/loadavg: 18.73 19.53 24.54 5/862 770214
/proc/meminfo: memFree=710747592/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=1442948 memory=1421484 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 311077 0 0 0 257 53 0 0 20 0 1 0 125957691 1477578752 355371 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 360737 355371 2555 3035 0 357133 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1442948 KiB
Current children cumulated memory: 1421484 KiB

[startup+6.30021 s]
/proc/loadavg: 17.55 19.27 24.43 5/862 770216
/proc/meminfo: memFree=708603792/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=1663080 memory=1638968 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) R 770190 770193 770141 0 -1 4194304 356835 0 0 0 566 61 0 0 20 0 1 0 125957691 1702993920 409742 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 415770 409742 2678 3035 0 412166 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1663080 KiB
Current children cumulated memory: 1638968 KiB

[startup+12.7008 s]
/proc/loadavg: 16.47 19.01 24.32 5/882 770236
/proc/meminfo: memFree=708213332/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=3735504 memory=2335280 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) S 770190 770193 770141 0 -1 1077936128 534770 0 0 0 1178 87 0 0 20 0 21 0 125957691 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 933876 583820 2774 3035 0 629294 0
[pid=770193/tid=770217] ppid=770190 vsize=3735504 memory=1881224 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770217/stat : 770217 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770218] ppid=770190 vsize=3735504 memory=1639800 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770218/stat : 770218 (fscip) S 770190 770193 770141 0 -1 1077936192 17852 0 0 0 12 1 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770219] ppid=770190 vsize=3735504 memory=2060832 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770219/stat : 770219 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770220] ppid=770190 vsize=3735504 memory=2268 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770220/stat : 770220 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770221] ppid=770190 vsize=3735504 memory=10556 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770221/stat : 770221 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 12 1 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770222] ppid=770190 vsize=3735504 memory=6120 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770222/stat : 770222 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770223] ppid=770190 vsize=3735504 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770223/stat : 770223 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770224] ppid=770190 vsize=3735504 memory=25333125866717268 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770224/stat : 770224 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 12 1 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770225] ppid=770190 vsize=3735504 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770225/stat : 770225 (fscip) S 770190 770193 770141 0 -1 1077936192 17851 0 0 0 11 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770226] ppid=770190 vsize=3735504 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770226/stat : 770226 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770227] ppid=770190 vsize=3735504 memory=2004 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770227/stat : 770227 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770228] ppid=770190 vsize=3735504 memory=52544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770228/stat : 770228 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770229] ppid=770190 vsize=3735504 memory=28748 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770229/stat : 770229 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770230] ppid=770190 vsize=3735504 memory=3760 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770230/stat : 770230 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770231] ppid=770190 vsize=3735504 memory=40392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770231/stat : 770231 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770232] ppid=770190 vsize=3735504 memory=8284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770232/stat : 770232 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770233] ppid=770190 vsize=3735504 memory=36328 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770233/stat : 770233 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770234] ppid=770190 vsize=3735504 memory=6796 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770234/stat : 770234 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770235] ppid=770190 vsize=3735504 memory=20456 CPUtime=0.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770235/stat : 770235 (fscip) R 770190 770193 770141 0 -1 4194368 12466 0 0 0 5 2 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770236] ppid=770190 vsize=3735504 memory=6836 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770236/stat : 770236 (fscip) S 770190 770193 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125958810 3825156096 583820 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3735504 KiB
Current children cumulated memory: 2335280 KiB

[startup+25.5088 s]
/proc/loadavg: 23.39 20.38 24.68 62/1002 770358
/proc/meminfo: memFree=686710800/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=10615200 memory=9302488 CPUtime=231.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) S 770190 770193 770141 0 -1 1077936128 2393776 0 0 0 22341 793 0 0 20 0 41 0 125957691 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 72 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 2653800 2325622 2998 3035 0 2485947 0
[pid=770193/tid=770217] ppid=770190 vsize=10615200 memory=6120 CPUtime=10.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770217/stat : 770217 (fscip) R 770190 770193 770141 0 -1 4194368 107401 0 0 0 1027 68 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770218] ppid=770190 vsize=10615200 memory=25333125866717268 CPUtime=11.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770218/stat : 770218 (fscip) R 770190 770193 770141 0 -1 4194368 98443 0 0 0 1084 20 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770219] ppid=770190 vsize=10615200 memory=280267285732448 CPUtime=11.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770219/stat : 770219 (fscip) R 770190 770193 770141 0 -1 4194368 96859 0 0 0 1085 20 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770220] ppid=770190 vsize=10615200 memory=52544 CPUtime=10.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770220/stat : 770220 (fscip) R 770190 770193 770141 0 -1 4194368 108384 0 0 0 1033 63 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770221] ppid=770190 vsize=10615200 memory=39704 CPUtime=11.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770221/stat : 770221 (fscip) R 770190 770193 770141 0 -1 4194368 90734 0 0 0 1089 18 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770222] ppid=770190 vsize=10615200 memory=1085 CPUtime=11.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770222/stat : 770222 (fscip) R 770190 770193 770141 0 -1 4194368 96261 0 0 0 1086 19 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770223] ppid=770190 vsize=10615200 memory=2279052 CPUtime=10.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770223/stat : 770223 (fscip) R 770190 770193 770141 0 -1 4194368 115212 0 0 0 1016 70 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770224] ppid=770190 vsize=10615200 memory=0 CPUtime=11.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770224/stat : 770224 (fscip) R 770190 770193 770141 0 -1 4194368 97210 0 0 0 1086 19 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770225] ppid=770190 vsize=10615200 memory=2268 CPUtime=11.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770225/stat : 770225 (fscip) R 770190 770193 770141 0 -1 4194368 95902 0 0 0 1086 19 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770226] ppid=770190 vsize=10615200 memory=67096 CPUtime=10.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770226/stat : 770226 (fscip) R 770190 770193 770141 0 -1 4194368 120934 0 0 0 1004 57 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770227] ppid=770190 vsize=10615200 memory=211359696135 CPUtime=11.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770227/stat : 770227 (fscip) R 770190 770193 770141 0 -1 4194368 96436 0 0 0 1084 20 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770228] ppid=770190 vsize=10615200 memory=0 CPUtime=11.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770228/stat : 770228 (fscip) R 770190 770193 770141 0 -1 4194368 98368 0 0 0 1085 18 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770229] ppid=770190 vsize=10615200 memory=0 CPUtime=10.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770229/stat : 770229 (fscip) R 770190 770193 770141 0 -1 4194368 120726 0 0 0 1021 74 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770230] ppid=770190 vsize=10615200 memory=0 CPUtime=11.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770230/stat : 770230 (fscip) R 770190 770193 770141 0 -1 4194368 89950 0 0 0 1087 19 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770231] ppid=770190 vsize=10615200 memory=25333125866717268 CPUtime=11.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770231/stat : 770231 (fscip) R 770190 770193 770141 0 -1 4194368 88334 0 0 0 1086 20 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770232] ppid=770190 vsize=10615200 memory=2268 CPUtime=10.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770232/stat : 770232 (fscip) R 770190 770193 770141 0 -1 4194368 118292 0 0 0 1018 73 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770233] ppid=770190 vsize=10615200 memory=6120 CPUtime=11.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770233/stat : 770233 (fscip) R 770190 770193 770141 0 -1 4194368 99295 0 0 0 1085 20 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770234] ppid=770190 vsize=10615200 memory=0 CPUtime=11.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770234/stat : 770234 (fscip) R 770190 770193 770141 0 -1 4194368 89494 0 0 0 1087 17 0 0 20 0 41 0 125958810 10869964800 2325622 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0

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

[pid=770193/tid=770247] ppid=770190 vsize=45432372 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770247/stat : 770247 (fscip) S 770190 770193 770141 0 -1 1077936192 185 0 0 0 0 2 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770248] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770248/stat : 770248 (fscip) S 770190 770193 770141 0 -1 1077936192 293 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770249] ppid=770190 vsize=45432372 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770249/stat : 770249 (fscip) S 770190 770193 770141 0 -1 1077936192 247 0 0 0 1 1 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770250] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770250/stat : 770250 (fscip) S 770190 770193 770141 0 -1 1077936192 399 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770251] ppid=770190 vsize=45432372 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770251/stat : 770251 (fscip) S 770190 770193 770141 0 -1 1077936192 267 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770252] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770252/stat : 770252 (fscip) S 770190 770193 770141 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770253] ppid=770190 vsize=45432372 memory=280267289819232 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770253/stat : 770253 (fscip) S 770190 770193 770141 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770254] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770254/stat : 770254 (fscip) S 770190 770193 770141 0 -1 1077936192 420 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770255] ppid=770190 vsize=45432372 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770255/stat : 770255 (fscip) S 770190 770193 770141 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770256] ppid=770190 vsize=45432372 memory=40204 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770256/stat : 770256 (fscip) S 770190 770193 770141 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
Current children cumulated CPU time: 71941 s
Current children cumulated vsize: 45432372 KiB
Current children cumulated memory: 33198716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645.3 s]
/proc/loadavg: 80.24 80.53 79.37 81/1026 772307
/proc/meminfo: memFree=510409896/790760804 swapFree=131071996/131071996
[pid=770193] ppid=770190 vsize=45432372 memory=33198716 CPUtime=72000.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/stat : 770193 (fscip) S 770190 770193 770141 0 -1 1077936128 76318089 0 0 0 7186093 13959 0 0 20 0 41 0 125957691 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 17 68 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
/proc/770193/statm: 11358093 8299679 3062 3035 0 11200903 0
[pid=770193/tid=770217] ppid=770190 vsize=45432372 memory=280267287659200 CPUtime=3602.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770217/stat : 770217 (fscip) R 770190 770193 770141 0 -1 4194368 11620750 0 0 0 357841 2391 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770218] ppid=770190 vsize=45432372 memory=280267287530464 CPUtime=3604.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770218/stat : 770218 (fscip) R 770190 770193 770141 0 -1 4194368 4270135 0 0 0 359841 582 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770219] ppid=770190 vsize=45432372 memory=280267286350944 CPUtime=3580.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770219/stat : 770219 (fscip) R 770190 770193 770141 0 -1 4194368 5016075 0 0 0 357214 835 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770220] ppid=770190 vsize=45432372 memory=33022136 CPUtime=3603.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770220/stat : 770220 (fscip) R 770190 770193 770141 0 -1 4194368 1643232 0 0 0 360116 234 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770221] ppid=770190 vsize=45432372 memory=25333125866717268 CPUtime=3601.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770221/stat : 770221 (fscip) R 770190 770193 770141 0 -1 4194368 3207444 0 0 0 359185 979 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770222] ppid=770190 vsize=45432372 memory=6720659969621901674 CPUtime=3595.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770222/stat : 770222 (fscip) R 770190 770193 770141 0 -1 4194368 5194458 0 0 0 358578 936 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770223] ppid=770190 vsize=45432372 memory=108537296 CPUtime=3591.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770223/stat : 770223 (fscip) R 770190 770193 770141 0 -1 4194368 1653587 0 0 0 358927 219 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770224] ppid=770190 vsize=45432372 memory=25333125866717268 CPUtime=3607.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770224/stat : 770224 (fscip) R 770190 770193 770141 0 -1 4194368 3441034 0 0 0 360136 592 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770225] ppid=770190 vsize=45432372 memory=11536 CPUtime=3592.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770225/stat : 770225 (fscip) R 770190 770193 770141 0 -1 4194368 5210284 0 0 0 358278 996 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770226] ppid=770190 vsize=45432372 memory=7628 CPUtime=3602.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770226/stat : 770226 (fscip) R 770190 770193 770141 0 -1 4194368 1627164 0 0 0 360001 213 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770227] ppid=770190 vsize=45432372 memory=33022136 CPUtime=3605.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770227/stat : 770227 (fscip) R 770190 770193 770141 0 -1 4194368 3334423 0 0 0 359954 554 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770228] ppid=770190 vsize=45432372 memory=40204 CPUtime=3593.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770228/stat : 770228 (fscip) R 770190 770193 770141 0 -1 4194368 4927370 0 0 0 358432 871 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770229] ppid=770190 vsize=45432372 memory=25333125866717268 CPUtime=3603.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770229/stat : 770229 (fscip) R 770190 770193 770141 0 -1 4194368 1686139 0 0 0 360096 235 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770230] ppid=770190 vsize=45432372 memory=180 CPUtime=3596.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770230/stat : 770230 (fscip) R 770190 770193 770141 0 -1 4194368 2937986 0 0 0 358859 786 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770231] ppid=770190 vsize=45432372 memory=33022136 CPUtime=3599.46 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770231/stat : 770231 (fscip) R 770190 770193 770141 0 -1 4194368 4941173 0 0 0 359028 918 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770232] ppid=770190 vsize=45432372 memory=28748 CPUtime=3602.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770232/stat : 770232 (fscip) R 770190 770193 770141 0 -1 4194368 1603385 0 0 0 359995 224 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770233] ppid=770190 vsize=45432372 memory=39704 CPUtime=3606.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770233/stat : 770233 (fscip) R 770190 770193 770141 0 -1 4194368 3151776 0 0 0 360098 595 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770234] ppid=770190 vsize=45432372 memory=280267287140640 CPUtime=3595.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770234/stat : 770234 (fscip) R 770190 770193 770141 0 -1 4194368 5206029 0 0 0 358606 902 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770235] ppid=770190 vsize=45432372 memory=0 CPUtime=3600.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770235/stat : 770235 (fscip) R 770190 770193 770141 0 -1 4194368 1734797 0 0 0 359822 231 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770236] ppid=770190 vsize=45432372 memory=0 CPUtime=3604.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770236/stat : 770236 (fscip) R 770190 770193 770141 0 -1 4194368 3524812 0 0 0 359910 566 0 0 20 0 41 0 125958810 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770237] ppid=770190 vsize=45432372 memory=33198716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770237/stat : 770237 (fscip) S 770190 770193 770141 0 -1 1077936192 264 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770238] ppid=770190 vsize=45432372 memory=40204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770238/stat : 770238 (fscip) S 770190 770193 770141 0 -1 1077936192 342 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770239] ppid=770190 vsize=45432372 memory=10556 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770239/stat : 770239 (fscip) S 770190 770193 770141 0 -1 1077936192 258 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770240] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770240/stat : 770240 (fscip) S 770190 770193 770141 0 -1 1077936192 155 0 0 0 1 1 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770241] ppid=770190 vsize=45432372 memory=33148344 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770241/stat : 770241 (fscip) S 770190 770193 770141 0 -1 1077936192 393 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770242] ppid=770190 vsize=45432372 memory=33198716 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770242/stat : 770242 (fscip) S 770190 770193 770141 0 -1 1077936192 241 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770243] ppid=770190 vsize=45432372 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770243/stat : 770243 (fscip) S 770190 770193 770141 0 -1 1077936192 135 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770244] ppid=770190 vsize=45432372 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770244/stat : 770244 (fscip) S 770190 770193 770141 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770245] ppid=770190 vsize=45432372 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770245/stat : 770245 (fscip) S 770190 770193 770141 0 -1 1077936192 182 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770246] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770246/stat : 770246 (fscip) S 770190 770193 770141 0 -1 1077936192 288 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770247] ppid=770190 vsize=45432372 memory=25333125866717268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770247/stat : 770247 (fscip) S 770190 770193 770141 0 -1 1077936192 185 0 0 0 0 2 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770248] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770248/stat : 770248 (fscip) S 770190 770193 770141 0 -1 1077936192 293 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770249] ppid=770190 vsize=45432372 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770249/stat : 770249 (fscip) S 770190 770193 770141 0 -1 1077936192 247 0 0 0 1 1 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770250] ppid=770190 vsize=45432372 memory=20276 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770250/stat : 770250 (fscip) S 770190 770193 770141 0 -1 1077936192 399 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770251] ppid=770190 vsize=45432372 memory=5676 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770251/stat : 770251 (fscip) S 770190 770193 770141 0 -1 1077936192 267 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770252] ppid=770190 vsize=45432372 memory=33022136 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770252/stat : 770252 (fscip) S 770190 770193 770141 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770253] ppid=770190 vsize=45432372 memory=11536 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770253/stat : 770253 (fscip) S 770190 770193 770141 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770254] ppid=770190 vsize=45432372 memory=11536 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770254/stat : 770254 (fscip) S 770190 770193 770141 0 -1 1077936192 420 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770255] ppid=770190 vsize=45432372 memory=40204 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770255/stat : 770255 (fscip) S 770190 770193 770141 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
[pid=770193/tid=770256] ppid=770190 vsize=45432372 memory=6720659969621901674 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/770193/task/770256/stat : 770256 (fscip) S 770190 770193 770141 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 125959108 46522748928 8299679 809668444160 4194304 16623229 140734090290336 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 56418304 140734090294278 140734090294396 140734090294396 140734090301424 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 45432372 KiB
Current children cumulated memory: 33198716 KiB

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

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

# cumulated CPU time of all completed processes:  user=71861.2 s, system=140.553 s

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

[startup+3645.41 s]*
/proc/loadavg: 80.24 80.53 79.37 62/987 772308
/proc/meminfo: memFree=514386412/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645.8 s]
/proc/loadavg: 80.24 80.53 79.37 59/987 772308
/proc/meminfo: memFree=520659068/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3646.2 s]
/proc/loadavg: 80.24 80.53 79.37 59/987 772308
/proc/meminfo: memFree=520659068/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3646.3 s]
/proc/loadavg: 80.24 80.53 79.37 59/987 772308
/proc/meminfo: memFree=520659068/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): 3646.32
CPU time (s): 72001.7
CPU user time (s): 71861.2
CPU system time (s): 140.553
CPU usage (%): 1974.64
Max. virtual memory (cumulated for all children) (KiB): 45432372
Max. memory (cumulated for all children) (KiB): 33198716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71861.2
system time used= 140.553
maximum resident set size= 33198716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76318384
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= 1071709
involuntary context switches= 282159


# summary of solver processes directly reported to runsolver:
#   pid: 770193
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71861.2
#   total CPU system time (s): 140.553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8173 second user time and 86.963 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 02:02:31
IDJOB=4465234
IDBENCH=147566
IDSOLVER=3094
FILE ID=nodeD102/4465234-1723593750
RUNJOBID= nodeD102-1723593750-770151
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588116 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.11.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-4465234-1723593750/watcher-4465234-1723593750 -o /tmp/evaluation-result-4465234-1723593750/solver-4465234-1723593750 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770151 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465234-1723593750.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 33563122175156ab5e905e3273dbb643
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		: 3414.764
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		: 3118.736
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		: 2622.056
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		: 3833.984
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		: 2640.713
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		: 3708.451
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.352
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		: 3851.698
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		: 3214.721
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		: 2635.672
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		: 2622.602
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		: 3631.123
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		: 2646.537
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		: 2653.142
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		: 2643.949
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		: 3632.884
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		: 2641.349
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		: 2644.350
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		: 2628.655
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		: 3696.133
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		: 2660.024
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		: 2649.005
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.370
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		: 3116.349
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		: 1482.108
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		: 2643.297
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		: 2633.987
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		: 2629.862
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		: 2704.248
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		: 2652.362
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		: 2655.454
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.208
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		: 2271.446
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		: 2646.157
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		: 2632.497
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		: 2631.682
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		: 2638.338
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		: 2649.628
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		: 2636.923
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		: 2639.156
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		: 2615.975
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		: 2642.615
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		: 2587.955
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		: 2635.135
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		: 3790.188
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		: 2650.393
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		: 3829.436
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		: 2646.194
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		: 3588.930
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		: 3646.380
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		: 3874.123
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		: 2640.086
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		: 2598.405
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3535.881
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		: 2653.374
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		: 2654.069
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		: 2641.427
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		: 3779.430
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		: 3659.658
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		: 2649.267
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		: 2527.113
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		: 2694.467
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		: 3715.435
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		: 3126.677
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		: 2592.898
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		: 3515.928
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		: 2598.360
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		: 3472.231
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		: 2280.774
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		: 2837.295
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		: 3112.955
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		: 2803.975
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		: 2620.795
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		: 3648.832
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		: 2620.796
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		: 2636.014
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		: 2612.133
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		: 3346.425
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		: 2655.836
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		: 2874.164
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:        715288940 kB
MemAvailable:   782974412 kB
Buffers:         1249860 kB
Cached:         69215188 kB
SwapCached:            0 kB
Active:          9587788 kB
Inactive:       61311164 kB
Active(anon):       2172 kB
Inactive(anon):   470148 kB
Active(file):    9585616 kB
Inactive(file): 60841016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            267060 kB
Writeback:             0 kB
AnonPages:        433600 kB
Mapped:           111060 kB
Shmem:             38920 kB
KReclaimable:    1356736 kB
Slab:            1899024 kB
SReclaimable:    1356736 kB
SUnreclaim:       542288 kB
KernelStack:       14720 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     935512 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= 8588028 MiB
End job on nodeD102 at 2024-08-14 03:03:17