Trace number 4465676

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.9 3652.04

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-24.opb
MD5SUM0ffe17eea1acb86364611cfd69bcd9b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.2183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.53/0.55	c Default LC presolving (default).
0.53/0.55	c ** Before presolving: virtualMemUsedAtLc = 491779820, getVmSize() = 315383808, SCIPgetMemUsed() = 256378244, SCIPgetMemTotal() = 278167252, SCIPgetMemExternEstim() = 213612568
0.53/0.55	c ** set memory limit for presolving in LC to 8.79454e+12 for SCIP **
9.97/10.07	c ** Estimated virtualMemUsedAtSolver = 696893051, getVmSize() = 893173760, SCIPgetMemUsed() = 507184377, SCIPgetMemTotal() = 831727009, SCIPgetMemExternEstim() = 213612568
9.97/10.07	c ** set memory limit for solvers to 4.18642e+11 for each SCIP **
9.97/10.07	c Original Problem   :
9.97/10.07	c   Problem name     : instance-4465676-1723615099
9.97/10.07	c   Variables        : 9342 (9342 binary, 0 integer, 0 implicit integer, 0 continuous)
9.97/10.07	c   Constraints      : 199352
9.97/10.07	c   Objective sense  : minimize
9.97/10.07	c Presolved Problem  :
9.97/10.07	c   Variables        : 9341 (9341 binary, 0 integer, 0 implicit integer, 0 continuous)
9.97/10.07	c   Constraints      : 196526
9.97/10.07	c Constraints        : Number
9.97/10.07	c   knapsack         : 20454 
9.97/10.07	c   setppc           : 40318 
9.97/10.07	c   linear           : 2 
9.97/10.07	c   logicor          : 135752 
9.97/10.07	c ** Instance transfer method used: 0
10.25/10.35	c ** ParaScipInstance copy does not increase the number of variables. **
14.65/14.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.65/14.77	c                                Nodes    Active                                            
14.65/14.77	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
238.27/26.50	c        27              2           1        20                -           0.0000          -
337.72/31.61	c        32            591         400        20                -           0.0000          -
436.58/36.66	c        37           1214         459        20                -           0.0000          -
544.35/42.09	c        42           2781        1538        20                -           0.0000          -
648.25/47.31	c        47           2485         639        20                -           0.0000          -
749.19/52.44	c        52           2889          88        20                -           0.0000          -
847.95/57.46	c        57           3022          82        20                -           0.0000          -
948.82/62.55	c        63           4440          49        20                -           0.0000          -
1049.71/67.67	c        68           3937         585        20                -           0.0000          -
1159.39/73.17	c        73           4258         873        20                -           0.0000          -
1261.32/78.34	c        78           5297          40        20                -           0.0000          -
1360.31/83.38	c        83           6275        1004        20                -           0.0000          -
1465.15/88.60	c        89           5748        1135        20                -           0.0000          -
1568.10/93.81	c        94           6206        1349        20                -           0.0000          -
1667.05/98.84	c        99           6732         492        20                -           0.0000          -
1768.00/104.02	c       104           7460         864        20                -           0.0000          -
1874.87/109.30	c       109           7817        1138        20                -           0.0000          -
1977.65/114.52	c       115           8895        1215        20                -           0.0000          -
2087.18/120.09	c       120           9822         517        20                -           0.0000          -
2193.10/125.44	c       125           9728          61        20                -           0.0000          -
2295.77/130.60	c       131          10370         317        20                -           0.0000          -
2396.70/135.74	c       136          10861         127        20                -           0.0000          -
2499.67/140.91	c       141          11713         669        20                -           0.0000          -
2598.61/145.92	c       146          11539         190        20                -           0.0000          -
2697.68/150.97	c       151          12210         568        20                -           0.0000          -
2804.34/156.32	c       156          12015         490        20                -           0.0000          -
2909.22/161.68	c       162          12219         644        20                -           0.0000          -
3010.20/166.74	c       167          13007         261        20                -           0.0000          -
3111.17/171.82	c       172          13397         541        20                -           0.0000          -
3217.92/177.22	c       177          13899         234        20                -           0.0000          -
3320.76/182.49	c       182          14438         453        20                -           0.0000          -
3429.48/187.96	c       188          15217         100        20                -           0.0000          -
3528.44/193.01	c       193          15561         265        20                -           0.0000          -
3630.09/198.06	c       198          16020         552        20                -           0.0000          -
3734.27/203.37	c       203          16214         660        20                -           0.0000          -
3835.14/208.42	c       208          16534         652        20                -           0.0000          -
3936.15/213.54	c       214          17111         496        20                -           0.0000          -
4039.14/218.79	c       219          17368         694        20                -           0.0000          -
4142.04/223.94	c       224          17659           0        20                -           0.0000          -
4243.76/229.10	c       229          19217         428        20                -           0.0000          -
4344.69/234.19	c       234          20255         381        20                -           0.0000          -
4450.85/239.51	c       240          21150         787        20                -           0.0000          -
4551.74/244.67	c       245          22719         313        20                -           0.0000          -
4652.77/249.77	c       250          23698         284        20                -           0.0000          -
4751.81/254.77	c       255          24821         276        20                -           0.0000          -
4852.84/259.82	c       260          23988         103        20                -           0.0000          -
4953.88/264.95	c       265          24644         116        20                -           0.0000          -
5055.79/270.10	c       270          25306          99        20                -           0.0000          -
5157.89/275.24	c       275          27312         692        20                -           0.0000          -
5258.84/280.32	c       280          27902         651        20                -           0.0000          -
5365.73/285.71	c       286          27199         314        20                -           0.0000          -
5468.73/290.95	c       291          27764          99        20                -           0.0000          -
5567.65/295.96	c       296          31169         144        20                -           0.0000          -
5669.16/301.04	c       301          32440         363        20                -           0.0000          -
5768.16/306.11	c       306          34085         811        20                -           0.0000          -
5872.36/311.32	c       311          29972           0        20                -           0.0000          -
5973.39/316.47	c       316          30749         350        20                -           0.0000          -
6076.50/321.60	c       322          31702          97        20                -           0.0000          -
6177.42/326.76	c       327          32682         567        20                -           0.0000          -
6280.39/331.99	c       332          40837         388        20                -           0.0000          -
6384.12/337.17	c       337          34574         105        20                -           0.0000          -
6484.27/342.27	c       342          35199          93        20                -           0.0000          -
6585.26/347.32	c       347          44194         361        20                -           0.0000          -
6686.26/352.40	c       352          45612         346        20                -           0.0000          -
6789.05/357.60	c       358          46877         903        20                -           0.0000          -
6889.89/362.78	c       363          38053          81        20                -           0.0000          -
6990.89/367.87	c       368          38920          85        20                -           0.0000          -
7091.87/372.94	c       373          40004          79        20                -           0.0000          -
7190.79/377.95	c       378              5           4        20                -           0.0000          -
7289.97/383.02	c       383              6           5        20                -           0.0000          -
7393.56/388.17	c       388              7           6        20                -           0.0000          -
7493.80/393.22	c       393              8           7        20                -           0.0000          -
7592.84/398.25	c       398              8           7        20                -           0.0000          -
7693.92/403.31	c       403              8           7        20                -           0.0000          -
7797.02/408.52	c       409              8           7        20                -           0.0000          -
7900.07/413.78	c       414              9           8        20                -           0.0000          -
8001.10/418.88	c       419              9           8        20                -           0.0000          -
8102.15/423.96	c       424             10           9        20                -           0.0000          -
8201.19/428.99	c       429             10           9        20                -           0.0000          -
8302.88/434.13	c       434             10           9        20                -           0.0000          -
8409.11/439.43	c       439             10           9        20                -           0.0000          -
8510.13/444.53	c       445             10           9        20                -           0.0000          -
8613.09/449.78	c       450             10           9        20                -           0.0000          -
8716.30/454.91	c       455             10           9        20                -           0.0000          -
8815.15/460.00	c       460             10           9        20                -           0.0000          -
8916.78/465.11	c       465             10           9        20                -           0.0000          -
9017.77/470.15	c       470             10           9        20                -           0.0000          -
9118.03/475.21	c       475             10           9        20                -           0.0000          -
9221.01/480.40	c       480             10           9        20                -           0.0000          -
9319.90/485.46	c       485             10           9        20                -           0.0000          -
9422.79/490.61	c       491             10           9        20                -           0.0000          -
9521.80/495.66	c       496             10           9        20                -           0.0000          -
9622.75/500.70	c       501             10           9        20                -           0.0000          -
9721.65/505.78	c       506             10           9        20                -           0.0000          -
9824.47/510.94	c       511             10           9        20                -           0.0000          -
9925.72/516.09	c       516             10           9        20                -           0.0000          -
10026.52/521.19	c       521             10           9        20                -           0.0000          -
10126.76/526.25	c       526             10           9        20                -           0.0000          -
10229.78/531.42	c       531             10           9        20                -           0.0000          -
10328.63/536.50	c       536             10           9        20                -           0.0000          -
10431.67/541.62	c       542             10           9        20                -           0.0000          -
10530.62/546.69	c       547             10           9        20                -           0.0000          -
10631.77/551.71	c       552             10           9        20                -           0.0000          -
10732.89/556.84	c       557             10           9        20                -           0.0000          -
10836.75/562.10	c       562             10           9        20                -           0.0000          -
10939.09/567.23	c       567             10           9        20                -           0.0000          -
11042.18/572.43	c       572             10           9        20                -           0.0000          -
11143.40/577.52	c       578             10           9        20                -           0.0000          -
11244.31/582.64	c       583             10           9        20                -           0.0000          -
11345.42/587.78	c       588             10           9        20                -           0.0000          -
11446.37/592.86	c       593             10           9        20                -           0.0000          -
11547.44/597.99	c       598             10           9        20                -           0.0000          -
11649.26/603.11	c       603             10           9        20                -           0.0000          -
11753.40/608.31	c       608             10           9        20                -           0.0000          -
11854.47/613.47	c       613             10           9        20                -           0.0000          -
11957.56/618.66	c       619             10           9        20                -           0.0000          -
12060.56/623.84	c       624             10           9        20                -           0.0000          -
12161.64/628.92	c       629             10           9        20                -           0.0000          -
12263.45/634.04	c       634             10           9        20                -           0.0000          -
12362.53/639.06	c       639             10           9        20                -           0.0000          -
12464.85/644.20	c       644             10           9        20                -           0.0000          -
12563.88/649.30	c       649             10           9        20                -           0.0000          -
12668.97/654.55	c       655             10           9        20                -           0.0000          -
12769.87/659.69	c       660             10           9        20                -           0.0000          -
12874.63/664.95	c       665             10           9        20                -           0.0000          -
12976.40/670.05	c       670             10           9        20                -           0.0000          -
13077.36/675.17	c       675             10           9        20                -           0.0000          -
13177.53/680.21	c       680             10           9        20                -           0.0000          -
13276.55/685.27	c       685             10           9        20                -           0.0000          -
13377.60/690.33	c       690             10           9        20                -           0.0000          -
13478.70/695.46	c       695             10           9        20                -           0.0000          -
13579.81/700.53	c       701             10           9        20                -           0.0000          -
13680.90/705.66	c       706             10           9        20                -           0.0000          -
13783.73/710.82	c       711             10           9        20                -           0.0000          -
13882.70/715.87	c       716             10           9        20                -           0.0000          -
13983.70/720.92	c       721             10           9        20                -           0.0000          -
14085.51/726.05	c       726             10           9        20                -           0.0000          -
14186.72/731.19	c       731             10           9        20                -           0.0000          -
14286.92/736.21	c       736             10           9        20                -           0.0000          -
14385.99/741.24	c       741             10           9        20                -           0.0000          -
14486.99/746.39	c       746             10           9        20                -           0.0000          -
14590.07/751.55	c       752             10           9        20                -           0.0000          -
14693.09/756.75	c       757             10           9        20                -           0.0000          -
14794.20/761.84	c       762             10           9        20                -           0.0000          -
14895.42/766.95	c       767             10           9        20                -           0.0000          -
14998.96/772.16	c       772             10           9        20                -           0.0000          -
15101.26/777.31	c       777             10           9        20                -           0.0000          -
15204.33/782.52	c       783             10           9        20                -           0.0000          -
15305.28/787.65	c       788             10           9        20                -           0.0000          -
15408.30/792.81	c       793             10           9        20                -           0.0000          -
15509.41/797.91	c       798             10           9        20                -           0.0000          -
15608.35/803.03	c       803             10           9        20                -           0.0000          -
15709.82/808.13	c       808             10           9        20                -           0.0000          -
15812.12/813.22	c       813             10           9        20                -           0.0000          -
15911.25/818.26	c       818             10           9        20                -           0.0000          -
16012.30/823.39	c       823             10           9        20                -           0.0000          -
16113.44/828.45	c       828             10           9        20                -           0.0000          -
16214.52/833.60	c       834             10           9        20                -           0.0000          -
16317.56/838.72	c       839             10           9        20                -           0.0000          -
16416.68/843.73	c       844             16          15        20                -           0.0000          -
16515.66/848.78	c       849             16          15        20                -           0.0000          -
16618.49/853.92	c       854             16          15        20                -           0.0000          -
16717.57/858.94	c       859             16          15        20                -           0.0000          -
16816.66/863.99	c       864             16          15        20                -           0.0000          -
16920.37/869.14	c       869             16          15        20                -           0.0000          -
17024.69/874.41	c       874             16          15        20                -           0.0000          -
17123.75/879.46	c       879             16          15        20                -           0.0000          -
17224.80/884.52	c       885             16          15        20                -           0.0000          -
17325.89/889.61	c       890             16          15        20                -           0.0000          -
17426.86/894.71	c       895             16          15        20                -           0.0000          -
17525.95/899.78	c       900             16          15        20                -           0.0000          -
17629.06/904.92	c       905             16          15        20                -           0.0000          -
17728.20/910.01	c       910             16          15        20                -           0.0000          -
17829.96/915.09	c       915             16          15        20                -           0.0000          -
17931.10/920.15	c       920             16          15        20                -           0.0000          -
18031.44/925.24	c       925             16          15        20                -           0.0000          -
18132.54/930.30	c       930             16          15        20                -           0.0000          -
18231.58/935.32	c       935             48          47        20                -           0.0000          -
18332.66/940.46	c       940             48          47        20                -           0.0000          -
18433.77/945.57	c       946             48          47        20                -           0.0000          -
18534.80/950.60	c       951             48          47        20                -           0.0000          -
18637.75/955.80	c       956             48          47        20                -           0.0000          -
18736.69/960.84	c       961             48          47        20                -           0.0000          -
18835.70/965.85	c       966             19          18        20                -           0.0000          -
18936.52/970.91	c       971             19          18        20                -           0.0000          -
19035.48/976.01	c       976             48          49        20                -           0.0000          -
19137.33/981.07	c       981             48          49        20                -           0.0000          -
19239.40/986.24	c       986             48          49        20                -           0.0000          -
19340.39/991.38	c       991             48          49        20                -           0.0000          -
19443.41/996.51	c       997             48          49        20                -           0.0000          -
19544.45/1001.63	c      1002             31          30        20                -           0.0000          -
19645.50/1006.73	c      1007             76          73        20                -           0.0000          -
19746.66/1011.83	c      1012             76          73        20                -           0.0000          -
19847.64/1016.90	c      1017             76          73        20                -           0.0000          -
19946.74/1021.98	c      1022             50          49        20                -           0.0000          -
20050.68/1027.15	c      1027            269         268        20                -           0.0000          -
20150.74/1032.23	c      1032             78          75        20                -           0.0000          -
20251.78/1037.34	c      1037             35          34        20                -           0.0000          -
20350.85/1042.39	c      1042             35          34        20                -           0.0000          -
20451.91/1047.46	c      1047             35          34        20                -           0.0000          -
20556.92/1052.70	c      1053             35          34        20                -           0.0000          -
20657.82/1057.82	c      1058             35          34        20                -           0.0000          -
20758.92/1062.97	c      1063             53          52        20                -           0.0000          -
20860.55/1068.05	c      1068             53          52        20                -           0.0000          -
20959.45/1073.10	c      1073             53          52        20                -           0.0000          -
21061.43/1078.23	c      1078             53          52        20                -           0.0000          -
21162.36/1083.35	c      1083             53          52        20                -           0.0000          -
21263.33/1088.47	c      1088             53          52        20                -           0.0000          -
21364.22/1093.52	c      1094             96          93        20                -           0.0000          -
21465.17/1098.62	c      1099             96          93        20                -           0.0000          -
21568.13/1103.80	c      1104             96          93        20                -           0.0000          -
21669.06/1108.92	c      1109             96          93        20                -           0.0000          -
21767.74/1114.02	c      1114             55          54        20                -           0.0000          -
21869.05/1119.08	c      1119             55          54        20                -           0.0000          -
21969.96/1124.18	c      1124             55          54        20                -           0.0000          -
22072.28/1129.33	c      1129             55          54        20                -           0.0000          -
22173.20/1134.40	c      1134             55          54        20                -           0.0000          -
22272.14/1139.48	c      1139             55          54        20                -           0.0000          -
22373.06/1144.58	c      1145             55          54        20                -           0.0000          -
22474.00/1149.61	c      1150             55          54        20                -           0.0000          -
22574.98/1154.73	c      1155             55          54        20                -           0.0000          -
22673.95/1159.75	c      1160             55          54        20                -           0.0000          -
22774.95/1164.81	c      1165             55          54        20                -           0.0000          -
22875.77/1170.03	c      1170             55          54        20                -           0.0000          -
22979.37/1175.19	c      1175             55          54        20                -           0.0000          -
23079.58/1180.24	c      1180             55          54        20                -           0.0000          -
23180.49/1185.36	c      1185             55          54        20                -           0.0000          -
23281.43/1190.46	c      1190             55          54        20                -           0.0000          -
23382.34/1195.50	c      1196             55          54        20                -           0.0000          -
23483.19/1200.62	c      1201            177         170        20                -           0.0000          -
23584.13/1205.70	c      1206             91          90        20                -           0.0000          -
23685.05/1210.84	c      1211             91          90        20                -           0.0000          -
23786.00/1215.90	c      1216             65          64        20                -           0.0000          -
23885.00/1220.97	c      1221             65          64        20                -           0.0000          -
23986.71/1226.06	c      1226             65          64        20                -           0.0000          -
24087.80/1231.16	c      1231             65          64        20                -           0.0000          -
24187.78/1236.28	c      1236             65          64        20                -           0.0000          -
24288.65/1241.32	c      1241             65          64        20                -           0.0000          -
24387.56/1246.32	c      1246             65          64        20                -           0.0000          -
24490.54/1251.56	c      1252            143         140        20                -           0.0000          -
24593.44/1256.73	c      1257            143         140        20                -           0.0000          -
24694.28/1261.83	c      1262            143         140        20                -           0.0000          -
24797.93/1267.05	c      1267            143         140        20                -           0.0000          -
24896.76/1272.13	c      1272             98          97        20                -           0.0000          -
24995.81/1277.14	c      1277             68          67        20                -           0.0000          -
25099.75/1282.33	c      1282             68          67        20                -           0.0000          -
25198.61/1287.37	c      1287             68          67        20                -           0.0000          -
25299.55/1292.45	c      1292            301         278        20                -           0.0000          -
25402.44/1297.65	c      1298            301         278        20                -           0.0000          -
25503.41/1302.75	c      1303            301         278        20                -           0.0000          -
25604.33/1307.88	c      1308            163         160        20                -           0.0000          -
25703.30/1312.89	c      1313            163         160        20                -           0.0000          -
25804.13/1317.97	c      1318            163         160        20                -           0.0000          -
25905.83/1323.12	c      1323            163         160        20                -           0.0000          -
26006.89/1328.19	c      1328            120         119        20                -           0.0000          -
26108.99/1333.32	c      1333             76          75        20                -           0.0000          -
26209.96/1338.49	c      1338             76          75        20                -           0.0000          -
26312.96/1343.65	c      1344            170         167        20                -           0.0000          -
26413.84/1348.72	c      1349            123         122        20                -           0.0000          -
26514.89/1353.82	c      1354             78          77        20                -           0.0000          -
26613.86/1358.89	c      1359            124         123        20                -           0.0000          -
26714.91/1363.94	c      1364            124         123        20                -           0.0000          -
26813.75/1368.97	c      1369            124         123        20                -           0.0000          -
26912.69/1374.01	c      1374            124         123        20                -           0.0000          -
27016.35/1379.15	c      1379            124         123        20                -           0.0000          -
27116.68/1384.22	c      1384             80          79        20                -           0.0000          -
27215.68/1389.23	c      1389             80          79        20                -           0.0000          -
27316.59/1394.36	c      1394             80          79        20                -           0.0000          -
27417.55/1399.47	c      1399             80          79        20                -           0.0000          -
27518.52/1404.53	c      1405             80          79        20                -           0.0000          -
27621.52/1409.72	c      1410             80          79        20                -           0.0000          -
27722.52/1414.83	c      1415            211         208        20                -           0.0000          -
27821.48/1419.86	c      1420             85          84        20                -           0.0000          -
27922.51/1424.95	c      1425            156         155        20                -           0.0000          -
28027.25/1430.20	c      1430            451         377        20                -           0.0000          -
28128.14/1435.35	c      1435             89          88        20                -           0.0000          -
28229.14/1440.47	c      1440             89          88        20                -           0.0000          -
28330.08/1445.57	c      1446             89          88        20                -           0.0000          -
28431.12/1450.62	c      1451             89          88        20                -           0.0000          -
28532.07/1455.78	c      1456             89          88        20                -           0.0000          -
28635.07/1460.91	c      1461            165         164        20                -           0.0000          -
28733.97/1465.98	c      1466             92          91        20                -           0.0000          -
28835.71/1471.13	c      1471             92          91        20                -           0.0000          -
28936.82/1476.15	c      1476             92          91        20                -           0.0000          -
29042.59/1481.53	c      1482             92          91        20                -           0.0000          -
29143.57/1486.65	c      1487             92          91        20                -           0.0000          -
29244.57/1491.78	c      1492             92          91        20                -           0.0000          -
29347.43/1496.91	c      1497            173         172        20                -           0.0000          -
29446.34/1502.02	c      1502            173         172        20                -           0.0000          -
29548.04/1507.12	c      1507            173         172        20                -           0.0000          -
29650.07/1512.25	c      1512            173         172        20                -           0.0000          -
29749.04/1517.29	c      1517            173         172        20                -           0.0000          -
29849.75/1522.35	c      1522            173         172        20                -           0.0000          -
29952.69/1527.51	c      1528            173         172        20                -           0.0000          -
30051.55/1532.59	c      1533            173         172        20                -           0.0000          -
30152.53/1537.68	c      1538             96          95        20                -           0.0000          -
30255.56/1542.81	c      1543             96          95        20                -           0.0000          -
30354.68/1547.89	c      1548            723         706        20                -           0.0000          -
30455.46/1552.92	c      1553            662         505        20                -           0.0000          -
30554.44/1558.02	c      1558            662         505        20                -           0.0000          -
30656.19/1563.11	c      1563            316         313        20                -           0.0000          -
30758.56/1568.24	c      1568            104         103        20                -           0.0000          -
30859.63/1573.37	c      1573            104         103        20                -           0.0000          -
30960.60/1578.46	c      1578            321         318        20                -           0.0000          -
31061.57/1583.50	c      1584            106         105        20                -           0.0000          -
31160.44/1588.53	c      1589            106         105        20                -           0.0000          -
31261.29/1593.63	c      1594            106         105        20                -           0.0000          -
31360.33/1598.66	c      1599            106         105        20                -           0.0000          -
31461.16/1603.77	c      1604            106         105        20                -           0.0000          -
31564.23/1609.00	c      1609            760         743        20                -           0.0000          -
31663.10/1614.03	c      1614            110         109        20                -           0.0000          -
31767.95/1619.21	c      1619            212         211        20                -           0.0000          -
31868.96/1624.34	c      1624            212         211        20                -           0.0000          -
31967.99/1629.36	c      1629            212         211        20                -           0.0000          -
32070.96/1634.53	c      1635            121         120        20                -           0.0000          -
32172.00/1639.67	c      1640            345         342        20                -           0.0000          -
32273.01/1644.78	c      1645            345         342        20                -           0.0000          -
32374.01/1649.80	c      1650            345         342        20                -           0.0000          -
32477.62/1655.13	c      1655            345         342        20                -           0.0000          -
32580.01/1660.24	c      1660            345         342        20                -           0.0000          -
32681.07/1665.32	c      1665            126         125        20                -           0.0000          -
32780.15/1670.35	c      1670            126         125        20                -           0.0000          -
32883.14/1675.52	c      1676            126         125        20                -           0.0000          -
32986.05/1680.72	c      1681            226         225        20                -           0.0000          -
33087.04/1685.85	c      1686            226         225        20                -           0.0000          -
33187.93/1690.91	c      1691            127         128        20                -           0.0000          -
33286.92/1696.00	c      1696            127         128        20                -           0.0000          -
33390.67/1701.17	c      1701            127         128        20                -           0.0000          -
33492.95/1706.32	c      1706            127         128        20                -           0.0000          -
33592.00/1711.40	c      1711            127         128        20                -           0.0000          -
33693.04/1716.43	c      1716            127         128        20                -           0.0000          -
33796.10/1721.66	c      1722            368         365        20                -           0.0000          -
33899.13/1726.82	c      1727            840         821        20                -           0.0000          -
34000.18/1731.96	c      1732            840         821        20                -           0.0000          -
34101.56/1737.05	c      1737            840         821        20                -           0.0000          -
34200.73/1742.13	c      1742           1002         707        20                -           0.0000          -
34302.93/1747.26	c      1747            843         824        20                -           0.0000          -
34405.97/1752.44	c      1752            391         388        20                -           0.0000          -
34506.95/1757.58	c      1758            246         245        20                -           0.0000          -
34613.96/1762.98	c      1763            138         137        20                -           0.0000          -
34713.03/1768.02	c      1768            250         249        20                -           0.0000          -
34817.96/1773.23	c      1773            250         249        20                -           0.0000          -
34919.00/1778.38	c      1778            139         138        20                -           0.0000          -
35020.04/1783.49	c      1783            139         138        20                -           0.0000          -
35123.01/1788.60	c      1789            139         138        20                -           0.0000          -
35221.96/1793.65	c      1794            139         138        20                -           0.0000          -
35322.99/1798.71	c      1799           1090         767        20                -           0.0000          -
35423.92/1803.87	c      1804           1090         767        20                -           0.0000          -
35524.88/1809.03	c      1809           1090         767        20                -           0.0000          -
35626.46/1814.10	c      1814            140         139        20                -           0.0000          -
35727.48/1819.17	c      1819            140         139        20                -           0.0000          -
35829.72/1824.35	c      1824            140         139        20                -           0.0000          -
35930.75/1829.47	c      1829            140         139        20                -           0.0000          -
36029.81/1834.48	c      1834            140         139        20                -           0.0000          -
36132.83/1839.63	c      1840            420         417        20                -           0.0000          -
36233.86/1844.76	c      1845           1178         802        20                -           0.0000          -
36334.90/1849.86	c      1850           1178         802        20                -           0.0000          -
36433.93/1854.87	c      1855           1178         802        20                -           0.0000          -
36534.98/1859.94	c      1860           1178         802        20                -           0.0000          -
36636.67/1865.12	c      1865           1178         802        20                -           0.0000          -
36738.85/1870.22	c      1870           1178         802        20                -           0.0000          -
36839.87/1875.33	c      1875           1178         802        20                -           0.0000          -
36938.88/1880.34	c      1880            144         143        20                -           0.0000          -
37043.91/1885.64	c      1886            285         284        20                -           0.0000          -
37144.78/1890.78	c      1891            285         284        20                -           0.0000          -
37247.63/1895.90	c      1896            285         284        20                -           0.0000          -
37346.56/1900.97	c      1901           1179         803        20                -           0.0000          -
37447.90/1906.04	c      1906           1179         803        20                -           0.0000          -
37548.98/1911.19	c      1911           1179         803        20                -           0.0000          -
37649.09/1916.28	c      1916           1179         803        20                -           0.0000          -
37750.07/1921.32	c      1921           1179         803        20                -           0.0000          -
37851.06/1926.44	c      1926           1179         803        20                -           0.0000          -
37952.08/1931.57	c      1932           1179         803        20                -           0.0000          -
38053.03/1936.65	c      1937           1179         803        20                -           0.0000          -
38155.86/1941.80	c      1942            151         150        20                -           0.0000          -
38256.96/1946.92	c      1947            151         150        20                -           0.0000          -
38358.63/1952.12	c      1952            302         301        20                -           0.0000          -
38462.95/1957.35	c      1957            302         301        20                -           0.0000          -
38566.00/1962.56	c      1963            302         301        20                -           0.0000          -
38666.96/1967.66	c      1968            302         301        20                -           0.0000          -
38765.95/1972.70	c      1973            302         301        20                -           0.0000          -
38870.83/1977.90	c      1978            302         301        20                -           0.0000          -
38970.03/1982.97	c      1983            302         301        20                -           0.0000          -
39071.55/1988.11	c      1988            302         301        20                -           0.0000          -
39172.74/1993.16	c      1993            302         301        20                -           0.0000          -
39272.86/1998.26	c      1998           1218         818        20                -           0.0000          -
39373.83/2003.33	c      2003            163         164        20                -           0.0000          -
39474.73/2008.47	c      2008            163         164        20                -           0.0000          -
39575.62/2013.56	c      2014            163         164        20                -           0.0000          -
39676.61/2018.64	c      2019            163         164        20                -           0.0000          -
39777.62/2023.79	c      2024            163         164        20                -           0.0000          -
39878.61/2028.84	c      2029            163         164        20                -           0.0000          -
39979.50/2033.92	c      2034            163         164        20                -           0.0000          -
40081.12/2039.04	c      2039            163         164        20                -           0.0000          -
40183.15/2044.22	c      2044            163         164        20                -           0.0000          -
40284.13/2049.32	c      2049            163         164        20                -           0.0000          -
40386.95/2054.50	c      2054            163         164        20                -           0.0000          -
40486.02/2059.51	c      2060            163         164        20                -           0.0000          -
40589.02/2064.70	c      2065            163         164        20                -           0.0000          -
40688.05/2069.76	c      2070            163         164        20                -           0.0000          -
40789.00/2074.85	c      2075            163         164        20                -           0.0000          -
40889.99/2079.92	c      2080           1050           0        20                -           0.0000          -
40988.92/2085.03	c      2085           1050           0        20                -           0.0000          -
41092.63/2090.18	c      2090           1050           0        20                -           0.0000          -
41192.83/2095.29	c      2095           1050           0        20                -           0.0000          -
41293.84/2100.34	c      2100           1050           0        20                -           0.0000          -
41394.81/2105.40	c      2105           1050           0        20                -           0.0000          -
41493.77/2110.42	c      2110           1050           0        20                -           0.0000          -
41592.73/2115.44	c      2115           1050           0        20                -           0.0000          -
41693.79/2120.54	c      2121           1050           0        20                -           0.0000          -
41794.81/2125.69	c      2126           1050           0        20                -           0.0000          -
41897.87/2130.82	c      2131           1050           0        20                -           0.0000          -
41998.86/2135.92	c      2136           1050           0        20                -           0.0000          -
42097.91/2141.03	c      2141           1050           0        20                -           0.0000          -
42199.65/2146.13	c      2146           1050           0        20                -           0.0000          -
42301.91/2151.23	c      2151           1050           0        20                -           0.0000          -
42401.03/2156.28	c      2156           1050           0        20                -           0.0000          -
42502.09/2161.34	c      2161           1050           0        20                -           0.0000          -
42603.09/2166.45	c      2166           1050           0        20                -           0.0000          -
42704.15/2171.58	c      2172           1050           0        20                -           0.0000          -
42807.21/2176.70	c      2177           1050           0        20                -           0.0000          -
42906.24/2181.78	c      2182           1050           0        20                -           0.0000          -
43007.32/2186.87	c      2187           1050           0        20                -           0.0000          -
43108.35/2191.91	c      2192           1050           0        20                -           0.0000          -
43207.35/2196.93	c      2197           1050           0        20                -           0.0000          -
43306.41/2201.97	c      2202           1050           0        20                -           0.0000          -
43408.21/2207.08	c      2207           1050           0        20                -           0.0000          -
43507.09/2212.12	c      2212           1050           0        20                -           0.0000          -
43609.39/2217.24	c      2217           1050           0        20                -           0.0000          -
43710.32/2222.38	c      2222            174         175        20                -           0.0000          -
43809.36/2227.39	c      2227            174         175        20                -           0.0000          -
43914.38/2232.60	c      2233            174         175        20                -           0.0000          -
44013.35/2237.63	c      2238            174         175        20                -           0.0000          -
44112.39/2242.65	c      2243            174         175        20                -           0.0000          -
44220.11/2248.08	c      2248            174         175        20                -           0.0000          -
44321.26/2253.16	c      2253            174         175        20                -           0.0000          -
44421.37/2258.24	c      2258            174         175        20                -           0.0000          -
44524.36/2263.43	c      2263            174         175        20                -           0.0000          -
44627.30/2268.61	c      2269            174         175        20                -           0.0000          -
44726.36/2273.69	c      2274            174         175        20                -           0.0000          -
44827.18/2278.74	c      2279            174         175        20                -           0.0000          -
44928.19/2283.86	c      2284            174         175        20                -           0.0000          -
45029.17/2288.93	c      2289            174         175        20                -           0.0000          -
45128.14/2293.98	c      2294            174         175        20                -           0.0000          -
45229.75/2299.07	c      2299            174         175        20                -           0.0000          -
45330.82/2304.20	c      2304            174         175        20                -           0.0000          -
45434.76/2309.41	c      2309            174         175        20                -           0.0000          -
45533.75/2314.48	c      2314            174         175        20                -           0.0000          -
45636.73/2319.69	c      2320            174         175        20                -           0.0000          -
45739.71/2324.83	c      2325            174         175        20                -           0.0000          -
45840.68/2330.01	c      2330            174         175        20                -           0.0000          -
45942.52/2335.04	c      2335            174         175        20                -           0.0000          -
46041.34/2340.11	c      2340            174         175        20                -           0.0000          -
46143.50/2345.21	c      2345            174         175        20                -           0.0000          -
46242.52/2350.28	c      2350            174         175        20                -           0.0000          -
46341.54/2355.28	c      2355            174         175        20                -           0.0000          -
46442.46/2360.39	c      2360           1056           6        20                -           0.0000          -
46545.37/2365.52	c      2366           1056           6        20                -           0.0000          -
46646.18/2370.65	c      2371           1056           6        20                -           0.0000          -
46746.99/2375.76	c      2376           1056           6        20                -           0.0000          -
46849.92/2380.91	c      2381           1056           6        20                -           0.0000          -
46951.63/2386.05	c      2386           1056           6        20                -           0.0000          -
47052.63/2391.20	c      2391           1056           6        20                -           0.0000          -
47154.83/2396.35	c      2396           1056           6        20                -           0.0000          -
47255.78/2401.48	c      2401           1056           6        20                -           0.0000          -
47356.75/2406.54	c      2407           1056           6        20                -           0.0000          -
47457.66/2411.64	c      2412           1056           6        20                -           0.0000          -
47560.52/2416.80	c      2417           1056           6        20                -           0.0000          -
47661.44/2421.90	c      2422           1056           6        20                -           0.0000          -
47763.14/2427.06	c      2427           1056           6        20                -           0.0000          -
47864.04/2432.16	c      2432           1056           6        20                -           0.0000          -
47964.22/2437.21	c      2437           1056           6        20                -           0.0000          -
48063.01/2442.29	c      2442           1056           6        20                -           0.0000          -
48162.02/2447.30	c      2447           1056           6        20                -           0.0000          -
48262.98/2452.35	c      2452           1056           6        20                -           0.0000          -
48365.84/2457.51	c      2458           1056           6        20                -           0.0000          -
48466.88/2462.60	c      2463           1056           6        20                -           0.0000          -
48565.91/2467.67	c      2468           1056           6        20                -           0.0000          -
48666.84/2472.73	c      2473           1056           6        20                -           0.0000          -
48767.84/2477.83	c      2478           1056           6        20                -           0.0000          -
48868.87/2483.01	c      2483           1056           6        20                -           0.0000          -
48970.60/2488.05	c      2488           1056           6        20                -           0.0000          -
49074.86/2493.33	c      2493           1056           6        20                -           0.0000          -
49175.88/2498.45	c      2498           1056           6        20                -           0.0000          -
49274.90/2503.50	c      2504           1056           6        20                -           0.0000          -
49377.92/2508.64	c      2509           1056           6        20                -           0.0000          -
49478.79/2513.74	c      2514           1056           6        20                -           0.0000          -
49579.76/2518.88	c      2519           1056           6        20                -           0.0000          -
49680.83/2523.96	c      2524           1056           6        20                -           0.0000          -
49782.45/2529.08	c      2529           1056           6        20                -           0.0000          -
49883.46/2534.18	c      2534           1056           6        20                -           0.0000          -
49983.64/2539.24	c      2539           1056           6        20                -           0.0000          -
50086.49/2544.42	c      2544           1056           6        20                -           0.0000          -
50185.44/2549.47	c      2549            194         193        20                -           0.0000          -
50286.27/2554.58	c      2555            194         193        20                -           0.0000          -
50389.23/2559.71	c      2560            194         193        20                -           0.0000          -
50488.25/2564.79	c      2565            194         193        20                -           0.0000          -
50591.18/2569.94	c      2570            194         193        20                -           0.0000          -
50692.88/2575.06	c      2575            194         193        20                -           0.0000          -
50791.83/2580.13	c      2580            194         193        20                -           0.0000          -
50894.17/2585.24	c      2585            883         867        20                -           0.0000          -
50995.13/2590.33	c      2590            883         867        20                -           0.0000          -
51096.16/2595.41	c      2595           1073          23        20                -           0.0000          -
51195.16/2600.42	c      2600           1073          23        20                -           0.0000          -
51296.19/2605.53	c      2606           1073          23        20                -           0.0000          -
51397.24/2610.62	c      2611           1073          23        20                -           0.0000          -
51496.29/2615.64	c      2616           1073          23        20                -           0.0000          -
51599.21/2620.84	c      2621            202         201        20                -           0.0000          -
51698.24/2625.87	c      2626            202         201        20                -           0.0000          -
51799.40/2630.92	c      2631            202         201        20                -           0.0000          -
51900.86/2636.10	c      2636            202         201        20                -           0.0000          -
52003.21/2641.22	c      2641            202         201        20                -           0.0000          -
52106.06/2646.47	c      2646            202         201        20                -           0.0000          -
52207.00/2651.57	c      2652            202         201        20                -           0.0000          -
52307.89/2656.65	c      2657            464         463        20                -           0.0000          -
52408.94/2661.79	c      2662           1724        1120        20                -           0.0000          -
52511.94/2666.96	c      2667           1724        1120        20                -           0.0000          -
52613.87/2672.14	c      2672            467         466        20                -           0.0000          -
52714.45/2677.19	c      2677            954         938        20                -           0.0000          -
52820.61/2682.50	c      2683            954         938        20                -           0.0000          -
52921.55/2687.62	c      2688            954         938        20                -           0.0000          -
53020.64/2692.69	c      2693            210         209        20                -           0.0000          -
53123.17/2697.86	c      2698            210         209        20                -           0.0000          -
53224.38/2703.04	c      2703            210         209        20                -           0.0000          -
53327.87/2708.17	c      2708            210         209        20                -           0.0000          -
53430.05/2713.36	c      2713            481         480        20                -           0.0000          -
53532.98/2718.51	c      2719            481         480        20                -           0.0000          -
53631.98/2723.53	c      2724            481         480        20                -           0.0000          -
53732.80/2728.67	c      2729            481         480        20                -           0.0000          -
53833.73/2733.78	c      2734            481         480        20                -           0.0000          -
53932.66/2738.79	c      2739            481         480        20                -           0.0000          -
54033.64/2743.86	c      2744            481         480        20                -           0.0000          -
54134.58/2748.94	c      2749           1765        1146        20                -           0.0000          -
54236.33/2754.05	c      2754           1765        1146        20                -           0.0000          -
54335.09/2759.11	c      2759           1765        1146        20                -           0.0000          -
54439.33/2764.31	c      2764           1765        1146        20                -           0.0000          -
54540.29/2769.46	c      2769           1765        1146        20                -           0.0000          -
54641.21/2774.53	c      2775           1765        1146        20                -           0.0000          -
54742.21/2779.61	c      2780            216         215        20                -           0.0000          -
54841.18/2784.64	c      2785            216         215        20                -           0.0000          -
54941.99/2789.74	c      2790           1032        1014        20                -           0.0000          -
55044.82/2794.93	c      2795           1787        1158        20                -           0.0000          -
55143.81/2800.00	c      2800           1041        1023        20                -           0.0000          -
55247.49/2805.13	c      2805            222         221        20                -           0.0000          -
55347.74/2810.24	c      2810            222         221        20                -           0.0000          -
55448.68/2815.34	c      2815            222         221        20                -           0.0000          -
55549.66/2820.46	c      2820            222         221        20                -           0.0000          -
55652.63/2825.62	c      2826           1791        1162        20                -           0.0000          -
55753.58/2830.76	c      2831           1050        1032        20                -           0.0000          -
55854.53/2835.86	c      2836           1803        1167        20                -           0.0000          -
55955.42/2840.95	c      2841           1803        1167        20                -           0.0000          -
56056.99/2846.11	c      2846           1803        1167        20                -           0.0000          -
56158.05/2851.16	c      2851           1803        1167        20                -           0.0000          -
56258.26/2856.27	c      2856           1803        1167        20                -           0.0000          -
56359.22/2861.35	c      2861            243         242        20                -           0.0000          -
56460.18/2866.40	c      2866            243         242        20                -           0.0000          -
56559.15/2871.48	c      2871            243         242        20                -           0.0000          -
56662.00/2876.63	c      2877            243         242        20                -           0.0000          -
56762.94/2881.78	c      2882            243         242        20                -           0.0000          -
56865.90/2886.94	c      2887            243         242        20                -           0.0000          -
56967.23/2892.06	c      2892           1861        1190        20                -           0.0000          -
57066.22/2897.12	c      2897           1861        1190        20                -           0.0000          -
57167.29/2902.19	c      2902            523         522        20                -           0.0000          -
57266.14/2907.19	c      2907            523         522        20                -           0.0000          -
57368.27/2912.37	c      2912           1867        1196        20                -           0.0000          -
57471.14/2917.52	c      2918           1867        1196        20                -           0.0000          -
57570.12/2922.53	c      2923           1867        1196        20                -           0.0000          -
57671.11/2927.67	c      2928           1867        1196        20                -           0.0000          -
57771.87/2932.74	c      2933           1111        1093        20                -           0.0000          -
57874.77/2937.94	c      2938           1111        1093        20                -           0.0000          -
57976.41/2943.07	c      2943           1111        1093        20                -           0.0000          -
58077.58/2948.17	c      2948           1111        1093        20                -           0.0000          -
58179.53/2953.31	c      2953           1111        1093        20                -           0.0000          -
58280.39/2958.47	c      2958           1111        1093        20                -           0.0000          -
58381.38/2963.56	c      2964           1111        1093        20                -           0.0000          -
58482.22/2968.66	c      2969           1111        1093        20                -           0.0000          -
58583.21/2973.78	c      2974           1111        1093        20                -           0.0000          -
58685.87/2978.93	c      2979           1111        1093        20                -           0.0000          -
58787.71/2984.06	c      2984           1111        1093        20                -           0.0000          -
58886.59/2989.14	c      2989           1111        1093        20                -           0.0000          -
58988.73/2994.24	c      2994           1111        1093        20                -           0.0000          -
59091.65/2999.40	c      2999           1111        1093        20                -           0.0000          -
59190.59/3004.47	c      3004           1111        1093        20                -           0.0000          -
59293.53/3009.63	c      3010            269         268        20                -           0.0000          -
59394.42/3014.72	c      3015            269         268        20                -           0.0000          -
59495.31/3019.82	c      3020            269         268        20                -           0.0000          -
59594.16/3024.88	c      3025            269         268        20                -           0.0000          -
59695.16/3030.02	c      3030            269         268        20                -           0.0000          -
59798.99/3035.17	c      3035            269         268        20                -           0.0000          -
59899.00/3040.27	c      3040            269         268        20                -           0.0000          -
59999.81/3045.37	c      3045            269         268        20                -           0.0000          -
60100.79/3050.42	c      3050            269         268        20                -           0.0000          -
60201.61/3055.56	c      3056            546         545        20                -           0.0000          -
60302.58/3060.61	c      3061           1246         196        20                -           0.0000          -
60401.55/3065.68	c      3066            272         271        20                -           0.0000          -
60502.52/3070.77	c      3071            272         271        20                -           0.0000          -
60603.46/3075.81	c      3076            272         271        20                -           0.0000          -
60704.32/3080.93	c      3081            272         271        20                -           0.0000          -
60803.29/3085.99	c      3086            272         271        20                -           0.0000          -
60902.13/3091.00	c      3091            272         271        20                -           0.0000          -
61003.89/3096.05	c      3096            272         271        20                -           0.0000          -
61102.65/3101.10	c      3101            272         271        20                -           0.0000          -
61203.68/3106.17	c      3106            272         271        20                -           0.0000          -
61303.75/3111.21	c      3111            272         271        20                -           0.0000          -
61404.63/3116.30	c      3116            563         562        20                -           0.0000          -
61503.71/3121.37	c      3121            563         562        20                -           0.0000          -
61606.55/3126.50	c      3127           1181        1163        20                -           0.0000          -
61705.53/3131.54	c      3132            284         283        20                -           0.0000          -
61804.47/3136.57	c      3137            284         283        20                -           0.0000          -
61905.45/3141.70	c      3142            284         283        20                -           0.0000          -
62008.44/3146.82	c      3147            284         283        20                -           0.0000          -
62109.38/3151.90	c      3152            284         283        20                -           0.0000          -
62208.32/3156.99	c      3157            284         283        20                -           0.0000          -
62306.95/3162.01	c      3162            284         283        20                -           0.0000          -
62410.60/3167.18	c      3167            284         283        20                -           0.0000          -
62510.77/3172.25	c      3172            284         283        20                -           0.0000          -
62611.88/3177.40	c      3177            284         283        20                -           0.0000          -
62712.74/3182.48	c      3182            284         283        20                -           0.0000          -
62813.72/3187.57	c      3188            284         283        20                -           0.0000          -
62914.63/3192.70	c      3193            284         283        20                -           0.0000          -
63017.60/3197.84	c      3198            284         283        20                -           0.0000          -
63116.63/3202.89	c      3203            284         283        20                -           0.0000          -
63217.64/3208.00	c      3208            284         283        20                -           0.0000          -
63319.54/3213.12	c      3213            284         283        20                -           0.0000          -
63420.61/3218.18	c      3218            284         283        20                -           0.0000          -
63520.57/3223.26	c      3223            584         583        20                -           0.0000          -
63623.55/3228.41	c      3228            584         583        20                -           0.0000          -
63724.55/3233.54	c      3234            286         285        20                -           0.0000          -
63823.58/3238.59	c      3239            586         585        20                -           0.0000          -
63924.58/3243.61	c      3244           1268        1250        20                -           0.0000          -
64025.57/3248.78	c      3249            590         589        20                -           0.0000          -
64126.57/3253.85	c      3254            590         589        20                -           0.0000          -
64225.59/3258.87	c      3259            590         589        20                -           0.0000          -
64326.57/3263.98	c      3264           1275        1257        20                -           0.0000          -
64425.59/3269.02	c      3269            309         308        20                -           0.0000          -
64530.46/3274.24	c      3274            309         308        20                -           0.0000          -
64631.48/3279.38	c      3279            309         308        20                -           0.0000          -
64734.48/3284.50	c      3284            309         308        20                -           0.0000          -
64833.51/3289.54	c      3290            309         308        20                -           0.0000          -
64932.68/3294.56	c      3295            309         308        20                -           0.0000          -
65035.67/3299.74	c      3300            309         308        20                -           0.0000          -
65136.74/3304.84	c      3305            309         308        20                -           0.0000          -
65240.54/3310.05	c      3310            309         308        20                -           0.0000          -
65341.60/3315.15	c      3315            309         308        20                -           0.0000          -
65441.88/3320.29	c      3320            309         308        20                -           0.0000          -
65542.96/3325.39	c      3325           2252        1454        20                -           0.0000          -
65644.06/3330.50	c      3330           2252        1454        20                -           0.0000          -
65747.13/3335.65	c      3336           2252        1454        20                -           0.0000          -
65848.21/3340.73	c      3341           1360         310        20                -           0.0000          -
65947.33/3345.78	c      3346           1314        1296        20                -           0.0000          -
66048.44/3350.86	c      3351           1314        1296        20                -           0.0000          -
66149.57/3355.95	c      3356           1314        1296        20                -           0.0000          -
66248.66/3360.98	c      3361           1314        1296        20                -           0.0000          -
66350.43/3366.03	c      3366           1314        1296        20                -           0.0000          -
66449.60/3371.13	c      3371           1314        1296        20                -           0.0000          -
66551.89/3376.23	c      3376           1314        1296        20                -           0.0000          -
66656.98/3381.50	c      3382           1314        1296        20                -           0.0000          -
66756.10/3386.60	c      3387           1314        1296        20                -           0.0000          -
66857.23/3391.64	c      3392           1314        1296        20                -           0.0000          -
66960.32/3396.85	c      3397           1314        1296        20                -           0.0000          -
67061.43/3401.91	c      3402           1314        1296        20                -           0.0000          -
67163.27/3407.08	c      3407           1314        1296        20                -           0.0000          -
67265.59/3412.24	c      3412           1314        1296        20                -           0.0000          -
67368.66/3417.43	c      3417           1314        1296        20                -           0.0000          -
67469.77/3422.53	c      3423           1314        1296        20                -           0.0000          -
67570.90/3427.62	c      3428           1314        1296        20                -           0.0000          -
67672.02/3432.72	c      3433           1314        1296        20                -           0.0000          -
67771.12/3437.76	c      3438           1314        1296        20                -           0.0000          -
67872.21/3442.83	c      3443           1314        1296        20                -           0.0000          -
67971.32/3447.85	c      3448           1314        1296        20                -           0.0000          -
68072.35/3452.90	c      3453           1314        1296        20                -           0.0000          -
68174.08/3458.05	c      3458           1314        1296        20                -           0.0000          -
68275.38/3463.17	c      3463           1314        1296        20                -           0.0000          -
68375.58/3468.29	c      3468           1314        1296        20                -           0.0000          -
68476.70/3473.40	c      3473           1314        1296        20                -           0.0000          -
68577.78/3478.48	c      3478           1314        1296        20                -           0.0000          -
68678.89/3483.58	c      3484           1314        1296        20                -           0.0000          -
68779.97/3488.68	c      3489           1314        1296        20                -           0.0000          -
68883.02/3493.80	c      3494           1314        1296        20                -           0.0000          -
68984.14/3498.92	c      3499           1314        1296        20                -           0.0000          -
69083.27/3504.01	c      3504           1314        1296        20                -           0.0000          -
69186.97/3509.13	c      3509           1314        1296        20                -           0.0000          -
69287.45/3514.28	c      3514           1314        1296        20                -           0.0000          -
69388.57/3519.35	c      3519           1314        1296        20                -           0.0000          -
69487.69/3524.36	c      3524           1314        1296        20                -           0.0000          -
69588.81/3529.43	c      3529           1314        1296        20                -           0.0000          -
69689.94/3534.51	c      3535           1314        1296        20                -           0.0000          -
69791.05/3539.68	c      3540           1314        1296        20                -           0.0000          -
69894.12/3544.88	c      3545           1314        1296        20                -           0.0000          -
69997.99/3550.05	c      3550           1314        1296        20                -           0.0000          -
70100.30/3555.23	c      3555           1314        1296        20                -           0.0000          -
70201.40/3560.34	c      3560           1314        1296        20                -           0.0000          -
70300.50/3565.37	c      3565           1314        1296        20                -           0.0000          -
70403.56/3570.55	c      3571           1314        1296        20                -           0.0000          -
70504.65/3575.64	c      3576           1314        1296        20                -           0.0000          -
70609.63/3580.92	c      3581           1314        1296        20                -           0.0000          -
70708.70/3585.99	c      3586           1314        1296        20                -           0.0000          -
70810.50/3591.05	c      3591           1314        1296        20                -           0.0000          -
70912.88/3596.29	c      3596           1314        1296        20                -           0.0000          -
71015.95/3601.45	c      3601           1314        1296        20                -           0.0000          -
71117.05/3606.52	c      3607           1314        1296        20                -           0.0000          -
71216.14/3611.54	c      3612           1314        1296        20                -           0.0000          -
71319.20/3616.78	c      3617           1314        1296        20                -           0.0000          -
71420.29/3621.81	c      3622           1314        1296        20                -           0.0000          -
71519.39/3626.86	c      3627           1314        1296        20                -           0.0000          -
71618.49/3631.86	c      3632           1314        1296        20                -           0.0000          -
71719.59/3636.99	c      3637           1314        1296        20                -           0.0000          -
71818.70/3642.02	c      3642           1314        1296        20                -           0.0000          -
71922.41/3647.16	c      3647           1314        1296        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (136804 MiB free)
  memory of node 1: 193494 MiB (97522 MiB free)
  memory of node 2: 193531 MiB (191254 MiB free)
  memory of node 3: 193531 MiB (164385 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-4465676-1723615099/watcher-4465676-1723615099 -o /tmp/evaluation-result-4465676-1723615099/solver-4465676-1723615099 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465676-1723615099.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100114 s]*
/proc/loadavg: 81.61 79.43 79.32 62/985 755734
/proc/meminfo: memFree=604088112/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=66332 memory=53008 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 11175 0 0 0 10 1 0 0 20 0 1 0 128093060 67923968 13252 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 16583 13252 2347 3035 0 12979 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 66332 KiB
Current children cumulated memory: 53008 KiB

[startup+0.220866 s]*
/proc/loadavg: 81.61 79.43 79.32 62/985 755734
/proc/meminfo: memFree=604047496/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=107756 memory=95484 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 21766 0 0 0 20 3 0 0 20 0 1 0 128093060 110342144 23871 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 26939 23871 2347 3035 0 23335 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107756 KiB
Current children cumulated memory: 95484 KiB

[startup+0.320818 s]*
/proc/loadavg: 81.61 79.43 79.32 64/985 755734
/proc/meminfo: memFree=604012500/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=151388 memory=140644 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 33612 0 0 0 28 5 0 0 20 0 1 0 128093060 155021312 35161 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 37847 35161 2539 3035 0 34243 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 151388 KiB
Current children cumulated memory: 140644 KiB

[startup+0.700226 s]
/proc/loadavg: 81.61 79.43 79.32 63/985 755734
/proc/meminfo: memFree=603868264/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=315920 memory=299716 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 73268 0 0 0 58 10 0 0 20 0 1 0 128093060 323502080 74929 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 78980 74929 2614 3035 0 75376 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 315920 KiB
Current children cumulated memory: 299716 KiB

[startup+1.5003 s]
/proc/loadavg: 80.12 79.16 79.24 62/985 755734
/proc/meminfo: memFree=603667176/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=478108 memory=458444 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 90804 0 0 0 133 16 0 0 20 0 1 0 128093060 489582592 114611 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 119527 114611 2678 3035 0 115923 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 478108 KiB
Current children cumulated memory: 458444 KiB

[startup+3.12129 s]
/proc/loadavg: 80.12 79.16 79.24 62/985 755734
/proc/meminfo: memFree=603614112/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=468776 memory=447580 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 114832 0 0 0 290 20 0 0 20 0 1 0 128093060 480026624 111895 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 117194 111895 2758 3035 0 113590 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 468776 KiB
Current children cumulated memory: 447580 KiB

[startup+6.30024 s]
/proc/loadavg: 78.67 78.87 79.14 62/985 755736
/proc/meminfo: memFree=603621548/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=468776 memory=447580 CPUtime=6.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) R 755730 755733 750315 0 -1 4194304 114861 0 0 0 606 20 0 0 20 0 1 0 128093060 480026624 111895 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 117194 111895 2758 3035 0 113590 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 468776 KiB
Current children cumulated memory: 447580 KiB

[startup+12.7005 s]
/proc/loadavg: 77.25 78.58 79.05 62/1005 755756
/proc/meminfo: memFree=602314692/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=3120332 memory=2106832 CPUtime=12.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) S 755730 755733 750315 0 -1 1077936128 465926 0 0 0 1184 81 0 0 20 0 21 0 128093060 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 780083 526708 2774 3035 0 586451 0
[pid=755733/tid=755737] ppid=755730 vsize=3120332 memory=16164 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755737/stat : 755737 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 16 5 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755738] ppid=755730 vsize=3120332 memory=10544 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755738/stat : 755738 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755739] ppid=755730 vsize=3120332 memory=0 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755739/stat : 755739 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 18 4 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755740] ppid=755730 vsize=3120332 memory=40660 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755740/stat : 755740 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755741] ppid=755730 vsize=3120332 memory=16164 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755741/stat : 755741 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 16 5 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755742] ppid=755730 vsize=3120332 memory=0 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755742/stat : 755742 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 18 3 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755743] ppid=755730 vsize=3120332 memory=447580 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755743/stat : 755743 (fscip) S 755730 755733 750315 0 -1 1077936192 28937 0 0 0 18 3 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755744] ppid=755730 vsize=3120332 memory=1804 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755744/stat : 755744 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 18 3 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755745] ppid=755730 vsize=3120332 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755745/stat : 755745 (fscip) S 755730 755733 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755746] ppid=755730 vsize=3120332 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755746/stat : 755746 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755747] ppid=755730 vsize=3120332 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755747/stat : 755747 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755748] ppid=755730 vsize=3120332 memory=33000 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755748/stat : 755748 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755749] ppid=755730 vsize=3120332 memory=6048 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755749/stat : 755749 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755750] ppid=755730 vsize=3120332 memory=51344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755750/stat : 755750 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755751] ppid=755730 vsize=3120332 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755751/stat : 755751 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755752] ppid=755730 vsize=3120332 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755752/stat : 755752 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755753] ppid=755730 vsize=3120332 memory=25932 CPUtime=0.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755753/stat : 755753 (fscip) R 755730 755733 750315 0 -1 4194368 19745 0 0 0 10 3 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755754] ppid=755730 vsize=3120332 memory=21392 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755754/stat : 755754 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755755] ppid=755730 vsize=3120332 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755755/stat : 755755 (fscip) S 755730 755733 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755756] ppid=755730 vsize=3120332 memory=3385645411536960 CPUtime=0.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755756/stat : 755756 (fscip) S 755730 755733 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128094067 3195219968 526708 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3120332 KiB
Current children cumulated memory: 2106832 KiB

[startup+25.501 s]
/proc/loadavg: 77.98 78.69 79.08 81/1025 755779
/proc/meminfo: memFree=586900944/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=20740364 memory=18157348 CPUtime=218.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) S 755730 755733 750315 0 -1 1077936128 3026150 0 0 0 20388 1486 0 0 20 0 41 0 128093060 21238132736 4539337 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 5185091 4539337 2934 3035 0 4987280 0
[pid=755733/tid=755737] ppid=755730 vsize=20740364 memory=0 CPUtime=10.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755737/stat : 755737 (fscip) R 755730 755733 750315 0 -1 4194368 170715 0 0 0 873 144 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755738] ppid=755730 vsize=20740364 memory=25333125866717268 CPUtime=10.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755738/stat : 755738 (fscip) R 755730 755733 750315 0 -1 4194368 134459 0 0 0 1021 37 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755739] ppid=755730 vsize=20740364 memory=0 CPUtime=10.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755739/stat : 755739 (fscip) R 755730 755733 750315 0 -1 4194368 132221 0 0 0 1025 36 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755740] ppid=755730 vsize=20740364 memory=279621430787408 CPUtime=10.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755740/stat : 755740 (fscip) R 755730 755733 750315 0 -1 4194368 164039 0 0 0 880 141 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755741] ppid=755730 vsize=20740364 memory=15920456 CPUtime=10.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755741/stat : 755741 (fscip) R 755730 755733 750315 0 -1 4194368 126170 0 0 0 1015 35 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755742] ppid=755730 vsize=20740364 memory=2036 CPUtime=10.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755742/stat : 755742 (fscip) R 755730 755733 750315 0 -1 4194368 131813 0 0 0 1029 33 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755743] ppid=755730 vsize=20740364 memory=2209 CPUtime=10.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755743/stat : 755743 (fscip) R 755730 755733 750315 0 -1 4194368 162931 0 0 0 873 144 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755744] ppid=755730 vsize=20740364 memory=279621430613328 CPUtime=10.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755744/stat : 755744 (fscip) R 755730 755733 750315 0 -1 4194368 142464 0 0 0 1028 35 0 0 20 0 41 0 128094067 21238132736 4539403 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755745] ppid=755730 vsize=20740364 memory=2056144 CPUtime=10.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755745/stat : 755745 (fscip) R 755730 755733 750315 0 -1 4194368 131399 0 0 0 1030 34 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755746] ppid=755730 vsize=20740364 memory=447580 CPUtime=10.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755746/stat : 755746 (fscip) R 755730 755733 750315 0 -1 4194368 161966 0 0 0 872 142 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755747] ppid=755730 vsize=20740364 memory=1804 CPUtime=10.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755747/stat : 755747 (fscip) R 755730 755733 750315 0 -1 4194368 139767 0 0 0 1024 38 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755748] ppid=755730 vsize=20740364 memory=0 CPUtime=10.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755748/stat : 755748 (fscip) R 755730 755733 750315 0 -1 4194368 127895 0 0 0 1017 34 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755749] ppid=755730 vsize=20740364 memory=279621431395952 CPUtime=10.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755749/stat : 755749 (fscip) R 755730 755733 750315 0 -1 4194368 174236 0 0 0 874 140 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755750] ppid=755730 vsize=20740364 memory=-9176756486520873660 CPUtime=10.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755750/stat : 755750 (fscip) R 755730 755733 750315 0 -1 4194368 128389 0 0 0 1020 34 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755751] ppid=755730 vsize=20740364 memory=6491851659350092 CPUtime=10.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755751/stat : 755751 (fscip) R 755730 755733 750315 0 -1 4194368 123612 0 0 0 1015 35 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755752] ppid=755730 vsize=20740364 memory=279621430907728 CPUtime=10.13 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755752/stat : 755752 (fscip) R 755730 755733 750315 0 -1 4194368 166946 0 0 0 871 142 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755753] ppid=755730 vsize=20740364 memory=279621430307920 CPUtime=10.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755753/stat : 755753 (fscip) R 755730 755733 750315 0 -1 4194368 133950 0 0 0 1009 35 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755754] ppid=755730 vsize=20740364 memory=0 CPUtime=10.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755754/stat : 755754 (fscip) R 755730 755733 750315 0 -1 4194368 122364 0 0 0 1001 35 0 0 20 0 41 0 128094067 21238132736 4539469 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0

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

/proc/755733/task/755764/stat : 755764 (fscip) S 755730 755733 750315 0 -1 1077936192 170 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755765] ppid=755730 vsize=51723500 memory=37855424 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755765/stat : 755765 (fscip) S 755730 755733 750315 0 -1 1077936192 177 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755766] ppid=755730 vsize=51723500 memory=3300 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755766/stat : 755766 (fscip) S 755730 755733 750315 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755767] ppid=755730 vsize=51723500 memory=2264 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755767/stat : 755767 (fscip) S 755730 755733 750315 0 -1 1077936192 163 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755768] ppid=755730 vsize=51723500 memory=38837240 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755768/stat : 755768 (fscip) S 755730 755733 750315 0 -1 1077936192 156 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755769] ppid=755730 vsize=51723500 memory=38824276 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755769/stat : 755769 (fscip) S 755730 755733 750315 0 -1 1077936192 159 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755770] ppid=755730 vsize=51723500 memory=38859660 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755770/stat : 755770 (fscip) S 755730 755733 750315 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755771] ppid=755730 vsize=51723500 memory=38859664 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755771/stat : 755771 (fscip) S 755730 755733 750315 0 -1 1077936192 154 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755772] ppid=755730 vsize=51723500 memory=38859664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755772/stat : 755772 (fscip) S 755730 755733 750315 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755773] ppid=755730 vsize=51723500 memory=38865808 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755773/stat : 755773 (fscip) S 755730 755733 750315 0 -1 1077936192 209 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755774] ppid=755730 vsize=51723500 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755774/stat : 755774 (fscip) S 755730 755733 750315 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755775] ppid=755730 vsize=51723500 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755775/stat : 755775 (fscip) S 755730 755733 750315 0 -1 1077936192 199 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755776] ppid=755730 vsize=51723500 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755776/stat : 755776 (fscip) S 755730 755733 750315 0 -1 1077936192 167 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755777] ppid=755730 vsize=51723500 memory=6720659943953088362 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755777/stat : 755777 (fscip) S 755730 755733 750315 0 -1 1077936192 184 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9716527 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
Current children cumulated CPU time: 71826.6 s
Current children cumulated vsize: 51723500 KiB
Current children cumulated memory: 38866108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.14 s]
/proc/loadavg: 40.10 51.94 67.31 41/930 757789
/proc/meminfo: memFree=702061564/790760804 swapFree=131071996/131071996
[pid=755733] ppid=755730 vsize=51723500 memory=38872928 CPUtime=72001.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/stat : 755733 (fscip) S 755730 755733 750315 0 -1 1077936128 90115363 0 0 0 7184840 15339 0 0 20 0 41 0 128093060 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 17 66 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
/proc/755733/statm: 12930875 9718232 3030 3035 0 12590873 0
[pid=755733/tid=755737] ppid=755730 vsize=51723500 memory=0 CPUtime=3602.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755737/stat : 755737 (fscip) R 755730 755733 750315 0 -1 4194368 4575791 0 0 0 359683 548 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755738] ppid=755730 vsize=51723500 memory=164 CPUtime=3603.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755738/stat : 755738 (fscip) R 755730 755733 750315 0 -1 4194368 5684932 0 0 0 359564 794 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755739] ppid=755730 vsize=51723500 memory=33864 CPUtime=3599.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755739/stat : 755739 (fscip) R 755730 755733 750315 0 -1 4194368 2584645 0 0 0 359057 907 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755740] ppid=755730 vsize=51723500 memory=6491928968761438 CPUtime=3603.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755740/stat : 755740 (fscip) R 755730 755733 750315 0 -1 4194368 3834201 0 0 0 359909 472 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755741] ppid=755730 vsize=51723500 memory=279621431511840 CPUtime=3603.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755741/stat : 755741 (fscip) R 755730 755733 750315 0 -1 4194368 7254345 0 0 0 359265 1130 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755742] ppid=755730 vsize=51723500 memory=2316 CPUtime=3592.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755742/stat : 755742 (fscip) R 755730 755733 750315 0 -1 4194368 2625866 0 0 0 358466 768 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755743] ppid=755730 vsize=51723500 memory=38872928 CPUtime=3599.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755743/stat : 755743 (fscip) R 755730 755733 750315 0 -1 4194368 4627055 0 0 0 359365 568 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755744] ppid=755730 vsize=51723500 memory=19772 CPUtime=3601.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755744/stat : 755744 (fscip) R 755730 755733 750315 0 -1 4194368 5633908 0 0 0 359284 846 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755745] ppid=755730 vsize=51723500 memory=6796 CPUtime=3603.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755745/stat : 755745 (fscip) R 755730 755733 750315 0 -1 4194368 2524064 0 0 0 359601 747 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755746] ppid=755730 vsize=51723500 memory=279621430928384 CPUtime=3600.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755746/stat : 755746 (fscip) R 755730 755733 750315 0 -1 4194368 4350323 0 0 0 359542 543 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755747] ppid=755730 vsize=51723500 memory=40960 CPUtime=3599.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755747/stat : 755747 (fscip) R 755730 755733 750315 0 -1 4194368 6113994 0 0 0 359148 778 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755748] ppid=755730 vsize=51723500 memory=0 CPUtime=3573.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755748/stat : 755748 (fscip) R 755730 755733 750315 0 -1 4194368 2687367 0 0 0 356636 737 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755749] ppid=755730 vsize=51723500 memory=279621430787408 CPUtime=3602.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755749/stat : 755749 (fscip) R 755730 755733 750315 0 -1 4194368 4513486 0 0 0 359685 556 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755750] ppid=755730 vsize=51723500 memory=25333125866717268 CPUtime=3599.95 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755750/stat : 755750 (fscip) R 755730 755733 750315 0 -1 4194368 5316524 0 0 0 359161 834 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755751] ppid=755730 vsize=51723500 memory=25333125866717268 CPUtime=3599.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755751/stat : 755751 (fscip) R 755730 755733 750315 0 -1 4194368 2422051 0 0 0 359139 835 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755752] ppid=755730 vsize=51723500 memory=38837240 CPUtime=3603.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755752/stat : 755752 (fscip) R 755730 755733 750315 0 -1 4194368 7149336 0 0 0 359207 1152 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755753] ppid=755730 vsize=51723500 memory=11448 CPUtime=3604.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755753/stat : 755753 (fscip) R 755730 755733 750315 0 -1 4194368 5835470 0 0 0 359643 827 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755754] ppid=755730 vsize=51723500 memory=279621430811632 CPUtime=3595.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755754/stat : 755754 (fscip) R 755730 755733 750315 0 -1 4194368 2549451 0 0 0 358635 931 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755755] ppid=755730 vsize=51723500 memory=6491851659350092 CPUtime=3604.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755755/stat : 755755 (fscip) R 755730 755733 750315 0 -1 4194368 4480079 0 0 0 359875 545 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755756] ppid=755730 vsize=51723500 memory=7318452475133972 CPUtime=3595.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755756/stat : 755756 (fscip) R 755730 755733 750315 0 -1 4194368 5189323 0 0 0 358850 739 0 0 20 0 41 0 128094067 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755758] ppid=755730 vsize=51723500 memory=6720659943953088362 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755758/stat : 755758 (fscip) S 755730 755733 750315 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755759] ppid=755730 vsize=51723500 memory=28568 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755759/stat : 755759 (fscip) S 755730 755733 750315 0 -1 1077936192 66 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755760] ppid=755730 vsize=51723500 memory=38859664 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755760/stat : 755760 (fscip) S 755730 755733 750315 0 -1 1077936192 208 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755761] ppid=755730 vsize=51723500 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755761/stat : 755761 (fscip) S 755730 755733 750315 0 -1 1077936192 156 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755762] ppid=755730 vsize=51723500 memory=38837240 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755762/stat : 755762 (fscip) S 755730 755733 750315 0 -1 1077936192 84 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755763] ppid=755730 vsize=51723500 memory=38824276 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755763/stat : 755763 (fscip) S 755730 755733 750315 0 -1 1077936192 181 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755764] ppid=755730 vsize=51723500 memory=38866244 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755764/stat : 755764 (fscip) S 755730 755733 750315 0 -1 1077936192 170 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755765] ppid=755730 vsize=51723500 memory=2316 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755765/stat : 755765 (fscip) S 755730 755733 750315 0 -1 1077936192 177 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755766] ppid=755730 vsize=51723500 memory=6952 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755766/stat : 755766 (fscip) S 755730 755733 750315 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755767] ppid=755730 vsize=51723500 memory=7044 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755767/stat : 755767 (fscip) S 755730 755733 750315 0 -1 1077936192 163 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755768] ppid=755730 vsize=51723500 memory=38456204 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755768/stat : 755768 (fscip) S 755730 755733 750315 0 -1 1077936192 156 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755769] ppid=755730 vsize=51723500 memory=38811548 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755769/stat : 755769 (fscip) S 755730 755733 750315 0 -1 1077936192 159 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755770] ppid=755730 vsize=51723500 memory=279621431852928 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755770/stat : 755770 (fscip) S 755730 755733 750315 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755771] ppid=755730 vsize=51723500 memory=279621430801984 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755771/stat : 755771 (fscip) S 755730 755733 750315 0 -1 1077936192 154 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755772] ppid=755730 vsize=51723500 memory=38811264 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755772/stat : 755772 (fscip) S 755730 755733 750315 0 -1 1077936192 202 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755773] ppid=755730 vsize=51723500 memory=38844130910404740 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755773/stat : 755773 (fscip) S 755730 755733 750315 0 -1 1077936192 209 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755774] ppid=755730 vsize=51723500 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755774/stat : 755774 (fscip) S 755730 755733 750315 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755775] ppid=755730 vsize=51723500 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755775/stat : 755775 (fscip) S 755730 755733 750315 0 -1 1077936192 199 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755776] ppid=755730 vsize=51723500 memory=38866244 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755776/stat : 755776 (fscip) S 755730 755733 750315 0 -1 1077936192 167 0 0 0 4 0 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
[pid=755733/tid=755777] ppid=755730 vsize=51723500 memory=38872928 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/755733/task/755777/stat : 755777 (fscip) S 755730 755733 750315 0 -1 1077936192 184 0 0 0 0 3 0 0 20 0 41 0 128094537 52964864000 9718232 809668444160 4194304 16623229 140721714040672 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 25927680 140721714045958 140721714046076 140721714046076 140721714053104 0
Current children cumulated CPU time: 72001.8 s
Current children cumulated vsize: 51723500 KiB
Current children cumulated memory: 38872928 KiB

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

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

# cumulated CPU time of all completed processes:  user=71848.6 s, system=154.274 s

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

[startup+3651.21 s]*
/proc/loadavg: 40.10 51.94 67.31 22/891 757789
/proc/meminfo: memFree=706996596/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3651.6 s]
/proc/loadavg: 40.10 51.94 67.31 22/891 757789
/proc/meminfo: memFree=706996596/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3652 s]*
/proc/loadavg: 38.57 51.43 67.06 23/891 757789
/proc/meminfo: memFree=739542868/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): 3652.04
CPU time (s): 72002.9
CPU user time (s): 71848.6
CPU system time (s): 154.274
CPU usage (%): 1971.58
Max. virtual memory (cumulated for all children) (KiB): 51723500
Max. memory (cumulated for all children) (KiB): 38872928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71848.6
system time used= 154.274
maximum resident set size= 38872928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90115406
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= 1970341
involuntary context switches= 316826


# summary of solver processes directly reported to runsolver:
#   pid: 755733
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71848.6
#   total CPU system time (s): 154.274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9303 second user time and 90.2457 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 07:58:19
IDJOB=4465676
IDBENCH=155442
IDSOLVER=3094
FILE ID=nodeD105/4465676-1723615099
RUNJOBID= nodeD105-1723607375-750327
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622724 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-24.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-4465676-1723615099/watcher-4465676-1723615099 -o /tmp/evaluation-result-4465676-1723615099/solver-4465676-1723615099 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750327 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465676-1723615099.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0ffe17eea1acb86364611cfd69bcd9b8
RANDOM SEED=1812981496

nodeD105.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		: 3014.919
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		: 3180.176
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.78
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		: 3595.412
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	: 5011.74
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		: 3100.563
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	: 5011.78
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		: 3014.931
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		: 3168.405
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.78
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		: 3562.297
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	: 5011.74
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		: 3152.300
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	: 5011.78
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		: 3014.937
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		: 3194.786
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.78
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		: 2689.996
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	: 5011.74
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		: 3061.770
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	: 5011.78
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		: 3014.938
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		: 3196.827
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.78
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		: 3725.164
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	: 5011.74
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		: 3063.195
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	: 5011.78
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		: 3014.945
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		: 3195.838
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.78
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		: 2134.525
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	: 5011.74
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		: 3188.492
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	: 5011.78
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		: 3014.948
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		: 3194.819
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.78
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		: 2660.082
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	: 5011.74
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		: 3188.490
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	: 5011.78
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		: 3014.954
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		: 3199.999
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.78
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		: 2626.206
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	: 5011.74
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		: 3188.484
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	: 5011.78
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		: 3014.957
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		: 3167.040
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.78
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		: 1912.751
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	: 5011.74
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		: 3188.486
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	: 5011.78
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		: 3014.963
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		: 3163.447
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.78
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		: 2659.613
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	: 5011.74
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		: 3118.896
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	: 5011.78
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		: 3014.967
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		: 3200.000
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.78
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		: 2658.703
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	: 5011.74
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		: 3184.279
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	: 5011.78
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		: 3014.972
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		: 3183.411
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.78
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		: 2678.761
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	: 5011.74
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		: 3072.705
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	: 5011.78
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		: 3014.975
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		: 3199.999
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.78
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		: 2660.667
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	: 5011.74
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		: 3064.656
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	: 5011.78
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		: 3014.983
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		: 3200.000
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.78
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		: 2656.104
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	: 5011.74
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		: 3186.778
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	: 5011.78
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		: 3014.986
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		: 3168.126
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.78
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		: 2664.470
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	: 5011.74
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		: 3073.291
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	: 5011.78
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		: 3014.996
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		: 3165.041
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.78
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		: 2666.082
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	: 5011.74
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		: 3188.872
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	: 5011.78
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		: 3015.002
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		: 3163.276
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.78
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		: 2664.467
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	: 5011.74
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		: 3188.869
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	: 5011.78
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		: 3015.009
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		: 3200.000
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.78
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		: 2646.874
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	: 5011.74
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		: 3080.589
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	: 5011.78
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		: 3015.011
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		: 3197.887
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.78
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		: 2660.388
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	: 5011.74
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		: 3100.302
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	: 5011.78
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		: 3015.017
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		: 3189.540
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.78
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		: 2654.566
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	: 5011.74
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		: 3082.120
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	: 5011.78
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		: 3015.020
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		: 3199.999
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.78
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		: 1728.632
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	: 5011.74
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		: 3085.330
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	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        604127772 kB
MemAvailable:   608844136 kB
Buffers:         1205520 kB
Cached:          6799272 kB
SwapCached:            0 kB
Active:          1745356 kB
Inactive:       181065428 kB
Active(anon):       2168 kB
Inactive(anon): 174842748 kB
Active(file):    1743188 kB
Inactive(file):  6222680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37356 kB
Writeback:           116 kB
AnonPages:      174801912 kB
Mapped:           138068 kB
Shmem:             38920 kB
KReclaimable:     340400 kB
Slab:             777624 kB
SReclaimable:     340400 kB
SUnreclaim:       437224 kB
KernelStack:       16912 kB
PageTables:       357676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   62407912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1136256 kB
HardwareCorrupted:     0 kB
AnonHugePages:  56164352 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:     1165312 kB
DirectMap2M:    145084416 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622848 MiB
End job on nodeD105 at 2024-08-14 08:59:12