Trace number 4465299

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_5.opb
MD5SUM2f5de9b63d0a2988dce846045b262c40
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 benchmark20
Best CPU time to get the best result obtained on this benchmark41.0486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5499
Total number of constraints19319
Number of constraints which are clauses19312
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint1
Maximum length of a constraint613
Number of terms in the objective function 613
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 613
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 643
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.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 61725064, getVmSize() = 61456384, SCIPgetMemUsed() = 33021144, SCIPgetMemTotal() = 38321608, SCIPgetMemExternEstim() = 23403456
0.00/0.05	c ** set memory limit for presolving in LC to 8.7959e+12 for SCIP **
0.23/0.26	c ** Estimated virtualMemUsedAtSolver = 62004363, getVmSize() = 96407552, SCIPgetMemUsed() = 37269697, SCIPgetMemTotal() = 69603089, SCIPgetMemExternEstim() = 23403456
0.23/0.26	c ** set memory limit for solvers to 4.18842e+11 for each SCIP **
0.23/0.26	c Original Problem   :
0.23/0.26	c   Problem name     : instance-4465299-1722457100
0.23/0.26	c   Variables        : 5499 (5499 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.26	c   Constraints      : 19319
0.23/0.26	c   Objective sense  : minimize
0.23/0.26	c Presolved Problem  :
0.23/0.26	c   Variables        : 4873 (4873 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.26	c   Constraints      : 4813
0.23/0.26	c Constraints        : Number
0.23/0.26	c   knapsack         : 1 
0.23/0.26	c   setppc           : 542 
0.23/0.26	c   and              : 4265 
0.23/0.26	c   logicor          : 5 
0.23/0.26	c ** Instance transfer method used: 0
0.23/0.27	c ** ParaScipInstance copy does not increase the number of variables. **
0.43/0.51	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.51	c                                Nodes    Active                                            
0.43/0.51	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
7.36/0.97	c *       1              0           1        20          27.0000                -          -
7.36/0.99	c *       1              0           1        20          22.0000                -          -
98.09/5.52	c         6            722         213        20          22.0000           5.0000    340.00%
197.08/10.56	c        11           3947         173        20          22.0000           5.0000    340.00%
298.14/15.61	c        16              8           7        20          22.0000          10.5840    107.86%
397.28/20.67	c        21              2           1        20          22.0000          11.6740     88.45%
496.41/25.67	c        26              4           3        20          22.0000          11.7180     87.75%
597.45/30.76	c        31              6           5        20          22.0000          11.7660     86.98%
700.51/35.94	c        36              7           6        20          22.0000          11.7770     86.80%
799.75/40.99	c        41              8           7        20          22.0000          11.8354     85.88%
901.16/46.04	c        46              9           8        20          22.0000          11.8354     85.88%
1000.43/51.09	c        51             10           9        20          22.0000          11.8354     85.88%
1101.42/56.19	c        56             11          10        20          22.0000          11.8354     85.88%
1201.60/61.21	c        61             12          11        20          22.0000          11.8503     85.65%
1302.73/66.36	c        66             13          12        20          22.0000          11.8503     85.65%
1403.54/71.41	c        71             14          13        20          22.0000          11.8503     85.65%
1502.58/76.46	c        76             15          14        20          22.0000          11.8503     85.65%
1603.56/81.51	c        82             16          15        20          22.0000          11.8503     85.65%
1702.59/86.56	c        87             17          16        20          22.0000          11.8503     85.65%
1803.51/91.68	c        92             20          19        20          22.0000          11.8650     85.42%
1904.54/96.70	c        97             23          22        20          22.0000          11.8650     85.42%
2003.42/101.78	c       102             24          23        20          22.0000          11.8650     85.42%
2104.38/106.84	c       107             24          23        20          22.0000          11.8650     85.42%
2205.33/111.93	c       112             26          25        20          22.0000          11.8986     84.90%
2304.25/117.01	c       117             28          27        20          22.0000          11.8986     84.90%
2406.18/122.05	c       122             28          27        20          22.0000          11.8986     84.90%
2505.00/127.12	c       127             29          28        20          22.0000          11.8986     84.90%
2606.09/132.18	c       132             31          30        20          22.0000          11.8986     84.90%
2706.09/137.23	c       137             32          31        20          22.0000          11.8986     84.90%
2805.17/142.29	c       142             32          31        20          22.0000          11.8986     84.90%
2906.03/147.34	c       147             42          41        20          22.0000          11.9108     84.71%
3007.01/152.42	c       152             35          34        20          22.0000          11.9117     84.69%
3106.13/157.47	c       157             38          37        20          22.0000          11.9117     84.69%
3207.28/162.52	c       163             40          39        20          22.0000          11.9117     84.69%
3306.39/167.57	c       168             42          41        20          22.0000          11.9117     84.69%
3407.43/172.62	c       173             42          41        20          22.0000          11.9117     84.69%
3508.42/177.73	c       178             43          42        20          22.0000          11.9309     84.40%
3607.44/182.78	c       183             44          43        20          22.0000          11.9309     84.40%
3648.97/184.84	c *     185             44          43        20          21.0000          11.9309     76.01%
3716.21/188.21	c       188             48          47        20          21.0000          11.9309     76.01%
3819.27/193.42	c       193             51          50        20          21.0000          11.9342     75.96%
3920.32/198.53	c       199             51          50        20          21.0000          11.9342     75.96%
4019.37/203.55	c       204             53          52        20          21.0000          11.9342     75.96%
4124.47/208.86	c       209             53          52        20          21.0000          11.9342     75.96%
4225.59/213.92	c       214             55          54        20          21.0000          11.9874     75.18%
4324.55/218.96	c       219             57          56        20          21.0000          11.9874     75.18%
4426.40/224.10	c       224             57          56        20          21.0000          11.9874     75.18%
4528.77/229.20	c       229             61          60        20          21.0000          11.9874     75.18%
4627.92/234.21	c       234             62          61        20          21.0000          11.9874     75.18%
4726.99/239.27	c       239             62          61        20          21.0000          11.9874     75.18%
4828.07/244.36	c       244             63          62        20          21.0000          11.9874     75.18%
4929.17/249.43	c       249             68          67        20          21.0000          11.9874     75.18%
5028.17/254.49	c       254             76          75        20          21.0000          11.9874     75.18%
5129.10/259.54	c       260             76          75        20          21.0000          11.9874     75.18%
5230.06/264.60	c       265             79          78        20          21.0000          11.9874     75.18%
5329.10/269.61	c       270             79          78        20          21.0000          11.9874     75.18%
5430.18/274.70	c       275             79          78        20          21.0000          11.9874     75.18%
5529.31/279.75	c       280             84          83        20          21.0000          11.9874     75.18%
5630.42/284.80	c       285             89          88        20          21.0000          11.9874     75.18%
5729.55/289.85	c       290             91          90        20          21.0000          11.9915     75.12%
5830.66/294.90	c       295             91          90        20          21.0000          11.9915     75.12%
5929.82/299.95	c       300             91          90        20          21.0000          11.9915     75.12%
6029.02/305.00	c       305             93          92        20          21.0000          11.9915     75.12%
6130.66/310.05	c       310            102         101        20          21.0000          12.0132     74.81%
6229.93/315.12	c       315            102         101        20          21.0000          12.0132     74.81%
6330.86/320.17	c       320            107         106        20          21.0000          12.0132     74.81%
6431.27/325.22	c       325            113         112        20          21.0000          12.0132     74.81%
6530.42/330.27	c       330            115         114        20          21.0000          12.0132     74.81%
6631.53/335.32	c       335            115         114        20          21.0000          12.0132     74.81%
6730.63/340.37	c       340            115         114        20          21.0000          12.0132     74.81%
6831.75/345.44	c       345            116         115        20          21.0000          12.0132     74.81%
6930.90/350.45	c       350            118         117        20          21.0000          12.0132     74.81%
7030.01/355.48	c       355            118         117        20          21.0000          12.0132     74.81%
7131.02/360.53	c       361            122         121        20          21.0000          12.0132     74.81%
7232.12/365.68	c       366            122         121        20          21.0000          12.0132     74.81%
7339.78/371.05	c       371            122         121        20          21.0000          12.0132     74.81%
7440.60/376.14	c       376            123         122        20          21.0000          12.0132     74.81%
7539.88/381.19	c       381            123         122        20          21.0000          12.0132     74.81%
7640.20/386.24	c       386            124         123        20          21.0000          12.0132     74.81%
7741.30/391.33	c       391            125         124        20          21.0000          12.0132     74.81%
7842.29/396.44	c       396            125         124        20          21.0000          12.0132     74.81%
7941.32/401.49	c       401            128         127        20          21.0000          12.0132     74.81%
8042.43/406.54	c       407            136         135        20          21.0000          12.0132     74.81%
8143.11/411.69	c       412            136         135        20          21.0000          12.0132     74.81%
8244.15/416.74	c       417            137         136        20          21.0000          12.0132     74.81%
8345.00/421.80	c       422            137         136        20          21.0000          12.0132     74.81%
8444.02/426.82	c       427            137         136        20          21.0000          12.0132     74.81%
8543.14/431.84	c       432            144         143        20          21.0000          12.0132     74.81%
8644.15/437.03	c       437            149         148        20          21.0000          12.0437     74.37%
8745.85/442.08	c       442            150         149        20          21.0000          12.0437     74.37%
8846.22/447.13	c       447            150         149        20          21.0000          12.0437     74.37%
8945.46/452.18	c       452            150         149        20          21.0000          12.0437     74.37%
9045.61/457.20	c       457            137         136        20          21.0000          12.0664     74.04%
9144.68/462.28	c       462            138         137        20          21.0000          12.0664     74.04%
9245.73/467.35	c       467            140         139        20          21.0000          12.0664     74.04%
9346.64/472.40	c       472            152         151        20          21.0000          12.1427     72.94%
9445.66/477.46	c       477            152         151        20          21.0000          12.1427     72.94%
9546.70/482.52	c       483            152         151        20          21.0000          12.1427     72.94%
9645.79/487.56	c       488            154         153        20          21.0000          12.1427     72.94%
9746.84/492.65	c       493            154         153        20          21.0000          12.1427     72.94%
9847.83/497.71	c       498            154         153        20          21.0000          12.1427     72.94%
9946.90/502.76	c       503            154         153        20          21.0000          12.1427     72.94%
10048.02/507.81	c       508            155         154        20          21.0000          12.1427     72.94%
10147.11/512.86	c       513            157         156        20          21.0000          12.1427     72.94%
10248.20/517.91	c       518            158         157        20          21.0000          12.1427     72.94%
10347.29/522.95	c       523            158         157        20          21.0000          12.1427     72.94%
10446.31/528.03	c       528            158         157        20          21.0000          12.1427     72.94%
10547.91/533.08	c       533            158         157        20          21.0000          12.1427     72.94%
10647.11/538.13	c       538            159         158        20          21.0000          12.1427     72.94%
10748.39/543.18	c       543            161         160        20          21.0000          12.1427     72.94%
10848.54/548.24	c       548            161         160        20          21.0000          12.1427     72.94%
10947.48/553.29	c       553            162         161        20          21.0000          12.1439     72.93%
11048.43/558.35	c       558            162         161        20          21.0000          12.1439     72.93%
11149.36/563.40	c       563            162         161        20          21.0000          12.1439     72.93%
11248.36/568.46	c       568            163         162        20          21.0000          12.1439     72.93%
11349.50/573.51	c       574            164         163        20          21.0000          12.1439     72.93%
11448.46/578.56	c       579            165         164        20          21.0000          12.1439     72.93%
11549.56/583.61	c       584            165         164        20          21.0000          12.1439     72.93%
11648.69/588.66	c       589            165         164        20          21.0000          12.1439     72.93%
11747.57/593.67	c       594            165         164        20          21.0000          12.1439     72.93%
11848.66/598.70	c       599            165         164        20          21.0000          12.1439     72.93%
11947.69/603.75	c       604            167         166        20          21.0000          12.1439     72.93%
12048.71/608.88	c       609            167         166        20          21.0000          12.1439     72.93%
12149.34/613.94	c       614            167         166        20          21.0000          12.1439     72.93%
12248.45/619.02	c       619            167         166        20          21.0000          12.1439     72.93%
12350.30/624.06	c       624            168         167        20          21.0000          12.1439     72.93%
12449.25/629.11	c       629            168         167        20          21.0000          12.1439     72.93%
12550.49/634.16	c       634            168         167        20          21.0000          12.1439     72.93%
12650.63/639.23	c       639            168         167        20          21.0000          12.1439     72.93%
12749.68/644.29	c       644            170         169        20          21.0000          12.1439     72.93%
12850.69/649.33	c       649            171         170        20          21.0000          12.1439     72.93%
12949.46/654.38	c       654            172         171        20          21.0000          12.1570     72.74%
13050.27/659.44	c       659            172         171        20          21.0000          12.1570     72.74%
13151.00/664.50	c       664            173         172        20          21.0000          12.1570     72.74%
13249.93/669.57	c       670            174         173        20          21.0000          12.1570     72.74%
13348.60/674.59	c       675            177         176        20          21.0000          12.1570     72.74%
13449.64/679.63	c       680            178         177        20          21.0000          12.1570     72.74%
13550.73/684.73	c       685            178         177        20          21.0000          12.1570     72.74%
13649.86/689.75	c       690            179         178        20          21.0000          12.1570     72.74%
13750.79/694.82	c       695            180         179        20          21.0000          12.1570     72.74%
13849.80/699.83	c       700            180         179        20          21.0000          12.1570     72.74%
13948.79/704.88	c       705            180         179        20          21.0000          12.1570     72.74%
14049.87/710.01	c       710            181         180        20          21.0000          12.1570     72.74%
14151.62/715.06	c       715            181         180        20          21.0000          12.1570     72.74%
14250.62/720.11	c       720            215         214        20          21.0000          12.2014     72.11%
14351.83/725.16	c       725            217         216        20          21.0000          12.2014     72.11%
14452.19/730.22	c       730            217         216        20          21.0000          12.2014     72.11%
14551.32/735.28	c       735            217         216        20          21.0000          12.2014     72.11%
14652.40/740.33	c       740            218         217        20          21.0000          12.2014     72.11%
14751.54/745.38	c       745            220         219        20          21.0000          12.2014     72.11%
14852.65/750.40	c       750            221         220        20          21.0000          12.2014     72.11%
14951.80/755.49	c       755            223         222        20          21.0000          12.2014     72.11%
15052.97/760.54	c       761            224         223        20          21.0000          12.2014     72.11%
15153.93/765.62	c       766            224         223        20          21.0000          12.2014     72.11%
15254.99/770.74	c       771            225         224        20          21.0000          12.2014     72.11%
15356.05/775.80	c       776            226         225        20          21.0000          12.2014     72.11%
15457.06/780.92	c       781            227         226        20          21.0000          12.2014     72.11%
15556.02/785.98	c       786            229         228        20          21.0000          12.2014     72.11%
15657.76/791.11	c       791            231         230        20          21.0000          12.2014     72.11%
15758.83/796.18	c       796            231         230        20          21.0000          12.2014     72.11%
15859.25/801.24	c       801            231         230        20          21.0000          12.2014     72.11%
15962.31/806.43	c       806            233         232        20          21.0000          12.2014     72.11%
16063.34/811.52	c       812            234         233        20          21.0000          12.2014     72.11%
16162.44/816.56	c       817            235         234        20          21.0000          12.2014     72.11%
16263.41/821.63	c       822            237         236        20          21.0000          12.2014     72.11%
16362.38/826.68	c       827            239         238        20          21.0000          12.2014     72.11%
16463.49/831.73	c       832            240         239        20          21.0000          12.2014     72.11%
16562.57/836.79	c       837            229         228        20          21.0000          12.2087     72.01%
16663.64/841.84	c       842            244         243        20          21.0000          12.2928     70.83%
16762.48/846.86	c       847            245         244        20          21.0000          12.2928     70.83%
16863.49/852.03	c       852            246         245        20          21.0000          12.2928     70.83%
16965.26/857.11	c       857            246         245        20          21.0000          12.2928     70.83%
17066.18/862.17	c       862            247         246        20          21.0000          12.2928     70.83%
17166.60/867.22	c       867            247         246        20          21.0000          12.2928     70.83%
17265.60/872.27	c       872            247         246        20          21.0000          12.2928     70.83%
17366.75/877.31	c       877            249         248        20          21.0000          12.2928     70.83%
17465.87/882.37	c       882            250         249        20          21.0000          12.2928     70.83%
17566.84/887.43	c       887            251         250        20          21.0000          12.2928     70.83%
17665.98/892.49	c       892            253         252        20          21.0000          12.2928     70.83%
17767.07/897.50	c       898            256         255        20          21.0000          12.2928     70.83%
17866.21/902.57	c       903            261         260        20          21.0000          12.2928     70.83%
17967.33/907.69	c       908            264         263        20          21.0000          12.2928     70.83%
18068.41/912.76	c       913            264         263        20          21.0000          12.2928     70.83%
18169.55/917.82	c       918            264         265        20          21.0000          12.2928     70.83%
18268.62/922.88	c       923            264         265        20          21.0000          12.2928     70.83%
18369.71/927.94	c       928            264         265        20          21.0000          12.2928     70.83%
18468.77/933.01	c       933            266         265        20          21.0000          12.2928     70.83%
18570.51/938.07	c       938            266         265        20          21.0000          12.2928     70.83%
18669.65/943.13	c       943            267         266        20          21.0000          12.2928     70.83%
18772.06/948.24	c       948            269         268        20          21.0000          12.2928     70.83%
18870.73/953.29	c       953            270         269        20          21.0000          12.2928     70.83%
18971.64/958.35	c       958            270         269        20          21.0000          12.2928     70.83%
19072.64/963.44	c       963            271         270        20          21.0000          12.2928     70.83%
19171.77/968.48	c       968            272         271        20          21.0000          12.2928     70.83%
19272.47/973.53	c       974            274         273        20          21.0000          12.2928     70.83%
19371.47/978.57	c       979            276         275        20          21.0000          12.2928     70.83%
19472.52/983.62	c       984            278         277        20          21.0000          12.2928     70.83%
19571.55/988.68	c       989            280         279        20          21.0000          12.2928     70.83%
19672.59/993.74	c       994            281         280        20          21.0000          12.2928     70.83%
19773.61/998.81	c       999            282         281        20          21.0000          12.3946     69.43%
19872.65/1003.89	c      1004            284         283        20          21.0000          12.3946     69.43%
19973.87/1008.94	c      1009            288         287        20          21.0000          12.3946     69.43%
20072.82/1014.01	c      1014            290         289        20          21.0000          12.3946     69.43%
20174.78/1019.06	c      1019            291         290        20          21.0000          12.3946     69.43%
20275.27/1024.12	c      1024            292         291        20          21.0000          12.4142     69.16%
20374.74/1029.17	c      1029            294         293        20          21.0000          12.4142     69.16%
20476.82/1034.31	c      1034            296         295        20          21.0000          12.4142     69.16%
20575.84/1039.37	c      1039            297         296        20          21.0000          12.4142     69.16%
20676.89/1044.44	c      1044            297         296        20          21.0000          12.4142     69.16%
20775.99/1049.49	c      1049            297         296        20          21.0000          12.4142     69.16%
20877.09/1054.55	c      1055            297         296        20          21.0000          12.4142     69.16%
20978.22/1059.60	c      1060            298         297        20          21.0000          12.4142     69.16%
21077.29/1064.68	c      1065            301         300        20          21.0000          12.4142     69.16%
21178.43/1069.74	c      1070            303         302        20          21.0000          12.4142     69.16%
21279.51/1074.80	c      1075            306         305        20          21.0000          12.4142     69.16%
21378.70/1079.85	c      1080            308         307        20          21.0000          12.4142     69.16%
21479.84/1084.90	c      1085            310         309        20          21.0000          12.4142     69.16%
21578.99/1089.95	c      1090            310         309        20          21.0000          12.4142     69.16%
21677.99/1095.01	c      1095            310         309        20          21.0000          12.4142     69.16%
21779.76/1100.05	c      1100            311         310        20          21.0000          12.4142     69.16%
21878.88/1105.12	c      1105            313         312        20          21.0000          12.4142     69.16%
21979.95/1110.16	c      1110            316         315        20          21.0000          12.4142     69.16%
22080.19/1115.21	c      1115            318         317        20          21.0000          12.4142     69.16%
22179.27/1120.25	c      1120            320         319        20          21.0000          12.4242     69.02%
22282.25/1125.40	c      1125            321         320        20          21.0000          12.4242     69.02%
22381.31/1130.46	c      1130            323         322        20          21.0000          12.4525     68.64%
22482.37/1135.52	c      1136            324         323        20          21.0000          12.4525     68.64%
22581.38/1140.57	c      1141            325         324        20          21.0000          12.4525     68.64%
22680.45/1145.59	c      1146            325         324        20          21.0000          12.4525     68.64%
22781.53/1150.68	c      1151            326         325        20          21.0000          12.4525     68.64%
22882.54/1155.70	c      1156            327         326        20          21.0000          12.4525     68.64%
22983.55/1160.80	c      1161            330         329        20          21.0000          12.4525     68.64%
23082.62/1165.86	c      1166            332         331        20          21.0000          12.4525     68.64%
23183.60/1170.91	c      1171            333         332        20          21.0000          12.4525     68.64%
23282.72/1175.97	c      1176            333         332        20          21.0000          12.4525     68.64%
23381.85/1181.02	c      1181            333         332        20          21.0000          12.4525     68.64%
23483.10/1186.08	c      1186            334         333        20          21.0000          12.4525     68.64%
23585.66/1191.21	c      1191            335         334        20          21.0000          12.4525     68.64%
23684.62/1196.26	c      1196            337         336        20          21.0000          12.4525     68.64%
23785.63/1201.32	c      1201            340         339        20          21.0000          12.4525     68.64%
23886.59/1206.45	c      1206            342         341        20          21.0000          12.4525     68.64%
23987.73/1211.51	c      1212            343         342        20          21.0000          12.4525     68.64%
24086.88/1216.55	c      1217            347         346        20          21.0000          12.4525     68.64%
24187.85/1221.66	c      1222            349         348        20          21.0000          12.4525     68.64%
24288.60/1226.79	c      1227            353         352        20          21.0000          12.4683     68.43%
24389.74/1231.84	c      1232            354         353        20          21.0000          12.4683     68.43%
24490.85/1236.92	c      1237            356         355        20          21.0000          12.4683     68.43%
24590.03/1241.98	c      1242            358         357        20          21.0000          12.4683     68.43%
24688.95/1246.99	c      1247            362         361        20          21.0000          12.4683     68.43%
24792.66/1252.14	c      1252            363         362        20          21.0000          12.4683     68.43%
24892.93/1257.21	c      1257            364         363        20          21.0000          12.4683     68.43%
24993.98/1262.34	c      1262            365         364        20          21.0000          12.4683     68.43%
25094.91/1267.45	c      1267            365         364        20          21.0000          12.4683     68.43%
25195.88/1272.51	c      1273            366         365        20          21.0000          12.4683     68.43%
25294.91/1277.59	c      1278            369         368        20          21.0000          12.4683     68.43%
25395.99/1282.67	c      1283            372         371        20          21.0000          12.4683     68.43%
25497.03/1287.74	c      1288            374         373        20          21.0000          12.4683     68.43%
25598.09/1292.81	c      1293            375         374        20          21.0000          12.4683     68.43%
25697.11/1297.86	c      1298            377         376        20          21.0000          12.4683     68.43%
25798.03/1302.95	c      1303            382         381        20          21.0000          12.4690     68.42%
25897.12/1308.02	c      1308            385         384        20          21.0000          12.4690     68.42%
26000.85/1313.19	c      1313            386         385        20          21.0000          12.4690     68.42%
26101.17/1318.28	c      1318            388         387        20          21.0000          12.4690     68.42%
26202.25/1323.37	c      1323            390         389        20          21.0000          12.4690     68.42%
26303.23/1328.43	c      1328            391         390        20          21.0000          12.4690     68.42%
26402.19/1333.48	c      1333            394         393        20          21.0000          12.4690     68.42%
26503.27/1338.54	c      1339            398         397        20          21.0000          12.4690     68.42%
26604.32/1343.63	c      1344            400         399        20          21.0000          12.4690     68.42%
26703.34/1348.68	c      1349            403         402        20          21.0000          12.4690     68.42%
26804.40/1353.71	c      1354            406         405        20          21.0000          12.4690     68.42%
26903.47/1358.72	c      1359            406         405        20          21.0000          12.4690     68.42%
27006.47/1363.91	c      1364            408         407        20          21.0000          12.4690     68.42%
27105.66/1368.99	c      1369            410         409        20          21.0000          12.4690     68.42%
27204.32/1374.01	c      1374            411         410        20          21.0000          12.4690     68.42%
27305.83/1379.07	c      1379            414         413        20          21.0000          12.5092     67.88%
27406.92/1384.18	c      1384            416         415        20          21.0000          12.5092     67.88%
27507.18/1389.25	c      1389            418         417        20          21.0000          12.5092     67.88%
27608.25/1394.30	c      1394            422         421        20          21.0000          12.5092     67.88%
27707.21/1399.37	c      1399            424         423        20          21.0000          12.5092     67.88%
27808.20/1404.43	c      1404            427         426        20          21.0000          12.5092     67.88%
27909.33/1409.50	c      1410            429         428        20          21.0000          12.5092     67.88%
28008.38/1414.55	c      1415            432         431        20          21.0000          12.5092     67.88%
28109.48/1419.65	c      1420            434         433        20          21.0000          12.5092     67.88%
28210.44/1424.73	c      1425            436         435        20          21.0000          12.5092     67.88%
28309.55/1429.73	c      1430            438         437        20          21.0000          12.5092     67.88%
28410.61/1434.83	c      1435            440         439        20          21.0000          12.5092     67.88%
28509.68/1439.89	c      1440            441         440        20          21.0000          12.5092     67.88%
28610.68/1444.96	c      1445            445         444        20          21.0000          12.5204     67.73%
28709.73/1450.02	c      1450            446         445        20          21.0000          12.5204     67.73%
28811.64/1455.06	c      1455            448         447        20          21.0000          12.5204     67.73%
28910.72/1460.12	c      1460            450         449        20          21.0000          12.5204     67.73%
29011.85/1465.18	c      1465            451         450        20          21.0000          12.5204     67.73%
29112.06/1470.21	c      1470            453         452        20          21.0000          12.5204     67.73%
29211.13/1475.25	c      1475            454         453        20          21.0000          12.5204     67.73%
29312.09/1480.33	c      1480            454         453        20          21.0000          12.5204     67.73%
29411.19/1485.38	c      1485            455         454        20          21.0000          12.5204     67.73%
29512.19/1490.41	c      1490            456         455        20          21.0000          12.5204     67.73%
29611.04/1495.48	c      1495            459         458        20          21.0000          12.5204     67.73%
29711.99/1500.55	c      1501            459         458        20          21.0000          12.5204     67.73%
29813.11/1505.62	c      1506            459         458        20          21.0000          12.5204     67.73%
29914.19/1510.75	c      1511            461         460        20          21.0000          12.5204     67.73%
30015.30/1515.80	c      1516            463         462        20          21.0000          12.5204     67.73%
30114.39/1520.88	c      1521            464         463        20          21.0000          12.5204     67.73%
30215.47/1525.95	c      1526            464         463        20          21.0000          12.5204     67.73%
30314.56/1530.99	c      1531            466         467        20          21.0000          12.5204     67.73%
30413.62/1536.02	c      1536            468         467        20          21.0000          12.5204     67.73%
30518.62/1541.22	c      1541            472         471        20          21.0000          12.5244     67.67%
30617.56/1546.28	c      1546            474         473        20          21.0000          12.5244     67.67%
30720.40/1551.43	c      1551            477         476        20          21.0000          12.5244     67.67%
30821.32/1556.50	c      1556            480         479        20          21.0000          12.5244     67.67%
30920.27/1561.52	c      1562            480         479        20          21.0000          12.5244     67.67%
31021.21/1566.64	c      1567            481         480        20          21.0000          12.5244     67.67%
31122.00/1571.74	c      1572            483         482        20          21.0000          12.5244     67.67%
31222.82/1576.80	c      1577            485         486        20          21.0000          12.5244     67.67%
31321.92/1581.85	c      1582            487         486        20          21.0000          12.5244     67.67%
31422.89/1586.90	c      1587            488         487        20          21.0000          12.5244     67.67%
31521.88/1591.95	c      1592            488         487        20          21.0000          12.5244     67.67%
31620.96/1597.01	c      1597            489         488        20          21.0000          12.5244     67.67%
31722.81/1602.06	c      1602            491         490        20          21.0000          12.5244     67.67%
31825.02/1607.23	c      1607            493         492        20          21.0000          12.5244     67.67%
31924.06/1612.28	c      1612            495         494        20          21.0000          12.5244     67.67%
32025.12/1617.33	c      1617            496         495        20          21.0000          12.5244     67.67%
32124.19/1622.39	c      1622            498         497        20          21.0000          12.5244     67.67%
32227.18/1627.53	c      1628            501         500        20          21.0000          12.5244     67.67%
32326.24/1632.58	c      1633            503         502        20          21.0000          12.5252     67.66%
32427.14/1637.63	c      1638            505         504        20          21.0000          12.5252     67.66%
32525.99/1642.69	c      1643            509         508        20          21.0000          12.5252     67.66%
32626.95/1647.74	c      1648            510         509        20          21.0000          12.5252     67.66%
32726.02/1652.79	c      1653            511         510        20          21.0000          12.5252     67.66%
32827.13/1657.85	c      1658            513         512        20          21.0000          12.5252     67.66%
32928.22/1662.90	c      1663            516         515        20          21.0000          12.5252     67.66%
33027.31/1667.95	c      1668            517         516        20          21.0000          12.5252     67.66%
33126.54/1673.00	c      1673            520         519        20          21.0000          12.5252     67.66%
33228.27/1678.06	c      1678            520         519        20          21.0000          12.5252     67.66%
33327.09/1683.11	c      1683            520         519        20          21.0000          12.5252     67.66%
33428.22/1688.16	c      1688            522         521        20          21.0000          12.5252     67.66%
33527.39/1693.17	c      1693           1663         616        20          21.0000          12.6254     66.33%
33627.75/1698.28	c      1698           1672         625        20          21.0000          12.6254     66.33%
33728.80/1703.31	c      1703           1677         630        20          21.0000          12.6254     66.33%
33829.84/1708.40	c      1708           1684         637        20          21.0000          12.6254     66.33%
33928.91/1713.45	c      1713           1690         643        20          21.0000          12.6298     66.27%
34030.03/1718.54	c      1719           1701         654        20          21.0000          12.6298     66.27%
34129.16/1723.59	c      1724           1703         656        20          21.0000          12.6298     66.27%
34230.29/1728.64	c      1729           1707         660        20          21.0000          12.6298     66.27%
34329.36/1733.67	c      1734           1715         668        20          21.0000          12.6298     66.27%
34430.41/1738.76	c      1739           1723         676        20          21.0000          12.6486     66.03%
34531.53/1743.81	c      1744           1729         682        20          21.0000          12.6486     66.03%
34630.56/1748.84	c      1749           1737         690        20          21.0000          12.6486     66.03%
34731.65/1753.90	c      1754           1744         697        20          21.0000          12.6486     66.03%
34830.72/1759.00	c      1759           1755         708        20          21.0000          12.6535     65.96%
34932.66/1764.06	c      1764           1758         711        20          21.0000          12.6535     65.96%
35034.72/1769.22	c      1769           1765         718        20          21.0000          12.6535     65.96%
35133.74/1774.27	c      1774           1768         721        20          21.0000          12.6535     65.96%
35234.84/1779.32	c      1779           1778         731        20          21.0000          12.6618     65.85%
35333.97/1784.37	c      1784           1785         738        20          21.0000          12.6618     65.85%
35434.90/1789.44	c      1789           1796         749        20          21.0000          12.6618     65.85%
35534.03/1794.49	c      1794           1800         753        20          21.0000          12.6618     65.85%
35635.15/1799.54	c      1800           1800         753        20          21.0000          12.6618     65.85%
35734.30/1804.55	c      1805           1800         753        20          21.0000          12.6618     65.85%
35835.46/1809.61	c      1810           1800         753        20          21.0000          12.6618     65.85%
35934.57/1814.66	c      1815           1800         753        20          21.0000          12.6618     65.85%
36035.65/1819.72	c      1820           1800         753        20          21.0000          12.6618     65.85%
36134.81/1824.76	c      1825           1801         754        20          21.0000          12.6618     65.85%
36235.94/1829.81	c      1830           1801         754        20          21.0000          12.6618     65.85%
36337.07/1834.93	c      1835           1801         754        20          21.0000          12.6618     65.85%
36436.21/1839.98	c      1840           1801         754        20          21.0000          12.6618     65.85%
36537.99/1845.03	c      1845           1803         756        20          21.0000          12.6618     65.85%
36637.36/1850.14	c      1850           1807         760        20          21.0000          12.6618     65.85%
36738.12/1855.18	c      1855           1812         765        20          21.0000          12.6652     65.81%
36840.49/1860.35	c      1860           1819         772        20          21.0000          12.6655     65.81%
36941.37/1865.41	c      1865           1828         781        20          21.0000          12.6655     65.81%
37040.41/1870.46	c      1870           1837         790        20          21.0000          12.6655     65.81%
37141.45/1875.51	c      1876           1843         796        20          21.0000          12.6655     65.81%
37240.38/1880.56	c      1881           1848         801        20          21.0000          12.6993     65.36%
37341.30/1885.61	c      1886           1848         801        20          21.0000          12.6993     65.36%
37440.29/1890.66	c      1891           1848         801        20          21.0000          12.6993     65.36%
37541.40/1895.72	c      1896           1848         801        20          21.0000          12.6993     65.36%
37640.37/1900.77	c      1901           1850         803        20          21.0000          12.6993     65.36%
37741.37/1905.83	c      1906           1856         809        20          21.0000          12.6993     65.36%
37842.50/1910.92	c      1911           1865         818        20          21.0000          12.6993     65.36%
37941.39/1915.97	c      1916           1872         825        20          21.0000          12.6993     65.36%
38040.58/1921.01	c      1921           1880         833        20          21.0000          12.7202     65.09%
38142.18/1926.07	c      1926           1886         839        20          21.0000          12.7202     65.09%
38241.10/1931.09	c      1931           1894         847        20          21.0000          12.7202     65.09%
38342.07/1936.19	c      1936           1901         854        20          21.0000          12.7202     65.09%
38442.60/1941.24	c      1941           1908         861        20          21.0000          12.7202     65.09%
38543.67/1946.30	c      1946           1911         864        20          21.0000          12.7202     65.09%
38642.76/1951.38	c      1951           1918         871        20          21.0000          12.7229     65.06%
38743.84/1956.44	c      1956           1928         881        20          21.0000          12.7229     65.06%
38844.92/1961.51	c      1962           1936         889        20          21.0000          12.7229     65.06%
38944.01/1966.57	c      1967           1942         895        20          21.0000          12.7229     65.06%
39045.04/1971.62	c      1972           1951         904        20          21.0000          12.7370     64.87%
39144.17/1976.65	c      1977           1955         908        20          21.0000          12.7370     64.87%
39245.25/1981.76	c      1982           1961         914        20          21.0000          12.7370     64.87%
39344.37/1986.80	c      1987           1967         920        20          21.0000          12.7370     64.87%
39445.43/1991.85	c      1992           1974         927        20          21.0000          12.7370     64.87%
39546.44/1996.90	c      1997           1977         930        20          21.0000          12.7370     64.87%
39645.53/2001.97	c      2002           1980         933        20          21.0000          12.7434     64.79%
39744.48/2007.02	c      2007           1985         938        20          21.0000          12.7434     64.79%
39846.22/2012.07	c      2012           1999         952        20          21.0000          12.7434     64.79%
39945.26/2017.13	c      2017           2004         957        20          21.0000          12.7434     64.79%
40046.53/2022.16	c      2022           2014         967        20          21.0000          12.7672     64.48%
40146.71/2027.23	c      2027           2021         974        20          21.0000          12.7672     64.48%
40245.74/2032.28	c      2032           2030         983        20          21.0000          12.7672     64.48%
40346.78/2037.34	c      2037           2035         988        20          21.0000          12.7672     64.48%
40447.83/2042.40	c      2042           2043         996        20          21.0000          12.8113     63.92%
40546.95/2047.47	c      2047           2048        1001        20          21.0000          12.8113     63.92%
40648.07/2052.51	c      2053           2052        1005        20          21.0000          12.8113     63.92%
40747.19/2057.57	c      2058           2055        1008        20          21.0000          12.8113     63.92%
40848.31/2062.62	c      2063           2057        1010        20          21.0000          12.8113     63.92%
40947.41/2067.67	c      2068           2060        1013        20          21.0000          12.8113     63.92%
41046.50/2072.70	c      2073           2066        1019        20          21.0000          12.8113     63.92%
41149.53/2077.80	c      2078           2070        1023        20          21.0000          12.8194     63.81%
41248.64/2082.87	c      2083           2075        1028        20          21.0000          12.8194     63.81%
41347.75/2087.89	c      2088           2081        1034        20          21.0000          12.8194     63.81%
41448.83/2092.98	c      2093           2087        1040        20          21.0000          12.8194     63.81%
41547.90/2098.01	c      2098           2091        1044        20          21.0000          12.8194     63.81%
41647.02/2103.03	c      2103           2097        1050        20          21.0000          12.8194     63.81%
41748.91/2108.12	c      2108           2102        1055        20          21.0000          12.8272     63.71%
41850.05/2113.18	c      2113           2106        1059        20          21.0000          12.8272     63.71%
41950.30/2118.23	c      2118           2114        1067        20          21.0000          12.8272     63.71%
42049.41/2123.29	c      2123           2120        1073        20          21.0000          12.8272     63.71%
42150.49/2128.30	c      2128           2127        1080        20          21.0000          12.8272     63.71%
42251.61/2133.41	c      2133           2130        1083        20          21.0000          12.8277     63.71%
42350.67/2138.46	c      2138           2136        1089        20          21.0000          12.8277     63.71%
42451.79/2143.53	c      2144           2139        1092        20          21.0000          12.8277     63.71%
42550.92/2148.58	c      2149           2147        1100        20          21.0000          12.8277     63.71%
42652.00/2153.63	c      2154           2153        1106        20          21.0000          12.8277     63.71%
42751.14/2158.64	c      2159           2162        1115        20          21.0000          12.8362     63.60%
42854.24/2163.81	c      2164           2170        1123        20          21.0000          12.8362     63.60%
42953.38/2168.86	c      2169           2178        1131        20          21.0000          12.8362     63.60%
43054.51/2173.91	c      2174           2188        1141        20          21.0000          12.8459     63.48%
43153.65/2178.96	c      2179           2196        1149        20          21.0000          12.8459     63.48%
43252.79/2184.01	c      2184           2205        1158        20          21.0000          12.8459     63.48%
43354.66/2189.06	c      2189           2209        1162        20          21.0000          12.8459     63.48%
43453.73/2194.11	c      2194           2217        1170        20          21.0000          12.8459     63.48%
43556.14/2199.21	c      2199           2220        1173        20          21.0000          12.8551     63.36%
43655.26/2204.28	c      2204           2224        1177        20          21.0000          12.8551     63.36%
43758.31/2209.45	c      2209           2233        1186        20          21.0000          12.8551     63.36%
43857.22/2214.49	c      2214           2238        1191        20          21.0000          12.8551     63.36%
43958.32/2219.55	c      2220           2245        1198        20          21.0000          12.8551     63.36%
44059.38/2224.60	c      2225           2253        1206        20          21.0000          12.8691     63.18%
44158.36/2229.65	c      2230           2256        1209        20          21.0000          12.8691     63.18%
44257.51/2234.69	c      2235           2262        1215        20          21.0000          12.8691     63.18%
44360.64/2239.82	c      2240           2270        1223        20          21.0000          12.8691     63.18%
44459.79/2244.85	c      2245           2277        1230        20          21.0000          12.8691     63.18%
44560.91/2249.93	c      2250           2284        1237        20          21.0000          12.8740     63.12%
44660.07/2254.99	c      2255           2289        1242        20          21.0000          12.8740     63.12%
44761.52/2260.03	c      2260           2291        1244        20          21.0000          12.8740     63.12%
44860.75/2265.04	c      2265           2291        1244        20          21.0000          12.8740     63.12%
44959.87/2270.05	c      2270           2291        1244        20          21.0000          12.8740     63.12%
45061.08/2275.19	c      2275           2291        1244        20          21.0000          12.8740     63.12%
45161.47/2280.24	c      2280           2291        1244        20          21.0000          12.8740     63.12%
45262.60/2285.30	c      2285           2292        1245        20          21.0000          12.8740     63.12%
45361.67/2290.35	c      2290           2295        1248        20          21.0000          12.8740     63.12%
45462.55/2295.40	c      2295           2301        1254        20          21.0000          12.8740     63.12%
45561.57/2300.41	c      2300           2308        1261        20          21.0000          12.8775     63.08%
45660.51/2305.47	c      2305           2316        1269        20          21.0000          12.8775     63.08%
45761.60/2310.54	c      2311           2324        1277        20          21.0000          12.8775     63.08%
45862.67/2315.62	c      2316           2328        1281        20          21.0000          12.8775     63.08%
45963.69/2320.76	c      2321           2331        1284        20          21.0000          12.8775     63.08%
46064.69/2325.82	c      2326           2338        1291        20          21.0000          12.8826     63.01%
46165.77/2330.94	c      2331           2342        1295        20          21.0000          12.8826     63.01%
46267.62/2336.05	c      2336           2347        1300        20          21.0000          12.8826     63.01%
46366.72/2341.12	c      2341           2351        1304        20          21.0000          12.8826     63.01%
46467.68/2346.17	c      2346           2360        1313        20          21.0000          12.8826     63.01%
46568.04/2351.22	c      2351           2368        1321        20          21.0000          12.9164     62.58%
46667.15/2356.27	c      2356           2374        1327        20          21.0000          12.9164     62.58%
46768.24/2361.37	c      2361           2378        1331        20          21.0000          12.9164     62.58%
46869.18/2366.43	c      2366           2387        1340        20          21.0000          12.9164     62.58%
46970.11/2371.50	c      2372           2395        1348        20          21.0000          12.9164     62.58%
47069.18/2376.55	c      2377           2403        1356        20          21.0000          12.9172     62.57%
47168.26/2381.57	c      2382           2409        1362        20          21.0000          12.9172     62.57%
47269.36/2386.64	c      2387           2417        1370        20          21.0000          12.9172     62.57%
47370.17/2391.72	c      2392           2424        1377        20          21.0000          12.9172     62.57%
47469.20/2396.78	c      2397           2430        1383        20          21.0000          12.9216     62.52%
47570.28/2401.84	c      2402           2436        1389        20          21.0000          12.9216     62.52%
47669.40/2406.86	c      2407           2440        1393        20          21.0000          12.9216     62.52%
47770.51/2411.94	c      2412           2445        1398        20          21.0000          12.9216     62.52%
47869.79/2417.00	c      2417           2450        1403        20          21.0000          12.9216     62.52%
47973.53/2422.15	c      2422           2461        1414        20          21.0000          12.9216     62.52%
48072.47/2427.16	c      2427           2469        1422        20          21.0000          12.9216     62.52%
48172.81/2432.25	c      2432           2478        1431        20          21.0000          12.9216     62.52%
48273.91/2437.33	c      2437           2488        1441        20          21.0000          12.9263     62.46%
48375.00/2442.44	c      2442           2498        1451        20          21.0000          12.9263     62.46%
48474.10/2447.49	c      2447           2504        1457        20          21.0000          12.9263     62.46%
48575.20/2452.52	c      2453           2507        1460        20          21.0000          12.9263     62.46%
48674.31/2457.57	c      2458           2513        1466        20          21.0000          12.9263     62.46%
48775.34/2462.65	c      2463           2521        1474        20          21.0000          12.9263     62.46%
48876.40/2467.71	c      2468           2528        1481        20          21.0000          12.9263     62.46%
48975.51/2472.72	c      2473           2535        1488        20          21.0000          12.9263     62.46%
49076.56/2477.86	c      2478           2545        1498        20          21.0000          12.9263     62.46%
49177.62/2482.91	c      2483           2552        1505        20          21.0000          12.9263     62.46%
49276.72/2487.99	c      2488           2560        1513        20          21.0000          12.9263     62.46%
49378.59/2493.04	c      2493           2565        1518        20          21.0000          12.9263     62.46%
49477.57/2498.13	c      2498           2570        1523        20          21.0000          12.9416     62.27%
49578.71/2503.15	c      2503           2578        1531        20          21.0000          12.9416     62.27%
49681.00/2508.31	c      2508           2585        1538        20          21.0000          12.9416     62.27%
49781.99/2513.43	c      2513           2591        1544        20          21.0000          12.9416     62.27%
49883.04/2518.51	c      2519           2594        1547        20          21.0000          12.9416     62.27%
49982.18/2523.57	c      2524           2600        1553        20          21.0000          12.9435     62.24%
50083.11/2528.64	c      2529           2606        1559        20          21.0000          12.9435     62.24%
50184.20/2533.78	c      2534           2614        1567        20          21.0000          12.9435     62.24%
50285.19/2538.84	c      2539           2618        1571        20          21.0000          12.9435     62.24%
50384.27/2543.85	c      2544           2624        1577        20          21.0000          12.9435     62.24%
50485.37/2548.90	c      2549           2629        1582        20          21.0000          12.9435     62.24%
50587.09/2554.05	c      2554           2636        1589        20          21.0000          12.9435     62.24%
50686.38/2559.10	c      2559           2640        1593        20          21.0000          12.9435     62.24%
50788.65/2564.20	c      2564           2646        1599        20          21.0000          12.9435     62.24%
50887.81/2569.25	c      2569           2653        1606        20          21.0000          12.9435     62.24%
50988.84/2574.32	c      2574           2658        1611        20          21.0000          12.9435     62.24%
51087.94/2579.37	c      2579           2668        1621        20          21.0000          12.9435     62.24%
51189.03/2584.42	c      2584           2673        1626        20          21.0000          12.9435     62.24%
51288.13/2589.49	c      2589           2678        1631        20          21.0000          12.9435     62.24%
51389.17/2594.55	c      2595           2678        1631        20          21.0000          12.9435     62.24%
51490.25/2599.60	c      2600           2678        1631        20          21.0000          12.9435     62.24%
51589.37/2604.66	c      2605           2678        1631        20          21.0000          12.9435     62.24%
51690.48/2609.73	c      2610           2679        1632        20          21.0000          12.9435     62.24%
51791.48/2614.89	c      2615           2690        1643        20          21.0000          12.9435     62.24%
51892.57/2619.93	c      2620           2698        1651        20          21.0000          12.9435     62.24%
51994.26/2625.03	c      2625           2706        1659        20          21.0000          12.9435     62.24%
52093.55/2630.10	c      2630           2713        1666        20          21.0000          12.9435     62.24%
52194.47/2635.15	c      2635           2718        1671        20          21.0000          12.9435     62.24%
52294.81/2640.21	c      2640           2722        1675        20          21.0000          12.9435     62.24%
52393.91/2645.26	c      2645           2729        1682        20          21.0000          12.9435     62.24%
52494.98/2650.31	c      2650           2737        1690        20          21.0000          12.9435     62.24%
52594.07/2655.36	c      2655           2745        1698        20          21.0000          12.9435     62.24%
52695.17/2660.41	c      2660           2753        1706        20          21.0000          12.9435     62.24%
52794.28/2665.46	c      2665           2758        1711        20          21.0000          12.9435     62.24%
52895.38/2670.51	c      2671           2763        1716        20          21.0000          12.9435     62.24%
52994.49/2675.56	c      2676           2772        1725        20          21.0000          12.9435     62.24%
53095.56/2680.62	c      2681           2783        1736        20          21.0000          12.9435     62.24%
53194.37/2685.69	c      2686           2790        1743        20          21.0000          12.9589     62.05%
53295.47/2690.73	c      2691           2796        1749        20          21.0000          12.9589     62.05%
53396.57/2695.84	c      2696           2808        1761        20          21.0000          12.9780     61.81%
53497.67/2700.90	c      2701           2813        1766        20          21.0000          12.9780     61.81%
53596.81/2705.97	c      2706           2814        1767        20          21.0000          12.9780     61.81%
53698.69/2711.04	c      2711           2814        1767        20          21.0000          12.9780     61.81%
53797.61/2716.09	c      2716           2818        1771        20          21.0000          12.9780     61.81%
53896.72/2721.14	c      2721           2826        1779        20          21.0000          12.9780     61.81%
53998.87/2726.20	c      2726           2831        1784        20          21.0000          12.9798     61.79%
54097.99/2731.25	c      2731           2835        1788        20          21.0000          12.9798     61.79%
54197.12/2736.27	c      2736           2843        1796        20          21.0000          12.9798     61.79%
54298.16/2741.36	c      2741           2849        1804        20          21.0000          12.9991     61.55%
54399.27/2746.41	c      2746           2859        1812        20          21.0000          12.9991     61.55%
54500.35/2751.55	c      2752           2870        1823        20          21.0000          13.0011     61.53%
54599.44/2756.58	c      2757           2875        1828        20          21.0000          13.0011     61.53%
54700.53/2761.65	c      2762           2882        1835        20          21.0000          13.0011     61.53%
54801.58/2766.70	c      2767           2890        1843        20          21.0000          13.0113     61.40%
54900.70/2771.75	c      2772           2899        1852        20          21.0000          13.0113     61.40%
54999.83/2776.79	c      2777           2908        1861        20          21.0000          13.0206     61.28%
55102.86/2781.92	c      2782           2914        1867        20          21.0000          13.0206     61.28%
55201.95/2787.03	c      2787           2921        1874        20          21.0000          13.0206     61.28%
55303.56/2792.10	c      2792           2931        1884        20          21.0000          13.0351     61.10%
55404.67/2797.15	c      2797           2939        1892        20          21.0000          13.0351     61.10%
55505.03/2802.24	c      2802           2945        1898        20          21.0000          13.0351     61.10%
55606.12/2807.31	c      2807           2952        1905        20          21.0000          13.0370     61.08%
55705.19/2812.37	c      2812           2959        1912        20          21.0000          13.0370     61.08%
55806.28/2817.43	c      2817           2965        1918        20          21.0000          13.0370     61.08%
55907.37/2822.56	c      2823           2974        1927        20          21.0000          13.0446     60.99%
56008.46/2827.61	c      2828           2977        1930        20          21.0000          13.0446     60.99%
56109.43/2832.70	c      2833           2986        1939        20          21.0000          13.0446     60.99%
56208.38/2837.75	c      2838           2993        1946        20          21.0000          13.0446     60.99%
56309.32/2842.80	c      2843           3003        1956        20          21.0000          13.0446     60.99%
56408.39/2847.85	c      2848           3010        1963        20          21.0000          13.0446     60.99%
56509.44/2852.91	c      2853           3019        1972        20          21.0000          13.0446     60.99%
56611.19/2858.10	c      2858           3027        1980        20          21.0000          13.0446     60.99%
56712.36/2863.17	c      2863           3033        1986        20          21.0000          13.0446     60.99%
56812.59/2868.29	c      2868           3038        1991        20          21.0000          13.0446     60.99%
56913.69/2873.36	c      2873           3046        1999        20          21.0000          13.0446     60.99%
57014.65/2878.48	c      2878           3056        2009        20          21.0000          13.0497     60.92%
57115.50/2883.53	c      2884           3064        2017        20          21.0000          13.0497     60.92%
57214.61/2888.59	c      2889           3071        2024        20          21.0000          13.0690     60.69%
57315.70/2893.64	c      2894           3078        2031        20          21.0000          13.0690     60.69%
57414.83/2898.69	c      2899           3083        2036        20          21.0000          13.0690     60.69%
57515.71/2903.77	c      2904           3091        2044        20          21.0000          13.0738     60.63%
57616.67/2908.82	c      2909           3098        2051        20          21.0000          13.0738     60.63%
57715.76/2913.88	c      2914           3108        2061        20          21.0000          13.0770     60.59%
57816.84/2918.94	c      2919           3114        2067        20          21.0000          13.0770     60.59%
57915.93/2924.00	c      2924           3121        2074        20          21.0000          13.0770     60.59%
58017.74/2929.05	c      2929           3125        2078        20          21.0000          13.0770     60.59%
58116.69/2934.10	c      2934           3133        2086        20          21.0000          13.0845     60.50%
58218.00/2939.19	c      2939           3133        2086        20          21.0000          13.0845     60.50%
58320.38/2944.30	c      2944           3133        2086        20          21.0000          13.0845     60.50%
58419.47/2949.35	c      2949           3133        2086        20          21.0000          13.0845     60.50%
58520.59/2954.40	c      2954           3135        2088        20          21.0000          13.0845     60.50%
58619.63/2959.45	c      2959           3145        2098        20          21.0000          13.0845     60.50%
58718.73/2964.47	c      2964           3151        2104        20          21.0000          13.0883     60.45%
58819.79/2969.58	c      2970           3155        2108        20          21.0000          13.0883     60.45%
58918.70/2974.60	c      2975           3159        2112        20          21.0000          13.0883     60.45%
59019.67/2979.61	c      2980           3162        2115        20          21.0000          13.0883     60.45%
59118.64/2984.69	c      2985           3173        2126        20          21.0000          13.0901     60.43%
59219.62/2989.73	c      2990           3180        2133        20          21.0000          13.0901     60.43%
59320.71/2994.82	c      2995           3188        2141        20          21.0000          13.0916     60.41%
59421.67/2999.99	c      3000           3195        2148        20          21.0000          13.0916     60.41%
59523.54/3005.05	c      3005           3204        2157        20          21.0000          13.0916     60.41%
59622.43/3010.09	c      3010           3208        2161        20          21.0000          13.0952     60.36%
59724.77/3015.25	c      3015           3216        2169        20          21.0000          13.0952     60.36%
59825.62/3020.30	c      3020           3228        2181        20          21.0000          13.0979     60.33%
59926.66/3025.43	c      3025           3234        2187        20          21.0000          13.0979     60.33%
60025.72/3030.45	c      3030           3239        2192        20          21.0000          13.0979     60.33%
60124.79/3035.48	c      3035           3244        2197        20          21.0000          13.0979     60.33%
60227.70/3040.63	c      3041           3250        2203        20          21.0000          13.0984     60.32%
60326.83/3045.68	c      3046           3250        2203        20          21.0000          13.0984     60.32%
60427.83/3050.73	c      3051           3250        2203        20          21.0000          13.0984     60.32%
60526.90/3055.78	c      3056           3250        2203        20          21.0000          13.0984     60.32%
60627.99/3060.83	c      3061           3250        2203        20          21.0000          13.0984     60.32%
60727.11/3065.85	c      3066           3250        2203        20          21.0000          13.0984     60.32%
60828.08/3070.98	c      3071           3255        2208        20          21.0000          13.0984     60.32%
60927.15/3076.02	c      3076           3261        2214        20          21.0000          13.0984     60.32%
61028.79/3081.06	c      3081           3274        2227        20          21.0000          13.0984     60.32%
61127.87/3086.13	c      3086           3280        2233        20          21.0000          13.0984     60.32%
61230.07/3091.20	c      3091           3285        2238        20          21.0000          13.0984     60.32%
61329.16/3096.22	c      3096           3293        2246        20          21.0000          13.0994     60.31%
61430.38/3101.31	c      3101           3300        2253        20          21.0000          13.0994     60.31%
61529.16/3106.32	c      3106           3307        2260        20          21.0000          13.0994     60.31%
61628.10/3111.36	c      3111           3311        2264        20          21.0000          13.0994     60.31%
61729.15/3116.46	c      3116           3318        2271        20          21.0000          13.1036     60.26%
61830.22/3121.51	c      3122           3325        2278        20          21.0000          13.1036     60.26%
61929.24/3126.56	c      3127           3329        2282        20          21.0000          13.1036     60.26%
62030.30/3131.67	c      3132           3335        2288        20          21.0000          13.1036     60.26%
62131.37/3136.76	c      3137           3344        2297        20          21.0000          13.1093     60.19%
62232.43/3141.82	c      3142           3350        2303        20          21.0000          13.1093     60.19%
62331.49/3146.88	c      3147           3358        2311        20          21.0000          13.1195     60.07%
62432.54/3151.94	c      3152           3366        2319        20          21.0000          13.1195     60.07%
62531.67/3156.99	c      3157           3366        2319        20          21.0000          13.1195     60.07%
62633.51/3162.04	c      3162           3366        2319        20          21.0000          13.1195     60.07%
62732.46/3167.12	c      3167           3366        2319        20          21.0000          13.1195     60.07%
62833.61/3172.17	c      3172           3366        2319        20          21.0000          13.1195     60.07%
62932.77/3177.19	c      3177           3366        2319        20          21.0000          13.1195     60.07%
63033.03/3182.28	c      3182           3366        2319        20          21.0000          13.1195     60.07%
63131.90/3187.29	c      3187           3366        2319        20          21.0000          13.1195     60.07%
63234.93/3192.41	c      3192           3368        2321        20          21.0000          13.1195     60.07%
63336.00/3197.54	c      3198           3372        2325        20          21.0000          13.1195     60.07%
63437.11/3202.63	c      3203           3376        2329        20          21.0000          13.1195     60.07%
63536.20/3207.67	c      3208           3379        2332        20          21.0000          13.1197     60.07%
63637.30/3212.74	c      3213           3383        2336        20          21.0000          13.1197     60.07%
63738.42/3217.83	c      3218           3386        2339        20          21.0000          13.1197     60.07%
63837.50/3222.88	c      3223           3389        2342        20          21.0000          13.1197     60.07%
63936.60/3227.89	c      3228           3392        2345        20          21.0000          13.1197     60.07%
64037.85/3232.99	c      3233           3394        2347        20          21.0000          13.1197     60.07%
64139.46/3238.04	c      3238           3395        2348        20          21.0000          13.1197     60.07%
64238.78/3243.10	c      3243           3397        2350        20          21.0000          13.1197     60.07%
64337.68/3248.13	c      3248           3400        2353        20          21.0000          13.1197     60.07%
64440.05/3253.28	c      3253           3401        2354        20          21.0000          13.1197     60.07%
64539.12/3258.30	c      3258           3403        2356        20          21.0000          13.1197     60.07%
64640.30/3263.32	c      3263           3403        2356        20          21.0000          13.1197     60.07%
64739.14/3268.33	c      3268           3407        2360        20          21.0000          13.1197     60.07%
64838.21/3273.33	c      3273           3412        2365        20          21.0000          13.1197     60.07%
64937.21/3278.37	c      3278           3413        2366        20          21.0000          13.1197     60.07%
65038.26/3283.44	c      3283           3415        2368        20          21.0000          13.1197     60.07%
65137.12/3288.45	c      3288           3417        2370        20          21.0000          13.1197     60.07%
65238.10/3293.51	c      3294           3418        2371        20          21.0000          13.1206     60.05%
65337.02/3298.59	c      3299           3420        2373        20          21.0000          13.1206     60.05%
65437.98/3303.68	c      3304           3425        2378        20          21.0000          13.1206     60.05%
65538.78/3308.74	c      3309           3426        2379        20          21.0000          13.1206     60.05%
65639.74/3313.80	c      3314           3429        2382        20          21.0000          13.1206     60.05%
65738.79/3318.87	c      3319           3432        2385        20          21.0000          13.1206     60.05%
65839.80/3323.92	c      3324           3436        2389        20          21.0000          13.1206     60.05%
65938.99/3328.99	c      3329           3439        2392        20          21.0000          13.1234     60.02%
66037.83/3334.03	c      3334           3443        2396        20          21.0000          13.1234     60.02%
66139.57/3339.10	c      3339           3446        2399        20          21.0000          13.1234     60.02%
66240.80/3344.16	c      3344           3450        2403        20          21.0000          13.1234     60.02%
66339.50/3349.19	c      3349           3453        2406        20          21.0000          13.1234     60.02%
66439.80/3354.24	c      3354           3457        2410        20          21.0000          13.1234     60.02%
66540.61/3359.35	c      3359           3461        2414        20          21.0000          13.1277     59.97%
66641.66/3364.42	c      3364           3463        2416        20          21.0000          13.1277     59.97%
66740.58/3369.47	c      3369           3466        2419        20          21.0000          13.1277     59.97%
66841.53/3374.52	c      3375           3468        2421        20          21.0000          13.1277     59.97%
66940.56/3379.59	c      3380           3471        2424        20          21.0000          13.1277     59.97%
67041.58/3384.67	c      3385           3475        2428        20          21.0000          13.1277     59.97%
67142.65/3389.74	c      3390           3476        2429        20          21.0000          13.1277     59.97%
67241.59/3394.77	c      3395           3477        2430        20          21.0000          13.1277     59.97%
67342.66/3399.85	c      3400           3481        2434        20          21.0000          13.1325     59.91%
67443.73/3404.91	c      3405           3487        2440        20          21.0000          13.1325     59.91%
67542.83/3409.96	c      3410           3491        2444        20          21.0000          13.1325     59.91%
67641.80/3415.01	c      3415           3491        2444        20          21.0000          13.1325     59.91%
67743.71/3420.10	c      3420           3495        2448        20          21.0000          13.1325     59.91%
67845.96/3425.20	c      3425           3498        2451        20          21.0000          13.1343     59.89%
67945.06/3430.22	c      3430           3501        2454        20          21.0000          13.1343     59.89%
68046.11/3435.31	c      3435           3504        2457        20          21.0000          13.1343     59.89%
68145.09/3440.36	c      3440           3504        2457        20          21.0000          13.1343     59.89%
68246.16/3445.40	c      3445           3504        2457        20          21.0000          13.1343     59.89%
68345.23/3450.48	c      3450           3504        2457        20          21.0000          13.1343     59.89%
68446.30/3455.54	c      3456           3504        2457        20          21.0000          13.1343     59.89%
68545.42/3460.59	c      3461           3504        2457        20          21.0000          13.1343     59.89%
68646.55/3465.65	c      3466           3504        2457        20          21.0000          13.1343     59.89%
68745.65/3470.68	c      3471           3504        2457        20          21.0000          13.1343     59.89%
68846.73/3475.74	c      3476           3504        2457        20          21.0000          13.1343     59.89%
68945.85/3480.75	c      3481           3504        2457        20          21.0000          13.1343     59.89%
69046.96/3485.89	c      3486           3504        2457        20          21.0000          13.1343     59.89%
69148.05/3490.96	c      3491           3507        2460        20          21.0000          13.1343     59.89%
69247.12/3496.01	c      3496           3510        2463        20          21.0000          13.1343     59.89%
69348.99/3501.06	c      3501           3514        2467        20          21.0000          13.1343     59.89%
69447.95/3506.13	c      3506           3517        2470        20          21.0000          13.1343     59.89%
69549.14/3511.19	c      3511           3519        2472        20          21.0000          13.1558     59.63%
69649.38/3516.23	c      3516           3523        2476        20          21.0000          13.1558     59.63%
69748.43/3521.29	c      3521           3525        2478        20          21.0000          13.1558     59.63%
69849.38/3526.34	c      3526           3529        2482        20          21.0000          13.1558     59.63%
69950.38/3531.40	c      3531           3531        2484        20          21.0000          13.1558     59.63%
70049.41/3536.46	c      3536           3533        2486        20          21.0000          13.1558     59.63%
70150.48/3541.52	c      3542           3534        2487        20          21.0000          13.1558     59.63%
70249.55/3546.56	c      3547           3535        2488        20          21.0000          13.1558     59.63%
70350.57/3551.63	c      3552           3537        2490        20          21.0000          13.1558     59.63%
70449.62/3556.67	c      3557           3540        2493        20          21.0000          13.1558     59.63%
70548.70/3561.68	c      3562           3544        2497        20          21.0000          13.1558     59.63%
70649.75/3566.70	c      3567           3547        2500        20          21.0000          13.1558     59.63%
70748.85/3571.76	c      3572           3549        2502        20          21.0000          13.1558     59.63%
70849.98/3576.84	c      3577           3554        2507        20          21.0000          13.1558     59.63%
70951.10/3581.93	c      3582           3554        2507        20          21.0000          13.1558     59.63%
71050.21/3586.98	c      3587           3557        2510        20          21.0000          13.1558     59.63%
71149.29/3591.99	c      3592           3558        2511        20          21.0000          13.1570     59.61%
71251.04/3597.05	c      3597           3561        2514        20          21.0000          13.1570     59.61%
71350.02/3602.11	c      3602           3564        2517        20          21.0000          13.1570     59.61%
71451.20/3607.15	c      3607           3567        2520        20          21.0000          13.1570     59.61%
71551.57/3612.22	c      3612           3569        2522        20          21.0000          13.1570     59.61%
71650.66/3617.28	c      3617           3573        2526        20          21.0000          13.1570     59.61%
71751.74/3622.35	c      3622           3576        2529        20          21.0000          13.1570     59.61%
71852.81/3627.43	c      3627           3578        2531        20          21.0000          13.1616     59.56%
71951.75/3632.49	c      3632           3580        2533        20          21.0000          13.1616     59.56%

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 (173629 MiB free)
  memory of node 1: 193531 MiB (191945 MiB free)
  memory of node 2: 193531 MiB (174447 MiB free)
  memory of node 3: 193493 MiB (191558 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-4465299-1722457100/watcher-4465299-1722457100 -o /tmp/evaluation-result-4465299-1722457100/solver-4465299-1722457100 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68260 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465299-1722457100.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10012 s]*
/proc/loadavg: 78.82 80.48 80.14 44/982 70479
/proc/meminfo: memFree=748911536/790760804 swapFree=131071996/131071996
[pid=70478] ppid=70475 vsize=74780 memory=63388 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/stat : 70478 (fscip) R 70475 70478 68249 0 -1 4194304 15411 0 0 0 9 2 0 0 20 0 1 0 12292758 76574720 15847 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
/proc/70478/statm: 18695 15847 2726 3035 0 15091 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 74780 KiB
Current children cumulated memory: 63388 KiB

[startup+0.221049 s]*
/proc/loadavg: 78.82 80.48 80.14 44/982 70479
/proc/meminfo: memFree=748761280/790760804 swapFree=131071996/131071996
[pid=70478] ppid=70475 vsize=83392 memory=71736 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/stat : 70478 (fscip) R 70475 70478 68249 0 -1 4194304 18797 0 0 0 21 2 0 0 20 0 1 0 12292758 85393408 17934 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
/proc/70478/statm: 20848 17934 2790 3035 0 17244 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 83392 KiB
Current children cumulated memory: 71736 KiB

[startup+0.320701 s]*
/proc/loadavg: 78.82 80.48 80.14 44/1002 70499
/proc/meminfo: memFree=748511272/790760804 swapFree=131071996/131071996
[pid=70478] ppid=70475 vsize=1573600 memory=162260 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/stat : 70478 (fscip) S 70475 70478 68249 0 -1 1077936128 42744 0 0 0 27 6 0 0 20 0 21 0 12292758 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 17 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
/proc/70478/statm: 393400 40565 2806 3035 0 82721 0
[pid=70478/tid=70480] ppid=70475 vsize=1573600 memory=-5155630184936531845 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70480/stat : 70480 (fscip) R 70475 70478 68249 0 -1 4194368 1995 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70481] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70481/stat : 70481 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70482] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70482/stat : 70482 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70483] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70483/stat : 70483 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70484] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70484/stat : 70484 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70485] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70485/stat : 70485 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70486] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70486/stat : 70486 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70487] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70487/stat : 70487 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70488] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70488/stat : 70488 (fscip) S 70475 70478 68249 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40565 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70489] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70489/stat : 70489 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70490] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70490/stat : 70490 (fscip) S 70475 70478 68249 0 -1 1077936192 3548 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70491] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70491/stat : 70491 (fscip) S 70475 70478 68249 0 -1 1077936192 3547 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70492] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70492/stat : 70492 (fscip) S 70475 70478 68249 0 -1 1077936192 3547 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70493] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70493/stat : 70493 (fscip) S 70475 70478 68249 0 -1 1077936192 3546 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70494] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70494/stat : 70494 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70495] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70495/stat : 70495 (fscip) S 70475 70478 68249 0 -1 1077936192 3547 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70496] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70496/stat : 70496 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70497] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70497/stat : 70497 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70498] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70498/stat : 70498 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40631 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70499] ppid=70475 vsize=1573600 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70499/stat : 70499 (fscip) S 70475 70478 68249 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12292784 1611366400 40697 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1573600 KiB
Current children cumulated memory: 162260 KiB

[startup+0.700827 s]
/proc/loadavg: 78.82 80.48 80.14 44/982 70521
/proc/meminfo: memFree=750310400/790760804 swapFree=131071996/131071996
[pid=70478] ppid=70475 vsize=1737520 memory=1153512 CPUtime=3.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/stat : 70478 (fscip) S 70475 70478 68249 0 -1 1077936128 289966 0 0 0 270 77 0 0 20 0 41 0 12292758 1779220480 288378 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
/proc/70478/statm: 434380 288378 2822 3035 0 387454 0
[pid=70478/tid=70480] ppid=70475 vsize=1737520 memory=2 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70480/stat : 70480 (fscip) D 70475 70478 68249 0 -1 4194368 10390 0 0 0 13 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70481] ppid=70475 vsize=1737520 memory=10528 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70481/stat : 70481 (fscip) R 70475 70478 68249 0 -1 4194368 14909 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70482] ppid=70475 vsize=1737520 memory=11624 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70482/stat : 70482 (fscip) R 70475 70478 68249 0 -1 4194368 14919 0 0 0 11 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70483] ppid=70475 vsize=1737520 memory=16108 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70483/stat : 70483 (fscip) R 70475 70478 68249 0 -1 4194368 10548 0 0 0 13 2 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70484] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70484/stat : 70484 (fscip) R 70475 70478 68249 0 -1 4194368 14921 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70485] ppid=70475 vsize=1737520 memory=13784 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70485/stat : 70485 (fscip) R 70475 70478 68249 0 -1 4194368 14906 0 0 0 11 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70486] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70486/stat : 70486 (fscip) R 70475 70478 68249 0 -1 4194368 10310 0 0 0 13 2 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70487] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70487/stat : 70487 (fscip) R 70475 70478 68249 0 -1 4194368 14921 0 0 0 12 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70488] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70488/stat : 70488 (fscip) R 70475 70478 68249 0 -1 4194368 14981 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70489] ppid=70475 vsize=1737520 memory=0 CPUtime=0.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70489/stat : 70489 (fscip) R 70475 70478 68249 0 -1 4194368 10312 0 0 0 13 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70490] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70490/stat : 70490 (fscip) D 70475 70478 68249 0 -1 4194368 14914 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70491] ppid=70475 vsize=1737520 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70491/stat : 70491 (fscip) R 70475 70478 68249 0 -1 4194368 14932 0 0 0 12 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70492] ppid=70475 vsize=1737520 memory=82063352 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70492/stat : 70492 (fscip) R 70475 70478 68249 0 -1 4194368 10313 0 0 0 12 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70493] ppid=70475 vsize=1737520 memory=1952 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70493/stat : 70493 (fscip) R 70475 70478 68249 0 -1 4194368 14919 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70494] ppid=70475 vsize=1737520 memory=1852 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70494/stat : 70494 (fscip) D 70475 70478 68249 0 -1 4194368 14930 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70495] ppid=70475 vsize=1737520 memory=33108 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70495/stat : 70495 (fscip) R 70475 70478 68249 0 -1 4194368 10315 0 0 0 13 2 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70496] ppid=70475 vsize=1737520 memory=2208 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70496/stat : 70496 (fscip) R 70475 70478 68249 0 -1 4194368 14969 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70497] ppid=70475 vsize=1737520 memory=25992 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70497/stat : 70497 (fscip) R 70475 70478 68249 0 -1 4194368 14898 0 0 0 11 3 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70498] ppid=70475 vsize=1737520 memory=104 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70498/stat : 70498 (fscip) D 70475 70478 68249 0 -1 4194368 10759 0 0 0 13 2 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70499] ppid=70475 vsize=1737520 memory=6232 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70499/stat : 70499 (fscip) R 70475 70478 68249 0 -1 4194368 14955 0 0 0 11 4 0 0 20 0 41 0 12292784 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70502] ppid=70475 vsize=1737520 memory=19844 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70502/stat : 70502 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70503] ppid=70475 vsize=1737520 memory=31988 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70503/stat : 70503 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70504] ppid=70475 vsize=1737520 memory=28720 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70504/stat : 70504 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70505] ppid=70475 vsize=1737520 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70505/stat : 70505 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70506] ppid=70475 vsize=1737520 memory=1739660 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70506/stat : 70506 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70507] ppid=70475 vsize=1737520 memory=75812 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70507/stat : 70507 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70508] ppid=70475 vsize=1737520 memory=2732 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70508/stat : 70508 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70509] ppid=70475 vsize=1737520 memory=4556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70509/stat : 70509 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70510] ppid=70475 vsize=1737520 memory=572912 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70510/stat : 70510 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70511] ppid=70475 vsize=1737520 memory=280988706417232 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70511/stat : 70511 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70512] ppid=70475 vsize=1737520 memory=7318452475133972 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70512/stat : 70512 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70513] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70513/stat : 70513 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70514] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70514/stat : 70514 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70515] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70515/stat : 70515 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70516] ppid=70475 vsize=1737520 memory=2212 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70516/stat : 70516 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70517] ppid=70475 vsize=1737520 memory=52808 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70517/stat : 70517 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70518] ppid=70475 vsize=1737520 memory=280988706410560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70518/stat : 70518 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70519] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70519/stat : 70519 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70520] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70520/stat : 70520 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70521] ppid=70475 vsize=1737520 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70521/stat : 70521 (fscip) S 70475 70478 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12292809 1779220480 288444 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 1737520 KiB
Current children cumulated memory: 1153512 KiB

[startup+1.50092 s]
/proc/loadavg: 78.82 80.48 80.14 53/977 70530

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

[pid=70478/tid=70505] ppid=70475 vsize=10617160 memory=8569664 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70505/stat : 70505 (fscip) S 70475 70478 68249 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70506] ppid=70475 vsize=10617160 memory=605624748615374 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70506/stat : 70506 (fscip) S 70475 70478 68249 0 -1 1077936192 145 0 0 0 4 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70507] ppid=70475 vsize=10617160 memory=6443921340286132309 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70507/stat : 70507 (fscip) S 70475 70478 68249 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70508] ppid=70475 vsize=10617160 memory=8801752 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70508/stat : 70508 (fscip) S 70475 70478 68249 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70509] ppid=70475 vsize=10617160 memory=6704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70509/stat : 70509 (fscip) S 70475 70478 68249 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70510] ppid=70475 vsize=10617160 memory=8544820 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70510/stat : 70510 (fscip) S 70475 70478 68249 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70511] ppid=70475 vsize=10617160 memory=8571784 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70511/stat : 70511 (fscip) S 70475 70478 68249 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70512] ppid=70475 vsize=10617160 memory=11632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70512/stat : 70512 (fscip) S 70475 70478 68249 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70513] ppid=70475 vsize=10617160 memory=8564280 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70513/stat : 70513 (fscip) S 70475 70478 68249 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70514] ppid=70475 vsize=10617160 memory=38844130910404740 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70514/stat : 70514 (fscip) S 70475 70478 68249 0 -1 1077936192 110 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70515] ppid=70475 vsize=10617160 memory=8026938903138625636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70515/stat : 70515 (fscip) S 70475 70478 68249 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70516] ppid=70475 vsize=10617160 memory=16108 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70516/stat : 70516 (fscip) S 70475 70478 68249 0 -1 1077936192 140 0 0 0 0 2 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70517] ppid=70475 vsize=10617160 memory=8569668 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70517/stat : 70517 (fscip) S 70475 70478 68249 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70518] ppid=70475 vsize=10617160 memory=52808 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70518/stat : 70518 (fscip) S 70475 70478 68249 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70519] ppid=70475 vsize=10617160 memory=4498698693230882458 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70519/stat : 70519 (fscip) S 70475 70478 68249 0 -1 1077936192 111 0 0 0 1 2 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70520] ppid=70475 vsize=10617160 memory=6704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70520/stat : 70520 (fscip) S 70475 70478 68249 0 -1 1077936192 111 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70521] ppid=70475 vsize=10617160 memory=8800604 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70521/stat : 70521 (fscip) S 70475 70478 68249 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2142427 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
Current children cumulated CPU time: 70959 s
Current children cumulated vsize: 10617160 KiB
Current children cumulated memory: 8569708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.9 s]
/proc/loadavg: 79.02 80.48 80.61 62/981 72594
/proc/meminfo: memFree=759369376/790760804 swapFree=131071996/131071996
[pid=70478] ppid=70475 vsize=10617160 memory=8598976 CPUtime=72001.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/stat : 70478 (fscip) S 70475 70478 68249 0 -1 1077936128 33073311 0 0 0 7191835 8296 0 0 20 0 41 0 12292758 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 17 49 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
/proc/70478/statm: 2654290 2149744 3334 3035 0 2485973 0
[pid=70478/tid=70480] ppid=70475 vsize=10617160 memory=280988707320496 CPUtime=3599.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70480/stat : 70480 (fscip) R 70475 70478 68249 0 -1 4194368 1356137 0 0 0 359809 162 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70481] ppid=70475 vsize=10617160 memory=605624748615374 CPUtime=3606.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70481/stat : 70481 (fscip) R 70475 70478 68249 0 -1 4194368 2072021 0 0 0 360351 256 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70482] ppid=70475 vsize=10617160 memory=354104 CPUtime=3591.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70482/stat : 70482 (fscip) R 70475 70478 68249 0 -1 4194368 1346372 0 0 0 358331 853 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70483] ppid=70475 vsize=10617160 memory=280988706315712 CPUtime=3601.51 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70483/stat : 70483 (fscip) R 70475 70478 68249 0 -1 4194368 1363716 0 0 0 359994 157 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70484] ppid=70475 vsize=10617160 memory=6784 CPUtime=3604.06 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70484/stat : 70484 (fscip) R 70475 70478 68249 0 -1 4194368 1940663 0 0 0 360166 240 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70485] ppid=70475 vsize=10617160 memory=280988709043648 CPUtime=3593.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70485/stat : 70485 (fscip) R 70475 70478 68249 0 -1 4194368 1329988 0 0 0 358451 863 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70486] ppid=70475 vsize=10617160 memory=132 CPUtime=3605.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70486/stat : 70486 (fscip) R 70475 70478 68249 0 -1 4194368 1264840 0 0 0 360379 140 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70487] ppid=70475 vsize=10617160 memory=0 CPUtime=3602.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70487/stat : 70487 (fscip) R 70475 70478 68249 0 -1 4194368 2532424 0 0 0 359880 346 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70488] ppid=70475 vsize=10617160 memory=16108 CPUtime=3585.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70488/stat : 70488 (fscip) R 70475 70478 68249 0 -1 4194368 1245817 0 0 0 357633 891 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70489] ppid=70475 vsize=10617160 memory=8582376 CPUtime=3605.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70489/stat : 70489 (fscip) R 70475 70478 68249 0 -1 4194368 1283072 0 0 0 360388 160 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70490] ppid=70475 vsize=10617160 memory=8581356 CPUtime=3603.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70490/stat : 70490 (fscip) R 70475 70478 68249 0 -1 4194368 1812815 0 0 0 360139 218 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70491] ppid=70475 vsize=10617160 memory=8570588 CPUtime=3595.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70491/stat : 70491 (fscip) R 70475 70478 68249 0 -1 4194368 1334174 0 0 0 358728 815 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70492] ppid=70475 vsize=10617160 memory=280988705937712 CPUtime=3601.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70492/stat : 70492 (fscip) R 70475 70478 68249 0 -1 4194368 1438998 0 0 0 360004 181 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70493] ppid=70475 vsize=10617160 memory=8598976 CPUtime=3597.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70493/stat : 70493 (fscip) R 70475 70478 68249 0 -1 4194368 2519056 0 0 0 359352 365 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70494] ppid=70475 vsize=10617160 memory=10528 CPUtime=3595.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70494/stat : 70494 (fscip) R 70475 70478 68249 0 -1 4194368 1808899 0 0 0 358556 960 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70495] ppid=70475 vsize=10617160 memory=13784 CPUtime=3605.65 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70495/stat : 70495 (fscip) R 70475 70478 68249 0 -1 4194368 1333093 0 0 0 360407 158 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70496] ppid=70475 vsize=10617160 memory=280988705937712 CPUtime=3603.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70496/stat : 70496 (fscip) R 70475 70478 68249 0 -1 4194368 2261207 0 0 0 360063 292 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70497] ppid=70475 vsize=10617160 memory=82063352 CPUtime=3595.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70497/stat : 70497 (fscip) R 70475 70478 68249 0 -1 4194368 1687089 0 0 0 358697 810 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70498] ppid=70475 vsize=10617160 memory=20132 CPUtime=3606.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70498/stat : 70498 (fscip) R 70475 70478 68249 0 -1 4194368 1231961 0 0 0 360480 139 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70499] ppid=70475 vsize=10617160 memory=5716 CPUtime=3601.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70499/stat : 70499 (fscip) R 70475 70478 68249 0 -1 4194368 1883735 0 0 0 359870 233 0 0 20 0 41 0 12292784 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70502] ppid=70475 vsize=10617160 memory=11632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70502/stat : 70502 (fscip) S 70475 70478 68249 0 -1 1077936192 57 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70503] ppid=70475 vsize=10617160 memory=13784 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70503/stat : 70503 (fscip) S 70475 70478 68249 0 -1 1077936192 83 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70504] ppid=70475 vsize=10617160 memory=6944656592455359580 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70504/stat : 70504 (fscip) S 70475 70478 68249 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70505] ppid=70475 vsize=10617160 memory=280988707562560 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70505/stat : 70505 (fscip) S 70475 70478 68249 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70506] ppid=70475 vsize=10617160 memory=280988709202784 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70506/stat : 70506 (fscip) S 70475 70478 68249 0 -1 1077936192 147 0 0 0 4 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70507] ppid=70475 vsize=10617160 memory=8582208 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70507/stat : 70507 (fscip) S 70475 70478 68249 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70508] ppid=70475 vsize=10617160 memory=8578884 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70508/stat : 70508 (fscip) S 70475 70478 68249 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70509] ppid=70475 vsize=10617160 memory=8578936 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70509/stat : 70509 (fscip) S 70475 70478 68249 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70510] ppid=70475 vsize=10617160 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70510/stat : 70510 (fscip) S 70475 70478 68249 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70511] ppid=70475 vsize=10617160 memory=29836794214613092 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70511/stat : 70511 (fscip) S 70475 70478 68249 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70512] ppid=70475 vsize=10617160 memory=19852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70512/stat : 70512 (fscip) S 70475 70478 68249 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70513] ppid=70475 vsize=10617160 memory=31988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70513/stat : 70513 (fscip) S 70475 70478 68249 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70514] ppid=70475 vsize=10617160 memory=280988707581024 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70514/stat : 70514 (fscip) S 70475 70478 68249 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70515] ppid=70475 vsize=10617160 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70515/stat : 70515 (fscip) S 70475 70478 68249 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70516] ppid=70475 vsize=10617160 memory=605624748615374 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70516/stat : 70516 (fscip) S 70475 70478 68249 0 -1 1077936192 143 0 0 0 0 2 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70517] ppid=70475 vsize=10617160 memory=6443921340286132309 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70517/stat : 70517 (fscip) S 70475 70478 68249 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70518] ppid=70475 vsize=10617160 memory=8580300 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70518/stat : 70518 (fscip) S 70475 70478 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70519] ppid=70475 vsize=10617160 memory=11592 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70519/stat : 70519 (fscip) S 70475 70478 68249 0 -1 1077936192 113 0 0 0 1 2 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70520] ppid=70475 vsize=10617160 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70520/stat : 70520 (fscip) S 70475 70478 68249 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
[pid=70478/tid=70521] ppid=70475 vsize=10617160 memory=8580468 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/70478/task/70521/stat : 70521 (fscip) S 70475 70478 68249 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 12292809 10871971840 2149744 809668444160 4194304 16623229 140728852984848 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 29298688 140728852993034 140728852993152 140728852993152 140728853000176 0
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 10617160 KiB
Current children cumulated memory: 8598976 KiB

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

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

# cumulated CPU time of all completed processes:  user=71918.6 s, system=83.2378 s

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

[startup+3635.01 s]*
/proc/loadavg: 79.02 80.48 80.61 43/942 72594
/proc/meminfo: memFree=761822688/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.12 s]
/proc/loadavg: 79.02 80.48 80.61 43/942 72594
/proc/meminfo: memFree=761822688/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): 3635.19
CPU time (s): 72001.8
CPU user time (s): 71918.6
CPU system time (s): 83.2378
CPU usage (%): 1980.69
Max. virtual memory (cumulated for all children) (KiB): 10685516
Max. memory (cumulated for all children) (KiB): 8598976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71918.6
system time used= 83.2378
maximum resident set size= 8601548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33073322
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= 344494
involuntary context switches= 316347


# summary of solver processes directly reported to runsolver:
#   pid: 70478
#   total CPU time (s): 72001.8
#   total CPU user time (s): 71918.6
#   total CPU system time (s): 83.2378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.316 second user time and 85.4338 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 22:18:20
IDJOB=4465299
IDBENCH=148192
IDSOLVER=3094
FILE ID=nodeD103/4465299-1722457100
RUNJOBID= nodeD103-1722453464-68260
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_5.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465299-1722457100/watcher-4465299-1722457100 -o /tmp/evaluation-result-4465299-1722457100/solver-4465299-1722457100 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68260 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465299-1722457100.opb -qsol -t 72000 -sth 20

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.331
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		: 3200.000
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		: 2811.404
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		: 2644.990
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		: 3466.661
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		: 3079.993
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		: 2807.976
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		: 2654.003
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		: 2732.050
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		: 3200.000
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		: 3199.999
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		: 2870.080
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		: 3194.019
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		: 3199.999
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		: 2802.337
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		: 2657.242
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		: 2943.947
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		: 3200.000
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		: 3200.000
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		: 2641.417
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		: 3470.209
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		: 3121.640
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		: 2808.786
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		: 3649.719
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		: 2239.082
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		: 2878.497
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		: 2804.123
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		: 2644.011
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		: 2235.644
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.100
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		: 2818.184
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		: 2648.241
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		: 2232.758
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		: 3150.446
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		: 2808.043
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		: 2644.901
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		: 2217.386
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		: 3200.000
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		: 2809.805
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		: 3080.035
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		: 2602.721
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		: 3151.919
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		: 2803.338
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		: 2812.651
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		: 2595.712
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		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 3199.999
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		: 2655.656
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		: 2625.841
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		: 3200.000
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		: 3198.105
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		: 2736.753
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		: 2622.171
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		: 3098.567
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		: 2811.014
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		: 2619.219
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		: 2630.255
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		: 3200.000
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		: 3199.999
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		: 3648.959
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		: 2616.680
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		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_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		: 2804.162
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		: 3231.199
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		: 2656.719
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		: 3100.768
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		: 2816.150
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		: 3639.152
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2648.472
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		: 3073.175
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		: 2802.305
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		: 3646.041
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		: 2287.602
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		: 3199.999
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		: 2801.867
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:        749179144 kB
MemAvailable:   748036248 kB
Buffers:          159808 kB
Cached:          2057768 kB
SwapCached:            0 kB
Active:           320208 kB
Inactive:       38818828 kB
Active(anon):       2144 kB
Inactive(anon): 36940956 kB
Active(file):     318064 kB
Inactive(file):  1877872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:           1504924 kB
Writeback:             0 kB
AnonPages:      36916784 kB
Mapped:           127036 kB
Shmem:             22540 kB
KReclaimable:     161768 kB
Slab:             497812 kB
SReclaimable:     161768 kB
SUnreclaim:       336044 kB
KernelStack:       17024 kB
PageTables:        86696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16457060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           192768 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4204544 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:      462848 kB
DirectMap2M:    51415040 kB
DirectMap1G:    753926144 kB

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