Trace number 4465395

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.3 3661.29

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-ns1853823.opb
MD5SUM3c426cde4ea6abbedea70a80ee72c27e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
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.58/1.60	c Default LC presolving (default).
1.58/1.61	c ** Before presolving: virtualMemUsedAtLc = 1222268724, getVmSize() = 843366400, SCIPgetMemUsed() = 776443228, SCIPgetMemTotal() = 798001516, SCIPgetMemExternEstim() = 424267208
1.58/1.61	c ** set memory limit for presolving in LC to 8.79224e+12 for SCIP **
13.35/13.45	c ** Estimated virtualMemUsedAtSolver = 1911465701, getVmSize() = 2594377728, SCIPgetMemUsed() = 1803575808, SCIPgetMemTotal() = 2442931344, SCIPgetMemExternEstim() = 424267208
13.35/13.45	c ** set memory limit for solvers to 4.18259e+11 for each SCIP **
13.35/13.45	c Original Problem   :
13.35/13.45	c   Problem name     : instance-4465395-1723607375
13.35/13.45	c   Variables        : 213440 (213440 binary, 0 integer, 0 implicit integer, 0 continuous)
13.35/13.45	c   Constraints      : 223870
13.35/13.45	c   Objective sense  : minimize
13.35/13.45	c Presolved Problem  :
13.35/13.45	c   Variables        : 213176 (213176 binary, 0 integer, 0 implicit integer, 0 continuous)
13.35/13.45	c   Constraints      : 223342
13.35/13.45	c Constraints        : Number
13.35/13.45	c   knapsack         : 196 
13.35/13.45	c   setppc           : 121968 
13.35/13.45	c   linear           : 10626 
13.35/13.45	c   logicor          : 90552 
13.35/13.45	c ** Instance transfer method used: 0
14.07/14.16	c ** ParaScipInstance copy does not increase the number of variables. **
25.76/25.67	c LC is working with racing ramp-up and with rebuilding tree after racing.
25.76/25.68	c                                Nodes    Active                                            
25.76/25.68	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
217.68/35.75	c *      36              0           1        20        2956.0000                -          -
217.68/35.75	c        36              0           1        20        2956.0000                -          -
541.50/52.65	c *      53              0           1        20        2890.0000                -          -
541.50/52.65	c        53              0           1        20        2890.0000                -          -
563.76/53.84	c *      54              0           1        20        2887.0000                -          -
567.31/54.12	c *      54              0           1        20        2884.0000                -          -
571.99/54.38	c *      54              0           1        20         327.0000                -          -
589.19/55.38	c *      55              0           1        20         312.0000                -          -
1035.54/78.29	c        78              2           1        20         312.0000           0.0000          -
1255.53/89.32	c        89              2           1        20         312.0000           0.0000          -
1660.39/109.77	c       110              3           4        20         312.0000           0.0000          -
1954.22/124.51	c       125             20          19        20         312.0000           0.0000          -
2307.23/142.31	c       142             21          22        20         312.0000           0.0000          -
2621.21/158.14	c       158             37          36        20         312.0000           0.0000          -
2908.04/172.65	c       173             41          42        20         312.0000           0.0000          -
3013.09/177.92	c       178             42          41        20         312.0000           0.0000          -
3058.66/180.29	c *     180             42          41        20         307.0000           0.0000          -
3114.92/183.13	c       183             52          51        20         307.0000           0.0000          -
3372.59/196.07	c       196             80          79        20         307.0000           0.0000          -
3493.55/202.14	c       202             61          62        20         307.0000           0.0000          -
3645.69/209.84	c       210             81          82        20         307.0000           0.0000          -
3772.60/216.28	c       216             76          75        20         307.0000           0.0000          -
3972.98/226.33	c       226             96          95        20         307.0000           0.0000          -
4109.92/233.21	c       233             81          82        20         307.0000           0.0000          -
4228.93/239.26	c       239            101         102        20         307.0000           0.0000          -
4357.82/245.73	c       246             92          91        20         307.0000           0.0000          -
4371.39/246.46	c *     246             92          91        20         303.0000           0.0000          -
4692.61/262.68	c       263            109         108        20         303.0000           0.0000          -
4817.58/268.92	c       269            121         122        20         303.0000           0.0000          -
4934.56/274.88	c       275            132         131        20         303.0000           0.0000          -
5035.74/279.95	c       280            132         131        20         303.0000           0.0000          -
5139.79/285.18	c       285            156         155        20         303.0000           0.0000          -
5248.04/290.66	c       291            162         161        20         303.0000           0.0000          -
5400.78/298.39	c       298            172         171        20         303.0000           0.0000          -
5501.91/303.43	c       303            182         181        20         303.0000           0.0000          -
5615.41/309.14	c       309            192         191        20         303.0000           0.0000          -
5723.85/314.64	c       315            192         191        20         303.0000           0.0000          -
5767.31/316.87	c *     317            202         201        20         299.0000           0.0000          -
5826.24/319.85	c       320            222         221        20         299.0000           0.0000          -
5895.20/323.33	c *     323            216         215        20         298.0000           0.0000          -
5924.88/324.87	c       325            216         215        20         298.0000           0.0000          -
6050.38/331.14	c       331            229         228        20         298.0000           0.0000          -
6083.50/332.86	c *     333            242         241        20         292.0000           0.0000          -
6156.20/336.52	c       337            251         250        20         292.0000           0.0000          -
6261.05/341.87	c       342            262         261        20         292.0000           0.0000          -
6364.59/347.05	c       347            276         275        20         292.0000           0.0000          -
6483.75/353.04	c       353            292         291        20         292.0000           0.0000          -
6602.65/359.08	c       359            302         301        20         292.0000           0.0000          -
6716.94/364.86	c       365            313         312        20         292.0000           0.0000          -
6785.94/368.35	c *     368            316         315        20         286.0000           0.0000          -
6817.57/370.02	c       370            316         315        20         286.0000           0.0000          -
6936.57/375.93	c       376            329         328        20         286.0000           0.0000          -
7035.73/381.01	c       381            332         331        20         286.0000           0.0000          -
7142.78/386.36	c       386            356         355        20         286.0000           0.0000          -
7249.81/391.75	c       392            377         376        20         286.0000           0.0000          -
7355.34/397.09	c       397            396         395        20         286.0000           0.0000          -
7459.92/402.30	c       402            416         415        20         286.0000           0.0000          -
7573.79/408.07	c       408            416         415        20         286.0000           0.0000          -
7683.99/413.60	c       414            430         429        20         286.0000           0.0000          -
7898.12/424.48	c       424            421         422        20         286.0000           0.0000          -
8151.81/437.28	c       437            441         442        20         286.0000           0.0000          -
8254.73/442.45	c       442            461         462        20         286.0000           0.0000          -
8357.84/447.69	c       448            461         462        20         286.0000           0.0000          -
8458.95/452.73	c       453            476         475        20         286.0000           0.0000          -
8559.96/457.85	c       458            518         517        20         286.0000           0.0000          -
8668.98/463.33	c       463            502         501        20         286.0000           0.0000          -
8779.96/468.96	c       469            522         521        20         286.0000           0.0000          -
8938.70/476.95	c       477            511         512        20         286.0000           0.0000          -
9446.30/502.55	c       503            511         512        20         286.0000           0.0000          -
9553.42/507.93	c       508            542         543        20         286.0000           0.0000          -
9662.50/513.48	c       513            543         542        20         286.0000           0.0000          -
9767.62/518.73	c       519            560         559        20         286.0000           0.0000          -
9900.49/525.42	c       525            581         580        20         286.0000           0.0000          -
10003.62/530.64	c       531            581         580        20         286.0000           0.0000          -
10108.71/535.99	c       536            582         581        20         286.0000           0.0000          -
10213.66/541.27	c       541            601         602        20         286.0000           0.0000          -
10320.70/546.70	c       547            602         601        20         286.0000           0.0000          -
10430.29/552.17	c       552            612         611        20         286.0000           0.0000          -
10538.64/557.60	c       558            642         641        20         286.0000           0.0000          -
10643.66/562.91	c       563            732         731        20         286.0000           0.0000          -
10745.49/568.09	c       568            743         742        20         286.0000           0.0000          -
10853.67/573.52	c       574            842         841        20         286.0000           0.0000          -
10952.78/578.57	c       579            822         821        20         286.0000           0.0000          -
11062.57/584.13	c       584            862         861        20         286.0000           0.0000          -
11163.75/589.17	c       589            902         901        20         286.0000           0.0000          -
11264.05/594.20	c       594            962         961        20         286.0000           0.0000          -
11369.11/599.58	c       600           1042        1041        20         286.0000           0.0000          -
11488.01/605.51	c       606           1042        1041        20         286.0000           0.0000          -
11587.16/610.56	c       611           1050           0        20         286.0000           0.0000          -
11690.30/615.76	c       616           1050           0        20         286.0000           0.0000          -
11799.26/621.21	c       621           1064          14        20         286.0000           0.0000          -
11902.33/626.40	c       626           1086          36        20         286.0000           0.0000          -
12005.25/631.64	c       632           1106          56        20         286.0000           0.0000          -
12106.18/636.75	c       637           1145          95        20         286.0000           0.0000          -
12209.07/642.02	c       642           1146          96        20         286.0000           0.0000          -
12318.07/647.42	c       647           1166         116        20         286.0000           0.0000          -
12419.10/652.55	c       653           1186         136        20         286.0000           0.0000          -
12520.05/657.67	c       658           1206         156        20         286.0000           0.0000          -
12625.15/662.98	c       663           1227         177        20         286.0000           0.0000          -
12734.20/668.41	c       668           1247         197        20         286.0000           0.0000          -
12837.27/673.62	c       674           1267         217        20         286.0000           0.0000          -
12950.29/679.33	c       679           1287         237        20         286.0000           0.0000          -
13051.41/684.44	c       684           1347         297        20         286.0000           0.0000          -
13154.44/689.66	c       690           1368         318        20         286.0000           0.0000          -
13262.12/695.06	c       695           1368         318        20         286.0000           0.0000          -
13368.49/700.48	c       700           1388         338        20         286.0000           0.0000          -
13473.48/705.78	c       706           1409         359        20         286.0000           0.0000          -
13574.61/710.81	c       711           1469         419        20         286.0000           0.0000          -
13678.49/716.08	c       716           1469         419        20         286.0000           0.0000          -
13786.70/721.56	c       722           1489         439        20         286.0000           0.0000          -
13898.14/727.17	c       727           1510         460        20         286.0000           0.0000          -
14000.76/732.37	c       732           1531         481        20         286.0000           0.0000          -
14119.58/738.34	c       738           1551         501        20         286.0000           0.0000          -
14228.63/743.83	c       744           1631         581        20         286.0000           0.0000          -
14327.76/748.85	c       749           1611         561        20         286.0000           0.0000          -
14436.79/754.35	c       754           1651         601        20         286.0000           0.0000          -
14559.67/760.59	c       761           1691         641        20         286.0000           0.0000          -
14682.54/766.79	c       767           1711         661        20         286.0000           0.0000          -
14799.50/772.63	c       773           1751         701        20         286.0000           0.0000          -
14904.57/778.01	c       778           1851         801        20         286.0000           0.0000          -
15008.22/783.19	c       783           1891         841        20         286.0000           0.0000          -
15107.38/788.19	c       788           1931         881        20         286.0000           0.0000          -
15215.55/793.63	c       794           1971         921        20         286.0000           0.0000          -
15320.62/798.90	c       799           1931         881        20         286.0000           0.0000          -
15422.47/804.08	c       804           2051        1001        20         286.0000           0.0000          -
15534.75/809.73	c       810           2051        1001        20         286.0000           0.0000          -
15651.72/815.66	c       816           2091        1041        20         286.0000           0.0000          -
15764.76/821.35	c       821           2211        1161        20         286.0000           0.0000          -
15873.81/826.88	c       827           2251        1201        20         286.0000           0.0000          -
15992.78/832.84	c       833           2271        1221        20         286.0000           0.0000          -
16096.33/838.09	c       838           2251        1201        20         286.0000           0.0000          -
16200.91/843.34	c       843           2351        1301        20         286.0000           0.0000          -
16305.98/848.66	c       849           2391        1341        20         286.0000           0.0000          -
16413.55/854.05	c       854           2371        1321        20         286.0000           0.0000          -
16514.75/859.15	c       859           2491        1441        20         286.0000           0.0000          -
16619.02/864.43	c       864           2471        1421        20         286.0000           0.0000          -
16722.11/869.63	c       870           2511        1461        20         286.0000           0.0000          -
16821.00/874.70	c       875           2551        1501        20         286.0000           0.0000          -
16922.01/879.79	c       880           2551        1501        20         286.0000           0.0000          -
17025.09/884.96	c       885           2651        1601        20         286.0000           0.0000          -
17126.94/890.07	c       890           2691        1641        20         286.0000           0.0000          -
17231.23/895.37	c       895           2691        1641        20         286.0000           0.0000          -
17340.23/900.80	c       901           2791        1741        20         286.0000           0.0000          -
17441.39/906.02	c       906           2911        1861        20         286.0000           0.0000          -
17546.20/911.29	c       911           2891        1841        20         286.0000           0.0000          -
17659.27/916.91	c       917           3011        1961        20         286.0000           0.0000          -
17763.06/922.18	c       922           3051        2001        20         286.0000           0.0000          -
17863.50/927.26	c       927           3071        2021        20         286.0000           0.0000          -
17981.20/933.17	c       933           3031        1981        20         286.0000           0.0000          -
18081.53/938.23	c       938           3171        2121        20         286.0000           0.0000          -
18190.61/943.76	c       944           3151        2101        20         286.0000           0.0000          -
18293.72/949.02	c       949           3191        2141        20         286.0000           0.0000          -
18404.75/954.59	c       955           3251        2201        20         286.0000           0.0000          -
18511.83/959.94	c       960           3291        2241        20         286.0000           0.0000          -
18622.78/965.52	c       966           3351        2301        20         286.0000           0.0000          -
18721.86/970.55	c       971           3391        2341        20         286.0000           0.0000          -
18824.97/975.73	c       976           3391        2341        20         286.0000           0.0000          -
18927.87/980.98	c       981           3571        2521        20         286.0000           0.0000          -
19029.68/986.10	c       986           3611        2561        20         286.0000           0.0000          -
19130.77/991.15	c       991           3531        2481        20         286.0000           0.0000          -
19245.08/997.02	c       997           3711        2661        20         286.0000           0.0000          -
19348.84/1002.18	c      1002           3631        2581        20         286.0000           0.0000          -
19463.16/1007.93	c      1008           3811        2761        20         286.0000           0.0000          -
19564.96/1013.08	c      1013           3731        2681        20         286.0000           0.0000          -
19667.33/1018.23	c      1018           3892        2842        20         286.0000           0.0000          -
19774.37/1023.65	c      1024           3851        2801        20         286.0000           0.0000          -
19883.86/1029.13	c      1029           3951        2901        20         286.0000           0.0000          -
19984.51/1034.20	c      1034           3911        2861        20         286.0000           0.0000          -
20100.13/1040.05	c      1040           3971        2921        20         286.0000           0.0000          -
20199.11/1045.07	c      1045           3991        2941        20         286.0000           0.0000          -
20313.52/1050.80	c      1051           4071        3021        20         286.0000           0.0000          -
20414.57/1055.94	c      1056           4111        3061        20         286.0000           0.0000          -
20518.34/1061.17	c      1061           4251        3201        20         286.0000           0.0000          -
20618.69/1066.21	c      1066           4131        3081        20         286.0000           0.0000          -
20721.67/1071.42	c      1071           4351        3301        20         286.0000           0.0000          -
20828.76/1076.82	c      1077           4231        3181        20         286.0000           0.0000          -
20929.89/1081.95	c      1082           4351        3301        20         286.0000           0.0000          -
21038.94/1087.44	c      1087           4331        3281        20         286.0000           0.0000          -
21144.04/1092.76	c      1093           4451        3401        20         286.0000           0.0000          -
21247.16/1097.93	c      1098           4591        3541        20         286.0000           0.0000          -
21350.81/1103.20	c      1103           4551        3501        20         286.0000           0.0000          -
21451.31/1108.27	c      1108           4691        3641        20         286.0000           0.0000          -
21564.36/1113.91	c      1114           4651        3601        20         286.0000           0.0000          -
21663.44/1119.02	c      1119           4791        3741        20         286.0000           0.0000          -
21762.60/1124.03	c      1124           4671        3621        20         286.0000           0.0000          -
21871.59/1129.47	c      1129           4791        3741        20         286.0000           0.0000          -
21980.68/1134.92	c      1135           4771        3721        20         286.0000           0.0000          -
22079.76/1140.00	c      1140           4951        3901        20         286.0000           0.0000          -
22198.70/1145.99	c      1146           4831        3731        20         286.0000           0.0000          -
22325.43/1152.32	c      1152           5011        3961        20         286.0000           0.0000          -
22430.54/1157.60	c      1158           5011        3961        20         286.0000           0.0000          -
22541.59/1163.29	c      1163           4991        3941        20         286.0000           0.0000          -
22644.69/1168.45	c      1168           5002        3719        20         286.0000           0.0000          -
22745.72/1173.55	c      1174           5002        3719        20         286.0000           0.0000          -
22848.84/1178.79	c      1179           5051        4001        20         286.0000           0.0000          -
22949.94/1183.88	c      1184           5021        3740        20         286.0000           0.0000          -
23062.94/1189.51	c      1190           5151        4101        20         286.0000           0.0000          -
23162.10/1194.59	c      1195           5291        4241        20         286.0000           0.0000          -
23269.15/1200.04	c      1200           5351        4301        20         286.0000           0.0000          -
23376.23/1205.32	c      1205           5391        4341        20         286.0000           0.0000          -
23479.31/1210.51	c      1211           5451        4401        20         286.0000           0.0000          -
23584.41/1215.88	c      1216           5391        4341        20         286.0000           0.0000          -
23685.54/1220.97	c      1221           5551        4501        20         286.0000           0.0000          -
23794.58/1226.42	c      1226           5491        4441        20         286.0000           0.0000          -
23893.74/1231.45	c      1231           5651        4601        20         286.0000           0.0000          -
24002.79/1236.90	c      1237           5591        4541        20         286.0000           0.0000          -
24117.63/1242.71	c      1243           5651        4601        20         286.0000           0.0000          -
24218.77/1247.84	c      1248           5691        4641        20         286.0000           0.0000          -
24324.55/1253.19	c      1253           5719        4669        20         286.0000           0.0000          -
24424.88/1258.21	c      1258           5702        4419        20         286.0000           0.0000          -
24531.98/1263.67	c      1264           5811        4761        20         286.0000           0.0000          -
24633.05/1268.80	c      1269           5851        4801        20         286.0000           0.0000          -
24738.87/1274.09	c      1274           5822        4539        20         286.0000           0.0000          -
24843.15/1279.30	c      1279           5951        4901        20         286.0000           0.0000          -
24944.36/1284.48	c      1284           5922        4639        20         286.0000           0.0000          -
25047.27/1289.63	c      1290           6051        5001        20         286.0000           0.0000          -
25152.36/1294.90	c      1295           6011        4158        20         286.0000           0.0000          -
25251.51/1299.98	c      1300           6151        5101        20         286.0000           0.0000          -
25356.57/1305.22	c      1305           6111        4258        20         286.0000           0.0000          -
25457.65/1310.30	c      1310           6151        4298        20         286.0000           0.0000          -
25558.79/1315.42	c      1315           6211        4358        20         286.0000           0.0000          -
25657.88/1320.48	c      1320           6251        4398        20         286.0000           0.0000          -
25762.99/1325.75	c      1326           6311        4458        20         286.0000           0.0000          -
25866.03/1330.90	c      1331           6451        5401        20         286.0000           0.0000          -
25967.67/1336.12	c      1336           6411        4558        20         286.0000           0.0000          -
26079.91/1341.77	c      1342           6652        5600        20         286.0000           0.0000          -
26182.88/1346.96	c      1347           6511        4658        20         286.0000           0.0000          -
26284.55/1352.12	c      1352           6651        5601        20         286.0000           0.0000          -
26386.85/1357.20	c      1357           6611        4758        20         286.0000           0.0000          -
26487.84/1362.36	c      1362           6651        4582        20         286.0000           0.0000          -
26586.86/1367.37	c      1367           6666        4597        20         286.0000           0.0000          -
26689.83/1372.52	c      1373           6791        5741        20         286.0000           0.0000          -
26788.58/1377.53	c      1378           6766        4697        20         286.0000           0.0000          -
26889.57/1382.65	c      1383           7032        5980        20         286.0000           0.0000          -
26990.52/1387.72	c      1388           7072        6020        20         286.0000           0.0000          -
27095.94/1393.13	c      1393           6906        4837        20         286.0000           0.0000          -
27196.82/1398.19	c      1398           7031        5981        20         286.0000           0.0000          -
27297.12/1403.24	c      1403           7006        4937        20         286.0000           0.0000          -
27398.12/1408.38	c      1408           7131        6081        20         286.0000           0.0000          -
27502.90/1413.69	c      1414           7312        6260        20         286.0000           0.0000          -
27610.31/1419.10	c      1419           7372        6320        20         286.0000           0.0000          -
27711.33/1424.18	c      1424           7206        5137        20         286.0000           0.0000          -
27815.54/1429.44	c      1429           7246        5177        20         286.0000           0.0000          -
27914.55/1434.48	c      1434           7512        6460        20         286.0000           0.0000          -
28015.55/1439.55	c      1440           7431        6381        20         286.0000           0.0000          -
28120.49/1444.89	c      1445           7491        6441        20         286.0000           0.0000          -
28229.43/1450.33	c      1450           7531        6481        20         286.0000           0.0000          -
28330.59/1455.45	c      1455           7591        6541        20         286.0000           0.0000          -
28442.10/1461.06	c      1461           7526        5457        20         286.0000           0.0000          -
28544.24/1466.23	c      1466           7651        6601        20         286.0000           0.0000          -
28647.22/1471.48	c      1471           7711        6661        20         286.0000           0.0000          -
28756.02/1476.91	c      1477           7892        6840        20         286.0000           0.0000          -
28855.04/1481.96	c      1482           7811        6761        20         286.0000           0.0000          -
28960.01/1487.26	c      1487           7992        6940        20         286.0000           0.0000          -
29068.99/1492.77	c      1493           7911        6861        20         286.0000           0.0000          -
29172.00/1497.91	c      1498           7846        5777        20         286.0000           0.0000          -
29273.74/1503.07	c      1503           7886        5817        20         286.0000           0.0000          -
29394.22/1509.16	c      1509           8212        7160        20         286.0000           0.0000          -
29514.26/1515.27	c      1515           8272        7220        20         286.0000           0.0000          -
29635.06/1521.39	c      1521           8332        7280        20         286.0000           0.0000          -
29736.08/1526.44	c      1526           8392        7340        20         286.0000           0.0000          -
29837.02/1531.54	c      1532           8432        7380        20         286.0000           0.0000          -
29946.56/1537.08	c      1537           8492        7440        20         286.0000           0.0000          -
30048.89/1542.25	c      1542           8266        6197        20         286.0000           0.0000          -
30149.89/1547.35	c      1547           8306        6237        20         286.0000           0.0000          -
30250.88/1552.42	c      1552           8612        7560        20         286.0000           0.0000          -
30351.98/1557.52	c      1558           8652        7600        20         286.0000           0.0000          -
30453.05/1562.66	c      1563           8712        7660        20         286.0000           0.0000          -
30564.08/1568.26	c      1568           8506        6437        20         286.0000           0.0000          -
30667.20/1573.43	c      1573           8546        6477        20         286.0000           0.0000          -
30781.00/1579.19	c      1579           8872        7820        20         286.0000           0.0000          -
30883.34/1584.31	c      1584           8771        7721        20         286.0000           0.0000          -
30982.49/1589.36	c      1589           8972        7920        20         286.0000           0.0000          -
31083.62/1594.44	c      1594           8871        7821        20         286.0000           0.0000          -
31202.35/1600.44	c      1600           8931        7881        20         286.0000           0.0000          -
31323.29/1606.60	c      1607           8991        7941        20         286.0000           0.0000          -
31444.26/1612.67	c      1613           9051        8001        20         286.0000           0.0000          -
31565.17/1618.74	c      1619           9111        8061        20         286.0000           0.0000          -
31664.32/1623.76	c      1624           9171        8121        20         286.0000           0.0000          -
31765.42/1628.80	c      1629           9211        8161        20         286.0000           0.0000          -
31872.43/1634.27	c      1634           9271        8221        20         286.0000           0.0000          -
31997.28/1640.51	c      1641           9146        7077        20         286.0000           0.0000          -
32110.27/1646.24	c      1646           9206        7137        20         286.0000           0.0000          -
32228.02/1652.19	c      1652           9572        8520        20         286.0000           0.0000          -
32332.21/1657.47	c      1657           9632        8580        20         286.0000           0.0000          -
32433.30/1662.53	c      1663           9519        8469        20         286.0000           0.0000          -
32540.32/1667.96	c      1668           9406        7337        20         286.0000           0.0000          -
32639.43/1673.03	c      1673           9611        8561        20         286.0000           0.0000          -
32746.40/1678.32	c      1678           9506        7437        20         286.0000           0.0000          -
32849.45/1683.56	c      1684           9892        8840        20         286.0000           0.0000          -
32950.43/1688.65	c      1689           9771        8721        20         286.0000           0.0000          -
33057.72/1694.04	c      1694           9992        8940        20         286.0000           0.0000          -
33158.81/1699.16	c      1699           9871        8821        20         286.0000           0.0000          -
33268.80/1704.79	c      1705           9931        8881        20         286.0000           0.0000          -
33369.89/1709.84	c      1710           9991        8941        20         286.0000           0.0000          -
33473.52/1715.11	c      1715          10212        9160        20         286.0000           0.0000          -
33575.72/1720.25	c      1720          10091        9041        20         286.0000           0.0000          -
33680.30/1725.57	c      1726           9926        7857        20         286.0000           0.0000          -
33783.29/1730.71	c      1731          10332        9280        20         286.0000           0.0000          -
33904.09/1736.81	c      1737          10332        9280        20         286.0000           0.0000          -
34023.03/1742.85	c      1743          10351        9301        20         286.0000           0.0000          -
34137.97/1748.69	c      1749          10351        9301        20         286.0000           0.0000          -
34250.77/1754.32	c      1754          10311        9261        20         286.0000           0.0000          -
34359.63/1759.89	c      1760          10330        9282        20         286.0000           0.0000          -
34472.65/1765.54	c      1766          10472        9420        20         286.0000           0.0000          -
34575.50/1770.78	c      1771          10326        8257        20         286.0000           0.0000          -
34686.50/1776.32	c      1776          10326        8257        20         286.0000           0.0000          -
34789.30/1781.59	c      1782          10471        9421        20         286.0000           0.0000          -
34892.31/1786.76	c      1787          10345        8278        20         286.0000           0.0000          -
35001.31/1792.20	c      1792          10551        9501        20         286.0000           0.0000          -
35102.44/1797.30	c      1797          10386        8317        20         286.0000           0.0000          -
35203.50/1802.40	c      1802          10651        9601        20         286.0000           0.0000          -
35312.53/1807.99	c      1808          10486        8417        20         286.0000           0.0000          -
35427.49/1813.78	c      1814          10771        9721        20         286.0000           0.0000          -
35528.51/1818.80	c      1819          10566        8497        20         286.0000           0.0000          -
35627.62/1823.89	c      1824          10606        8537        20         286.0000           0.0000          -
35744.57/1829.79	c      1830          10666        8597        20         286.0000           0.0000          -
35847.63/1834.94	c      1835          11172       10120        20         286.0000           0.0000          -
35946.74/1839.96	c      1840          11212       10160        20         286.0000           0.0000          -
36048.41/1845.04	c      1845          11272       10220        20         286.0000           0.0000          -
36147.64/1850.12	c      1850          11131       10081        20         286.0000           0.0000          -
36252.01/1855.36	c      1855          10906        8837        20         286.0000           0.0000          -
36359.11/1860.76	c      1861          10966        8897        20         286.0000           0.0000          -
36460.14/1865.82	c      1866          11291       10241        20         286.0000           0.0000          -
36559.06/1870.89	c      1871          11492       10440        20         286.0000           0.0000          -
36662.58/1876.05	c      1876          11106        9037        20         286.0000           0.0000          -
36781.72/1882.08	c      1882          11166        9097        20         286.0000           0.0000          -
36902.32/1888.13	c      1888          11471       10421        20         286.0000           0.0000          -
37016.80/1894.03	c      1894          11732       10680        20         286.0000           0.0000          -
37133.69/1899.90	c      1900          11792       10740        20         286.0000           0.0000          -
37239.45/1905.14	c      1905          11651       10601        20         286.0000           0.0000          -
37367.61/1911.65	c      1912          11446        9377        20         286.0000           0.0000          -
37478.59/1917.21	c      1917          11771       10721        20         286.0000           0.0000          -
37599.01/1923.33	c      1923          11526        9457        20         286.0000           0.0000          -
37712.72/1929.14	c      1929          11891       10841        20         286.0000           0.0000          -
37826.81/1934.89	c      1935          11951       10901        20         286.0000           0.0000          -
37927.93/1939.94	c      1940          12212       11160        20         286.0000           0.0000          -
38032.98/1945.21	c      1945          11746        9677        20         286.0000           0.0000          -
38132.07/1950.26	c      1950          12312       11260        20         286.0000           0.0000          -
38245.08/1956.01	c      1956          11846        9777        20         286.0000           0.0000          -
38368.64/1962.17	c      1962          12432       11380        20         286.0000           0.0000          -
38471.08/1967.37	c      1967          12291       11241        20         286.0000           0.0000          -
38574.17/1972.55	c      1973          12006        9937        20         286.0000           0.0000          -
38677.27/1977.75	c      1978          12066        9997        20         286.0000           0.0000          -
38780.31/1983.03	c      1983          12431       11381        20         286.0000           0.0000          -
38882.12/1988.12	c      1988          12672       11620        20         286.0000           0.0000          -
38984.28/1993.22	c      1993          12732       11680        20         286.0000           0.0000          -
39087.38/1998.44	c      1998          12571       11521        20         286.0000           0.0000          -
39190.51/2003.60	c      2004          12631       11581        20         286.0000           0.0000          -
39291.57/2008.75	c      2009          12892       11840        20         286.0000           0.0000          -
39399.23/2014.14	c      2014          12952       11900        20         286.0000           0.0000          -
39503.56/2019.41	c      2019          12791       11741        20         286.0000           0.0000          -
39606.66/2024.67	c      2025          13052       12000        20         286.0000           0.0000          -
39707.78/2029.72	c      2030          13112       12060        20         286.0000           0.0000          -
39813.65/2035.09	c      2035          13112       12060        20         286.0000           0.0000          -
39927.87/2040.81	c      2041          13112       12060        20         286.0000           0.0000          -
40031.41/2046.04	c      2046          13131       12081        20         286.0000           0.0000          -
40139.85/2051.54	c      2052          13131       12081        20         286.0000           0.0000          -
40256.85/2057.42	c      2057          13131       12081        20         286.0000           0.0000          -
40370.56/2063.19	c      2063          13131       12081        20         286.0000           0.0000          -
40474.96/2068.43	c      2068          13131       12081        20         286.0000           0.0000          -
40597.74/2074.69	c      2075          13131       12081        20         286.0000           0.0000          -
40722.60/2080.98	c      2081          13131       12081        20         286.0000           0.0000          -
40841.36/2086.95	c      2087          13131       12081        20         286.0000           0.0000          -
40956.16/2092.79	c      2093          13130       12082        20         286.0000           0.0000          -
41059.19/2097.96	c      2098          13130       12082        20         286.0000           0.0000          -
41160.61/2103.05	c      2103          13130       12082        20         286.0000           0.0000          -
41272.86/2108.79	c      2109          13130       12082        20         286.0000           0.0000          -
41373.86/2113.80	c      2114          13145       11078        20         286.0000           0.0000          -
41472.87/2118.87	c      2119          13145       11078        20         286.0000           0.0000          -
41573.88/2124.04	c      2124          13145       11078        20         286.0000           0.0000          -
41677.72/2129.19	c      2129          13145       11078        20         286.0000           0.0000          -
41787.76/2134.76	c      2135          13145       11078        20         286.0000           0.0000          -
41890.36/2139.93	c      2140          13145       11078        20         286.0000           0.0000          -
41994.00/2145.14	c      2145          13145       11078        20         286.0000           0.0000          -
42094.23/2150.27	c      2150          13692       12640        20         286.0000           0.0000          -
42205.09/2155.89	c      2156          13531       12481        20         286.0000           0.0000          -
42318.00/2161.56	c      2162          13591       12541        20         286.0000           0.0000          -
42424.68/2166.90	c      2167          13651       12601        20         286.0000           0.0000          -
42523.66/2172.01	c      2172          13912       12860        20         286.0000           0.0000          -
42630.61/2177.33	c      2177          13406       11337        20         286.0000           0.0000          -
42744.25/2183.12	c      2183          13811       12761        20         286.0000           0.0000          -
42856.40/2188.78	c      2189          13871       12821        20         286.0000           0.0000          -
42959.33/2193.92	c      2194          14152       13100        20         286.0000           0.0000          -
43058.18/2199.03	c      2199          13971       12921        20         286.0000           0.0000          -
43159.85/2204.05	c      2204          14252       13200        20         286.0000           0.0000          -
43270.06/2209.62	c      2210          14312       13260        20         286.0000           0.0000          -
43377.57/2215.10	c      2215          14372       13320        20         286.0000           0.0000          -
43478.61/2220.17	c      2220          13766       11697        20         286.0000           0.0000          -
43578.97/2225.20	c      2225          14432       13380        20         286.0000           0.0000          -
43677.99/2230.29	c      2230          13866       11797        20         286.0000           0.0000          -
43778.87/2235.32	c      2235          14552       13500        20         286.0000           0.0000          -
43877.84/2240.36	c      2240          14371       13321        20         286.0000           0.0000          -
43988.76/2246.01	c      2246          14652       13600        20         286.0000           0.0000          -
44092.35/2251.18	c      2251          14712       13660        20         286.0000           0.0000          -
44194.63/2256.39	c      2256          14126       12057        20         286.0000           0.0000          -
44301.70/2261.73	c      2262          14832       13780        20         286.0000           0.0000          -
44402.82/2266.85	c      2267          14226       12157        20         286.0000           0.0000          -
44508.41/2272.17	c      2272          14286       12217        20         286.0000           0.0000          -
44619.00/2277.76	c      2278          14731       13681        20         286.0000           0.0000          -
44729.94/2283.35	c      2283          14386       12317        20         286.0000           0.0000          -
44838.91/2288.81	c      2289          15112       14060        20         286.0000           0.0000          -
44942.79/2294.12	c      2294          15172       14120        20         286.0000           0.0000          -
45056.88/2299.87	c      2300          15232       14180        20         286.0000           0.0000          -
45169.82/2305.59	c      2306          15011       13961        20         286.0000           0.0000          -
45270.85/2310.65	c      2311          15352       14300        20         286.0000           0.0000          -
45375.94/2315.94	c      2316          14686       12617        20         286.0000           0.0000          -
45474.74/2321.01	c      2321          15432       14380        20         286.0000           0.0000          -
45573.90/2326.02	c      2326          14786       12717        20         286.0000           0.0000          -
45684.89/2331.55	c      2332          15291       14241        20         286.0000           0.0000          -
45794.54/2337.06	c      2337          15592       14540        20         286.0000           0.0000          -
45896.75/2342.26	c      2342          15652       14600        20         286.0000           0.0000          -
46003.73/2347.61	c      2348          15006       12937        20         286.0000           0.0000          -
46106.79/2352.81	c      2353          15491       14441        20         286.0000           0.0000          -
46207.87/2358.01	c      2358          15551       14501        20         286.0000           0.0000          -
46324.79/2363.87	c      2364          15892       14840        20         286.0000           0.0000          -
46441.73/2369.77	c      2370          15952       14900        20         286.0000           0.0000          -
46552.76/2375.31	c      2375          15286       13217        20         286.0000           0.0000          -
46659.83/2380.76	c      2381          16072       15020        20         286.0000           0.0000          -
46767.59/2386.18	c      2386          16132       15080        20         286.0000           0.0000          -
46876.04/2391.61	c      2392          16192       15140        20         286.0000           0.0000          -
46980.99/2396.93	c      2397          16252       15200        20         286.0000           0.0000          -
47091.97/2402.50	c      2402          15526       13457        20         286.0000           0.0000          -
47212.93/2408.67	c      2409          16352       15300        20         286.0000           0.0000          -
47320.61/2414.08	c      2414          16151       15101        20         286.0000           0.0000          -
47428.94/2419.52	c      2420          16211       15161        20         286.0000           0.0000          -
47535.84/2424.95	c      2425          16271       15221        20         286.0000           0.0000          -
47634.95/2430.02	c      2430          16572       15520        20         286.0000           0.0000          -
47736.73/2435.11	c      2435          15866       13797        20         286.0000           0.0000          -
47837.54/2440.19	c      2440          16692       15640        20         286.0000           0.0000          -
47942.11/2445.49	c      2445          16451       15401        20         286.0000           0.0000          -
48053.71/2451.06	c      2451          16026       13957        20         286.0000           0.0000          -
48160.04/2456.46	c      2456          16571       15521        20         286.0000           0.0000          -
48267.12/2461.85	c      2462          16631       15581        20         286.0000           0.0000          -
48374.18/2467.23	c      2467          16691       15641        20         286.0000           0.0000          -
48477.31/2472.44	c      2472          16751       15701        20         286.0000           0.0000          -
48576.45/2477.45	c      2477          16306       14237        20         286.0000           0.0000          -
48683.43/2482.84	c      2483          16346       14277        20         286.0000           0.0000          -
48790.41/2488.20	c      2488          16931       15881        20         286.0000           0.0000          -
48889.49/2493.25	c      2493          16426       14357        20         286.0000           0.0000          -
48998.56/2498.71	c      2499          17332       16280        20         286.0000           0.0000          -
49106.54/2504.18	c      2504          17352       16300        20         286.0000           0.0000          -
49218.54/2509.83	c      2510          16606       14537        20         286.0000           0.0000          -
49324.29/2515.19	c      2515          17231       16181        20         286.0000           0.0000          -
49424.65/2520.22	c      2520          16706       14637        20         286.0000           0.0000          -
49531.72/2525.69	c      2526          17331       16281        20         286.0000           0.0000          -
49641.53/2531.18	c      2531          17652       16600        20         286.0000           0.0000          -
49749.82/2536.61	c      2537          16886       14817        20         286.0000           0.0000          -
49854.91/2541.95	c      2542          16946       14877        20         286.0000           0.0000          -
49959.98/2547.27	c      2547          17832       16780        20         286.0000           0.0000          -
50065.01/2552.56	c      2553          17046       14977        20         286.0000           0.0000          -
50164.14/2557.59	c      2558          17952       16900        20         286.0000           0.0000          -
50271.16/2563.03	c      2563          18012       16960        20         286.0000           0.0000          -
50378.02/2568.39	c      2568          18072       17020        20         286.0000           0.0000          -
50483.12/2573.60	c      2574          17831       16781        20         286.0000           0.0000          -
50588.33/2578.96	c      2579          17891       16841        20         286.0000           0.0000          -
50693.31/2584.20	c      2584          17951       16901        20         286.0000           0.0000          -
50794.43/2589.37	c      2589          18011       16961        20         286.0000           0.0000          -
50895.06/2594.44	c      2594          18071       17021        20         286.0000           0.0000          -
51008.70/2600.14	c      2600          18131       17081        20         286.0000           0.0000          -
51115.00/2605.54	c      2606          17566       15497        20         286.0000           0.0000          -
51218.08/2610.78	c      2611          18512       17460        20         286.0000           0.0000          -
51321.20/2616.03	c      2616          18572       17520        20         286.0000           0.0000          -
51426.29/2621.23	c      2621          18632       17580        20         286.0000           0.0000          -
51529.40/2626.49	c      2626          18371       17321        20         286.0000           0.0000          -
51634.49/2631.71	c      2632          18431       17381        20         286.0000           0.0000          -
51735.64/2636.89	c      2637          18491       17441        20         286.0000           0.0000          -
51839.46/2642.06	c      2642          18551       17501        20         286.0000           0.0000          -
51940.57/2647.16	c      2647          18006       15937        20         286.0000           0.0000          -
52044.97/2652.48	c      2652          18066       15997        20         286.0000           0.0000          -
52146.04/2657.50	c      2658          18126       16057        20         286.0000           0.0000          -
52253.14/2662.93	c      2663          18771       17721        20         286.0000           0.0000          -
52354.97/2668.11	c      2668          18831       17781        20         286.0000           0.0000          -
52459.32/2673.30	c      2673          18286       16217        20         286.0000           0.0000          -
52560.47/2678.45	c      2678          18326       16257        20         286.0000           0.0000          -
52661.35/2683.57	c      2684          18366       16297        20         286.0000           0.0000          -
52762.32/2688.60	c      2689          19071       18021        20         286.0000           0.0000          -
52861.47/2693.67	c      2694          19412       18360        20         286.0000           0.0000          -
52966.56/2698.93	c      2699          19171       18121        20         286.0000           0.0000          -
53070.58/2704.19	c      2704          18546       16477        20         286.0000           0.0000          -
53176.64/2709.58	c      2710          19512       18460        20         286.0000           0.0000          -
53283.57/2714.94	c      2715          18646       16577        20         286.0000           0.0000          -
53390.49/2720.32	c      2720          19531       18481        20         286.0000           0.0000          -
53501.55/2725.94	c      2726          19531       18481        20         286.0000           0.0000          -
53603.35/2731.09	c      2731          19531       18481        20         286.0000           0.0000          -
53711.67/2736.55	c      2737          19491       18441        20         286.0000           0.0000          -
53816.69/2741.80	c      2742          19491       18441        20         286.0000           0.0000          -
53920.42/2747.09	c      2747          19510       18462        20         286.0000           0.0000          -
54024.73/2752.35	c      2752          19510       18462        20         286.0000           0.0000          -
54127.70/2757.59	c      2758          19510       18462        20         286.0000           0.0000          -
54228.62/2762.69	c      2763          19510       18462        20         286.0000           0.0000          -
54333.46/2767.91	c      2768          19206       17137        20         286.0000           0.0000          -
54435.23/2773.05	c      2773          19611       18561        20         286.0000           0.0000          -
54536.19/2778.20	c      2778          19306       17237        20         286.0000           0.0000          -
54638.34/2783.33	c      2783          20092       19040        20         286.0000           0.0000          -
54738.83/2788.44	c      2788          20152       19100        20         286.0000           0.0000          -
54839.83/2793.59	c      2794          19446       17377        20         286.0000           0.0000          -
54942.80/2798.71	c      2799          20272       19220        20         286.0000           0.0000          -
55041.83/2803.78	c      2804          19506       17437        20         286.0000           0.0000          -
55149.36/2809.16	c      2809          19506       17437        20         286.0000           0.0000          -
55251.65/2814.39	c      2814          19525       17458        20         286.0000           0.0000          -
55356.61/2819.63	c      2820          19525       17458        20         286.0000           0.0000          -
55459.57/2824.80	c      2825          19525       17458        20         286.0000           0.0000          -
55560.57/2829.91	c      2830          19525       17458        20         286.0000           0.0000          -
55659.47/2835.00	c      2835          19546       17477        20         286.0000           0.0000          -
55760.95/2840.10	c      2840          20712       19660        20         286.0000           0.0000          -
55863.17/2845.21	c      2845          20772       19720        20         286.0000           0.0000          -
55964.11/2850.32	c      2850          20832       19780        20         286.0000           0.0000          -
56065.02/2855.40	c      2855          20892       19840        20         286.0000           0.0000          -
56163.94/2860.42	c      2860          19826       17757        20         286.0000           0.0000          -
56262.85/2865.46	c      2865          21012       19960        20         286.0000           0.0000          -
56361.68/2870.47	c      2870          21072       20020        20         286.0000           0.0000          -
56460.54/2875.50	c      2876          20772       19700        20         286.0000           0.0000          -
56561.41/2880.51	c      2881          20046       17977        20         286.0000           0.0000          -
56660.30/2885.55	c      2886          20892       19820        20         286.0000           0.0000          -
56765.10/2890.85	c      2891          21292       20240        20         286.0000           0.0000          -
56866.16/2895.95	c      2896          21332       20280        20         286.0000           0.0000          -
56965.18/2901.00	c      2901          21072       20000        20         286.0000           0.0000          -
57067.11/2906.08	c      2906          20286       18217        20         286.0000           0.0000          -
57169.40/2911.20	c      2911          20286       18217        20         286.0000           0.0000          -
57270.50/2916.32	c      2916          20286       18217        20         286.0000           0.0000          -
57373.58/2921.56	c      2922          20286       18217        20         286.0000           0.0000          -
57478.65/2926.81	c      2927          20286       18217        20         286.0000           0.0000          -
57582.36/2932.08	c      2932          20286       18217        20         286.0000           0.0000          -
57684.77/2937.23	c      2937          20286       18217        20         286.0000           0.0000          -
57783.62/2942.29	c      2942          20286       18217        20         286.0000           0.0000          -
57884.54/2947.39	c      2947          20286       18217        20         286.0000           0.0000          -
57985.36/2952.48	c      2952          20286       18217        20         286.0000           0.0000          -
58086.49/2957.55	c      2958          20286       18217        20         286.0000           0.0000          -
58187.55/2962.62	c      2963          20286       18217        20         286.0000           0.0000          -
58286.67/2967.67	c      2968          20286       18217        20         286.0000           0.0000          -
58387.75/2972.73	c      2973          21872       20800        20         286.0000           0.0000          -
58488.88/2977.83	c      2978          22292       21240        20         286.0000           0.0000          -
58590.00/2983.03	c      2983          20366       18297        20         286.0000           0.0000          -
58694.99/2988.27	c      2988          20426       18357        20         286.0000           0.0000          -
58802.04/2993.68	c      2994          20486       18417        20         286.0000           0.0000          -
58901.12/2998.69	c      2999          20546       18477        20         286.0000           0.0000          -
59010.81/3004.17	c      3004          22572       21520        20         286.0000           0.0000          -
59111.14/3009.26	c      3009          22292       21220        20         286.0000           0.0000          -
59216.16/3014.56	c      3015          20726       18657        20         286.0000           0.0000          -
59319.05/3019.78	c      3020          22392       21320        20         286.0000           0.0000          -
59420.18/3024.83	c      3025          22452       21380        20         286.0000           0.0000          -
59521.30/3029.93	c      3030          22892       21840        20         286.0000           0.0000          -
59626.31/3035.28	c      3035          20946       18877        20         286.0000           0.0000          -
59727.23/3040.34	c      3040          22632       21560        20         286.0000           0.0000          -
59828.35/3045.40	c      3045          22692       21620        20         286.0000           0.0000          -
59927.49/3050.42	c      3050          21126       19057        20         286.0000           0.0000          -
60028.55/3055.51	c      3056          21186       19117        20         286.0000           0.0000          -
60127.60/3060.54	c      3061          23272       22220        20         286.0000           0.0000          -
60226.67/3065.58	c      3066          21286       19217        20         286.0000           0.0000          -
60329.62/3070.70	c      3071          21306       19237        20         286.0000           0.0000          -
60428.75/3075.73	c      3076          23032       21960        20         286.0000           0.0000          -
60527.89/3080.79	c      3081          23072       22000        20         286.0000           0.0000          -
60626.94/3085.80	c      3086          23132       22060        20         286.0000           0.0000          -
60727.85/3090.87	c      3091          23592       22540        20         286.0000           0.0000          -
60826.94/3095.90	c      3096          23652       22600        20         286.0000           0.0000          -
60927.96/3100.91	c      3101          21646       19577        20         286.0000           0.0000          -
61026.94/3105.93	c      3106          23772       22720        20         286.0000           0.0000          -
61125.82/3110.96	c      3111          21766       19697        20         286.0000           0.0000          -
61229.37/3116.16	c      3116          21826       19757        20         286.0000           0.0000          -
61335.69/3121.53	c      3122          21886       19817        20         286.0000           0.0000          -
61445.34/3127.11	c      3127          24032       22980        20         286.0000           0.0000          -
61555.79/3132.68	c      3133          24112       23060        20         286.0000           0.0000          -
61660.88/3137.97	c      3138          24172       23120        20         286.0000           0.0000          -
61764.65/3143.17	c      3143          22126       20057        20         286.0000           0.0000          -
61866.94/3148.35	c      3148          24272       23220        20         286.0000           0.0000          -
61972.02/3153.61	c      3154          22246       20177        20         286.0000           0.0000          -
62077.04/3158.91	c      3159          22286       20217        20         286.0000           0.0000          -
62178.72/3164.04	c      3164          22326       20257        20         286.0000           0.0000          -
62286.63/3169.59	c      3170          24512       23460        20         286.0000           0.0000          -
62387.50/3174.67	c      3175          22446       20377        20         286.0000           0.0000          -
62488.36/3179.77	c      3180          22506       20437        20         286.0000           0.0000          -
62594.26/3185.12	c      3185          22566       20497        20         286.0000           0.0000          -
62696.48/3190.20	c      3190          24772       23720        20         286.0000           0.0000          -
62803.57/3195.66	c      3196          24392       23320        20         286.0000           0.0000          -
62904.69/3200.79	c      3201          22746       20677        20         286.0000           0.0000          -
63015.72/3206.38	c      3206          24972       23920        20         286.0000           0.0000          -
63118.81/3211.53	c      3212          25032       23980        20         286.0000           0.0000          -
63220.12/3216.63	c      3217          24652       23580        20         286.0000           0.0000          -
63325.03/3221.92	c      3222          22986       20917        20         286.0000           0.0000          -
63434.12/3227.42	c      3227          25232       24180        20         286.0000           0.0000          -
63541.17/3232.85	c      3233          24852       23780        20         286.0000           0.0000          -
63642.30/3238.00	c      3238          24912       23840        20         286.0000           0.0000          -
63751.28/3243.41	c      3243          23206       21137        20         286.0000           0.0000          -
63860.33/3248.94	c      3249          23266       21197        20         286.0000           0.0000          -
63961.96/3254.11	c      3254          25112       24040        20         286.0000           0.0000          -
64063.14/3259.18	c      3259          23346       21277        20         286.0000           0.0000          -
64175.43/3264.83	c      3265          23406       21337        20         286.0000           0.0000          -
64276.55/3270.01	c      3270          25712       24660        20         286.0000           0.0000          -
64378.17/3275.04	c      3275          25332       24260        20         286.0000           0.0000          -
64486.56/3280.58	c      3281          23586       21517        20         286.0000           0.0000          -
64598.44/3286.16	c      3286          25912       24860        20         286.0000           0.0000          -
64710.61/3291.83	c      3292          25532       24460        20         286.0000           0.0000          -
64814.32/3297.10	c      3297          26052       25000        20         286.0000           0.0000          -
64916.58/3302.23	c      3302          23826       21757        20         286.0000           0.0000          -
65017.62/3307.34	c      3307          23886       21817        20         286.0000           0.0000          -
65126.61/3312.80	c      3313          23946       21877        20         286.0000           0.0000          -
65232.37/3318.14	c      3318          25852       24780        20         286.0000           0.0000          -
65332.83/3323.21	c      3323          24066       21997        20         286.0000           0.0000          -
65433.95/3328.32	c      3328          24126       22057        20         286.0000           0.0000          -
65543.01/3333.86	c      3334          26032       24960        20         286.0000           0.0000          -
65646.68/3339.05	c      3339          24246       22177        20         286.0000           0.0000          -
65747.84/3344.14	c      3344          24274       22205        20         286.0000           0.0000          -
65847.02/3349.17	c      3349          24326       22257        20         286.0000           0.0000          -
65949.33/3354.32	c      3354          24386       22317        20         286.0000           0.0000          -
66056.38/3359.76	c      3360          24446       22377        20         286.0000           0.0000          -
66157.49/3364.85	c      3365          26372       25300        20         286.0000           0.0000          -
66270.45/3370.53	c      3371          24566       22497        20         286.0000           0.0000          -
66375.35/3375.86	c      3376          26512       25440        20         286.0000           0.0000          -
66476.39/3380.91	c      3381          24686       22617        20         286.0000           0.0000          -
66581.45/3386.26	c      3386          27132       26080        20         286.0000           0.0000          -
66684.53/3391.43	c      3391          27192       26140        20         286.0000           0.0000          -
66787.59/3396.61	c      3397          27252       26200        20         286.0000           0.0000          -
66888.55/3401.72	c      3402          24926       22857        20         286.0000           0.0000          -
66989.67/3406.81	c      3407          24986       22917        20         286.0000           0.0000          -
67090.71/3411.90	c      3412          25046       22977        20         286.0000           0.0000          -
67197.75/3417.34	c      3417          25106       23037        20         286.0000           0.0000          -
67298.77/3422.49	c      3422          25166       23097        20         286.0000           0.0000          -
67399.82/3427.53	c      3428          25206       23137        20         286.0000           0.0000          -
67504.86/3432.88	c      3433          25206       23137        20         286.0000           0.0000          -
67604.02/3437.89	c      3438          25206       23137        20         286.0000           0.0000          -
67713.04/3443.36	c      3443          25206       23137        20         286.0000           0.0000          -
67823.79/3448.96	c      3449          25206       23137        20         286.0000           0.0000          -
67925.48/3454.07	c      3454          25206       23137        20         286.0000           0.0000          -
68033.89/3459.51	c      3460          25206       23137        20         286.0000           0.0000          -
68135.02/3464.67	c      3465          25206       23137        20         286.0000           0.0000          -
68240.08/3469.93	c      3470          25206       23137        20         286.0000           0.0000          -
68343.70/3475.20	c      3475          25206       23137        20         286.0000           0.0000          -
68452.02/3480.65	c      3481          25206       23137        20         286.0000           0.0000          -
68557.01/3485.96	c      3486          25206       23137        20         286.0000           0.0000          -
68660.61/3491.16	c      3491          25206       23137        20         286.0000           0.0000          -
68761.02/3496.22	c      3496          25206       23137        20         286.0000           0.0000          -
68867.96/3501.63	c      3502          25206       23137        20         286.0000           0.0000          -
68975.59/3507.11	c      3507          25206       23137        20         286.0000           0.0000          -
69076.57/3512.19	c      3512          25206       23137        20         286.0000           0.0000          -
69190.80/3517.96	c      3518          25206       23137        20         286.0000           0.0000          -
69295.75/3523.25	c      3523          25206       23137        20         286.0000           0.0000          -
69398.76/3528.42	c      3528          28252       27180        20         286.0000           0.0000          -
69501.73/3533.69	c      3534          25274       23205        20         286.0000           0.0000          -
69602.72/3538.78	c      3539          25326       23257        20         286.0000           0.0000          -
69705.68/3543.97	c      3544          28452       27380        20         286.0000           0.0000          -
69807.28/3549.05	c      3549          25446       23377        20         286.0000           0.0000          -
69909.61/3554.23	c      3554          25506       23437        20         286.0000           0.0000          -
70010.60/3559.36	c      3559          29172       28120        20         286.0000           0.0000          -
70111.59/3564.46	c      3564          29232       28180        20         286.0000           0.0000          -
70212.58/3569.53	c      3570          29252       28200        20         286.0000           0.0000          -
70313.57/3574.60	c      3575          28852       27780        20         286.0000           0.0000          -
70412.57/3579.69	c      3580          28912       27840        20         286.0000           0.0000          -
70513.57/3584.74	c      3585          25866       23797        20         286.0000           0.0000          -
70614.55/3589.80	c      3590          29512       28460        20         286.0000           0.0000          -
70713.58/3594.83	c      3595          29532       28480        20         286.0000           0.0000          -
70812.52/3599.88	c      3600          29172       28100        20         286.0000           0.0000          -
70913.66/3604.95	c      3605          29232       28160        20         286.0000           0.0000          -
71015.18/3610.04	c      3610          26166       24097        20         286.0000           0.0000          -
71114.22/3615.13	c      3615          29332       28260        20         286.0000           0.0000          -
71215.03/3620.17	c      3620          26254       24185        20         286.0000           0.0000          -
71319.43/3625.46	c      3625          26306       24237        20         286.0000           0.0000          -
71422.39/3630.67	c      3631          29532       28460        20         286.0000           0.0000          -
71525.36/3635.89	c      3636          29592       28520        20         286.0000           0.0000          -
71628.93/3641.10	c      3641          26466       24397        20         286.0000           0.0000          -
71741.22/3646.77	c      3647          29732       28660        20         286.0000           0.0000          -
71840.23/3651.78	c      3652          30232       29180        20         286.0000           0.0000          -
71949.16/3657.23	c      3657          30272       29220        20         286.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (188772 MiB free)
  memory of node 1: 193494 MiB (190326 MiB free)
  memory of node 2: 193531 MiB (191467 MiB free)
  memory of node 3: 193531 MiB (190103 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-4465395-1723607375/watcher-4465395-1723607375 -o /tmp/evaluation-result-4465395-1723607375/solver-4465395-1723607375 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750326 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465395-1723607375.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): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=750377, runsolver pid=750374
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778676336/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=149344 memory=136984 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/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 32122 0 0 0 6 5 0 0 20 0 1 0 127320649 152928256 34246 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 37336 34246 2347 3035 0 33732 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 149344 KiB
Current children cumulated memory: 136984 KiB

[startup+0.219581 s]*
/proc/loadavg: 18.49 20.68 35.38 5/859 750378
/proc/meminfo: memFree=778334928/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=235812 memory=223128 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 53699 0 0 0 16 8 0 0 20 0 1 0 127320649 241471488 55782 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 58953 55782 2347 3035 0 55349 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 235812 KiB
Current children cumulated memory: 223128 KiB

[startup+0.324005 s]*
/proc/loadavg: 18.49 20.68 35.38 5/857 750378
/proc/meminfo: memFree=778194312/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=264208 memory=251440 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 60729 0 0 0 25 9 0 0 20 0 1 0 127320649 270548992 62860 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 66052 62860 2347 3035 0 62448 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 264208 KiB
Current children cumulated memory: 251440 KiB

[startup+0.700244 s]
/proc/loadavg: 18.49 20.68 35.38 5/857 750378
/proc/meminfo: memFree=778032364/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=347396 memory=334840 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 81586 0 0 0 56 12 0 0 20 0 1 0 127320649 355733504 83710 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 86849 83710 2347 3035 0 83245 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 347396 KiB
Current children cumulated memory: 334840 KiB

[startup+1.50025 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=777526836/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=774056 memory=762236 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/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 189011 0 0 0 121 28 0 0 20 0 1 0 127320649 792633344 190559 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 193514 190559 2555 3035 0 189910 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 774056 KiB
Current children cumulated memory: 762236 KiB

[startup+3.11889 s]
/proc/loadavg: 18.49 20.68 35.38 5/863 750389
/proc/meminfo: memFree=776562548/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=1172364 memory=1143612 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/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 236815 0 0 0 267 43 0 0 20 0 1 0 127320649 1200500736 285903 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 293091 285903 2694 3035 0 289487 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1172364 KiB
Current children cumulated memory: 1143612 KiB

[startup+6.30025 s]
/proc/loadavg: 17.33 20.40 35.21 5/863 750389
/proc/meminfo: memFree=776018036/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=1233344 memory=1201300 CPUtime=6.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 308987 0 0 0 571 56 0 0 20 0 1 0 127320649 1262944256 300325 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 308336 300325 2774 3035 0 304732 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1233344 KiB
Current children cumulated memory: 1201300 KiB

[startup+12.7002 s]
/proc/loadavg: 16.26 20.13 35.04 5/863 750391
/proc/meminfo: memFree=772856732/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=2289584 memory=2081368 CPUtime=12.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) R 750374 750377 750315 0 -1 4194304 339609 0 0 0 1189 76 0 0 20 0 1 0 127320649 2344534016 520342 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 572396 520342 2790 3035 0 568792 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2289584 KiB
Current children cumulated memory: 2081368 KiB

[startup+25.5005 s]
/proc/loadavg: 13.54 19.34 34.54 5/883 750413
/proc/meminfo: memFree=763278764/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=10492944 memory=9043884 CPUtime=25.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) S 750374 750377 750315 0 -1 1077936128 2098437 0 0 0 2237 329 0 0 20 0 21 0 127320649 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 2623236 2260971 2790 3035 0 2348467 0
[pid=750377/tid=750392] ppid=750374 vsize=10492944 memory=51344 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750392/stat : 750392 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750393] ppid=750374 vsize=10492944 memory=25333125866717268 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750393/stat : 750393 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 48 10 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750394] ppid=750374 vsize=10492944 memory=33000 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750394/stat : 750394 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750395] ppid=750374 vsize=10492944 memory=10544 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750395/stat : 750395 (fscip) S 750374 750377 750315 0 -1 1077936192 83182 0 0 0 46 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750396] ppid=750374 vsize=10492944 memory=10544 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750396/stat : 750396 (fscip) S 750374 750377 750315 0 -1 1077936192 83180 0 0 0 47 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750397] ppid=750374 vsize=10492944 memory=5512 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750397/stat : 750397 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 47 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750398] ppid=750374 vsize=10492944 memory=2316 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750398/stat : 750398 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 12 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750399] ppid=750374 vsize=10492944 memory=3472275541225398525 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750399/stat : 750399 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750400] ppid=750374 vsize=10492944 memory=0 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750400/stat : 750400 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 45 12 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750401] ppid=750374 vsize=10492944 memory=6331612 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750401/stat : 750401 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 48 10 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750402] ppid=750374 vsize=10492944 memory=0 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750402/stat : 750402 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 47 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750403] ppid=750374 vsize=10492944 memory=1201300 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750403/stat : 750403 (fscip) S 750374 750377 750315 0 -1 1077936192 83180 0 0 0 44 13 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750404] ppid=750374 vsize=10492944 memory=0 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750404/stat : 750404 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 12 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750405] ppid=750374 vsize=10492944 memory=25333125866717268 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750405/stat : 750405 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 45 12 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750406] ppid=750374 vsize=10492944 memory=279799134483712 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750406/stat : 750406 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 48 10 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750407] ppid=750374 vsize=10492944 memory=25333125866717268 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750407/stat : 750407 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 48 10 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750408] ppid=750374 vsize=10492944 memory=0 CPUtime=0.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750408/stat : 750408 (fscip) R 750374 750377 750315 0 -1 4194368 71387 0 0 0 30 9 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750409] ppid=750374 vsize=10492944 memory=3362727466034804 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750409/stat : 750409 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 45 12 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750410] ppid=750374 vsize=10492944 memory=0 CPUtime=0.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750410/stat : 750410 (fscip) S 750374 750377 750315 0 -1 1077936192 83180 0 0 0 45 13 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750411] ppid=750374 vsize=10492944 memory=3362727466034785 CPUtime=0.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750411/stat : 750411 (fscip) S 750374 750377 750315 0 -1 1077936192 83181 0 0 0 46 11 0 0 20 0 21 0 127321995 10744774656 2260971 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
Current children cumulated CPU time: 25.66 s
Current children cumulated vsize: 10492944 KiB
Current children cumulated memory: 9043884 KiB

[startup+51.1297 s]
/proc/loadavg: 22.16 20.86 34.64 43/944 750481
/proc/meminfo: memFree=713572624/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=50826772 memory=48071828 CPUtime=512.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) S 750374 750377 750315 0 -1 1077936128 10279912 0 0 0 48542 2734 0 0 20 0 41 0 127320649 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 12706693 12017957 2902 3035 0 12508689 0
[pid=750377/tid=750392] ppid=750374 vsize=50826772 memory=1201300 CPUtime=25.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750392/stat : 750392 (fscip) R 750374 750377 750315 0 -1 4194368 359773 0 0 0 2362 173 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750393] ppid=750374 vsize=50826772 memory=279799134456496 CPUtime=24.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750393/stat : 750393 (fscip) R 750374 750377 750315 0 -1 4194368 591374 0 0 0 2360 120 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750394] ppid=750374 vsize=50826772 memory=25333125866717268 CPUtime=24.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750394/stat : 750394 (fscip) R 750374 750377 750315 0 -1 4194368 554465 0 0 0 2364 104 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750395] ppid=750374 vsize=50826772 memory=1668 CPUtime=25.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750395/stat : 750395 (fscip) R 750374 750377 750315 0 -1 4194368 361975 0 0 0 2360 175 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750396] ppid=750374 vsize=50826772 memory=0 CPUtime=24.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750396/stat : 750396 (fscip) R 750374 750377 750315 0 -1 4194368 556876 0 0 0 2365 119 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750397] ppid=750374 vsize=50826772 memory=0 CPUtime=24.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750397/stat : 750397 (fscip) R 750374 750377 750315 0 -1 4194368 537227 0 0 0 2369 99 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750398] ppid=750374 vsize=50826772 memory=47028364 CPUtime=25.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750398/stat : 750398 (fscip) R 750374 750377 750315 0 -1 4194368 360958 0 0 0 2345 176 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750399] ppid=750374 vsize=50826772 memory=10544 CPUtime=24.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750399/stat : 750399 (fscip) R 750374 750377 750315 0 -1 4194368 563708 0 0 0 2368 116 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750400] ppid=750374 vsize=50826772 memory=5512 CPUtime=24.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750400/stat : 750400 (fscip) R 750374 750377 750315 0 -1 4194368 543820 0 0 0 2357 104 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750401] ppid=750374 vsize=50826772 memory=279799136480064 CPUtime=25.31 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750401/stat : 750401 (fscip) R 750374 750377 750315 0 -1 4194368 372223 0 0 0 2354 177 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750402] ppid=750374 vsize=50826772 memory=0 CPUtime=24.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750402/stat : 750402 (fscip) R 750374 750377 750315 0 -1 4194368 563425 0 0 0 2359 118 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750403] ppid=750374 vsize=50826772 memory=1275 CPUtime=24.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750403/stat : 750403 (fscip) R 750374 750377 750315 0 -1 4194368 554040 0 0 0 2355 102 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750404] ppid=750374 vsize=50826772 memory=48034348 CPUtime=25.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750404/stat : 750404 (fscip) R 750374 750377 750315 0 -1 4194368 366807 0 0 0 2366 168 0 0 20 0 41 0 127321995 52046614528 12017957 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0

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

/proc/750377/task/750420/stat : 750420 (fscip) S 750374 750377 750315 0 -1 1077936192 567 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750421] ppid=750374 vsize=61853136 memory=58534404 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/750377/task/750421/stat : 750421 (fscip) S 750374 750377 750315 0 -1 1077936192 851 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750422] ppid=750374 vsize=61853136 memory=25333125866717268 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/750377/task/750422/stat : 750422 (fscip) S 750374 750377 750315 0 -1 1077936192 361 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750423] ppid=750374 vsize=61853136 memory=7524497282223596388 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/750377/task/750423/stat : 750423 (fscip) S 750374 750377 750315 0 -1 1077936192 365 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750424] ppid=750374 vsize=61853136 memory=58542556 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/750377/task/750424/stat : 750424 (fscip) S 750374 750377 750315 0 -1 1077936192 397 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750425] ppid=750374 vsize=61853136 memory=25031 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/750377/task/750425/stat : 750425 (fscip) S 750374 750377 750315 0 -1 1077936192 552 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750426] ppid=750374 vsize=61853136 memory=58542644 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/750377/task/750426/stat : 750426 (fscip) S 750374 750377 750315 0 -1 1077936192 272 0 0 0 2 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750427] ppid=750374 vsize=61853136 memory=58542556 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/750377/task/750427/stat : 750427 (fscip) S 750374 750377 750315 0 -1 1077936192 457 0 0 0 2 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750428] ppid=750374 vsize=61853136 memory=10544 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/750377/task/750428/stat : 750428 (fscip) S 750374 750377 750315 0 -1 1077936192 442 0 0 0 2 1 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750429] ppid=750374 vsize=61853136 memory=5512 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/750377/task/750429/stat : 750429 (fscip) S 750374 750377 750315 0 -1 1077936192 573 0 0 0 0 3 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750430] ppid=750374 vsize=61853136 memory=58542644 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/750377/task/750430/stat : 750430 (fscip) S 750374 750377 750315 0 -1 1077936192 430 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750431] ppid=750374 vsize=61853136 memory=3690479121333095138 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/750377/task/750431/stat : 750431 (fscip) S 750374 750377 750315 0 -1 1077936192 283 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750432] ppid=750374 vsize=61853136 memory=3472610883716196723 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/750377/task/750432/stat : 750432 (fscip) S 750374 750377 750315 0 -1 1077936192 344 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750433] ppid=750374 vsize=61853136 memory=3833460712937583671 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/750377/task/750433/stat : 750433 (fscip) S 750374 750377 750315 0 -1 1077936192 367 0 0 0 2 0 0 0 20 0 41 0 127323221 63337611264 14635663 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
Current children cumulated CPU time: 71654.1 s
Current children cumulated vsize: 61853136 KiB
Current children cumulated memory: 58542652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3659.8 s]
/proc/loadavg: 69.46 75.21 77.27 68/997 752502
/proc/meminfo: memFree=632827840/790760804 swapFree=131071996/131071996
[pid=750377] ppid=750374 vsize=61853136 memory=58542672 CPUtime=72000.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/stat : 750377 (fscip) S 750374 750377 750315 0 -1 1077936128 185336053 0 0 0 7180674 19389 0 0 20 0 41 0 127320649 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
/proc/750377/statm: 15463284 14635668 3014 3035 0 15238573 0
[pid=750377/tid=750392] ppid=750374 vsize=61853136 memory=2748 CPUtime=3601.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750392/stat : 750392 (fscip) R 750374 750377 750315 0 -1 4194368 3002897 0 0 0 359627 485 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750393] ppid=750374 vsize=61853136 memory=6716 CPUtime=3600.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750393/stat : 750393 (fscip) R 750374 750377 750315 0 -1 4194368 5592740 0 0 0 359344 660 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750394] ppid=750374 vsize=61853136 memory=58542672 CPUtime=3599.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750394/stat : 750394 (fscip) R 750374 750377 750315 0 -1 4194368 21450745 0 0 0 358027 1930 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750395] ppid=750374 vsize=61853136 memory=2648 CPUtime=3600.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750395/stat : 750395 (fscip) R 750374 750377 750315 0 -1 4194368 3328036 0 0 0 359531 538 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750396] ppid=750374 vsize=61853136 memory=6724 CPUtime=3596.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750396/stat : 750396 (fscip) R 750374 750377 750315 0 -1 4194368 4562333 0 0 0 359145 546 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750397] ppid=750374 vsize=61853136 memory=38420164 CPUtime=3595.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750397/stat : 750397 (fscip) R 750374 750377 750315 0 -1 4194368 21575787 0 0 0 357544 2010 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750398] ppid=750374 vsize=61853136 memory=6720666553790054256 CPUtime=3602.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750398/stat : 750398 (fscip) R 750374 750377 750315 0 -1 4194368 3217745 0 0 0 359733 519 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750399] ppid=750374 vsize=61853136 memory=19304 CPUtime=3601.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750399/stat : 750399 (fscip) R 750374 750377 750315 0 -1 4194368 5124072 0 0 0 359583 552 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750400] ppid=750374 vsize=61853136 memory=20384 CPUtime=3595.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750400/stat : 750400 (fscip) R 750374 750377 750315 0 -1 4194368 20834049 0 0 0 357738 1837 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750401] ppid=750374 vsize=61853136 memory=5688 CPUtime=3603.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750401/stat : 750401 (fscip) R 750374 750377 750315 0 -1 4194368 3228650 0 0 0 359842 483 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750402] ppid=750374 vsize=61853136 memory=-7593483104227057020 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/750377/task/750402/stat : 750402 (fscip) R 750374 750377 750315 0 -1 4194368 4871949 0 0 0 359525 560 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750403] ppid=750374 vsize=61853136 memory=279799134584288 CPUtime=3598.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750403/stat : 750403 (fscip) R 750374 750377 750315 0 -1 4194368 20868371 0 0 0 357897 1920 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750404] ppid=750374 vsize=61853136 memory=648717852305928568 CPUtime=3603.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750404/stat : 750404 (fscip) R 750374 750377 750315 0 -1 4194368 3321065 0 0 0 359869 515 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750405] ppid=750374 vsize=61853136 memory=2305902619920720769 CPUtime=3597.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750405/stat : 750405 (fscip) R 750374 750377 750315 0 -1 4194368 5148762 0 0 0 359140 610 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750406] ppid=750374 vsize=61853136 memory=2305903723744131165 CPUtime=3600.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750406/stat : 750406 (fscip) R 750374 750377 750315 0 -1 4194368 21018035 0 0 0 358141 1917 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750407] ppid=750374 vsize=61853136 memory=16099260529721524 CPUtime=3599.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750407/stat : 750407 (fscip) R 750374 750377 750315 0 -1 4194368 3216280 0 0 0 359453 544 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750408] ppid=750374 vsize=61853136 memory=15816720401085544 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/750377/task/750408/stat : 750408 (fscip) R 750374 750377 750315 0 -1 4194368 5730995 0 0 0 359490 620 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750409] ppid=750374 vsize=61853136 memory=3473736805081049736 CPUtime=3594.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750409/stat : 750409 (fscip) R 750374 750377 750315 0 -1 4194368 20240515 0 0 0 357682 1812 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750410] ppid=750374 vsize=61853136 memory=3689915063294967356 CPUtime=3594.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750410/stat : 750410 (fscip) R 750374 750377 750315 0 -1 4194368 3450926 0 0 0 358839 618 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750411] ppid=750374 vsize=61853136 memory=3472329417329440507 CPUtime=3596.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/750377/task/750411/stat : 750411 (fscip) R 750374 750377 750315 0 -1 4194368 4919003 0 0 0 359068 588 0 0 20 0 41 0 127321995 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750414] ppid=750374 vsize=61853136 memory=6008191505038075748 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/750377/task/750414/stat : 750414 (fscip) S 750374 750377 750315 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750415] ppid=750374 vsize=61853136 memory=6760 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/750377/task/750415/stat : 750415 (fscip) S 750374 750377 750315 0 -1 1077936192 484 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750416] ppid=750374 vsize=61853136 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/750377/task/750416/stat : 750416 (fscip) S 750374 750377 750315 0 -1 1077936192 279 0 0 0 0 2 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750417] ppid=750374 vsize=61853136 memory=2036 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/750377/task/750417/stat : 750417 (fscip) S 750374 750377 750315 0 -1 1077936192 452 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750418] ppid=750374 vsize=61853136 memory=31572 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/750377/task/750418/stat : 750418 (fscip) S 750374 750377 750315 0 -1 1077936192 268 0 0 0 0 2 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750419] ppid=750374 vsize=61853136 memory=28568 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/750377/task/750419/stat : 750419 (fscip) S 750374 750377 750315 0 -1 1077936192 249 0 0 0 0 2 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750420] ppid=750374 vsize=61853136 memory=7312 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/750377/task/750420/stat : 750420 (fscip) S 750374 750377 750315 0 -1 1077936192 567 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750421] ppid=750374 vsize=61853136 memory=26988 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/750377/task/750421/stat : 750421 (fscip) S 750374 750377 750315 0 -1 1077936192 852 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750422] ppid=750374 vsize=61853136 memory=3776 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/750377/task/750422/stat : 750422 (fscip) S 750374 750377 750315 0 -1 1077936192 361 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750423] ppid=750374 vsize=61853136 memory=40480 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/750377/task/750423/stat : 750423 (fscip) S 750374 750377 750315 0 -1 1077936192 365 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750424] ppid=750374 vsize=61853136 memory=8196 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/750377/task/750424/stat : 750424 (fscip) S 750374 750377 750315 0 -1 1077936192 397 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750425] ppid=750374 vsize=61853136 memory=3300 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/750377/task/750425/stat : 750425 (fscip) S 750374 750377 750315 0 -1 1077936192 552 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750426] ppid=750374 vsize=61853136 memory=2264 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/750377/task/750426/stat : 750426 (fscip) S 750374 750377 750315 0 -1 1077936192 272 0 0 0 2 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750427] ppid=750374 vsize=61853136 memory=1668 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/750377/task/750427/stat : 750427 (fscip) S 750374 750377 750315 0 -1 1077936192 457 0 0 0 2 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750428] ppid=750374 vsize=61853136 memory=19508 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/750377/task/750428/stat : 750428 (fscip) S 750374 750377 750315 0 -1 1077936192 442 0 0 0 2 1 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750429] ppid=750374 vsize=61853136 memory=28648 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/750377/task/750429/stat : 750429 (fscip) S 750374 750377 750315 0 -1 1077936192 573 0 0 0 0 3 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750430] ppid=750374 vsize=61853136 memory=32792 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/750377/task/750430/stat : 750430 (fscip) S 750374 750377 750315 0 -1 1077936192 430 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750431] ppid=750374 vsize=61853136 memory=58542672 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/750377/task/750431/stat : 750431 (fscip) S 750374 750377 750315 0 -1 1077936192 283 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750432] ppid=750374 vsize=61853136 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/750377/task/750432/stat : 750432 (fscip) S 750374 750377 750315 0 -1 1077936192 344 0 0 0 3 0 0 0 20 0 41 0 127323220 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
[pid=750377/tid=750433] ppid=750374 vsize=61853136 memory=25932 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/750377/task/750433/stat : 750433 (fscip) S 750374 750377 750315 0 -1 1077936192 367 0 0 0 2 0 0 0 20 0 41 0 127323221 63337611264 14635668 809668444160 4194304 16623229 140734343519744 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 57667584 140734343525382 140734343525500 140734343525500 140734343532528 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 61853136 KiB
Current children cumulated memory: 58542672 KiB

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

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

# cumulated CPU time of all completed processes:  user=71807 s, system=195.366 s

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

[startup+3660.02 s]*
/proc/loadavg: 69.46 75.21 77.27 49/958 752502
/proc/meminfo: memFree=643913900/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3660.8 s]
/proc/loadavg: 69.46 75.21 77.27 49/958 752502
/proc/meminfo: memFree=643913900/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3661.2 s]
/proc/loadavg: 69.46 75.21 77.27 49/958 752502
/proc/meminfo: memFree=682102796/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3661.29
CPU time (s): 72002.3
CPU user time (s): 71807
CPU system time (s): 195.366
CPU usage (%): 1966.58
Max. virtual memory (cumulated for all children) (KiB): 63132536
Max. memory (cumulated for all children) (KiB): 59729820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71807
system time used= 195.366
maximum resident set size= 59731844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185342863
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= 2081507
involuntary context switches= 298606


# summary of solver processes directly reported to runsolver:
#   pid: 750377
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71807
#   total CPU system time (s): 195.366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9675 second user time and 85.1049 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 05:49:35
IDJOB=4465395
IDBENCH=155361
IDSOLVER=3094
FILE ID=nodeD105/4465395-1723607375
RUNJOBID= nodeD105-1723607375-750326
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622756 MiB

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

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

MD5SUM BENCH= 3c426cde4ea6abbedea70a80ee72c27e
RANDOM SEED=800618487

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3341.058
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3781.112
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3218.382
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3536.262
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2826.559
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.748
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3287.146
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3518.302
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3660.721
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3733.273
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3490.550
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3575.902
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2629.954
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3873.275
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3564.324
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3523.690
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2672.391
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.420
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2848.845
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3043.944
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2590.079
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.198
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3066.344
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2923.681
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3349.388
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2636.919
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2799.199
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3208.267
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2646.608
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.296
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3246.468
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3855.011
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2971.431
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2638.392
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3821.040
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2862.517
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.977
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.110
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3428.392
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.252
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3052.524
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2634.893
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2638.882
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2630.824
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2856.260
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2903.825
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2646.698
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2634.949
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2727.991
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2641.285
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.121
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2630.232
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2597.072
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.864
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2644.516
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2641.727
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2595.494
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.612
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2646.160
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2638.078
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3785.686
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.042
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.483
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2642.754
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2627.566
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2633.849
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2634.125
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2626.428
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3229.729
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2650.183
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2659.576
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2636.422
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3493.880
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.590
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2651.821
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2633.308
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3654.287
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3788.755
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3895.371
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3802.290
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        778976976 kB
MemAvailable:   783465408 kB
Buffers:         1195800 kB
Cached:          6585912 kB
SwapCached:            0 kB
Active:          1612000 kB
Inactive:        6724444 kB
Active(anon):       2120 kB
Inactive(anon):   592072 kB
Active(file):    1609880 kB
Inactive(file):  6132372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114964 kB
Writeback:            12 kB
AnonPages:        554152 kB
Mapped:           120788 kB
Shmem:             38920 kB
KReclaimable:     331764 kB
Slab:             765616 kB
SReclaimable:     331764 kB
SUnreclaim:       433852 kB
KernelStack:       14848 kB
PageTables:        11348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     869872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1128960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1157120 kB
DirectMap2M:    141946880 kB
DirectMap1G:    662700032 kB

Free space on /tmp at the end= 8622772 MiB
End job on nodeD105 at 2024-08-14 06:50:37