Trace number 4465624

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 3641.26

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
MD5SUMa13dda9504d679e5c6e2bc0e517e2ba2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.03939
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints124865
Number of constraints which are clauses124865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.22/0.27	c Default LC presolving (default).
0.22/0.28	c ** Before presolving: virtualMemUsedAtLc = 271860092, getVmSize() = 179953664, SCIPgetMemUsed() = 139170819, SCIPgetMemTotal() = 148157747, SCIPgetMemExternEstim() = 123702345
0.22/0.28	c ** set memory limit for presolving in LC to 8.79524e+12 for SCIP **
4.00/4.09	c ** Estimated virtualMemUsedAtSolver = 236430813, getVmSize() = 297349120, SCIPgetMemUsed() = 185455667, SCIPgetMemTotal() = 230943875, SCIPgetMemExternEstim() = 123702345
4.00/4.09	c ** set memory limit for solvers to 4.18787e+11 for each SCIP **
4.00/4.09	c Original Problem   :
4.00/4.09	c   Problem name     : instance-4465624-1722442415
4.00/4.09	c   Variables        : 3900 (3900 binary, 0 integer, 0 implicit integer, 0 continuous)
4.00/4.09	c   Constraints      : 124865
4.00/4.09	c   Objective sense  : minimize
4.00/4.09	c Presolved Problem  :
4.00/4.09	c   Variables        : 3900 (3900 binary, 0 integer, 0 implicit integer, 0 continuous)
4.00/4.09	c   Constraints      : 124988
4.00/4.09	c Constraints        : Number
4.00/4.09	c   setppc           : 124923 
4.00/4.09	c   logicor          : 65 
4.00/4.09	c ** Instance transfer method used: 0
4.18/4.23	c ** ParaScipInstance copy does not increase the number of variables. **
6.38/6.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
6.38/6.45	c                                Nodes    Active                                            
6.38/6.45	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
149.85/13.82	c        14              2           1        20                -           0.0000          -
249.43/18.98	c        19           2071        1021        20                -           0.0000          -
350.95/24.09	c        24           4858           0        20                -           0.0000          -
455.28/29.34	c        29           8404        3174        20                -           0.0000          -
558.28/34.58	c        35          11124        2541        20                -           0.0000          -
659.27/39.69	c        40          12122        3001        20                -           0.0000          -
760.44/44.77	c        45          15493        3061        20                -           0.0000          -
861.50/49.83	c        50              2           1        20                -           0.0000          -
962.55/54.96	c        55             13          12        20                -           0.0000          -
1064.33/60.03	c        60             15          14        20                -           0.0000          -
1163.47/65.07	c        65             18          17        20                -           0.0000          -
1264.77/70.14	c        70             29          28        20                -           0.0000          -
1365.18/75.23	c        75             30          31        20                -           0.0000          -
1466.33/80.31	c        80             66          65        20                -           0.0000          -
1565.46/85.38	c        85             45          44        20                -           0.0000          -
1666.61/90.48	c        90             47          46        20                -           0.0000          -
1767.79/95.58	c        96            134         105        20                -           0.0000          -
1868.98/100.64	c       101             55          54        20                -           0.0000          -
1970.15/105.70	c       106             60          59        20                -           0.0000          -
2069.32/110.79	c       111             57          56        20                -           0.0000          -
2170.49/115.87	c       116             57          56        20                -           0.0000          -
2271.69/120.96	c       121             57          56        20                -           0.0000          -
2370.94/125.98	c       126             57          56        20                -           0.0000          -
2470.20/131.01	c       131             57          56        20                -           0.0000          -
2572.23/136.12	c       136             62          61        20                -           0.0000          -
2674.50/141.24	c       141            100          99        20                -           0.0000          -
2775.69/146.31	c       146             77          76        20                -           0.0000          -
2874.78/151.37	c       151           1038         323        20                -           0.0000          -
2977.99/156.50	c       156            102         101        20                -           0.0000          -
3077.24/161.56	c       162            102         101        20                -           0.0000          -
3176.48/166.59	c       167            102         101        20                -           0.0000          -
3277.58/171.66	c       172            102         101        20                -           0.0000          -
3378.79/176.76	c       177            102         101        20                -           0.0000          -
3478.01/181.79	c       182            157         156        20                -           0.0000          -
3579.20/186.80	c       187            245         130        20                -           0.0000          -
3678.36/191.81	c       192            341         138        20                -           0.0000          -
3779.51/196.93	c       197            369         156        20                -           0.0000          -
3878.76/201.98	c       202            459         159        20                -           0.0000          -
3980.53/207.04	c       207            271         270        20                -           0.0000          -
4081.78/212.20	c       212            712         166        20                -           0.0000          -
4186.07/217.48	c       217            319         318        20                -           0.0000          -
4287.03/222.59	c       223            339         338        20                -           0.0000          -
4390.21/227.75	c       228          53384        2902        20                -           0.0000          -
4493.33/232.93	c       233          53987        2896        20                -           0.0000          -
4592.30/238.00	c       238           1295         170        20                -           0.0000          -
4694.16/243.06	c       243           1295         170        20                -           0.0000          -
4792.96/248.11	c       248           3221         489        20                -           0.0000          -
4892.06/253.12	c       253           3335         499        20                -           0.0000          -
4996.46/258.30	c       258           1473         498        20                -           0.0000          -
5095.65/263.37	c       263           1579         176        20                -           0.0000          -
5196.75/268.44	c       268           1579         176        20                -           0.0000          -
5296.06/273.48	c       273           1654         499        20                -           0.0000          -
5397.07/278.51	c       278          59777        2890        20                -           0.0000          -
5496.23/283.51	c       284           1774         537        20                -           0.0000          -
5595.40/288.53	c       289           1740         173        20                -           0.0000          -
5694.58/293.54	c       294           1740         173        20                -           0.0000          -
5793.77/298.56	c       299           2336         519        20                -           0.0000          -
5892.86/303.57	c       304           1820         173        20                -           0.0000          -
5993.94/308.69	c       309           1820         173        20                -           0.0000          -
6095.03/313.79	c       314           1858         173        20                -           0.0000          -
6198.14/318.92	c       319           2759         547        20                -           0.0000          -
6300.00/324.11	c       324           2221         592        20                -           0.0000          -
6399.08/329.13	c       329           3104         528        20                -           0.0000          -
6503.44/334.32	c       334           2337         612        20                -           0.0000          -
6602.59/339.33	c       339           5335         587        20                -           0.0000          -
6701.71/344.36	c       344           3577         549        20                -           0.0000          -
6802.81/349.40	c       349           3727         551        20                -           0.0000          -
6901.93/354.43	c       354           2552         639        20                -           0.0000          -
7001.02/359.43	c       359           2604         645        20                -           0.0000          -
7100.15/364.46	c       364          71500        2876        20                -           0.0000          -
7199.44/369.47	c       369           6057         603        20                -           0.0000          -
7300.38/374.53	c       375           3148         223        20                -           0.0000          -
7399.53/379.57	c       380          73441        2881        20                -           0.0000          -
7500.62/384.61	c       385           3247         220        20                -           0.0000          -
7599.81/389.63	c       390           3247         220        20                -           0.0000          -
7700.96/394.73	c       395           5150         568        20                -           0.0000          -
7799.99/399.77	c       400          75758        2883        20                -           0.0000          -
7901.13/404.82	c       405          75758        2883        20                -           0.0000          -
8000.28/409.86	c       410          75758        2883        20                -           0.0000          -
8101.34/414.96	c       415          75758        2883        20                -           0.0000          -
8203.21/420.04	c       420           3248         725        20                -           0.0000          -
8302.34/425.08	c       425           7283         699        20                -           0.0000          -
8403.52/430.14	c       430           3710         206        20                -           0.0000          -
8502.53/435.18	c       435           3710         206        20                -           0.0000          -
8601.71/440.19	c       440           3471         748        20                -           0.0000          -
8702.03/445.22	c       445           3522         753        20                -           0.0000          -
8801.06/450.28	c       450           7818         734        20                -           0.0000          -
8900.11/455.29	c       455           3880         204        20                -           0.0000          -
9001.21/460.32	c       460           3689         776        20                -           0.0000          -
9100.34/465.39	c       465           7277         608        20                -           0.0000          -
9201.47/470.40	c       470           4098         199        20                -           0.0000          -
9300.53/475.41	c       475           4148         190        20                -           0.0000          -
9399.70/480.48	c       480          85175        2733        20                -           0.0000          -
9500.84/485.54	c       486           3967         816        20                -           0.0000          -
9601.98/490.64	c       491           8065         619        20                -           0.0000          -
9703.13/495.74	c       496           8219         619        20                -           0.0000          -
9804.24/500.85	c       501           4532         179        20                -           0.0000          -
9905.21/506.00	c       506           4532         179        20                -           0.0000          -
10009.02/511.15	c       511           4258         855        20                -           0.0000          -
10109.22/516.22	c       516           8858         633        20                -           0.0000          -
10210.27/521.30	c       521           4363         874        20                -           0.0000          -
10309.32/526.39	c       526           9177         638        20                -           0.0000          -
10412.34/531.53	c       532           4475         886        20                -           0.0000          -
10513.35/536.61	c       537           9503         650        20                -           0.0000          -
10614.33/541.71	c       542           9819         805        20                -           0.0000          -
10715.37/546.80	c       547           9944         810        20                -           0.0000          -
10814.40/551.84	c       552           5489         215        20                -           0.0000          -
10913.37/556.87	c       557           5599         215        20                -           0.0000          -
11014.42/561.96	c       562           5699         217        20                -           0.0000          -
11113.47/566.98	c       567           4854         941        20                -           0.0000          -
11215.40/572.07	c       572           5810         218        20                -           0.0000          -
11316.70/577.16	c       577           5830         216        20                -           0.0000          -
11415.65/582.17	c       582           5830         216        20                -           0.0000          -
11514.93/587.18	c       587           5830         216        20                -           0.0000          -
11615.17/592.20	c       592          11245         677        20                -           0.0000          -
11716.25/597.30	c       597          11404         680        20                -           0.0000          -
11815.41/602.34	c       602          98508        2702        20                -           0.0000          -
11914.57/607.36	c       607          99013        2690        20                -           0.0000          -
12015.53/612.49	c       612          99527        2686        20                -           0.0000          -
12118.61/617.63	c       618           6255         215        20                -           0.0000          -
12217.80/622.63	c       623           5441        1040        20                -           0.0000          -
12318.82/627.77	c       628           6338         213        20                -           0.0000          -
12421.92/632.96	c       633           6338         213        20                -           0.0000          -
12521.04/638.00	c       638         102554        2684        20                -           0.0000          -
12622.87/643.03	c       643         103206        2685        20                -           0.0000          -
12722.13/648.10	c       648           6577         207        20                -           0.0000          -
12823.38/653.14	c       653           6606         204        20                -           0.0000          -
12922.70/658.16	c       658           6606         204        20                -           0.0000          -
13021.66/663.18	c       663          12616         888        20                -           0.0000          -
13120.90/668.19	c       668          12739         893        20                -           0.0000          -
13221.18/673.23	c       673           5945        1138        20                -           0.0000          -
13320.31/678.29	c       678           6932         240        20                -           0.0000          -
13421.47/683.38	c       683           7053         249        20                -           0.0000          -
13522.64/688.46	c       688           6105        1162        20                -           0.0000          -
13621.74/693.48	c       693           6147        1168        20                -           0.0000          -
13722.63/698.51	c       699           6207        1178        20                -           0.0000          -
13821.70/703.57	c       704           7371         255        20                -           0.0000          -
13920.64/708.58	c       709           6321        1192        20                -           0.0000          -
14023.68/713.74	c       714           6377        1200        20                -           0.0000          -
14124.66/718.82	c       719           7550         260        20                -           0.0000          -
14223.79/723.86	c       724          15392         752        20                -           0.0000          -
14324.89/729.00	c       729           7653         263        20                -           0.0000          -
14424.05/734.03	c       734           7653         263        20                -           0.0000          -
14526.11/739.09	c       739           7695         263        20                -           0.0000          -
14628.24/744.22	c       744           6706        1249        20                -           0.0000          -
14729.40/749.31	c       749           6755        1254        20                -           0.0000          -
14830.37/754.41	c       754           7984         262        20                -           0.0000          -
14929.24/759.45	c       759           8041         258        20                -           0.0000          -
15030.38/764.52	c       765           8041         258        20                -           0.0000          -
15129.53/769.57	c       770          15015        1052        20                -           0.0000          -
15228.62/774.58	c       775           7029        1288        20                -           0.0000          -
15329.73/779.60	c       780           8244         256        20                -           0.0000          -
15428.86/784.62	c       785           8283         261        20                -           0.0000          -
15528.03/789.67	c       790           7196        1305        20                -           0.0000          -
15627.19/794.68	c       795           7252        1317        20                -           0.0000          -
15728.31/799.78	c       800           7304        1325        20                -           0.0000          -
15831.43/804.90	c       805           8512         267        20                -           0.0000          -
15933.24/810.12	c       810           7422        1337        20                -           0.0000          -
16035.52/815.24	c       815           7480        1343        20                -           0.0000          -
16136.46/820.31	c       820           7525        1350        20                -           0.0000          -
16237.62/825.41	c       825           8791         248        20                -           0.0000          -
16336.43/830.46	c       830           8851         247        20                -           0.0000          -
16435.57/835.48	c       835           8851         247        20                -           0.0000          -
16536.65/840.52	c       841           7720        1373        20                -           0.0000          -
16635.53/845.54	c       846          19171         796        20                -           0.0000          -
16734.66/850.55	c       851           7832        1389        20                -           0.0000          -
16833.75/855.59	c       856         126477        2673        20                -           0.0000          -
16934.86/860.70	c       861         126477        2673        20                -           0.0000          -
17037.84/865.80	c       866         126477        2673        20                -           0.0000          -
17136.98/870.87	c       871         126477        2673        20                -           0.0000          -
17238.04/875.90	c       876         126477        2673        20                -           0.0000          -
17337.13/880.94	c       881           8150        1427        20                -           0.0000          -
17436.29/886.04	c       886          20393         815        20                -           0.0000          -
17538.38/891.10	c       891         130590        2678        20                -           0.0000          -
17639.26/896.19	c       896           9837         222        20                -           0.0000          -
17739.58/901.24	c       901         132655        2668        20                -           0.0000          -
17838.73/906.27	c       906          18057        1292        20                -           0.0000          -
17939.85/911.32	c       911         134595        2666        20                -           0.0000          -
18038.89/916.36	c       916         135742        2671        20                -           0.0000          -
18137.84/921.39	c       921           8582        1475        20                -           0.0000          -
18240.97/926.56	c       927           8635        1482        20                -           0.0000          -
18342.14/931.65	c       932         138750        2666        20                -           0.0000          -
18443.28/936.71	c       937          10437         234        20                -           0.0000          -
18544.39/941.87	c       942          10489         232        20                -           0.0000          -
18645.52/946.95	c       947         142235        2671        20                -           0.0000          -
18744.65/952.02	c       952         143319        2669        20                -           0.0000          -
18846.37/957.04	c       957          10666         231        20                -           0.0000          -
18945.55/962.10	c       962          10666         231        20                -           0.0000          -
19044.71/967.12	c       967           9066        1537        20                -           0.0000          -
19143.95/972.13	c       972          23034         855        20                -           0.0000          -
19244.67/977.16	c       977          10815         232        20                -           0.0000          -
19345.16/982.21	c       982           9235        1566        20                -           0.0000          -
19444.32/987.28	c       987          10968         235        20                -           0.0000          -
19547.33/992.46	c       992          23684         861        20                -           0.0000          -
19648.40/997.52	c       998          11095         240        20                -           0.0000          -
19747.58/1002.53	c      1003          20320        1442        20                -           0.0000          -
19846.72/1007.56	c      1008          11117         240        20                -           0.0000          -
19947.80/1012.66	c      1013          20553        1477        20                -           0.0000          -
20046.95/1017.68	c      1018          11223         240        20                -           0.0000          -
20148.05/1022.74	c      1023          11327         240        20                -           0.0000          -
20249.10/1027.83	c      1028           9727        1624        20                -           0.0000          -
20352.78/1033.06	c      1033           9784        1631        20                -           0.0000          -
20451.98/1038.11	c      1038           9842        1635        20                -           0.0000          -
20554.11/1043.29	c      1043         163577        2665        20                -           0.0000          -
20655.15/1048.34	c      1048         164885        2661        20                -           0.0000          -
20754.19/1053.37	c      1053          21425        1517        20                -           0.0000          -
20857.33/1058.52	c      1059          10069        1660        20                -           0.0000          -
20958.49/1063.65	c      1064          12040         251        20                -           0.0000          -
21059.64/1068.76	c      1069          12040         251        20                -           0.0000          -
21158.68/1073.79	c      1074          12063         254        20                -           0.0000          -
21259.72/1078.81	c      1079         171388        2653        20                -           0.0000          -
21358.74/1083.83	c      1084          22094        1556        20                -           0.0000          -
21459.77/1088.97	c      1089          22212        1562        20                -           0.0000          -
21558.90/1094.00	c      1094          26837         874        20                -           0.0000          -
21660.87/1099.13	c      1099          26998         877        20                -           0.0000          -
21763.01/1104.20	c      1104          12436         254        20                -           0.0000          -
21862.15/1109.28	c      1109          27312         879        20                -           0.0000          -
21963.22/1114.35	c      1114          27473         877        20                -           0.0000          -
22064.27/1119.41	c      1119          22880        1578        20                -           0.0000          -
22165.29/1124.51	c      1125          22997        1579        20                -           0.0000          -
22264.42/1129.58	c      1130          23118        1580        20                -           0.0000          -
22365.51/1134.60	c      1135          12749         253        20                -           0.0000          -
22466.69/1139.71	c      1140          12749         253        20                -           0.0000          -
22569.78/1144.95	c      1145         183961        2647        20                -           0.0000          -
22671.59/1150.09	c      1150         184914        2658        20                -           0.0000          -
22770.91/1155.10	c      1155          12896         250        20                -           0.0000          -
22872.10/1160.17	c      1160          12896         250        20                -           0.0000          -
22974.25/1165.36	c      1165         188315        2657        20                -           0.0000          -
23075.13/1170.48	c      1170         189356        2656        20                -           0.0000          -
23176.21/1175.57	c      1176          11360        1809        20                -           0.0000          -
23277.37/1180.64	c      1181          13274         256        20                -           0.0000          -
23378.50/1185.72	c      1186          11472        1817        20                -           0.0000          -
23477.66/1190.73	c      1191         192963        2654        20                -           0.0000          -
23576.84/1195.75	c      1196          24608        1700        20                -           0.0000          -
23676.00/1200.77	c      1201          13549         259        20                -           0.0000          -
23779.17/1205.93	c      1206          13567         259        20                -           0.0000          -
23881.05/1211.04	c      1211         197632        2657        20                -           0.0000          -
23982.21/1216.14	c      1216          11811        1854        20                -           0.0000          -
24081.57/1221.17	c      1221         199572        2649        20                -           0.0000          -
24181.69/1226.22	c      1226          13814         267        20                -           0.0000          -
24282.85/1231.31	c      1231          11986        1873        20                -           0.0000          -
24382.05/1236.39	c      1236          12028        1879        20                -           0.0000          -
24481.15/1241.39	c      1241         203836        2654        20                -           0.0000          -
24582.28/1246.46	c      1246          31636         881        20                -           0.0000          -
24683.45/1251.50	c      1252          31800         883        20                -           0.0000          -
24782.56/1256.51	c      1257          31960         881        20                -           0.0000          -
24883.67/1261.61	c      1262          26151        1838        20                -           0.0000          -
24982.75/1266.62	c      1267          14481         279        20                -           0.0000          -
25081.92/1271.66	c      1272         209865        2650        20                -           0.0000          -
25183.02/1276.72	c      1277          14547         277        20                -           0.0000          -
25282.15/1281.79	c      1282          14547         277        20                -           0.0000          -
25383.25/1286.81	c      1287          14565         277        20                -           0.0000          -
25484.34/1291.93	c      1292          12608        1969        20                -           0.0000          -
25583.44/1297.00	c      1297          14689         281        20                -           0.0000          -
25685.29/1302.05	c      1302          14754         284        20                -           0.0000          -
25784.41/1307.12	c      1307          27191        1880        20                -           0.0000          -
25885.53/1312.18	c      1312          27305        1890        20                -           0.0000          -
25985.82/1317.20	c      1317         219315        2652        20                -           0.0000          -
26084.92/1322.30	c      1322          15016         285        20                -           0.0000          -
26185.96/1327.35	c      1327          15028         287        20                -           0.0000          -
26287.01/1332.41	c      1332          15073         288        20                -           0.0000          -
26386.24/1337.47	c      1337          15194         287        20                -           0.0000          -
26487.12/1342.52	c      1343          34555         907        20                -           0.0000          -
26586.23/1347.52	c      1348          28075        1957        20                -           0.0000          -
26685.37/1352.54	c      1353          28222        1960        20                -           0.0000          -
26784.49/1357.55	c      1358          15486         288        20                -           0.0000          -
26883.63/1362.57	c      1363          15544         288        20                -           0.0000          -
26984.65/1367.66	c      1368          15571         288        20                -           0.0000          -
27087.68/1372.85	c      1373          15571         288        20                -           0.0000          -
27188.81/1377.93	c      1378          13522        2075        20                -           0.0000          -
27287.78/1382.94	c      1383          13575        2080        20                -           0.0000          -
27386.86/1387.97	c      1388          13627        2090        20                -           0.0000          -
27485.85/1392.97	c      1393          13685        2098        20                -           0.0000          -
27584.93/1397.98	c      1398          29253        2026        20                -           0.0000          -
27684.04/1403.02	c      1403          29358        2029        20                -           0.0000          -
27787.94/1408.19	c      1408          16008         298        20                -           0.0000          -
27888.28/1413.28	c      1413          13908        2123        20                -           0.0000          -
27991.37/1418.43	c      1418          13949        2132        20                -           0.0000          -
28092.46/1423.53	c      1424          13989        2146        20                -           0.0000          -
28193.28/1428.64	c      1429          14041        2156        20                -           0.0000          -
28294.36/1433.73	c      1434          37271         914        20                -           0.0000          -
28395.39/1438.82	c      1439          16379         294        20                -           0.0000          -
28494.51/1443.84	c      1444          14192        2175        20                -           0.0000          -
28595.58/1448.92	c      1449          37719         917        20                -           0.0000          -
28694.68/1453.98	c      1454          30440        2177        20                -           0.0000          -
28796.53/1459.09	c      1459          16615         304        20                -           0.0000          -
28895.65/1464.11	c      1464          16644         303        20                -           0.0000          -
28994.77/1469.13	c      1469          16644         303        20                -           0.0000          -
29095.86/1474.16	c      1474          16672         302        20                -           0.0000          -
29196.15/1479.23	c      1479          31003        2208        20                -           0.0000          -
29295.27/1484.27	c      1484          14640        2223        20                -           0.0000          -
29398.43/1489.44	c      1489          16925         303        20                -           0.0000          -
29499.36/1494.58	c      1495          16982         302        20                -           0.0000          -
29600.45/1499.68	c      1500          14811        2240        20                -           0.0000          -
29701.56/1504.76	c      1505          39395         936        20                -           0.0000          -
29802.67/1509.81	c      1510          17158         305        20                -           0.0000          -
29901.80/1514.85	c      1515          17158         305        20                -           0.0000          -
30000.94/1519.88	c      1520          17198         309        20                -           0.0000          -
30102.03/1524.93	c      1525          32028        2239        20                -           0.0000          -
30203.79/1530.06	c      1530          15104        2297        20                -           0.0000          -
30306.11/1535.21	c      1535          15164        2301        20                -           0.0000          -
30405.24/1540.29	c      1540          15225        2308        20                -           0.0000          -
30506.33/1545.34	c      1545          17579         315        20                -           0.0000          -
30607.41/1550.43	c      1550          17664         320        20                -           0.0000          -
30708.52/1555.52	c      1556          32683        2344        20                -           0.0000          -
30807.63/1560.57	c      1561          32801        2358        20                -           0.0000          -
30908.67/1565.63	c      1566          15492        2345        20                -           0.0000          -
31007.77/1570.64	c      1571          41377         936        20                -           0.0000          -
31108.85/1575.71	c      1576          15595        2362        20                -           0.0000          -
31207.97/1580.76	c      1581          33224        2437        20                -           0.0000          -
31309.09/1585.86	c      1586          18160         325        20                -           0.0000          -
31408.16/1590.88	c      1591          33457        2452        20                -           0.0000          -
31509.27/1595.95	c      1596          33576        2469        20                -           0.0000          -
31608.39/1601.03	c      1601          15850        2387        20                -           0.0000          -
31713.47/1606.28	c      1606          18284         326        20                -           0.0000          -
31816.55/1611.45	c      1611          42625         957        20                -           0.0000          -
31917.63/1616.50	c      1616          18407         329        20                -           0.0000          -
32018.73/1621.67	c      1622          42935         953        20                -           0.0000          -
32119.80/1626.79	c      1627          43091         957        20                -           0.0000          -
32220.90/1631.84	c      1632          43249         953        20                -           0.0000          -
32319.99/1636.88	c      1637          34452        2499        20                -           0.0000          -
32419.05/1641.89	c      1642          43565         945        20                -           0.0000          -
32520.13/1646.94	c      1647          43726         940        20                -           0.0000          -
32619.18/1651.97	c      1652          16394        2449        20                -           0.0000          -
32718.30/1656.99	c      1657          18925         345        20                -           0.0000          -
32817.44/1662.02	c      1662          18925         345        20                -           0.0000          -
32916.57/1667.04	c      1667          35116        2517        20                -           0.0000          -
33018.38/1672.05	c      1672          18990         340        20                -           0.0000          -
33117.37/1677.07	c      1677          18990         340        20                -           0.0000          -
33216.38/1682.10	c      1682          19025         345        20                -           0.0000          -
33315.54/1687.11	c      1687          19025         345        20                -           0.0000          -
33414.86/1692.14	c      1692          16831        2496        20                -           0.0000          -
33516.95/1697.23	c      1697         301514        2638        20                -           0.0000          -
33618.07/1702.38	c      1702         302344        2632        20                -           0.0000          -
33719.16/1707.43	c      1707          19440         344        20                -           0.0000          -
33820.28/1712.51	c      1713          19440         344        20                -           0.0000          -
33921.38/1717.60	c      1718          19441         345        20                -           0.0000          -
34022.48/1722.72	c      1723          19513         338        20                -           0.0000          -
34121.58/1727.74	c      1728         307722        2641        20                -           0.0000          -
34220.61/1732.77	c      1733          17276        2573        20                -           0.0000          -
34321.66/1737.84	c      1738          36604        2747        20                -           0.0000          -
34420.74/1742.85	c      1743          19792         349        20                -           0.0000          -
34519.85/1747.89	c      1748          17435        2592        20                -           0.0000          -
34620.97/1752.90	c      1753          19912         353        20                -           0.0000          -
34720.10/1757.92	c      1758          20007         353        20                -           0.0000          -
34819.24/1762.93	c      1763          17596        2617        20                -           0.0000          -
34918.35/1767.94	c      1768          17648        2629        20                -           0.0000          -
35017.49/1772.97	c      1773          37458        2869        20                -           0.0000          -
35116.53/1777.99	c      1778          37557        2879        20                -           0.0000          -
35218.37/1783.09	c      1783          47820        1026        20                -           0.0000          -
35320.71/1788.27	c      1788          20591         357        20                -           0.0000          -
35421.84/1793.37	c      1793          17917        2664        20                -           0.0000          -
35520.95/1798.40	c      1798          48281        1029        20                -           0.0000          -
35622.00/1803.41	c      1803          18035        2682        20                -           0.0000          -
35723.09/1808.51	c      1809          20826         376        20                -           0.0000          -
35822.22/1813.58	c      1814          38306        2925        20                -           0.0000          -
35923.31/1818.63	c      1819          18195        2702        20                -           0.0000          -
36022.38/1823.64	c      1824          18251        2710        20                -           0.0000          -
36121.50/1828.68	c      1829          38619        2950        20                -           0.0000          -
36220.61/1833.69	c      1834          38726        2953        20                -           0.0000          -
36321.72/1838.73	c      1839          21464         383        20                -           0.0000          -
36420.78/1843.76	c      1844          21593         386        20                -           0.0000          -
36519.89/1848.79	c      1849          18526        2747        20                -           0.0000          -
36621.01/1853.85	c      1854          18588        2751        20                -           0.0000          -
36720.15/1858.89	c      1859          50112        1078        20                -           0.0000          -
36821.25/1863.91	c      1864          50270        1079        20                -           0.0000          -
36923.11/1869.06	c      1869          22053         387        20                -           0.0000          -
37022.54/1874.09	c      1874          50584        1087        20                -           0.0000          -
37121.62/1879.13	c      1879          50744        1093        20                -           0.0000          -
37222.50/1884.16	c      1884          39782        3017        20                -           0.0000          -
37321.68/1889.19	c      1889         340669        2633        20                -           0.0000          -
37421.99/1894.22	c      1894         341569        2630        20                -           0.0000          -
37523.12/1899.30	c      1899          22544         393        20                -           0.0000          -
37624.27/1904.46	c      1904         343697        2636        20                -           0.0000          -
37725.40/1909.54	c      1910         344547        2635        20                -           0.0000          -
37824.53/1914.59	c      1915          19261        2846        20                -           0.0000          -
37925.65/1919.62	c      1920         346276        2629        20                -           0.0000          -
38024.87/1924.69	c      1925         347245        2635        20                -           0.0000          -
38127.94/1929.87	c      1930         348522        2648        20                -           0.0000          -
38229.07/1934.93	c      1935         349811        2650        20                -           0.0000          -
38328.15/1940.01	c      1940          19574        2887        20                -           0.0000          -
38427.24/1945.01	c      1945         352584        2648        20                -           0.0000          -
38526.32/1950.04	c      1950         353871        2645        20                -           0.0000          -
38628.45/1955.07	c      1955          23550         384        20                -           0.0000          -
38727.31/1960.10	c      1960          53251        1143        20                -           0.0000          -
38828.42/1965.14	c      1965          23733         389        20                -           0.0000          -
38927.45/1970.17	c      1970          53556        1148        20                -           0.0000          -
39027.82/1975.22	c      1975          53710        1162        20                -           0.0000          -
39128.92/1980.34	c      1980          19983        2940        20                -           0.0000          -
39228.04/1985.38	c      1985          54021        1177        20                -           0.0000          -
39333.14/1990.67	c      1991          24276         394        20                -           0.0000          -
39434.28/1995.77	c      1996          24276         394        20                -           0.0000          -
39533.45/2000.78	c      2001          24276         394        20                -           0.0000          -
39634.53/2005.85	c      2006          24337         391        20                -           0.0000          -
39733.67/2010.87	c      2011          20342        2991        20                -           0.0000          -
39834.74/2015.92	c      2016         367870        2634        20                -           0.0000          -
39936.59/2021.04	c      2021          20463        3004        20                -           0.0000          -
40035.86/2026.05	c      2026         369775        2632        20                -           0.0000          -
40134.99/2031.11	c      2031          24913         382        20                -           0.0000          -
40237.15/2036.26	c      2036         371922        2648        20                -           0.0000          -
40338.26/2041.33	c      2041         373020        2636        20                -           0.0000          -
40437.34/2046.34	c      2046          20740        3037        20                -           0.0000          -
40536.26/2051.34	c      2051          43459        3279        20                -           0.0000          -
40637.39/2056.43	c      2056          20854        3049        20                -           0.0000          -
40736.50/2061.44	c      2061          25424         380        20                -           0.0000          -
40835.44/2066.45	c      2066          25432         380        20                -           0.0000          -
40936.54/2071.55	c      2072          21012        3075        20                -           0.0000          -
41035.65/2076.57	c      2077          21067        3082        20                -           0.0000          -
41134.72/2081.59	c      2082          21136        3087        20                -           0.0000          -
41235.81/2086.60	c      2087          25687         377        20                -           0.0000          -
41336.94/2091.76	c      2092          25687         377        20                -           0.0000          -
41438.09/2096.87	c      2097          57501        1190        20                -           0.0000          -
41541.92/2102.04	c      2102          57659        1191        20                -           0.0000          -
41641.04/2107.11	c      2107          57819        1184        20                -           0.0000          -
41742.17/2112.17	c      2112          57981        1184        20                -           0.0000          -
41842.52/2117.25	c      2117          58138        1177        20                -           0.0000          -
41943.55/2122.36	c      2122          58296        1173        20                -           0.0000          -
42042.68/2127.38	c      2127          58454        1175        20                -           0.0000          -
42143.74/2132.40	c      2132          58612        1174        20                -           0.0000          -
42244.87/2137.58	c      2138          58774        1168        20                -           0.0000          -
42346.00/2142.63	c      2143          58933        1167        20                -           0.0000          -
42445.12/2147.68	c      2148          45657        3376        20                -           0.0000          -
42544.23/2152.69	c      2153          21950        3193        20                -           0.0000          -
42645.33/2157.73	c      2158          59388        1177        20                -           0.0000          -
42744.34/2162.74	c      2163          22061        3212        20                -           0.0000          -
42843.47/2167.75	c      2168          59702        1177        20                -           0.0000          -
42944.58/2172.83	c      2173          22175        3224        20                -           0.0000          -
43045.71/2177.90	c      2178          46306        3419        20                -           0.0000          -
43147.53/2183.07	c      2183          27299         359        20                -           0.0000          -
43246.87/2188.08	c      2188          27360         354        20                -           0.0000          -
43347.78/2193.16	c      2193          60439        1185        20                -           0.0000          -
43447.98/2198.21	c      2198          27486         355        20                -           0.0000          -
43547.13/2203.25	c      2203          22512        3259        20                -           0.0000          -
43648.24/2208.30	c      2208          46929        3464        20                -           0.0000          -
43747.34/2213.38	c      2213          22631        3274        20                -           0.0000          -
43848.43/2218.41	c      2218          22687        3280        20                -           0.0000          -
43947.55/2223.44	c      2223          22758        3289        20                -           0.0000          -
44048.64/2228.55	c      2229          28038         343        20                -           0.0000          -
44147.76/2233.56	c      2234         408806        2636        20                -           0.0000          -
44248.85/2238.66	c      2239         409600        2632        20                -           0.0000          -
44347.98/2243.68	c      2244          28340         343        20                -           0.0000          -
44449.08/2248.75	c      2249         411904        2638        20                -           0.0000          -
44550.19/2253.85	c      2254         413018        2631        20                -           0.0000          -
44651.30/2258.91	c      2259         413736        2636        20                -           0.0000          -
44750.41/2263.92	c      2264          48112        3520        20                -           0.0000          -
44849.60/2268.95	c      2269          28829         342        20                -           0.0000          -
44948.66/2274.03	c      2274          62918        1221        20                -           0.0000          -
45047.77/2279.03	c      2279          63077        1223        20                -           0.0000          -
45149.78/2284.10	c      2284          63230        1236        20                -           0.0000          -
45251.77/2289.20	c      2289          29220         334        20                -           0.0000          -
45352.90/2294.33	c      2294          29220         334        20                -           0.0000          -
45454.03/2299.45	c      2299          63704        1250        20                -           0.0000          -
45557.11/2304.63	c      2305          29356         334        20                -           0.0000          -
45656.23/2309.68	c      2310          64021        1253        20                -           0.0000          -
45757.30/2314.73	c      2315         424255        2629        20                -           0.0000          -
45858.42/2319.84	c      2320         425154        2629        20                -           0.0000          -
45957.52/2324.86	c      2325          23834        3437        20                -           0.0000          -
46056.66/2329.87	c      2330          49662        3563        20                -           0.0000          -
46157.76/2334.91	c      2335          30063         324        20                -           0.0000          -
46256.73/2339.93	c      2340          30152         316        20                -           0.0000          -
46355.86/2344.99	c      2345         430200        2638        20                -           0.0000          -
46455.00/2350.03	c      2350          24120        3467        20                -           0.0000          -
46556.83/2355.09	c      2355         432423        2646        20                -           0.0000          -
46657.87/2360.18	c      2360          30457         297        20                -           0.0000          -
46758.29/2365.25	c      2365          30475         295        20                -           0.0000          -
46857.43/2370.29	c      2370          30475         295        20                -           0.0000          -
46958.48/2375.33	c      2375          50713        3597        20                -           0.0000          -
47057.61/2380.33	c      2380          24464        3511        20                -           0.0000          -
47158.87/2385.41	c      2385          66342        1328        20                -           0.0000          -
47257.79/2390.44	c      2390          66498        1332        20                -           0.0000          -
47356.91/2395.46	c      2395          30759         294        20                -           0.0000          -
47457.94/2400.54	c      2401          24679        3540        20                -           0.0000          -
47557.07/2405.55	c      2406          30895         290        20                -           0.0000          -
47658.18/2410.66	c      2411          51542        3625        20                -           0.0000          -
47759.28/2415.76	c      2416          51652        3637        20                -           0.0000          -
47860.31/2420.83	c      2421          51771        3642        20                -           0.0000          -
47959.44/2425.89	c      2426          51895        3644        20                -           0.0000          -
48060.52/2430.90	c      2431          52011        3648        20                -           0.0000          -
48159.65/2435.98	c      2436          25042        3595        20                -           0.0000          -
48261.69/2441.09	c      2441          52265        3659        20                -           0.0000          -
48362.78/2446.15	c      2446          31827         337        20                -           0.0000          -
48461.70/2451.17	c      2451          52462        3672        20                -           0.0000          -
48561.96/2456.27	c      2456          52584        3676        20                -           0.0000          -
48662.87/2461.39	c      2461          52703        3681        20                -           0.0000          -
48761.81/2466.39	c      2466          52808        3690        20                -           0.0000          -
48862.91/2471.42	c      2471          32215         349        20                -           0.0000          -
48962.00/2476.46	c      2476          25488        3651        20                -           0.0000          -
49061.27/2481.47	c      2481          69288        1432        20                -           0.0000          -
49164.32/2486.62	c      2487          53245        3727        20                -           0.0000          -
49263.30/2491.69	c      2492          69615        1439        20                -           0.0000          -
49364.42/2496.76	c      2497          25730        3679        20                -           0.0000          -
49463.14/2501.78	c      2502          69928        1448        20                -           0.0000          -
49562.24/2506.79	c      2507          32810         336        20                -           0.0000          -
49663.34/2511.83	c      2512          53785        3763        20                -           0.0000          -
49762.50/2516.84	c      2517          32930         336        20                -           0.0000          -
49863.58/2521.92	c      2522         464807        2634        20                -           0.0000          -
49962.70/2526.95	c      2527         465784        2629        20                -           0.0000          -
50061.82/2531.97	c      2532         466875        2622        20                -           0.0000          -
50160.90/2536.99	c      2537         467914        2637        20                -           0.0000          -
50262.76/2542.04	c      2542         468971        2625        20                -           0.0000          -
50363.89/2547.19	c      2547         470181        2628        20                -           0.0000          -
50464.10/2552.23	c      2552         471127        2631        20                -           0.0000          -
50563.05/2557.26	c      2557          26396        3759        20                -           0.0000          -
50662.16/2562.28	c      2562         473491        2622        20                -           0.0000          -
50765.20/2567.40	c      2567         474636        2635        20                -           0.0000          -
50866.31/2572.52	c      2573         475539        2641        20                -           0.0000          -
50965.41/2577.59	c      2578          26610        3803        20                -           0.0000          -
51066.39/2582.67	c      2583          55330        3860        20                -           0.0000          -
51165.34/2587.70	c      2588          72619        1429        20                -           0.0000          -
51266.21/2592.70	c      2593          26767        3820        20                -           0.0000          -
51365.29/2597.72	c      2598          55609        3923        20                -           0.0000          -
51464.33/2602.73	c      2603          73086        1436        20                -           0.0000          -
51565.43/2607.86	c      2608          34674         343        20                -           0.0000          -
51664.55/2612.87	c      2613          26982        3851        20                -           0.0000          -
51765.66/2617.91	c      2618          34804         342        20                -           0.0000          -
51864.76/2622.94	c      2623          34804         342        20                -           0.0000          -
51963.90/2627.98	c      2628          56253        3979        20                -           0.0000          -
52065.92/2633.07	c      2633          27219        3890        20                -           0.0000          -
52168.10/2638.29	c      2638          27285        3898        20                -           0.0000          -
52271.20/2643.44	c      2643          56628        3996        20                -           0.0000          -
52372.30/2648.50	c      2648          56750        4002        20                -           0.0000          -
52471.43/2653.58	c      2654          56867        4009        20                -           0.0000          -
52572.56/2658.63	c      2659         491129        2629        20                -           0.0000          -
52671.68/2663.65	c      2664          27585        3940        20                -           0.0000          -
52770.80/2668.67	c      2669          57188        4032        20                -           0.0000          -
52873.82/2673.83	c      2674          35813         351        20                -           0.0000          -
52974.92/2678.98	c      2679          27753        3960        20                -           0.0000          -
53076.75/2684.08	c      2684          36038         356        20                -           0.0000          -
53178.17/2689.17	c      2689          57637        4051        20                -           0.0000          -
53277.03/2694.17	c      2694          27929        3978        20                -           0.0000          -
53377.31/2699.23	c      2699          36274         358        20                -           0.0000          -
53478.42/2704.31	c      2704         500083        2630        20                -           0.0000          -
53577.55/2709.35	c      2709          76410        1499        20                -           0.0000          -
53676.62/2714.39	c      2714          76563        1504        20                -           0.0000          -
53777.45/2719.41	c      2719          76715        1505        20                -           0.0000          -
53876.43/2724.44	c      2724          36742         400        20                -           0.0000          -
53975.68/2729.49	c      2729          28315        4026        20                -           0.0000          -
54080.56/2734.74	c      2735          36939         409        20                -           0.0000          -
54181.55/2739.86	c      2740          28431        4042        20                -           0.0000          -
54282.66/2744.96	c      2745          28492        4049        20                -           0.0000          -
54381.77/2749.98	c      2750          37170         426        20                -           0.0000          -
54480.86/2755.01	c      2755          77816        1513        20                -           0.0000          -
54582.83/2760.05	c      2760          37289         426        20                -           0.0000          -
54681.80/2765.09	c      2765          37289         426        20                -           0.0000          -
54781.12/2770.14	c      2770          37386         436        20                -           0.0000          -
54882.06/2775.15	c      2775          28822        4097        20                -           0.0000          -
54981.38/2780.17	c      2780          59782        4132        20                -           0.0000          -
55080.30/2785.18	c      2785          37678         434        20                -           0.0000          -
55180.63/2790.26	c      2790          28985        4114        20                -           0.0000          -
55281.74/2795.31	c      2795          37824         432        20                -           0.0000          -
55380.86/2800.33	c      2800          37893         433        20                -           0.0000          -
55479.93/2805.37	c      2805          37902         432        20                -           0.0000          -
55578.93/2810.38	c      2810         521751        2629        20                -           0.0000          -
55680.04/2815.49	c      2815          79667        1558        20                -           0.0000          -
55781.06/2820.58	c      2821          29316        4149        20                -           0.0000          -
55882.18/2825.64	c      2826         524580        2636        20                -           0.0000          -
55981.33/2830.68	c      2831         525656        2629        20                -           0.0000          -
56082.44/2835.76	c      2836         526863        2628        20                -           0.0000          -
56181.53/2840.79	c      2841         527966        2628        20                -           0.0000          -
56282.56/2845.81	c      2846          29482        4181        20                -           0.0000          -
56381.68/2850.85	c      2851          38562         420        20                -           0.0000          -
56482.75/2855.92	c      2856          38562         420        20                -           0.0000          -
56581.80/2860.96	c      2861          81060        1594        20                -           0.0000          -
56680.84/2866.01	c      2866          81214        1600        20                -           0.0000          -
56782.71/2871.13	c      2871          61885        4217        20                -           0.0000          -
56885.04/2876.22	c      2876          29801        4236        20                -           0.0000          -
56986.16/2881.31	c      2881         536160        2631        20                -           0.0000          -
57087.29/2886.42	c      2886          29889        4248        20                -           0.0000          -
57188.39/2891.51	c      2892         538043        2633        20                -           0.0000          -
57287.51/2896.57	c      2897         538985        2631        20                -           0.0000          -
57388.62/2901.69	c      2902         539926        2634        20                -           0.0000          -
57489.74/2906.71	c      2907          39436         434        20                -           0.0000          -
57590.77/2911.85	c      2912         541925        2626        20                -           0.0000          -
57691.74/2916.98	c      2917         542963        2632        20                -           0.0000          -
57793.58/2922.06	c      2922          82944        1629        20                -           0.0000          -
57892.86/2927.12	c      2927         545473        2628        20                -           0.0000          -
57994.09/2932.17	c      2932         546469        2634        20                -           0.0000          -
58094.11/2937.22	c      2937         547440        2635        20                -           0.0000          -
58193.25/2942.28	c      2942         548386        2630        20                -           0.0000          -
58294.36/2947.38	c      2947          30540        4337        20                -           0.0000          -
58397.45/2952.52	c      2953          30593        4344        20                -           0.0000          -
58496.58/2957.53	c      2958         551738        2625        20                -           0.0000          -
58595.62/2962.55	c      2963         552821        2632        20                -           0.0000          -
58696.70/2967.61	c      2968          64186        4368        20                -           0.0000          -
58797.78/2972.74	c      2973         554606        2625        20                -           0.0000          -
58898.88/2977.81	c      2978          40637         441        20                -           0.0000          -
58999.97/2982.93	c      2983          40637         441        20                -           0.0000          -
59099.07/2988.02	c      2988         557983        2628        20                -           0.0000          -
59198.20/2993.04	c      2993         559198        2625        20                -           0.0000          -
59300.11/2998.06	c      2998          85249        1678        20                -           0.0000          -
59401.44/3003.17	c      3003          40838         449        20                -           0.0000          -
59500.50/3008.18	c      3008          85557        1680        20                -           0.0000          -
59602.64/3013.31	c      3013         563315        2624        20                -           0.0000          -
59703.77/3018.44	c      3018         564501        2622        20                -           0.0000          -
59802.84/3023.47	c      3023          65449        4471        20                -           0.0000          -
59903.95/3028.52	c      3029          41267         472        20                -           0.0000          -
60003.11/3033.59	c      3034          41278         471        20                -           0.0000          -
60106.22/3038.72	c      3039          31461        4468        20                -           0.0000          -
60207.37/3043.84	c      3044          41292         473        20                -           0.0000          -
60306.52/3048.85	c      3049         570837        2631        20                -           0.0000          -
60407.56/3054.01	c      3054         571744        2632        20                -           0.0000          -
60511.37/3059.14	c      3059          41463         470        20                -           0.0000          -
60611.73/3064.23	c      3064         573433        2629        20                -           0.0000          -
60710.84/3069.25	c      3069         574323        2629        20                -           0.0000          -
60809.95/3074.28	c      3074          66638        4535        20                -           0.0000          -
60913.05/3079.40	c      3079         576340        2631        20                -           0.0000          -
61014.17/3084.51	c      3085         577423        2624        20                -           0.0000          -
61113.27/3089.52	c      3090          32049        4544        20                -           0.0000          -
61212.41/3094.55	c      3095          32103        4550        20                -           0.0000          -
61311.54/3099.59	c      3100          32149        4554        20                -           0.0000          -
61412.48/3104.67	c      3105         581559        2632        20                -           0.0000          -
61513.62/3109.73	c      3110          42213         482        20                -           0.0000          -
61612.77/3114.74	c      3115          32322        4571        20                -           0.0000          -
61713.89/3119.83	c      3120         584781        2632        20                -           0.0000          -
61815.01/3124.92	c      3125          89158        1702        20                -           0.0000          -
61916.88/3130.06	c      3130          42397         487        20                -           0.0000          -
62018.13/3135.16	c      3135          42397         487        20                -           0.0000          -
62117.10/3140.18	c      3140          89637        1693        20                -           0.0000          -
62219.42/3145.35	c      3145          89796        1698        20                -           0.0000          -
62320.54/3150.47	c      3150          42553         486        20                -           0.0000          -
62421.68/3155.55	c      3156          90122        1687        20                -           0.0000          -
62522.81/3160.66	c      3161          42572         487        20                -           0.0000          -
62623.96/3165.71	c      3166         594067        2622        20                -           0.0000          -
62723.08/3170.73	c      3171         595252        2635        20                -           0.0000          -
62824.18/3175.87	c      3176          32964        4675        20                -           0.0000          -
62925.31/3180.94	c      3181          42765         490        20                -           0.0000          -
63024.45/3185.95	c      3186         598202        2629        20                -           0.0000          -
63126.24/3191.05	c      3191          42901         488        20                -           0.0000          -
63227.59/3196.17	c      3196          33208        4703        20                -           0.0000          -
63329.69/3201.36	c      3201          69655        4675        20                -           0.0000          -
63430.78/3206.43	c      3206          91761        1673        20                -           0.0000          -
63531.91/3211.52	c      3212          91926        1672        20                -           0.0000          -
63633.00/3216.60	c      3217          92080        1678        20                -           0.0000          -
63732.14/3221.67	c      3222         604554        2631        20                -           0.0000          -
63833.25/3226.75	c      3227         605379        2630        20                -           0.0000          -
63934.28/3231.80	c      3232         606262        2625        20                -           0.0000          -
64033.36/3236.87	c      3237          43621         510        20                -           0.0000          -
64134.47/3241.95	c      3242          92853        1705        20                -           0.0000          -
64233.58/3247.00	c      3247         609647        2623        20                -           0.0000          -
64335.35/3252.05	c      3252         610699        2631        20                -           0.0000          -
64436.57/3257.18	c      3257          70946        4722        20                -           0.0000          -
64536.88/3262.26	c      3262          33976        4795        20                -           0.0000          -
64637.98/3267.33	c      3267          71183        4727        20                -           0.0000          -
64737.08/3272.39	c      3272          34082        4803        20                -           0.0000          -
64838.21/3277.41	c      3277         615860        2629        20                -           0.0000          -
64937.39/3282.46	c      3282          44220         529        20                -           0.0000          -
65038.55/3287.52	c      3288         618290        2624        20                -           0.0000          -
65137.68/3292.55	c      3293         619390        2620        20                -           0.0000          -
65238.81/3297.65	c      3298          34350        4835        20                -           0.0000          -
65337.91/3302.66	c      3303          72038        4746        20                -           0.0000          -
65437.05/3307.69	c      3308          34459        4852        20                -           0.0000          -
65540.16/3312.80	c      3313          94995        1755        20                -           0.0000          -
65641.28/3317.91	c      3318          95148        1756        20                -           0.0000          -
65740.42/3323.01	c      3323          95304        1754        20                -           0.0000          -
65842.18/3328.04	c      3328          44811         547        20                -           0.0000          -
65941.59/3333.09	c      3333          95623        1756        20                -           0.0000          -
66043.86/3338.23	c      3338          72854        4786        20                -           0.0000          -
66142.92/3343.25	c      3343          44941         550        20                -           0.0000          -
66244.05/3348.31	c      3348          73113        4795        20                -           0.0000          -
66345.29/3353.42	c      3353          45085         556        20                -           0.0000          -
66444.30/3358.48	c      3358          35020        4923        20                -           0.0000          -
66547.34/3363.64	c      3364         633101        2624        20                -           0.0000          -
66648.41/3368.77	c      3369         633967        2629        20                -           0.0000          -
66747.49/3373.78	c      3374         634939        2629        20                -           0.0000          -
66848.62/3378.89	c      3379         636053        2626        20                -           0.0000          -
66949.76/3384.01	c      3384          45572         564        20                -           0.0000          -
67051.58/3389.12	c      3389         638111        2631        20                -           0.0000          -
67152.70/3394.17	c      3394         639284        2622        20                -           0.0000          -
67253.09/3399.23	c      3399          74366        4838        20                -           0.0000          -
67352.11/3404.25	c      3404          74497        4845        20                -           0.0000          -
67451.26/3409.27	c      3409         642269        2632        20                -           0.0000          -
67552.38/3414.33	c      3414         643108        2632        20                -           0.0000          -
67655.43/3419.56	c      3420         644173        2623        20                -           0.0000          -
67756.52/3424.63	c      3425          35834        5025        20                -           0.0000          -
67855.68/3429.65	c      3430          46230         586        20                -           0.0000          -
67956.84/3434.76	c      3435          46230         586        20                -           0.0000          -
68057.85/3439.81	c      3440          75383        4869        20                -           0.0000          -
68156.98/3444.87	c      3445         649809        2617        20                -           0.0000          -
68258.12/3449.93	c      3450          46422         604        20                -           0.0000          -
68357.29/3454.96	c      3455         651810        2629        20                -           0.0000          -
68456.45/3460.03	c      3460          99532        1883        20                -           0.0000          -
68558.47/3465.07	c      3465          36263        5096        20                -           0.0000          -
68659.56/3470.15	c      3470         655494        2620        20                -           0.0000          -
68758.36/3475.16	c      3475          76259        4904        20                -           0.0000          -
68857.70/3480.17	c      3480          46813         619        20                -           0.0000          -
68958.12/3485.24	c      3485          76544        4908        20                -           0.0000          -
69059.18/3490.36	c      3490          76672        4907        20                -           0.0000          -
69160.32/3495.42	c      3495         660685        2627        20                -           0.0000          -
69259.45/3500.43	c      3500          36651        5148        20                -           0.0000          -
69358.54/3505.49	c      3505          47187         621        20                -           0.0000          -
69459.68/3510.57	c      3511          36763        5160        20                -           0.0000          -
69562.82/3515.74	c      3516          47276         626        20                -           0.0000          -
69663.96/3520.86	c      3521         666268        2628        20                -           0.0000          -
69765.09/3525.92	c      3526         667508        2630        20                -           0.0000          -
69864.22/3530.94	c      3531         668488        2627        20                -           0.0000          -
69963.37/3536.01	c      3536          47571         636        20                -           0.0000          -
70062.52/3541.02	c      3541          77920        4959        20                -           0.0000          -
70166.29/3546.16	c      3546          78044        4963        20                -           0.0000          -
70266.66/3551.28	c      3551          78167        4966        20                -           0.0000          -
70367.80/3556.34	c      3556          78290        4977        20                -           0.0000          -
70466.94/3561.35	c      3561          37334        5235        20                -           0.0000          -
70568.03/3566.43	c      3566          37377        5240        20                -           0.0000          -
70669.17/3571.60	c      3572          78642        4991        20                -           0.0000          -
70770.28/3576.63	c      3577          78762        4995        20                -           0.0000          -
70869.41/3581.65	c      3582         679700        2637        20                -           0.0000          -
70968.56/3586.66	c      3587         103490        1904        20                -           0.0000          -
71067.69/3591.68	c      3592          48887         684        20                -           0.0000          -
71168.77/3596.76	c      3597          49030         690        20                -           0.0000          -
71267.92/3601.78	c      3602          79328        5023        20                -           0.0000          -
71369.04/3606.88	c      3607          79443        5024        20                -           0.0000          -
71470.10/3611.93	c      3612          79566        5025        20                -           0.0000          -
71569.23/3617.00	c      3617          79698        5031        20                -           0.0000          -
71671.04/3622.11	c      3622          38036        5331        20                -           0.0000          -
71772.20/3627.18	c      3627          49699         691        20                -           0.0000          -
71871.44/3632.19	c      3632          80082        5039        20                -           0.0000          -
71971.55/3637.20	c      3637          38203        5354        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 (190986 MiB free)
  memory of node 1: 193494 MiB (191904 MiB free)
  memory of node 2: 193531 MiB (192360 MiB free)
  memory of node 3: 193531 MiB (190194 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-4465624-1722442415/watcher-4465624-1722442415 -o /tmp/evaluation-result-4465624-1722442415/solver-4465624-1722442415 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59011 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465624-1722442415.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100108 s]*
/proc/loadavg: 64.86 68.07 43.35 24/905 63358
/proc/meminfo: memFree=783733624/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=72996 memory=60692 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 13040 0 0 0 10 1 0 0 20 0 1 0 10824612 74747904 15173 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 18249 15173 2347 3035 0 14645 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 72996 KiB
Current children cumulated memory: 60692 KiB

[startup+0.218912 s]*
/proc/loadavg: 64.86 68.07 43.35 24/905 63358
/proc/meminfo: memFree=783613280/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=150880 memory=139476 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 33345 0 0 0 19 3 0 0 20 0 1 0 10824612 154501120 34869 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 37720 34869 2539 3035 0 34116 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 150880 KiB
Current children cumulated memory: 139476 KiB

[startup+0.319404 s]*
/proc/loadavg: 64.86 68.07 43.35 24/905 63358
/proc/meminfo: memFree=783493152/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=183276 memory=171112 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 41172 0 0 0 28 5 0 0 20 0 1 0 10824612 187674624 42778 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 45819 42778 2598 3035 0 42215 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 183276 KiB
Current children cumulated memory: 171112 KiB

[startup+0.700274 s]
/proc/loadavg: 64.86 68.07 43.35 24/905 63358
/proc/meminfo: memFree=783306196/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=244136 memory=231104 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 62382 0 0 0 60 8 0 0 20 0 1 0 10824612 249995264 57776 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 61034 57776 2694 3035 0 57430 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 244136 KiB
Current children cumulated memory: 231104 KiB

[startup+1.50025 s]
/proc/loadavg: 61.58 67.34 43.25 24/905 63358
/proc/meminfo: memFree=783132056/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=281388 memory=262916 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 69758 0 0 0 139 9 0 0 20 0 1 0 10824612 288141312 65729 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 70347 65729 2758 3035 0 66743 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 281388 KiB
Current children cumulated memory: 262916 KiB

[startup+3.1178 s]
/proc/loadavg: 61.58 67.34 43.25 24/905 63358
/proc/meminfo: memFree=783058048/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=306100 memory=275460 CPUtime=3.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) R 63354 63357 59001 0 -1 4194304 71876 0 0 0 300 10 0 0 20 0 1 0 10824612 313446400 68865 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 76525 68865 2758 3035 0 72921 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 306100 KiB
Current children cumulated memory: 275460 KiB

[startup+6.3005 s]
/proc/loadavg: 58.49 66.60 43.14 24/925 63378
/proc/meminfo: memFree=781756180/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=2965676 memory=1684092 CPUtime=6.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) S 63354 63357 59001 0 -1 1077936128 422030 0 0 0 570 58 0 0 20 0 21 0 10824612 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 741419 421023 2758 3035 0 465101 0
[pid=63357/tid=63359] ppid=63354 vsize=2965676 memory=1087500 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63359/stat : 63359 (fscip) S 63354 63357 59001 0 -1 1077936192 17966 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63360] ppid=63354 vsize=2965676 memory=11440 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63360/stat : 63360 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63361] ppid=63354 vsize=2965676 memory=4312 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63361/stat : 63361 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63362] ppid=63354 vsize=2965676 memory=273412 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63362/stat : 63362 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63363] ppid=63354 vsize=2965676 memory=15364 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63363/stat : 63363 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63364] ppid=63354 vsize=2965676 memory=29273809900535888 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63364/stat : 63364 (fscip) S 63354 63357 59001 0 -1 1077936192 17964 0 0 0 9 1 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63365] ppid=63354 vsize=2965676 memory=2492 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63365/stat : 63365 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63366] ppid=63354 vsize=2965676 memory=2316 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63366/stat : 63366 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 9 1 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63367] ppid=63354 vsize=2965676 memory=10544 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63367/stat : 63367 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63368] ppid=63354 vsize=2965676 memory=5512 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63368/stat : 63368 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63369] ppid=63354 vsize=2965676 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63369/stat : 63369 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 9 1 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63370] ppid=63354 vsize=2965676 memory=279452181776672 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63370/stat : 63370 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63371] ppid=63354 vsize=2965676 memory=170926136 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63371/stat : 63371 (fscip) S 63354 63357 59001 0 -1 1077936192 17964 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63372] ppid=63354 vsize=2965676 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63372/stat : 63372 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63373] ppid=63354 vsize=2965676 memory=33000 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63373/stat : 63373 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63374] ppid=63354 vsize=2965676 memory=1804 CPUtime=0.06 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63374/stat : 63374 (fscip) R 63354 63357 59001 0 -1 4194368 12159 0 0 0 5 1 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63375] ppid=63354 vsize=2965676 memory=6048 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63375/stat : 63375 (fscip) S 63354 63357 59001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63376] ppid=63354 vsize=2965676 memory=0 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63376/stat : 63376 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63377] ppid=63354 vsize=2965676 memory=2208 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63377/stat : 63377 (fscip) S 63354 63357 59001 0 -1 1077936192 17965 0 0 0 7 3 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63378] ppid=63354 vsize=2965676 memory=2036 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63378/stat : 63378 (fscip) S 63354 63357 59001 0 -1 1077936192 17964 0 0 0 8 2 0 0 20 0 21 0 10825021 3036852224 421023 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2965676 KiB
Current children cumulated memory: 1684092 KiB

[startup+12.7008 s]
/proc/loadavg: 57.17 66.19 43.13 43/945 63400
/proc/meminfo: memFree=777544040/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=7192828 memory=5932936 CPUtime=129.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) S 63354 63357 59001 0 -1 1077936128 1761427 0 0 0 12543 394 0 0 20 0 41 0 10824612 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
/proc/63357/statm: 1798207 1483234 2790 3035 0 1582998 0
[pid=63357/tid=63359] ppid=63354 vsize=7192828 memory=11440 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63359/stat : 63359 (fscip) R 63354 63357 59001 0 -1 4194368 69873 0 0 0 611 15 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63360] ppid=63354 vsize=7192828 memory=0 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63360/stat : 63360 (fscip) R 63354 63357 59001 0 -1 4194368 90943 0 0 0 605 21 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63361] ppid=63354 vsize=7192828 memory=0 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63361/stat : 63361 (fscip) R 63354 63357 59001 0 -1 4194368 84828 0 0 0 609 17 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63362] ppid=63354 vsize=7192828 memory=275460 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63362/stat : 63362 (fscip) R 63354 63357 59001 0 -1 4194368 75683 0 0 0 612 14 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63363] ppid=63354 vsize=7192828 memory=5424972 CPUtime=6.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63363/stat : 63363 (fscip) R 63354 63357 59001 0 -1 1077936192 92806 0 0 0 596 27 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63364] ppid=63354 vsize=7192828 memory=5683696 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63364/stat : 63364 (fscip) R 63354 63357 59001 0 -1 4194368 85089 0 0 0 612 14 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63365] ppid=63354 vsize=7192828 memory=279452182279856 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63365/stat : 63365 (fscip) R 63354 63357 59001 0 -1 4194368 75012 0 0 0 612 14 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63366] ppid=63354 vsize=7192828 memory=2955104 CPUtime=6.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63366/stat : 63366 (fscip) R 63354 63357 59001 0 -1 4194368 90166 0 0 0 586 22 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63367] ppid=63354 vsize=7192828 memory=40456 CPUtime=6.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63367/stat : 63367 (fscip) R 63354 63357 59001 0 -1 4194368 90762 0 0 0 613 15 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63368] ppid=63354 vsize=7192828 memory=15364 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63368/stat : 63368 (fscip) R 63354 63357 59001 0 -1 4194368 78216 0 0 0 611 16 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63369] ppid=63354 vsize=7192828 memory=29273809900535888 CPUtime=6.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63369/stat : 63369 (fscip) R 63354 63357 59001 0 -1 4194368 86454 0 0 0 601 24 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63370] ppid=63354 vsize=7192828 memory=2208 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63370/stat : 63370 (fscip) R 63354 63357 59001 0 -1 4194368 84379 0 0 0 611 16 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63371] ppid=63354 vsize=7192828 memory=2036 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63371/stat : 63371 (fscip) R 63354 63357 59001 0 -1 4194368 70033 0 0 0 612 15 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63372] ppid=63354 vsize=7192828 memory=2492 CPUtime=6.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63372/stat : 63372 (fscip) R 63354 63357 59001 0 -1 4194368 93405 0 0 0 597 27 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63373] ppid=63354 vsize=7192828 memory=2316 CPUtime=6.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63373/stat : 63373 (fscip) R 63354 63357 59001 0 -1 4194368 86968 0 0 0 612 16 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63374] ppid=63354 vsize=7192828 memory=279452181776672 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63374/stat : 63374 (fscip) R 63354 63357 59001 0 -1 4194368 75134 0 0 0 611 15 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63375] ppid=63354 vsize=7192828 memory=170926136 CPUtime=6.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63375/stat : 63375 (fscip) R 63354 63357 59001 0 -1 1077936192 94552 0 0 0 594 29 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63376] ppid=63354 vsize=7192828 memory=0 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63376/stat : 63376 (fscip) R 63354 63357 59001 0 -1 4194368 84089 0 0 0 611 16 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63377] ppid=63354 vsize=7192828 memory=279452181589264 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63377/stat : 63377 (fscip) R 63354 63357 59001 0 -1 4194368 76600 0 0 0 610 17 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63378] ppid=63354 vsize=7192828 memory=10374560614145 CPUtime=6.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63378/stat : 63378 (fscip) R 63354 63357 59001 0 -1 4194368 89922 0 0 0 599 23 0 0 20 0 41 0 10825021 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63379] ppid=63354 vsize=7192828 memory=11396762830593 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63379/stat : 63379 (fscip) S 63354 63357 59001 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 10825257 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63380] ppid=63354 vsize=7192828 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63380/stat : 63380 (fscip) S 63354 63357 59001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 10825257 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63381] ppid=63354 vsize=7192828 memory=139726090753424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63381/stat : 63381 (fscip) S 63354 63357 59001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 10825257 7365455872 1483234 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0

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

/proc/63357/task/63366/stat : 63366 (fscip) D 63354 63357 59001 0 -1 1077937220 3809944 0 0 0 359470 560 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63367] ppid=63354 vsize=20551320 memory=11856 CPUtime=3599.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63367/stat : 63367 (fscip) D 63354 63357 59001 0 -1 1077937220 1454577 0 0 0 359451 498 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63368] ppid=63354 vsize=20551320 memory=11924 CPUtime=3602.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63368/stat : 63368 (fscip) D 63354 63357 59001 0 -1 1077937220 2647469 0 0 0 359665 542 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63369] ppid=63354 vsize=20551320 memory=2600 CPUtime=3598.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63369/stat : 63369 (fscip) D 63354 63357 59001 0 -1 1077937220 3930306 0 0 0 359287 585 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63370] ppid=63354 vsize=20551320 memory=6812 CPUtime=3595.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63370/stat : 63370 (fscip) D 63354 63357 59001 0 -1 1077937220 1475162 0 0 0 359149 439 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63371] ppid=63354 vsize=20551320 memory=18076336 CPUtime=3600.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63371/stat : 63371 (fscip) D 63354 63357 59001 0 -1 1077937220 2986426 0 0 0 359489 559 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63372] ppid=63354 vsize=20551320 memory=2680 CPUtime=3602.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63372/stat : 63372 (fscip) D 63354 63357 59001 0 -1 1077937220 4119840 0 0 0 359698 569 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63373] ppid=63354 vsize=20551320 memory=6740 CPUtime=3603.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63373/stat : 63373 (fscip) D 63354 63357 59001 0 -1 1077937220 1556072 0 0 0 359958 407 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63374] ppid=63354 vsize=20551320 memory=11844696 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63374/stat : 63374 (fscip) D 63354 63357 59001 0 -1 1077937220 2829945 0 0 0 359390 487 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63375] ppid=63354 vsize=20551320 memory=2792 CPUtime=3603.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63375/stat : 63375 (fscip) D 63354 63357 59001 0 -1 1077937220 3772253 0 0 0 359868 449 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63376] ppid=63354 vsize=20551320 memory=6848 CPUtime=3600.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63376/stat : 63376 (fscip) D 63354 63357 59001 0 -1 1077937220 1730734 0 0 0 359575 451 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63377] ppid=63354 vsize=20551320 memory=12936800 CPUtime=3593.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63377/stat : 63377 (fscip) D 63354 63357 59001 0 -1 1077937220 2885554 0 0 0 358816 565 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63378] ppid=63354 vsize=20551320 memory=2724 CPUtime=3598.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63378/stat : 63378 (fscip) R 63354 63357 59001 0 -1 4195904 3815506 0 0 0 359090 734 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 140308461379152 4773868 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63379] ppid=63354 vsize=20551320 memory=12921628 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63379/stat : 63379 (fscip) D 63354 63357 59001 0 -1 1077937220 63 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63380] ppid=63354 vsize=20551320 memory=2724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63380/stat : 63380 (fscip) D 63354 63357 59001 0 -1 1077937220 65 0 0 0 2 1 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63381] ppid=63354 vsize=20551320 memory=18076336 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63381/stat : 63381 (fscip) D 63354 63357 59001 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63382] ppid=63354 vsize=20551320 memory=5839280 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63382/stat : 63382 (fscip) D 63354 63357 59001 0 -1 1077937220 113 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63383] ppid=63354 vsize=20551320 memory=-7018693462330532735 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63383/stat : 63383 (fscip) D 63354 63357 59001 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63384] ppid=63354 vsize=20551320 memory=4137289216885943962 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63384/stat : 63384 (fscip) D 63354 63357 59001 0 -1 1077937220 123 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63385] ppid=63354 vsize=20551320 memory=20176 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63385/stat : 63385 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63386] ppid=63354 vsize=20551320 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63386/stat : 63386 (fscip) D 63354 63357 59001 0 -1 1077937220 113 0 0 0 0 3 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63387] ppid=63354 vsize=20551320 memory=18076336 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63387/stat : 63387 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63388] ppid=63354 vsize=20551320 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63388/stat : 63388 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 1 2 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63389] ppid=63354 vsize=20551320 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63389/stat : 63389 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63390] ppid=63354 vsize=20551320 memory=28152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63390/stat : 63390 (fscip) D 63354 63357 59001 0 -1 1077937220 125 0 0 0 0 3 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63391] ppid=63354 vsize=20551320 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63391/stat : 63391 (fscip) D 63354 63357 59001 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63392] ppid=63354 vsize=20551320 memory=0 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63392/stat : 63392 (fscip) D 63354 63357 59001 0 -1 1077937220 126 0 0 0 4 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63393] ppid=63354 vsize=20551320 memory=29273809900535888 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63393/stat : 63393 (fscip) D 63354 63357 59001 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63394] ppid=63354 vsize=20551320 memory=2724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63394/stat : 63394 (fscip) D 63354 63357 59001 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63395] ppid=63354 vsize=20551320 memory=6532 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63395/stat : 63395 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63396] ppid=63354 vsize=20551320 memory=5864492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63396/stat : 63396 (fscip) D 63354 63357 59001 0 -1 1077937220 121 0 0 0 2 1 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63397] ppid=63354 vsize=20551320 memory=11612 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63397/stat : 63397 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63398] ppid=63354 vsize=20551320 memory=7620 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63398/stat : 63398 (fscip) D 63354 63357 59001 0 -1 1077937220 132 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
Current children cumulated CPU time: 72002.3 s
Current children cumulated vsize: 20551320 KiB
Current children cumulated memory: 18076336 KiB

[startup+3640.7 s]
/proc/loadavg: 80.37 80.42 79.63 63/1026 66035
/proc/meminfo: memFree=736632012/790760804 swapFree=131071996/131071996
[pid=63357] ppid=63354 vsize=20551320 memory=18076336 CPUtime=72002.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/stat : 63357 (fscip) D 63354 63357 59001 0 -1 1077937156 56223765 0 0 0 7189710 10527 0 0 20 0 41 0 10824612 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
/proc/63357/statm: 5137830 4519084 3014 3035 0 5001240 0
[pid=63357/tid=63359] ppid=63354 vsize=20551320 memory=3300 CPUtime=3598.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63359/stat : 63359 (fscip) D 63354 63357 59001 0 -1 1077937220 2671961 0 0 0 359299 526 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63360] ppid=63354 vsize=20551320 memory=0 CPUtime=3603.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63360/stat : 63360 (fscip) D 63354 63357 59001 0 -1 1077937220 3962020 0 0 0 359765 583 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63361] ppid=63354 vsize=20551320 memory=18076120 CPUtime=3601.29 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63361/stat : 63361 (fscip) D 63354 63357 59001 0 -1 1077937220 1473979 0 0 0 359645 484 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63362] ppid=63354 vsize=20551320 memory=18076304 CPUtime=3605.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63362/stat : 63362 (fscip) D 63354 63357 59001 0 -1 1077937220 2589280 0 0 0 360026 500 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63363] ppid=63354 vsize=20551320 memory=0 CPUtime=3602.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63363/stat : 63363 (fscip) D 63354 63357 59001 0 -1 1077937220 3903209 0 0 0 359699 552 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63364] ppid=63354 vsize=20551320 memory=18073028 CPUtime=3586.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63364/stat : 63364 (fscip) D 63354 63357 59001 0 -1 1077937220 1666912 0 0 0 358244 416 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63365] ppid=63354 vsize=20551320 memory=18076328 CPUtime=3600.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63365/stat : 63365 (fscip) D 63354 63357 59001 0 -1 1077937220 2852666 0 0 0 359539 499 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63366] ppid=63354 vsize=20551320 memory=18076308 CPUtime=3600.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63366/stat : 63366 (fscip) D 63354 63357 59001 0 -1 1077937220 3809944 0 0 0 359470 560 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63367] ppid=63354 vsize=20551320 memory=279452182612544 CPUtime=3599.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63367/stat : 63367 (fscip) D 63354 63357 59001 0 -1 1077937220 1454577 0 0 0 359451 498 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63368] ppid=63354 vsize=20551320 memory=544438644502312 CPUtime=3602.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63368/stat : 63368 (fscip) D 63354 63357 59001 0 -1 1077937220 2647469 0 0 0 359665 542 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63369] ppid=63354 vsize=20551320 memory=11440 CPUtime=3598.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63369/stat : 63369 (fscip) D 63354 63357 59001 0 -1 1077937220 3930306 0 0 0 359287 585 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63370] ppid=63354 vsize=20551320 memory=279452183618880 CPUtime=3595.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63370/stat : 63370 (fscip) D 63354 63357 59001 0 -1 1077937220 1475162 0 0 0 359149 439 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63371] ppid=63354 vsize=20551320 memory=11840 CPUtime=3600.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63371/stat : 63371 (fscip) D 63354 63357 59001 0 -1 1077937220 2986426 0 0 0 359489 559 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63372] ppid=63354 vsize=20551320 memory=279452181948720 CPUtime=3602.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63372/stat : 63372 (fscip) D 63354 63357 59001 0 -1 1077937220 4119840 0 0 0 359698 569 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63373] ppid=63354 vsize=20551320 memory=104 CPUtime=3603.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63373/stat : 63373 (fscip) D 63354 63357 59001 0 -1 1077937220 1556072 0 0 0 359958 407 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63374] ppid=63354 vsize=20551320 memory=-7451601976511521403 CPUtime=3598.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63374/stat : 63374 (fscip) D 63354 63357 59001 0 -1 1077937220 2829945 0 0 0 359390 487 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63375] ppid=63354 vsize=20551320 memory=12451700 CPUtime=3603.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63375/stat : 63375 (fscip) D 63354 63357 59001 0 -1 1077937220 3772253 0 0 0 359868 449 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63376] ppid=63354 vsize=20551320 memory=7312 CPUtime=3600.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63376/stat : 63376 (fscip) D 63354 63357 59001 0 -1 1077937220 1730734 0 0 0 359575 451 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63377] ppid=63354 vsize=20551320 memory=26988 CPUtime=3593.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63377/stat : 63377 (fscip) D 63354 63357 59001 0 -1 1077937220 2885554 0 0 0 358816 565 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63378] ppid=63354 vsize=20551320 memory=544438644502312 CPUtime=3598.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63378/stat : 63378 (fscip) R 63354 63357 59001 0 -1 4195904 3815506 0 0 0 359090 743 0 0 20 0 41 0 10825021 21044551680 4519084 809668444160 4194304 16623229 140726468539200 140308461379152 4773868 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 0
[pid=63357/tid=63379] ppid=63354 vsize=20551320 memory=25462 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63379/stat : 63379 (fscip) D 63354 63357 59001 0 -1 1077937220 63 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63380] ppid=63354 vsize=20551320 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63380/stat : 63380 (fscip) D 63354 63357 59001 0 -1 1077937220 65 0 0 0 2 1 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63381] ppid=63354 vsize=20551320 memory=7593172761248557663 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63381/stat : 63381 (fscip) D 63354 63357 59001 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63382] ppid=63354 vsize=20551320 memory=10544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63382/stat : 63382 (fscip) D 63354 63357 59001 0 -1 1077937220 113 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63383] ppid=63354 vsize=20551320 memory=5512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63383/stat : 63383 (fscip) D 63354 63357 59001 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63384] ppid=63354 vsize=20551320 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63384/stat : 63384 (fscip) D 63354 63357 59001 0 -1 1077937220 123 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63385] ppid=63354 vsize=20551320 memory=734394040047371018 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63385/stat : 63385 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63386] ppid=63354 vsize=20551320 memory=7681627321357212288 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63386/stat : 63386 (fscip) D 63354 63357 59001 0 -1 1077937220 113 0 0 0 0 3 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63387] ppid=63354 vsize=20551320 memory=33660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63387/stat : 63387 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63388] ppid=63354 vsize=20551320 memory=104 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63388/stat : 63388 (fscip) D 63354 63357 59001 0 -1 1077937220 118 0 0 0 1 2 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63389] ppid=63354 vsize=20551320 memory=25932 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63389/stat : 63389 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63390] ppid=63354 vsize=20551320 memory=18076220 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63390/stat : 63390 (fscip) D 63354 63357 59001 0 -1 1077937220 125 0 0 0 0 3 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63391] ppid=63354 vsize=20551320 memory=11440 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63391/stat : 63391 (fscip) D 63354 63357 59001 0 -1 1077937220 110 0 0 0 3 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63392] ppid=63354 vsize=20551320 memory=18076252 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63392/stat : 63392 (fscip) D 63354 63357 59001 0 -1 1077937220 126 0 0 0 4 0 0 0 20 0 41 0 10825257 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63393] ppid=63354 vsize=20551320 memory=18076336 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63393/stat : 63393 (fscip) D 63354 63357 59001 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63394] ppid=63354 vsize=20551320 memory=18076336 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63394/stat : 63394 (fscip) D 63354 63357 59001 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63395] ppid=63354 vsize=20551320 memory=11612 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63395/stat : 63395 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63396] ppid=63354 vsize=20551320 memory=20660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63396/stat : 63396 (fscip) D 63354 63357 59001 0 -1 1077937220 121 0 0 0 2 1 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63397] ppid=63354 vsize=20551320 memory=6952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63397/stat : 63397 (fscip) D 63354 63357 59001 0 -1 1077937220 112 0 0 0 3 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
[pid=63357/tid=63398] ppid=63354 vsize=20551320 memory=18076336 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/63357/task/63398/stat : 63398 (fscip) D 63354 63357 59001 0 -1 1077937220 132 0 0 0 4 0 0 0 20 0 41 0 10825258 21044551680 4519084 809668444160 4194304 16623229 140726468539200 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56115200 140726468547594 140726468547712 140726468547712 140726468554736 24
Current children cumulated CPU time: 72002.4 s
Current children cumulated vsize: 20551320 KiB
Current children cumulated memory: 18076336 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3641.26
CPU time (s): 72002.9
CPU user time (s): 71897.1
CPU system time (s): 105.839
CPU usage (%): 1977.42
Max. virtual memory (cumulated for all children) (KiB): 20616856
Max. memory (cumulated for all children) (KiB): 18076336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71897.1
system time used= 105.839
maximum resident set size= 18076336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56223765
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= 1774518
involuntary context switches= 240493


# summary of solver processes directly reported to runsolver:
#   pid: 63357
#   total CPU time (s): 72002.9
#   total CPU user time (s): 71897.1
#   total CPU system time (s): 105.839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.5369 second user time and 92.7237 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 18:13:35
IDJOB=4465624
IDBENCH=147852
IDSOLVER=3094
FILE ID=nodeD105/4465624-1722442415
RUNJOBID= nodeD105-1722441596-59011
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-65-60.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-4465624-1722442415/watcher-4465624-1722442415 -o /tmp/evaluation-result-4465624-1722442415/solver-4465624-1722442415 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59011 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465624-1722442415.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a13dda9504d679e5c6e2bc0e517e2ba2
RANDOM SEED=1477508106

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		: 3179.048
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		: 2603.337
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		: 3403.841
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		: 3014.412
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		: 2684.591
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		: 2617.559
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		: 2600.299
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		: 3014.351
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		: 1922.912
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		: 2607.836
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		: 2602.583
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		: 3011.690
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		: 2627.108
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		: 2615.189
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		: 2607.169
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		: 3014.113
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		: 3621.202
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		: 2688.790
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		: 2609.094
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		: 3014.040
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		: 3533.951
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		: 3646.662
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		: 2609.727
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		: 3010.399
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		: 2764.927
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		: 3149.888
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.077
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		: 3013.920
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		: 2615.431
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		: 3206.604
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		: 2634.967
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		: 2980.692
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		: 2448.821
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		: 3705.081
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		: 2627.493
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		: 3008.569
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		: 2557.500
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		: 2614.060
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		: 2632.343
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		: 3014.027
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		: 2818.762
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2632.235
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		: 3890.700
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		: 3014.053
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		: 3525.923
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		: 3857.015
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		: 2632.471
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		: 3012.832
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		: 3394.807
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		: 2634.865
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		: 2629.596
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		: 3014.090
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		: 3451.609
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		: 2636.457
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		: 2635.625
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		: 3007.486
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		: 3596.788
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		: 2639.000
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		: 2636.060
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		: 3014.105
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		: 2633.412
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		: 2644.551
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		: 2633.937
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		: 3014.102
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		: 2621.865
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		: 2624.134
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		: 2620.003
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		: 3009.097
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		: 1514.148
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		: 2641.918
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		: 2649.097
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		: 3013.927
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		: 2795.455
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		: 2733.460
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		: 2637.361
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		: 3013.802
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		: 2652.002
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		: 3896.891
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		: 3754.644
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		: 3013.672
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:        783831656 kB
MemAvailable:   781734868 kB
Buffers:          128444 kB
Cached:           570752 kB
SwapCached:            0 kB
Active:           292868 kB
Inactive:        4316496 kB
Active(anon):       2152 kB
Inactive(anon):  3930608 kB
Active(file):     290716 kB
Inactive(file):   385888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             67360 kB
Writeback:             0 kB
AnonPages:       3910528 kB
Mapped:           121152 kB
Shmem:             22536 kB
KReclaimable:     117488 kB
Slab:             446792 kB
SReclaimable:     117488 kB
SUnreclaim:       329304 kB
KernelStack:       15536 kB
PageTables:        17548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1997844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188160 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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:      464896 kB
DirectMap2M:    53510144 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-07-31 19:14:16