Trace number 4465485

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep6.5.opb
MD5SUMbb1eb546b1769ca27e4515a55d388d8e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2078.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26661
Number of constraints which are cardinality constraints (but not clauses)235
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
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.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 97236962, getVmSize() = 84471808, SCIPgetMemUsed() = 53247884, SCIPgetMemTotal() = 60564820, SCIPgetMemExternEstim() = 36672142
0.00/0.09	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
2.19/2.20	c ** Estimated virtualMemUsedAtSolver = 144984765, getVmSize() = 209313792, SCIPgetMemUsed() = 132735614, SCIPgetMemTotal() = 180805006, SCIPgetMemExternEstim() = 36672142
2.19/2.20	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
2.19/2.20	c Original Problem   :
2.19/2.20	c   Problem name     : instance-4465485-1722543894
2.19/2.20	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
2.19/2.20	c   Constraints      : 28660
2.19/2.20	c   Objective sense  : minimize
2.19/2.20	c Presolved Problem  :
2.19/2.20	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
2.19/2.20	c   Constraints      : 26530
2.19/2.20	c Constraints        : Number
2.19/2.20	c   knapsack         : 1103 
2.19/2.20	c   setppc           : 15510 
2.19/2.20	c   linear           : 28 
2.19/2.20	c   logicor          : 9889 
2.19/2.20	c ** Instance transfer method used: 0
2.19/2.25	c ** ParaScipInstance copy does not increase the number of variables. **
2.89/3.00	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.89/3.00	c                                Nodes    Active                                            
2.89/3.00	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
25.54/4.26	c *       4              0           1        20         211.0000                -          -
206.75/13.49	c        13              2           1        20         211.0000           0.0000          -
307.84/18.53	c        19             42          41        20         211.0000           0.0000          -
407.05/23.56	c        24            673         121        20         211.0000           0.0000          -
508.17/28.64	c        29           2229          58        20         211.0000           0.0000          -
609.29/33.70	c        34           3181          86        20         211.0000           0.0000          -
708.38/38.78	c        39           5090          58        20         211.0000           0.0000          -
811.43/43.98	c        44           5445         112        20         211.0000           0.0000          -
910.50/49.03	c        49           8963          71        20         211.0000           0.0000          -
1019.47/54.40	c        54           9890          75        20         211.0000           0.0000          -
1118.53/59.45	c        59          11472          75        20         211.0000           0.0000          -
1219.53/64.53	c        65          11914          85        20         211.0000           0.0000          -
1318.49/69.57	c        70          14033          79        20         211.0000           0.0000          -
1419.54/74.64	c        75          16298          66        20         211.0000           0.0000          -
1518.56/79.69	c        80          18066          67        20         211.0000           0.0000          -
1619.63/84.71	c        85          20671          57        20         211.0000           0.0000          -
1718.69/89.76	c        90          22504          61        20         211.0000           0.0000          -
1819.64/94.86	c        95          24212          64        20         211.0000           0.0000          -
1923.78/100.13	c       100          25918          63        20         211.0000           0.0000          -
2024.79/105.18	c       105          24987          68        20         211.0000           0.0000          -
2124.62/110.23	c       110          29493          68        20         211.0000           0.0000          -
2223.69/115.28	c       115          27363          71        20         211.0000           0.0000          -
2324.75/120.34	c       120          29062          78        20         211.0000           0.0000          -
2423.82/125.39	c       125          30862          78        20         211.0000           0.0000          -
2524.80/130.43	c       130          32601          76        20         211.0000           0.0000          -
2623.80/135.48	c       135          34392          73        20         211.0000           0.0000          -
2724.81/140.53	c       141          36166          74        20         211.0000           0.0000          -
2823.85/145.59	c       146          37851          79        20         211.0000           0.0000          -
2926.84/150.71	c       151          39642          76        20         211.0000           0.0000          -
3025.94/155.75	c       156          41323          79        20         211.0000           0.0000          -
3128.95/160.90	c       161          44680          58        20         211.0000           0.0000          -
3228.03/165.99	c       166          44393          74        20         211.0000           0.0000          -
3327.02/171.04	c       171          46219          79        20         211.0000           0.0000          -
3429.25/176.06	c       176          44979          76        20         211.0000           0.0000          -
3528.30/181.09	c       181          49851          61        20         211.0000           0.0000          -
3632.14/186.36	c       186          51133          81        20         211.0000           0.0000          -
3733.21/191.41	c       191          48921          71        20         211.0000           0.0000          -
3832.29/196.46	c       196          50954          67        20         211.0000           0.0000          -
3933.40/201.51	c       202          52893          66        20         211.0000           0.0000          -
4032.50/206.56	c       207          54765          69        20         211.0000           0.0000          -
4133.47/211.61	c       212          56731          68        20         211.0000           0.0000          -
4232.57/216.66	c       217          58782          67        20         211.0000           0.0000          -
4333.69/221.71	c       222          60861          65        20         211.0000           0.0000          -
4432.69/226.76	c       227          62868          66        20         211.0000           0.0000          -
4533.79/231.81	c       232          64927          64        20         211.0000           0.0000          -
4632.92/236.86	c       237          66932          61        20         211.0000           0.0000          -
4734.02/241.91	c       242          68924          63        20         211.0000           0.0000          -
4833.16/246.96	c       247          70811          63        20         211.0000           0.0000          -
4932.31/252.01	c       252          72561          63        20         211.0000           0.0000          -
5034.48/257.05	c       257          74286          61        20         211.0000           0.0000          -
5136.55/262.23	c       262          76083          65        20         211.0000           0.0000          -
5237.68/267.31	c       267          77934          65        20         211.0000           0.0000          -
5336.83/272.36	c       272          79529          65        20         211.0000           0.0000          -
5437.97/277.41	c       277          82713          59        20         211.0000           0.0000          -
5539.11/282.53	c       283          82999          67        20         211.0000           0.0000          -
5640.25/287.64	c       288          84789          64        20         211.0000           0.0000          -
5739.40/292.69	c       293          86519          61        20         211.0000           0.0000          -
5840.55/297.73	c       298          88229          61        20         211.0000           0.0000          -
5939.66/302.78	c       303          89963          64        20         211.0000           0.0000          -
6040.67/307.83	c       308          91781          62        20         211.0000           0.0000          -
6139.82/312.88	c       313          93489          58        20         211.0000           0.0000          -
6240.95/317.93	c       318          95169          60        20         211.0000           0.0000          -
6340.04/322.98	c       323          93705          72        20         211.0000           0.0000          -
6441.97/328.08	c       328          98645          67        20         211.0000           0.0000          -
6544.26/333.20	c       333          96972          73        20         211.0000           0.0000          -
6643.41/338.25	c       338          98187          69        20         211.0000           0.0000          -
6744.56/343.30	c       343         103415          65        20         211.0000           0.0000          -
6843.70/348.36	c       348         105510          65        20         211.0000           0.0000          -
6944.86/353.40	c       353         107583          65        20         211.0000           0.0000          -
7044.02/358.46	c       358         109647          69        20         211.0000           0.0000          -
7145.15/363.51	c       364         111662          67        20         211.0000           0.0000          -
7244.25/368.55	c       369         113679          72        20         211.0000           0.0000          -
7345.37/373.60	c       374         115693          69        20         211.0000           0.0000          -
7444.51/378.65	c       379         117709          65        20         211.0000           0.0000          -
7545.64/383.70	c       384         119689          65        20         211.0000           0.0000          -
7644.78/388.75	c       389         121748          70        20         211.0000           0.0000          -
7745.88/393.80	c       394         123719          64        20         211.0000           0.0000          -
7845.02/398.85	c       399         125726          70        20         211.0000           0.0000          -
7946.15/403.91	c       404         127646          64        20         211.0000           0.0000          -
8045.27/408.96	c       409         129566          62        20         211.0000           0.0000          -
8144.37/414.01	c       414         131489          70        20         211.0000           0.0000          -
8246.12/419.06	c       419         133359          66        20         211.0000           0.0000          -
8345.10/424.12	c       424         135239          64        20         211.0000           0.0000          -
8446.34/429.17	c       429         137077          67        20         211.0000           0.0000          -
8546.58/434.22	c       434         138949          67        20         211.0000           0.0000          -
8645.70/439.27	c       439         140871          68        20         211.0000           0.0000          -
8746.81/444.32	c       444         142824          64        20         211.0000           0.0000          -
8845.88/449.39	c       449         144777          66        20         211.0000           0.0000          -
8946.93/454.43	c       454         146810          69        20         211.0000           0.0000          -
9045.96/459.49	c       459         148855          66        20         211.0000           0.0000          -
9146.90/464.53	c       465         150705          67        20         211.0000           0.0000          -
9253.78/469.93	c       470         152203          67        20         211.0000           0.0000          -
9352.86/474.98	c       475         153498          69        20         211.0000           0.0000          -
9454.58/480.10	c       480         155348          69        20         211.0000           0.0000          -
9555.63/485.15	c       485         152823          59        20         211.0000           0.0000          -
9655.75/490.25	c       490         152823          59        20         211.0000           0.0000          -
9756.82/495.30	c       495         154163          63        20         211.0000           0.0000          -
9857.92/500.42	c       500         163231          68        20         211.0000           0.0000          -
9957.00/505.47	c       505         148425          74        20         211.0000           0.0000          -
10058.06/510.52	c       511         150220          70        20         211.0000           0.0000          -
10097.71/512.54	c *     513         159842          60        20         204.0000           0.0000          -
10161.06/515.74	c       516         160289          56        20         204.0000           0.0000          -
10264.07/520.98	c       521         151295          75        20         204.0000           0.0000          -
10367.93/526.17	c       526         151295          75        20         204.0000           0.0000          -
10467.91/531.22	c       531         151295          75        20         204.0000           0.0000          -
10567.00/536.27	c       536         160708          58        20         204.0000           0.0000          -
10668.07/541.35	c       541         152060          82        20         204.0000           0.0000          -
10769.16/546.44	c       546         177212          61        20         204.0000           0.0000          -
10868.30/551.44	c       551         177212          61        20         204.0000           0.0000          -
10967.32/556.49	c       556         177212          61        20         204.0000           0.0000          -
11068.28/561.54	c       562         177212          61        20         204.0000           0.0000          -
11169.36/566.60	c       567         166601          57        20         204.0000           0.0000          -
11270.46/571.73	c       572         177978          65        20         204.0000           0.0000          -
11369.56/576.78	c       577         169802          56        20         204.0000           0.0000          -
11470.67/581.83	c       582         171330          62        20         204.0000           0.0000          -
11569.77/586.88	c       587         172845          57        20         204.0000           0.0000          -
11670.88/591.93	c       592         174488          57        20         204.0000           0.0000          -
11770.00/596.98	c       597         175981          58        20         204.0000           0.0000          -
11869.06/602.03	c       602         187488          65        20         204.0000           0.0000          -
11971.04/607.05	c       607         189302          68        20         204.0000           0.0000          -
12039.61/610.56	c *     611         180049          56        20         189.0000           0.0000          -
12077.23/612.46	c       612         174202          74        20         189.0000           0.0000          -
12081.20/612.70	c *     613         190515          65        20         182.0000           0.0000          -
12180.18/617.65	c       618         180605          61        20         182.0000           0.0000          -
12299.16/623.65	c       624         191922          72        20         182.0000           0.0000          -
12398.31/628.70	c       629         193526          63        20         182.0000           0.0000          -
12501.43/633.85	c       634         195499          64        20         182.0000           0.0000          -
12600.67/638.85	c       639         182022          65        20         182.0000           0.0000          -
12701.73/644.04	c       644         183597          62        20         182.0000           0.0000          -
12803.78/649.08	c       649         185349          61        20         182.0000           0.0000          -
12903.00/654.14	c       654         186971          59        20         182.0000           0.0000          -
13005.16/659.28	c       659         188722          63        20         182.0000           0.0000          -
13106.19/664.33	c       664         190484          60        20         182.0000           0.0000          -
13207.36/669.41	c       669         185932          77        20         182.0000           0.0000          -
13308.59/674.58	c       675         187210          62        20         182.0000           0.0000          -
13409.83/679.63	c       680         189300          68        20         182.0000           0.0000          -
13511.06/684.75	c       685         191377          65        20         182.0000           0.0000          -
13612.23/689.81	c       690         197563          66        20         182.0000           0.0000          -
13711.45/694.85	c       695         195228          66        20         182.0000           0.0000          -
13812.55/699.91	c       700              2           1        20         182.0000          12.0000          -
13914.72/705.08	c       705              6           5        20         182.0000          12.0000          -
14013.78/710.13	c       710              3           2        20         182.0000          12.0000          -
14114.85/715.18	c       715              9           8        20         182.0000          12.0000          -
14215.10/720.24	c       720             11          10        20         182.0000          12.0000          -
14314.29/725.28	c       725             11          10        20         182.0000          12.0000          -
14415.30/730.33	c       730             11          10        20         182.0000          12.0000          -
14514.43/735.40	c       735             11          10        20         182.0000          12.0000          -
14522.35/735.70	c *     736             11          10        20         177.0000          12.0000          -
14568.79/738.11	c *     738             11          10        20         170.0000          12.0000          -
14615.32/740.45	c       740             11          10        20         170.0000          12.0000          -
14718.45/745.62	c       746             11          10        20         170.0000          12.0000          -
14817.56/750.67	c       751             11          10        20         170.0000          12.0000          -
14918.71/755.72	c       756             11          10        20         170.0000          12.0000          -
15017.80/760.78	c       761             11          10        20         170.0000          12.0000          -
15118.95/765.82	c       766             12          11        20         170.0000          12.0000          -
15217.97/770.88	c       771             13          12        20         170.0000          12.0000          -
15319.05/775.92	c       776             13          12        20         170.0000          12.0000          -
15418.06/780.97	c       781             13          12        20         170.0000          12.0000          -
15451.69/782.67	c *     783             13          12        20         165.0000          12.0000          -
15520.05/786.05	c       786             13          12        20         165.0000          12.0000          -
15619.07/791.10	c       791             15          14        20         165.0000          12.0000          -
15718.21/796.16	c       796             15          14        20         165.0000          12.0000          -
15782.45/799.38	c *     799             15          14        20         158.0000          12.0000          -
15822.01/801.34	c       801             15          14        20         158.0000          12.0000          -
15927.00/806.63	c       807             15          14        20         158.0000          12.0000          -
16025.99/811.69	c       812             15          14        20         158.0000          12.0000          -
16127.03/816.74	c       817             15          14        20         158.0000          12.0000          -
16226.14/821.79	c       822             16          15        20         158.0000          12.0000          -
16327.19/826.84	c       827             16          15        20         158.0000          12.0000          -
16426.03/831.86	c       832             16          15        20         158.0000          12.0000          -
16526.92/836.91	c       837             17          16        20         158.0000          12.0000          -
16625.82/841.96	c       842             19          18        20         158.0000          12.0000          -
16724.84/847.03	c       847             20          19        20         158.0000          12.0000          -
16829.68/852.22	c *     852             20          19        20         153.0000          12.0000          -
16829.68/852.22	c       852             20          19        20         153.0000          12.0000          -
16932.53/857.43	c       857             23          22        20         153.0000          12.0000          -
17031.60/862.46	c       862             23          22        20         153.0000          12.0000          -
17132.56/867.57	c       868             23          22        20         153.0000          12.0000          -
17235.57/872.74	c       873             23          22        20         153.0000          12.0000          -
17334.73/877.79	c       878             27          26        20         153.0000          12.0000          -
17435.84/882.84	c       883             27          26        20         153.0000          12.0000          -
17535.00/887.89	c       888             29          28        20         153.0000          12.0000          -
17628.12/892.55	c *     893             29          28        20         138.0000          12.0000          -
17636.00/892.94	c       893             29          28        20         138.0000          12.0000          -
17741.10/898.29	c       898             29          28        20         138.0000          12.0000          -
17764.91/899.45	c *     899             29          28        20         133.0000          12.0000          -
17842.18/903.31	c       903             29          28        20         133.0000          12.0000          -
17941.32/908.38	c       908             29          28        20         133.0000          12.0000          -
18042.42/913.45	c       913             29          28        20         133.0000          12.0000          -
18116.68/917.20	c *     917             29          28        20         123.0000          12.0000          -
18141.65/918.50	c       918             29          28        20         123.0000          12.0000          -
18242.68/923.54	c       924             29          28        20         123.0000          12.0000          -
18341.85/928.59	c       929             29          28        20         123.0000          12.0000          -
18442.98/933.65	c       934             29          28        20         123.0000          12.0000          -
18544.14/938.78	c       939             29          28        20         123.0000          12.0000          -
18645.28/943.82	c       944             29          28        20         123.0000          12.0000          -
18746.48/948.90	c       949             29          28        20         123.0000          12.0000          -
18845.64/954.01	c       954             29          28        20         123.0000          12.0000          -
18947.60/959.07	c       959             29          28        20         123.0000          12.0000          -
19050.03/964.21	c       964             29          28        20         123.0000          12.0000          -
19151.14/969.34	c       969             29          28        20         123.0000          12.0000          -
19166.01/970.10	c *     970             29          28        20         116.0000          12.0000          -
19252.12/974.43	c       974             29          28        20         116.0000          12.0000          -
19351.26/979.48	c       979             29          28        20         116.0000          12.0000          -
19454.44/984.65	c       985             29          28        20         116.0000          12.0000          -
19557.52/989.87	c       990             29          28        20         116.0000          12.0000          -
19658.71/994.92	c       995             29          28        20         116.0000          12.0000          -
19757.88/999.96	c      1000             29          28        20         116.0000          12.0000          -
19857.07/1005.01	c      1005             29          28        20         116.0000          12.0000          -
19960.92/1010.18	c      1010             29          28        20         116.0000          12.0000          -
20061.33/1015.21	c      1015             29          28        20         116.0000          12.0000          -
20160.48/1020.29	c      1020             29          28        20         116.0000          12.0000          -
20261.64/1025.38	c      1025             29          28        20         116.0000          12.0000          -
20362.85/1030.48	c      1030             29          28        20         116.0000          12.0000          -
20448.17/1034.73	c *    1035             29          28        20         111.0000          12.0000          -
20463.90/1035.54	c      1036             29          28        20         111.0000          12.0000          -
20573.92/1041.10	c      1041             29          28        20         111.0000          12.0000          -
20677.99/1046.36	c      1046             29          28        20         111.0000          12.0000          -
20781.19/1051.55	c      1052             29          28        20         111.0000          12.0000          -
20882.31/1056.63	c      1057             29          28        20         111.0000          12.0000          -
20983.55/1061.70	c      1062             29          28        20         111.0000          12.0000          -
21037.12/1064.42	c *    1064             29          28        20         104.0000          12.0000          -
21082.61/1066.72	c      1067             29          28        20         104.0000          12.0000          -
21181.84/1071.78	c      1072             29          28        20         104.0000          12.0000          -
21283.09/1076.82	c      1077             29          28        20         104.0000          12.0000          -
21384.34/1081.93	c      1082             29          28        20         104.0000          12.0000          -
21483.50/1086.99	c      1087             29          28        20         104.0000          12.0000          -
21585.68/1092.11	c      1092             29          28        20         104.0000          12.0000          -
21687.96/1097.25	c      1097             29          28        20         104.0000          12.0000          -
21789.31/1102.33	c      1102             29          28        20         104.0000          12.0000          -
21890.43/1107.48	c      1107             29          28        20         104.0000          12.0000          -
21991.65/1112.57	c      1113             29          28        20         104.0000          12.0000          -
22098.81/1117.95	c      1118             29          28        20         104.0000          12.0000          -
22197.96/1123.03	c      1123             29          28        20         104.0000          12.0000          -
22300.13/1128.09	c      1128             29          28        20         104.0000          12.0000          -
22402.40/1133.22	c      1133             29          28        20         104.0000          12.0000          -
22503.51/1138.32	c      1138             29          28        20         104.0000          12.0000          -
22604.80/1143.41	c      1143             29          28        20         104.0000          12.0000          -
22703.82/1148.47	c      1148             29          28        20         104.0000          12.0000          -
22773.26/1151.90	c *    1152             29          28        20         101.0000          12.0000          -
22806.89/1153.62	c      1154             29          28        20         101.0000          12.0000          -
22907.98/1158.73	c      1159             29          28        20         101.0000          12.0000          -
23009.17/1163.88	c      1164             29          28        20         101.0000          12.0000          -
23110.31/1168.95	c      1169             29          28        20         101.0000          12.0000          -
23212.54/1174.10	c      1174             29          28        20         101.0000          12.0000          -
23223.37/1174.63	c *    1175             29          28        20          94.0000          12.0000          -
23320.42/1179.58	c      1180             29          28        20          94.0000          12.0000          -
23421.54/1184.60	c      1185             29          28        20          94.0000          12.0000          -
23520.70/1189.68	c      1190             29          28        20          94.0000          12.0000          -
23621.86/1194.77	c      1195             29          28        20          94.0000          12.0000          -
23723.03/1199.83	c      1200             29          28        20          94.0000          12.0000          -
23824.24/1204.99	c      1205             29          28        20          94.0000          12.0000          -
23928.10/1210.16	c      1210             29          28        20          94.0000          12.0000          -
24028.57/1215.24	c      1215             29          28        20          94.0000          12.0000          -
24129.79/1220.30	c      1220             29          28        20          94.0000          12.0000          -
24229.02/1225.38	c      1225             29          28        20          94.0000          12.0000          -
24332.21/1230.53	c      1231             29          28        20          94.0000          12.0000          -
24431.43/1235.59	c      1236             29          28        20          94.0000          12.0000          -
24532.52/1240.66	c      1241             29          28        20          94.0000          12.0000          -
24633.79/1245.72	c      1246             29          28        20          94.0000          12.0000          -
24735.04/1250.82	c      1251             29          28        20          94.0000          12.0000          -
24836.31/1255.90	c      1256             29          28        20          94.0000          12.0000          -
24935.50/1260.90	c      1261             29          28        20          94.0000          12.0000          -
25037.36/1266.11	c      1266             29          28        20          94.0000          12.0000          -
25139.80/1271.22	c      1271             29          28        20          94.0000          12.0000          -
25239.03/1276.30	c      1276             29          28        20          94.0000          12.0000          -
25344.33/1281.53	c      1282             29          28        20          94.0000          12.0000          -
25445.36/1286.61	c      1287             29          28        20          94.0000          12.0000          -
25544.44/1291.68	c      1292             29          28        20          94.0000          12.0000          -
25645.52/1296.72	c      1297             29          28        20          94.0000          12.0000          -
25746.70/1301.80	c      1302             29          28        20          94.0000          12.0000          -
25845.90/1306.88	c      1307             29          28        20          94.0000          12.0000          -
25946.99/1311.91	c      1312             29          28        20          94.0000          12.0000          -
26046.17/1316.93	c      1317             29          28        20          94.0000          12.0000          -
26145.36/1321.98	c      1322             29          28        20          94.0000          12.0000          -
26247.38/1327.09	c      1327             29          28        20          94.0000          12.0000          -
26348.54/1332.16	c      1332             29          28        20          94.0000          12.0000          -
26448.85/1337.21	c      1337             29          28        20          94.0000          12.0000          -
26547.99/1342.27	c      1342             29          28        20          94.0000          12.0000          -
26651.20/1347.47	c      1347             29          28        20          94.0000          12.0000          -
26754.38/1352.67	c      1353             29          28        20          94.0000          12.0000          -
26855.58/1357.77	c      1358             29          28        20          94.0000          12.0000          -
26956.75/1362.86	c      1363             29          28        20          94.0000          12.0000          -
27060.76/1368.08	c      1368             29          28        20          94.0000          12.0000          -
27161.77/1373.17	c      1373             29          28        20          94.0000          12.0000          -
27262.07/1378.23	c      1378             29          28        20          94.0000          12.0000          -
27363.24/1383.31	c      1383             29          28        20          94.0000          12.0000          -
27462.43/1388.39	c      1388             29          28        20          94.0000          12.0000          -
27567.55/1393.62	c      1394             29          28        20          94.0000          12.0000          -
27668.70/1398.73	c      1399             29          28        20          94.0000          12.0000          -
27771.82/1403.90	c      1404             29          28        20          94.0000          12.0000          -
27870.97/1408.98	c      1409             29          28        20          94.0000          12.0000          -
27970.11/1414.00	c      1414             29          28        20          94.0000          12.0000          -
28074.01/1419.18	c      1419             31          30        20          94.0000          12.0000          -
28176.32/1424.30	c      1424             32          31        20          94.0000          12.0000          -
28277.43/1429.41	c      1429             32          31        20          94.0000          12.0000          -
28378.55/1434.51	c      1435             32          31        20          94.0000          12.0000          -
28477.74/1439.59	c      1440             33          32        20          94.0000          12.0000          -
28578.89/1444.67	c      1445             33          32        20          94.0000          12.0000          -
28681.91/1449.86	c      1450             33          32        20          94.0000          12.0000          -
28783.06/1454.92	c      1455             35          34        20          94.0000          12.0000          -
28882.25/1459.99	c      1460             35          34        20          94.0000          12.0000          -
28984.23/1465.06	c      1465             35          34        20          94.0000          12.0000          -
29083.53/1470.14	c      1470             35          34        20          94.0000          12.0000          -
29184.74/1475.18	c      1475             37          36        20          94.0000          12.0000          -
29286.92/1480.30	c      1480             38          37        20          94.0000          12.0000          -
29388.02/1485.44	c      1485             40          39        20          94.0000          12.0000          -
29489.20/1490.53	c      1491             40          39        20          94.0000          12.0000          -
29588.39/1495.59	c      1496             42          41        20          94.0000          12.0000          -
29689.51/1500.68	c      1501             44          43        20          94.0000          12.0000          -
29792.62/1505.81	c      1506             44          43        20          94.0000          12.0000          -
29893.73/1510.93	c      1511             44          43        20          94.0000          12.0000          -
29992.90/1516.00	c      1516             45          44        20          94.0000          12.0000          -
30094.89/1521.11	c      1521             46          45        20          94.0000          12.0000          -
30197.06/1526.25	c      1526             46          45        20          94.0000          12.0000          -
30298.22/1531.35	c      1531             48          47        20          94.0000          12.0000          -
30399.37/1536.41	c      1536             50          49        20          94.0000          12.0000          -
30500.54/1541.55	c      1542             50          49        20          94.0000          12.0000          -
30601.71/1546.68	c      1547             50          49        20          94.0000          12.0000          -
30702.85/1551.73	c      1552             52          51        20          94.0000          12.0000          -
30805.99/1557.04	c      1557             53          52        20          94.0000          12.0000          -
30907.95/1562.13	c      1562             55          54        20          94.0000          12.0000          -
31009.17/1567.17	c      1567             55          54        20          94.0000          12.0000          -
31111.40/1572.31	c      1572             55          54        20          94.0000          12.0000          -
31210.51/1577.38	c      1577             55          54        20          94.0000          12.0000          -
31313.66/1582.55	c      1583             56          55        20          94.0000          12.0000          -
31414.76/1587.62	c      1588             57          56        20          94.0000          12.0000          -
31513.80/1592.69	c      1593             57          56        20          94.0000          12.0000          -
31614.86/1597.76	c      1598             57          56        20          94.0000          12.0000          -
31716.02/1602.90	c      1603             57          56        20          94.0000          12.0000          -
31817.31/1608.03	c      1608             60          59        20          94.0000          12.0000          -
31919.26/1613.12	c      1613             60          59        20          94.0000          12.0000          -
32021.43/1618.22	c      1618             60          59        20          94.0000          12.0000          -
32120.59/1623.29	c      1623             60          59        20          94.0000          12.0000          -
32221.71/1628.37	c      1628             60          59        20          94.0000          12.0000          -
32322.84/1633.44	c      1633             60          59        20          94.0000          12.0000          -
32421.73/1638.49	c      1638             62          61        20          94.0000          12.0000          -
32522.88/1643.59	c      1644             62          61        20          94.0000          12.0000          -
32624.05/1648.69	c      1649             62          61        20          94.0000          12.0000          -
32727.21/1653.82	c      1654             62          61        20          94.0000          12.0000          -
32826.39/1658.87	c      1659             62          61        20          94.0000          12.0000          -
32927.54/1663.96	c      1664             62          61        20          94.0000          12.0000          -
33031.75/1669.17	c      1669             65          64        20          94.0000          12.0000          -
33131.81/1674.26	c      1674             67          66        20          94.0000          12.0000          -
33236.93/1679.53	c      1680             67          66        20          94.0000          12.0000          -
33338.08/1684.60	c      1685             67          66        20          94.0000          12.0000          -
33437.22/1689.67	c      1690             67          66        20          94.0000          12.0000          -
33538.37/1694.72	c      1695             68          67        20          94.0000          12.0000          -
33639.51/1699.81	c      1700             70          69        20          94.0000          12.0000          -
33738.66/1704.86	c      1705             70          69        20          94.0000          12.0000          -
33839.79/1709.90	c      1710             70          69        20          94.0000          12.0000          -
33938.96/1714.98	c      1715             70          69        20          94.0000          12.0000          -
34038.07/1720.03	c      1720             70          69        20          94.0000          12.0000          -
34113.41/1723.75	c *    1724             71          70        20          89.0000          12.0000          -
34139.87/1725.11	c      1725             72          71        20          89.0000          12.0000          -
34244.10/1730.37	c      1730             72          71        20          89.0000          12.0000          -
34345.27/1735.49	c      1735             72          71        20          89.0000          12.0000          -
34452.23/1740.82	c      1741             72          71        20          89.0000          12.0000          -
34563.16/1746.43	c      1746             72          71        20          89.0000          12.0000          -
34674.96/1752.12	c      1752             76          75        20          89.0000          12.0000          -
34853.44/1761.12	c      1761             76          75        20          89.0000          12.0000          -
34955.66/1766.29	c      1766             76          75        20          89.0000          12.0000          -
35060.75/1771.58	c      1772             76          75        20          89.0000          12.0000          -
35170.68/1777.07	c      1777             76          75        20          89.0000          12.0000          -
35269.82/1782.10	c      1782             77          76        20          89.0000          12.0000          -
35373.80/1787.35	c      1787             77          76        20          89.0000          12.0000          -
35472.96/1792.38	c      1792             77          76        20          89.0000          12.0000          -
35576.09/1797.51	c      1798             80          79        20          89.0000          12.0000          -
35675.12/1802.59	c      1803             80          79        20          89.0000          12.0000          -
35776.09/1807.69	c      1808             80          79        20          89.0000          12.0000          -
35879.09/1812.81	c      1813             80          79        20          89.0000          12.0000          -
35980.28/1817.92	c      1818             80          79        20          89.0000          12.0000          -
36079.34/1822.94	c      1823             83          82        20          89.0000          12.0000          -
36178.44/1828.03	c      1828             83          82        20          89.0000          12.0000          -
36280.57/1833.13	c      1833             83          82        20          89.0000          12.0000          -
36382.65/1838.22	c      1838             83          82        20          89.0000          12.0000          -
36485.76/1843.44	c      1843             83          82        20          89.0000          12.0000          -
36588.91/1848.60	c      1849             86          85        20          89.0000          12.0000          -
36597.64/1849.11	c *    1849             86          85        20          87.0000          12.0000          -
36693.93/1854.05	c      1854             89          88        20          87.0000          12.0000          -
36796.07/1859.08	c      1859             90          89        20          87.0000          12.0000          -
36900.15/1864.30	c      1864             90          89        20          87.0000          12.0000          -
36999.35/1869.36	c      1869             96          95        20          87.0000          12.0000          -
37100.53/1874.42	c      1874            100          99        20          87.0000          12.0000          -
37199.68/1879.47	c      1879            101         100        20          87.0000          12.0000          -
37300.85/1884.60	c      1885            103         102        20          87.0000          12.0000          -
37403.97/1889.70	c      1890            103         102        20          87.0000          12.0000          -
37505.15/1894.83	c      1895            105         104        20          87.0000          12.0000          -
37609.10/1900.10	c      1900            107         106        20          87.0000          12.0000          -
37710.35/1905.20	c      1905            107         106        20          87.0000          12.0000          -
37810.80/1910.27	c      1910            107         106        20          87.0000          12.0000          -
37911.98/1915.40	c      1915            108         107        20          87.0000          12.0000          -
38015.14/1920.59	c      1921            108         107        20          87.0000          12.0000          -
38116.35/1925.65	c      1926            111         110        20          87.0000          12.0000          -
38217.45/1930.76	c      1931            115         114        20          87.0000          12.0000          -
38318.68/1935.82	c      1936            115         114        20          87.0000          12.0000          -
38417.91/1940.86	c      1941            115         114        20          87.0000          12.0000          -
38519.09/1945.99	c      1946            117         116        20          87.0000          12.0000          -
38618.31/1951.04	c      1951            120         119        20          87.0000          12.0000          -
38720.47/1956.06	c      1956            127         126        20          87.0000          12.0000          -
38819.39/1961.06	c      1961            130         129        20          87.0000          12.0000          -
38921.70/1966.22	c      1966            130         129        20          87.0000          12.0000          -
39022.85/1971.30	c      1971            130         129        20          87.0000          12.0000          -
39126.00/1976.57	c      1977            130         129        20          87.0000          12.0000          -
39227.17/1981.60	c      1982            132         131        20          87.0000          12.0000          -
39326.36/1986.65	c      1987            132         131        20          87.0000          12.0000          -
39427.28/1991.70	c      1992            132         131        20          87.0000          12.0000          -
39526.42/1996.77	c      1997            136         135        20          87.0000          12.0000          -
39627.58/2001.81	c      2002            140         139        20          87.0000          12.0000          -
39728.75/2006.90	c      2007            140         139        20          87.0000          12.0000          -
39827.93/2011.96	c      2012            140         139        20          87.0000          12.0000          -
39932.02/2017.18	c      2017            141         140        20          87.0000          12.0000          -
40034.21/2022.39	c      2022             90          89        20          87.0000          12.2500          -
40135.39/2027.48	c      2027             92          91        20          87.0000          12.2500          -
40238.56/2032.66	c      2033             92          91        20          87.0000          12.2500          -
40339.74/2037.79	c      2038             92          91        20          87.0000          12.2500          -
40440.83/2042.89	c      2043             92          91        20          87.0000          12.2500          -
40542.03/2047.98	c      2048             94          93        20          87.0000          12.2500          -
40644.20/2053.06	c      2053             95          94        20          87.0000          12.2500          -
40745.40/2058.15	c      2058             96          95        20          87.0000          12.2500          -
40845.28/2063.23	c      2063             96          95        20          87.0000          12.2500          -
40946.45/2068.31	c      2068             96          95        20          87.0000          12.2500          -
41045.55/2073.38	c      2073             96          95        20          87.0000          12.2500          -
41156.63/2078.96	c      2079             97          96        20          87.0000          12.2500          -
41255.81/2084.03	c      2084             98          97        20          87.0000          12.2500          -
41359.64/2089.15	c      2089             99          98        20          87.0000          12.2500          -
41460.03/2094.24	c      2094             99          98        20          87.0000          12.2500          -
41561.21/2099.31	c      2099             99          98        20          87.0000          12.2500          -
41662.39/2104.47	c      2104             99          98        20          87.0000          12.2500          -
41763.54/2109.50	c      2110            100          99        20          87.0000          12.2500          -
41864.71/2114.61	c      2115            101         100        20          87.0000          15.0000    480.00%
41965.84/2119.74	c      2120            102         101        20          87.0000          15.0000    480.00%
42067.03/2124.81	c      2125            102         101        20          87.0000          15.0000    480.00%
42168.19/2129.94	c      2130            102         101        20          87.0000          15.0000    480.00%
42267.38/2135.00	c      2135            102         101        20          87.0000          15.0000    480.00%
42371.31/2140.15	c      2140            102         101        20          87.0000          15.0000    480.00%
42471.60/2145.23	c      2145            102         101        20          87.0000          15.0000    480.00%
42572.77/2150.32	c      2150            102         101        20          87.0000          15.0000    480.00%
42671.97/2155.37	c      2155            102         101        20          87.0000          15.0000    480.00%
42775.11/2160.52	c      2161            102         101        20          87.0000          15.0000    480.00%
42876.26/2165.61	c      2166            102         101        20          87.0000          15.0000    480.00%
42977.37/2170.71	c      2171            102         101        20          87.0000          15.0000    480.00%
43078.46/2175.82	c      2176            103         102        20          87.0000          15.0000    480.00%
43177.63/2180.83	c      2181            105         104        20          87.0000          15.0000    480.00%
43278.82/2185.93	c      2186            105         104        20          87.0000          15.0000    480.00%
43381.08/2191.07	c      2191            105         104        20          87.0000          15.0000    480.00%
43482.26/2196.18	c      2196            106         105        20          87.0000          15.0000    480.00%
43582.38/2201.25	c      2201            107         106        20          87.0000          15.0000    480.00%
43683.61/2206.38	c      2206            107         106        20          87.0000          15.0000    480.00%
43784.84/2211.44	c      2211            107         106        20          87.0000          15.0000    480.00%
43886.09/2216.54	c      2217            107         106        20          87.0000          15.0000    480.00%
43901.89/2217.33	c *    2217            107         106        20          70.0000          15.0000    366.67%
43987.08/2221.66	c      2222            107         106        20          70.0000          15.0000    366.67%
44090.18/2226.81	c      2227            107         106        20          70.0000          15.0000    366.67%
44201.05/2232.47	c      2232            111         110        20          70.0000          15.0000    366.67%
44310.06/2237.96	c      2238            114         113        20          70.0000          15.0000    366.67%
44409.09/2242.98	c      2243            114         113        20          70.0000          15.0000    366.67%
44518.09/2248.47	c      2248            114         113        20          70.0000          15.0000    366.67%
44621.13/2253.63	c      2254            114         113        20          70.0000          15.0000    366.67%
44722.25/2258.77	c      2259            115         114        20          70.0000          15.0000    366.67%
44828.01/2264.05	c      2264            117         116        20          70.0000          15.0000    366.67%
44928.98/2269.16	c      2269            122         121        20          70.0000          15.0000    366.67%
45031.28/2274.34	c      2274            128         127        20          70.0000          15.0000    366.67%
45134.36/2279.52	c      2280            128         127        20          70.0000          15.0000    366.67%
45233.38/2284.54	c      2285            128         127        20          70.0000          15.0000    366.67%
45336.54/2289.73	c      2290            128         127        20          70.0000          15.0000    366.67%
45437.66/2294.82	c      2295            132         131        20          70.0000          15.0000    366.67%
45538.85/2299.91	c      2300            135         134        20          70.0000          15.0000    366.67%
45638.03/2304.93	c      2305            135         134        20          70.0000          15.0000    366.67%
45740.20/2310.07	c      2310            135         134        20          70.0000          15.0000    366.67%
45841.25/2315.15	c      2315            135         134        20          70.0000          15.0000    366.67%
45941.46/2320.26	c      2320            135         134        20          70.0000          15.0000    366.67%
46040.60/2325.29	c      2325            137         136        20          70.0000          15.0000    366.67%
46145.72/2330.58	c      2331            138         137        20          70.0000          15.0000    366.67%
46248.77/2335.70	c      2336            139         138        20          70.0000          15.0000    366.67%
46347.85/2340.79	c      2341            141         140        20          70.0000          15.0000    366.67%
46449.01/2345.86	c      2346            141         140        20          70.0000          15.0000    366.67%
46550.18/2350.94	c      2351            141         140        20          70.0000          15.0000    366.67%
46652.39/2356.06	c      2356            143         142        20          70.0000          15.0000    366.67%
46754.45/2361.21	c      2361            143         142        20          70.0000          15.0000    366.67%
46857.54/2366.40	c      2366            143         142        20          70.0000          15.0000    366.67%
46956.66/2371.49	c      2372            143         142        20          70.0000          15.0000    366.67%
47057.77/2376.51	c      2377            145         144        20          70.0000          15.0000    366.67%
47158.92/2381.61	c      2382            147         146        20          70.0000          15.0000    366.67%
47258.08/2386.68	c      2387            147         146        20          70.0000          15.0000    366.67%
47359.26/2391.78	c      2392            147         146        20          70.0000          15.0000    366.67%
47460.43/2396.86	c      2397            150         149        20          70.0000          15.0000    366.67%
47561.59/2401.92	c      2402            150         149        20          70.0000          15.0000    366.67%
47663.90/2407.07	c      2407            150         149        20          70.0000          15.0000    366.67%
47764.66/2412.16	c      2412            150         149        20          70.0000          15.0000    366.67%
47865.01/2417.22	c      2417            151         150        20          70.0000          15.0000    366.67%
47966.11/2422.32	c      2422            155         154        20          70.0000          15.0000    366.67%
48065.14/2427.39	c      2427            156         155        20          70.0000          15.0000    366.67%
48168.28/2432.51	c      2433            159         158        20          70.0000          15.0000    366.67%
48271.43/2437.74	c      2438            161         160        20          70.0000          15.0000    366.67%
48372.50/2442.87	c      2443            163         162        20          70.0000          15.0000    366.67%
48476.51/2448.06	c      2448            168         167        20          70.0000          15.0000    366.67%
48575.48/2453.13	c      2453            172         171        20          70.0000          15.0000    366.67%
48674.71/2458.14	c      2458            173         172        20          70.0000          15.0000    366.67%
48775.89/2463.19	c      2463            174         173        20          70.0000          15.0000    366.67%
48876.21/2468.26	c      2468            174         173        20          70.0000          15.0000    366.67%
48981.27/2473.56	c      2474            174         173        20          70.0000          15.0000    366.67%
49082.45/2478.68	c      2479            176         175        20          70.0000          15.0000    366.67%
49183.60/2483.77	c      2484            177         176        20          70.0000          15.0000    366.67%
49286.78/2488.91	c      2489            177         176        20          70.0000          15.0000    366.67%
49388.70/2494.11	c      2494            177         176        20          70.0000          15.0000    366.67%
49491.02/2499.21	c      2499            182         181        20          70.0000          15.5000    351.61%
49590.24/2504.27	c      2504            183         182        20          70.0000          15.5000    351.61%
49691.48/2509.35	c      2509            183         182        20          70.0000          15.5000    351.61%
49792.70/2514.43	c      2514            183         182        20          70.0000          15.5000    351.61%
49893.93/2519.50	c      2520            183         182        20          70.0000          15.5000    351.61%
49993.11/2524.57	c      2525            183         182        20          70.0000          15.5000    351.61%
50094.36/2529.63	c      2530            183         182        20          70.0000          15.5000    351.61%
50195.56/2534.74	c      2535            185         184        20          70.0000          15.5000    351.61%
50296.90/2539.83	c      2540            186         185        20          70.0000          15.5000    351.61%
50398.01/2544.94	c      2545            189         188        20          70.0000          15.5000    351.61%
50497.18/2550.01	c      2550            189         188        20          70.0000          15.5000    351.61%
50599.36/2555.09	c      2555            189         188        20          70.0000          15.5000    351.61%
50703.60/2560.30	c      2560            190         189        20          70.0000          15.5000    351.61%
50802.80/2565.38	c      2565            191         190        20          70.0000          15.5000    351.61%
50904.06/2570.47	c      2570            192         191        20          70.0000          15.5000    351.61%
51005.31/2575.57	c      2576            193         192        20          70.0000          15.5000    351.61%
51106.52/2580.67	c      2581            195         194        20          70.0000          15.5000    351.61%
51207.68/2585.75	c      2586            198         197        20          70.0000          15.5000    351.61%
51310.91/2590.92	c      2591            203         202        20          70.0000          15.5000    351.61%
51410.12/2596.00	c      2596            208         207        20          70.0000          15.5000    351.61%
51514.26/2601.16	c      2601            208         207        20          70.0000          15.5000    351.61%
51614.49/2606.23	c      2606            208         207        20          70.0000          15.5000    351.61%
51713.69/2611.26	c      2611            208         207        20          70.0000          15.5000    351.61%
51812.80/2616.29	c      2616            208         207        20          70.0000          15.5000    351.61%
51913.98/2621.32	c      2621            210         209        20          70.0000          15.5000    351.61%
52015.20/2626.48	c      2626            210         209        20          70.0000          15.5000    351.61%
52116.43/2631.56	c      2632            212         211        20          70.0000          15.5000    351.61%
52217.65/2636.66	c      2637            212         211        20          70.0000          15.5000    351.61%
52320.86/2641.86	c      2642            212         211        20          70.0000          15.5000    351.61%
52422.11/2646.95	c      2647            213         212        20          70.0000          15.5000    351.61%
52524.02/2652.05	c      2652            214         213        20          70.0000          15.5000    351.61%
52623.21/2657.12	c      2657            214         213        20          70.0000          15.5000    351.61%
52725.59/2662.21	c      2662            214         213        20          70.0000          15.5000    351.61%
52826.73/2667.32	c      2667            217         216        20          70.0000          15.5000    351.61%
52927.91/2672.41	c      2672            218         217        20          70.0000          15.5000    351.61%
53029.12/2677.57	c      2678            218         217        20          70.0000          15.5000    351.61%
53132.33/2682.78	c      2683            222         221        20          70.0000          15.5000    351.61%
53235.65/2688.01	c      2688            226         225        20          70.0000          15.5000    351.61%
53337.45/2693.10	c      2693            227         226        20          70.0000          15.5000    351.61%
53439.86/2698.26	c      2698            227         226        20          70.0000          15.5000    351.61%
53543.09/2703.43	c      2703            227         226        20          70.0000          15.5000    351.61%
53642.19/2708.48	c      2708            228         227        20          70.0000          15.5000    351.61%
53743.39/2713.57	c      2714            231         230        20          70.0000          15.5000    351.61%
53844.57/2718.63	c      2719            234         233        20          70.0000          15.5000    351.61%
53943.76/2723.69	c      2724            235         234        20          70.0000          15.5000    351.61%
54044.89/2728.72	c      2729            238         237        20          70.0000          15.5000    351.61%
54146.07/2733.84	c      2734            239         238        20          70.0000          15.5000    351.61%
54247.29/2738.96	c      2739            240         239        20          70.0000          15.5000    351.61%
54349.37/2744.08	c      2744            242         241        20          70.0000          15.5000    351.61%
54450.63/2749.16	c      2749            243         242        20          70.0000          15.5000    351.61%
54550.73/2754.23	c      2754            244         243        20          70.0000          15.5000    351.61%
54649.91/2759.29	c      2759            244         243        20          70.0000          15.5000    351.61%
54751.02/2764.37	c      2764            244         243        20          70.0000          15.5000    351.61%
54852.23/2769.44	c      2769            244         243        20          70.0000          15.5000    351.61%
54951.46/2774.47	c      2774            245         244        20          70.0000          15.5000    351.61%
55052.64/2779.55	c      2780            245         244        20          70.0000          15.5000    351.61%
55153.84/2784.64	c      2785            248         247        20          70.0000          15.5000    351.61%
55254.97/2789.70	c      2790            248         247        20          70.0000          15.5000    351.61%
55354.20/2794.79	c      2795            251         250        20          70.0000          15.5000    351.61%
55455.44/2799.84	c      2800            251         250        20          70.0000          15.5000    351.61%
55556.67/2804.96	c      2805            251         250        20          70.0000          15.5000    351.61%
55658.89/2810.06	c      2810            254         253        20          70.0000          15.5000    351.61%
55759.94/2815.15	c      2815            254         253        20          70.0000          15.5000    351.61%
55860.39/2820.27	c      2820            254         253        20          70.0000          15.5000    351.61%
55961.59/2825.37	c      2825            254         253        20          70.0000          15.5000    351.61%
56062.80/2830.45	c      2830            256         255        20          70.0000          15.5000    351.61%
56164.04/2835.55	c      2836            257         256        20          70.0000          15.5000    351.61%
56263.20/2840.58	c      2841            257         256        20          70.0000          15.5000    351.61%
56364.42/2845.66	c      2846            258         257        20          70.0000          15.5000    351.61%
56465.64/2850.77	c      2851            260         259        20          70.0000          15.5000    351.61%
56566.82/2855.84	c      2856            260         259        20          70.0000          15.5000    351.61%
56665.99/2860.85	c      2861            260         259        20          70.0000          15.5000    351.61%
56767.19/2865.91	c      2866            261         260        20          70.0000          15.5000    351.61%
56866.41/2871.01	c      2871            263         262        20          70.0000          16.0000    337.50%
56968.72/2876.15	c      2876            263         262        20          70.0000          16.0000    337.50%
57070.69/2881.25	c      2881            265         264        20          70.0000          16.0000    337.50%
57171.85/2886.34	c      2886            265         264        20          70.0000          16.0000    337.50%
57271.05/2891.37	c      2891            265         264        20          70.0000          16.0000    337.50%
57372.22/2896.45	c      2896            269         268        20          70.0000          16.0000    337.50%
57473.41/2901.59	c      2902            269         268        20          70.0000          16.0000    337.50%
57574.54/2906.65	c      2907            269         268        20          70.0000          16.0000    337.50%
57673.71/2911.66	c      2912            269         268        20          70.0000          16.0000    337.50%
57774.94/2916.71	c      2917            270         269        20          70.0000          16.0000    337.50%
57876.10/2921.81	c      2922            272         271        20          70.0000          16.0000    337.50%
57977.30/2927.01	c      2927            272         271        20          70.0000          16.0000    337.50%
58076.45/2932.04	c      2932            272         271        20          70.0000          16.0000    337.50%
58180.60/2937.19	c      2937            272         271        20          70.0000          16.0000    337.50%
58280.69/2942.30	c      2942            272         271        20          70.0000          16.0000    337.50%
58383.84/2947.40	c      2947            275         274        20          70.0000          16.0000    337.50%
58482.96/2952.46	c      2952            275         274        20          70.0000          16.0000    337.50%
58584.09/2957.59	c      2958            275         274        20          70.0000          16.0000    337.50%
58685.27/2962.69	c      2963            275         274        20          70.0000          16.0000    337.50%
58788.43/2967.82	c      2968            276         275        20          70.0000          16.0000    337.50%
58889.54/2972.93	c      2973            278         277        20          70.0000          16.0000    337.50%
58988.69/2978.03	c      2978            278         277        20          70.0000          16.0000    337.50%
59090.84/2983.09	c      2983            278         277        20          70.0000          16.0000    337.50%
59192.92/2988.27	c      2988            278         277        20          70.0000          16.0000    337.50%
59294.04/2993.34	c      2993            279         278        20          70.0000          16.0000    337.50%
59395.22/2998.45	c      2998            280         279        20          70.0000          16.0000    337.50%
59496.38/3003.54	c      3004            283         282        20          70.0000          16.0000    337.50%
59597.59/3008.62	c      3009            284         283        20          70.0000          16.0000    337.50%
59696.79/3013.69	c      3014            284         283        20          70.0000          16.0000    337.50%
59797.86/3018.75	c      3019            284         283        20          70.0000          16.0000    337.50%
59898.95/3023.85	c      3024            285         284        20          70.0000          16.0000    337.50%
60000.06/3028.94	c      3029            286         285        20          70.0000          16.0000    337.50%
60099.18/3034.03	c      3034            287         286        20          70.0000          16.0000    337.50%
60201.32/3039.09	c      3039            287         286        20          70.0000          16.0000    337.50%
60303.42/3044.21	c      3044            287         286        20          70.0000          16.0000    337.50%
60404.54/3049.30	c      3049            290         289        20          70.0000          16.0000    337.50%
60507.71/3054.58	c      3055            290         289        20          70.0000          16.0000    337.50%
60608.90/3059.64	c      3060            290         289        20          70.0000          16.0000    337.50%
60710.10/3064.73	c      3065            290         289        20          70.0000          16.0000    337.50%
60811.33/3069.90	c      3070            291         290        20          70.0000          16.0000    337.50%
60912.54/3074.92	c      3075            294         293        20          70.0000          16.0000    337.50%
61014.73/3080.07	c      3080            299         298        20          70.0000          16.0000    337.50%
61116.90/3085.25	c      3085            303         302        20          70.0000          16.0000    337.50%
61222.11/3090.50	c      3090            306         305        20          70.0000          16.0000    337.50%
61323.34/3095.69	c      3096            309         308        20          70.0000          16.0000    337.50%
61424.59/3100.79	c      3101            309         308        20          70.0000          16.0000    337.50%
61525.84/3105.84	c      3106            309         308        20          70.0000          16.0000    337.50%
61627.09/3110.99	c      3111            309         308        20          70.0000          16.0000    337.50%
61729.36/3116.10	c      3116            309         308        20          70.0000          16.0000    337.50%
61831.40/3121.20	c      3121            309         308        20          70.0000          16.0000    337.50%
61930.63/3126.26	c      3126            309         308        20          70.0000          16.0000    337.50%
62033.82/3131.42	c      3131            309         308        20          70.0000          16.0000    337.50%
62135.10/3136.54	c      3137            309         308        20          70.0000          16.0000    337.50%
62236.21/3141.68	c      3142            309         308        20          70.0000          16.0000    337.50%
62337.41/3146.79	c      3147            309         308        20          70.0000          16.0000    337.50%
62440.59/3152.01	c      3152            309         308        20          70.0000          16.0000    337.50%
62542.80/3157.15	c      3157            309         308        20          70.0000          16.0000    337.50%
62643.86/3162.17	c      3162            309         308        20          70.0000          16.0000    337.50%
62746.18/3167.33	c      3167            309         308        20          70.0000          16.0000    337.50%
62847.31/3172.47	c      3172            309         308        20          70.0000          16.0000    337.50%
62948.50/3177.55	c      3178            310         309        20          70.0000          16.0000    337.50%
63055.65/3183.01	c      3183            314         313        20          70.0000          16.0000    337.50%
63157.71/3188.07	c      3188            317         316        20          70.0000          16.0000    337.50%
63256.93/3193.12	c      3193            317         316        20          70.0000          16.0000    337.50%
63359.10/3198.24	c      3198            317         316        20          70.0000          16.0000    337.50%
63460.33/3203.35	c      3203            318         317        20          70.0000          16.0000    337.50%
63563.50/3208.57	c      3209            319         318        20          70.0000          16.0000    337.50%
63664.71/3213.64	c      3214            324         323        20          70.0000          16.0000    337.50%
63765.86/3218.71	c      3219            326         325        20          70.0000          16.0000    337.50%
63867.05/3223.81	c      3224            326         325        20          70.0000          16.0000    337.50%
63966.24/3228.84	c      3229            328         327        20          70.0000          16.0000    337.50%
64067.42/3233.99	c      3234            329         328        20          70.0000          16.0000    337.50%
64169.61/3239.08	c      3239            329         328        20          70.0000          16.0000    337.50%
64268.68/3244.12	c      3244            329         328        20          70.0000          16.0000    337.50%
64368.01/3249.13	c      3249            332         331        20          70.0000          16.0000    337.50%
64467.29/3254.15	c      3254            332         331        20          70.0000          16.0000    337.50%
64569.47/3259.29	c      3259            332         331        20          70.0000          16.0000    337.50%
64670.68/3264.36	c      3264            333         332        20          70.0000          16.0000    337.50%
64773.90/3269.52	c      3270            333         332        20          70.0000          16.0000    337.50%
64875.12/3274.67	c      3275            333         332        20          70.0000          16.0000    337.50%
64976.38/3279.75	c      3280            336         335        20          70.0000          16.0000    337.50%
65082.49/3285.08	c      3285            338         337        20          70.0000          16.0000    337.50%
65184.77/3290.20	c      3290            338         337        20          70.0000          16.0000    337.50%
65284.03/3295.29	c      3295            338         337        20          70.0000          16.0000    337.50%
65385.29/3300.35	c      3300            338         337        20          70.0000          16.0000    337.50%
65486.55/3305.42	c      3305            338         337        20          70.0000          16.0000    337.50%
65585.80/3310.48	c      3310            338         337        20          70.0000          16.0000    337.50%
65687.06/3315.54	c      3316            338         337        20          70.0000          16.0000    337.50%
65788.32/3320.65	c      3321            338         337        20          70.0000          16.0000    337.50%
65887.58/3325.70	c      3326            339         338        20          70.0000          16.0000    337.50%
65990.76/3330.82	c      3331            341         340        20          70.0000          16.0000    337.50%
66091.98/3335.99	c      3336            341         340        20          70.0000          16.0000    337.50%
66194.06/3341.08	c      3341            341         340        20          70.0000          16.0000    337.50%
66295.45/3346.15	c      3346            341         340        20          70.0000          16.0000    337.50%
66394.44/3351.16	c      3351            344         343        20          70.0000          16.0000    337.50%
66494.89/3356.28	c      3356            347         346        20          70.0000          16.0000    337.50%
66596.04/3361.30	c      3361            351         350        20          70.0000          16.0000    337.50%
66695.24/3366.37	c      3366            355         354        20          70.0000          16.0000    337.50%
66796.44/3371.47	c      3371            358         357        20          70.0000          16.0000    337.50%
66899.61/3376.66	c      3377            362         361        20          70.0000          16.0000    337.50%
67000.80/3381.75	c      3382            365         364        20          70.0000          16.0000    337.50%
67100.01/3386.78	c      3387            366         365        20          70.0000          16.0000    337.50%
67201.14/3391.89	c      3392            368         367        20          70.0000          16.0000    337.50%
67302.34/3396.92	c      3397            368         367        20          70.0000          16.0000    337.50%
67401.61/3402.02	c      3402            369         368        20          70.0000          16.0000    337.50%
67506.80/3407.20	c      3407            369         368        20          70.0000          16.0000    337.50%
67610.00/3412.45	c      3412            370         369        20          70.0000          16.0000    337.50%
67711.25/3417.55	c      3418            370         369        20          70.0000          16.0000    337.50%
67812.46/3422.66	c      3423            370         369        20          70.0000          16.0000    337.50%
67913.62/3427.73	c      3428            372         371        20          70.0000          16.0000    337.50%
68014.73/3432.88	c      3433            373         372        20          70.0000          16.0000    337.50%
68115.86/3437.93	c      3438            378         377        20          70.0000          16.0000    337.50%
68215.07/3442.98	c      3443            379         378        20          70.0000          16.0000    337.50%
68317.46/3448.08	c      3448            380         379        20          70.0000          16.0000    337.50%
68418.32/3453.15	c      3453            383         382        20          70.0000          16.0000    337.50%
68520.67/3458.31	c      3458            383         382        20          70.0000          16.0000    337.50%
68619.83/3463.33	c      3463            383         382        20          70.0000          16.0000    337.50%
68721.05/3468.42	c      3468            383         382        20          70.0000          16.0000    337.50%
68824.22/3473.61	c      3474            383         382        20          70.0000          16.0000    337.50%
68923.42/3478.68	c      3479            385         384        20          70.0000          16.0000    337.50%
69026.60/3483.81	c      3484            386         385        20          70.0000          16.0000    337.50%
69125.69/3488.88	c      3489            386         385        20          70.0000          16.0000    337.50%
69226.90/3493.92	c      3494            386         385        20          70.0000          16.0000    337.50%
69328.87/3499.06	c      3499            389         388        20          70.0000          16.0000    337.50%
69431.19/3504.20	c      3504            389         388        20          70.0000          16.0000    337.50%
69532.33/3509.35	c      3509            393         392        20          70.0000          16.0000    337.50%
69635.50/3514.52	c      3515            396         395        20          70.0000          16.0000    337.50%
69736.66/3519.64	c      3520            400         399        20          70.0000          16.0000    337.50%
69837.85/3524.75	c      3525            401         400        20          70.0000          16.0000    337.50%
69938.97/3529.88	c      3530            405         404        20          70.0000          16.0000    337.50%
70040.14/3534.95	c      3535            407         406        20          70.0000          16.0000    337.50%
70142.14/3540.05	c      3540            409         408        20          70.0000          16.0000    337.50%
70241.39/3545.13	c      3545            417         416        20          70.0000          16.0000    337.50%
70342.59/3550.19	c      3550            419         418        20          70.0000          16.0000    337.50%
70444.71/3555.36	c      3555            424         423        20          70.0000          16.0000    337.50%
70545.85/3560.50	c      3560            427         426        20          70.0000          16.0000    337.50%
70647.06/3565.57	c      3566            429         428        20          70.0000          16.0000    337.50%
70748.25/3570.66	c      3571            432         431        20          70.0000          16.0000    337.50%
70847.46/3575.68	c      3576            433         432        20          70.0000          16.0000    337.50%
70950.65/3580.80	c      3581            435         434        20          70.0000          16.0000    337.50%
71049.82/3585.89	c      3586            435         434        20          70.0000          16.0000    337.50%
71150.96/3590.99	c      3591            436         435        20          70.0000          16.0000    337.50%
71253.04/3596.10	c      3596            437         436        20          70.0000          16.0000    337.50%
71353.96/3601.15	c      3601            438         437        20          70.0000          16.0000    337.50%
71454.38/3606.22	c      3606            438         437        20          70.0000          16.0000    337.50%
71555.54/3611.32	c      3611            438         437        20          70.0000          16.0000    337.50%
71654.78/3616.38	c      3616            438         437        20          70.0000          16.0000    337.50%
71756.00/3621.48	c      3621            441         440        20          70.0000          16.0000    337.50%
71855.16/3626.49	c      3626            442         441        20          70.0000          16.0000    337.50%
71956.52/3631.51	c      3632            444         443        20          70.0000          16.0000    337.50%

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 (188504 MiB free)
  memory of node 1: 193531 MiB (191611 MiB free)
  memory of node 2: 193531 MiB (193028 MiB free)
  memory of node 3: 193493 MiB (192158 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-4465485-1722543894/watcher-4465485-1722543894 -o /tmp/evaluation-result-4465485-1722543894/solver-4465485-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128201 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465485-1722543894.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783408828/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=91416 memory=76344 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) R 128248 128264 128191 0 -1 4194304 16702 0 0 0 10 2 0 0 20 0 1 0 20968812 93609984 19031 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 23104 19086 2630 3035 0 19500 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 91416 KiB
Current children cumulated memory: 76344 KiB

[startup+0.231714 s]*
/proc/loadavg: 69.80 80.90 83.19 6/865 128265
/proc/meminfo: memFree=783331252/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=111936 memory=100280 CPUtime=0.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) R 128248 128264 128191 0 -1 4194304 26278 0 0 0 21 4 0 0 20 0 1 0 20968812 114622464 25070 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 27984 25070 2726 3035 0 24380 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 111936 KiB
Current children cumulated memory: 100280 KiB

[startup+0.332033 s]*
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783299756/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=113912 memory=101196 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) R 128248 128264 128191 0 -1 4194304 27512 0 0 0 31 4 0 0 20 0 1 0 20968812 116645888 25299 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 28478 25299 2774 3035 0 24874 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 113912 KiB
Current children cumulated memory: 101196 KiB

[startup+0.70019 s]
/proc/loadavg: 69.80 80.90 83.19 5/865 128265
/proc/meminfo: memFree=783286304/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=115752 memory=102780 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) R 128248 128264 128191 0 -1 4194304 27927 0 0 0 65 4 0 0 20 0 1 0 20968812 118530048 25695 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 28938 25695 2774 3035 0 25334 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115752 KiB
Current children cumulated memory: 102780 KiB

[startup+1.50018 s]
/proc/loadavg: 69.80 80.90 83.19 8/865 128265
/proc/meminfo: memFree=783283244/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=117460 memory=104628 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) R 128248 128264 128191 0 -1 4194304 28352 0 0 0 144 4 0 0 20 0 1 0 20968812 120279040 26157 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 29365 26157 2774 3035 0 25761 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 117460 KiB
Current children cumulated memory: 104628 KiB

[startup+3.135 s]
/proc/loadavg: 69.80 80.90 83.19 8/945 128345
/proc/meminfo: memFree=781109872/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=2705100 memory=1533356 CPUtime=4.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) S 128248 128264 128191 0 -1 1077936128 387776 0 0 0 413 86 0 0 20 0 41 0 20968812 2770022400 383207 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 676275 383273 2806 3035 0 487073 0
[pid=128264/tid=128266] ppid=128248 vsize=2705100 memory=11572 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128266/stat : 128266 (fscip) R 128248 128264 128191 0 -1 4194368 15419 0 0 0 10 3 0 0 20 0 41 0 20969033 2770022400 383471 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128267] ppid=128248 vsize=2705100 memory=431008 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128267/stat : 128267 (fscip) R 128248 128264 128191 0 -1 4194368 17497 0 0 0 9 3 0 0 20 0 41 0 20969033 2770022400 383537 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128268] ppid=128248 vsize=2705100 memory=103308 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128268/stat : 128268 (fscip) D 128248 128264 128191 0 -1 4194368 17889 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128269] ppid=128248 vsize=2705100 memory=5556 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128269/stat : 128269 (fscip) R 128248 128264 128191 0 -1 4194368 15309 0 0 0 10 3 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128270] ppid=128248 vsize=2705100 memory=16088 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128270/stat : 128270 (fscip) R 128248 128264 128191 0 -1 4194368 18153 0 0 0 9 3 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128271] ppid=128248 vsize=2705100 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128271/stat : 128271 (fscip) D 128248 128264 128191 0 -1 4194368 17417 0 0 0 8 4 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128272] ppid=128248 vsize=2705100 memory=0 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128272/stat : 128272 (fscip) R 128248 128264 128191 0 -1 4194368 15316 0 0 0 10 3 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128273] ppid=128248 vsize=2705100 memory=15068 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128273/stat : 128273 (fscip) R 128248 128264 128191 0 -1 4194368 17651 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383603 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128274] ppid=128248 vsize=2705100 memory=10824 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128274/stat : 128274 (fscip) R 128248 128264 128191 0 -1 4194368 17467 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128275] ppid=128248 vsize=2705100 memory=280170246382256 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128275/stat : 128275 (fscip) R 128248 128264 128191 0 -1 4194368 15310 0 0 0 11 2 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128276] ppid=128248 vsize=2705100 memory=0 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128276/stat : 128276 (fscip) R 128248 128264 128191 0 -1 4194368 17984 0 0 0 9 3 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128277] ppid=128248 vsize=2705100 memory=33196 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128277/stat : 128277 (fscip) R 128248 128264 128191 0 -1 4194368 18008 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128278] ppid=128248 vsize=2705100 memory=21532 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128278/stat : 128278 (fscip) R 128248 128264 128191 0 -1 4194368 15345 0 0 0 10 3 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128279] ppid=128248 vsize=2705100 memory=100 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128279/stat : 128279 (fscip) R 128248 128264 128191 0 -1 4194368 18110 0 0 0 9 3 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128280] ppid=128248 vsize=2705100 memory=1836 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128280/stat : 128280 (fscip) R 128248 128264 128191 0 -1 4194368 17453 0 0 0 8 4 0 0 20 0 41 0 20969033 2770022400 383735 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128281] ppid=128248 vsize=2705100 memory=39996 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128281/stat : 128281 (fscip) R 128248 128264 128191 0 -1 4194368 15344 0 0 0 10 3 0 0 20 0 41 0 20969033 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128282] ppid=128248 vsize=2705100 memory=8148 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128282/stat : 128282 (fscip) D 128248 128264 128191 0 -1 4194368 17856 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128283] ppid=128248 vsize=2705100 memory=3428 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128283/stat : 128283 (fscip) D 128248 128264 128191 0 -1 4194368 17448 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128284] ppid=128248 vsize=2705100 memory=2180 CPUtime=0.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128284/stat : 128284 (fscip) R 128248 128264 128191 0 -1 4194368 15417 0 0 0 11 3 0 0 20 0 41 0 20969033 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128285] ppid=128248 vsize=2705100 memory=1744 CPUtime=0.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128285/stat : 128285 (fscip) D 128248 128264 128191 0 -1 4194368 17672 0 0 0 9 4 0 0 20 0 41 0 20969033 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128346] ppid=128248 vsize=2705100 memory=8980 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128346/stat : 128346 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128347] ppid=128248 vsize=2705100 memory=28716 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128347/stat : 128347 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128348] ppid=128248 vsize=2705100 memory=25988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128348/stat : 128348 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128349] ppid=128248 vsize=2705100 memory=2244 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128349/stat : 128349 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 383801 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128350] ppid=128248 vsize=2705100 memory=31232 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128350/stat : 128350 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384065 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128351] ppid=128248 vsize=2705100 memory=28656 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128351/stat : 128351 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384131 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128352] ppid=128248 vsize=2705100 memory=7492 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128352/stat : 128352 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384131 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128353] ppid=128248 vsize=2705100 memory=26972 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128353/stat : 128353 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384131 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128354] ppid=128248 vsize=2705100 memory=3664 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128354/stat : 128354 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384197 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128355] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128355/stat : 128355 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384197 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128356] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128356/stat : 128356 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384263 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128357] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128357/stat : 128357 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384263 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128358] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128358/stat : 128358 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384263 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128359] ppid=128248 vsize=2705100 memory=-2746958450906831424 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128359/stat : 128359 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384263 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128360] ppid=128248 vsize=2705100 memory=6944656592455086138 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128360/stat : 128360 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384329 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128361] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128361/stat : 128361 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384395 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128362] ppid=128248 vsize=2705100 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128362/stat : 128362 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384395 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128363] ppid=128248 vsize=2705100 memory=32852 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128363/stat : 128363 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384395 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128364] ppid=128248 vsize=2705100 memory=6988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128364/stat : 128364 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384395 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128365] ppid=128248 vsize=2705100 memory=36312 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128365/stat : 128365 (fscip) S 128248 128264 128191 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 20969113 2770022400 384395 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 2705100 KiB
Current children cumulated memory: 1533356 KiB

[startup+6.30158 s]
/proc/loadavg: 70.62 80.89 83.17 85/1025 128425
/proc/meminfo: memFree=771570924/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=4015820 memory=2950508 CPUtime=66.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) S 128248 128264 128191 0 -1 1077936128 880481 0 0 0 6403 285 0 0 20 0 41 0 20968812 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
/proc/128264/statm: 1003955 737627 2902 3035 0 854719 0
[pid=128264/tid=128266] ppid=128248 vsize=4015820 memory=15068 CPUtime=3.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128266/stat : 128266 (fscip) R 128248 128264 128191 0 -1 4194368 26009 0 0 0 321 6 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128267] ppid=128248 vsize=4015820 memory=293220 CPUtime=3.17 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128267/stat : 128267 (fscip) R 128248 128264 128191 0 -1 4194368 50672 0 0 0 295 22 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128268] ppid=128248 vsize=4015820 memory=2936632 CPUtime=3.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128268/stat : 128268 (fscip) R 128248 128264 128191 0 -1 4194368 41664 0 0 0 315 9 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128269] ppid=128248 vsize=4015820 memory=0 CPUtime=3.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128269/stat : 128269 (fscip) R 128248 128264 128191 0 -1 4194368 28253 0 0 0 321 6 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128270] ppid=128248 vsize=4015820 memory=280170246843088 CPUtime=3.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128270/stat : 128270 (fscip) R 128248 128264 128191 0 -1 4194368 58642 0 0 0 294 24 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128271] ppid=128248 vsize=4015820 memory=207064662359 CPUtime=3.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128271/stat : 128271 (fscip) R 128248 128264 128191 0 -1 4194368 46025 0 0 0 313 11 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128272] ppid=128248 vsize=4015820 memory=103308 CPUtime=3.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128272/stat : 128272 (fscip) R 128248 128264 128191 0 -1 4194368 28269 0 0 0 320 7 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128273] ppid=128248 vsize=4015820 memory=0 CPUtime=3.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128273/stat : 128273 (fscip) R 128248 128264 128191 0 -1 4194368 57509 0 0 0 293 25 0 0 20 0 41 0 20969033 4112199680 737627 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0

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

/proc/128264/task/128273/stat : 128273 (fscip) D 128248 128264 128191 0 -1 1077937220 3191963 0 0 0 358708 455 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128274] ppid=128248 vsize=16199416 memory=3474865973373435993 CPUtime=3592.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128274/stat : 128274 (fscip) D 128248 128264 128191 0 -1 1077937220 3057434 0 0 0 358526 768 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128275] ppid=128248 vsize=16199416 memory=3761130427029651540 CPUtime=3607.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128275/stat : 128275 (fscip) D 128248 128264 128191 0 -1 1077937220 1302829 0 0 0 360630 136 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128276] ppid=128248 vsize=16199416 memory=6784 CPUtime=3603.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128276/stat : 128276 (fscip) D 128248 128264 128191 0 -1 1077937220 2622711 0 0 0 359922 417 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128277] ppid=128248 vsize=16199416 memory=4170076 CPUtime=3597.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128277/stat : 128277 (fscip) D 128248 128264 128191 0 -1 1077937220 3188562 0 0 0 359028 765 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128278] ppid=128248 vsize=16199416 memory=12486080 CPUtime=3607.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128278/stat : 128278 (fscip) D 128248 128264 128191 0 -1 1077937220 1273769 0 0 0 360609 131 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128279] ppid=128248 vsize=16199416 memory=280170250573888 CPUtime=3605.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128279/stat : 128279 (fscip) D 128248 128264 128191 0 -1 1077937220 3063881 0 0 0 360146 436 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128280] ppid=128248 vsize=16199416 memory=36312 CPUtime=3591.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128280/stat : 128280 (fscip) D 128248 128264 128191 0 -1 1077937220 3175585 0 0 0 358331 801 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128281] ppid=128248 vsize=16199416 memory=4764 CPUtime=3603.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128281/stat : 128281 (fscip) D 128248 128264 128191 0 -1 1077937220 1303202 0 0 0 360175 134 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128282] ppid=128248 vsize=16199416 memory=20452 CPUtime=3603.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128282/stat : 128282 (fscip) D 128248 128264 128191 0 -1 1077937220 3037381 0 0 0 359961 409 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128283] ppid=128248 vsize=16199416 memory=12523032 CPUtime=3593.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128283/stat : 128283 (fscip) D 128248 128264 128191 0 -1 1077937220 2971706 0 0 0 358618 777 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128284] ppid=128248 vsize=16199416 memory=7044 CPUtime=3606.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128284/stat : 128284 (fscip) D 128248 128264 128191 0 -1 1077937220 1441528 0 0 0 360466 149 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128285] ppid=128248 vsize=16199416 memory=28184 CPUtime=3599.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128285/stat : 128285 (fscip) D 128248 128264 128191 0 -1 1077937220 2729553 0 0 0 359585 401 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128346] ppid=128248 vsize=16199416 memory=33772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128346/stat : 128346 (fscip) D 128248 128264 128191 0 -1 1077937220 105 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128347] ppid=128248 vsize=16199416 memory=12525960 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128347/stat : 128347 (fscip) D 128248 128264 128191 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128348] ppid=128248 vsize=16199416 memory=7964 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128348/stat : 128348 (fscip) D 128248 128264 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128349] ppid=128248 vsize=16199416 memory=18736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128349/stat : 128349 (fscip) D 128248 128264 128191 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128350] ppid=128248 vsize=16199416 memory=16088 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128350/stat : 128350 (fscip) D 128248 128264 128191 0 -1 1077937220 167 0 0 0 1 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128351] ppid=128248 vsize=16199416 memory=2212 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128351/stat : 128351 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 2 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128352] ppid=128248 vsize=16199416 memory=6096 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128352/stat : 128352 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128353] ppid=128248 vsize=16199416 memory=1968 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128353/stat : 128353 (fscip) D 128248 128264 128191 0 -1 1077937220 194 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128354] ppid=128248 vsize=16199416 memory=54204 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128354/stat : 128354 (fscip) D 128248 128264 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128355] ppid=128248 vsize=16199416 memory=33196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128355/stat : 128355 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128356] ppid=128248 vsize=16199416 memory=21532 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128356/stat : 128356 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 0 2 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128357] ppid=128248 vsize=16199416 memory=100 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128357/stat : 128357 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128358] ppid=128248 vsize=16199416 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128358/stat : 128358 (fscip) D 128248 128264 128191 0 -1 1077937220 118 0 0 0 0 3 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128359] ppid=128248 vsize=16199416 memory=25988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128359/stat : 128359 (fscip) D 128248 128264 128191 0 -1 1077937220 168 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128360] ppid=128248 vsize=16199416 memory=2244 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128360/stat : 128360 (fscip) D 128248 128264 128191 0 -1 1077937220 169 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128361] ppid=128248 vsize=16199416 memory=31232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128361/stat : 128361 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128362] ppid=128248 vsize=16199416 memory=28656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128362/stat : 128362 (fscip) D 128248 128264 128191 0 -1 1077937220 201 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128363] ppid=128248 vsize=16199416 memory=7492 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128363/stat : 128363 (fscip) D 128248 128264 128191 0 -1 1077937220 181 0 0 0 1 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128364] ppid=128248 vsize=16199416 memory=26972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128364/stat : 128364 (fscip) D 128248 128264 128191 0 -1 1077937220 174 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128365] ppid=128248 vsize=16199416 memory=3664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128365/stat : 128365 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 16199416 KiB
Current children cumulated memory: 12526488 KiB

[startup+3637.6 s]
/proc/loadavg: 75.05 78.87 79.95 6/903 130730
/proc/meminfo: memFree=763569916/790760800 swapFree=131071996/131071996
[pid=128264] ppid=128248 vsize=16199416 memory=12526488 CPUtime=72001.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/stat : 128264 (fscip) D 128248 128264 128191 0 -1 1077937156 48530043 0 0 0 7191272 8847 0 0 20 0 41 0 20968812 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
/proc/128264/statm: 4049854 3131622 3008 3035 0 3987306 0
[pid=128264/tid=128266] ppid=128248 vsize=16199416 memory=10824 CPUtime=3599.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128266/stat : 128266 (fscip) D 128248 128264 128191 0 -1 1077937220 1397663 0 0 0 359789 152 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128267] ppid=128248 vsize=16199416 memory=5556 CPUtime=3604.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128267/stat : 128267 (fscip) S 128248 128264 128191 0 -1 4195904 2815357 0 0 0 359885 611 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 140046253968984 9944962 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 0
[pid=128264/tid=128268] ppid=128248 vsize=16199416 memory=16088 CPUtime=3585.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128268/stat : 128268 (fscip) D 128248 128264 128191 0 -1 1077937220 3150766 0 0 0 357778 764 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128269] ppid=128248 vsize=16199416 memory=2212 CPUtime=3601.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128269/stat : 128269 (fscip) D 128248 128264 128191 0 -1 1077937220 1258879 0 0 0 360023 133 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128270] ppid=128248 vsize=16199416 memory=6836 CPUtime=3608.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128270/stat : 128270 (fscip) D 128248 128264 128191 0 -1 1077937220 3121702 0 0 0 360426 467 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128271] ppid=128248 vsize=16199416 memory=7044 CPUtime=3593.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128271/stat : 128271 (fscip) D 128248 128264 128191 0 -1 1077937220 2995980 0 0 0 358639 739 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128272] ppid=128248 vsize=16199416 memory=12526488 CPUtime=3598.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128272/stat : 128272 (fscip) D 128248 128264 128191 0 -1 1077937220 1360248 0 0 0 359702 150 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128273] ppid=128248 vsize=16199416 memory=33772 CPUtime=3591.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128273/stat : 128273 (fscip) D 128248 128264 128191 0 -1 1077937220 3191963 0 0 0 358708 455 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128274] ppid=128248 vsize=16199416 memory=66368 CPUtime=3592.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128274/stat : 128274 (fscip) D 128248 128264 128191 0 -1 1077937220 3057434 0 0 0 358526 768 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128275] ppid=128248 vsize=16199416 memory=-7161424310808789140 CPUtime=3607.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128275/stat : 128275 (fscip) D 128248 128264 128191 0 -1 1077937220 1302829 0 0 0 360630 136 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128276] ppid=128248 vsize=16199416 memory=12472192 CPUtime=3603.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128276/stat : 128276 (fscip) D 128248 128264 128191 0 -1 1077937220 2622711 0 0 0 359922 417 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128277] ppid=128248 vsize=16199416 memory=6720668744257387621 CPUtime=3597.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128277/stat : 128277 (fscip) D 128248 128264 128191 0 -1 1077937220 3188562 0 0 0 359028 765 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128278] ppid=128248 vsize=16199416 memory=1968 CPUtime=3607.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128278/stat : 128278 (fscip) D 128248 128264 128191 0 -1 1077937220 1273769 0 0 0 360609 131 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128279] ppid=128248 vsize=16199416 memory=1102500925270710 CPUtime=3605.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128279/stat : 128279 (fscip) D 128248 128264 128191 0 -1 1077937220 3063881 0 0 0 360146 436 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128280] ppid=128248 vsize=16199416 memory=11396 CPUtime=3591.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128280/stat : 128280 (fscip) D 128248 128264 128191 0 -1 1077937220 3175585 0 0 0 358331 801 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128281] ppid=128248 vsize=16199416 memory=11400 CPUtime=3603.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128281/stat : 128281 (fscip) D 128248 128264 128191 0 -1 1077937220 1303202 0 0 0 360175 134 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128282] ppid=128248 vsize=16199416 memory=11400 CPUtime=3603.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128282/stat : 128282 (fscip) D 128248 128264 128191 0 -1 1077937220 3037381 0 0 0 359961 409 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128283] ppid=128248 vsize=16199416 memory=2720 CPUtime=3593.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128283/stat : 128283 (fscip) D 128248 128264 128191 0 -1 1077937220 2971706 0 0 0 358618 777 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128284] ppid=128248 vsize=16199416 memory=2692 CPUtime=3606.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128284/stat : 128284 (fscip) D 128248 128264 128191 0 -1 1077937220 1441528 0 0 0 360466 149 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128285] ppid=128248 vsize=16199416 memory=6720668744257387621 CPUtime=3599.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128285/stat : 128285 (fscip) D 128248 128264 128191 0 -1 1077937220 2729553 0 0 0 359585 401 0 0 20 0 41 0 20969033 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128346] ppid=128248 vsize=16199416 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128346/stat : 128346 (fscip) D 128248 128264 128191 0 -1 1077937220 105 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128347] ppid=128248 vsize=16199416 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128347/stat : 128347 (fscip) D 128248 128264 128191 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128348] ppid=128248 vsize=16199416 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128348/stat : 128348 (fscip) D 128248 128264 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128349] ppid=128248 vsize=16199416 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128349/stat : 128349 (fscip) D 128248 128264 128191 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128350] ppid=128248 vsize=16199416 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128350/stat : 128350 (fscip) D 128248 128264 128191 0 -1 1077937220 167 0 0 0 1 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128351] ppid=128248 vsize=16199416 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128351/stat : 128351 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 2 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128352] ppid=128248 vsize=16199416 memory=12492460 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128352/stat : 128352 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128353] ppid=128248 vsize=16199416 memory=2692 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128353/stat : 128353 (fscip) D 128248 128264 128191 0 -1 1077937220 194 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128354] ppid=128248 vsize=16199416 memory=6904 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128354/stat : 128354 (fscip) D 128248 128264 128191 0 -1 1077937220 172 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128355] ppid=128248 vsize=16199416 memory=6828 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128355/stat : 128355 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128356] ppid=128248 vsize=16199416 memory=6740 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128356/stat : 128356 (fscip) D 128248 128264 128191 0 -1 1077937220 114 0 0 0 0 2 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128357] ppid=128248 vsize=16199416 memory=6784 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128357/stat : 128357 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128358] ppid=128248 vsize=16199416 memory=-7169350980677433798 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128358/stat : 128358 (fscip) D 128248 128264 128191 0 -1 1077937220 118 0 0 0 0 3 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128359] ppid=128248 vsize=16199416 memory=2244 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128359/stat : 128359 (fscip) D 128248 128264 128191 0 -1 1077937220 168 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128360] ppid=128248 vsize=16199416 memory=31232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128360/stat : 128360 (fscip) D 128248 128264 128191 0 -1 1077937220 169 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128361] ppid=128248 vsize=16199416 memory=28656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128361/stat : 128361 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128362] ppid=128248 vsize=16199416 memory=7492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128362/stat : 128362 (fscip) D 128248 128264 128191 0 -1 1077937220 201 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128363] ppid=128248 vsize=16199416 memory=26972 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128363/stat : 128363 (fscip) D 128248 128264 128191 0 -1 1077937220 181 0 0 0 1 1 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128364] ppid=128248 vsize=16199416 memory=8323350987516068516 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128364/stat : 128364 (fscip) D 128248 128264 128191 0 -1 1077937220 174 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
[pid=128264/tid=128365] ppid=128248 vsize=16199416 memory=18736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/128264/task/128365/stat : 128365 (fscip) D 128248 128264 128191 0 -1 1077937220 166 0 0 0 3 0 0 0 20 0 41 0 20969113 16588201984 3131622 809668444160 4194304 16623229 140722524770352 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 37466112 140722524779529 140722524779647 140722524779647 140722524786672 24
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 16199416 KiB
Current children cumulated memory: 12526488 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3638.04
CPU time (s): 72001.6
CPU user time (s): 71912.7
CPU system time (s): 88.9119
CPU usage (%): 1979.13
Max. virtual memory (cumulated for all children) (KiB): 16527096
Max. memory (cumulated for all children) (KiB): 12559844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71912.7
system time used= 88.9119
maximum resident set size= 12559844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48530043
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= 402305
involuntary context switches= 261920


# summary of solver processes directly reported to runsolver:
#   pid: 128264
#   total CPU time (s): 72001.6
#   total CPU user time (s): 71912.7
#   total CPU system time (s): 88.9119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3062 second user time and 111.391 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-01 22:24:54
IDJOB=4465485
IDBENCH=158384
IDSOLVER=3094
FILE ID=nodeD104/4465485-1722543894
RUNJOBID= nodeD104-1722543894-128201
SLURM_JOB_ID= 8254279
Free space on /tmp= 8622916 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep6.5.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-4465485-1722543894/watcher-4465485-1722543894 -o /tmp/evaluation-result-4465485-1722543894/solver-4465485-1722543894 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722543894-128201 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465485-1722543894.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=791112985

nodeD104.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		: 3375.595
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		: 1820.836
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	: 5006.76
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		: 3496.389
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	: 5013.48
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		: 3596.482
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	: 5010.76
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		: 3587.110
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		: 3514.849
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	: 5006.76
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		: 2960.806
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	: 5013.48
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		: 3811.023
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	: 5010.76
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		: 3347.717
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		: 1434.273
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.76
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		: 3353.123
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	: 5013.48
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		: 2646.065
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	: 5010.76
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		: 3095.157
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		: 2655.819
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	: 5006.76
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		: 3551.085
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	: 5013.48
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		: 2476.722
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	: 5010.76
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		: 3249.389
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		: 2657.756
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	: 5006.76
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		: 2450.030
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	: 5013.48
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		: 3557.007
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	: 5010.76
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		: 3535.742
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		: 3080.432
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	: 5006.76
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		: 1677.433
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	: 5013.48
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		: 3579.942
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	: 5010.76
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		: 3543.656
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		: 2633.978
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	: 5006.76
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		: 1701.633
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	: 5013.48
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		: 2405.160
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	: 5010.76
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		: 3586.252
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		: 2651.330
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	: 5006.76
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		: 1692.122
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	: 5013.48
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		: 2658.664
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	: 5010.76
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		: 1257.023
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		: 2817.139
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	: 5006.76
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		: 1664.033
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	: 5013.48
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		: 1476.192
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	: 5010.76
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		: 2393.242
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2641.666
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	: 5006.76
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		: 2576.530
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	: 5013.48
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		: 2579.545
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	: 5010.76
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		: 2585.685
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		: 2520.833
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	: 5006.76
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		: 2500.000
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	: 5013.48
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		: 1045.582
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	: 5010.76
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		: 2500.000
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		: 2589.285
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	: 5006.76
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		: 3612.412
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	: 5013.48
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		: 2500.000
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	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        783673144 kB
MemAvailable:   784507496 kB
Buffers:          286648 kB
Cached:          3878580 kB
SwapCached:            0 kB
Active:           456448 kB
Inactive:        4119976 kB
Active(anon):       2104 kB
Inactive(anon):   431640 kB
Active(file):     454344 kB
Inactive(file):  3688336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            117380 kB
Writeback:             0 kB
AnonPages:        410540 kB
Mapped:            89280 kB
Shmem:             22536 kB
KReclaimable:     222776 kB
Slab:             578584 kB
SReclaimable:     222776 kB
SUnreclaim:       355808 kB
KernelStack:       14640 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     532040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           258816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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:      552960 kB
DirectMap2M:    53422080 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD104 at 2024-08-01 23:25:32