Trace number 4465680

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.1 3649.37

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-60.opb
MD5SUM0cc29dda69c4373ab2687cf37dcdce8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark70.6443
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.68/0.79	c Default LC presolving (default).
0.78/0.80	c ** Before presolving: virtualMemUsedAtLc = 702802369, getVmSize() = 443584512, SCIPgetMemUsed() = 366032342, SCIPgetMemTotal() = 399588086, SCIPgetMemExternEstim() = 303214283
0.78/0.80	c ** set memory limit for presolving in LC to 8.79388e+12 for SCIP **
7.16/7.27	c ** Estimated virtualMemUsedAtSolver = 881662298, getVmSize() = 1102778368, SCIPgetMemUsed() = 664869037, SCIPgetMemTotal() = 1019279165, SCIPgetMemExternEstim() = 303214283
7.16/7.27	c ** set memory limit for solvers to 4.18584e+11 for each SCIP **
7.16/7.27	c Original Problem   :
7.16/7.27	c   Problem name     : instance-4465680-1723614727
7.16/7.27	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
7.16/7.27	c   Constraints      : 283937
7.16/7.27	c   Objective sense  : minimize
7.16/7.27	c Presolved Problem  :
7.16/7.27	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
7.16/7.27	c   Constraints      : 280387
7.16/7.27	c Constraints        : Number
7.16/7.27	c   knapsack         : 28351 
7.16/7.27	c   setppc           : 60278 
7.16/7.27	c   linear           : 3 
7.16/7.27	c   logicor          : 191755 
7.16/7.27	c ** Instance transfer method used: 0
7.56/7.69	c ** ParaScipInstance copy does not increase the number of variables. **
14.06/14.15	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.06/14.15	c                                Nodes    Active                                            
14.06/14.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
344.36/31.13	c        31              2           1        20                -           0.0000          -
444.69/36.30	c        36            404          26        20                -           0.0000          -
553.65/41.86	c        42            320          32        20                -           0.0000          -
654.70/46.91	c        47            702         281        20                -           0.0000          -
753.77/52.03	c        52            857         189        20                -           0.0000          -
858.74/57.20	c        57           1443        1022        20                -           0.0000          -
961.72/62.41	c        62           1114         165        20                -           0.0000          -
1060.77/67.46	c        67           1685          57        20                -           0.0000          -
1163.73/72.63	c        73           1863          48        20                -           0.0000          -
1266.76/77.86	c        78           1863          48        20                -           0.0000          -
1373.73/83.21	c        83           1834         981        20                -           0.0000          -
1478.74/88.56	c        89           2636         741        20                -           0.0000          -
1585.74/93.99	c        94           3216        1321        20                -           0.0000          -
1689.49/99.15	c        99           4865        2179        20                -           0.0000          -
1799.65/104.72	c       105           5676        3781        20                -           0.0000          -
1898.68/109.75	c       110           5423        3521        20                -           0.0000          -
2007.65/115.22	c       115           5755        2094        20                -           0.0000          -
2106.61/120.24	c       120           6005        2193        20                -           0.0000          -
2207.58/125.39	c       125           6897        2549        20                -           0.0000          -
2316.52/130.86	c       131           6923        1900        20                -           0.0000          -
2417.57/135.90	c       136           7841         670        20                -           0.0000          -
2519.30/141.12	c       141           7714        1919        20                -           0.0000          -
2620.48/146.15	c       146           7061        1852        20                -           0.0000          -
2726.56/151.51	c       152           8645         949        20                -           0.0000          -
2833.60/157.00	c       157           8558         695        20                -           0.0000          -
2937.12/162.16	c       162           9460        1582        20                -           0.0000          -
3037.45/167.21	c       167          10081        1592        20                -           0.0000          -
3138.45/172.30	c       172           7493        2077        20                -           0.0000          -
3239.49/177.43	c       177           9916        1224        20                -           0.0000          -
3338.46/182.47	c       182           8086        1811        20                -           0.0000          -
3441.42/187.65	c       188          12276         629        20                -           0.0000          -
3542.41/192.73	c       193           8150        1839        20                -           0.0000          -
3643.23/197.87	c       198          13527         890        20                -           0.0000          -
3742.17/202.88	c       203           8251        1898        20                -           0.0000          -
3843.19/207.95	c       208          10796        1911        20                -           0.0000          -
3942.21/213.03	c       213          14931         446        20                -           0.0000          -
4043.94/218.10	c       218          10844        1930        20                -           0.0000          -
4152.16/223.59	c       224          10873        1944        20                -           0.0000          -
4253.18/228.69	c       229           8493        2014        20                -           0.0000          -
4354.21/233.79	c       234           8619          54        20                -           0.0000          -
4461.90/239.16	c       239          16674         509        20                -           0.0000          -
4563.90/244.31	c       244          11585        1634        20                -           0.0000          -
4664.91/249.41	c       249          17323         216        20                -           0.0000          -
4767.91/254.63	c       255          10651        2034        20                -           0.0000          -
4875.63/260.09	c       260          18385         256        20                -           0.0000          -
4979.86/265.38	c       265          19156        1003        20                -           0.0000          -
5082.87/270.59	c       271          12961        1480        20                -           0.0000          -
5183.90/275.67	c       276          13067           0        20                -           0.0000          -
5286.92/280.82	c       281          13704          97        20                -           0.0000          -
5385.97/285.89	c       286          13909          86        20                -           0.0000          -
5487.04/291.02	c       291          21548         409        20                -           0.0000          -
5596.10/296.49	c       296          22169         272        20                -           0.0000          -
5700.96/301.79	c       302          22243         271        20                -           0.0000          -
5804.00/307.03	c       307          15001          81        20                -           0.0000          -
5907.80/312.15	c       312          14771          82        20                -           0.0000          -
6009.97/317.30	c       317          23322         300        20                -           0.0000          -
6110.50/322.45	c       322          23842         579        20                -           0.0000          -
6211.51/327.56	c       328          15617          70        20                -           0.0000          -
6316.53/332.82	c       333          15942          68        20                -           0.0000          -
6415.57/337.85	c       338          16219          72        20                -           0.0000          -
6519.15/343.10	c       343          16576          75        20                -           0.0000          -
6621.41/348.20	c       348          27110         118        20                -           0.0000          -
6720.36/353.29	c       353          16876         180        20                -           0.0000          -
6825.34/358.52	c       359          17376         680        20                -           0.0000          -
6926.34/363.62	c       364          17210         212        20                -           0.0000          -
7033.91/369.07	c       369          29055         642        20                -           0.0000          -
7138.24/374.39	c       374          29650         911        20                -           0.0000          -
7245.25/379.72	c       380          30078         396        20                -           0.0000          -
7344.34/384.77	c       385          30543         155        20                -           0.0000          -
7450.05/390.04	c       390          31090         135        20                -           0.0000          -
7552.34/395.21	c       395          20354          97        20                -           0.0000          -
7655.50/400.47	c       400          20664         339        20                -           0.0000          -
7760.19/405.75	c       406          20927         556        20                -           0.0000          -
7863.20/410.93	c       411          21294         451        20                -           0.0000          -
7962.23/416.01	c       416          33649         136        20                -           0.0000          -
8063.93/421.10	c       421          22545          96        20                -           0.0000          -
8165.22/426.15	c       426          34318          98        20                -           0.0000          -
8267.12/431.37	c       431          34374           0        20                -           0.0000          -
8367.91/436.44	c       436          23408         299        20                -           0.0000          -
8474.90/441.87	c       442          24713         532        20                -           0.0000          -
8578.62/447.09	c       447          24121         852        20                -           0.0000          -
8686.85/452.57	c       453          24858         267        20                -           0.0000          -
8789.87/457.80	c       458          24950         267        20                -           0.0000          -
8890.89/462.87	c       463          28626         771        20                -           0.0000          -
8994.62/468.09	c       468          25630         115        20                -           0.0000          -
9098.89/473.36	c       473          25897         107        20                -           0.0000          -
9201.92/478.52	c       479          31183        1275        20                -           0.0000          -
9300.83/483.58	c       484          31329         794        20                -           0.0000          -
9403.78/488.77	c       489          31982         714        20                -           0.0000          -
9504.80/493.84	c       494          27219          63        20                -           0.0000          -
9605.83/498.98	c       499          33443         753        20                -           0.0000          -
9710.79/504.23	c       504          34160         719        20                -           0.0000          -
9809.59/509.28	c       509          34160         719        20                -           0.0000          -
9918.56/514.73	c       515          28410          75        20                -           0.0000          -
10021.58/520.02	c       520          41632         595        20                -           0.0000          -
10125.35/525.15	c       525          28855         268        20                -           0.0000          -
10224.44/530.19	c       530          42736         804        20                -           0.0000          -
10326.66/535.39	c       535          36347         913        20                -           0.0000          -
10427.68/540.46	c       540          36798         139        20                -           0.0000          -
10528.75/545.57	c       546          44183          79        20                -           0.0000          -
10629.59/550.65	c       551          44525         136        20                -           0.0000          -
10732.63/555.83	c       556          38512        1384        20                -           0.0000          -
10833.68/560.99	c       561          38897         855        20                -           0.0000          -
10935.39/566.06	c       566          31727        1181        20                -           0.0000          -
11036.60/571.19	c       571          32375        1083        20                -           0.0000          -
11136.83/576.22	c       576          41781        1059        20                -           0.0000          -
11237.87/581.39	c       581          46350          84        20                -           0.0000          -
11340.91/586.51	c       587          46640          75        20                -           0.0000          -
11440.02/591.54	c       592          47031          82        20                -           0.0000          -
11540.99/596.69	c       597          35645         970        20                -           0.0000          -
11643.90/601.80	c       602          36059         972        20                -           0.0000          -
11745.01/606.91	c       607          36556         964        20                -           0.0000          -
11843.88/611.93	c       612          37044         906        20                -           0.0000          -
11945.37/617.10	c       617          37867         884        20                -           0.0000          -
12051.87/622.40	c       622          48560         118        20                -           0.0000          -
12152.94/627.55	c       628          39399         766        20                -           0.0000          -
12254.00/632.66	c       633          40071         863        20                -           0.0000          -
12357.08/637.81	c       638          51070         634        20                -           0.0000          -
12458.07/642.90	c       643          51230         641        20                -           0.0000          -
12557.15/647.95	c       648          42195         731        20                -           0.0000          -
12658.93/653.09	c       653          42736         710        20                -           0.0000          -
12760.03/658.19	c       658          52423         864        20                -           0.0000          -
12864.36/663.41	c       663          44399         658        20                -           0.0000          -
12965.39/668.53	c       669          53262         747        20                -           0.0000          -
13066.54/673.66	c       674          53630        1095        20                -           0.0000          -
13167.17/678.75	c       679          45757         572        20                -           0.0000          -
13268.20/683.84	c       684          54094         935        20                -           0.0000          -
13367.24/688.89	c       689          55234        1417        20                -           0.0000          -
13468.32/693.98	c       694          53561         743        20                -           0.0000          -
13567.47/699.00	c       699          56225         993        20                -           0.0000          -
13672.37/704.24	c       704          54642          77        20                -           0.0000          -
13775.39/709.45	c       709          49391         278        20                -           0.0000          -
13874.41/714.49	c       714          58288         726        20                -           0.0000          -
13977.49/719.67	c       720              8           7        20                -           0.0000          -
14078.54/724.74	c       725              8           7        20                -           0.0000          -
14177.55/729.79	c       730             16          15        20                -           0.0000          -
14278.66/734.85	c       735             17          16        20                -           0.0000          -
14384.44/740.15	c       740             18          17        20                -           0.0000          -
14488.79/745.48	c       745          59796         799        20                -           0.0000          -
14593.80/750.71	c       751             19          18        20                -           0.0000          -
14692.94/755.79	c       756             19          18        20                -           0.0000          -
14795.89/760.94	c       761             19          18        20                -           0.0000          -
14895.04/766.04	c       766             19          18        20                -           0.0000          -
14996.88/771.10	c       771             20          19        20                -           0.0000          -
15099.28/776.29	c       776             20          19        20                -           0.0000          -
15200.42/781.36	c       781             20          19        20                -           0.0000          -
15301.48/786.47	c       786             20          19        20                -           0.0000          -
15402.43/791.53	c       792             20          19        20                -           0.0000          -
15501.51/796.54	c       797             22          21        20                -           0.0000          -
15602.59/801.60	c       802             22          21        20                -           0.0000          -
15701.71/806.63	c       807             22          21        20                -           0.0000          -
15800.82/811.64	c       812             22          21        20                -           0.0000          -
15901.88/816.76	c       817             22          21        20                -           0.0000          -
16002.98/821.86	c       822             22          21        20                -           0.0000          -
16104.08/826.98	c       827             22          21        20                -           0.0000          -
16205.86/832.07	c       832             22          21        20                -           0.0000          -
16308.18/837.21	c       837             22          21        20                -           0.0000          -
16409.25/842.31	c       842             22          21        20                -           0.0000          -
16508.20/847.39	c       847             22          21        20                -           0.0000          -
16613.23/852.61	c       853             22          21        20                -           0.0000          -
16712.26/857.65	c       858             22          21        20                -           0.0000          -
16815.29/862.80	c       863             22          21        20                -           0.0000          -
16916.31/867.91	c       868             22          21        20                -           0.0000          -
17018.02/873.06	c       873             22          21        20                -           0.0000          -
17116.97/878.12	c       878             22          21        20                -           0.0000          -
17219.30/883.24	c       883             22          21        20                -           0.0000          -
17320.32/888.34	c       888             24          23        20                -           0.0000          -
17421.39/893.46	c       893             24          23        20                -           0.0000          -
17522.47/898.56	c       899             31          30        20                -           0.0000          -
17625.54/903.72	c       904              7           6        20                -           0.0000          -
17726.47/908.82	c       909          81790           0        20                -           0.0000          -
17827.58/913.96	c       914             14          13        20                -           0.0000          -
17929.11/919.05	c       919             52          51        20                -           0.0000          -
18028.29/924.07	c       924             52          51        20                -           0.0000          -
18127.55/929.08	c       929             52          51        20                -           0.0000          -
18231.83/934.37	c       934             52          51        20                -           0.0000          -
18332.96/939.47	c       939             52          51        20                -           0.0000          -
18436.06/944.61	c       945             16          13        20                -           0.0000          -
18535.20/949.62	c       950             16          13        20                -           0.0000          -
18634.30/954.67	c       955             16          13        20                -           0.0000          -
18733.41/959.68	c       960             16          13        20                -           0.0000          -
18838.31/965.03	c       965             16          13        20                -           0.0000          -
18943.15/970.20	c       970             16          13        20                -           0.0000          -
19046.25/975.42	c       975             16          13        20                -           0.0000          -
19145.36/980.48	c       980             16          13        20                -           0.0000          -
19248.45/985.67	c       986             16          13        20                -           0.0000          -
19351.40/990.82	c       991             16          13        20                -           0.0000          -
19450.48/995.89	c       996             16          13        20                -           0.0000          -
19551.56/1001.02	c      1001             16          13        20                -           0.0000          -
19653.31/1006.06	c      1006             16          13        20                -           0.0000          -
19754.20/1011.16	c      1011             16          13        20                -           0.0000          -
19854.53/1016.28	c      1016             16          13        20                -           0.0000          -
19957.54/1021.41	c      1021             16          13        20                -           0.0000          -
20060.40/1026.66	c      1027             20          17        20                -           0.0000          -
20161.33/1031.77	c      1032             20          17        20                -           0.0000          -
20262.34/1036.88	c      1037             20          17        20                -           0.0000          -
20363.37/1042.01	c      1042             20          17        20                -           0.0000          -
20464.92/1047.15	c      1047             20          17        20                -           0.0000          -
20566.20/1052.17	c      1052             63          62        20                -           0.0000          -
20666.43/1057.29	c      1057             63          62        20                -           0.0000          -
20769.53/1062.40	c      1062             22          19        20                -           0.0000          -
20868.53/1067.47	c      1067             22          19        20                -           0.0000          -
20973.58/1072.72	c      1073             22          19        20                -           0.0000          -
21076.63/1077.93	c      1078             22          19        20                -           0.0000          -
21178.43/1083.10	c      1083             70          69        20                -           0.0000          -
21280.73/1088.25	c      1088             70          69        20                -           0.0000          -
21383.79/1093.46	c      1093             70          69        20                -           0.0000          -
21486.85/1098.61	c      1099             70          69        20                -           0.0000          -
21587.93/1103.76	c      1104             70          69        20                -           0.0000          -
21690.88/1108.92	c      1109             70          69        20                -           0.0000          -
21789.96/1113.92	c      1114             70          69        20                -           0.0000          -
21889.04/1118.98	c      1119             70          69        20                -           0.0000          -
21991.08/1124.08	c      1124             70          69        20                -           0.0000          -
22097.03/1129.40	c      1129             70          69        20                -           0.0000          -
22195.99/1134.50	c      1134             70          69        20                -           0.0000          -
22297.06/1139.53	c      1140             24          21        20                -           0.0000          -
22398.01/1144.65	c      1145             24          21        20                -           0.0000          -
22499.08/1149.71	c      1150             24          21        20                -           0.0000          -
22600.16/1154.88	c      1155             24          21        20                -           0.0000          -
22701.23/1159.95	c      1160             24          21        20                -           0.0000          -
22800.25/1165.00	c      1165             24          21        20                -           0.0000          -
22902.14/1170.07	c      1170             72          71        20                -           0.0000          -
23003.30/1175.17	c      1175             72          71        20                -           0.0000          -
23103.38/1180.22	c      1180             72          71        20                -           0.0000          -
23204.46/1185.38	c      1185             74          73        20                -           0.0000          -
23305.53/1190.45	c      1190             36          33        20                -           0.0000          -
23408.26/1195.64	c      1196             76          75        20                -           0.0000          -
23509.34/1200.72	c      1201             76          75        20                -           0.0000          -
23610.41/1205.85	c      1206             38          35        20                -           0.0000          -
23711.48/1210.94	c      1211             38          35        20                -           0.0000          -
23810.55/1216.01	c      1216             81          80        20                -           0.0000          -
23912.58/1221.10	c      1221             43          40        20                -           0.0000          -
24013.58/1226.15	c      1226             84          83        20                -           0.0000          -
24112.62/1231.16	c      1231             84          83        20                -           0.0000          -
24214.44/1236.32	c      1236             84          83        20                -           0.0000          -
24315.49/1241.46	c      1241             84          83        20                -           0.0000          -
24418.46/1246.60	c      1247             84          83        20                -           0.0000          -
24519.38/1251.78	c      1252             85          84        20                -           0.0000          -
24620.43/1256.85	c      1257             63          60        20                -           0.0000          -
24721.37/1261.94	c      1262             87          86        20                -           0.0000          -
24825.17/1267.17	c      1267             87          86        20                -           0.0000          -
24925.50/1272.24	c      1272             87          86        20                -           0.0000          -
25032.49/1277.62	c      1278             87          86        20                -           0.0000          -
25135.50/1282.80	c      1283             87          86        20                -           0.0000          -
25234.60/1287.89	c      1288             87          86        20                -           0.0000          -
25338.21/1293.10	c      1293             83          80        20                -           0.0000          -
25440.50/1298.25	c      1298             83          80        20                -           0.0000          -
25543.57/1303.40	c      1303             83          80        20                -           0.0000          -
25644.65/1308.60	c      1309             83          80        20                -           0.0000          -
25747.71/1313.71	c      1314             83          80        20                -           0.0000          -
25848.79/1318.83	c      1319             83          80        20                -           0.0000          -
25949.69/1323.92	c      1324             83          80        20                -           0.0000          -
26048.81/1329.04	c      1329             83          80        20                -           0.0000          -
26152.67/1334.17	c      1334             83          80        20                -           0.0000          -
26252.98/1339.28	c      1339             83          80        20                -           0.0000          -
26354.11/1344.38	c      1344             83          80        20                -           0.0000          -
26455.16/1349.44	c      1349             83          80        20                -           0.0000          -
26554.19/1354.49	c      1354             83          80        20                -           0.0000          -
26659.20/1359.76	c      1360             15          12        20                -           0.0000          -
26762.23/1364.90	c      1365             15          12        20                -           0.0000          -
26861.31/1369.92	c      1370             15          12        20                -           0.0000          -
26965.12/1375.15	c      1375             15          12        20                -           0.0000          -
27067.45/1380.39	c      1380             92          89        20                -           0.0000          -
27170.42/1385.51	c      1386             92          89        20                -           0.0000          -
27269.54/1390.53	c      1391             19          16        20                -           0.0000          -
27372.82/1395.71	c      1396            101          98        20                -           0.0000          -
27471.76/1400.75	c      1401            101          98        20                -           0.0000          -
27570.95/1405.78	c      1406            101          98        20                -           0.0000          -
27673.75/1410.96	c      1411            101          98        20                -           0.0000          -
27778.69/1416.21	c      1416            101          98        20                -           0.0000          -
27881.81/1421.41	c      1421            107         106        20                -           0.0000          -
27982.94/1426.54	c      1427            107         106        20                -           0.0000          -
28084.06/1431.66	c      1432            107         106        20                -           0.0000          -
28187.16/1436.86	c      1437             22          19        20                -           0.0000          -
28290.88/1442.09	c      1442             22          19        20                -           0.0000          -
28393.26/1447.27	c      1447             22          19        20                -           0.0000          -
28496.31/1452.43	c      1452             22          19        20                -           0.0000          -
28595.32/1457.49	c      1458             22          19        20                -           0.0000          -
28696.33/1462.60	c      1463             22          19        20                -           0.0000          -
28801.39/1467.80	c      1468            112         109        20                -           0.0000          -
28902.43/1472.96	c      1473            112         109        20                -           0.0000          -
29004.20/1478.12	c      1478            127         126        20                -           0.0000          -
29108.56/1483.32	c      1483            127         126        20                -           0.0000          -
29209.80/1488.46	c      1488            127         126        20                -           0.0000          -
29312.68/1493.66	c      1494            117         114        20                -           0.0000          -
29415.79/1498.81	c      1499             24          21        20                -           0.0000          -
29516.91/1503.99	c      1504             24          21        20                -           0.0000          -
29619.02/1509.06	c      1509            133         132        20                -           0.0000          -
29721.05/1514.26	c      1514            133         132        20                -           0.0000          -
29823.98/1519.40	c      1519            133         132        20                -           0.0000          -
29925.04/1524.54	c      1525            124         121        20                -           0.0000          -
30030.04/1529.82	c      1530            124         121        20                -           0.0000          -
30131.18/1534.92	c      1535             28          25        20                -           0.0000          -
30232.93/1540.09	c      1540             28          25        20                -           0.0000          -
30332.09/1545.14	c      1545             28          25        20                -           0.0000          -
30434.25/1550.20	c      1550             28          25        20                -           0.0000          -
30535.36/1555.32	c      1555             28          25        20                -           0.0000          -
30636.61/1560.45	c      1560            126         123        20                -           0.0000          -
30737.53/1565.51	c      1566            126         123        20                -           0.0000          -
30838.64/1570.61	c      1571            126         123        20                -           0.0000          -
30937.79/1575.70	c      1576             30          27        20                -           0.0000          -
31038.92/1580.72	c      1581             30          27        20                -           0.0000          -
31140.06/1585.89	c      1586             30          27        20                -           0.0000          -
31243.78/1591.05	c      1591             30          27        20                -           0.0000          -
31344.78/1596.14	c      1596             30          27        20                -           0.0000          -
31445.24/1601.21	c      1601             30          27        20                -           0.0000          -
31544.34/1606.24	c      1606             30          27        20                -           0.0000          -
31647.35/1611.43	c      1611             30          27        20                -           0.0000          -
31752.37/1616.71	c      1617             30          27        20                -           0.0000          -
31851.48/1621.79	c      1622            142         139        20                -           0.0000          -
31952.63/1626.85	c      1627            142         139        20                -           0.0000          -
32053.69/1631.96	c      1632            142         139        20                -           0.0000          -
32155.30/1637.08	c      1637            142         139        20                -           0.0000          -
32259.60/1642.30	c      1642            142         139        20                -           0.0000          -
32358.73/1647.35	c      1647            142         139        20                -           0.0000          -
32457.83/1652.38	c      1652            142         139        20                -           0.0000          -
32558.96/1657.40	c      1657            142         139        20                -           0.0000          -
32658.14/1662.40	c      1662            142         139        20                -           0.0000          -
32759.15/1667.50	c      1668            142         139        20                -           0.0000          -
32858.34/1672.55	c      1673            142         139        20                -           0.0000          -
32961.42/1677.70	c      1678            142         139        20                -           0.0000          -
33060.60/1682.77	c      1683             40          37        20                -           0.0000          -
33163.73/1687.90	c      1688             40          37        20                -           0.0000          -
33262.82/1692.98	c      1693            204         203        20                -           0.0000          -
33364.80/1698.09	c      1698            204         203        20                -           0.0000          -
33465.70/1703.18	c      1703            204         203        20                -           0.0000          -
33566.18/1708.23	c      1708             42          39        20                -           0.0000          -
33669.16/1713.44	c      1713             42          39        20                -           0.0000          -
33768.27/1718.47	c      1718             42          39        20                -           0.0000          -
33873.26/1723.79	c      1724             42          39        20                -           0.0000          -
33976.37/1728.96	c      1729            214         213        20                -           0.0000          -
34078.17/1734.13	c      1734            161         158        20                -           0.0000          -
34180.54/1739.28	c      1739            161         158        20                -           0.0000          -
34283.78/1744.50	c      1744             44          41        20                -           0.0000          -
34386.75/1749.68	c      1750             45          42        20                -           0.0000          -
34487.88/1754.76	c      1755             45          42        20                -           0.0000          -
34590.92/1759.95	c      1760             45          42        20                -           0.0000          -
34694.90/1765.17	c      1765             45          42        20                -           0.0000          -
34794.10/1770.19	c      1770             45          42        20                -           0.0000          -
34893.98/1775.22	c      1775             45          42        20                -           0.0000          -
34992.99/1780.29	c      1780             45          42        20                -           0.0000          -
35094.10/1785.36	c      1785             45          42        20                -           0.0000          -
35195.15/1790.41	c      1790             45          42        20                -           0.0000          -
35294.28/1795.48	c      1795             45          42        20                -           0.0000          -
35395.33/1800.52	c      1801             45          42        20                -           0.0000          -
35496.47/1805.66	c      1806             45          42        20                -           0.0000          -
35599.42/1810.84	c      1811             45          42        20                -           0.0000          -
35700.39/1815.90	c      1816             45          42        20                -           0.0000          -
35802.28/1821.10	c      1821             45          42        20                -           0.0000          -
35904.54/1826.22	c      1826             45          42        20                -           0.0000          -
36005.67/1831.34	c      1831            209         206        20                -           0.0000          -
36106.83/1836.40	c      1836            246         245        20                -           0.0000          -
36207.96/1841.54	c      1842            246         245        20                -           0.0000          -
36309.13/1846.64	c      1847             47          44        20                -           0.0000          -
36412.25/1851.80	c      1852             47          44        20                -           0.0000          -
36513.30/1856.98	c      1857             47          44        20                -           0.0000          -
36612.20/1862.00	c      1862             47          44        20                -           0.0000          -
36711.33/1867.00	c      1867             47          44        20                -           0.0000          -
36815.28/1872.15	c      1872             47          44        20                -           0.0000          -
36915.53/1877.20	c      1877             47          44        20                -           0.0000          -
37014.72/1882.24	c      1882             47          44        20                -           0.0000          -
37115.83/1887.33	c      1887             47          44        20                -           0.0000          -
37216.83/1892.44	c      1892             47          44        20                -           0.0000          -
37317.76/1897.59	c      1898             47          44        20                -           0.0000          -
37418.91/1902.61	c      1903             47          44        20                -           0.0000          -
37518.10/1907.66	c      1908             47          44        20                -           0.0000          -
37621.26/1912.89	c      1913             47          44        20                -           0.0000          -
37722.42/1917.98	c      1918             47          44        20                -           0.0000          -
37824.44/1923.06	c      1923             47          44        20                -           0.0000          -
37925.54/1928.16	c      1928             47          44        20                -           0.0000          -
38029.61/1933.46	c      1933             47          44        20                -           0.0000          -
38132.68/1938.60	c      1939             47          44        20                -           0.0000          -
38231.80/1943.68	c      1944             47          44        20                -           0.0000          -
38334.87/1948.82	c      1949             47          44        20                -           0.0000          -
38433.93/1953.83	c      1954             47          44        20                -           0.0000          -
38537.89/1959.08	c      1959             47          44        20                -           0.0000          -
38642.01/1964.32	c      1964             47          44        20                -           0.0000          -
38743.09/1969.47	c      1969             47          44        20                -           0.0000          -
38844.14/1974.56	c      1975             47          44        20                -           0.0000          -
38945.20/1979.65	c      1980             47          44        20                -           0.0000          -
39048.12/1984.81	c      1985             47          44        20                -           0.0000          -
39148.71/1989.96	c      1990             47          44        20                -           0.0000          -
39247.82/1995.03	c      1995             47          44        20                -           0.0000          -
39352.60/2000.26	c      2000            254         251        20                -           0.0000          -
39453.58/2005.33	c      2005            254         251        20                -           0.0000          -
39556.55/2010.58	c      2011            254         251        20                -           0.0000          -
39657.38/2015.67	c      2016            254         251        20                -           0.0000          -
39756.34/2020.68	c      2021            254         251        20                -           0.0000          -
39857.41/2025.78	c      2026            254         251        20                -           0.0000          -
39958.51/2030.81	c      2031            254         251        20                -           0.0000          -
40059.50/2036.04	c      2036            254         251        20                -           0.0000          -
40163.23/2041.19	c      2041            254         251        20                -           0.0000          -
40267.57/2046.43	c      2046            254         251        20                -           0.0000          -
40370.62/2051.64	c      2052            254         251        20                -           0.0000          -
40469.73/2056.68	c      2057            254         251        20                -           0.0000          -
40572.66/2061.80	c      2062            254         251        20                -           0.0000          -
40676.29/2067.12	c      2067            254         251        20                -           0.0000          -
40780.39/2072.30	c      2072            254         251        20                -           0.0000          -
40883.39/2077.56	c      2078            254         251        20                -           0.0000          -
40988.33/2082.80	c      2083            254         251        20                -           0.0000          -
41089.34/2088.01	c      2088            254         251        20                -           0.0000          -
41191.34/2093.13	c      2093            254         251        20                -           0.0000          -
41293.47/2098.24	c      2098            254         251        20                -           0.0000          -
41394.47/2103.38	c      2103            254         251        20                -           0.0000          -
41493.58/2108.39	c      2108            254         251        20                -           0.0000          -
41596.69/2113.54	c      2114            254         251        20                -           0.0000          -
41703.74/2118.92	c      2119            254         251        20                -           0.0000          -
41802.76/2124.04	c      2124            254         251        20                -           0.0000          -
41906.61/2129.17	c      2129            254         251        20                -           0.0000          -
42006.75/2134.29	c      2134            254         251        20                -           0.0000          -
42111.61/2139.51	c      2140            254         251        20                -           0.0000          -
42212.63/2144.63	c      2145            254         251        20                -           0.0000          -
42315.71/2149.84	c      2150            254         251        20                -           0.0000          -
42414.82/2154.89	c      2155            254         251        20                -           0.0000          -
42518.84/2160.05	c      2160            254         251        20                -           0.0000          -
42621.06/2165.25	c      2165            254         251        20                -           0.0000          -
42723.85/2170.45	c      2170            254         251        20                -           0.0000          -
42827.01/2175.60	c      2176            254         251        20                -           0.0000          -
42927.95/2180.73	c      2181            254         251        20                -           0.0000          -
43031.03/2185.99	c      2186            254         251        20                -           0.0000          -
43134.83/2191.19	c      2191            254         251        20                -           0.0000          -
43233.86/2196.19	c      2196            254         251        20                -           0.0000          -
43339.89/2201.51	c      2202            254         251        20                -           0.0000          -
43442.95/2206.73	c      2207            254         251        20                -           0.0000          -
43543.93/2211.89	c      2212            254         251        20                -           0.0000          -
43644.94/2217.04	c      2217            254         251        20                -           0.0000          -
43749.80/2222.29	c      2222            254         251        20                -           0.0000          -
43852.64/2227.43	c      2227            254         251        20                -           0.0000          -
43953.66/2232.55	c      2233            254         251        20                -           0.0000          -
44056.73/2237.79	c      2238            254         251        20                -           0.0000          -
44159.79/2243.00	c      2243            254         251        20                -           0.0000          -
44261.61/2248.08	c      2248            254         251        20                -           0.0000          -
44362.72/2253.19	c      2253            254         251        20                -           0.0000          -
44462.87/2258.27	c      2258            254         251        20                -           0.0000          -
44563.94/2263.34	c      2263            254         251        20                -           0.0000          -
44664.84/2268.45	c      2268            254         251        20                -           0.0000          -
44765.88/2273.58	c      2274            254         251        20                -           0.0000          -
44866.93/2278.67	c      2279            254         251        20                -           0.0000          -
44968.12/2283.80	c      2284            254         251        20                -           0.0000          -
45070.87/2288.90	c      2289            254         251        20                -           0.0000          -
45169.92/2293.98	c      2294            254         251        20                -           0.0000          -
45271.81/2299.12	c      2299            254         251        20                -           0.0000          -
45375.87/2304.34	c      2304            254         251        20                -           0.0000          -
45476.91/2309.47	c      2309            254         251        20                -           0.0000          -
45581.89/2314.75	c      2315            254         251        20                -           0.0000          -
45683.12/2319.85	c      2320            254         251        20                -           0.0000          -
45783.99/2324.92	c      2325            254         251        20                -           0.0000          -
45883.07/2329.94	c      2330            254         251        20                -           0.0000          -
45982.18/2334.98	c      2335            254         251        20                -           0.0000          -
46084.21/2340.09	c      2340            254         251        20                -           0.0000          -
46186.24/2345.25	c      2345            254         251        20                -           0.0000          -
46289.21/2350.40	c      2350            254         251        20                -           0.0000          -
46390.27/2355.54	c      2356            254         251        20                -           0.0000          -
46495.29/2360.81	c      2361            254         251        20                -           0.0000          -
46601.17/2366.17	c      2366            254         251        20                -           0.0000          -
46703.33/2371.33	c      2371            254         251        20                -           0.0000          -
46806.33/2376.56	c      2377            254         251        20                -           0.0000          -
46909.37/2381.78	c      2382            254         251        20                -           0.0000          -
47012.54/2386.98	c      2387            254         251        20                -           0.0000          -
47111.52/2392.04	c      2392            254         251        20                -           0.0000          -
47213.39/2397.11	c      2397            254         251        20                -           0.0000          -
47319.50/2402.42	c      2402            254         251        20                -           0.0000          -
47422.59/2407.66	c      2408            254         251        20                -           0.0000          -
47527.68/2412.96	c      2413            254         251        20                -           0.0000          -
47632.71/2418.21	c      2418            254         251        20                -           0.0000          -
47731.80/2423.28	c      2423            254         251        20                -           0.0000          -
47836.87/2428.57	c      2429            254         251        20                -           0.0000          -
47941.94/2433.82	c      2434            254         251        20                -           0.0000          -
48042.86/2438.91	c      2439            254         251        20                -           0.0000          -
48142.10/2444.03	c      2444            254         251        20                -           0.0000          -
48246.85/2449.20	c      2449            254         251        20                -           0.0000          -
48347.93/2454.38	c      2454            254         251        20                -           0.0000          -
48447.00/2459.39	c      2459            254         251        20                -           0.0000          -
48552.06/2464.62	c      2465            254         251        20                -           0.0000          -
48655.15/2469.81	c      2470            254         251        20                -           0.0000          -
48756.13/2474.99	c      2475            254         251        20                -           0.0000          -
48857.96/2480.12	c      2480            254         251        20                -           0.0000          -
48962.19/2485.38	c      2485            254         251        20                -           0.0000          -
49065.29/2490.56	c      2491            254         251        20                -           0.0000          -
49172.23/2495.90	c      2496            254         251        20                -           0.0000          -
49271.10/2500.97	c      2501            254         251        20                -           0.0000          -
49373.00/2506.13	c      2506            254         251        20                -           0.0000          -
49475.04/2511.26	c      2511            254         251        20                -           0.0000          -
49576.09/2516.33	c      2516            254         251        20                -           0.0000          -
49681.06/2521.61	c      2522            254         251        20                -           0.0000          -
49782.12/2526.79	c      2527            254         251        20                -           0.0000          -
49885.20/2531.90	c      2532            254         251        20                -           0.0000          -
49984.16/2536.99	c      2537            254         251        20                -           0.0000          -
50086.13/2542.12	c      2542            254         251        20                -           0.0000          -
50190.25/2547.36	c      2547            254         251        20                -           0.0000          -
50289.29/2552.36	c      2552            254         251        20                -           0.0000          -
50388.34/2557.38	c      2557            254         251        20                -           0.0000          -
50491.40/2562.51	c      2563            254         251        20                -           0.0000          -
50590.49/2567.55	c      2568            254         251        20                -           0.0000          -
50689.29/2572.60	c      2573            254         251        20                -           0.0000          -
50789.92/2577.62	c      2578            254         251        20                -           0.0000          -
50890.97/2582.74	c      2583            254         251        20                -           0.0000          -
50990.07/2587.77	c      2588            254         251        20                -           0.0000          -
51093.09/2593.01	c      2593            254         251        20                -           0.0000          -
51194.81/2598.05	c      2598            254         251        20                -           0.0000          -
51297.13/2603.25	c      2603            254         251        20                -           0.0000          -
51398.24/2608.33	c      2608            254         251        20                -           0.0000          -
51503.30/2613.63	c      2614            254         251        20                -           0.0000          -
51604.25/2618.76	c      2619            254         251        20                -           0.0000          -
51707.34/2624.01	c      2624            254         251        20                -           0.0000          -
51811.21/2629.15	c      2629            254         251        20                -           0.0000          -
51911.41/2634.28	c      2634            254         251        20                -           0.0000          -
52014.30/2639.41	c      2639            254         251        20                -           0.0000          -
52113.37/2644.48	c      2644            254         251        20                -           0.0000          -
52214.43/2649.53	c      2650            254         251        20                -           0.0000          -
52313.46/2654.58	c      2655            254         251        20                -           0.0000          -
52416.48/2659.80	c      2660            254         251        20                -           0.0000          -
52519.52/2665.04	c      2665            254         251        20                -           0.0000          -
52624.51/2670.25	c      2670            254         251        20                -           0.0000          -
52725.57/2675.35	c      2675            254         251        20                -           0.0000          -
52826.65/2680.44	c      2680            254         251        20                -           0.0000          -
52929.44/2685.68	c      2686            254         251        20                -           0.0000          -
53032.49/2690.85	c      2691            254         251        20                -           0.0000          -
53133.44/2696.03	c      2696            254         251        20                -           0.0000          -
53238.35/2701.23	c      2701            254         251        20                -           0.0000          -
53341.42/2706.42	c      2706            254         251        20                -           0.0000          -
53444.41/2711.65	c      2712            254         251        20                -           0.0000          -
53547.45/2716.82	c      2717            254         251        20                -           0.0000          -
53646.51/2721.89	c      2722            254         251        20                -           0.0000          -
53747.63/2726.93	c      2727            254         251        20                -           0.0000          -
53849.65/2732.13	c      2732            254         251        20                -           0.0000          -
53953.79/2737.33	c      2737            254         251        20                -           0.0000          -
54054.92/2742.48	c      2742            254         251        20                -           0.0000          -
54156.01/2747.59	c      2748            254         251        20                -           0.0000          -
54261.11/2752.88	c      2753            254         251        20                -           0.0000          -
54362.24/2757.97	c      2758            254         251        20                -           0.0000          -
54461.42/2763.03	c      2763            254         251        20                -           0.0000          -
54566.50/2768.23	c      2768            254         251        20                -           0.0000          -
54665.61/2773.29	c      2773            254         251        20                -           0.0000          -
54766.77/2778.33	c      2778            254         251        20                -           0.0000          -
54865.95/2783.38	c      2783            254         251        20                -           0.0000          -
54969.08/2788.54	c      2789            254         251        20                -           0.0000          -
55068.19/2793.59	c      2794            254         251        20                -           0.0000          -
55169.32/2798.68	c      2799            254         251        20                -           0.0000          -
55272.49/2803.84	c      2804            254         251        20                -           0.0000          -
55373.67/2808.94	c      2809            254         251        20                -           0.0000          -
55475.62/2814.06	c      2814            254         251        20                -           0.0000          -
55577.81/2819.26	c      2819            254         251        20                -           0.0000          -
55676.82/2824.26	c      2824            254         251        20                -           0.0000          -
55777.96/2829.38	c      2829            254         251        20                -           0.0000          -
55879.05/2834.48	c      2834            254         251        20                -           0.0000          -
55984.07/2839.71	c      2840            254         251        20                -           0.0000          -
56085.00/2844.81	c      2845            254         251        20                -           0.0000          -
56186.07/2850.03	c      2850            254         251        20                -           0.0000          -
56288.17/2855.10	c      2855            254         251        20                -           0.0000          -
56386.74/2860.14	c      2860            254         251        20                -           0.0000          -
56488.96/2865.23	c      2865            254         251        20                -           0.0000          -
56590.13/2870.32	c      2870            254         251        20                -           0.0000          -
56689.03/2875.38	c      2875            254         251        20                -           0.0000          -
56790.25/2880.45	c      2880            254         251        20                -           0.0000          -
56889.09/2885.49	c      2885            254         251        20                -           0.0000          -
56990.25/2890.58	c      2891            254         251        20                -           0.0000          -
57091.41/2895.61	c      2896            254         251        20                -           0.0000          -
57194.53/2900.89	c      2901            254         251        20                -           0.0000          -
57295.70/2905.98	c      2906            254         251        20                -           0.0000          -
57397.47/2911.13	c      2911            254         251        20                -           0.0000          -
57501.88/2916.39	c      2916            254         251        20                -           0.0000          -
57606.89/2921.62	c      2922            254         251        20                -           0.0000          -
57710.00/2926.82	c      2927            254         251        20                -           0.0000          -
57811.09/2931.94	c      2932            254         251        20                -           0.0000          -
57912.98/2937.08	c      2937            254         251        20                -           0.0000          -
58014.04/2942.13	c      2942            254         251        20                -           0.0000          -
58114.38/2947.29	c      2947            254         251        20                -           0.0000          -
58219.45/2952.54	c      2953            254         251        20                -           0.0000          -
58322.54/2957.77	c      2958            254         251        20                -           0.0000          -
58425.39/2962.94	c      2963            254         251        20                -           0.0000          -
58527.17/2968.09	c      2968            254         251        20                -           0.0000          -
58628.44/2973.16	c      2973            254         251        20                -           0.0000          -
58728.48/2978.26	c      2978            254         251        20                -           0.0000          -
58833.31/2983.58	c      2984            254         251        20                -           0.0000          -
58934.22/2988.60	c      2989            254         251        20                -           0.0000          -
59037.12/2993.89	c      2994            254         251        20                -           0.0000          -
59138.27/2999.00	c      2999            254         251        20                -           0.0000          -
59239.93/3004.13	c      3004            254         251        20                -           0.0000          -
59342.14/3009.23	c      3009            254         251        20                -           0.0000          -
59443.03/3014.38	c      3014            254         251        20                -           0.0000          -
59544.14/3019.48	c      3019            254         251        20                -           0.0000          -
59647.27/3024.68	c      3025            254         251        20                -           0.0000          -
59748.24/3029.74	c      3030            254         251        20                -           0.0000          -
59849.35/3034.82	c      3035            254         251        20                -           0.0000          -
59956.34/3040.22	c      3040            254         251        20                -           0.0000          -
60057.50/3045.31	c      3045            254         251        20                -           0.0000          -
60158.41/3050.43	c      3050            254         251        20                -           0.0000          -
60261.50/3055.61	c      3056            254         251        20                -           0.0000          -
60360.62/3060.68	c      3061            254         251        20                -           0.0000          -
60463.68/3065.83	c      3066            254         251        20                -           0.0000          -
60567.46/3071.06	c      3071            254         251        20                -           0.0000          -
60669.81/3076.23	c      3076            254         251        20                -           0.0000          -
60768.87/3081.29	c      3081            254         251        20                -           0.0000          -
60869.95/3086.34	c      3086            254         251        20                -           0.0000          -
60972.97/3091.52	c      3092            254         251        20                -           0.0000          -
61076.04/3096.70	c      3097            254         251        20                -           0.0000          -
61177.09/3101.80	c      3102            254         251        20                -           0.0000          -
61278.21/3106.96	c      3107            254         251        20                -           0.0000          -
61380.05/3112.06	c      3112            254         251        20                -           0.0000          -
61482.22/3117.23	c      3117            254         251        20                -           0.0000          -
61583.16/3122.32	c      3122            254         251        20                -           0.0000          -
61682.15/3127.36	c      3127            254         251        20                -           0.0000          -
61785.19/3132.57	c      3133            254         251        20                -           0.0000          -
61886.26/3137.69	c      3138             74          73        20                -           0.0000          -
61989.24/3142.87	c      3143             74          73        20                -           0.0000          -
62092.97/3148.06	c      3148             74          73        20                -           0.0000          -
62194.10/3153.16	c      3153             74          73        20                -           0.0000          -
62293.39/3158.18	c      3158             74          73        20                -           0.0000          -
62393.57/3163.28	c      3163             74          73        20                -           0.0000          -
62494.71/3168.39	c      3168             74          73        20                -           0.0000          -
62593.81/3173.39	c      3173             74          73        20                -           0.0000          -
62694.87/3178.40	c      3178             74          73        20                -           0.0000          -
62797.98/3183.65	c      3184             74          73        20                -           0.0000          -
62897.10/3188.65	c      3189            555         554        20                -           0.0000          -
62998.27/3193.76	c      3194            555         554        20                -           0.0000          -
63099.45/3198.85	c      3199            555         554        20                -           0.0000          -
63200.40/3203.98	c      3204             75          72        20                -           0.0000          -
63302.46/3209.10	c      3209             75          72        20                -           0.0000          -
63408.59/3214.43	c      3214             75          72        20                -           0.0000          -
63511.59/3219.61	c      3220             75          72        20                -           0.0000          -
63614.79/3224.86	c      3225             75          72        20                -           0.0000          -
63718.48/3230.07	c      3230            562         561        20                -           0.0000          -
63817.49/3235.09	c      3235             80          77        20                -           0.0000          -
63923.33/3240.48	c      3240             80          77        20                -           0.0000          -
64024.05/3245.58	c      3246             80          77        20                -           0.0000          -
64127.02/3250.77	c      3251             80          77        20                -           0.0000          -
64227.85/3255.86	c      3256             80          77        20                -           0.0000          -
64328.88/3260.93	c      3261             80          77        20                -           0.0000          -
64430.68/3266.12	c      3266             80          77        20                -           0.0000          -
64536.99/3271.41	c      3271             80          77        20                -           0.0000          -
64642.10/3276.74	c      3277             80          77        20                -           0.0000          -
64745.14/3281.92	c      3282             80          77        20                -           0.0000          -
64844.32/3286.97	c      3287             80          77        20                -           0.0000          -
64948.24/3292.17	c      3292             80          77        20                -           0.0000          -
65050.35/3297.37	c      3297             80          77        20                -           0.0000          -
65151.47/3302.49	c      3302             80          77        20                -           0.0000          -
65254.45/3307.60	c      3308             80          77        20                -           0.0000          -
65353.60/3312.66	c      3313             80          77        20                -           0.0000          -
65454.67/3317.72	c      3318             80          77        20                -           0.0000          -
65555.82/3322.82	c      3323             80          77        20                -           0.0000          -
65654.98/3327.84	c      3328             80          77        20                -           0.0000          -
65756.05/3332.94	c      3333             80          77        20                -           0.0000          -
65857.83/3338.06	c      3338             80          77        20                -           0.0000          -
65960.12/3343.21	c      3343             80          77        20                -           0.0000          -
66063.21/3348.44	c      3348             80          77        20                -           0.0000          -
66164.30/3353.59	c      3354             80          77        20                -           0.0000          -
66269.34/3358.82	c      3359             80          77        20                -           0.0000          -
66370.36/3363.95	c      3364             80          77        20                -           0.0000          -
66469.29/3368.99	c      3369             80          77        20                -           0.0000          -
66568.33/3374.00	c      3374             80          77        20                -           0.0000          -
66670.23/3379.08	c      3379             80          77        20                -           0.0000          -
66772.44/3384.26	c      3384             80          77        20                -           0.0000          -
66873.55/3389.31	c      3389             80          77        20                -           0.0000          -
66974.57/3394.43	c      3394             80          77        20                -           0.0000          -
67073.70/3399.49	c      3400             80          77        20                -           0.0000          -
67174.80/3404.54	c      3405             80          77        20                -           0.0000          -
67275.96/3409.68	c      3410             80          77        20                -           0.0000          -
67375.10/3414.69	c      3415             80          77        20                -           0.0000          -
67480.11/3419.93	c      3420             80          77        20                -           0.0000          -
67585.11/3425.24	c      3425             80          77        20                -           0.0000          -
67688.09/3430.40	c      3430             80          77        20                -           0.0000          -
67787.02/3435.48	c      3435             80          77        20                -           0.0000          -
67890.03/3440.64	c      3441             80          77        20                -           0.0000          -
67989.13/3445.65	c      3446             80          77        20                -           0.0000          -
68092.10/3450.84	c      3451             80          77        20                -           0.0000          -
68193.20/3455.93	c      3456             80          77        20                -           0.0000          -
68292.24/3461.03	c      3461             80          77        20                -           0.0000          -
68396.15/3466.16	c      3466             80          77        20                -           0.0000          -
68496.36/3471.27	c      3471             80          77        20                -           0.0000          -
68597.47/3476.35	c      3476             80          77        20                -           0.0000          -
68700.55/3481.53	c      3482             80          77        20                -           0.0000          -
68799.32/3486.59	c      3487             80          77        20                -           0.0000          -
68904.34/3491.86	c      3492             80          77        20                -           0.0000          -
69005.25/3496.91	c      3497             80          77        20                -           0.0000          -
69104.34/3501.98	c      3502             80          77        20                -           0.0000          -
69206.13/3507.11	c      3507             80          77        20                -           0.0000          -
69307.09/3512.19	c      3512             80          77        20                -           0.0000          -
69409.21/3517.36	c      3517             80          77        20                -           0.0000          -
69510.20/3522.47	c      3522             80          77        20                -           0.0000          -
69615.09/3527.79	c      3528             80          77        20                -           0.0000          -
69716.18/3532.86	c      3533             80          77        20                -           0.0000          -
69817.24/3537.92	c      3538             80          77        20                -           0.0000          -
69916.40/3542.97	c      3543             80          77        20                -           0.0000          -
70015.40/3548.00	c      3548             80          77        20                -           0.0000          -
70117.14/3553.09	c      3553             80          77        20                -           0.0000          -
70219.57/3558.25	c      3558             80          77        20                -           0.0000          -
70322.68/3563.41	c      3563             80          77        20                -           0.0000          -
70425.75/3568.60	c      3569             80          77        20                -           0.0000          -
70524.83/3573.67	c      3574             80          77        20                -           0.0000          -
70629.89/3578.91	c      3579             80          77        20                -           0.0000          -
70731.84/3584.08	c      3584             80          77        20                -           0.0000          -
70836.02/3589.31	c      3589             80          77        20                -           0.0000          -
70939.12/3594.56	c      3595             80          77        20                -           0.0000          -
71044.15/3599.86	c      3600             80          77        20                -           0.0000          -
71147.79/3605.06	c      3605             80          77        20                -           0.0000          -
71249.78/3610.26	c      3610             80          77        20                -           0.0000          -
71354.77/3615.51	c      3616             80          77        20                -           0.0000          -
71453.66/3620.59	c      3621             80          77        20                -           0.0000          -
71554.40/3625.65	c      3626             80          77        20                -           0.0000          -
71659.04/3630.92	c      3631             80          77        20                -           0.0000          -
71758.03/3635.93	c      3636             80          77        20                -           0.0000          -
71860.12/3641.10	c      3641             80          77        20                -           0.0000          -
71960.75/3646.18	c      3646             80          77        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100125 s]*
/proc/loadavg: 71.38 78.30 79.45 43/944 754984
/proc/meminfo: memFree=669132116/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=66368 memory=53968 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 11376 0 0 0 10 1 0 0 20 0 1 0 128055809 67960832 13492 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 16592 13492 2347 3035 0 12988 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 66368 KiB
Current children cumulated memory: 53968 KiB

[startup+0.219261 s]*
/proc/loadavg: 71.38 78.30 79.45 43/944 754984
/proc/meminfo: memFree=669090184/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=109392 memory=96968 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 22149 0 0 0 20 3 0 0 20 0 1 0 128055809 112017408 24242 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 27348 24242 2347 3035 0 23744 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 109392 KiB
Current children cumulated memory: 96968 KiB

[startup+0.319577 s]*
/proc/loadavg: 71.38 78.30 79.45 43/944 754984
/proc/meminfo: memFree=669055748/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=141700 memory=128844 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 30082 0 0 0 29 4 0 0 20 0 1 0 128055809 145100800 32211 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 35425 32211 2347 3035 0 31821 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 141700 KiB
Current children cumulated memory: 128844 KiB

[startup+0.700267 s]
/proc/loadavg: 71.38 78.30 79.45 43/944 754984
/proc/meminfo: memFree=668958216/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=356076 memory=341304 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 83416 0 0 0 57 11 0 0 20 0 1 0 128055809 364621824 85260 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 89019 85260 2539 3035 0 85415 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 356076 KiB
Current children cumulated memory: 341304 KiB

[startup+1.50027 s]
/proc/loadavg: 71.38 78.30 79.45 43/944 754984
/proc/meminfo: memFree=668736976/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=669848 memory=647068 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 123930 0 0 0 126 22 0 0 20 0 1 0 128055809 685924352 161767 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 167462 161767 2678 3035 0 163858 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 669848 KiB
Current children cumulated memory: 647068 KiB

[startup+3.11966 s]
/proc/loadavg: 69.03 77.70 79.25 43/944 754984
/proc/meminfo: memFree=668402456/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=649128 memory=627064 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 156871 0 0 0 282 28 0 0 20 0 1 0 128055809 664707072 156766 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 162282 156766 2742 3035 0 158678 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 649128 KiB
Current children cumulated memory: 627064 KiB

[startup+6.30026 s]
/proc/loadavg: 69.03 77.70 79.25 43/964 755004
/proc/meminfo: memFree=667903900/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=931048 memory=853836 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) R 754980 754983 750315 0 -1 4194304 161468 0 0 0 593 33 0 0 20 0 1 0 128055809 953393152 213459 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 232762 213459 2758 3035 0 229158 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 931048 KiB
Current children cumulated memory: 853836 KiB

[startup+12.7005 s]
/proc/loadavg: 66.86 77.10 79.05 43/984 755026
/proc/meminfo: memFree=662328668/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=4635340 memory=3733740 CPUtime=12.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) S 754980 754983 750315 0 -1 1077936128 839483 0 0 0 1125 141 0 0 20 0 21 0 128055809 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 1158835 933435 2774 3035 0 994902 0
[pid=754983/tid=755007] ppid=754980 vsize=4635340 memory=0 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755007/stat : 755007 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755008] ppid=754980 vsize=4635340 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755008/stat : 755008 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755009] ppid=754980 vsize=4635340 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755009/stat : 755009 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755010] ppid=754980 vsize=4635340 memory=40660 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755010/stat : 755010 (fscip) S 754980 754983 750315 0 -1 1077936192 40538 0 0 0 26 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755011] ppid=754980 vsize=4635340 memory=1125768 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755011/stat : 755011 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755012] ppid=754980 vsize=4635340 memory=2316 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755012/stat : 755012 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755013] ppid=754980 vsize=4635340 memory=11448 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755013/stat : 755013 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 27 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755014] ppid=754980 vsize=4635340 memory=1333988 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755014/stat : 755014 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755015] ppid=754980 vsize=4635340 memory=1978372 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755015/stat : 755015 (fscip) S 754980 754983 750315 0 -1 1077936192 40536 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755016] ppid=754980 vsize=4635340 memory=6048 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755016/stat : 755016 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755017] ppid=754980 vsize=4635340 memory=10544 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755017/stat : 755017 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755018] ppid=754980 vsize=4635340 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755018/stat : 755018 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755019] ppid=754980 vsize=4635340 memory=281214326501904 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755019/stat : 755019 (fscip) S 754980 754983 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755020] ppid=754980 vsize=4635340 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755020/stat : 755020 (fscip) S 754980 754983 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755021] ppid=754980 vsize=4635340 memory=25333125866717268 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755021/stat : 755021 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 5 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755022] ppid=754980 vsize=4635340 memory=25333125866717268 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755022/stat : 755022 (fscip) R 754980 754983 750315 0 -1 4194368 22461 0 0 0 12 3 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755023] ppid=754980 vsize=4635340 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755023/stat : 755023 (fscip) S 754980 754983 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755024] ppid=754980 vsize=4635340 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755024/stat : 755024 (fscip) S 754980 754983 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755025] ppid=754980 vsize=4635340 memory=3244803366062570 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755025/stat : 755025 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 25 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755026] ppid=754980 vsize=4635340 memory=3244803366062314 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755026/stat : 755026 (fscip) S 754980 754983 750315 0 -1 1077936192 40537 0 0 0 26 6 0 0 20 0 21 0 128056537 4746588160 933435 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4635340 KiB
Current children cumulated memory: 3733740 KiB

[startup+25.5018 s]
/proc/loadavg: 64.27 76.01 78.66 62/1004 755047
/proc/meminfo: memFree=642634944/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=18522368 memory=16730852 CPUtime=233.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) S 754980 754983 750315 0 -1 1077936128 3214564 0 0 0 21559 1800 0 0 20 0 41 0 128055809 18966904832 4182713 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 4630592 4182713 2838 3035 0 4438547 0
[pid=754983/tid=755007] ppid=754980 vsize=18522368 memory=25333125866717268 CPUtime=11.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755007/stat : 755007 (fscip) R 754980 754983 750315 0 -1 4194368 170320 0 0 0 917 192 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755008] ppid=754980 vsize=18522368 memory=0 CPUtime=11.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755008/stat : 755008 (fscip) R 754980 754983 750315 0 -1 4194368 152299 0 0 0 1104 37 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755009] ppid=754980 vsize=18522368 memory=25333125866717268 CPUtime=11.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755009/stat : 755009 (fscip) R 754980 754983 750315 0 -1 4194368 149284 0 0 0 1111 33 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755010] ppid=754980 vsize=18522368 memory=0 CPUtime=11.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755010/stat : 755010 (fscip) R 754980 754983 750315 0 -1 4194368 169098 0 0 0 917 191 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755011] ppid=754980 vsize=18522368 memory=16619404 CPUtime=11.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755011/stat : 755011 (fscip) R 754980 754983 750315 0 -1 4194368 131116 0 0 0 1112 30 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755012] ppid=754980 vsize=18522368 memory=1333988 CPUtime=11.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755012/stat : 755012 (fscip) R 754980 754983 750315 0 -1 4194368 150140 0 0 0 1109 35 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755013] ppid=754980 vsize=18522368 memory=1978372 CPUtime=11.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755013/stat : 755013 (fscip) R 754980 754983 750315 0 -1 4194368 167120 0 0 0 916 193 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755014] ppid=754980 vsize=18522368 memory=6048 CPUtime=11.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755014/stat : 755014 (fscip) R 754980 754983 750315 0 -1 4194368 151276 0 0 0 1110 34 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755015] ppid=754980 vsize=18522368 memory=25479622905988492 CPUtime=11.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755015/stat : 755015 (fscip) R 754980 754983 750315 0 -1 4194368 146737 0 0 0 1110 35 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755016] ppid=754980 vsize=18522368 memory=11448 CPUtime=11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755016/stat : 755016 (fscip) R 754980 754983 750315 0 -1 4194368 165550 0 0 0 914 186 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755017] ppid=754980 vsize=18522368 memory=14990456 CPUtime=11.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755017/stat : 755017 (fscip) R 754980 754983 750315 0 -1 4194368 151450 0 0 0 1110 33 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755018] ppid=754980 vsize=18522368 memory=281214328535936 CPUtime=11.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755018/stat : 755018 (fscip) R 754980 754983 750315 0 -1 4194368 128705 0 0 0 1112 31 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755019] ppid=754980 vsize=18522368 memory=7044 CPUtime=11.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755019/stat : 755019 (fscip) R 754980 754983 750315 0 -1 4194368 167040 0 0 0 919 189 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755020] ppid=754980 vsize=18522368 memory=28188 CPUtime=11.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755020/stat : 755020 (fscip) R 754980 754983 750315 0 -1 4194368 131670 0 0 0 1112 31 0 0 20 0 41 0 128056537 18966904832 4182779 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755021] ppid=754980 vsize=18522368 memory=0 CPUtime=11.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755021/stat : 755021 (fscip) R 754980 754983 750315 0 -1 4194368 128918 0 0 0 1114 30 0 0 20 0 41 0 128056537 18966904832 4182845 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755022] ppid=754980 vsize=18522368 memory=0 CPUtime=11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755022/stat : 755022 (fscip) R 754980 754983 750315 0 -1 4194368 167293 0 0 0 905 195 0 0 20 0 41 0 128056537 18966904832 4182845 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755023] ppid=754980 vsize=18522368 memory=16621552 CPUtime=11.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755023/stat : 755023 (fscip) R 754980 754983 750315 0 -1 4194368 131975 0 0 0 1115 29 0 0 20 0 41 0 128056537 18966904832 4182845 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755024] ppid=754980 vsize=18522368 memory=0 CPUtime=11.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755024/stat : 755024 (fscip) R 754980 754983 750315 0 -1 4194368 135211 0 0 0 1082 29 0 0 20 0 41 0 128056537 18966904832 4182845 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0

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

/proc/754983/task/755033/stat : 755033 (fscip) S 754980 754983 750315 0 -1 1077936192 270 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755034] ppid=754980 vsize=64222540 memory=47735952 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755034/stat : 755034 (fscip) S 754980 754983 750315 0 -1 1077936192 234 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755035] ppid=754980 vsize=64222540 memory=47740544 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755035/stat : 755035 (fscip) S 754980 754983 750315 0 -1 1077936192 234 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755036] ppid=754980 vsize=64222540 memory=47742888 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755036/stat : 755036 (fscip) S 754980 754983 750315 0 -1 1077936192 224 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755037] ppid=754980 vsize=64222540 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755037/stat : 755037 (fscip) S 754980 754983 750315 0 -1 1077936192 236 0 0 0 0 3 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755038] ppid=754980 vsize=64222540 memory=7373348432499926871 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755038/stat : 755038 (fscip) S 754980 754983 750315 0 -1 1077936192 269 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755039] ppid=754980 vsize=64222540 memory=16164 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755039/stat : 755039 (fscip) S 754980 754983 750315 0 -1 1077936192 251 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755040] ppid=754980 vsize=64222540 memory=2316 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755040/stat : 755040 (fscip) S 754980 754983 750315 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755041] ppid=754980 vsize=64222540 memory=33000 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755041/stat : 755041 (fscip) S 754980 754983 750315 0 -1 1077936192 251 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755042] ppid=754980 vsize=64222540 memory=47740392 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755042/stat : 755042 (fscip) S 754980 754983 750315 0 -1 1077936192 189 0 0 0 4 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755043] ppid=754980 vsize=64222540 memory=47740544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755043/stat : 755043 (fscip) S 754980 754983 750315 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755044] ppid=754980 vsize=64222540 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755044/stat : 755044 (fscip) S 754980 754983 750315 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755045] ppid=754980 vsize=64222540 memory=47742276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755045/stat : 755045 (fscip) S 754980 754983 750315 0 -1 1077936192 216 0 0 0 2 1 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755046] ppid=754980 vsize=64222540 memory=1804 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755046/stat : 755046 (fscip) S 754980 754983 750315 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 128057225 65763880960 11935603 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
Current children cumulated CPU time: 71884.7 s
Current children cumulated vsize: 64222540 KiB
Current children cumulated memory: 47742412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3648.15 s]
/proc/loadavg: 80.95 80.67 80.53 82/1023 757105
/proc/meminfo: memFree=552827620/790760804 swapFree=131071996/131071996
[pid=754983] ppid=754980 vsize=64157004 memory=47697876 CPUtime=72000.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/stat : 754983 (fscip) S 754980 754983 750315 0 -1 1077936128 98765105 0 0 0 7183034 17034 0 0 20 0 41 0 128055809 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
/proc/754983/statm: 16039251 11924469 3030 3035 0 15758352 0
[pid=754983/tid=755007] ppid=754980 vsize=64157004 memory=25333125866717268 CPUtime=3600.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755007/stat : 755007 (fscip) R 754980 754983 750315 0 -1 4194368 4755779 0 0 0 359414 590 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755008] ppid=754980 vsize=64157004 memory=281214326047936 CPUtime=3595.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755008/stat : 755008 (fscip) R 754980 754983 750315 0 -1 4194368 7672757 0 0 0 358362 1229 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755009] ppid=754980 vsize=64157004 memory=0 CPUtime=3603.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755009/stat : 755009 (fscip) R 754980 754983 750315 0 -1 4194368 3834194 0 0 0 359616 761 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755010] ppid=754980 vsize=64157004 memory=6796 CPUtime=3602.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755010/stat : 755010 (fscip) R 754980 754983 750315 0 -1 4194368 4098300 0 0 0 359706 548 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755011] ppid=754980 vsize=64157004 memory=47742276 CPUtime=3604.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755011/stat : 755011 (fscip) R 754980 754983 750315 0 -1 4194368 6040587 0 0 0 359470 987 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755012] ppid=754980 vsize=64157004 memory=281214328673312 CPUtime=3602.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755012/stat : 755012 (fscip) R 754980 754983 750315 0 -1 4194368 4092087 0 0 0 359334 876 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755013] ppid=754980 vsize=64157004 memory=5512 CPUtime=3596.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755013/stat : 755013 (fscip) R 754980 754983 750315 0 -1 4194368 5683163 0 0 0 359003 678 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755014] ppid=754980 vsize=64157004 memory=47697876 CPUtime=3600.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755014/stat : 755014 (fscip) R 754980 754983 750315 0 -1 4194368 5518819 0 0 0 359166 845 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755015] ppid=754980 vsize=64157004 memory=0 CPUtime=3598.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755015/stat : 755015 (fscip) R 754980 754983 750315 0 -1 4194368 3880151 0 0 0 359068 769 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755016] ppid=754980 vsize=64157004 memory=0 CPUtime=3600.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755016/stat : 755016 (fscip) R 754980 754983 750315 0 -1 4194368 5056767 0 0 0 359450 633 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755017] ppid=754980 vsize=64157004 memory=1333988 CPUtime=3592.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755017/stat : 755017 (fscip) R 754980 754983 750315 0 -1 4194368 6322133 0 0 0 357770 1515 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755018] ppid=754980 vsize=64157004 memory=11822120823029796 CPUtime=3601.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755018/stat : 755018 (fscip) R 754980 754983 750315 0 -1 4194368 3279180 0 0 0 359341 766 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755019] ppid=754980 vsize=64157004 memory=0 CPUtime=3594.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755019/stat : 755019 (fscip) R 754980 754983 750315 0 -1 4194368 4893568 0 0 0 358866 615 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755020] ppid=754980 vsize=64157004 memory=281214330714720 CPUtime=3588.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755020/stat : 755020 (fscip) R 754980 754983 750315 0 -1 4194368 5413066 0 0 0 357689 1127 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755021] ppid=754980 vsize=64157004 memory=47742784 CPUtime=3604.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755021/stat : 755021 (fscip) R 754980 754983 750315 0 -1 4194368 3298298 0 0 0 359533 903 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755022] ppid=754980 vsize=64157004 memory=40960 CPUtime=3600.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755022/stat : 755022 (fscip) R 754980 754983 750315 0 -1 4194368 4898645 0 0 0 359426 636 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755023] ppid=754980 vsize=64157004 memory=8323350987516068516 CPUtime=3603.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755023/stat : 755023 (fscip) R 754980 754983 750315 0 -1 4194368 4894327 0 0 0 359551 785 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755024] ppid=754980 vsize=64157004 memory=2036 CPUtime=3595.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755024/stat : 755024 (fscip) R 754980 754983 750315 0 -1 4194368 3037329 0 0 0 358655 941 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755025] ppid=754980 vsize=64157004 memory=0 CPUtime=3600.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755025/stat : 755025 (fscip) R 754980 754983 750315 0 -1 4194368 5590385 0 0 0 359352 706 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755026] ppid=754980 vsize=64157004 memory=47837216 CPUtime=3604.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755026/stat : 755026 (fscip) R 754980 754983 750315 0 -1 4194368 6286140 0 0 0 359417 1035 0 0 20 0 41 0 128056537 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755027] ppid=754980 vsize=64157004 memory=47740544 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755027/stat : 755027 (fscip) S 754980 754983 750315 0 -1 1077936192 272 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755028] ppid=754980 vsize=64157004 memory=47742888 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755028/stat : 755028 (fscip) S 754980 754983 750315 0 -1 1077936192 272 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755029] ppid=754980 vsize=64157004 memory=31572 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755029/stat : 755029 (fscip) S 754980 754983 750315 0 -1 1077936192 199 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755030] ppid=754980 vsize=64157004 memory=28568 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755030/stat : 755030 (fscip) S 754980 754983 750315 0 -1 1077936192 188 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755031] ppid=754980 vsize=64157004 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755031/stat : 755031 (fscip) S 754980 754983 750315 0 -1 1077936192 214 0 0 0 3 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755032] ppid=754980 vsize=64157004 memory=7954033598202405988 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755032/stat : 755032 (fscip) S 754980 754983 750315 0 -1 1077936192 234 0 0 0 2 1 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755033] ppid=754980 vsize=64157004 memory=47697768 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755033/stat : 755033 (fscip) S 754980 754983 750315 0 -1 1077936192 270 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755034] ppid=754980 vsize=64157004 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755034/stat : 755034 (fscip) S 754980 754983 750315 0 -1 1077936192 234 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755035] ppid=754980 vsize=64157004 memory=47742276 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755035/stat : 755035 (fscip) S 754980 754983 750315 0 -1 1077936192 234 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755036] ppid=754980 vsize=64157004 memory=6708 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755036/stat : 755036 (fscip) S 754980 754983 750315 0 -1 1077936192 224 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755037] ppid=754980 vsize=64157004 memory=38193240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755037/stat : 755037 (fscip) S 754980 754983 750315 0 -1 1077936192 236 0 0 0 0 3 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755038] ppid=754980 vsize=64157004 memory=47837216 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755038/stat : 755038 (fscip) S 754980 754983 750315 0 -1 1077936192 269 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755039] ppid=754980 vsize=64157004 memory=47740392 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755039/stat : 755039 (fscip) S 754980 754983 750315 0 -1 1077936192 251 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755040] ppid=754980 vsize=64157004 memory=47739996 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755040/stat : 755040 (fscip) S 754980 754983 750315 0 -1 1077936192 216 0 0 0 3 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755041] ppid=754980 vsize=64157004 memory=101905432 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755041/stat : 755041 (fscip) S 754980 754983 750315 0 -1 1077936192 251 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755042] ppid=754980 vsize=64157004 memory=2692 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755042/stat : 755042 (fscip) S 754980 754983 750315 0 -1 1077936192 189 0 0 0 4 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755043] ppid=754980 vsize=64157004 memory=281214326798448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755043/stat : 755043 (fscip) S 754980 754983 750315 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755044] ppid=754980 vsize=64157004 memory=47740392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755044/stat : 755044 (fscip) S 754980 754983 750315 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755045] ppid=754980 vsize=64157004 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755045/stat : 755045 (fscip) S 754980 754983 750315 0 -1 1077936192 216 0 0 0 2 1 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
[pid=754983/tid=755046] ppid=754980 vsize=64157004 memory=47697876 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/754983/task/755046/stat : 755046 (fscip) S 754980 754983 750315 0 -1 1077936192 268 0 0 0 3 0 0 0 20 0 41 0 128057225 65696772096 11924469 809668444160 4194304 16623229 140733009319616 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 25407488 140733009327110 140733009327228 140733009327228 140733009334256 0
Current children cumulated CPU time: 72000.7 s
Current children cumulated vsize: 64157004 KiB
Current children cumulated memory: 47697876 KiB

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

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

# cumulated CPU time of all completed processes:  user=71830.6 s, system=171.501 s

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

[startup+3648.8 s]
/proc/loadavg: 80.95 80.67 80.53 62/984 757105
/proc/meminfo: memFree=554530672/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.2 s]
/proc/loadavg: 79.51 80.38 80.43 63/984 757105
/proc/meminfo: memFree=590948880/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3649.3 s]
/proc/loadavg: 79.51 80.38 80.43 63/984 757105
/proc/meminfo: memFree=590948880/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): 3649.37
CPU time (s): 72002.1
CPU user time (s): 71830.6
CPU system time (s): 171.501
CPU usage (%): 1973
Max. virtual memory (cumulated for all children) (KiB): 64419148
Max. memory (cumulated for all children) (KiB): 47837904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71830.6
system time used= 171.501
maximum resident set size= 47837904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98765112
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= 2678226
involuntary context switches= 339309


# summary of solver processes directly reported to runsolver:
#   pid: 754983
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71830.6
#   total CPU system time (s): 171.501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0376 second user time and 93.4267 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 07:52:07
IDJOB=4465680
IDBENCH=155441
IDSOLVER=3094
FILE ID=nodeD105/4465680-1723614727
RUNJOBID= nodeD105-1723607375-750328
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622684 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-60.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465680-1723614727/watcher-4465680-1723614727 -o /tmp/evaluation-result-4465680-1723614727/solver-4465680-1723614727 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750328 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465680-1723614727.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 0cc29dda69c4373ab2687cf37dcdce8e
RANDOM SEED=1404704875

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		: 3030.309
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		: 3524.034
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		: 3022.585
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		: 3708.520
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		: 3030.332
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		: 2634.355
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		: 3022.606
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		: 3505.745
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		: 3030.342
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		: 2620.555
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		: 3022.611
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		: 3042.306
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		: 3030.349
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		: 2636.490
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		: 3022.614
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		: 2483.202
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		: 3030.360
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		: 2627.238
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		: 3022.624
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		: 3821.595
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		: 3030.369
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		: 2639.948
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		: 3022.628
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		: 2642.349
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 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		: 3030.377
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		: 2625.892
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		: 3022.637
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		: 2639.602
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		: 3030.389
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		: 2638.036
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		: 3022.645
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		: 2657.990
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		: 3030.402
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		: 3881.069
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		: 3022.658
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		: 2653.550
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		: 3030.408
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		: 2638.468
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		: 3022.660
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		: 2652.772
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		: 3030.415
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		: 2624.635
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		: 3022.666
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		: 2642.720
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		: 3030.428
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		: 2640.438
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		: 3022.674
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		: 2648.658
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		: 3030.441
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		: 2633.071
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		: 3022.680
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		: 2645.087
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		: 3030.446
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		: 2632.476
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		: 3022.688
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		: 2644.838
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		: 3030.458
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		: 2638.600
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		: 2799.999
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		: 2644.653
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		: 3030.465
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		: 2639.237
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		: 3022.700
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		: 2655.057
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		: 3030.477
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		: 2631.841
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		: 3022.711
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		: 2643.643
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		: 3030.486
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		: 2639.132
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		: 3022.717
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		: 2654.590
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		: 3030.498
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		: 2645.968
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		: 3022.727
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		: 2619.010
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		: 3030.510
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		: 3634.842
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		: 3022.730
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		: 1713.636
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:        669171152 kB
MemAvailable:   674016672 kB
Buffers:         1205044 kB
Cached:          6927972 kB
SwapCached:            0 kB
Active:          1778840 kB
Inactive:       116127456 kB
Active(anon):       2168 kB
Inactive(anon): 109810024 kB
Active(file):    1776672 kB
Inactive(file):  6317432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             40444 kB
Writeback:            12 kB
AnonPages:      109772704 kB
Mapped:           137092 kB
Shmem:             38920 kB
KReclaimable:     342236 kB
Slab:             778952 kB
SReclaimable:     342236 kB
SUnreclaim:       436716 kB
KernelStack:       16256 kB
PageTables:       229712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   32063656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1135488 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23695360 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1165312 kB
DirectMap2M:    145084416 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622732 MiB
End job on nodeD105 at 2024-08-14 08:52:56