Trace number 4465909

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) 72001.8 3642.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-stp3d.0.s.opb
MD5SUM3669957ef10a08034abaee305bfecedd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159489
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24452
Minimum length of a constraint2
Maximum length of a constraint75648
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 3258328
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 503258152
Number of bits of the biggest sum of numbers29
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)
1.01/1.07	c Default LC presolving (default).
1.01/1.07	c ** Before presolving: virtualMemUsedAtLc = 969836496, getVmSize() = 678965248, SCIPgetMemUsed() = 630135842, SCIPgetMemTotal() = 637336602, SCIPgetMemExternEstim() = 332499894
1.01/1.07	c ** set memory limit for presolving in LC to 8.79304e+12 for SCIP **
5.08/5.19	c ** Estimated virtualMemUsedAtSolver = 886943778, getVmSize() = 1164996608, SCIPgetMemUsed() = 784447158, SCIPgetMemTotal() = 997915774, SCIPgetMemExternEstim() = 332499894
5.08/5.19	c ** set memory limit for solvers to 4.18582e+11 for each SCIP **
5.08/5.19	c Original Problem   :
5.08/5.19	c   Problem name     : instance-4465909-1722591153
5.08/5.19	c   Variables        : 204880 (204880 binary, 0 integer, 0 implicit integer, 0 continuous)
5.08/5.19	c   Constraints      : 159489
5.08/5.19	c   Objective sense  : minimize
5.08/5.19	c Presolved Problem  :
5.08/5.19	c   Variables        : 136907 (136907 binary, 0 integer, 0 implicit integer, 0 continuous)
5.08/5.19	c   Constraints      : 97473
5.08/5.19	c Constraints        : Number
5.08/5.19	c   knapsack         : 2 
5.08/5.19	c   setppc           : 73321 
5.08/5.19	c   linear           : 24150 
5.08/5.19	c ** Instance transfer method used: 0
5.47/5.55	c ** ParaScipInstance copy does not increase the number of variables. **
11.59/11.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
11.59/11.57	c                                Nodes    Active                                            
11.59/11.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
471.57/35.00	c        35              2           1        20                -           0.0000          -
573.47/40.09	c        40             41          40        20                -           0.0000          -
712.03/47.13	c        47             62          61        20                -           0.0000          -
812.97/52.19	c        52            101         100        20                -           0.0000          -
950.05/59.10	c        59            122         121        20                -           0.0000          -
1086.08/65.92	c        66            142         141        20                -           0.0000          -
1193.16/71.31	c        71             22          21        20                -           0.0000          -
1302.02/76.83	c        77             22          21        20                -           0.0000          -
1415.08/82.50	c        82             82          81        20                -           0.0000          -
1518.26/87.71	c        88            122         121        20                -           0.0000          -
1631.35/93.41	c        93            122         121        20                -           0.0000          -
1734.51/98.67	c        99            162         161        20                -           0.0000          -
1845.60/104.25	c       104            222         221        20                -           0.0000          -
1946.86/109.37	c       109            262         261        20                -           0.0000          -
2057.77/114.90	c       115            262         261        20                -           0.0000          -
2161.40/120.16	c       120            302         301        20                -           0.0000          -
2264.05/125.33	c       125            362         361        20                -           0.0000          -
2367.23/130.52	c       131            402         401        20                -           0.0000          -
2477.02/136.07	c       136            402         401        20                -           0.0000          -
2581.57/141.30	c       141            442         441        20                -           0.0000          -
2682.83/146.42	c       146            482         481        20                -           0.0000          -
2796.61/152.18	c       152            542         541        20                -           0.0000          -
2899.20/157.38	c       157            582         581        20                -           0.0000          -
3000.44/162.41	c       162            582         581        20                -           0.0000          -
3105.60/167.76	c       168            622         621        20                -           0.0000          -
3224.65/173.70	c       174            682         681        20                -           0.0000          -
3327.85/178.92	c       179            682         681        20                -           0.0000          -
3446.93/185.01	c       185            722         721        20                -           0.0000          -
3568.65/191.10	c       191            762         761        20                -           0.0000          -
3689.80/197.16	c       197            802         801        20                -           0.0000          -
3808.66/203.17	c       203            842         841        20                -           0.0000          -
3927.76/209.19	c       209            882         881        20                -           0.0000          -
4036.14/214.65	c       215            922         921        20                -           0.0000          -
4147.25/220.22	c       220            962         961        20                -           0.0000          -
4256.38/225.77	c       226           1002        1001        20                -           0.0000          -
4359.75/230.91	c       231           1280         971        20                -           0.0000          -
4458.39/235.94	c       236           1071          21        20                -           0.0000          -
4571.34/241.69	c       242           1071          21        20                -           0.0000          -
4674.33/246.86	c       247           1111          61        20                -           0.0000          -
4773.43/251.88	c       252           1151         101        20                -           0.0000          -
4882.53/257.36	c       257           1211         161        20                -           0.0000          -
4985.85/262.57	c       263           1211         161        20                -           0.0000          -
5088.90/267.78	c       268           1251         201        20                -           0.0000          -
5200.02/273.36	c       273           3163         340        20                -           0.0000          -
5301.22/278.49	c       278           1351         301        20                -           0.0000          -
5420.29/284.46	c       284           1391         341        20                -           0.0000          -
5529.46/289.93	c       290           1431         381        20                -           0.0000          -
5654.49/296.28	c       296           1471         421        20                -           0.0000          -
5777.55/302.45	c       302           1511         461        20                -           0.0000          -
5896.64/308.45	c       308           4255          80        20                -           0.0000          -
6013.75/314.37	c       314           4295         120        20                -           0.0000          -
6130.84/320.28	c       320           4335         160        20                -           0.0000          -
6248.51/326.19	c       326           4375         200        20                -           0.0000          -
6368.86/332.29	c       332           4415         240        20                -           0.0000          -
6491.88/338.42	c       338           4455         280        20                -           0.0000          -
6612.97/344.53	c       345           1751         701        20                -           0.0000          -
6734.01/350.64	c       351           1791         741        20                -           0.0000          -
6850.91/356.50	c       356           1871         821        20                -           0.0000          -
6964.01/362.30	c       362           1911         861        20                -           0.0000          -
7079.70/368.10	c       368           1951         901        20                -           0.0000          -
7194.11/373.88	c       374           1991         941        20                -           0.0000          -
7295.32/378.96	c       379           2031         981        20                -           0.0000          -
7397.37/384.11	c       384           4755         580        20                -           0.0000          -
7498.41/389.15	c       389           2051        1001        20                -           0.0000          -
7598.87/394.24	c       394           2131        1081        20                -           0.0000          -
7709.98/399.86	c       400           4855         680        20                -           0.0000          -
7811.17/404.92	c       405           4895         720        20                -           0.0000          -
7912.92/410.05	c       410           2191        1141        20                -           0.0000          -
8029.30/415.93	c       416           2271        1221        20                -           0.0000          -
8148.25/421.98	c       422           2311        1261        20                -           0.0000          -
8267.20/427.96	c       428           2351        1301        20                -           0.0000          -
8385.96/433.99	c       434           2391        1341        20                -           0.0000          -
8507.62/440.05	c       440           2431        1381        20                -           0.0000          -
8626.66/446.11	c       446           2471        1421        20                -           0.0000          -
8747.57/452.18	c       452           2511        1461        20                -           0.0000          -
8867.80/458.23	c       458           2551        1501        20                -           0.0000          -
8988.52/464.35	c       464           2591        1541        20                -           0.0000          -
9089.76/469.45	c       469           2631        1581        20                -           0.0000          -
9192.94/474.64	c       475           5335        1160        20                -           0.0000          -
9302.97/480.15	c       480           2651        1601        20                -           0.0000          -
9405.30/485.30	c       485           2731        1681        20                -           0.0000          -
9530.21/491.62	c       492           5435        1260        20                -           0.0000          -
9651.12/497.71	c       498           5475        1300        20                -           0.0000          -
9764.17/503.47	c       503           5515        1340        20                -           0.0000          -
9863.37/508.49	c       508           2911        1861        20                -           0.0000          -
9966.12/513.66	c       514           5575        1400        20                -           0.0000          -
10080.71/519.42	c       519           2911        1861        20                -           0.0000          -
10181.82/524.54	c       525           3012        1960        20                -           0.0000          -
10282.94/529.68	c       530           2971        1921        20                -           0.0000          -
10386.03/534.84	c       535           3072        2020        20                -           0.0000          -
10504.92/540.82	c       541           5735        1560        20                -           0.0000          -
10619.91/546.62	c       547           3071        2021        20                -           0.0000          -
10724.99/551.94	c       552           3172        2120        20                -           0.0000          -
10826.86/557.07	c       557           5835        1660        20                -           0.0000          -
10948.54/563.28	c       563           5875        1700        20                -           0.0000          -
11049.61/568.32	c       568           3211        2161        20                -           0.0000          -
11168.60/574.32	c       574           5935        1760        20                -           0.0000          -
11295.52/580.70	c       581           3352        2300        20                -           0.0000          -
11394.64/585.73	c       586           3392        2340        20                -           0.0000          -
11493.74/590.79	c       591           6035        1860        20                -           0.0000          -
11604.73/596.31	c       596           3452        2400        20                -           0.0000          -
11707.80/601.51	c       602           3411        2361        20                -           0.0000          -
11810.89/606.74	c       607           3451        2401        20                -           0.0000          -
11922.02/612.37	c       612           3552        2500        20                -           0.0000          -
12028.90/617.75	c       618           6195        2020        20                -           0.0000          -
12139.87/623.32	c       623           3551        2501        20                -           0.0000          -
12238.89/628.34	c       628           6255        2080        20                -           0.0000          -
12352.70/634.14	c       634           3732        2680        20                -           0.0000          -
12457.01/639.33	c       639           3651        2601        20                -           0.0000          -
12562.12/644.66	c       645           6355        2180        20                -           0.0000          -
12667.23/649.97	c       650           3832        2780        20                -           0.0000          -
12770.95/655.14	c       655           6415        2240        20                -           0.0000          -
12871.19/660.25	c       660           3892        2840        20                -           0.0000          -
12976.25/665.51	c       666           6475        2300        20                -           0.0000          -
13077.36/670.61	c       671           3851        2801        20                -           0.0000          -
13185.04/676.11	c       676           3992        2940        20                -           0.0000          -
13311.24/682.46	c       682           6575        2400        20                -           0.0000          -
13434.15/688.69	c       689           4072        3020        20                -           0.0000          -
13559.03/694.94	c       695           4112        3060        20                -           0.0000          -
13660.73/700.06	c       700           4152        3100        20                -           0.0000          -
13771.03/705.70	c       706           6715        2540        20                -           0.0000          -
13872.13/710.78	c       711           4111        3061        20                -           0.0000          -
13981.16/716.28	c       716           6775        2600        20                -           0.0000          -
14098.75/722.14	c       722           6815        2640        20                -           0.0000          -
14197.82/727.16	c       727           4211        3161        20                -           0.0000          -
14308.33/732.74	c       733           4251        3201        20                -           0.0000          -
14414.13/738.07	c       738           6915        2740        20                -           0.0000          -
14535.08/744.17	c       744           6955        2780        20                -           0.0000          -
14655.32/750.24	c       750           4371        3321        20                -           0.0000          -
14760.40/755.57	c       756           4572        3520        20                -           0.0000          -
14861.53/760.60	c       761           4431        3381        20                -           0.0000          -
14962.65/765.78	c       766           4471        3421        20                -           0.0000          -
15075.65/771.49	c       771           7115        2940        20                -           0.0000          -
15196.59/777.54	c       778           7155        2980        20                -           0.0000          -
15317.52/783.60	c       784           7195        3020        20                -           0.0000          -
15436.47/789.62	c       790           7235        3060        20                -           0.0000          -
15537.51/794.73	c       795           4832        3780        20                -           0.0000          -
15640.43/799.94	c       800           4691        3641        20                -           0.0000          -
15755.21/805.74	c       806           4731        3681        20                -           0.0000          -
15858.31/810.96	c       811           4771        3721        20                -           0.0000          -
15967.34/816.46	c       816           7395        3220        20                -           0.0000          -
16066.54/821.47	c       821           4831        3781        20                -           0.0000          -
16175.51/826.97	c       827           7455        3280        20                -           0.0000          -
16294.47/832.95	c       833           7495        3320        20                -           0.0000          -
16409.46/838.70	c       839           7535        3360        20                -           0.0000          -
16522.46/844.42	c       844           4991        3941        20                -           0.0000          -
16629.38/849.89	c       850           5212        4160        20                -           0.0000          -
16733.02/855.03	c       855           5051        4001        20                -           0.0000          -
16832.20/860.05	c       860           5272        4220        20                -           0.0000          -
16951.04/866.04	c       866           5312        4260        20                -           0.0000          -
17073.27/872.23	c       872           7735        3560        20                -           0.0000          -
17189.11/878.12	c       878           5392        4340        20                -           0.0000          -
17307.88/884.03	c       884           7815        3640        20                -           0.0000          -
17420.22/889.79	c       890           7855        3680        20                -           0.0000          -
17521.34/894.81	c       895           7875        3700        20                -           0.0000          -
17636.34/900.66	c       901           5351        4301        20                -           0.0000          -
17761.24/906.92	c       907           5592        4540        20                -           0.0000          -
17880.20/913.04	c       913           5632        4580        20                -           0.0000          -
17985.25/918.20	c       918           5672        4620        20                -           0.0000          -
18086.25/923.35	c       923           8055        3880        20                -           0.0000          -
18205.21/929.32	c       929           5752        4700        20                -           0.0000          -
18304.34/934.35	c       934           5792        4740        20                -           0.0000          -
18415.38/939.92	c       940           8155        3980        20                -           0.0000          -
18532.22/945.88	c       946           8195        4020        20                -           0.0000          -
18651.19/951.81	c       952           5912        4860        20                -           0.0000          -
18768.16/957.71	c       958           5952        4900        20                -           0.0000          -
18876.03/963.17	c       963           5771        4721        20                -           0.0000          -
19002.11/969.52	c       970           8335        4160        20                -           0.0000          -
19119.02/975.40	c       975           6072        5020        20                -           0.0000          -
19226.09/980.89	c       981           5891        4841        20                -           0.0000          -
19346.70/986.91	c       987           5931        4881        20                -           0.0000          -
19445.82/991.92	c       992           8475        4300        20                -           0.0000          -
19544.95/996.94	c       997           8515        4340        20                -           0.0000          -
19654.02/1002.46	c      1002           6312        5260        20                -           0.0000          -
19761.08/1007.85	c      1008           6352        5300        20                -           0.0000          -
19862.19/1012.97	c      1013           6392        5340        20                -           0.0000          -
19961.26/1018.01	c      1018           6432        5380        20                -           0.0000          -
20070.29/1023.42	c      1023           8675        4500        20                -           0.0000          -
20175.39/1028.79	c      1029           6313        5259        20                -           0.0000          -
20278.50/1034.03	c      1034           6552        5500        20                -           0.0000          -
20391.32/1039.67	c      1040           6592        5540        20                -           0.0000          -
20504.32/1045.40	c      1045           8815        4640        20                -           0.0000          -
20615.35/1050.93	c      1051           8855        4680        20                -           0.0000          -
20714.46/1055.94	c      1056           6513        5459        20                -           0.0000          -
20818.25/1061.16	c      1061           8915        4740        20                -           0.0000          -
20924.56/1066.50	c      1066           6832        5780        20                -           0.0000          -
21025.66/1071.63	c      1072           6613        5559        20                -           0.0000          -
21136.65/1077.29	c      1077           9015        4840        20                -           0.0000          -
21255.58/1083.25	c      1083           6693        5639        20                -           0.0000          -
21356.68/1088.30	c      1088           6733        5679        20                -           0.0000          -
21463.72/1093.74	c      1094           9115        4940        20                -           0.0000          -
21566.67/1099.03	c      1099           9155        4980        20                -           0.0000          -
21668.59/1104.06	c      1104           7152        6100        20                -           0.0000          -
21767.75/1109.12	c      1109           9215        5040        20                -           0.0000          -
21883.92/1114.93	c      1115           7232        6180        20                -           0.0000          -
22000.82/1120.84	c      1121           7272        5939        20                -           0.0000          -
22111.82/1126.41	c      1126           7013        5959        20                -           0.0000          -
22223.35/1132.03	c      1132           9355        5180        20                -           0.0000          -
22331.85/1137.52	c      1138           9395        5220        20                -           0.0000          -
22438.90/1142.91	c      1143           9435        5260        20                -           0.0000          -
22543.94/1148.23	c      1148           7452        6119        20                -           0.0000          -
22646.96/1153.44	c      1153           7472        6139        20                -           0.0000          -
22750.04/1158.67	c      1159           7512        6179        20                -           0.0000          -
22857.83/1164.09	c      1164           9555        5380        20                -           0.0000          -
22960.15/1169.27	c      1169           7313        6259        20                -           0.0000          -
23063.28/1174.43	c      1174           7353        6299        20                -           0.0000          -
23166.40/1179.64	c      1180           9655        5480        20                -           0.0000          -
23267.52/1184.73	c      1185           7712        6379        20                -           0.0000          -
23366.68/1189.76	c      1190           7473        6419        20                -           0.0000          -
23492.37/1196.07	c      1196           7792        6459        20                -           0.0000          -
23608.57/1201.95	c      1202           9795        5620        20                -           0.0000          -
23712.26/1207.17	c      1207           7593        6539        20                -           0.0000          -
23814.69/1212.37	c      1212           7633        6579        20                -           0.0000          -
23917.79/1217.59	c      1218           9895        5720        20                -           0.0000          -
24020.91/1222.72	c      1223           8033        6700        20                -           0.0000          -
24124.02/1227.94	c      1228           8033        6700        20                -           0.0000          -
24238.99/1233.78	c      1234           8033        6700        20                -           0.0000          -
24361.91/1239.98	c      1240           7896        6842        20                -           0.0000          -
24463.73/1245.04	c      1245           7908        6840        20                -           0.0000          -
24568.10/1250.37	c      1250           7915        6837        20                -           0.0000          -
24677.14/1255.83	c      1256           8174        6838        20                -           0.0000          -
24786.19/1261.36	c      1261           7919        6835        20                -           0.0000          -
24891.28/1266.69	c      1267           7919        6835        20                -           0.0000          -
24992.41/1271.79	c      1272           7919        6835        20                -           0.0000          -
25103.44/1277.37	c      1277           7935        6829        20                -           0.0000          -
25208.53/1282.60	c      1283           7935        6829        20                -           0.0000          -
25313.62/1287.99	c      1288           7935        6829        20                -           0.0000          -
25418.63/1293.24	c      1293           7935        6829        20                -           0.0000          -
25523.71/1298.53	c      1299           7942        6826        20                -           0.0000          -
25626.82/1303.76	c      1304           7942        6826        20                -           0.0000          -
25732.46/1309.10	c      1309           7946        6824        20                -           0.0000          -
25833.73/1314.17	c      1314           8614        7278        20                -           0.0000          -
25940.06/1319.58	c      1320           7950        6822        20                -           0.0000          -
26039.20/1324.59	c      1325          10555        6380        20                -           0.0000          -
26144.17/1329.85	c      1330           7973        6813        20                -           0.0000          -
26253.13/1335.38	c      1335          10615        6440        20                -           0.0000          -
26356.23/1340.56	c      1341           8142        6756        20                -           0.0000          -
26461.32/1345.81	c      1346           8142        6756        20                -           0.0000          -
26560.27/1350.86	c      1351           8867        7377        20                -           0.0000          -
26661.45/1356.00	c      1356           8258        6716        20                -           0.0000          -
26765.11/1361.17	c      1361           8258        6716        20                -           0.0000          -
26865.52/1366.24	c      1366           8276        6708        20                -           0.0000          -
26983.18/1372.15	c      1372           8276        6708        20                -           0.0000          -
27083.60/1377.29	c      1377           9067        7577        20                -           0.0000          -
27188.81/1382.52	c      1383           8277        6707        20                -           0.0000          -
27287.78/1387.54	c      1388          10935        6760        20                -           0.0000          -
27397.28/1393.08	c      1393           8655        6597        20                -           0.0000          -
27516.38/1399.09	c      1399           9227        7737        20                -           0.0000          -
27626.76/1404.61	c      1405           9267        7777        20                -           0.0000          -
27731.85/1409.95	c      1410           9307        7817        20                -           0.0000          -
27833.75/1415.05	c      1415          11095        6920        20                -           0.0000          -
27952.44/1421.05	c      1421          11135        6960        20                -           0.0000          -
28053.88/1426.16	c      1426           9427        7937        20                -           0.0000          -
28153.00/1431.17	c      1431           8837        6697        20                -           0.0000          -
28259.16/1436.51	c      1437           8837        6697        20                -           0.0000          -
28366.22/1441.91	c      1442           9547        8057        20                -           0.0000          -
28465.37/1447.03	c      1447           9567        8077        20                -           0.0000          -
28570.41/1452.28	c      1452           9585        8093        20                -           0.0000          -
28691.37/1458.31	c      1458           9585        8093        20                -           0.0000          -
28794.46/1463.54	c      1464           9585        8093        20                -           0.0000          -
28913.41/1469.52	c      1470           9585        8093        20                -           0.0000          -
29046.14/1476.21	c      1476           9587        7349        20                -           0.0000          -
29161.47/1482.10	c      1482          11495        7320        20                -           0.0000          -
29269.85/1487.50	c      1488           9068        6756        20                -           0.0000          -
29368.92/1492.52	c      1493           9088        6776        20                -           0.0000          -
29474.02/1497.80	c      1498           9088        6776        20                -           0.0000          -
29573.15/1502.84	c      1503           9105        6654        20                -           0.0000          -
29679.83/1508.23	c      1508          11655        7480        20                -           0.0000          -
29784.50/1513.57	c      1514           9165        6714        20                -           0.0000          -
29887.59/1518.78	c      1519           9165        6714        20                -           0.0000          -
30020.43/1525.42	c      1525           9171        6634        20                -           0.0000          -
30121.32/1530.58	c      1531           9958        7596        20                -           0.0000          -
30228.40/1535.94	c      1536           9998        7636        20                -           0.0000          -
30329.91/1541.11	c      1541          11855        7680        20                -           0.0000          -
30438.12/1546.55	c      1547          11895        7720        20                -           0.0000          -
30539.22/1551.67	c      1552           9840        6631        20                -           0.0000          -
30646.78/1557.04	c      1557          11955        7780        20                -           0.0000          -
30748.01/1562.17	c      1562          11995        7820        20                -           0.0000          -
30850.39/1567.31	c      1567          12015        7840        20                -           0.0000          -
30951.49/1572.45	c      1572          12055        7880        20                -           0.0000          -
31052.61/1577.55	c      1578          10338        7976        20                -           0.0000          -
31153.72/1582.67	c      1583          12115        7940        20                -           0.0000          -
31256.83/1587.80	c      1588          10418        8056        20                -           0.0000          -
31357.93/1592.92	c      1593          12175        8000        20                -           0.0000          -
31459.68/1598.07	c      1598          12215        8040        20                -           0.0000          -
31560.74/1603.17	c      1603          12255        8080        20                -           0.0000          -
31662.86/1608.34	c      1608          12275        8100        20                -           0.0000          -
31763.92/1613.44	c      1613          12315        8140        20                -           0.0000          -
31867.02/1618.60	c      1619          13150        6617        20                -           0.0000          -
31977.92/1624.27	c      1624          10698        8336        20                -           0.0000          -
32082.89/1629.50	c      1630          13349        6616        20                -           0.0000          -
32186.02/1634.74	c      1635          13402        6613        20                -           0.0000          -
32291.96/1640.08	c      1640          12475        8300        20                -           0.0000          -
32391.10/1645.08	c      1645          10839        8475        20                -           0.0000          -
32495.16/1650.33	c      1650          10879        8515        20                -           0.0000          -
32598.28/1655.51	c      1656          12575        8400        20                -           0.0000          -
32703.39/1660.83	c      1661          10959        8595        20                -           0.0000          -
32802.49/1665.86	c      1666          12635        8460        20                -           0.0000          -
32901.47/1670.88	c      1671          11039        8675        20                -           0.0000          -
33008.55/1676.24	c      1676          12715        8540        20                -           0.0000          -
33111.70/1681.46	c      1681          12735        8560        20                -           0.0000          -
33212.86/1686.57	c      1687          11159        8795        20                -           0.0000          -
33319.82/1691.97	c      1692          11159        8795        20                -           0.0000          -
33418.98/1697.01	c      1697          12835        8660        20                -           0.0000          -
33524.05/1702.26	c      1702          12875        8700        20                -           0.0000          -
33625.15/1707.39	c      1707          11280        8914        20                -           0.0000          -
33728.13/1712.56	c      1713          12935        8760        20                -           0.0000          -
33829.23/1717.65	c      1718          11360        8994        20                -           0.0000          -
33930.21/1722.76	c      1723          12995        8820        20                -           0.0000          -
34036.10/1728.05	c      1728          16250        6637        20                -           0.0000          -
34135.18/1733.08	c      1733          16290        6677        20                -           0.0000          -
34245.38/1738.64	c      1739          11575        7393        20                -           0.0000          -
34355.14/1744.19	c      1744          13135        8960        20                -           0.0000          -
34457.54/1749.40	c      1749          16430        6817        20                -           0.0000          -
34560.58/1754.55	c      1755          11715        7533        20                -           0.0000          -
34667.64/1760.01	c      1760          11755        7573        20                -           0.0000          -
34780.65/1765.66	c      1766          13275        9100        20                -           0.0000          -
34890.28/1771.13	c      1771          13315        9140        20                -           0.0000          -
35007.24/1777.09	c      1777          13355        9180        20                -           0.0000          -
35113.61/1782.40	c      1782          16710        7097        20                -           0.0000          -
35218.63/1787.76	c      1788          16750        7137        20                -           0.0000          -
35319.77/1792.82	c      1793          12034        7472        20                -           0.0000          -
35430.80/1798.41	c      1798          13495        9320        20                -           0.0000          -
35529.95/1803.46	c      1803          13535        9360        20                -           0.0000          -
35633.05/1808.69	c      1809          16930        7317        20                -           0.0000          -
35734.18/1813.78	c      1814          12214        7652        20                -           0.0000          -
35842.07/1819.16	c      1819          13635        9460        20                -           0.0000          -
35954.26/1824.88	c      1825          13675        9500        20                -           0.0000          -
36057.81/1830.04	c      1830          12354        7792        20                -           0.0000          -
36161.96/1835.37	c      1835          13755        9580        20                -           0.0000          -
36265.06/1840.58	c      1841          17210        7597        20                -           0.0000          -
36374.72/1846.09	c      1846          13815        9640        20                -           0.0000          -
36478.92/1851.31	c      1851          13855        9680        20                -           0.0000          -
36580.08/1856.49	c      1856          13895        9720        20                -           0.0000          -
36683.16/1861.61	c      1862          12634        8072        20                -           0.0000          -
36784.30/1866.70	c      1867          17430        7817        20                -           0.0000          -
36887.36/1871.91	c      1872          13995        9820        20                -           0.0000          -
36989.17/1877.05	c      1877          17510        7897        20                -           0.0000          -
37088.38/1882.09	c      1882          12834        8272        20                -           0.0000          -
37192.80/1887.32	c      1887          14095        9920        20                -           0.0000          -
37293.85/1892.45	c      1892          12914        8352        20                -           0.0000          -
37395.01/1897.59	c      1898          17690        8077        20                -           0.0000          -
37498.14/1902.72	c      1903          17730        8117        20                -           0.0000          -
37599.32/1907.85	c      1908          14235       10060        20                -           0.0000          -
37700.40/1912.96	c      1913          14275       10100        20                -           0.0000          -
37802.17/1918.09	c      1918          14315       10140        20                -           0.0000          -
37904.67/1923.21	c      1923          13194        8632        20                -           0.0000          -
38005.82/1928.33	c      1928          14375       10200        20                -           0.0000          -
38106.95/1933.50	c      1933          14415       10240        20                -           0.0000          -
38209.88/1938.61	c      1939          13334        8772        20                -           0.0000          -
38312.61/1943.81	c      1944          14495       10320        20                -           0.0000          -
38411.70/1948.85	c      1949          13434        8872        20                -           0.0000          -
38510.80/1953.89	c      1954          14555       10380        20                -           0.0000          -
38611.96/1958.94	c      1959          18190        8577        20                -           0.0000          -
38711.16/1963.98	c      1964          18230        8617        20                -           0.0000          -
38812.82/1969.06	c      1969          13614        9052        20                -           0.0000          -
38912.07/1974.08	c      1974          18330        8717        20                -           0.0000          -
39022.64/1979.62	c      1980          18370        8757        20                -           0.0000          -
39121.82/1984.65	c      1985          14775       10600        20                -           0.0000          -
39240.86/1990.63	c      1991          13818        7195        20                -           0.0000          -
39348.77/1996.10	c      1996          13818        7195        20                -           0.0000          -
39457.09/2001.51	c      2002          14895       10720        20                -           0.0000          -
39562.25/2006.84	c      2007          14935       10760        20                -           0.0000          -
39669.32/2012.28	c      2012          14049        7156        20                -           0.0000          -
39770.52/2017.37	c      2017          14049        7156        20                -           0.0000          -
39869.71/2022.40	c      2022          15055       10880        20                -           0.0000          -
39970.91/2027.42	c      2027          14097        7174        20                -           0.0000          -
40070.11/2032.46	c      2032          18830        9217        20                -           0.0000          -
40171.29/2037.58	c      2038          14100        7171        20                -           0.0000          -
40272.47/2042.62	c      2043          14100        7171        20                -           0.0000          -
40371.67/2047.65	c      2048          14139        7156        20                -           0.0000          -
40470.85/2052.70	c      2053          14139        7156        20                -           0.0000          -
40572.03/2057.74	c      2058          14139        7156        20                -           0.0000          -
40674.95/2063.02	c      2063          15327       11119        20                -           0.0000          -
40782.07/2068.30	c      2068          14170        7147        20                -           0.0000          -
40883.29/2073.48	c      2073          15407       11199        20                -           0.0000          -
40984.63/2078.55	c      2079          15447       11239        20                -           0.0000          -
41085.74/2083.64	c      2084          15487       11279        20                -           0.0000          -
41185.00/2088.65	c      2089          15527       11319        20                -           0.0000          -
41286.23/2093.71	c      2094          15568       11358        20                -           0.0000          -
41385.36/2098.78	c      2099          14576        7335        20                -           0.0000          -
41493.10/2104.19	c      2104          19470        9857        20                -           0.0000          -
41597.76/2109.40	c      2109          19510        9897        20                -           0.0000          -
41697.02/2114.42	c      2114          14716        7475        20                -           0.0000          -
41796.16/2119.44	c      2119          19610        9997        20                -           0.0000          -
41897.40/2124.52	c      2125          19650       10037        20                -           0.0000          -
41996.66/2129.56	c      2130          15862       11578        20                -           0.0000          -
42097.88/2134.64	c      2135          19710       10097        20                -           0.0000          -
42199.10/2139.73	c      2140          15942       11658        20                -           0.0000          -
42300.33/2144.80	c      2145          19730       10117        20                -           0.0000          -
42399.55/2149.87	c      2150          19750        8381        20                -           0.0000          -
42500.78/2154.93	c      2155          19765        8396        20                -           0.0000          -
42599.87/2159.98	c      2160          19785        8416        20                -           0.0000          -
42699.11/2164.99	c      2165          16142       11858        20                -           0.0000          -
42801.00/2170.05	c      2170          16182       11898        20                -           0.0000          -
42902.37/2175.15	c      2175          16222       11938        20                -           0.0000          -
43002.75/2180.21	c      2180          15336        8095        20                -           0.0000          -
43105.84/2185.45	c      2185          16302       12018        20                -           0.0000          -
43207.01/2190.59	c      2191          20065        8696        20                -           0.0000          -
43331.93/2196.80	c      2197          16384       12097        20                -           0.0000          -
43441.08/2202.36	c      2202          16424       12137        20                -           0.0000          -
43546.28/2207.65	c      2208          20225        8856        20                -           0.0000          -
43683.20/2214.58	c      2215          15636        8395        20                -           0.0000          -
43798.15/2220.38	c      2220          15636        8395        20                -           0.0000          -
43905.31/2225.71	c      2226          15636        8395        20                -           0.0000          -
44008.34/2230.97	c      2231          15666        6916        20                -           0.0000          -
44111.97/2236.19	c      2236          15707        6955        20                -           0.0000          -
44214.64/2241.30	c      2241          15747        6995        20                -           0.0000          -
44315.79/2246.43	c      2246          15807        7055        20                -           0.0000          -
44416.94/2251.59	c      2252          15847        7095        20                -           0.0000          -
44520.04/2256.76	c      2257          20665        9296        20                -           0.0000          -
44621.25/2261.80	c      2262          15947        7195        20                -           0.0000          -
44722.47/2266.98	c      2267          20765        9396        20                -           0.0000          -
44826.39/2272.16	c      2272          16047        7295        20                -           0.0000          -
44926.88/2277.27	c      2277          20865        9496        20                -           0.0000          -
45028.05/2282.38	c      2282          16147        7395        20                -           0.0000          -
45129.16/2287.45	c      2287          20965        9596        20                -           0.0000          -
45228.41/2292.48	c      2292          16227        7475        20                -           0.0000          -
45340.19/2298.07	c      2298          16287        7535        20                -           0.0000          -
45441.49/2303.16	c      2303          16327        7575        20                -           0.0000          -
45541.96/2308.28	c      2308          16387        7635        20                -           0.0000          -
45657.79/2314.13	c      2314          18470       11159        20                -           0.0000          -
45766.27/2319.52	c      2320          21285        9916        20                -           0.0000          -
45867.52/2324.62	c      2325          18570       11259        20                -           0.0000          -
45968.65/2329.75	c      2330          16607        7855        20                -           0.0000          -
46069.85/2334.88	c      2335          18650       11339        20                -           0.0000          -
46171.03/2340.00	c      2340          21485       10116        20                -           0.0000          -
46280.22/2345.41	c      2345          16767        8015        20                -           0.0000          -
46381.48/2350.59	c      2351          18770       11459        20                -           0.0000          -
46484.53/2355.76	c      2356          18810       11499        20                -           0.0000          -
46590.25/2361.07	c      2361          16927        8175        20                -           0.0000          -
46694.98/2366.38	c      2366          16987        8235        20                -           0.0000          -
46810.90/2372.15	c      2372          21805       10436        20                -           0.0000          -
46911.44/2377.26	c      2377          18990       11679        20                -           0.0000          -
47012.65/2382.36	c      2382          19030       11719        20                -           0.0000          -
47112.03/2387.37	c      2387          21965       10596        20                -           0.0000          -
47225.80/2393.06	c      2393          17267        8515        20                -           0.0000          -
47334.42/2398.52	c      2399          19170       11859        20                -           0.0000          -
47433.59/2403.57	c      2404          19210       11899        20                -           0.0000          -
47534.85/2408.60	c      2409          17427        8675        20                -           0.0000          -
47634.13/2413.67	c      2414          17487        8735        20                -           0.0000          -
47733.41/2418.68	c      2419          22285       10916        20                -           0.0000          -
47844.58/2424.27	c      2424          17587        8835        20                -           0.0000          -
47945.83/2429.34	c      2429          19430       12119        20                -           0.0000          -
48049.09/2434.56	c      2435          22445       11076        20                -           0.0000          -
48148.37/2439.57	c      2440          22505       11136        20                -           0.0000          -
48255.60/2444.91	c      2445          22545       11176        20                -           0.0000          -
48354.88/2449.94	c      2450          19610       12299        20                -           0.0000          -
48464.07/2455.47	c      2455          19650       12339        20                -           0.0000          -
48565.28/2460.53	c      2461          17987        9235        20                -           0.0000          -
48664.24/2465.55	c      2466          18027        9275        20                -           0.0000          -
48771.48/2470.96	c      2471          19790       12479        20                -           0.0000          -
48873.36/2476.03	c      2476          19830       12519        20                -           0.0000          -
48974.58/2481.18	c      2481          19870       12559        20                -           0.0000          -
49075.14/2486.23	c      2486          18247        9495        20                -           0.0000          -
49182.24/2491.68	c      2492          18307        9555        20                -           0.0000          -
49287.47/2497.01	c      2497          23085       11716        20                -           0.0000          -
49389.18/2502.08	c      2502          20050       12739        20                -           0.0000          -
49488.81/2507.10	c      2507          20090       12779        20                -           0.0000          -
49600.99/2512.70	c      2513          23245       11876        20                -           0.0000          -
49706.80/2518.04	c      2518          20190       12879        20                -           0.0000          -
49819.23/2523.77	c      2524          23365       11996        20                -           0.0000          -
49930.02/2529.32	c      2529          18707        9955        20                -           0.0000          -
50052.75/2535.51	c      2536          20330       13019        20                -           0.0000          -
50162.33/2541.05	c      2541          18827       10075        20                -           0.0000          -
50274.50/2546.79	c      2547          20430       13119        20                -           0.0000          -
50385.43/2552.31	c      2552          18947       10195        20                -           0.0000          -
50494.64/2557.89	c      2558          19007       10255        20                -           0.0000          -
50613.70/2563.80	c      2564          20570       13259        20                -           0.0000          -
50712.56/2568.88	c      2569          19127       10375        20                -           0.0000          -
50821.75/2574.36	c      2574          20670       13359        20                -           0.0000          -
50923.00/2579.48	c      2579          23945       12576        20                -           0.0000          -
51030.24/2584.87	c      2585          20750       13439        20                -           0.0000          -
51147.37/2590.74	c      2591          24065       12696        20                -           0.0000          -
51253.12/2596.04	c      2596          20850       13539        20                -           0.0000          -
51355.83/2601.21	c      2601          20890       13579        20                -           0.0000          -
51463.05/2606.63	c      2607          24225       12856        20                -           0.0000          -
51562.32/2611.67	c      2612          24285       12916        20                -           0.0000          -
51667.56/2617.03	c      2617          21030       13719        20                -           0.0000          -
51771.46/2622.14	c      2622          21070       13759        20                -           0.0000          -
51870.87/2627.19	c      2627          24445       13076        20                -           0.0000          -
51991.11/2633.23	c      2633          21170       13859        20                -           0.0000          -
52094.35/2638.47	c      2638          21210       13899        20                -           0.0000          -
52211.43/2644.30	c      2644          24625       13256        20                -           0.0000          -
52314.62/2649.59	c      2650          21310       13999        20                -           0.0000          -
52415.80/2654.66	c      2655          21350       14039        20                -           0.0000          -
52517.03/2659.74	c      2660          24745       13376        20                -           0.0000          -
52630.14/2665.41	c      2665          24745       13376        20                -           0.0000          -
52729.23/2670.43	c      2670          24745       13376        20                -           0.0000          -
52830.47/2675.56	c      2676          24745       13376        20                -           0.0000          -
52949.57/2681.51	c      2682          24745       13376        20                -           0.0000          -
53056.76/2686.95	c      2687          24745       13376        20                -           0.0000          -
53181.69/2693.27	c      2693          24745       13376        20                -           0.0000          -
53292.84/2698.80	c      2699          24745       13376        20                -           0.0000          -
53419.85/2705.24	c      2705          24745       13376        20                -           0.0000          -
53523.00/2710.41	c      2710          21810       14499        20                -           0.0000          -
53630.15/2715.87	c      2716          24834       13455        20                -           0.0000          -
53737.17/2721.23	c      2721          24894       13515        20                -           0.0000          -
53856.29/2727.28	c      2727          21950       14639        20                -           0.0000          -
53961.35/2732.58	c      2733          21990       14679        20                -           0.0000          -
54086.25/2738.82	c      2739          20907       12155        20                -           0.0000          -
54187.43/2743.96	c      2744          22090       14779        20                -           0.0000          -
54286.60/2749.02	c      2749          22130       14819        20                -           0.0000          -
54391.81/2754.23	c      2754          21067       12315        20                -           0.0000          -
54502.89/2759.88	c      2760          21127       12375        20                -           0.0000          -
54618.02/2765.64	c      2766          22270       14959        20                -           0.0000          -
54723.23/2770.91	c      2771          21247       12495        20                -           0.0000          -
54828.39/2776.25	c      2776          21307       12555        20                -           0.0000          -
54927.59/2781.27	c      2781          22410       15099        20                -           0.0000          -
55026.84/2786.28	c      2786          25574       14195        20                -           0.0000          -
55133.72/2791.67	c      2792          22490       15179        20                -           0.0000          -
55243.56/2797.16	c      2797          21527       12775        20                -           0.0000          -
55365.74/2803.31	c      2803          22590       15279        20                -           0.0000          -
55476.83/2808.92	c      2809          22630       15319        20                -           0.0000          -
55589.92/2814.68	c      2815          25874       14495        20                -           0.0000          -
55701.06/2820.29	c      2820          22730       15419        20                -           0.0000          -
55810.26/2825.75	c      2826          21827       13075        20                -           0.0000          -
55923.38/2831.40	c      2831          21867       13115        20                -           0.0000          -
56024.60/2836.57	c      2837          22870       15559        20                -           0.0000          -
56127.81/2841.72	c      2842          26154       14775        20                -           0.0000          -
56236.84/2847.28	c      2847          26214       14835        20                -           0.0000          -
56337.90/2852.38	c      2852          26274       14895        20                -           0.0000          -
56447.11/2857.86	c      2858          23050       15739        20                -           0.0000          -
56568.23/2863.91	c      2864          26394       15015        20                -           0.0000          -
56679.43/2869.50	c      2870          26454       15075        20                -           0.0000          -
56794.59/2875.37	c      2875          23190       15879        20                -           0.0000          -
56897.72/2880.54	c      2881          26574       15195        20                -           0.0000          -
56998.88/2885.68	c      2886          26634       15255        20                -           0.0000          -
57112.05/2891.32	c      2891          23330       16019        20                -           0.0000          -
57228.03/2897.16	c      2897          26754       15375        20                -           0.0000          -
57334.58/2902.54	c      2903          26814       15435        20                -           0.0000          -
57455.56/2908.68	c      2909          23470       16159        20                -           0.0000          -
57558.82/2913.81	c      2914          26934       15555        20                -           0.0000          -
57673.98/2919.63	c      2920          22768       14014        20                -           0.0000          -
57775.09/2924.78	c      2925          23610       16299        20                -           0.0000          -
57882.73/2930.14	c      2930          27114       15735        20                -           0.0000          -
57997.04/2935.99	c      2936          22948       14194        20                -           0.0000          -
58112.21/2941.79	c      2942          23750       16439        20                -           0.0000          -
58218.33/2947.12	c      2947          23068       14314        20                -           0.0000          -
58322.68/2952.38	c      2952          23128       14374        20                -           0.0000          -
58438.74/2958.17	c      2958          23890       16579        20                -           0.0000          -
58547.07/2963.65	c      2964          27475       16094        20                -           0.0000          -
58654.99/2969.12	c      2969          27535       16154        20                -           0.0000          -
58761.52/2974.45	c      2974          24030       16719        20                -           0.0000          -
58864.71/2979.69	c      2980          23428       14674        20                -           0.0000          -
58975.88/2985.24	c      2985          27715       16334        20                -           0.0000          -
59083.10/2990.64	c      2991          24170       16859        20                -           0.0000          -
59184.30/2995.71	c      2996          24210       16899        20                -           0.0000          -
59307.10/3001.96	c      3002          23648       14894        20                -           0.0000          -
59406.34/3006.97	c      3007          23648       14894        20                -           0.0000          -
59513.52/3012.39	c      3012          24350       17039        20                -           0.0000          -
59622.70/3017.87	c      3018          28075       16694        20                -           0.0000          -
59733.87/3023.41	c      3023          23759        9734        20                -           0.0000          -
59837.03/3028.68	c      3029          23819        9794        20                -           0.0000          -
59936.28/3033.68	c      3034          23879        9854        20                -           0.0000          -
60037.52/3038.76	c      3039          24590       17279        20                -           0.0000          -
60140.76/3044.01	c      3044          23979        9954        20                -           0.0000          -
60242.70/3049.13	c      3049          24670       17359        20                -           0.0000          -
60345.25/3054.26	c      3054          28475       17094        20                -           0.0000          -
60446.52/3059.33	c      3059          28535       17154        20                -           0.0000          -
60555.75/3064.84	c      3065          24810       17499        20                -           0.0000          -
60664.94/3070.37	c      3070          28655       17274        20                -           0.0000          -
60776.17/3075.91	c      3076          24319       10294        20                -           0.0000          -
60877.96/3081.11	c      3081          28775       17394        20                -           0.0000          -
60984.64/3086.44	c      3086          24439       10414        20                -           0.0000          -
61087.89/3091.67	c      3092          25050       17739        20                -           0.0000          -
61191.15/3096.82	c      3097          28955       17574        20                -           0.0000          -
61292.21/3101.95	c      3102          29015       17634        20                -           0.0000          -
61397.38/3107.20	c      3107          29075       17694        20                -           0.0000          -
61506.60/3112.72	c      3113          24719       10694        20                -           0.0000          -
61614.48/3118.19	c      3118          24779       10754        20                -           0.0000          -
61721.06/3123.58	c      3124          25330       18019        20                -           0.0000          -
61825.83/3128.85	c      3129          29315       17934        20                -           0.0000          -
61924.89/3133.87	c      3134          29375       17994        20                -           0.0000          -
62030.50/3139.17	c      3139          29435       18054        20                -           0.0000          -
62147.78/3145.08	c      3145          25039       11014        20                -           0.0000          -
62249.88/3150.28	c      3150          25039       11014        20                -           0.0000          -
62365.64/3156.13	c      3156          25039       11014        20                -           0.0000          -
62474.11/3161.54	c      3162          25039       11014        20                -           0.0000          -
62581.30/3166.96	c      3167          25039       11014        20                -           0.0000          -
62683.32/3172.06	c      3172          25079       11054        20                -           0.0000          -
62793.69/3177.64	c      3178          25079       11054        20                -           0.0000          -
62898.91/3182.99	c      3183          25079       11054        20                -           0.0000          -
63005.96/3188.32	c      3188          25890       18579        20                -           0.0000          -
63108.78/3193.52	c      3194          25930       18619        20                -           0.0000          -
63210.06/3198.68	c      3199          25208        7092        20                -           0.0000          -
63313.29/3203.86	c      3204          26030       18719        20                -           0.0000          -
63414.44/3208.95	c      3209          26070       18759        20                -           0.0000          -
63513.72/3213.96	c      3214          26110       18799        20                -           0.0000          -
63622.91/3219.45	c      3219          26170       18859        20                -           0.0000          -
63724.16/3224.58	c      3225          30395       19014        20                -           0.0000          -
63829.47/3229.86	c      3230          25488        7372        20                -           0.0000          -
63928.60/3234.89	c      3235          30515       19134        20                -           0.0000          -
64041.32/3240.54	c      3241          25591        7002        20                -           0.0000          -
64148.41/3245.95	c      3246          25591        7002        20                -           0.0000          -
64252.12/3251.20	c      3251          25630        6993        20                -           0.0000          -
64360.53/3256.64	c      3257          30755       19374        20                -           0.0000          -
64467.99/3262.09	c      3262          25685        6985        20                -           0.0000          -
64574.53/3267.41	c      3267          25685        6985        20                -           0.0000          -
64673.77/3272.45	c      3272          25685        6985        20                -           0.0000          -
64790.86/3278.30	c      3278          25693        6983        20                -           0.0000          -
64890.09/3283.33	c      3283          25693        6983        20                -           0.0000          -
65011.14/3289.49	c      3289          25693        6983        20                -           0.0000          -
65112.47/3294.56	c      3295          25693        6983        20                -           0.0000          -
65215.55/3299.78	c      3300          25693        6983        20                -           0.0000          -
65330.36/3305.53	c      3306          25729        6974        20                -           0.0000          -
65447.10/3311.40	c      3311          25729        6974        20                -           0.0000          -
65552.30/3316.78	c      3317          25729        6974        20                -           0.0000          -
65660.18/3322.16	c      3322          25729        6974        20                -           0.0000          -
65766.62/3327.54	c      3328          25729        6974        20                -           0.0000          -
65867.59/3332.60	c      3333          25755        6964        20                -           0.0000          -
65980.64/3338.36	c      3338          25755        6964        20                -           0.0000          -
66089.68/3343.84	c      3344          25755        6964        20                -           0.0000          -
66190.66/3349.01	c      3349          25755        6964        20                -           0.0000          -
66303.76/3354.68	c      3355          25755        6964        20                -           0.0000          -
66408.82/3360.01	c      3360          25766        6959        20                -           0.0000          -
66510.76/3365.12	c      3365          25766        6959        20                -           0.0000          -
66617.11/3370.48	c      3370          25766        6959        20                -           0.0000          -
66723.80/3375.86	c      3376          25766        6959        20                -           0.0000          -
66829.45/3381.16	c      3381          25766        6959        20                -           0.0000          -
66934.05/3386.46	c      3386          27610       20299        20                -           0.0000          -
67037.14/3391.60	c      3392          27650       20339        20                -           0.0000          -
67140.12/3396.80	c      3397          27690       20379        20                -           0.0000          -
67241.12/3401.93	c      3402          32375       20994        20                -           0.0000          -
67345.05/3407.15	c      3407          26390        6908        20                -           0.0000          -
67445.59/3412.21	c      3412          32495       21114        20                -           0.0000          -
67546.78/3417.33	c      3417          27870       20559        20                -           0.0000          -
67648.02/3422.43	c      3422          26644        6955        20                -           0.0000          -
67753.17/3427.77	c      3428          26684        6995        20                -           0.0000          -
67860.99/3433.17	c      3433          32735       21354        20                -           0.0000          -
67965.49/3438.43	c      3438          26825        6918        20                -           0.0000          -
68068.75/3443.65	c      3444          28110       20799        20                -           0.0000          -
68171.86/3448.85	c      3449          26898          21        20                -           0.0000          -
68273.13/3454.02	c      3454          28210       20899        20                -           0.0000          -
68376.98/3459.17	c      3459          26958          81        20                -           0.0000          -
68485.58/3464.69	c      3465          26998         121        20                -           0.0000          -
68586.86/3469.75	c      3470          27038         161        20                -           0.0000          -
68688.14/3474.84	c      3475          27078         201        20                -           0.0000          -
68795.36/3480.29	c      3480          33295       21914        20                -           0.0000          -
68898.63/3485.47	c      3485          33355       21974        20                -           0.0000          -
69005.88/3490.83	c      3491          27178         301        20                -           0.0000          -
69107.18/3496.01	c      3496          27218         341        20                -           0.0000          -
69209.02/3501.06	c      3501          28650       21339        20                -           0.0000          -
69308.49/3506.09	c      3506          28710       21399        20                -           0.0000          -
69411.00/3511.25	c      3511          27318         441        20                -           0.0000          -
69514.27/3516.42	c      3516          27358         481        20                -           0.0000          -
69615.55/3521.57	c      3522          27398         521        20                -           0.0000          -
69716.84/3526.61	c      3527          28890       21579        20                -           0.0000          -
69816.15/3531.64	c      3532          27458         581        20                -           0.0000          -
69915.46/3536.67	c      3537          27498         621        20                -           0.0000          -
70016.79/3541.71	c      3542          29030       21719        20                -           0.0000          -
70116.12/3546.74	c      3547          29090       21779        20                -           0.0000          -
70219.40/3551.91	c      3552          29110       21799        20                -           0.0000          -
70324.61/3557.21	c      3557          29110       21799        20                -           0.0000          -
70429.88/3562.56	c      3563          29110       21799        20                -           0.0000          -
70533.12/3567.71	c      3568          29110       21799        20                -           0.0000          -
70642.31/3573.25	c      3573          29110       21799        20                -           0.0000          -
70747.55/3578.58	c      3579          29110       21799        20                -           0.0000          -
70852.81/3583.85	c      3584          29110       21799        20                -           0.0000          -
70956.70/3589.11	c      3589          29110       21799        20                -           0.0000          -
71061.30/3594.33	c      3594          29110       21799        20                -           0.0000          -
71162.62/3599.40	c      3599          27918        1041        20                -           0.0000          -
71277.84/3605.26	c      3605          29171       21858        20                -           0.0000          -
71383.14/3610.53	c      3611          34815       23434        20                -           0.0000          -
71490.43/3615.96	c      3616          29271       21958        20                -           0.0000          -
71589.76/3620.99	c      3621          28058        1181        20                -           0.0000          -
71691.67/3626.05	c      3626          28098        1221        20                -           0.0000          -
71791.02/3631.08	c      3631          28138        1261        20                -           0.0000          -
71890.26/3636.10	c      3636          29471       22158        20                -           0.0000          -
71991.82/3641.15	c      3641          28198        1321        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: 191633 MiB (186758 MiB free)
  memory of node 1: 193531 MiB (191716 MiB free)
  memory of node 2: 193531 MiB (188985 MiB free)
  memory of node 3: 193531 MiB (189801 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-4465909-1722591153/watcher-4465909-1722591153 -o /tmp/evaluation-result-4465909-1722591153/solver-4465909-1722591153 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465909-1722591153.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100106 s]*
/proc/loadavg: 80.87 80.33 80.34 62/987 160282
/proc/meminfo: memFree=775341688/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=125292 memory=110000 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 25438 0 0 0 8 3 0 0 20 0 1 0 25702099 128299008 27500 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 31323 27500 2347 3035 0 27719 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 125292 KiB
Current children cumulated memory: 110000 KiB

[startup+0.219351 s]*
/proc/loadavg: 80.87 80.33 80.34 63/987 160282
/proc/meminfo: memFree=775272540/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=200104 memory=184952 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 44158 0 0 0 16 6 0 0 20 0 1 0 25702099 204906496 46238 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 50026 46238 2347 3035 0 46422 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 200104 KiB
Current children cumulated memory: 184952 KiB

[startup+0.321995 s]*
/proc/loadavg: 80.87 80.33 80.34 62/987 160282
/proc/meminfo: memFree=775207944/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=260928 memory=245732 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 59358 0 0 0 24 9 0 0 20 0 1 0 25702099 267190272 61433 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 65232 61433 2347 3035 0 61628 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 260928 KiB
Current children cumulated memory: 245732 KiB

[startup+0.700282 s]
/proc/loadavg: 79.36 80.03 80.25 62/987 160282
/proc/meminfo: memFree=775139036/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=522124 memory=510600 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 128992 0 0 0 50 19 0 0 20 0 1 0 25702099 534654976 127650 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 130531 127650 2539 3035 0 126927 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 522124 KiB
Current children cumulated memory: 510600 KiB

[startup+1.50026 s]
/proc/loadavg: 79.36 80.03 80.25 62/987 160282
/proc/meminfo: memFree=774812280/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=723388 memory=702428 CPUtime=1.49 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 176919 0 0 0 123 26 0 0 20 0 1 0 25702099 740749312 175607 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 180847 175607 2614 3035 0 177243 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 723388 KiB
Current children cumulated memory: 702428 KiB

[startup+3.11916 s]
/proc/loadavg: 79.36 80.03 80.25 62/987 160282
/proc/meminfo: memFree=774659724/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=821340 memory=791652 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) R 160278 160281 157273 0 -1 4194304 205573 0 0 0 276 34 0 0 20 0 1 0 25702099 841052160 197913 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 205335 197913 2726 3035 0 201731 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 821340 KiB
Current children cumulated memory: 791652 KiB

[startup+6.30049 s]
/proc/loadavg: 77.97 79.73 80.15 62/1007 160302
/proc/meminfo: memFree=774043480/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=3126540 memory=1579500 CPUtime=6.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) S 160278 160281 157273 0 -1 1077936128 401299 0 0 0 563 65 0 0 20 0 21 0 25702099 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 781635 394875 2790 3035 0 457548 0
[pid=160281/tid=160283] ppid=160278 vsize=3126540 memory=1216380 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160283/stat : 160283 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160284] ppid=160278 vsize=3126540 memory=1021064 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160284/stat : 160284 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160285] ppid=160278 vsize=3126540 memory=11424 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160285/stat : 160285 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160286] ppid=160278 vsize=3126540 memory=10392 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160286/stat : 160286 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160287] ppid=160278 vsize=3126540 memory=5432 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160287/stat : 160287 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160288] ppid=160278 vsize=3126540 memory=16108 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160288/stat : 160288 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160289] ppid=160278 vsize=3126540 memory=2268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160289/stat : 160289 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160290] ppid=160278 vsize=3126540 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160290/stat : 160290 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160291] ppid=160278 vsize=3126540 memory=6441646519465108841 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160291/stat : 160291 (fscip) R 160278 160281 157273 0 -1 4194368 37023 0 0 0 10 4 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160292] ppid=160278 vsize=3126540 memory=1996 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160292/stat : 160292 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160293] ppid=160278 vsize=3126540 memory=1836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160293/stat : 160293 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160294] ppid=160278 vsize=3126540 memory=38468 CPUtime=0.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160294/stat : 160294 (fscip) S 160278 160281 157273 0 -1 1077936192 49215 0 0 0 23 7 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160295] ppid=160278 vsize=3126540 memory=19588 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160295/stat : 160295 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160296] ppid=160278 vsize=3126540 memory=54528 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160296/stat : 160296 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160297] ppid=160278 vsize=3126540 memory=28496 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160297/stat : 160297 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160298] ppid=160278 vsize=3126540 memory=7644 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160298/stat : 160298 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160299] ppid=160278 vsize=3126540 memory=26960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160299/stat : 160299 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160300] ppid=160278 vsize=3126540 memory=279842620847200 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160300/stat : 160300 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160301] ppid=160278 vsize=3126540 memory=8233318090497 CPUtime=0.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160301/stat : 160301 (fscip) S 160278 160281 157273 0 -1 1077936192 49216 0 0 0 23 7 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160302] ppid=160278 vsize=3126540 memory=8276267763201 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160302/stat : 160302 (fscip) S 160278 160281 157273 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 25702618 3201576960 394875 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 3126540 KiB
Current children cumulated memory: 1579500 KiB

[startup+12.705 s]
/proc/loadavg: 76.77 79.45 80.05 81/1027 160324
/proc/meminfo: memFree=766662048/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=12006748 memory=10660488 CPUtime=32.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) S 160278 160281 157273 0 -1 1077936128 2662181 0 0 0 2700 550 0 0 20 0 41 0 25702099 12294909952 2665122 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 3001687 2665122 2806 3035 0 2831496 0
[pid=160281/tid=160283] ppid=160278 vsize=12006748 memory=1096788 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160283/stat : 160283 (fscip) R 160278 160281 157273 0 -1 4194368 120088 0 0 0 110 24 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160284] ppid=160278 vsize=12006748 memory=3201468 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160284/stat : 160284 (fscip) R 160278 160281 157273 0 -1 4194368 119462 0 0 0 110 24 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160285] ppid=160278 vsize=12006748 memory=7088776174417428588 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160285/stat : 160285 (fscip) R 160278 160281 157273 0 -1 4194368 119549 0 0 0 111 23 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160286] ppid=160278 vsize=12006748 memory=1996 CPUtime=1.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160286/stat : 160286 (fscip) R 160278 160281 157273 0 -1 4194368 120126 0 0 0 110 23 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160287] ppid=160278 vsize=12006748 memory=2268 CPUtime=1.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160287/stat : 160287 (fscip) R 160278 160281 157273 0 -1 4194368 119459 0 0 0 107 26 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160288] ppid=160278 vsize=12006748 memory=16108 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160288/stat : 160288 (fscip) R 160278 160281 157273 0 -1 4194368 119509 0 0 0 110 24 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160289] ppid=160278 vsize=12006748 memory=11424 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160289/stat : 160289 (fscip) R 160278 160281 157273 0 -1 4194368 120125 0 0 0 107 27 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160290] ppid=160278 vsize=12006748 memory=11424 CPUtime=1.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160290/stat : 160290 (fscip) R 160278 160281 157273 0 -1 4194368 118902 0 0 0 107 26 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160291] ppid=160278 vsize=12006748 memory=1704 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160291/stat : 160291 (fscip) R 160278 160281 157273 0 -1 4194368 119472 0 0 0 108 26 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160292] ppid=160278 vsize=12006748 memory=1216380 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160292/stat : 160292 (fscip) R 160278 160281 157273 0 -1 4194368 120126 0 0 0 109 25 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160293] ppid=160278 vsize=12006748 memory=10392 CPUtime=1.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160293/stat : 160293 (fscip) R 160278 160281 157273 0 -1 4194368 119464 0 0 0 109 24 0 0 20 0 41 0 25702618 12294909952 2665188 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160294] ppid=160278 vsize=12006748 memory=5432 CPUtime=1.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160294/stat : 160294 (fscip) R 160278 160281 157273 0 -1 4194368 119659 0 0 0 110 25 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160295] ppid=160278 vsize=12006748 memory=1021064 CPUtime=1.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160295/stat : 160295 (fscip) R 160278 160281 157273 0 -1 4194368 121812 0 0 0 111 25 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160296] ppid=160278 vsize=12006748 memory=1492380 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160296/stat : 160296 (fscip) R 160278 160281 157273 0 -1 4194368 119498 0 0 0 111 23 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160297] ppid=160278 vsize=12006748 memory=0 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160297/stat : 160297 (fscip) R 160278 160281 157273 0 -1 4194368 119478 0 0 0 111 23 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160298] ppid=160278 vsize=12006748 memory=279842621596048 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160298/stat : 160298 (fscip) R 160278 160281 157273 0 -1 4194368 120599 0 0 0 110 24 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160299] ppid=160278 vsize=12006748 memory=7157743079874519659 CPUtime=1.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160299/stat : 160299 (fscip) R 160278 160281 157273 0 -1 4194368 119474 0 0 0 108 25 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160300] ppid=160278 vsize=12006748 memory=241390846283 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160300/stat : 160300 (fscip) R 160278 160281 157273 0 -1 4194368 120082 0 0 0 108 26 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160301] ppid=160278 vsize=12006748 memory=279842620945664 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160301/stat : 160301 (fscip) R 160278 160281 157273 0 -1 4194368 120127 0 0 0 109 25 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160302] ppid=160278 vsize=12006748 memory=5178632 CPUtime=1.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160302/stat : 160302 (fscip) R 160278 160281 157273 0 -1 4194368 119456 0 0 0 109 25 0 0 20 0 41 0 25702618 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160305] ppid=160278 vsize=12006748 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160305/stat : 160305 (fscip) S 160278 160281 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25703257 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160306] ppid=160278 vsize=12006748 memory=6369045801345443692 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160306/stat : 160306 (fscip) S 160278 160281 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25703257 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160307] ppid=160278 vsize=12006748 memory=279842620733056 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160307/stat : 160307 (fscip) S 160278 160281 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25703257 12294909952 2665241 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0

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

[pid=160281/tid=160308] ppid=160278 vsize=23796652 memory=104 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160308/stat : 160308 (fscip) S 160278 160281 157273 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160309] ppid=160278 vsize=23796652 memory=21851784 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160309/stat : 160309 (fscip) S 160278 160281 157273 0 -1 1077936192 295 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160310] ppid=160278 vsize=23796652 memory=21849756 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160310/stat : 160310 (fscip) S 160278 160281 157273 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160311] ppid=160278 vsize=23796652 memory=15400 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160311/stat : 160311 (fscip) S 160278 160281 157273 0 -1 1077936192 250 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160312] ppid=160278 vsize=23796652 memory=28496 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160312/stat : 160312 (fscip) S 160278 160281 157273 0 -1 1077936192 287 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160313] ppid=160278 vsize=23796652 memory=7644 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160313/stat : 160313 (fscip) S 160278 160281 157273 0 -1 1077936192 238 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160314] ppid=160278 vsize=23796652 memory=12248 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160314/stat : 160314 (fscip) S 160278 160281 157273 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160315] ppid=160278 vsize=23796652 memory=11684 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160315/stat : 160315 (fscip) S 160278 160281 157273 0 -1 1077936192 289 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160316] ppid=160278 vsize=23796652 memory=279842621732864 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160316/stat : 160316 (fscip) S 160278 160281 157273 0 -1 1077936192 351 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160317] ppid=160278 vsize=23796652 memory=21851768 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160317/stat : 160317 (fscip) S 160278 160281 157273 0 -1 1077936192 241 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160318] ppid=160278 vsize=23796652 memory=3672 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160318/stat : 160318 (fscip) S 160278 160281 157273 0 -1 1077936192 325 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160319] ppid=160278 vsize=23796652 memory=40372 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160319/stat : 160319 (fscip) S 160278 160281 157273 0 -1 1077936192 365 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160320] ppid=160278 vsize=23796652 memory=21851784 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160320/stat : 160320 (fscip) S 160278 160281 157273 0 -1 1077936192 285 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160321] ppid=160278 vsize=23796652 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160321/stat : 160321 (fscip) S 160278 160281 157273 0 -1 1077936192 288 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160322] ppid=160278 vsize=23796652 memory=26960 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160322/stat : 160322 (fscip) S 160278 160281 157273 0 -1 1077936192 244 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160323] ppid=160278 vsize=23796652 memory=31356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160323/stat : 160323 (fscip) S 160278 160281 157273 0 -1 1077936192 302 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160324] ppid=160278 vsize=23796652 memory=40372 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160324/stat : 160324 (fscip) S 160278 160281 157273 0 -1 1077936192 306 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5462946 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
Current children cumulated CPU time: 70823 s
Current children cumulated vsize: 23796652 KiB
Current children cumulated memory: 21851784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.6 s]
/proc/loadavg: 63.65 71.99 77.12 62/988 162447
/proc/meminfo: memFree=724648220/790760800 swapFree=131071996/131071996
[pid=160281] ppid=160278 vsize=23796652 memory=21852396 CPUtime=72001 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/stat : 160281 (fscip) S 160278 160281 157273 0 -1 1077936128 61452001 0 0 0 7193255 6842 0 0 20 0 41 0 25702099 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
/proc/160281/statm: 5949163 5463099 3030 3035 0 5758837 0
[pid=160281/tid=160283] ppid=160278 vsize=23796652 memory=5432 CPUtime=3603.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160283/stat : 160283 (fscip) R 160278 160281 157273 0 -1 4194368 1684016 0 0 0 360174 203 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160284] ppid=160278 vsize=23796652 memory=16108 CPUtime=3597.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160284/stat : 160284 (fscip) R 160278 160281 157273 0 -1 4194368 2005534 0 0 0 359434 351 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160285] ppid=160278 vsize=23796652 memory=2268 CPUtime=3601.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160285/stat : 160285 (fscip) R 160278 160281 157273 0 -1 4194368 5479925 0 0 0 359606 519 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160286] ppid=160278 vsize=23796652 memory=25333125866717268 CPUtime=3605.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160286/stat : 160286 (fscip) R 160278 160281 157273 0 -1 4194368 1669684 0 0 0 360347 193 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160287] ppid=160278 vsize=23796652 memory=0 CPUtime=3603.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160287/stat : 160287 (fscip) R 160278 160281 157273 0 -1 4194368 2212757 0 0 0 360084 286 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160288] ppid=160278 vsize=23796652 memory=0 CPUtime=3596.37 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160288/stat : 160288 (fscip) R 160278 160281 157273 0 -1 4194368 6374734 0 0 0 359039 598 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160289] ppid=160278 vsize=23796652 memory=1996 CPUtime=3604.41 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160289/stat : 160289 (fscip) R 160278 160281 157273 0 -1 4194368 1721038 0 0 0 360243 198 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160290] ppid=160278 vsize=23796652 memory=1836 CPUtime=3601.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160290/stat : 160290 (fscip) R 160278 160281 157273 0 -1 4194368 2002824 0 0 0 359882 228 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160291] ppid=160278 vsize=23796652 memory=38468 CPUtime=3600.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160291/stat : 160291 (fscip) R 160278 160281 157273 0 -1 4194368 5499816 0 0 0 359549 538 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160292] ppid=160278 vsize=23796652 memory=279842621914048 CPUtime=3600.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160292/stat : 160292 (fscip) R 160278 160281 157273 0 -1 4194368 1716897 0 0 0 359893 192 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160293] ppid=160278 vsize=23796652 memory=-5153075247756055141 CPUtime=3605.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160293/stat : 160293 (fscip) R 160278 160281 157273 0 -1 4194368 1969273 0 0 0 360298 298 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160294] ppid=160278 vsize=23796652 memory=0 CPUtime=3597.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160294/stat : 160294 (fscip) R 160278 160281 157273 0 -1 4194368 6096406 0 0 0 359150 567 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160295] ppid=160278 vsize=23796652 memory=6720668757141766242 CPUtime=3597.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160295/stat : 160295 (fscip) R 160278 160281 157273 0 -1 4194368 1594633 0 0 0 359606 181 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160296] ppid=160278 vsize=23796652 memory=107 CPUtime=3601.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160296/stat : 160296 (fscip) R 160278 160281 157273 0 -1 4194368 2037843 0 0 0 359788 318 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160297] ppid=160278 vsize=23796652 memory=52 CPUtime=3597.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160297/stat : 160297 (fscip) R 160278 160281 157273 0 -1 4194368 5824863 0 0 0 359196 569 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160298] ppid=160278 vsize=23796652 memory=0 CPUtime=3597.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160298/stat : 160298 (fscip) R 160278 160281 157273 0 -1 4194368 1718468 0 0 0 359530 255 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160299] ppid=160278 vsize=23796652 memory=6720668757141766242 CPUtime=3599.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160299/stat : 160299 (fscip) R 160278 160281 157273 0 -1 4194368 2027564 0 0 0 359716 210 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160300] ppid=160278 vsize=23796652 memory=28496 CPUtime=3592.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160300/stat : 160300 (fscip) R 160278 160281 157273 0 -1 4194368 5848344 0 0 0 358669 551 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160301] ppid=160278 vsize=23796652 memory=7644 CPUtime=3593.53 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160301/stat : 160301 (fscip) R 160278 160281 157273 0 -1 4194368 1695470 0 0 0 359065 288 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160302] ppid=160278 vsize=23796652 memory=26960 CPUtime=3596.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160302/stat : 160302 (fscip) R 160278 160281 157273 0 -1 4194368 1997253 0 0 0 359398 234 0 0 20 0 41 0 25702618 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160305] ppid=160278 vsize=23796652 memory=31356 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160305/stat : 160305 (fscip) S 160278 160281 157273 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160306] ppid=160278 vsize=23796652 memory=40372 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160306/stat : 160306 (fscip) S 160278 160281 157273 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160307] ppid=160278 vsize=23796652 memory=8240 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160307/stat : 160307 (fscip) S 160278 160281 157273 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160308] ppid=160278 vsize=23796652 memory=2112 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160308/stat : 160308 (fscip) S 160278 160281 157273 0 -1 1077936192 247 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160309] ppid=160278 vsize=23796652 memory=3308 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160309/stat : 160309 (fscip) S 160278 160281 157273 0 -1 1077936192 299 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160310] ppid=160278 vsize=23796652 memory=1704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160310/stat : 160310 (fscip) S 160278 160281 157273 0 -1 1077936192 200 0 0 0 3 0 0 0 20 0 41 0 25703257 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160311] ppid=160278 vsize=23796652 memory=3308 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160311/stat : 160311 (fscip) S 160278 160281 157273 0 -1 1077936192 255 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160312] ppid=160278 vsize=23796652 memory=1704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160312/stat : 160312 (fscip) S 160278 160281 157273 0 -1 1077936192 292 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160313] ppid=160278 vsize=23796652 memory=9472 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160313/stat : 160313 (fscip) S 160278 160281 157273 0 -1 1077936192 243 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160314] ppid=160278 vsize=23796652 memory=28356 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160314/stat : 160314 (fscip) S 160278 160281 157273 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160315] ppid=160278 vsize=23796652 memory=31828 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160315/stat : 160315 (fscip) S 160278 160281 157273 0 -1 1077936192 294 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160316] ppid=160278 vsize=23796652 memory=6720668757141766242 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160316/stat : 160316 (fscip) S 160278 160281 157273 0 -1 1077936192 357 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160317] ppid=160278 vsize=23796652 memory=2268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160317/stat : 160317 (fscip) S 160278 160281 157273 0 -1 1077936192 245 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160318] ppid=160278 vsize=23796652 memory=1996 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160318/stat : 160318 (fscip) S 160278 160281 157273 0 -1 1077936192 331 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160319] ppid=160278 vsize=23796652 memory=1836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160319/stat : 160319 (fscip) S 160278 160281 157273 0 -1 1077936192 371 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160320] ppid=160278 vsize=23796652 memory=38468 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160320/stat : 160320 (fscip) S 160278 160281 157273 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160321] ppid=160278 vsize=23796652 memory=6720668757141766242 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160321/stat : 160321 (fscip) S 160278 160281 157273 0 -1 1077936192 293 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160322] ppid=160278 vsize=23796652 memory=3672 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160322/stat : 160322 (fscip) S 160278 160281 157273 0 -1 1077936192 249 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160323] ppid=160278 vsize=23796652 memory=40372 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160323/stat : 160323 (fscip) S 160278 160281 157273 0 -1 1077936192 307 0 0 0 3 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
[pid=160281/tid=160324] ppid=160278 vsize=23796652 memory=8240 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/160281/task/160324/stat : 160324 (fscip) S 160278 160281 157273 0 -1 1077936192 311 0 0 0 2 0 0 0 20 0 41 0 25703258 24367771648 5463099 809668444160 4194304 16623229 140720908156208 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 46256128 140720908162057 140720908162175 140720908162175 140720908169200 0
Current children cumulated CPU time: 72001 s
Current children cumulated vsize: 23796652 KiB
Current children cumulated memory: 21852396 KiB

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

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

# cumulated CPU time of all completed processes:  user=71932.8 s, system=69.0098 s

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

[startup+3642 s]*
/proc/loadavg: 63.52 71.83 77.04 44/950 162448
/proc/meminfo: memFree=739980044/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3642.2 s]
/proc/loadavg: 63.52 71.83 77.04 44/950 162448
/proc/meminfo: memFree=739980044/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3642.2
CPU time (s): 72001.8
CPU user time (s): 71932.8
CPU system time (s): 69.0098
CPU usage (%): 1976.87
Max. virtual memory (cumulated for all children) (KiB): 23927724
Max. memory (cumulated for all children) (KiB): 21852396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71932.8
system time used= 69.0098
maximum resident set size= 21854444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61452011
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= 164225
involuntary context switches= 315804


# summary of solver processes directly reported to runsolver:
#   pid: 160281
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71932.8
#   total CPU system time (s): 69.0098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.164 second user time and 82.1072 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 11:32:33
IDJOB=4465909
IDBENCH=163951
IDSOLVER=3094
FILE ID=nodeD101/4465909-1722591153
RUNJOBID= nodeD101-1722587343-157284
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-stp3d.0.s.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-4465909-1722591153/watcher-4465909-1722591153 -o /tmp/evaluation-result-4465909-1722591153/solver-4465909-1722591153 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465909-1722591153.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 3669957ef10a08034abaee305bfecedd
RANDOM SEED=649370551

nodeD101.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	: 0x5003102
cpu MHz		: 3074.501
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 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	: 0x5003102
cpu MHz		: 2069.014
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3190.768
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3097.925
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3062.350
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 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	: 0x5003102
cpu MHz		: 1854.061
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3172.454
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3172.187
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3074.650
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 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	: 0x5003102
cpu MHz		: 3468.152
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3186.695
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.288
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3065.584
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 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	: 0x5003102
cpu MHz		: 3666.703
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.287
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3073.799
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 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	: 0x5003102
cpu MHz		: 2045.224
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3173.707
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.286
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2977.647
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 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	: 0x5003102
cpu MHz		: 2898.629
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3187.312
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3159.757
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2875.648
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 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	: 0x5003102
cpu MHz		: 3769.706
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3152.843
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3066.705
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 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	: 0x5003102
cpu MHz		: 1771.957
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3185.932
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.281
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3065.756
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 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	: 0x5003102
cpu MHz		: 1412.449
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3184.742
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.279
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3067.664
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 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	: 0x5003102
cpu MHz		: 2504.927
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3177.153
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3164.966
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3074.629
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 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	: 0x5003102
cpu MHz		: 3080.814
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3187.510
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3160.822
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3074.629
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 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	: 0x5003102
cpu MHz		: 3099.393
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3162.843
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3073.981
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 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	: 0x5003102
cpu MHz		: 3089.036
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3174.694
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3036.791
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 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	: 0x5003102
cpu MHz		: 3094.387
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3194.241
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3192.430
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3074.603
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 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	: 0x5003102
cpu MHz		: 2502.037
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.872
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3176.996
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3072.809
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 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	: 0x5003102
cpu MHz		: 3096.073
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3067.253
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3063.849
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 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	: 0x5003102
cpu MHz		: 3092.564
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3055.942
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3071.035
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 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	: 0x5003102
cpu MHz		: 3090.959
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3175.062
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3183.044
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3074.560
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 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	: 0x5003102
cpu MHz		: 3043.324
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3180.217
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3150.470
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3073.673
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 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	: 0x5003102
cpu MHz		: 2322.118
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3177.344
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3102.151
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        775436932 kB
MemAvailable:   775683084 kB
Buffers:          359088 kB
Cached:          3227112 kB
SwapCached:            0 kB
Active:           536532 kB
Inactive:       12228292 kB
Active(anon):       2128 kB
Inactive(anon):  9199056 kB
Active(file):     534404 kB
Inactive(file):  3029236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37240 kB
Writeback:             4 kB
AnonPages:       9178472 kB
Mapped:           127116 kB
Shmem:             22536 kB
KReclaimable:     204076 kB
Slab:             560424 kB
SReclaimable:     204076 kB
SUnreclaim:       356348 kB
KernelStack:       16976 kB
PageTables:        29844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1541468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           319104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622792 MiB
End job on nodeD101 at 2024-08-02 12:33:16