Trace number 4465302

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_8.opb
MD5SUMbeae51edba02eeda3c8007d8306fd545
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 benchmark18
Best CPU time to get the best result obtained on this benchmark16.5068
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4318
Total number of constraints15120
Number of constraints which are clauses15112
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint1
Maximum length of a constraint490
Number of terms in the objective function 490
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 490
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 518
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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 53714944, getVmSize() = 53714944, SCIPgetMemUsed() = 26238777, SCIPgetMemTotal() = 30964457, SCIPgetMemExternEstim() = 18328217
0.00/0.04	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.11/0.19	c ** Estimated virtualMemUsedAtSolver = 50412768, getVmSize() = 82812928, SCIPgetMemUsed() = 29822975, SCIPgetMemTotal() = 57290935, SCIPgetMemExternEstim() = 18328217
0.11/0.19	c ** set memory limit for solvers to 4.18846e+11 for each SCIP **
0.11/0.19	c Original Problem   :
0.11/0.19	c   Problem name     : instance-4465302-1722457099
0.11/0.19	c   Variables        : 4318 (4318 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.19	c   Constraints      : 15120
0.11/0.19	c   Objective sense  : minimize
0.11/0.19	c Presolved Problem  :
0.11/0.19	c   Variables        : 3770 (3770 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.19	c   Constraints      : 3720
0.11/0.19	c Constraints        : Number
0.11/0.19	c   knapsack         : 1 
0.11/0.19	c   setppc           : 429 
0.11/0.19	c   and              : 3285 
0.11/0.19	c   logicor          : 5 
0.11/0.19	c ** Instance transfer method used: 0
0.11/0.20	c ** ParaScipInstance copy does not increase the number of variables. **
0.34/0.39	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.34/0.40	c                                Nodes    Active                                            
0.34/0.40	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.09/0.75	c *       1              0           1        20          22.0000                -          -
94.18/5.24	c         5           1662         145        20          22.0000           5.0000    340.00%
167.40/9.00	c *       9           5264         134        20          18.0000           5.0000    260.00%
193.05/10.29	c        10              2           1        20          18.0000          10.5000     71.43%
294.09/15.34	c        15              3           2        20          18.0000          12.0908     48.87%
395.19/20.40	c        20              5           4        20          18.0000          12.1072     48.67%
494.28/25.48	c        25              8           7        20          18.0000          12.1947     47.61%
595.36/30.53	c        31             10           9        20          18.0000          12.2429     47.02%
694.48/35.57	c        36             11          10        20          18.0000          12.2435     47.02%
795.60/40.62	c        41             12          11        20          18.0000          12.2435     47.02%
894.66/45.68	c        46             16          15        20          18.0000          12.2435     47.02%
995.72/50.74	c        51             20          19        20          18.0000          12.2927     46.43%
1096.82/55.80	c        56             29          28        20          18.0000          12.2927     46.43%
1195.97/60.86	c        61             32          31        20          18.0000          12.3432     45.83%
1295.05/65.86	c        66             42          41        20          18.0000          12.3432     45.83%
1396.08/71.02	c        71             48          47        20          18.0000          12.4719     44.32%
1497.80/76.03	c        76             50          49        20          18.0000          12.4719     44.32%
1598.92/81.15	c        81             56          55        20          18.0000          12.4719     44.32%
1699.37/86.24	c        86             62          61        20          18.0000          12.5136     43.84%
1798.49/91.25	c        91             70          69        20          18.0000          12.5136     43.84%
1899.55/96.38	c        96             77          76        20          18.0000          12.5268     43.69%
2000.59/101.43	c       101             79          78        20          18.0000          12.5268     43.69%
2099.62/106.48	c       106             84          83        20          18.0000          12.5594     43.32%
2200.64/111.53	c       112             88          87        20          18.0000          12.5594     43.32%
2299.66/116.58	c       117             90          89        20          18.0000          12.5594     43.32%
2400.47/121.63	c       122             90          89        20          18.0000          12.5594     43.32%
2499.54/126.68	c       127             94          93        20          18.0000          12.5846     43.03%
2600.62/131.72	c       132             94          93        20          18.0000          12.5846     43.03%
2699.79/136.74	c       137            100          99        20          18.0000          12.5871     43.00%
2800.93/141.82	c       142            106         105        20          18.0000          12.5985     42.87%
2900.08/146.87	c       147            110         109        20          18.0000          12.5985     42.87%
3001.20/151.92	c       152            113         112        20          18.0000          12.5985     42.87%
3100.31/156.98	c       157            116         115        20          18.0000          12.5985     42.87%
3199.36/162.03	c       162            123         122        20          18.0000          12.7019     41.71%
3301.15/167.08	c       167            126         125        20          18.0000          12.7664     41.00%
3400.28/172.13	c       172            129         128        20          18.0000          12.7664     41.00%
3501.58/177.18	c       177            137         136        20          18.0000          12.7814     40.83%
3601.71/182.23	c       182            137         136        20          18.0000          12.7814     40.83%
3700.76/187.24	c       187            146         145        20          18.0000          12.7814     40.83%
3801.74/192.33	c       192            153         152        20          18.0000          12.8328     40.27%
3900.48/197.39	c       197            158         157        20          18.0000          12.8328     40.27%
4001.43/202.43	c       202            169         168        20          18.0000          12.8554     40.02%
4100.52/207.48	c       207            174         173        20          18.0000          12.9185     39.34%
4201.59/212.53	c       213            181         180        20          18.0000          12.9185     39.34%
4300.70/217.58	c       218            192         191        20          18.0000          12.9247     39.27%
4401.78/222.63	c       223            197         196        20          18.0000          12.9247     39.27%
4500.93/227.68	c       228            197         196        20          18.0000          12.9247     39.27%
4602.05/232.73	c       233            197         196        20          18.0000          12.9247     39.27%
4701.06/237.78	c       238            201         200        20          18.0000          12.9287     39.22%
4802.18/242.83	c       243            208         205        20          18.0000          12.9287     39.22%
4901.31/247.88	c       248            214         211        20          18.0000          12.9289     39.22%
5002.39/252.93	c       253            217         214        20          18.0000          12.9289     39.22%
5101.27/257.97	c       258            222         219        20          18.0000          12.9289     39.22%
5200.36/263.03	c       263            232         229        20          18.0000          12.9528     38.97%
5302.14/268.06	c       268            234         231        20          18.0000          12.9528     38.97%
5401.15/273.12	c       273            234         231        20          18.0000          12.9528     38.97%
5502.27/278.19	c       278            238         235        20          18.0000          12.9614     38.87%
5602.64/283.24	c       283            242         239        20          18.0000          12.9614     38.87%
5701.73/288.28	c       288            245         242        20          18.0000          12.9614     38.87%
5802.87/293.34	c       293            246         243        20          18.0000          12.9614     38.87%
5901.94/298.36	c       298            249         246        20          18.0000          12.9614     38.87%
6002.88/303.44	c       303            252         249        20          18.0000          12.9614     38.87%
6102.02/308.49	c       308            257         254        20          18.0000          12.9614     38.87%
6202.99/313.54	c       314            264         261        20          18.0000          12.9905     38.56%
6304.00/318.61	c       319            270         267        20          18.0000          12.9905     38.56%
6402.69/323.64	c       324            273         270        20          18.0000          12.9905     38.56%
6503.74/328.73	c       329            278         275        20          18.0000          12.9905     38.56%
6602.82/333.78	c       334            279         276        20          18.0000          12.9905     38.56%
6703.95/338.84	c       339            280         277        20          18.0000          12.9905     38.56%
6803.10/343.89	c       344            288         285        20          18.0000          12.9905     38.56%
6903.97/348.91	c       349            292         289        20          18.0000          13.0445     37.99%
7003.08/353.92	c       354            297         294        20          18.0000          13.0445     37.99%
7102.21/358.95	c       359            301         298        20          18.0000          13.0445     37.99%
7201.21/364.00	c       364            306         303        20          18.0000          13.0445     37.99%
7302.59/369.05	c       369            310         307        20          18.0000          13.0534     37.90%
7401.66/374.10	c       374            310         307        20          18.0000          13.0534     37.90%
7502.71/379.14	c       379            316         313        20          18.0000          13.0534     37.90%
7603.18/384.24	c       384            318         315        20          18.0000          13.0534     37.90%
7702.32/389.29	c       389            323         320        20          18.0000          13.0587     37.84%
7803.29/394.35	c       394            330         327        20          18.0000          13.0587     37.84%
7904.41/399.41	c       399            334         331        20          18.0000          13.0587     37.84%
8003.57/404.47	c       404            336         333        20          18.0000          13.0587     37.84%
8104.71/409.51	c       410            342         339        20          18.0000          13.0587     37.84%
8203.60/414.57	c       415            342         339        20          18.0000          13.0587     37.84%
8304.75/419.62	c       420            345         342        20          18.0000          13.0587     37.84%
8403.83/424.67	c       425            348         345        20          18.0000          13.0587     37.84%
8502.93/429.69	c       430            354         351        20          18.0000          13.0587     37.84%
8603.99/434.77	c       435            357         354        20          18.0000          13.0587     37.84%
8705.10/439.82	c       440            368         365        20          18.0000          13.0587     37.84%
8804.24/444.85	c       445            373         370        20          18.0000          13.0587     37.84%
8905.32/449.92	c       450            376         373        20          18.0000          13.0587     37.84%
9004.13/454.97	c       455            379         376        20          18.0000          13.0587     37.84%
9102.95/460.02	c       460            382         379        20          18.0000          13.1486     36.90%
9204.41/465.07	c       465            387         384        20          18.0000          13.1486     36.90%
9303.69/470.12	c       470            387         384        20          18.0000          13.1486     36.90%
9404.82/475.17	c       475            397         394        20          18.0000          13.1498     36.88%
9505.10/480.22	c       480            400         397        20          18.0000          13.1498     36.88%
9604.11/485.23	c       485            402         399        20          18.0000          13.1498     36.88%
9705.19/490.31	c       490            408         405        20          18.0000          13.1498     36.88%
9804.25/495.35	c       495            417         414        20          18.0000          13.1666     36.71%
9903.22/500.37	c       500            423         420        20          18.0000          13.1824     36.55%
10004.13/505.47	c       505            429         426        20          18.0000          13.1824     36.55%
10105.10/510.52	c       511            433         430        20          18.0000          13.1824     36.55%
10204.25/515.57	c       516            436         433        20          18.0000          13.1824     36.55%
10305.36/520.62	c       521            442         439        20          18.0000          13.1886     36.48%
10404.35/525.67	c       526            447         444        20          18.0000          13.1886     36.48%
10505.49/530.73	c       531            448         445        20          18.0000          13.1886     36.48%
10604.66/535.78	c       536            453         450        20          18.0000          13.1886     36.48%
10705.86/540.83	c       541            458         455        20          18.0000          13.1886     36.48%
10805.03/545.87	c       546            463         460        20          18.0000          13.1886     36.48%
10904.21/550.88	c       551            463         460        20          18.0000          13.1886     36.48%
11005.20/555.95	c       556            469         466        20          18.0000          13.1886     36.48%
11104.28/560.96	c       561            474         471        20          18.0000          13.2040     36.32%
11203.39/565.99	c       566            479         476        20          18.0000          13.2040     36.32%
11308.19/571.28	c       571            486         483        20          18.0000          13.2040     36.32%
11409.22/576.34	c       576            492         489        20          18.0000          13.2040     36.32%
11510.33/581.41	c       581            495         492        20          18.0000          13.2040     36.32%
11609.44/586.43	c       586            499         496        20          18.0000          13.2040     36.32%
11710.55/591.58	c       592            502         499        20          18.0000          13.2053     36.31%
11811.23/596.65	c       597            504         501        20          18.0000          13.2053     36.31%
11912.38/601.72	c       602            510         505        20          18.0000          13.2053     36.31%
12011.53/606.78	c       607            513         508        20          18.0000          13.2053     36.31%
12112.68/611.84	c       612            516         511        20          18.0000          13.2053     36.31%
12213.78/616.90	c       617            520         515        20          18.0000          13.2053     36.31%
12312.94/621.95	c       622            522         517        20          18.0000          13.2053     36.31%
12412.09/627.01	c       627            528         523        20          18.0000          13.2053     36.31%
12513.71/632.07	c       632            532         527        20          18.0000          13.2068     36.29%
12614.96/637.17	c       637            540         535        20          18.0000          13.2068     36.29%
12715.59/642.23	c       642            550         545        20          18.0000          13.2068     36.29%
12814.45/647.28	c       647            557         552        20          18.0000          13.2068     36.29%
12915.56/652.31	c       652            558         553        20          18.0000          13.2068     36.29%
13016.71/657.43	c       657            558         553        20          18.0000          13.2068     36.29%
13117.87/662.50	c       663            562         557        20          18.0000          13.2142     36.22%
13217.04/667.57	c       668            567         562        20          18.0000          13.2142     36.22%
13318.19/672.64	c       673            569         564        20          18.0000          13.2142     36.22%
13419.25/677.70	c       678            576         571        20          18.0000          13.2142     36.22%
13518.36/682.76	c       683            583         578        20          18.0000          13.2142     36.22%
13619.38/687.81	c       688            583         578        20          18.0000          13.2142     36.22%
13718.48/692.88	c       693            589         584        20          18.0000          13.2142     36.22%
13817.55/697.89	c       698            597         590        20          18.0000          13.2327     36.03%
13918.60/703.02	c       703            603         596        20          18.0000          13.2327     36.03%
14020.05/708.09	c       708            605         598        20          18.0000          13.2327     36.03%
14121.24/713.15	c       713            612         605        20          18.0000          13.2327     36.03%
14221.76/718.20	c       718            618         609        20          18.0000          13.2327     36.03%
14320.89/723.25	c       723            619         612        20          18.0000          13.2327     36.03%
14420.06/728.30	c       728            624         615        20          18.0000          13.2380     35.97%
14521.17/733.32	c       733            630         621        20          18.0000          13.2380     35.97%
14621.91/738.46	c       738            635         626        20          18.0000          13.2380     35.97%
14721.06/743.49	c       744            642         633        20          18.0000          13.2380     35.97%
14822.19/748.51	c       749            649         640        20          18.0000          13.2380     35.97%
14921.31/753.57	c       754            652         643        20          18.0000          13.2500     35.85%
15020.42/758.58	c       759            660         651        20          18.0000          13.2500     35.85%
15123.52/763.72	c       764            662         653        20          18.0000          13.2500     35.85%
15224.62/768.87	c       769            666         655        20          18.0000          13.2500     35.85%
15325.72/773.92	c       774            675         664        20          18.0000          13.2500     35.85%
15424.76/778.98	c       779            676         665        20          18.0000          13.2500     35.85%
15523.81/784.03	c       784            679         668        20          18.0000          13.2500     35.85%
15625.55/789.07	c       789            683         672        20          18.0000          13.3070     35.27%
15726.66/794.14	c       794            687         676        20          18.0000          13.3070     35.27%
15826.94/799.20	c       799            691         678        20          18.0000          13.3091     35.25%
15925.98/804.25	c       804            696         683        20          18.0000          13.3091     35.25%
16029.06/809.48	c       809            700         685        20          18.0000          13.3091     35.25%
16130.09/814.54	c       815            705         690        20          18.0000          13.3091     35.25%
16229.19/819.58	c       820            708         693        20          18.0000          13.3091     35.25%
16330.28/824.69	c       825            710         695        20          18.0000          13.3091     35.25%
16431.36/829.73	c       830            713         698        20          18.0000          13.3101     35.24%
16530.48/834.79	c       835            718         703        20          18.0000          13.3101     35.24%
16631.58/839.83	c       840            725         708        20          18.0000          13.3101     35.24%
16732.65/844.90	c       845            731         714        20          18.0000          13.3101     35.24%
16831.76/849.97	c       850            734         717        20          18.0000          13.3101     35.24%
16933.60/855.04	c       855            737         720        20          18.0000          13.3101     35.24%
17032.77/860.09	c       860            743         722        20          18.0000          13.3101     35.24%
17133.74/865.18	c       865            746         725        20          18.0000          13.3101     35.24%
17233.75/870.23	c       870            751         730        20          18.0000          13.3101     35.24%
17332.84/875.29	c       875            755         734        20          18.0000          13.3950     34.38%
17433.94/880.33	c       880            758         735        20          18.0000          13.3950     34.38%
17533.05/885.34	c       885            758         735        20          18.0000          13.3950     34.38%
17632.17/890.39	c       890            762         739        20          18.0000          13.3950     34.38%
17733.22/895.43	c       895            769         746        20          18.0000          13.3950     34.38%
17834.04/900.52	c       901            772         749        20          18.0000          13.3950     34.38%
17934.95/905.69	c       906            774         751        20          18.0000          13.3950     34.38%
18035.95/910.75	c       911            776         753        20          18.0000          13.3950     34.38%
18136.97/915.80	c       916            782         759        20          18.0000          13.3988     34.34%
18235.94/920.81	c       921            784         761        20          18.0000          13.3988     34.34%
18335.02/925.84	c       926            787         764        20          18.0000          13.3988     34.34%
18436.12/930.92	c       931            791         768        20          18.0000          13.3988     34.34%
18537.89/936.09	c       936            796         773        20          18.0000          13.3988     34.34%
18638.98/941.17	c       941            800         777        20          18.0000          13.3988     34.34%
18739.32/946.23	c       946            802         779        20          18.0000          13.3988     34.34%
18838.42/951.28	c       951            803         780        20          18.0000          13.3988     34.34%
18939.47/956.34	c       956            807         784        20          18.0000          13.3988     34.34%
19040.50/961.40	c       961            812         789        20          18.0000          13.4016     34.31%
19139.61/966.43	c       966            819         796        20          18.0000          13.4016     34.31%
19238.66/971.46	c       971            824         801        20          18.0000          13.4016     34.31%
19339.65/976.59	c       977            830         807        20          18.0000          13.4016     34.31%
19440.70/981.64	c       982            839         816        20          18.0000          13.4016     34.31%
19541.58/986.70	c       987            841         818        20          18.0000          13.4016     34.31%
19640.65/991.75	c       992            843         820        20          18.0000          13.4182     34.15%
19741.77/996.80	c       997            844         821        20          18.0000          13.4182     34.15%
19840.90/1001.85	c      1002            851         828        20          18.0000          13.4182     34.15%
19942.02/1006.91	c      1007            856         831        20          18.0000          13.4182     34.15%
20041.12/1011.99	c      1012            859         834        20          18.0000          13.4182     34.15%
20142.99/1017.06	c      1017            859         834        20          18.0000          13.4182     34.15%
20242.11/1022.11	c      1022            862         837        20          18.0000          13.4206     34.12%
20343.30/1027.16	c      1027            866         841        20          18.0000          13.4206     34.12%
20443.47/1032.21	c      1032            872         847        20          18.0000          13.4330     34.00%
20542.39/1037.26	c      1037            878         853        20          18.0000          13.4330     34.00%
20643.45/1042.36	c      1042            878         853        20          18.0000          13.4330     34.00%
20744.50/1047.40	c      1047            881         856        20          18.0000          13.4330     34.00%
20843.45/1052.42	c      1052            886         861        20          18.0000          13.4330     34.00%
20944.34/1057.50	c      1058            894         867        20          18.0000          13.4330     34.00%
21043.40/1062.55	c      1063            901         874        20          18.0000          13.4330     34.00%
21142.54/1067.60	c      1068            901         874        20          18.0000          13.4330     34.00%
21243.57/1072.66	c      1073            903         876        20          18.0000          13.4341     33.99%
21344.63/1077.70	c      1078            907         880        20          18.0000          13.4341     33.99%
21443.68/1082.77	c      1083            910         883        20          18.0000          13.4341     33.99%
21544.81/1087.81	c      1088            910         883        20          18.0000          13.4341     33.99%
21643.94/1092.88	c      1093            912         885        20          18.0000          13.4341     33.99%
21744.87/1097.93	c      1098            920         891        20          18.0000          13.4341     33.99%
21843.70/1102.98	c      1103            927         894        20          18.0000          13.4341     33.99%
21942.49/1108.03	c      1108            929         896        20          18.0000          13.4341     33.99%
22044.17/1113.08	c      1113            934         901        20          18.0000          13.4341     33.99%
22143.22/1118.13	c      1118            939         906        20          18.0000          13.4341     33.99%
22245.67/1123.21	c      1123            944         911        20          18.0000          13.4404     33.92%
22344.69/1128.27	c      1128            957         922        20          18.0000          13.4404     33.92%
22445.46/1133.33	c      1133            958         923        20          18.0000          13.4404     33.92%
22544.26/1138.38	c      1138            961         926        20          18.0000          13.4404     33.92%
22645.29/1143.41	c      1143            964         929        20          18.0000          13.4404     33.92%
22744.00/1148.42	c      1148            971         936        20          18.0000          13.4404     33.92%
22845.09/1153.51	c      1154            979         944        20          18.0000          13.4556     33.77%
22944.22/1158.52	c      1159            982         947        20          18.0000          13.4556     33.77%
23043.28/1163.53	c      1164            988         953        20          18.0000          13.4556     33.77%
23142.27/1168.55	c      1169            999         962        20          18.0000          13.4556     33.77%
23243.41/1173.60	c      1174           1009         972        20          18.0000          13.4566     33.76%
23342.58/1178.66	c      1179           1018         981        20          18.0000          13.4674     33.66%
23443.70/1183.77	c      1184           1026         989        20          18.0000          13.4674     33.66%
23544.81/1188.81	c      1189           1028         991        20          18.0000          13.4674     33.66%
23643.84/1193.82	c      1194           1033         996        20          18.0000          13.4674     33.66%
23744.97/1198.91	c      1199           1035         998        20          18.0000          13.4674     33.66%
23844.10/1203.99	c      1204           1040        1003        20          18.0000          13.4674     33.66%
23945.73/1209.04	c      1209           1042        1005        20          18.0000          13.4676     33.65%
24046.96/1214.17	c      1214           1047        1010        20          18.0000          13.4676     33.65%
24147.24/1219.27	c      1219           1047        1010        20          18.0000          13.4676     33.65%
24248.37/1224.37	c      1224           1049        1012        20          18.0000          13.4676     33.65%
24347.52/1229.39	c      1229           1054        1017        20          18.0000          13.4676     33.65%
24450.49/1234.50	c      1235           1065        1026        20          18.0000          13.4676     33.65%
24549.59/1239.57	c      1240           1075        1036        20          18.0000          13.4912     33.42%
24650.68/1244.63	c      1245           1086        1047        20          18.0000          13.4912     33.42%
24749.76/1249.67	c      1250           1092        1053        20          18.0000          13.4912     33.42%
24850.80/1254.72	c      1255           1092        1053        20          18.0000          13.4912     33.42%
24949.92/1259.76	c      1260           1096        1057        20          18.0000          13.4912     33.42%
25050.84/1264.87	c      1265           1098        1059        20          18.0000          13.4912     33.42%
25151.95/1269.93	c      1270           1100        1061        20          18.0000          13.4912     33.42%
25251.01/1275.04	c      1275           1104        1065        20          18.0000          13.5034     33.30%
25352.89/1280.06	c      1280           1105        1066        20          18.0000          13.5034     33.30%
25451.83/1285.14	c      1285           1111        1070        20          18.0000          13.5034     33.30%
25552.83/1290.17	c      1290           1113        1072        20          18.0000          13.5034     33.30%
25655.23/1295.35	c      1295           1117        1076        20          18.0000          13.5034     33.30%
25756.35/1300.47	c      1300           1122        1079        20          18.0000          13.5034     33.30%
25855.47/1305.48	c      1305           1127        1084        20          18.0000          13.5034     33.30%
25956.59/1310.56	c      1311           1132        1089        20          18.0000          13.5034     33.30%
26057.54/1315.61	c      1316           1132        1089        20          18.0000          13.5034     33.30%
26156.66/1320.66	c      1321           1137        1094        20          18.0000          13.5034     33.30%
26257.79/1325.71	c      1326           1140        1097        20          18.0000          13.5034     33.30%
26356.93/1330.76	c      1331           1145        1100        20          18.0000          13.5034     33.30%
26460.00/1335.91	c      1336           1152        1107        20          18.0000          13.5034     33.30%
26559.09/1340.96	c      1341           1152        1107        20          18.0000          13.5034     33.30%
26658.14/1346.03	c      1346           1162        1117        20          18.0000          13.5258     33.08%
26759.93/1351.08	c      1351           1173        1128        20          18.0000          13.5258     33.08%
26860.98/1356.19	c      1356           1175        1130        20          18.0000          13.5258     33.08%
26961.40/1361.28	c      1361           1179        1134        20          18.0000          13.5258     33.08%
27062.51/1366.33	c      1366           1183        1138        20          18.0000          13.5258     33.08%
27161.61/1371.38	c      1371           1186        1141        20          18.0000          13.5258     33.08%
27260.73/1376.39	c      1376           1194        1145        20          18.0000          13.5258     33.08%
27363.85/1381.52	c      1382           1194        1145        20          18.0000          13.5258     33.08%
27462.97/1386.57	c      1387           1196        1147        20          18.0000          13.5258     33.08%
27564.04/1391.63	c      1392           1198        1149        20          18.0000          13.5258     33.08%
27663.17/1396.67	c      1397           1201        1152        20          18.0000          13.5258     33.08%
27764.19/1401.72	c      1402           1203        1154        20          18.0000          13.5543     32.80%
27863.33/1406.77	c      1407           1207        1158        20          18.0000          13.5543     32.80%
27964.47/1411.82	c      1412           1210        1161        20          18.0000          13.5543     32.80%
28063.62/1416.83	c      1417           1216        1167        20          18.0000          13.5543     32.80%
28164.73/1421.96	c      1422           1222        1173        20          18.0000          13.5543     32.80%
28263.85/1427.01	c      1427           1225        1176        20          18.0000          13.5543     32.80%
28365.51/1432.06	c      1432           1225        1176        20          18.0000          13.5543     32.80%
28464.62/1437.10	c      1437           1229        1180        20          18.0000          13.5543     32.80%
28565.72/1442.17	c      1442           1229        1180        20          18.0000          13.5543     32.80%
28666.25/1447.22	c      1447           1233        1184        20          18.0000          13.5598     32.75%
28765.37/1452.27	c      1452           1243        1192        20          18.0000          13.5598     32.75%
28866.47/1457.33	c      1457           1248        1197        20          18.0000          13.5598     32.75%
28965.48/1462.38	c      1462           1256        1205        20          18.0000          13.5598     32.75%
29066.60/1467.43	c      1467           1257        1206        20          18.0000          13.5598     32.75%
29165.56/1472.45	c      1472           1258        1207        20          18.0000          13.5598     32.75%
29266.69/1477.56	c      1478           1260        1209        20          18.0000          13.5598     32.75%
29367.83/1482.61	c      1483           1270        1219        20          18.0000          13.5722     32.62%
29466.98/1487.63	c      1488           1273        1222        20          18.0000          13.5722     32.62%
29566.02/1492.64	c      1493           1277        1224        20          18.0000          13.5722     32.62%
29665.09/1497.69	c      1498           1282        1227        20          18.0000          13.5722     32.62%
29765.94/1502.71	c      1503           1282        1227        20          18.0000          13.5722     32.62%
29864.93/1507.71	c      1508           1292        1237        20          18.0000          13.5729     32.62%
29967.95/1512.91	c      1513           1295        1240        20          18.0000          13.5729     32.62%
30067.05/1517.99	c      1518           1301        1246        20          18.0000          13.5729     32.62%
30168.69/1523.06	c      1523           1307        1252        20          18.0000          13.5729     32.62%
30269.83/1528.17	c      1528           1317        1258        20          18.0000          13.5729     32.62%
30370.18/1533.22	c      1533           1327        1268        20          18.0000          13.5885     32.47%
30469.20/1538.25	c      1538           1329        1270        20          18.0000          13.5885     32.47%
30570.23/1543.36	c      1543           1334        1273        20          18.0000          13.5885     32.47%
30671.09/1548.42	c      1548           1340        1277        20          18.0000          13.5885     32.47%
30770.15/1553.49	c      1554           1344        1281        20          18.0000          13.5885     32.47%
30871.17/1558.56	c      1559           1347        1284        20          18.0000          13.5885     32.47%
30972.16/1563.61	c      1564           1351        1286        20          18.0000          13.5885     32.47%
31071.27/1568.66	c      1569           1360        1295        20          18.0000          13.5885     32.47%
31172.37/1573.78	c      1574           1365        1300        20          18.0000          13.5885     32.47%
31273.32/1578.86	c      1579           1374        1309        20          18.0000          13.5885     32.47%
31374.39/1583.90	c      1584           1374        1309        20          18.0000          13.5885     32.47%
31473.50/1589.01	c      1589           1379        1314        20          18.0000          13.5885     32.47%
31575.22/1594.10	c      1594           1388        1321        20          18.0000          13.5893     32.46%
31676.34/1599.15	c      1599           1388        1321        20          18.0000          13.5893     32.46%
31776.65/1604.21	c      1604           1389        1320        20          18.0000          13.5893     32.46%
31875.87/1609.24	c      1609           1393        1322        20          18.0000          13.5930     32.42%
31976.84/1614.32	c      1614           1401        1330        20          18.0000          13.5930     32.42%
32075.95/1619.32	c      1619           1411        1338        20          18.0000          13.5930     32.42%
32175.19/1624.38	c      1624           1417        1344        20          18.0000          13.5930     32.42%
32278.20/1629.50	c      1630           1425        1352        20          18.0000          13.5933     32.42%
32377.26/1634.55	c      1635           1428        1355        20          18.0000          13.5933     32.42%
32478.27/1639.62	c      1640           1434        1361        20          18.0000          13.5933     32.42%
32577.36/1644.66	c      1645           1439        1366        20          18.0000          13.5933     32.42%
32678.48/1649.72	c      1650           1441        1368        20          18.0000          13.5933     32.42%
32777.56/1654.78	c      1655           1445        1372        20          18.0000          13.5933     32.42%
32876.70/1659.79	c      1660           1452        1379        20          18.0000          13.6047     32.31%
32977.80/1664.85	c      1665           1456        1383        20          18.0000          13.6047     32.31%
33078.90/1669.92	c      1670           1461        1388        20          18.0000          13.6047     32.31%
33177.99/1674.98	c      1675           1467        1394        20          18.0000          13.6047     32.31%
33279.79/1680.09	c      1680           1469        1396        20          18.0000          13.6047     32.31%
33380.89/1685.14	c      1685           1475        1400        20          18.0000          13.6047     32.31%
33481.14/1690.21	c      1690           1478        1403        20          18.0000          13.6047     32.31%
33580.27/1695.26	c      1695           1484        1409        20          18.0000          13.6069     32.29%
33681.31/1700.35	c      1700           1487        1412        20          18.0000          13.6069     32.29%
33782.41/1705.40	c      1705           1491        1416        20          18.0000          13.6069     32.29%
33881.41/1710.48	c      1710           1502        1427        20          18.0000          13.6069     32.29%
33982.51/1715.52	c      1716           1502        1427        20          18.0000          13.6069     32.29%
34081.40/1720.59	c      1721           1507        1432        20          18.0000          13.6069     32.29%
34182.11/1725.64	c      1726           1515        1438        20          18.0000          13.6112     32.24%
34281.27/1730.69	c      1731           1521        1444        20          18.0000          13.6112     32.24%
34382.40/1735.74	c      1736           1524        1447        20          18.0000          13.6112     32.24%
34481.56/1740.79	c      1741           1526        1449        20          18.0000          13.6112     32.24%
34582.67/1745.85	c      1746           1528        1451        20          18.0000          13.6112     32.24%
34681.62/1750.89	c      1751           1532        1455        20          18.0000          13.6112     32.24%
34782.46/1755.94	c      1756           1535        1456        20          18.0000          13.6112     32.24%
34881.54/1760.99	c      1761           1539        1458        20          18.0000          13.6112     32.24%
34983.29/1766.04	c      1766           1544        1463        20          18.0000          13.6149     32.21%
35082.35/1771.10	c      1771           1552        1471        20          18.0000          13.6149     32.21%
35183.82/1776.15	c      1776           1555        1474        20          18.0000          13.6149     32.21%
35284.06/1781.22	c      1781           1561        1480        20          18.0000          13.6149     32.21%
35383.19/1786.27	c      1786           1563        1482        20          18.0000          13.6149     32.21%
35484.32/1791.32	c      1791           1565        1484        20          18.0000          13.6149     32.21%
35585.40/1796.41	c      1796           1567        1486        20          18.0000          13.6149     32.21%
35684.35/1801.47	c      1801           1575        1494        20          18.0000          13.6167     32.19%
35783.48/1806.49	c      1806           1577        1496        20          18.0000          13.6167     32.19%
35882.62/1811.49	c      1812           1579        1498        20          18.0000          13.6167     32.19%
35983.74/1816.56	c      1817           1583        1500        20          18.0000          13.6167     32.19%
36084.83/1821.67	c      1822           1587        1502        20          18.0000          13.6167     32.19%
36185.96/1826.73	c      1827           1593        1508        20          18.0000          13.6167     32.19%
36287.01/1831.83	c      1832           1596        1511        20          18.0000          13.6167     32.19%
36385.99/1836.89	c      1837           1602        1515        20          18.0000          13.6167     32.19%
36486.96/1841.91	c      1842           1609        1522        20          18.0000          13.6167     32.19%
36588.48/1847.03	c      1847           1617        1530        20          18.0000          13.6232     32.13%
36687.53/1852.09	c      1852           1621        1534        20          18.0000          13.6232     32.13%
36786.73/1857.13	c      1857           1623        1534        20          18.0000          13.6232     32.13%
36889.09/1862.20	c      1862           1627        1538        20          18.0000          13.6232     32.13%
36988.20/1867.27	c      1867           1629        1540        20          18.0000          13.6232     32.13%
37089.30/1872.32	c      1872           1629        1540        20          18.0000          13.6232     32.13%
37188.40/1877.35	c      1877           1635        1546        20          18.0000          13.6232     32.13%
37289.40/1882.42	c      1882           1637        1548        20          18.0000          13.6232     32.13%
37388.52/1887.47	c      1887           1646        1557        20          18.0000          13.6232     32.13%
37489.19/1892.52	c      1893           1652        1561        20          18.0000          13.6551     31.82%
37588.08/1897.57	c      1898           1660        1569        20          18.0000          13.6551     31.82%
37689.14/1902.62	c      1903           1668        1577        20          18.0000          13.6551     31.82%
37787.96/1907.67	c      1908           1673        1582        20          18.0000          13.6551     31.82%
37888.98/1912.75	c      1913           1678        1587        20          18.0000          13.6551     31.82%
37988.10/1917.78	c      1918           1682        1591        20          18.0000          13.6572     31.80%
38089.21/1922.86	c      1923           1688        1595        20          18.0000          13.6572     31.80%
38190.31/1927.91	c      1928           1694        1601        20          18.0000          13.6572     31.80%
38289.18/1932.97	c      1933           1700        1605        20          18.0000          13.6572     31.80%
38388.24/1938.02	c      1938           1707        1610        20          18.0000          13.6572     31.80%
38490.02/1943.09	c      1943           1711        1614        20          18.0000          13.6572     31.80%
38591.06/1948.14	c      1948           1711        1614        20          18.0000          13.6572     31.80%
38690.06/1953.19	c      1953           1722        1621        20          18.0000          13.6640     31.73%
38790.20/1958.25	c      1958           1728        1627        20          18.0000          13.6640     31.73%
38889.27/1963.27	c      1963           1734        1633        20          18.0000          13.6640     31.73%
38990.46/1968.31	c      1968           1736        1635        20          18.0000          13.6640     31.73%
39089.41/1973.39	c      1973           1744        1641        20          18.0000          13.6640     31.73%
39190.50/1978.43	c      1978           1745        1642        20          18.0000          13.6640     31.73%
39291.63/1983.51	c      1984           1754        1651        20          18.0000          13.6823     31.56%
39392.68/1988.65	c      1989           1767        1662        20          18.0000          13.6823     31.56%
39491.79/1993.67	c      1994           1776        1669        20          18.0000          13.6823     31.56%
39592.86/1998.76	c      1999           1776        1669        20          18.0000          13.6823     31.56%
39693.98/2003.81	c      2004           1785        1676        20          18.0000          13.6856     31.53%
39793.19/2008.87	c      2009           1789        1680        20          18.0000          13.6856     31.53%
39894.07/2013.92	c      2014           1794        1683        20          18.0000          13.6856     31.53%
39993.18/2018.93	c      2019           1802        1689        20          18.0000          13.6856     31.53%
40092.26/2023.95	c      2024           1807        1694        20          18.0000          13.6856     31.53%
40191.40/2029.03	c      2029           1812        1699        20          18.0000          13.6879     31.50%
40295.01/2034.13	c      2034           1819        1704        20          18.0000          13.6879     31.50%
40394.15/2039.14	c      2039           1821        1706        20          18.0000          13.6879     31.50%
40494.68/2044.22	c      2044           1830        1713        20          18.0000          13.6879     31.50%
40595.80/2049.30	c      2049           1838        1717        20          18.0000          13.6879     31.50%
40694.95/2054.37	c      2054           1840        1719        20          18.0000          13.6879     31.50%
40796.07/2059.42	c      2059           1846        1723        20          18.0000          13.6879     31.50%
40895.18/2064.44	c      2064           1849        1726        20          18.0000          13.6879     31.50%
40994.28/2069.49	c      2070           1854        1731        20          18.0000          13.6954     31.43%
41097.36/2074.62	c      2075           1862        1739        20          18.0000          13.6954     31.43%
41196.43/2079.64	c      2080           1870        1747        20          18.0000          13.6954     31.43%
41297.52/2084.73	c      2085           1873        1750        20          18.0000          13.6954     31.43%
41396.69/2089.75	c      2090           1876        1753        20          18.0000          13.6954     31.43%
41495.70/2094.76	c      2095           1878        1755        20          18.0000          13.6954     31.43%
41598.80/2099.92	c      2100           1882        1755        20          18.0000          13.6954     31.43%
41697.78/2104.98	c      2105           1885        1758        20          18.0000          13.6954     31.43%
41796.92/2110.03	c      2110           1886        1759        20          18.0000          13.6954     31.43%
41898.72/2115.08	c      2115           1889        1762        20          18.0000          13.6954     31.43%
41997.95/2120.13	c      2120           1892        1765        20          18.0000          13.6961     31.42%
42098.94/2125.18	c      2125           1894        1767        20          18.0000          13.6961     31.42%
42199.36/2130.23	c      2130           1894        1767        20          18.0000          13.6961     31.42%
42298.46/2135.27	c      2135           1894        1767        20          18.0000          13.6961     31.42%
42397.62/2140.28	c      2140           1895        1768        20          18.0000          13.6961     31.42%
42498.70/2145.31	c      2145           1897        1770        20          18.0000          13.6961     31.42%
42597.84/2150.39	c      2150           1900        1773        20          18.0000          13.6961     31.42%
42698.97/2155.42	c      2155           1903        1776        20          18.0000          13.6961     31.42%
42798.08/2160.49	c      2160           1908        1781        20          18.0000          13.6961     31.42%
42899.07/2165.57	c      2166           1910        1783        20          18.0000          13.6961     31.42%
43000.24/2170.62	c      2171           1911        1784        20          18.0000          13.6961     31.42%
43099.18/2175.64	c      2176           1913        1786        20          18.0000          13.6961     31.42%
43200.30/2180.74	c      2181           1914        1787        20          18.0000          13.6961     31.42%
43299.33/2185.78	c      2186           1918        1791        20          18.0000          13.6961     31.42%
43400.32/2190.85	c      2191           1921        1792        20          18.0000          13.6961     31.42%
43501.45/2195.91	c      2196           1925        1796        20          18.0000          13.6961     31.42%
43600.57/2201.02	c      2201           1928        1799        20          18.0000          13.6961     31.42%
43702.34/2206.07	c      2206           1929        1800        20          18.0000          13.6961     31.42%
43801.01/2211.09	c      2211           1934        1805        20          18.0000          13.7085     31.31%
43899.89/2216.11	c      2216           1938        1809        20          18.0000          13.7085     31.31%
44001.11/2221.14	c      2221           1943        1814        20          18.0000          13.7085     31.31%
44101.54/2226.20	c      2226           1949        1820        20          18.0000          13.7085     31.31%
44202.66/2231.37	c      2231           1953        1824        20          18.0000          13.7085     31.31%
44303.74/2236.45	c      2236           1960        1827        20          18.0000          13.7085     31.31%
44404.85/2241.51	c      2242           1960        1827        20          18.0000          13.7085     31.31%
44503.95/2246.58	c      2247           1962        1829        20          18.0000          13.7085     31.31%
44605.06/2251.64	c      2252           1963        1830        20          18.0000          13.7085     31.31%
44706.13/2256.71	c      2257           1964        1831        20          18.0000          13.7085     31.31%
44807.17/2261.81	c      2262           1965        1832        20          18.0000          13.7085     31.31%
44906.30/2266.86	c      2267           1965        1832        20          18.0000          13.7085     31.31%
45005.34/2271.89	c      2272           1966        1833        20          18.0000          13.7085     31.31%
45106.42/2276.96	c      2277           1968        1835        20          18.0000          13.7085     31.31%
45205.57/2282.01	c      2282           1974        1839        20          18.0000          13.7109     31.28%
45307.26/2287.06	c      2287           1974        1839        20          18.0000          13.7109     31.28%
45406.42/2292.11	c      2292           1975        1840        20          18.0000          13.7109     31.28%
45507.37/2297.16	c      2297           1977        1842        20          18.0000          13.7109     31.28%
45608.00/2302.21	c      2302           1982        1847        20          18.0000          13.7109     31.28%
45707.12/2307.27	c      2307           1988        1853        20          18.0000          13.7109     31.28%
45808.27/2312.33	c      2312           1990        1855        20          18.0000          13.7109     31.28%
45907.42/2317.35	c      2317           1993        1856        20          18.0000          13.7109     31.28%
46008.50/2322.41	c      2322           1995        1858        20          18.0000          13.7109     31.28%
46107.55/2327.47	c      2327           1996        1859        20          18.0000          13.7109     31.28%
46208.66/2332.53	c      2333           2004        1865        20          18.0000          13.7109     31.28%
46307.79/2337.59	c      2338           2006        1865        20          18.0000          13.7109     31.28%
46408.80/2342.64	c      2343           2008        1867        20          18.0000          13.7109     31.28%
46507.95/2347.69	c      2348           2014        1873        20          18.0000          13.7161     31.23%
46609.02/2352.77	c      2353           2017        1876        20          18.0000          13.7161     31.23%
46710.16/2357.83	c      2358           2020        1879        20          18.0000          13.7161     31.23%
46809.30/2362.89	c      2363           2021        1880        20          18.0000          13.7161     31.23%
46910.39/2367.94	c      2368           2025        1882        20          18.0000          13.7161     31.23%
47009.54/2372.99	c      2373           2029        1886        20          18.0000          13.7161     31.23%
47111.33/2378.04	c      2378           2029        1886        20          18.0000          13.7161     31.23%
47210.35/2383.09	c      2383           2030        1887        20          18.0000          13.7161     31.23%
47311.56/2388.14	c      2388           2034        1889        20          18.0000          13.7161     31.23%
47411.80/2393.22	c      2393           2034        1889        20          18.0000          13.7161     31.23%
47510.93/2398.27	c      2398           2038        1889        20          18.0000          13.7161     31.23%
47612.05/2403.32	c      2403           2038        1889        20          18.0000          13.7161     31.23%
47711.18/2408.38	c      2408           2041        1890        20          18.0000          13.7161     31.23%
47812.31/2413.45	c      2413           2042        1891        20          18.0000          13.7161     31.23%
47913.43/2418.50	c      2419           2043        1892        20          18.0000          13.7161     31.23%
48012.51/2423.55	c      2424           2045        1894        20          18.0000          13.7161     31.23%
48111.59/2428.58	c      2429           2052        1901        20          18.0000          13.7192     31.20%
48212.70/2433.66	c      2434           2056        1905        20          18.0000          13.7192     31.20%
48311.81/2438.67	c      2439           2061        1910        20          18.0000          13.7192     31.20%
48414.91/2443.82	c      2444           2066        1915        20          18.0000          13.7192     31.20%
48513.98/2448.86	c      2449           2070        1917        20          18.0000          13.7192     31.20%
48615.09/2453.97	c      2454           2071        1918        20          18.0000          13.7192     31.20%
48714.19/2459.01	c      2459           2073        1918        20          18.0000          13.7192     31.20%
48816.13/2464.08	c      2464           2073        1918        20          18.0000          13.7192     31.20%
48916.94/2469.15	c      2469           2076        1921        20          18.0000          13.7192     31.20%
49017.42/2474.20	c      2474           2077        1922        20          18.0000          13.7192     31.20%
49116.55/2479.25	c      2479           2085        1926        20          18.0000          13.7192     31.20%
49219.37/2484.40	c      2484           2087        1926        20          18.0000          13.7198     31.20%
49318.43/2489.45	c      2489           2088        1927        20          18.0000          13.7198     31.20%
49419.49/2494.51	c      2495           2092        1931        20          18.0000          13.7198     31.20%
49518.61/2499.56	c      2500           2096        1933        20          18.0000          13.7198     31.20%
49619.75/2504.61	c      2505           2100        1937        20          18.0000          13.7198     31.20%
49718.90/2509.66	c      2510           2103        1940        20          18.0000          13.7235     31.16%
49819.94/2514.71	c      2515           2106        1943        20          18.0000          13.7235     31.16%
49919.02/2519.78	c      2520           2108        1945        20          18.0000          13.7235     31.16%
50020.10/2524.81	c      2525           2111        1948        20          18.0000          13.7235     31.16%
50119.21/2529.85	c      2530           2114        1949        20          18.0000          13.7235     31.16%
50220.32/2534.95	c      2535           2116        1951        20          18.0000          13.7235     31.16%
50319.47/2540.02	c      2540           2120        1953        20          18.0000          13.7235     31.16%
50421.34/2545.07	c      2545           2124        1957        20          18.0000          13.7235     31.16%
50522.43/2550.18	c      2550           2125        1956        20          18.0000          13.7235     31.16%
50622.68/2555.24	c      2555           2129        1960        20          18.0000          13.7235     31.16%
50721.80/2560.28	c      2560           2130        1961        20          18.0000          13.7235     31.16%
50822.91/2565.34	c      2565           2131        1962        20          18.0000          13.7235     31.16%
50922.03/2570.39	c      2570           2133        1964        20          18.0000          13.7235     31.16%
51023.14/2575.45	c      2575           2134        1965        20          18.0000          13.7235     31.16%
51122.29/2580.50	c      2581           2136        1965        20          18.0000          13.7235     31.16%
51223.34/2585.56	c      2586           2138        1967        20          18.0000          13.7235     31.16%
51324.43/2590.61	c      2591           2139        1968        20          18.0000          13.7235     31.16%
51423.53/2595.63	c      2596           2139        1968        20          18.0000          13.7235     31.16%
51524.62/2600.72	c      2601           2141        1970        20          18.0000          13.7235     31.16%
51623.48/2605.77	c      2606           2144        1973        20          18.0000          13.7235     31.16%
51724.57/2610.82	c      2611           2152        1977        20          18.0000          13.7235     31.16%
51825.59/2615.91	c      2616           2158        1979        20          18.0000          13.7235     31.16%
51924.69/2620.97	c      2621           2164        1983        20          18.0000          13.7235     31.16%
52023.84/2626.03	c      2626           2164        1983        20          18.0000          13.7235     31.16%
52125.80/2631.08	c      2631           2164        1983        20          18.0000          13.7235     31.16%
52226.81/2636.14	c      2636           2164        1983        20          18.0000          13.7235     31.16%
52327.16/2641.20	c      2641           2167        1986        20          18.0000          13.7235     31.16%
52426.29/2646.26	c      2646           2170        1989        20          18.0000          13.7235     31.16%
52527.33/2651.31	c      2651           2174        1993        20          18.0000          13.7258     31.14%
52626.41/2656.36	c      2656           2178        1997        20          18.0000          13.7258     31.14%
52727.50/2661.41	c      2661           2178        1997        20          18.0000          13.7258     31.14%
52826.60/2666.42	c      2666           2178        1997        20          18.0000          13.7258     31.14%
52927.71/2671.51	c      2672           2180        1999        20          18.0000          13.7258     31.14%
53028.85/2676.60	c      2677           2181        2000        20          18.0000          13.7258     31.14%
53127.98/2681.66	c      2682           2183        2002        20          18.0000          13.7326     31.07%
53229.12/2686.71	c      2687           2186        2005        20          18.0000          13.7326     31.07%
53328.22/2691.78	c      2692           2187        2006        20          18.0000          13.7326     31.07%
53429.34/2696.85	c      2697           2190        2009        20          18.0000          13.7326     31.07%
53528.49/2701.89	c      2702           2190        2009        20          18.0000          13.7326     31.07%
53629.63/2706.99	c      2707           2192        2009        20          18.0000          13.7361     31.04%
53728.81/2712.03	c      2712           2192        2009        20          18.0000          13.7361     31.04%
53830.67/2717.08	c      2717           2196        2011        20          18.0000          13.7361     31.04%
53931.68/2722.13	c      2722           2198        2011        20          18.0000          13.7361     31.04%
54030.74/2727.18	c      2727           2198        2011        20          18.0000          13.7361     31.04%
54131.26/2732.23	c      2732           2199        2010        20          18.0000          13.7361     31.04%
54230.39/2737.24	c      2737           2200        2009        20          18.0000          13.7361     31.04%
54329.45/2742.26	c      2742           2202        2011        20          18.0000          13.7361     31.04%
54430.56/2747.30	c      2747           2203        2012        20          18.0000          13.7361     31.04%
54531.67/2752.41	c      2752           2203        2012        20          18.0000          13.7361     31.04%
54632.65/2757.50	c      2758           2205        2014        20          18.0000          13.7361     31.04%
54731.77/2762.56	c      2763           2207        2016        20          18.0000          13.7361     31.04%
54830.75/2767.57	c      2768           2210        2019        20          18.0000          13.7361     31.04%
54931.81/2772.61	c      2773           2211        2020        20          18.0000          13.7361     31.04%
55032.95/2777.74	c      2778           2212        2021        20          18.0000          13.7361     31.04%
55132.10/2782.78	c      2783           2214        2023        20          18.0000          13.7361     31.04%
55232.99/2787.86	c      2788           2214        2023        20          18.0000          13.7361     31.04%
55334.10/2792.94	c      2793           2215        2024        20          18.0000          13.7361     31.04%
55433.21/2797.99	c      2798           2217        2024        20          18.0000          13.7361     31.04%
55534.93/2803.06	c      2803           2221        2028        20          18.0000          13.7361     31.04%
55634.21/2808.13	c      2808           2222        2029        20          18.0000          13.7361     31.04%
55735.12/2813.19	c      2813           2222        2029        20          18.0000          13.7361     31.04%
55835.58/2818.25	c      2818           2222        2029        20          18.0000          13.7361     31.04%
55936.57/2823.34	c      2823           2224        2031        20          18.0000          13.7361     31.04%
56037.68/2828.40	c      2828           2227        2034        20          18.0000          13.7361     31.04%
56136.80/2833.48	c      2833           2228        2035        20          18.0000          13.7361     31.04%
56237.91/2838.55	c      2839           2228        2035        20          18.0000          13.7361     31.04%
56339.00/2843.62	c      2844           2228        2035        20          18.0000          13.7361     31.04%
56438.08/2848.67	c      2849           2228        2035        20          18.0000          13.7361     31.04%
56539.19/2853.72	c      2854           2229        2036        20          18.0000          13.7361     31.04%
56638.32/2858.77	c      2859           2230        2037        20          18.0000          13.7361     31.04%
56737.45/2863.78	c      2864           2233        2040        20          18.0000          13.7405     31.00%
56838.55/2868.87	c      2869           2234        2039        20          18.0000          13.7405     31.00%
56939.65/2873.91	c      2874           2237        2042        20          18.0000          13.7405     31.00%
57038.71/2878.96	c      2879           2239        2044        20          18.0000          13.7405     31.00%
57140.18/2884.06	c      2884           2240        2045        20          18.0000          13.7405     31.00%
57239.07/2889.09	c      2889           2243        2046        20          18.0000          13.7405     31.00%
57340.00/2894.17	c      2894           2244        2047        20          18.0000          13.7405     31.00%
57440.57/2899.22	c      2899           2248        2049        20          18.0000          13.7405     31.00%
57539.69/2904.27	c      2904           2250        2051        20          18.0000          13.7405     31.00%
57638.69/2909.28	c      2909           2254        2053        20          18.0000          13.7405     31.00%
57741.77/2914.41	c      2914           2255        2054        20          18.0000          13.7405     31.00%
57840.88/2919.46	c      2919           2259        2056        20          18.0000          13.7405     31.00%
57941.85/2924.51	c      2925           2263        2058        20          18.0000          13.7455     30.95%
58040.84/2929.57	c      2930           2264        2059        20          18.0000          13.7455     30.95%
58141.96/2934.65	c      2935           2265        2060        20          18.0000          13.7455     30.95%
58243.06/2939.71	c      2940           2267        2062        20          18.0000          13.7455     30.95%
58342.18/2944.76	c      2945           2270        2065        20          18.0000          13.7455     30.95%
58443.29/2949.82	c      2950           2273        2068        20          18.0000          13.7455     30.95%
58542.31/2954.86	c      2955           2274        2069        20          18.0000          13.7455     30.95%
58641.30/2959.87	c      2960           2278        2073        20          18.0000          13.7455     30.95%
58740.42/2964.88	c      2965           2278        2073        20          18.0000          13.7455     30.95%
58839.49/2969.90	c      2970           2279        2074        20          18.0000          13.7455     30.95%
58940.57/2974.99	c      2975           2283        2078        20          18.0000          13.7455     30.95%
59039.67/2980.03	c      2980           2285        2080        20          18.0000          13.7455     30.95%
59143.44/2985.17	c      2985           2289        2084        20          18.0000          13.7455     30.95%
59243.78/2990.23	c      2990           2289        2084        20          18.0000          13.7455     30.95%
59342.88/2995.26	c      2995           2294        2087        20          18.0000          13.7455     30.95%
59444.00/3000.36	c      3000           2294        2087        20          18.0000          13.7455     30.95%
59545.12/3005.41	c      3005           2294        2087        20          18.0000          13.7455     30.95%
59644.25/3010.44	c      3010           2294        2087        20          18.0000          13.7455     30.95%
59745.36/3015.57	c      3016           2294        2087        20          18.0000          13.7455     30.95%
59844.44/3020.58	c      3021           2294        2087        20          18.0000          13.7455     30.95%
59943.38/3025.59	c      3026           2294        2087        20          18.0000          13.7455     30.95%
60048.28/3030.80	c      3031           2294        2087        20          18.0000          13.7455     30.95%
60147.39/3035.87	c      3036           2294        2087        20          18.0000          13.7455     30.95%
60248.49/3040.92	c      3041           2294        2087        20          18.0000          13.7455     30.95%
60347.55/3045.97	c      3046           2294        2087        20          18.0000          13.7455     30.95%
60449.12/3051.04	c      3051           2300        2093        20          18.0000          13.7455     30.95%
60548.33/3056.09	c      3056           2302        2095        20          18.0000          13.7455     30.95%
60647.27/3061.13	c      3061           2304        2097        20          18.0000          13.7455     30.95%
60748.42/3066.18	c      3066           2308        2101        20          18.0000          13.7455     30.95%
60848.58/3071.27	c      3071           2310        2103        20          18.0000          13.7455     30.95%
60949.60/3076.34	c      3076           2315        2108        20          18.0000          13.7455     30.95%
61050.67/3081.44	c      3081           2318        2111        20          18.0000          13.7455     30.95%
61149.82/3086.49	c      3086           2322        2115        20          18.0000          13.7455     30.95%
61250.79/3091.55	c      3092           2325        2118        20          18.0000          13.7455     30.95%
61351.78/3096.63	c      3097           2325        2118        20          18.0000          13.7455     30.95%
61450.89/3101.68	c      3102           2328        2119        20          18.0000          13.7455     30.95%
61551.95/3106.74	c      3107           2332        2121        20          18.0000          13.7455     30.95%
61651.06/3111.79	c      3112           2337        2126        20          18.0000          13.7455     30.95%
61752.05/3116.84	c      3117           2339        2128        20          18.0000          13.7455     30.95%
61853.10/3121.92	c      3122           2342        2131        20          18.0000          13.7464     30.94%
61952.18/3127.02	c      3127           2347        2136        20          18.0000          13.7464     30.94%
62053.73/3132.05	c      3132           2349        2138        20          18.0000          13.7464     30.94%
62152.71/3137.12	c      3137           2349        2138        20          18.0000          13.7464     30.94%
62254.05/3142.19	c      3142           2353        2140        20          18.0000          13.7464     30.94%
62354.31/3147.25	c      3147           2354        2141        20          18.0000          13.7464     30.94%
62455.36/3152.32	c      3152           2354        2141        20          18.0000          13.7464     30.94%
62554.36/3157.34	c      3157           2356        2141        20          18.0000          13.7464     30.94%
62653.47/3162.34	c      3162           2357        2142        20          18.0000          13.7464     30.94%
62752.50/3167.35	c      3167           2361        2146        20          18.0000          13.7464     30.94%
62853.53/3172.43	c      3172           2362        2147        20          18.0000          13.7464     30.94%
62952.59/3177.48	c      3177           2367        2152        20          18.0000          13.7464     30.94%
63053.69/3182.53	c      3183           2368        2153        20          18.0000          13.7464     30.94%
63154.80/3187.67	c      3188           2368        2153        20          18.0000          13.7464     30.94%
63255.91/3192.74	c      3193           2372        2157        20          18.0000          13.7474     30.93%
63355.02/3197.79	c      3198           2373        2158        20          18.0000          13.7474     30.93%
63456.12/3202.81	c      3203           2376        2161        20          18.0000          13.7474     30.93%
63557.28/3207.92	c      3208           2379        2162        20          18.0000          13.7474     30.93%
63656.31/3212.98	c      3213           2381        2164        20          18.0000          13.7474     30.93%
63755.33/3218.02	c      3218           2383        2166        20          18.0000          13.7474     30.93%
63857.05/3223.12	c      3223           2388        2169        20          18.0000          13.7474     30.93%
63958.24/3228.15	c      3228           2394        2175        20          18.0000          13.7482     30.93%
64058.62/3233.27	c      3233           2395        2176        20          18.0000          13.7482     30.93%
64159.67/3238.34	c      3238           2399        2178        20          18.0000          13.7482     30.93%
64258.77/3243.39	c      3243           2402        2181        20          18.0000          13.7585     30.83%
64359.85/3248.44	c      3248           2407        2186        20          18.0000          13.7585     30.83%
64458.97/3253.49	c      3254           2412        2189        20          18.0000          13.7585     30.83%
64560.05/3258.54	c      3259           2416        2193        20          18.0000          13.7585     30.83%
64659.18/3263.56	c      3264           2420        2197        20          18.0000          13.7585     30.83%
64760.28/3268.64	c      3269           2428        2203        20          18.0000          13.7585     30.83%
64861.51/3273.71	c      3274           2428        2203        20          18.0000          13.7585     30.83%
64960.45/3278.77	c      3279           2428        2203        20          18.0000          13.7585     30.83%
65059.58/3283.78	c      3284           2429        2204        20          18.0000          13.7585     30.83%
65160.64/3288.87	c      3289           2434        2205        20          18.0000          13.7585     30.83%
65261.68/3293.92	c      3294           2437        2206        20          18.0000          13.7585     30.83%
65360.75/3298.98	c      3299           2439        2208        20          18.0000          13.7585     30.83%
65462.36/3304.03	c      3304           2439        2208        20          18.0000          13.7585     30.83%
65561.61/3309.08	c      3309           2442        2207        20          18.0000          13.7592     30.82%
65660.58/3314.13	c      3314           2447        2212        20          18.0000          13.7592     30.82%
65762.95/3319.22	c      3319           2453        2218        20          18.0000          13.7592     30.82%
65861.96/3324.26	c      3324           2457        2220        20          18.0000          13.7592     30.82%
65961.00/3329.29	c      3329           2462        2223        20          18.0000          13.7592     30.82%
66062.06/3334.35	c      3334           2466        2227        20          18.0000          13.7592     30.82%
66161.12/3339.37	c      3339           2470        2231        20          18.0000          13.7592     30.82%
66262.16/3344.46	c      3344           2473        2234        20          18.0000          13.7594     30.82%
66363.23/3349.51	c      3350           2474        2235        20          18.0000          13.7594     30.82%
66462.08/3354.56	c      3355           2475        2236        20          18.0000          13.7594     30.82%
66563.12/3359.62	c      3360           2482        2239        20          18.0000          13.7594     30.82%
66661.95/3364.65	c      3365           2484        2241        20          18.0000          13.7594     30.82%
66762.89/3369.71	c      3370           2485        2242        20          18.0000          13.7594     30.82%
66861.99/3374.77	c      3375           2490        2247        20          18.0000          13.7594     30.82%
66963.11/3379.82	c      3380           2495        2252        20          18.0000          13.7594     30.82%
67064.23/3384.92	c      3385           2497        2254        20          18.0000          13.7594     30.82%
67163.44/3389.97	c      3390           2502        2259        20          18.0000          13.7594     30.82%
67262.43/3395.04	c      3395           2507        2264        20          18.0000          13.7594     30.82%
67364.34/3400.10	c      3400           2512        2267        20          18.0000          13.7698     30.72%
67463.38/3405.10	c      3405           2512        2267        20          18.0000          13.7698     30.72%
67564.20/3410.18	c      3410           2514        2269        20          18.0000          13.7698     30.72%
67664.71/3415.28	c      3415           2519        2270        20          18.0000          13.7698     30.72%
67765.82/3420.33	c      3420           2522        2273        20          18.0000          13.7698     30.72%
67866.93/3425.43	c      3425           2527        2278        20          18.0000          13.7698     30.72%
67966.03/3430.47	c      3430           2530        2279        20          18.0000          13.7698     30.72%
68067.11/3435.53	c      3436           2530        2279        20          18.0000          13.7698     30.72%
68166.23/3440.58	c      3441           2532        2281        20          18.0000          13.7757     30.67%
68267.32/3445.63	c      3446           2536        2285        20          18.0000          13.7757     30.67%
68366.37/3450.68	c      3451           2537        2286        20          18.0000          13.7757     30.67%
68467.43/3455.72	c      3456           2537        2286        20          18.0000          13.7757     30.67%
68566.49/3460.79	c      3461           2542        2289        20          18.0000          13.7757     30.67%
68667.33/3465.85	c      3466           2545        2292        20          18.0000          13.7757     30.67%
68766.40/3470.88	c      3471           2548        2295        20          18.0000          13.7757     30.67%
68867.38/3475.94	c      3476           2549        2296        20          18.0000          13.7757     30.67%
68966.23/3480.98	c      3481           2552        2297        20          18.0000          13.7757     30.67%
69065.26/3486.00	c      3486           2555        2300        20          18.0000          13.7757     30.67%
69166.81/3491.09	c      3491           2560        2303        20          18.0000          13.7757     30.67%
69267.94/3496.15	c      3496           2560        2303        20          18.0000          13.7757     30.67%
69368.21/3501.20	c      3501           2562        2305        20          18.0000          13.7757     30.67%
69467.33/3506.26	c      3506           2566        2309        20          18.0000          13.7757     30.67%
69568.39/3511.32	c      3511           2568        2309        20          18.0000          13.7757     30.67%
69667.50/3516.37	c      3516           2570        2311        20          18.0000          13.7757     30.67%
69768.59/3521.43	c      3521           2574        2315        20          18.0000          13.7784     30.64%
69867.70/3526.45	c      3526           2580        2321        20          18.0000          13.7784     30.64%
69968.81/3531.53	c      3532           2583        2324        20          18.0000          13.7784     30.64%
70067.93/3536.59	c      3537           2583        2324        20          18.0000          13.7784     30.64%
70168.98/3541.64	c      3542           2583        2324        20          18.0000          13.7784     30.64%
70270.07/3546.70	c      3547           2585        2326        20          18.0000          13.7784     30.64%
70369.05/3551.74	c      3552           2586        2327        20          18.0000          13.7784     30.64%
70469.95/3556.81	c      3557           2588        2329        20          18.0000          13.7784     30.64%
70568.81/3561.82	c      3562           2590        2331        20          18.0000          13.7784     30.64%
70667.91/3566.88	c      3567           2592        2331        20          18.0000          13.7784     30.64%
70768.95/3571.95	c      3572           2594        2333        20          18.0000          13.7784     30.64%
70868.07/3576.97	c      3577           2599        2336        20          18.0000          13.7784     30.64%
70969.57/3582.05	c      3582           2602        2339        20          18.0000          13.7847     30.58%
71068.61/3587.06	c      3587           2604        2341        20          18.0000          13.7847     30.58%
71167.64/3592.08	c      3592           2609        2346        20          18.0000          13.7847     30.58%
71266.50/3597.11	c      3597           2611        2348        20          18.0000          13.7847     30.58%
71368.92/3602.20	c      3602           2619        2352        20          18.0000          13.7847     30.58%
71467.97/3607.28	c      3607           2619        2352        20          18.0000          13.7847     30.58%
71569.09/3612.35	c      3612           2621        2354        20          18.0000          13.7847     30.58%
71670.12/3617.42	c      3617           2623        2354        20          18.0000          13.7847     30.58%
71769.23/3622.48	c      3622           2623        2354        20          18.0000          13.7847     30.58%
71870.23/3627.54	c      3628           2624        2355        20          18.0000          13.7847     30.58%
71971.27/3632.61	c      3633           2624        2355        20          18.0000          13.7847     30.58%

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 (175128 MiB free)
  memory of node 1: 193531 MiB (179130 MiB free)
  memory of node 2: 193531 MiB (174455 MiB free)
  memory of node 3: 193493 MiB (193069 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-4465302-1722457099/watcher-4465302-1722457099 -o /tmp/evaluation-result-4465302-1722457099/solver-4465302-1722457099 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68262 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465302-1722457099.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=70391, runsolver pid=70388
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 78.82 80.48 80.14 24/943 70393
/proc/meminfo: memFree=739746980/790760804 swapFree=131071996/131071996
[pid=70391] ppid=70388 vsize=66596 memory=55324 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/stat : 70391 (fscip) R 70388 70391 68249 0 -1 4194304 13682 0 0 0 9 2 0 0 20 0 1 0 12292606 68194304 13831 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
/proc/70391/statm: 16649 13831 2726 3035 0 13045 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 66596 KiB
Current children cumulated memory: 55324 KiB

[startup+0.221136 s]*
/proc/loadavg: 78.82 80.48 80.14 26/963 70413
/proc/meminfo: memFree=743387532/790760804 swapFree=131071996/131071996
[pid=70391] ppid=70388 vsize=1558640 memory=115588 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/stat : 70391 (fscip) S 70388 70391 68249 0 -1 1077936128 29595 0 0 0 19 4 0 0 20 0 21 0 12292606 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
/proc/70391/statm: 389660 28897 2806 3035 0 70379 0
[pid=70391/tid=70394] ppid=70388 vsize=1558640 memory=-4050210904893799827 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70394/stat : 70394 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70395] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70395/stat : 70395 (fscip) R 70388 70391 68249 0 -1 4194368 121 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70396] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70396/stat : 70396 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70397] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70397/stat : 70397 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70398] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70398/stat : 70398 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70399] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70399/stat : 70399 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70400] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70400/stat : 70400 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70401] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70401/stat : 70401 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28897 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70402] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70402/stat : 70402 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70403] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70403/stat : 70403 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70404] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70404/stat : 70404 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70405] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70405/stat : 70405 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70406] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70406/stat : 70406 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70407] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70407/stat : 70407 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70408] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70408/stat : 70408 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70409] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70409/stat : 70409 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70410] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70410/stat : 70410 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70411] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70411/stat : 70411 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70412] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70412/stat : 70412 (fscip) S 70388 70391 68249 0 -1 1077936192 2783 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70413] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70413/stat : 70413 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 28963 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1558640 KiB
Current children cumulated memory: 115588 KiB

[startup+0.322142 s]*
/proc/loadavg: 78.82 80.48 80.14 25/963 70413
/proc/meminfo: memFree=746384924/790760804 swapFree=131071996/131071996
[pid=70391] ppid=70388 vsize=1558640 memory=230124 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/stat : 70391 (fscip) S 70388 70391 68249 0 -1 1077936128 58308 0 0 0 25 9 0 0 20 0 21 0 12292606 1596047360 57531 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
/proc/70391/statm: 389660 57531 2806 3035 0 99640 0
[pid=70391/tid=70394] ppid=70388 vsize=1558640 memory=4026531863 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70394/stat : 70394 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70395] ppid=70388 vsize=1558640 memory=57843 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70395/stat : 70395 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70396] ppid=70388 vsize=1558640 memory=53009308713404 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70396/stat : 70396 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70397] ppid=70388 vsize=1558640 memory=59610690224687 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70397/stat : 70397 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70398] ppid=70388 vsize=1558640 memory=54121738797730 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70398/stat : 70398 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70399] ppid=70388 vsize=1558640 memory=58515523896164 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70399/stat : 70399 (fscip) R 70388 70391 68249 0 -1 4194368 1093 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70400] ppid=70388 vsize=1558640 memory=13564886227617144 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70400/stat : 70400 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70401] ppid=70388 vsize=1558640 memory=15822213664213105 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70401/stat : 70401 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70402] ppid=70388 vsize=1558640 memory=3617015238987383072 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70402/stat : 70402 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70403] ppid=70388 vsize=1558640 memory=3979264763741145632 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70403/stat : 70403 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57597 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70404] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70404/stat : 70404 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70405] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70405/stat : 70405 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70406] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70406/stat : 70406 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70407] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70407/stat : 70407 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70408] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70408/stat : 70408 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70409] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70409/stat : 70409 (fscip) S 70388 70391 68249 0 -1 1077936192 2781 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70410] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70410/stat : 70410 (fscip) S 70388 70391 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70411] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70411/stat : 70411 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70412] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70412/stat : 70412 (fscip) S 70388 70391 68249 0 -1 1077936192 2783 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70413] ppid=70388 vsize=1558640 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70413/stat : 70413 (fscip) S 70388 70391 68249 0 -1 1077936192 2782 0 0 0 0 0 0 0 20 0 21 0 12292625 1596047360 57663 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1558640 KiB
Current children cumulated memory: 230124 KiB

[startup+0.700841 s]
/proc/loadavg: 78.82 80.48 80.14 41/983 70433
/proc/meminfo: memFree=750483432/790760804 swapFree=131071996/131071996
[pid=70391] ppid=70388 vsize=1722560 memory=1065240 CPUtime=5.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/stat : 70391 (fscip) S 70388 70391 68249 0 -1 1077936128 270032 0 0 0 335 174 0 0 20 0 41 0 12292606 1763901440 266244 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
/proc/70391/statm: 430640 266244 2870 3035 0 368434 0
[pid=70391/tid=70394] ppid=70388 vsize=1722560 memory=11624 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70394/stat : 70394 (fscip) R 70388 70391 68249 0 -1 4194368 11143 0 0 0 16 9 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70395] ppid=70388 vsize=1722560 memory=11 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70395/stat : 70395 (fscip) S 70388 70391 68249 0 -1 1077936192 14524 0 0 0 12 12 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70396] ppid=70388 vsize=1722560 memory=13784 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70396/stat : 70396 (fscip) R 70388 70391 68249 0 -1 4194368 12528 0 0 0 20 3 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70397] ppid=70388 vsize=1722560 memory=5440 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70397/stat : 70397 (fscip) R 70388 70391 68249 0 -1 4194368 11147 0 0 0 14 10 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70398] ppid=70388 vsize=1722560 memory=52808 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70398/stat : 70398 (fscip) R 70388 70391 68249 0 -1 4194368 14526 0 0 0 13 9 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70399] ppid=70388 vsize=1722560 memory=2212 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70399/stat : 70399 (fscip) R 70388 70391 68249 0 -1 4194368 12534 0 0 0 21 3 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70400] ppid=70388 vsize=1722560 memory=16108 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70400/stat : 70400 (fscip) R 70388 70391 68249 0 -1 4194368 11147 0 0 0 15 9 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70401] ppid=70388 vsize=1722560 memory=1852 CPUtime=0.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70401/stat : 70401 (fscip) R 70388 70391 68249 0 -1 1077936192 14530 0 0 0 12 9 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70402] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70402/stat : 70402 (fscip) R 70388 70391 68249 0 -1 4194368 12530 0 0 0 21 2 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70403] ppid=70388 vsize=1722560 memory=10528 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70403/stat : 70403 (fscip) R 70388 70391 68249 0 -1 4194368 10094 0 0 0 12 11 0 0 20 0 41 0 12292625 1763901440 266310 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70404] ppid=70388 vsize=1722560 memory=0 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70404/stat : 70404 (fscip) R 70388 70391 68249 0 -1 1077936192 14532 0 0 0 13 11 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70405] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70405/stat : 70405 (fscip) R 70388 70391 68249 0 -1 4194368 12528 0 0 0 20 3 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70406] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70406/stat : 70406 (fscip) R 70388 70391 68249 0 -1 4194368 10288 0 0 0 12 11 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70407] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70407/stat : 70407 (fscip) R 70388 70391 68249 0 -1 4194368 14522 0 0 0 12 11 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70408] ppid=70388 vsize=1722560 memory=0 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70408/stat : 70408 (fscip) R 70388 70391 68249 0 -1 4194368 12530 0 0 0 21 3 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70409] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70409/stat : 70409 (fscip) R 70388 70391 68249 0 -1 4194368 9964 0 0 0 13 10 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70410] ppid=70388 vsize=1722560 memory=0 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70410/stat : 70410 (fscip) R 70388 70391 68249 0 -1 4194368 14525 0 0 0 12 12 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70411] ppid=70388 vsize=1722560 memory=33108 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70411/stat : 70411 (fscip) R 70388 70391 68249 0 -1 4194368 12528 0 0 0 20 4 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70412] ppid=70388 vsize=1722560 memory=2208 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70412/stat : 70412 (fscip) R 70388 70391 68249 0 -1 4194368 11142 0 0 0 16 9 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70413] ppid=70388 vsize=1722560 memory=0 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70413/stat : 70413 (fscip) R 70388 70391 68249 0 -1 4194368 14534 0 0 0 12 11 0 0 20 0 41 0 12292625 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70414] ppid=70388 vsize=1722560 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70414/stat : 70414 (fscip) S 70388 70391 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292646 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70415] ppid=70388 vsize=1722560 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70415/stat : 70415 (fscip) S 70388 70391 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292646 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70416] ppid=70388 vsize=1722560 memory=280097500224368 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70416/stat : 70416 (fscip) S 70388 70391 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292646 1763901440 266376 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0

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

/proc/70391/task/70413/stat : 70413 (fscip) R 70388 70391 68249 0 -1 4194368 1875427 0 0 0 354245 235 0 0 20 0 41 0 12292625 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70414] ppid=70388 vsize=12312600 memory=8970960 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70414/stat : 70414 (fscip) S 70388 70391 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70415] ppid=70388 vsize=12312600 memory=33584 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70415/stat : 70415 (fscip) S 70388 70391 68249 0 -1 1077936192 125 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70416] ppid=70388 vsize=12312600 memory=-7452445301930024568 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70416/stat : 70416 (fscip) S 70388 70391 68249 0 -1 1077936192 80 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70417] ppid=70388 vsize=12312600 memory=11624 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70417/stat : 70417 (fscip) S 70388 70391 68249 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70418] ppid=70388 vsize=12312600 memory=32812 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70418/stat : 70418 (fscip) S 70388 70391 68249 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70419] ppid=70388 vsize=12312600 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70419/stat : 70419 (fscip) S 70388 70391 68249 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70420] ppid=70388 vsize=12312600 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70420/stat : 70420 (fscip) S 70388 70391 68249 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70421] ppid=70388 vsize=12312600 memory=280097500318432 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70421/stat : 70421 (fscip) S 70388 70391 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70422] ppid=70388 vsize=12312600 memory=104 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70422/stat : 70422 (fscip) S 70388 70391 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70423] ppid=70388 vsize=12312600 memory=8965132 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70423/stat : 70423 (fscip) S 70388 70391 68249 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70424] ppid=70388 vsize=12312600 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70424/stat : 70424 (fscip) S 70388 70391 68249 0 -1 1077936192 103 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70425] ppid=70388 vsize=12312600 memory=13784 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70425/stat : 70425 (fscip) S 70388 70391 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70426] ppid=70388 vsize=12312600 memory=8976688 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70426/stat : 70426 (fscip) S 70388 70391 68249 0 -1 1077936192 103 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70427] ppid=70388 vsize=12312600 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70427/stat : 70427 (fscip) S 70388 70391 68249 0 -1 1077936192 113 0 0 0 1 1 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70428] ppid=70388 vsize=12312600 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70428/stat : 70428 (fscip) S 70388 70391 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70429] ppid=70388 vsize=12312600 memory=8969108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70429/stat : 70429 (fscip) S 70388 70391 68249 0 -1 1077936192 109 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70430] ppid=70388 vsize=12312600 memory=11596 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70430/stat : 70430 (fscip) S 70388 70391 68249 0 -1 1077936192 102 0 0 0 0 2 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70431] ppid=70388 vsize=12312600 memory=8977608 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70431/stat : 70431 (fscip) S 70388 70391 68249 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70432] ppid=70388 vsize=12312600 memory=2789 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70432/stat : 70432 (fscip) S 70388 70391 68249 0 -1 1077936192 107 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70433] ppid=70388 vsize=12312600 memory=33663 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70433/stat : 70433 (fscip) S 70388 70391 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 12292646 12608102400 2245420 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
Current children cumulated CPU time: 70974.9 s
Current children cumulated vsize: 12312600 KiB
Current children cumulated memory: 8981680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.13 s]
/proc/loadavg: 80.50 80.79 80.71 81/1021 72548
/proc/meminfo: memFree=750428780/790760804 swapFree=131071996/131071996
[pid=70391] ppid=70388 vsize=12512260 memory=9064336 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/stat : 70391 (fscip) S 70388 70391 68249 0 -1 1077936128 37199442 0 0 0 7191230 8936 0 0 20 0 41 0 12292606 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
/proc/70391/statm: 3128065 2266084 3334 3035 0 2976460 0
[pid=70391/tid=70394] ppid=70388 vsize=12512260 memory=0 CPUtime=3601.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70394/stat : 70394 (fscip) R 70388 70391 68249 0 -1 4194368 2229950 0 0 0 359898 260 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70395] ppid=70388 vsize=12512260 memory=280097504217776 CPUtime=3604.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70395/stat : 70395 (fscip) R 70388 70391 68249 0 -1 4194368 1940131 0 0 0 360160 245 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70396] ppid=70388 vsize=12512260 memory=280097503761152 CPUtime=3594.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70396/stat : 70396 (fscip) R 70388 70391 68249 0 -1 4194368 2054954 0 0 0 358606 814 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70397] ppid=70388 vsize=12512260 memory=604868834371102 CPUtime=3604.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70397/stat : 70397 (fscip) R 70388 70391 68249 0 -1 4194368 1709766 0 0 0 360262 212 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70398] ppid=70388 vsize=12512260 memory=11592 CPUtime=3600.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70398/stat : 70398 (fscip) R 70388 70391 68249 0 -1 4194368 1955539 0 0 0 359781 248 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70399] ppid=70388 vsize=12512260 memory=8976352 CPUtime=3591.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70399/stat : 70399 (fscip) R 70388 70391 68249 0 -1 4194368 1617307 0 0 0 358209 945 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70400] ppid=70388 vsize=12512260 memory=11632 CPUtime=3602.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70400/stat : 70400 (fscip) R 70388 70391 68249 0 -1 4194368 1300522 0 0 0 360135 154 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70401] ppid=70388 vsize=12512260 memory=280097500246176 CPUtime=3597.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70401/stat : 70401 (fscip) R 70388 70391 68249 0 -1 4194368 2046232 0 0 0 359498 249 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70402] ppid=70388 vsize=12512260 memory=8072 CPUtime=3597.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70402/stat : 70402 (fscip) R 70388 70391 68249 0 -1 4194368 2461938 0 0 0 358639 1107 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70403] ppid=70388 vsize=12512260 memory=2212 CPUtime=3600.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70403/stat : 70403 (fscip) R 70388 70391 68249 0 -1 4194368 1438779 0 0 0 359909 174 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70404] ppid=70388 vsize=12512260 memory=0 CPUtime=3601.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70404/stat : 70404 (fscip) R 70388 70391 68249 0 -1 4194368 1870925 0 0 0 359932 243 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70405] ppid=70388 vsize=12512260 memory=10528 CPUtime=3593.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70405/stat : 70405 (fscip) R 70388 70391 68249 0 -1 4194368 1976463 0 0 0 358491 832 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70406] ppid=70388 vsize=12512260 memory=25333125866717268 CPUtime=3600.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70406/stat : 70406 (fscip) R 70388 70391 68249 0 -1 4194368 1965944 0 0 0 359826 244 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70407] ppid=70388 vsize=12512260 memory=280097501760480 CPUtime=3604.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70407/stat : 70407 (fscip) R 70388 70391 68249 0 -1 4194368 2122753 0 0 0 360144 276 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70408] ppid=70388 vsize=12512260 memory=25333125866717268 CPUtime=3601.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70408/stat : 70408 (fscip) R 70388 70391 68249 0 -1 4194368 1118590 0 0 0 359360 818 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70409] ppid=70388 vsize=12512260 memory=280097502200128 CPUtime=3604.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70409/stat : 70409 (fscip) R 70388 70391 68249 0 -1 4194368 1458395 0 0 0 360284 166 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70410] ppid=70388 vsize=12512260 memory=25333125866717268 CPUtime=3605.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70410/stat : 70410 (fscip) R 70388 70391 68249 0 -1 4194368 1868206 0 0 0 360289 243 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70411] ppid=70388 vsize=12512260 memory=280097500318432 CPUtime=3594.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70411/stat : 70411 (fscip) R 70388 70391 68249 0 -1 4194368 2789239 0 0 0 358175 1247 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70412] ppid=70388 vsize=12512260 memory=8964408 CPUtime=3602.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70412/stat : 70412 (fscip) R 70388 70391 68249 0 -1 4194368 1322807 0 0 0 360116 157 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70413] ppid=70388 vsize=12512260 memory=11624 CPUtime=3596.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70413/stat : 70413 (fscip) R 70388 70391 68249 0 -1 4194368 1928707 0 0 0 359378 246 0 0 20 0 41 0 12292625 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70414] ppid=70388 vsize=12512260 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70414/stat : 70414 (fscip) S 70388 70391 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70415] ppid=70388 vsize=12512260 memory=11624 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70415/stat : 70415 (fscip) S 70388 70391 68249 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70416] ppid=70388 vsize=12512260 memory=280097500907648 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70416/stat : 70416 (fscip) S 70388 70391 68249 0 -1 1077936192 81 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70417] ppid=70388 vsize=12512260 memory=52808 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70417/stat : 70417 (fscip) S 70388 70391 68249 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70418] ppid=70388 vsize=12512260 memory=16108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70418/stat : 70418 (fscip) S 70388 70391 68249 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70419] ppid=70388 vsize=12512260 memory=2212 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70419/stat : 70419 (fscip) S 70388 70391 68249 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70420] ppid=70388 vsize=12512260 memory=10528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70420/stat : 70420 (fscip) S 70388 70391 68249 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70421] ppid=70388 vsize=12512260 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70421/stat : 70421 (fscip) S 70388 70391 68249 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70422] ppid=70388 vsize=12512260 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70422/stat : 70422 (fscip) S 70388 70391 68249 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70423] ppid=70388 vsize=12512260 memory=280097500438272 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70423/stat : 70423 (fscip) S 70388 70391 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70424] ppid=70388 vsize=12512260 memory=1399111604655594627 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70424/stat : 70424 (fscip) S 70388 70391 68249 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70425] ppid=70388 vsize=12512260 memory=36112 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70425/stat : 70425 (fscip) S 70388 70391 68249 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70426] ppid=70388 vsize=12512260 memory=4748 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70426/stat : 70426 (fscip) S 70388 70391 68249 0 -1 1077936192 105 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70427] ppid=70388 vsize=12512260 memory=-7452445301930024568 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70427/stat : 70427 (fscip) S 70388 70391 68249 0 -1 1077936192 116 0 0 0 1 1 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70428] ppid=70388 vsize=12512260 memory=4498698693230882458 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70428/stat : 70428 (fscip) S 70388 70391 68249 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70429] ppid=70388 vsize=12512260 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70429/stat : 70429 (fscip) S 70388 70391 68249 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70430] ppid=70388 vsize=12512260 memory=16325789170925620 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70430/stat : 70430 (fscip) S 70388 70391 68249 0 -1 1077936192 104 0 0 0 0 2 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70431] ppid=70388 vsize=12512260 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70431/stat : 70431 (fscip) S 70388 70391 68249 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70432] ppid=70388 vsize=12512260 memory=13784 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70432/stat : 70432 (fscip) S 70388 70391 68249 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
[pid=70391/tid=70433] ppid=70388 vsize=12512260 memory=9063040 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70391/task/70433/stat : 70433 (fscip) S 70388 70391 68249 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 12292646 12812554240 2266084 809668444160 4194304 16623229 140723251731840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26009600 140723251733514 140723251733632 140723251733632 140723251740656 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 12512260 KiB
Current children cumulated memory: 9064336 KiB

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

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

# cumulated CPU time of all completed processes:  user=71912.5 s, system=89.6433 s

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

[startup+3634.4 s]
/proc/loadavg: 80.50 80.79 80.71 63/982 72548
/proc/meminfo: memFree=752207512/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3634.43
CPU time (s): 72002.2
CPU user time (s): 71912.5
CPU system time (s): 89.6433
CPU usage (%): 1981.11
Max. virtual memory (cumulated for all children) (KiB): 12577796
Max. memory (cumulated for all children) (KiB): 9089300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71912.5
system time used= 89.6433
maximum resident set size= 9089840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37199590
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= 341287
involuntary context switches= 335565


# summary of solver processes directly reported to runsolver:
#   pid: 70391
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71912.5
#   total CPU system time (s): 89.6433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.9658 second user time and 82.7333 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 22:18:19
IDJOB=4465302
IDBENCH=148191
IDSOLVER=3094
FILE ID=nodeD103/4465302-1722457099
RUNJOBID= nodeD103-1722453464-68262
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_8.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-4465302-1722457099/watcher-4465302-1722457099 -o /tmp/evaluation-result-4465302-1722457099/solver-4465302-1722457099 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68262 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465302-1722457099.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= beae51edba02eeda3c8007d8306fd545
RANDOM SEED=329727407

nodeD103.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		: 3110.111
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		: 3062.953
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	: 5007.12
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		: 3198.255
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	: 5012.87
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		: 3554.394
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.67
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		: 3110.132
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		: 2803.613
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	: 5007.12
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		: 3198.250
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	: 5012.87
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		: 2827.297
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.67
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		: 3100.761
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		: 3063.274
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	: 5007.12
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		: 3198.247
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	: 5012.87
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		: 3277.404
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.67
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		: 3110.161
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		: 3057.826
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	: 5007.12
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		: 3198.247
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	: 5012.87
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		: 3225.614
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.67
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		: 3048.791
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		: 3062.458
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	: 5007.12
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		: 2991.960
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	: 5012.87
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		: 2087.772
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.67
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		: 3100.664
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		: 3063.455
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	: 5007.12
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		: 3198.245
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	: 5012.87
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		: 3438.511
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.67
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		: 3110.176
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		: 3025.302
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	: 5007.12
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		: 3198.243
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	: 5012.87
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		: 2654.018
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.67
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		: 3105.673
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		: 3062.093
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	: 5007.12
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		: 3198.242
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	: 5012.87
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		: 2671.759
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.67
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		: 3110.189
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		: 3062.147
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	: 5007.12
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		: 3198.242
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	: 5012.87
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		: 2650.325
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.67
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		: 2807.902
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		: 3052.400
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	: 5007.12
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		: 3154.466
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	: 5012.87
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		: 2657.032
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.67
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		: 3089.755
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		: 3063.415
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	: 5007.12
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		: 3198.239
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	: 5012.87
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		: 2627.071
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.67
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		: 3110.209
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		: 3063.393
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5007.12
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		: 3105.287
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	: 5012.87
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		: 2657.689
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.67
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		: 3107.981
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 3049.902
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	: 5007.12
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		: 3198.237
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	: 5012.87
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		: 2656.662
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.67
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		: 3110.221
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		: 3063.352
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	: 5007.12
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		: 3198.236
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	: 5012.87
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		: 2664.807
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.67
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		: 3096.522
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		: 3063.329
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	: 5007.12
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		: 3177.096
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	: 5012.87
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		: 2660.552
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.67
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		: 3108.800
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		: 3057.106
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	: 5007.12
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		: 3198.234
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	: 5012.87
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		: 2665.402
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.67
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		: 3087.118
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		: 3048.200
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	: 5007.12
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		: 3198.232
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	: 5012.87
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		: 2657.242
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.67
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		: 3110.246
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		: 3042.165
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	: 5007.12
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		: 3116.954
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	: 5012.87
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		: 2669.955
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.67
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		: 3110.251
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		: 3049.297
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	: 5007.12
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		: 3097.573
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	: 5012.87
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		: 2660.787
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.67
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		: 3097.566
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		: 3062.298
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	: 5007.12
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		: 3088.261
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	: 5012.87
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		: 1381.298
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        739120820 kB
MemAvailable:   737064328 kB
Buffers:          159712 kB
Cached:           615128 kB
SwapCached:            0 kB
Active:           323456 kB
Inactive:       48898072 kB
Active(anon):       2132 kB
Inactive(anon): 48467084 kB
Active(file):     321324 kB
Inactive(file):   430988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28680 kB
Writeback:           104 kB
AnonPages:      48419380 kB
Mapped:           127936 kB
Shmem:             22536 kB
KReclaimable:     122388 kB
Slab:             452248 kB
SReclaimable:     122388 kB
SUnreclaim:       329860 kB
KernelStack:       16816 kB
PageTables:       108240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16684152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           192000 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6383616 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-07-31 23:18:54