Trace number 4465784

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 54325248, getVmSize() = 54325248, SCIPgetMemUsed() = 26684768, SCIPgetMemTotal() = 31392304, SCIPgetMemExternEstim() = 18513605
0.00/0.04	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.11/0.22	c ** Estimated virtualMemUsedAtSolver = 70367288, getVmSize() = 112521216, SCIPgetMemUsed() = 58515111, SCIPgetMemTotal() = 87037327, SCIPgetMemExternEstim() = 18513605
0.11/0.22	c ** set memory limit for solvers to 4.18839e+11 for each SCIP **
0.11/0.22	c Original Problem   :
0.11/0.22	c   Problem name     : instance-4465784-1722562111
0.11/0.22	c   Variables        : 4830 (4830 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 15140
0.11/0.22	c   Objective sense  : minimize
0.11/0.22	c Presolved Problem  :
0.11/0.22	c   Variables        : 4813 (4813 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.22	c   Constraints      : 10267
0.11/0.22	c Constraints        : Number
0.11/0.22	c   setppc           : 10266 
0.11/0.22	c   orbitope         : 1 
0.11/0.22	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy increased the number of variables. **
0.44/0.53	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.53	c                                Nodes    Active                                            
0.44/0.53	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
104.05/5.85	c         6           3460         249        20                -           0.0000          -
204.82/10.90	c        11             26          25        20                -           0.0000          -
303.50/15.95	c        16             26          25        20                -           0.0000          -
402.06/20.99	c        21          16198          63        20                -           0.0000          -
503.15/26.05	c        26          19419         394        20                -           0.0000          -
601.80/31.12	c        31          24692         133        20                -           0.0000          -
702.37/36.19	c        36          30674          45        20                -           0.0000          -
802.76/41.22	c        41          35789         137        20                -           0.0000          -
901.78/46.27	c        46           2350         243        20                -           0.0000          -
1003.08/51.35	c        51           2806         185        20                -           0.0000          -
1104.01/56.40	c        56           3720         196        20                -           0.0000          -
1203.17/61.45	c        61              2           1        20                -           0.0000          -
1304.27/66.53	c        67             18          17        20                -           0.0000          -
1403.38/71.58	c        72             18          17        20                -           0.0000          -
1504.33/76.65	c        77             18          17        20                -           0.0000          -
1605.09/81.72	c        82             16          15        20                -           0.0000          -
1704.19/86.76	c        87          76265          51        20                -           0.0000          -
1803.02/91.78	c        92             64          63        20                -           0.0000          -
1904.09/96.85	c        97             64          63        20                -           0.0000          -
2005.22/101.91	c       102             64          63        20                -           0.0000          -
2104.38/106.98	c       107            103          90        20                -           0.0000          -
2205.99/112.06	c       112             71          68        20                -           0.0000          -
2305.39/117.12	c       117            130         112        20                -           0.0000          -
2407.69/122.20	c       122            122         111        20                -           0.0000          -
2506.83/127.22	c       127            122         111        20                -           0.0000          -
2607.94/132.32	c       132            227         102        20                -           0.0000          -
2707.06/137.38	c       137            227         102        20                -           0.0000          -
2808.16/142.43	c       142            227         102        20                -           0.0000          -
2907.17/147.49	c       148            227         102        20                -           0.0000          -
3008.24/152.55	c       153            227         102        20                -           0.0000          -
3109.36/157.61	c       158            227         102        20                -           0.0000          -
3208.38/162.65	c       163            343         204        20                -           0.0000          -
3309.49/167.70	c       168         112818         215        20                -           0.0000          -
3408.62/172.79	c       173            832         170        20                -           0.0000          -
3507.76/177.79	c       178            832         170        20                -           0.0000          -
3610.49/182.91	c       183            785         141        20                -           0.0000          -
3709.43/188.00	c       188            785         141        20                -           0.0000          -
3811.23/193.07	c       193           1247         210        20                -           0.0000          -
3910.16/198.12	c       198         126099          46        20                -           0.0000          -
4009.30/203.13	c       203           1933         230        20                -           0.0000          -
4110.12/208.17	c       208           1933         230        20                -           0.0000          -
4210.47/213.29	c       213           2041         231        20                -           0.0000          -
4311.59/218.34	c       218           1870         192        20                -           0.0000          -
4410.73/223.39	c       223           1870         192        20                -           0.0000          -
4511.84/228.44	c       228           2042         186        20                -           0.0000          -
4612.78/233.50	c       234           3378         231        20                -           0.0000          -
4711.67/238.54	c       239           3378         231        20                -           0.0000          -
4810.56/243.57	c       244           3074         153        20                -           0.0000          -
4909.67/248.59	c       249           3074         153        20                -           0.0000          -
5010.69/253.69	c       254           3074         153        20                -           0.0000          -
5111.55/258.76	c       259           3074         153        20                -           0.0000          -
5212.64/263.81	c       264           3239         154        20                -           0.0000          -
5311.59/268.87	c       269           3239         154        20                -           0.0000          -
5412.66/273.94	c       274           3239         154        20                -           0.0000          -
5511.69/278.99	c       279           3239         154        20                -           0.0000          -
5610.78/284.01	c       284           3336         153        20                -           0.0000          -
5712.40/289.10	c       289           3336         153        20                -           0.0000          -
5813.56/294.16	c       294           7340         272        20                -           0.0000          -
5913.89/299.21	c       299           3633         144        20                -           0.0000          -
6013.02/304.25	c       304           3633         144        20                -           0.0000          -
6114.11/309.33	c       309           7666         293        20                -           0.0000          -
6213.02/314.39	c       314         168403          42        20                -           0.0000          -
6312.05/319.39	c       319           4168         141        20                -           0.0000          -
6413.14/324.49	c       324           4168         141        20                -           0.0000          -
6514.15/329.55	c       330           4168         141        20                -           0.0000          -
6614.93/334.60	c       335           8710         282        20                -           0.0000          -
6714.07/339.67	c       340           8710         282        20                -           0.0000          -
6815.21/344.70	c       345           4506         142        20                -           0.0000          -
6914.29/349.78	c       350           4506         142        20                -           0.0000          -
7015.31/354.84	c       355           9647         293        20                -           0.0000          -
7116.34/359.93	c       360           9647         293        20                -           0.0000          -
7215.30/364.97	c       365           4592         144        20                -           0.0000          -
7314.24/370.04	c       370           4618         141        20                -           0.0000          -
7415.68/375.06	c       375           4618         141        20                -           0.0000          -
7516.89/380.14	c       380           4618         141        20                -           0.0000          -
7616.09/385.19	c       385           4618         141        20                -           0.0000          -
7715.94/390.25	c       390           4618         141        20                -           0.0000          -
7817.03/395.32	c       395          11018         300        20                -           0.0000          -
7916.12/400.35	c       400           4783         140        20                -           0.0000          -
8017.17/405.42	c       405          11192         263        20                -           0.0000          -
8116.27/410.47	c       410          11192         263        20                -           0.0000          -
8217.37/415.54	c       416           5029         137        20                -           0.0000          -
8318.44/420.61	c       421          11576         312        20                -           0.0000          -
8417.42/425.66	c       426           5494         139        20                -           0.0000          -
8518.52/430.73	c       431           5757         137        20                -           0.0000          -
8617.67/435.78	c       436           5757         137        20                -           0.0000          -
8718.80/440.81	c       441           5757         137        20                -           0.0000          -
8819.89/445.91	c       446           5757         137        20                -           0.0000          -
8918.51/450.97	c       451           5757         137        20                -           0.0000          -
9017.54/455.98	c       456           5774         134        20                -           0.0000          -
9116.34/461.00	c       461           5774         134        20                -           0.0000          -
9218.08/466.11	c       466           5774         134        20                -           0.0000          -
9319.25/471.19	c       471           5774         134        20                -           0.0000          -
9419.55/476.25	c       476          13473         273        20                -           0.0000          -
9520.61/481.31	c       481           5920         133        20                -           0.0000          -
9619.80/486.37	c       486           5920         133        20                -           0.0000          -
9720.99/491.41	c       491           5920         133        20                -           0.0000          -
9820.18/496.46	c       496           5920         133        20                -           0.0000          -
9921.31/501.52	c       502          13781         255        20                -           0.0000          -
10022.38/506.60	c       507           6072         132        20                -           0.0000          -
10121.45/511.67	c       512           6072         132        20                -           0.0000          -
10222.59/516.71	c       517           6072         132        20                -           0.0000          -
10321.60/521.77	c       522           6072         132        20                -           0.0000          -
10422.80/526.83	c       527          14495         262        20                -           0.0000          -
10521.85/531.84	c       532           6520         137        20                -           0.0000          -
10620.95/536.85	c       537          15064         277        20                -           0.0000          -
10721.66/541.90	c       542           7027         133        20                -           0.0000          -
10820.66/546.99	c       547           7027         133        20                -           0.0000          -
10919.65/552.00	c       552           7027         133        20                -           0.0000          -
11021.15/557.06	c       557           7048         133        20                -           0.0000          -
11122.02/562.15	c       562           7048         133        20                -           0.0000          -
11222.64/567.22	c       567           7048         133        20                -           0.0000          -
11323.46/572.36	c       572           7048         133        20                -           0.0000          -
11424.58/577.42	c       577           7048         133        20                -           0.0000          -
11525.59/582.50	c       583          49210         288        20                -           0.0000          -
11624.67/587.58	c       588           7538         135        20                -           0.0000          -
11725.71/592.64	c       593           7538         135        20                -           0.0000          -
11826.66/597.73	c       598           7538         135        20                -           0.0000          -
11925.65/602.74	c       603          51449         259        20                -           0.0000          -
12026.67/607.86	c       608          52014         258        20                -           0.0000          -
12127.54/612.90	c       613          52646         259        20                -           0.0000          -
12226.46/617.95	c       618           8606         149        20                -           0.0000          -
12325.54/623.02	c       623           8606         149        20                -           0.0000          -
12426.95/628.03	c       628           8606         149        20                -           0.0000          -
12527.86/633.12	c       633         282047          43        20                -           0.0000          -
12627.00/638.18	c       638           8959         163        20                -           0.0000          -
12727.26/643.25	c       643           8959         163        20                -           0.0000          -
12826.21/648.29	c       648          21508         277        20                -           0.0000          -
12927.13/653.35	c       653          21508         277        20                -           0.0000          -
13026.10/658.35	c       658          21508         277        20                -           0.0000          -
13125.12/663.39	c       663         282418          34        20                -           0.0000          -
13228.02/668.52	c       669          10191         162        20                -           0.0000          -
13327.08/673.58	c       674          10191         162        20                -           0.0000          -
13428.11/678.65	c       679          10273         162        20                -           0.0000          -
13528.89/683.70	c       684          10360         153        20                -           0.0000          -
13627.82/688.75	c       689          10360         153        20                -           0.0000          -
13728.69/693.80	c       694          10430         155        20                -           0.0000          -
13827.80/698.87	c       699          10431         156        20                -           0.0000          -
13928.84/703.93	c       704          10742         158        20                -           0.0000          -
14027.77/708.98	c       709          10793         158        20                -           0.0000          -
14129.22/714.05	c       714          10842         160        20                -           0.0000          -
14228.34/719.07	c       719          10842         160        20                -           0.0000          -
14327.36/724.11	c       724          10842         160        20                -           0.0000          -
14428.20/729.16	c       729          10842         160        20                -           0.0000          -
14528.59/734.27	c       734          10842         160        20                -           0.0000          -
14627.56/739.28	c       739          66842         285        20                -           0.0000          -
14728.35/744.34	c       744          11333         159        20                -           0.0000          -
14827.17/749.37	c       749          67901         294        20                -           0.0000          -
14928.24/754.42	c       754          68327         303        20                -           0.0000          -
15027.35/759.45	c       759          11858         143        20                -           0.0000          -
15128.45/764.51	c       765          11858         143        20                -           0.0000          -
15227.51/769.57	c       770          11858         143        20                -           0.0000          -
15328.54/774.62	c       775          12129         155        20                -           0.0000          -
15427.55/779.67	c       780          12252         149        20                -           0.0000          -
15528.65/784.73	c       785          12252         149        20                -           0.0000          -
15629.64/789.81	c       790          12252         149        20                -           0.0000          -
15728.72/794.88	c       795          12252         149        20                -           0.0000          -
15829.78/799.93	c       800          12551         153        20                -           0.0000          -
15928.77/805.00	c       805          30957         257        20                -           0.0000          -
16030.44/810.08	c       810          30957         257        20                -           0.0000          -
16131.27/815.13	c       815          13067         155        20                -           0.0000          -
16230.64/820.17	c       820          13067         155        20                -           0.0000          -
16331.03/825.23	c       825          13067         155        20                -           0.0000          -
16430.13/830.26	c       830          31532         266        20                -           0.0000          -
16531.06/835.35	c       835          31532         266        20                -           0.0000          -
16630.17/840.39	c       840          31642         242        20                -           0.0000          -
16731.29/845.45	c       845          31642         242        20                -           0.0000          -
16830.22/850.47	c       850          32057         261        20                -           0.0000          -
16931.28/855.55	c       856          15050         148        20                -           0.0000          -
17032.27/860.61	c       861          15050         148        20                -           0.0000          -
17131.42/865.69	c       866          33111         238        20                -           0.0000          -
17232.49/870.75	c       871          33633         260        20                -           0.0000          -
17331.52/875.76	c       876          15756         148        20                -           0.0000          -
17432.45/880.82	c       881          15865         149        20                -           0.0000          -
17531.46/885.87	c       886          15945         159        20                -           0.0000          -
17630.53/890.90	c       891          16248         144        20                -           0.0000          -
17731.41/896.00	c       896          16567         145        20                -           0.0000          -
17830.16/901.04	c       901          36244         269        20                -           0.0000          -
17933.86/906.15	c       906          16935         150        20                -           0.0000          -
18032.97/911.19	c       911          16935         150        20                -           0.0000          -
18135.15/916.32	c       916          37231         242        20                -           0.0000          -
18234.19/921.36	c       921          37443         251        20                -           0.0000          -
18335.28/926.42	c       926          37443         251        20                -           0.0000          -
18434.32/931.47	c       931          18114         138        20                -           0.0000          -
18535.36/936.52	c       937          18114         138        20                -           0.0000          -
18634.37/941.58	c       942          18114         138        20                -           0.0000          -
18735.33/946.62	c       947          91430         278        20                -           0.0000          -
18834.39/951.63	c       952          18533         143        20                -           0.0000          -
18933.38/956.64	c       957          18821         142        20                -           0.0000          -
19032.43/961.69	c       962          18883         151        20                -           0.0000          -
19133.46/966.77	c       967          40360         297        20                -           0.0000          -
19234.54/971.83	c       972          19447         145        20                -           0.0000          -
19333.69/976.90	c       977          19447         145        20                -           0.0000          -
19434.62/981.94	c       982          94856         312        20                -           0.0000          -
19536.29/987.06	c       987          19451         146        20                -           0.0000          -
19635.39/992.09	c       992          19451         146        20                -           0.0000          -
19736.31/997.18	c       997          41799         297        20                -           0.0000          -
19835.10/1002.19	c      1002          42011         299        20                -           0.0000          -
19937.53/1007.32	c      1007          42261         290        20                -           0.0000          -
20036.28/1012.37	c      1012          42369         281        20                -           0.0000          -
20137.09/1017.43	c      1017          43042         256        20                -           0.0000          -
20235.95/1022.48	c      1022          20876         166        20                -           0.0000          -
20336.86/1027.54	c      1028          20876         166        20                -           0.0000          -
20435.84/1032.58	c      1033          20876         166        20                -           0.0000          -
20536.92/1037.64	c      1038          20876         166        20                -           0.0000          -
20636.00/1042.69	c      1043          20876         166        20                -           0.0000          -
20737.04/1047.77	c      1048          21052         156        20                -           0.0000          -
20838.12/1052.83	c      1053          21052         156        20                -           0.0000          -
20937.16/1057.85	c      1058          21052         156        20                -           0.0000          -
21038.15/1062.90	c      1063          21213         157        20                -           0.0000          -
21137.17/1067.98	c      1068          21271         160        20                -           0.0000          -
21238.58/1073.07	c      1073          21271         160        20                -           0.0000          -
21337.58/1078.12	c      1078          21271         160        20                -           0.0000          -
21438.69/1083.18	c      1083          21271         160        20                -           0.0000          -
21539.13/1088.23	c      1088         107842         251        20                -           0.0000          -
21638.22/1093.26	c      1093         108361         245        20                -           0.0000          -
21739.02/1098.35	c      1098          50732         337        20                -           0.0000          -
21839.96/1103.42	c      1103          51362         317        20                -           0.0000          -
21939.03/1108.44	c      1108          51897         311        20                -           0.0000          -
22038.10/1113.50	c      1114          22814         152        20                -           0.0000          -
22141.16/1118.60	c      1119          22961         190        20                -           0.0000          -
22240.26/1123.64	c      1124          23198         162        20                -           0.0000          -
22341.29/1128.70	c      1129          23198         162        20                -           0.0000          -
22440.41/1133.77	c      1134          23198         162        20                -           0.0000          -
22541.53/1138.81	c      1139          23382         162        20                -           0.0000          -
22640.68/1143.89	c      1144          54718         533        20                -           0.0000          -
22741.80/1148.94	c      1149          54972         540        20                -           0.0000          -
22840.87/1154.00	c      1154          55554         607        20                -           0.0000          -
22942.61/1159.05	c      1159          56028         609        20                -           0.0000          -
23041.64/1164.09	c      1164          56608         665        20                -           0.0000          -
23142.65/1169.14	c      1169          25338         151        20                -           0.0000          -
23241.97/1174.19	c      1174          57268         701        20                -           0.0000          -
23342.29/1179.22	c      1179          26026         153        20                -           0.0000          -
23441.42/1184.29	c      1184          26089         149        20                -           0.0000          -
23542.53/1189.34	c      1189          26089         149        20                -           0.0000          -
23643.66/1194.40	c      1194          26089         149        20                -           0.0000          -
23742.64/1199.44	c      1199          26089         149        20                -           0.0000          -
23841.67/1204.49	c      1204         119570         277        20                -           0.0000          -
23942.79/1209.52	c      1210         119916         241        20                -           0.0000          -
24041.91/1214.53	c      1215          61599         987        20                -           0.0000          -
24141.03/1219.56	c      1220          62051         995        20                -           0.0000          -
24242.04/1224.64	c      1225          62051         995        20                -           0.0000          -
24343.11/1229.71	c      1230          62188        1027        20                -           0.0000          -
24442.14/1234.77	c      1235          28402         159        20                -           0.0000          -
24543.06/1239.82	c      1240         122000         263        20                -           0.0000          -
24642.18/1244.88	c      1245          63325        1101        20                -           0.0000          -
24743.28/1249.92	c      1250         122740         264        20                -           0.0000          -
24842.35/1255.00	c      1255          29377         167        20                -           0.0000          -
24944.05/1260.04	c      1260          29377         167        20                -           0.0000          -
25043.07/1265.08	c      1265          64263        1272        20                -           0.0000          -
25142.31/1270.09	c      1270          29779         171        20                -           0.0000          -
25243.40/1275.20	c      1275          29779         171        20                -           0.0000          -
25343.82/1280.24	c      1280          64660        1366        20                -           0.0000          -
25444.93/1285.31	c      1285          64660        1366        20                -           0.0000          -
25543.96/1290.36	c      1290          29912         165        20                -           0.0000          -
25645.08/1295.40	c      1295          29912         165        20                -           0.0000          -
25744.16/1300.45	c      1300         498129          40        20                -           0.0000          -
25843.24/1305.48	c      1305         499882          52        20                -           0.0000          -
25944.28/1310.52	c      1311         501607          51        20                -           0.0000          -
26043.31/1315.52	c      1316          66763        1542        20                -           0.0000          -
26142.20/1320.54	c      1321         129062         320        20                -           0.0000          -
26241.26/1325.55	c      1326          67203        1627        20                -           0.0000          -
26342.30/1330.62	c      1331          31532         193        20                -           0.0000          -
26441.39/1335.68	c      1336          31532         193        20                -           0.0000          -
26544.26/1340.81	c      1341          31715         182        20                -           0.0000          -
26643.28/1345.87	c      1346         480481          34        20                -           0.0000          -
26744.33/1350.94	c      1351          32337         178        20                -           0.0000          -
26843.30/1356.02	c      1356          69097        1726        20                -           0.0000          -
26944.93/1361.08	c      1361          32610         179        20                -           0.0000          -
27043.88/1366.12	c      1366          32690         175        20                -           0.0000          -
27145.11/1371.17	c      1371          32690         175        20                -           0.0000          -
27245.45/1376.22	c      1376         488736          38        20                -           0.0000          -
27344.61/1381.27	c      1381          32787         166        20                -           0.0000          -
27445.74/1386.32	c      1386          32787         166        20                -           0.0000          -
27544.78/1391.39	c      1391          32787         166        20                -           0.0000          -
27645.79/1396.43	c      1396          72430        2013        20                -           0.0000          -
27744.80/1401.48	c      1401          72481        2013        20                -           0.0000          -
27845.78/1406.54	c      1407         496375          36        20                -           0.0000          -
27944.80/1411.58	c      1412         497722          42        20                -           0.0000          -
28045.76/1416.63	c      1417          74237        1925        20                -           0.0000          -
28144.80/1421.68	c      1422          74364        1939        20                -           0.0000          -
28245.77/1426.73	c      1427          74877        2034        20                -           0.0000          -
28344.82/1431.77	c      1432          75106        2118        20                -           0.0000          -
28445.86/1436.83	c      1437         504331          35        20                -           0.0000          -
28544.90/1441.89	c      1442         505509          30        20                -           0.0000          -
28645.89/1446.91	c      1447         506696          35        20                -           0.0000          -
28744.89/1451.93	c      1452          75965        2286        20                -           0.0000          -
28843.88/1456.94	c      1457          36490         159        20                -           0.0000          -
28942.83/1461.99	c      1462         142341         314        20                -           0.0000          -
29041.80/1467.00	c      1467          77114        2394        20                -           0.0000          -
29143.49/1472.05	c      1472          77741        2502        20                -           0.0000          -
29242.53/1477.08	c      1477          37687         190        20                -           0.0000          -
29343.15/1482.13	c      1482          78638        2593        20                -           0.0000          -
29442.30/1487.18	c      1487          78776        2615        20                -           0.0000          -
29541.24/1492.19	c      1492          78908        2611        20                -           0.0000          -
29643.51/1497.31	c      1497         145217         308        20                -           0.0000          -
29742.49/1502.36	c      1502         521319          33        20                -           0.0000          -
29841.50/1507.39	c      1507          80843        2602        20                -           0.0000          -
29942.45/1512.42	c      1512          40196         186        20                -           0.0000          -
30041.49/1517.45	c      1517          40196         186        20                -           0.0000          -
30142.50/1522.55	c      1523          40282         200        20                -           0.0000          -
30245.39/1527.71	c      1528          40773         203        20                -           0.0000          -
30344.35/1532.77	c      1533          41241         191        20                -           0.0000          -
30445.25/1537.87	c      1538          41628         193        20                -           0.0000          -
30546.23/1542.92	c      1543          84708        2742        20                -           0.0000          -
30645.15/1547.98	c      1548          85170        2780        20                -           0.0000          -
30744.15/1552.98	c      1553          85695        2797        20                -           0.0000          -
30843.10/1558.01	c      1558         151066         351        20                -           0.0000          -
30944.67/1563.13	c      1563          87112        2862        20                -           0.0000          -
31045.75/1568.17	c      1568          87112        2862        20                -           0.0000          -
31146.00/1573.24	c      1573         152708         332        20                -           0.0000          -
31244.95/1578.29	c      1578          44989         175        20                -           0.0000          -
31345.92/1583.31	c      1583         153683         330        20                -           0.0000          -
31446.95/1588.41	c      1588         154060         320        20                -           0.0000          -
31545.97/1593.45	c      1593          89440        3158        20                -           0.0000          -
31648.93/1598.65	c      1599          46070         178        20                -           0.0000          -
31749.89/1603.72	c      1604          90113        2947        20                -           0.0000          -
31848.89/1608.78	c      1609         548765          42        20                -           0.0000          -
31949.87/1613.84	c      1614         550172          39        20                -           0.0000          -
32050.85/1618.94	c      1619         551513          41        20                -           0.0000          -
32149.84/1623.97	c      1624         552942          40        20                -           0.0000          -
32251.44/1629.04	c      1629         157291         350        20                -           0.0000          -
32350.43/1634.10	c      1634         157700         350        20                -           0.0000          -
32451.40/1639.14	c      1639          49279         177        20                -           0.0000          -
32550.61/1644.18	c      1644          49279         177        20                -           0.0000          -
32650.81/1649.26	c      1649          95190        2357        20                -           0.0000          -
32751.83/1654.31	c      1654          95190        2357        20                -           0.0000          -
32850.82/1659.36	c      1659         562426          42        20                -           0.0000          -
32951.79/1664.40	c      1664          50366         197        20                -           0.0000          -
33050.79/1669.46	c      1669          50366         197        20                -           0.0000          -
33151.83/1674.50	c      1675          50366         197        20                -           0.0000          -
33250.86/1679.56	c      1680          96825        2514        20                -           0.0000          -
33349.83/1684.58	c      1685         161763         399        20                -           0.0000          -
33448.86/1689.59	c      1690          97327        2498        20                -           0.0000          -
33549.85/1694.68	c      1695          51343         185        20                -           0.0000          -
33650.83/1699.80	c      1700          51343         185        20                -           0.0000          -
33751.81/1704.81	c      1705          98138        2516        20                -           0.0000          -
33850.80/1709.90	c      1710          98898        2516        20                -           0.0000          -
33951.83/1714.94	c      1715          99544        2558        20                -           0.0000          -
34050.84/1720.00	c      1720          53026         181        20                -           0.0000          -
34152.43/1725.04	c      1725          53370         210        20                -           0.0000          -
34251.54/1730.10	c      1730         100873        2410        20                -           0.0000          -
34352.46/1735.14	c      1735         101085        2396        20                -           0.0000          -
34451.45/1740.19	c      1740         101790        2419        20                -           0.0000          -
34551.71/1745.24	c      1745          54993         236        20                -           0.0000          -
34650.68/1750.28	c      1750          54993         236        20                -           0.0000          -
34751.64/1755.33	c      1755         103595        2332        20                -           0.0000          -
34850.64/1760.39	c      1760         167814         425        20                -           0.0000          -
34951.65/1765.44	c      1765         103945        2434        20                -           0.0000          -
35050.67/1770.49	c      1770         168526         418        20                -           0.0000          -
35151.62/1775.54	c      1776         168893         439        20                -           0.0000          -
35250.60/1780.60	c      1781         105301        2822        20                -           0.0000          -
35351.52/1785.64	c      1786         169733         472        20                -           0.0000          -
35450.49/1790.69	c      1791         170265         480        20                -           0.0000          -
35551.55/1795.75	c      1796         170749         497        20                -           0.0000          -
35650.67/1800.76	c      1801         171255         522        20                -           0.0000          -
35751.78/1805.80	c      1806         107867        3111        20                -           0.0000          -
35850.81/1810.86	c      1811          60412         171        20                -           0.0000          -
35951.86/1815.92	c      1816          60793         179        20                -           0.0000          -
36050.95/1820.97	c      1821          60989         168        20                -           0.0000          -
36150.03/1826.03	c      1826          60989         168        20                -           0.0000          -
36251.75/1831.08	c      1831          60989         168        20                -           0.0000          -
36352.95/1836.14	c      1836         665031          47        20                -           0.0000          -
36451.86/1841.18	c      1841         666262          37        20                -           0.0000          -
36552.29/1846.24	c      1846         668085          72        20                -           0.0000          -
36651.34/1851.29	c      1851         176376         566        20                -           0.0000          -
36752.39/1856.35	c      1856         176954         564        20                -           0.0000          -
36851.48/1861.39	c      1861          63154         150        20                -           0.0000          -
36952.60/1866.45	c      1866         178099         515        20                -           0.0000          -
37051.81/1871.49	c      1872         178663         489        20                -           0.0000          -
37152.88/1876.54	c      1877          63761         166        20                -           0.0000          -
37251.90/1881.60	c      1882          64157         203        20                -           0.0000          -
37353.01/1886.61	c      1887          64590         187        20                -           0.0000          -
37452.10/1891.65	c      1892          65002         196        20                -           0.0000          -
37553.26/1896.71	c      1897          65002         196        20                -           0.0000          -
37652.41/1901.75	c      1902         685001          38        20                -           0.0000          -
37755.39/1906.96	c      1907         686531          38        20                -           0.0000          -
37854.47/1912.01	c      1912         688322          49        20                -           0.0000          -
37953.47/1917.03	c      1917         689622          37        20                -           0.0000          -
38056.86/1922.14	c      1922         120357        4326        20                -           0.0000          -
38157.36/1927.22	c      1927         692850          39        20                -           0.0000          -
38258.30/1932.30	c      1932         694169          39        20                -           0.0000          -
38357.26/1937.36	c      1937         185982         464        20                -           0.0000          -
38458.21/1942.41	c      1942         186474         463        20                -           0.0000          -
38557.17/1947.43	c      1947         186969         466        20                -           0.0000          -
38658.11/1952.50	c      1953         123247        4695        20                -           0.0000          -
38757.11/1957.55	c      1958         123622        4688        20                -           0.0000          -
38856.15/1962.56	c      1963          71147         173        20                -           0.0000          -
38957.10/1967.62	c      1968         703865          48        20                -           0.0000          -
39058.02/1972.76	c      1973         124883        4744        20                -           0.0000          -
39158.98/1977.81	c      1978         125547        4780        20                -           0.0000          -
39257.98/1982.86	c      1983         126289        4878        20                -           0.0000          -
39358.99/1987.91	c      1988         126457        4866        20                -           0.0000          -
39458.02/1992.97	c      1993         711492          38        20                -           0.0000          -
39557.03/1998.02	c      1998          74131         183        20                -           0.0000          -
39658.79/2003.06	c      2003         127809        4856        20                -           0.0000          -
39757.87/2008.11	c      2008         192588         457        20                -           0.0000          -
39858.90/2013.16	c      2013          74927         178        20                -           0.0000          -
39958.93/2018.22	c      2018         719466          41        20                -           0.0000          -
40057.88/2023.25	c      2023         720563          38        20                -           0.0000          -
40156.84/2028.29	c      2028         721691          37        20                -           0.0000          -
40257.79/2033.32	c      2033         662865          38        20                -           0.0000          -
40358.79/2038.40	c      2038         132374        5113        20                -           0.0000          -
40457.81/2043.40	c      2043         665469          39        20                -           0.0000          -
40556.84/2048.44	c      2048          77458         160        20                -           0.0000          -
40655.84/2053.47	c      2053          77693         160        20                -           0.0000          -
40758.79/2058.61	c      2059         669637          36        20                -           0.0000          -
40857.75/2063.65	c      2064         134611        5199        20                -           0.0000          -
40958.72/2068.71	c      2069         135139        5295        20                -           0.0000          -
41057.72/2073.75	c      2074         673605          42        20                -           0.0000          -
41158.68/2078.81	c      2079          79527         164        20                -           0.0000          -
41257.69/2083.85	c      2084          79527         164        20                -           0.0000          -
41358.67/2088.91	c      2089          79527         164        20                -           0.0000          -
41457.53/2093.96	c      2094          79527         164        20                -           0.0000          -
41556.51/2099.00	c      2099         199707         448        20                -           0.0000          -
41658.01/2104.05	c      2104         200098         447        20                -           0.0000          -
41757.19/2109.10	c      2109         200528         451        20                -           0.0000          -
41857.88/2114.15	c      2114         139563        5395        20                -           0.0000          -
41958.29/2119.20	c      2119         685094          32        20                -           0.0000          -
42057.29/2124.25	c      2124         140435        5458        20                -           0.0000          -
42156.30/2129.28	c      2129         687849          39        20                -           0.0000          -
42257.27/2134.34	c      2134         141060        5500        20                -           0.0000          -
42356.26/2139.35	c      2139         141261        5547        20                -           0.0000          -
42455.24/2144.38	c      2144          82325         164        20                -           0.0000          -
42556.24/2149.46	c      2149         141784        5605        20                -           0.0000          -
42657.21/2154.54	c      2155         142502        5603        20                -           0.0000          -
42756.20/2159.57	c      2160         143256        5649        20                -           0.0000          -
42857.17/2164.65	c      2165         144000        5669        20                -           0.0000          -
42958.08/2169.71	c      2170         144729        5650        20                -           0.0000          -
43057.06/2174.76	c      2175         145374        5688        20                -           0.0000          -
43158.02/2179.81	c      2180         145783        5639        20                -           0.0000          -
43257.04/2184.88	c      2185         208005         469        20                -           0.0000          -
43358.03/2189.97	c      2190         146083        5647        20                -           0.0000          -
43459.60/2195.05	c      2195         208822         488        20                -           0.0000          -
43558.66/2200.11	c      2200         706305          38        20                -           0.0000          -
43659.71/2205.17	c      2205         146861        5798        20                -           0.0000          -
43759.97/2210.22	c      2210          86544         161        20                -           0.0000          -
43859.03/2215.29	c      2215          86544         161        20                -           0.0000          -
43960.00/2220.34	c      2220         148745        5640        20                -           0.0000          -
44059.00/2225.39	c      2225         149526        5638        20                -           0.0000          -
44159.97/2230.44	c      2230         211415         497        20                -           0.0000          -
44258.95/2235.49	c      2236          88175         151        20                -           0.0000          -
44359.95/2240.53	c      2241          88175         151        20                -           0.0000          -
44458.93/2245.59	c      2246          88175         151        20                -           0.0000          -
44559.89/2250.64	c      2251          88175         151        20                -           0.0000          -
44658.74/2255.70	c      2256         720882          40        20                -           0.0000          -
44759.72/2260.74	c      2261         153803        5566        20                -           0.0000          -
44858.70/2265.79	c      2266          89258         150        20                -           0.0000          -
44959.68/2270.84	c      2271          89609         152        20                -           0.0000          -
45058.67/2275.90	c      2276         726204          41        20                -           0.0000          -
45159.64/2280.93	c      2281         727639          33        20                -           0.0000          -
45258.65/2286.00	c      2286         156221        5418        20                -           0.0000          -
45360.35/2291.04	c      2291         156253        5410        20                -           0.0000          -
45459.39/2296.09	c      2296         156644        5420        20                -           0.0000          -
45560.25/2301.15	c      2301         156644        5420        20                -           0.0000          -
45658.99/2306.15	c      2306         218959         496        20                -           0.0000          -
45758.07/2311.16	c      2311         801225          47        20                -           0.0000          -
45857.25/2316.18	c      2316         802401          49        20                -           0.0000          -
45957.50/2321.23	c      2321         159042        5401        20                -           0.0000          -
46056.48/2326.25	c      2326         159649        5448        20                -           0.0000          -
46155.46/2331.28	c      2331         806121          42        20                -           0.0000          -
46256.57/2336.32	c      2336          93419         164        20                -           0.0000          -
46355.38/2341.33	c      2341          93724         163        20                -           0.0000          -
46454.36/2346.38	c      2346          94020         172        20                -           0.0000          -
46555.32/2351.42	c      2351          94238         177        20                -           0.0000          -
46654.33/2356.42	c      2356         163554        5196        20                -           0.0000          -
46755.31/2361.50	c      2362          94610         191        20                -           0.0000          -
46854.32/2366.56	c      2367          94923         173        20                -           0.0000          -
46955.25/2371.61	c      2372         164796        5074        20                -           0.0000          -
47054.22/2376.65	c      2377         227004         486        20                -           0.0000          -
47155.21/2381.71	c      2382         165169        5174        20                -           0.0000          -
47254.25/2386.75	c      2387         165169        5174        20                -           0.0000          -
47355.21/2391.81	c      2392         165360        5213        20                -           0.0000          -
47454.21/2396.82	c      2397          96250         158        20                -           0.0000          -
47553.21/2401.82	c      2402         760452          39        20                -           0.0000          -
47652.20/2406.87	c      2407         166912        5247        20                -           0.0000          -
47753.14/2411.95	c      2412         763133          47        20                -           0.0000          -
47852.12/2417.00	c      2417         764391          32        20                -           0.0000          -
47953.75/2422.07	c      2422         168572        5194        20                -           0.0000          -
48054.82/2427.14	c      2427         766864          37        20                -           0.0000          -
48153.88/2432.16	c      2432         768054          42        20                -           0.0000          -
48253.99/2437.24	c      2437          98563         159        20                -           0.0000          -
48353.00/2442.30	c      2442          98563         159        20                -           0.0000          -
48453.98/2447.35	c      2447          98563         159        20                -           0.0000          -
48554.93/2452.41	c      2452         773145          33        20                -           0.0000          -
48653.93/2457.41	c      2457         173762        5285        20                -           0.0000          -
48752.97/2462.45	c      2462          99358         199        20                -           0.0000          -
48851.97/2467.49	c      2467          99358         199        20                -           0.0000          -
48952.99/2472.55	c      2473          99358         199        20                -           0.0000          -
49054.00/2477.61	c      2478          99358         199        20                -           0.0000          -
49153.01/2482.68	c      2483         780961          39        20                -           0.0000          -
49254.00/2487.73	c      2488         174738        5250        20                -           0.0000          -
49353.02/2492.74	c      2493          99924         172        20                -           0.0000          -
49453.98/2497.80	c      2498         243938         517        20                -           0.0000          -
49552.94/2502.85	c      2503         244715         531        20                -           0.0000          -
49653.93/2507.93	c      2508         100410         180        20                -           0.0000          -
49752.92/2513.02	c      2513         100410         180        20                -           0.0000          -
49854.42/2518.04	c      2518         100410         180        20                -           0.0000          -
49953.48/2523.06	c      2523         178028        5126        20                -           0.0000          -
50054.45/2528.16	c      2528         248808         506        20                -           0.0000          -
50154.74/2533.21	c      2533         249499         502        20                -           0.0000          -
50253.73/2538.26	c      2538         101727         201        20                -           0.0000          -
50354.70/2543.31	c      2543         250887         505        20                -           0.0000          -
50453.67/2548.37	c      2548         251504         498        20                -           0.0000          -
50554.60/2553.41	c      2553         252287         496        20                -           0.0000          -
50653.60/2558.46	c      2558         182309        5252        20                -           0.0000          -
50754.62/2563.55	c      2564         103009         186        20                -           0.0000          -
50853.62/2568.55	c      2569         103009         186        20                -           0.0000          -
50952.59/2573.58	c      2574         876306         148        20                -           0.0000          -
51053.53/2578.66	c      2579         103538         190        20                -           0.0000          -
51152.51/2583.69	c      2584         103538         190        20                -           0.0000          -
51253.50/2588.79	c      2589         103538         190        20                -           0.0000          -
51354.49/2593.81	c      2594         881864          47        20                -           0.0000          -
51453.46/2598.82	c      2599         186702        5233        20                -           0.0000          -
51552.39/2603.88	c      2604         186702        5233        20                -           0.0000          -
51651.35/2608.89	c      2609         886803          43        20                -           0.0000          -
51754.87/2614.13	c      2614         105093         168        20                -           0.0000          -
51855.95/2619.19	c      2619         105093         168        20                -           0.0000          -
51956.08/2624.23	c      2624         890614          40        20                -           0.0000          -
52055.05/2629.27	c      2629         891952          42        20                -           0.0000          -
52155.93/2634.34	c      2634         893240          41        20                -           0.0000          -
52254.89/2639.34	c      2639         894451          44        20                -           0.0000          -
52355.85/2644.43	c      2644         895878          57        20                -           0.0000          -
52454.80/2649.49	c      2649         897350          39        20                -           0.0000          -
52555.72/2654.53	c      2655         898522          41        20                -           0.0000          -
52654.69/2659.58	c      2660         193109        5374        20                -           0.0000          -
52753.65/2664.59	c      2665         901537          38        20                -           0.0000          -
52854.49/2669.65	c      2670         108361         167        20                -           0.0000          -
52955.44/2674.73	c      2675         108651         164        20                -           0.0000          -
53054.41/2679.78	c      2680         905146          38        20                -           0.0000          -
53155.39/2684.81	c      2685         906346          40        20                -           0.0000          -
53254.30/2689.88	c      2690         907648          34        20                -           0.0000          -
53355.25/2694.94	c      2695         268843         491        20                -           0.0000          -
53454.23/2699.95	c      2700         910155          41        20                -           0.0000          -
53555.83/2705.04	c      2705         911768          39        20                -           0.0000          -
53654.80/2710.08	c      2710         913199          44        20                -           0.0000          -
53755.61/2715.13	c      2715         914579          44        20                -           0.0000          -
53854.67/2720.18	c      2720         270729         504        20                -           0.0000          -
53954.97/2725.23	c      2725         112187         158        20                -           0.0000          -
54053.93/2730.27	c      2730         201134        6421        20                -           0.0000          -
54152.84/2735.30	c      2735         201749        6475        20                -           0.0000          -
54253.76/2740.38	c      2740         202525        6483        20                -           0.0000          -
54354.73/2745.44	c      2745         203302        6519        20                -           0.0000          -
54453.69/2750.45	c      2750         204089        6520        20                -           0.0000          -
54554.66/2755.54	c      2756         204448        6545        20                -           0.0000          -
54653.69/2760.59	c      2761         928174          42        20                -           0.0000          -
54754.69/2765.61	c      2766         929768          42        20                -           0.0000          -
54853.73/2770.68	c      2771         205929        6576        20                -           0.0000          -
54954.71/2775.72	c      2776         115780         173        20                -           0.0000          -
55053.67/2780.73	c      2781         116049         167        20                -           0.0000          -
55152.63/2785.79	c      2786         116370         154        20                -           0.0000          -
55253.59/2790.80	c      2791         277301         507        20                -           0.0000          -
55352.58/2795.83	c      2796         277671         498        20                -           0.0000          -
55451.70/2800.85	c      2801         209022        6638        20                -           0.0000          -
55550.79/2805.86	c      2806         209856        6625        20                -           0.0000          -
55649.59/2810.88	c      2811         117962         150        20                -           0.0000          -
55750.56/2815.92	c      2816         118246         184        20                -           0.0000          -
55849.55/2820.97	c      2821         118246         184        20                -           0.0000          -
55948.49/2826.03	c      2826         118246         184        20                -           0.0000          -
56050.03/2831.07	c      2831         213184        6546        20                -           0.0000          -
56149.09/2836.13	c      2836         213840        6546        20                -           0.0000          -
56250.01/2841.15	c      2841         119078         160        20                -           0.0000          -
56349.09/2846.18	c      2846         119099         154        20                -           0.0000          -
56449.36/2851.27	c      2851         119216         158        20                -           0.0000          -
56550.34/2856.30	c      2856         119216         158        20                -           0.0000          -
56649.35/2861.34	c      2861         119216         158        20                -           0.0000          -
56748.33/2866.36	c      2866         119216         158        20                -           0.0000          -
56849.30/2871.41	c      2871         218094        6708        20                -           0.0000          -
56948.24/2876.47	c      2876         218908        6755        20                -           0.0000          -
57047.22/2881.48	c      2881         961595          43        20                -           0.0000          -
57148.18/2886.53	c      2887         120162         155        20                -           0.0000          -
57249.15/2891.60	c      2892         120162         155        20                -           0.0000          -
57348.17/2896.69	c      2897         220586        6595        20                -           0.0000          -
57449.14/2901.74	c      2902         895618          42        20                -           0.0000          -
57548.02/2906.80	c      2907         897140          38        20                -           0.0000          -
57648.90/2911.80	c      2912         898463          38        20                -           0.0000          -
57747.89/2916.83	c      2917         899827          40        20                -           0.0000          -
57848.87/2922.00	c      2922         973108          43        20                -           0.0000          -
57950.54/2927.07	c      2927         974541          33        20                -           0.0000          -
58049.46/2932.12	c      2932         975816          41        20                -           0.0000          -
58150.56/2937.19	c      2937         122827         164        20                -           0.0000          -
58250.77/2942.25	c      2942         978382          37        20                -           0.0000          -
58349.74/2947.25	c      2947         907860          40        20                -           0.0000          -
58450.70/2952.31	c      2952         909112          45        20                -           0.0000          -
58551.67/2957.42	c      2957         123948         166        20                -           0.0000          -
58650.66/2962.49	c      2962         984032          36        20                -           0.0000          -
58751.60/2967.55	c      2968         913348          32        20                -           0.0000          -
58852.57/2972.60	c      2973         914623          37        20                -           0.0000          -
58951.56/2977.66	c      2978         915939          46        20                -           0.0000          -
59052.54/2982.72	c      2983         989197          43        20                -           0.0000          -
59151.52/2987.77	c      2988         918753          35        20                -           0.0000          -
59252.47/2992.82	c      2993         919959          38        20                -           0.0000          -
59351.47/2997.89	c      2998         127460         210        20                -           0.0000          -
59452.49/3002.95	c      3003         127460         210        20                -           0.0000          -
59551.49/3008.01	c      3008         924035          32        20                -           0.0000          -
59653.18/3013.07	c      3013         925220          33        20                -           0.0000          -
59752.11/3018.11	c      3018         926491          36        20                -           0.0000          -
59853.03/3023.13	c      3023         128905         184        20                -           0.0000          -
59953.48/3028.22	c      3028         929261          34        20                -           0.0000          -
60052.47/3033.27	c      3033         930738          41        20                -           0.0000          -
60153.45/3038.30	c      3038         129512         198        20                -           0.0000          -
60252.45/3043.32	c      3043         933515          33        20                -           0.0000          -
60351.43/3048.38	c      3048         129979         201        20                -           0.0000          -
60454.42/3053.50	c      3054         129979         201        20                -           0.0000          -
60553.43/3058.57	c      3059         129979         201        20                -           0.0000          -
60652.44/3063.57	c      3064         129979         201        20                -           0.0000          -
60753.35/3068.63	c      3069         940716          37        20                -           0.0000          -
60852.31/3073.69	c      3074         942163          33        20                -           0.0000          -
60953.26/3078.70	c      3079         943530          37        20                -           0.0000          -
61052.20/3083.72	c      3084         131506         241        20                -           0.0000          -
61153.16/3088.88	c      3089         131863         208        20                -           0.0000          -
61254.13/3093.93	c      3094         131863         208        20                -           0.0000          -
61353.11/3098.98	c      3099         948888          43        20                -           0.0000          -
61452.08/3104.03	c      3104         950147          34        20                -           0.0000          -
61553.83/3109.09	c      3109         951401          39        20                -           0.0000          -
61654.43/3114.15	c      3114         952834          42        20                -           0.0000          -
61753.53/3119.17	c      3119         954361          32        20                -           0.0000          -
61853.89/3124.26	c      3124         955755          36        20                -           0.0000          -
61954.83/3129.31	c      3129         957135          39        20                -           0.0000          -
62053.81/3134.36	c      3134         958319          33        20                -           0.0000          -
62154.81/3139.43	c      3139         959650          36        20                -           0.0000          -
62253.79/3144.49	c      3144         961077          33        20                -           0.0000          -
62354.74/3149.55	c      3150         962416          35        20                -           0.0000          -
62453.74/3154.59	c      3155         963704          39        20                -           0.0000          -
62554.69/3159.64	c      3160         965022          38        20                -           0.0000          -
62653.68/3164.69	c      3165         138507         198        20                -           0.0000          -
62754.68/3169.74	c      3170         138507         198        20                -           0.0000          -
62855.64/3174.80	c      3175         968962          44        20                -           0.0000          -
62954.52/3179.82	c      3180         970295          40        20                -           0.0000          -
63055.46/3184.91	c      3185         971592          35        20                -           0.0000          -
63154.46/3189.97	c      3190         263373        6825        20                -           0.0000          -
63253.47/3195.02	c      3195         974136          32        20                -           0.0000          -
63355.11/3200.07	c      3200         263836        6740        20                -           0.0000          -
63454.24/3205.12	c      3205         264146        6664        20                -           0.0000          -
63555.04/3210.17	c      3210         977976          33        20                -           0.0000          -
63655.38/3215.20	c      3215         979335          32        20                -           0.0000          -
63754.36/3220.27	c      3220         143166         185        20                -           0.0000          -
63855.34/3225.32	c      3225         143184         188        20                -           0.0000          -
63954.34/3230.37	c      3230         143320         191        20                -           0.0000          -
64055.28/3235.43	c      3235         143891         188        20                -           0.0000          -
64154.26/3240.48	c      3240         318318         514        20                -           0.0000          -
64255.23/3245.53	c      3246         318814         516        20                -           0.0000          -
64354.20/3250.57	c      3251         988102          40        20                -           0.0000          -
64455.19/3255.63	c      3256         270269        6820        20                -           0.0000          -
64554.24/3260.67	c      3261         270269        6820        20                -           0.0000          -
64655.23/3265.73	c      3266         992176          47        20                -           0.0000          -
64754.23/3270.75	c      3271         993628          40        20                -           0.0000          -
64853.13/3275.78	c      3276         995116          42        20                -           0.0000          -
64952.07/3280.79	c      3281         147415         209        20                -           0.0000          -
65051.03/3285.79	c      3286         273141        6690        20                -           0.0000          -
65152.02/3290.83	c      3291         322339         512        20                -           0.0000          -
65251.03/3295.89	c      3296         148551         226        20                -           0.0000          -
65352.15/3300.94	c      3301         148551         226        20                -           0.0000          -
65451.00/3305.97	c      3306         324471         548        20                -           0.0000          -
65552.85/3311.05	c      3311         148808         221        20                -           0.0000          -
65651.66/3316.10	c      3316         327114         544        20                -           0.0000          -
65752.75/3321.19	c      3321         149433         236        20                -           0.0000          -
65852.98/3326.25	c      3326         328760         523        20                -           0.0000          -
65953.95/3331.31	c      3331         276729        6534        20                -           0.0000          -
66053.02/3336.36	c      3336         276729        6534        20                -           0.0000          -
66154.00/3341.44	c      3341         150318         207        20                -           0.0000          -
66254.97/3346.52	c      3347         150521         215        20                -           0.0000          -
66353.96/3351.57	c      3352         150521         215        20                -           0.0000          -
66454.95/3356.63	c      3357         150521         215        20                -           0.0000          -
66553.96/3361.67	c      3362         279875        6565        20                -           0.0000          -
66654.87/3366.73	c      3367         280506        6681        20                -           0.0000          -
66753.82/3371.77	c      3372         281199        6809        20                -           0.0000          -
66854.77/3376.82	c      3377         281951        6872        20                -           0.0000          -
66953.80/3381.87	c      3382         282621        6836        20                -           0.0000          -
67054.79/3386.92	c      3387         283432        6628        20                -           0.0000          -
67153.74/3391.97	c      3392         284071        6545        20                -           0.0000          -
67252.72/3397.00	c      3397         284402        6697        20                -           0.0000          -
67351.73/3402.03	c      3402         154429         164        20                -           0.0000          -
67453.31/3407.09	c      3407         154790         177        20                -           0.0000          -
67554.25/3412.17	c      3412        1110703          30        20                -           0.0000          -
67654.54/3417.22	c      3417        1111992          32        20                -           0.0000          -
67753.49/3422.27	c      3422        1113576          34        20                -           0.0000          -
67854.48/3427.32	c      3427         155921         169        20                -           0.0000          -
67953.55/3432.34	c      3432         155921         169        20                -           0.0000          -
68052.55/3437.35	c      3437         156053         182        20                -           0.0000          -
68151.54/3442.40	c      3442        1120385          44        20                -           0.0000          -
68252.55/3447.44	c      3447         344747         548        20                -           0.0000          -
68351.53/3452.47	c      3452         345389         547        20                -           0.0000          -
68452.48/3457.51	c      3458         157486         164        20                -           0.0000          -
68551.46/3462.58	c      3463         157486         164        20                -           0.0000          -
68652.58/3467.64	c      3468         347558         540        20                -           0.0000          -
68751.37/3472.69	c      3473         348230         544        20                -           0.0000          -
68852.35/3477.74	c      3478         349056         537        20                -           0.0000          -
68953.30/3482.80	c      3483         349804         542        20                -           0.0000          -
69052.25/3487.81	c      3488         350493         537        20                -           0.0000          -
69151.23/3492.87	c      3493         159452         197        20                -           0.0000          -
69250.22/3497.87	c      3498        1052438          35        20                -           0.0000          -
69351.18/3502.99	c      3503        1053754          30        20                -           0.0000          -
69450.15/3508.03	c      3508         160127         196        20                -           0.0000          -
69551.91/3513.04	c      3513         160127         196        20                -           0.0000          -
69650.95/3518.12	c      3518         299356        6988        20                -           0.0000          -
69751.95/3523.17	c      3523        1059193          45        20                -           0.0000          -
69852.18/3528.29	c      3528         299783        6840        20                -           0.0000          -
69953.15/3533.34	c      3533         160902         173        20                -           0.0000          -
70052.07/3538.40	c      3538         161048         163        20                -           0.0000          -
70153.05/3543.47	c      3543         161048         163        20                -           0.0000          -
70254.04/3548.53	c      3549         161048         163        20                -           0.0000          -
70355.06/3553.61	c      3554        1067972          43        20                -           0.0000          -
70454.09/3558.65	c      3559         302909        6834        20                -           0.0000          -
70555.05/3563.71	c      3564        1071026          41        20                -           0.0000          -
70653.99/3568.75	c      3569        1072462          34        20                -           0.0000          -
70754.95/3573.80	c      3574         162267         185        20                -           0.0000          -
70853.88/3578.85	c      3579         162267         185        20                -           0.0000          -
70954.84/3583.90	c      3584        1077129          35        20                -           0.0000          -
71053.84/3588.95	c      3589        1078543          37        20                -           0.0000          -
71152.82/3594.00	c      3594        1079847          40        20                -           0.0000          -
71254.45/3599.05	c      3599        1081123          34        20                -           0.0000          -
71353.39/3604.08	c      3604         307388        7265        20                -           0.0000          -
71452.32/3609.09	c      3609         164297         199        20                -           0.0000          -
71551.34/3614.10	c      3614         164449         178        20                -           0.0000          -
71650.20/3619.11	c      3619         164449         178        20                -           0.0000          -
71751.29/3624.16	c      3624         310397        7742        20                -           0.0000          -
71851.36/3629.26	c      3629         311255        7912        20                -           0.0000          -
71952.34/3634.33	c      3634         312034        8025        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (188196 MiB free)
  memory of node 1: 193531 MiB (180280 MiB free)
  memory of node 2: 193531 MiB (190428 MiB free)
  memory of node 3: 193493 MiB (190575 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-4465784-1722562111/watcher-4465784-1722562111 -o /tmp/evaluation-result-4465784-1722562111/solver-4465784-1722562111 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137358 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465784-1722562111.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100117 s]*
/proc/loadavg: 79.64 80.61 80.61 62/984 142816
/proc/meminfo: memFree=767386984/790760800 swapFree=131071996/131071996
[pid=142815] ppid=142812 vsize=68172 memory=56508 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/stat : 142815 (fscip) R 142812 142815 137348 0 -1 4194304 13337 0 0 0 9 2 0 0 20 0 1 0 22790548 69808128 14127 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
/proc/142815/statm: 17043 14127 2710 3035 0 13439 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 68172 KiB
Current children cumulated memory: 56508 KiB

[startup+0.219452 s]*
/proc/loadavg: 79.64 80.61 80.61 62/984 142816
/proc/meminfo: memFree=767344512/790760800 swapFree=131071996/131071996
[pid=142815] ppid=142812 vsize=1595528 memory=97212 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/stat : 142815 (fscip) R 142812 142815 137348 0 -1 4194304 23680 0 0 0 19 4 0 0 20 0 21 0 22790548 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
/proc/142815/statm: 398882 24303 2758 3035 0 68238 0
[pid=142815/tid=142817] ppid=142812 vsize=1595528 memory=7310027617963868211 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142817/stat : 142817 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142818] ppid=142812 vsize=1595528 memory=224227785979 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142818/stat : 142818 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142819] ppid=142812 vsize=1595528 memory=32642 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142819/stat : 142819 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142820] ppid=142812 vsize=1595528 memory=32993 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142820/stat : 142820 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142821] ppid=142812 vsize=1595528 memory=33344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142821/stat : 142821 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142822] ppid=142812 vsize=1595528 memory=86341 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142822/stat : 142822 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142823] ppid=142812 vsize=1595528 memory=49002 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142823/stat : 142823 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142824] ppid=142812 vsize=1595528 memory=104891 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142824/stat : 142824 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142825] ppid=142812 vsize=1595528 memory=3545795468481265748 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142825/stat : 142825 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142826] ppid=142812 vsize=1595528 memory=3833468400827629651 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142826/stat : 142826 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142827] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142827/stat : 142827 (fscip) S 142812 142815 137348 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142828] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142828/stat : 142828 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142829] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142829/stat : 142829 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142830] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142830/stat : 142830 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142831] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142831/stat : 142831 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142832] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142832/stat : 142832 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142833] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142833/stat : 142833 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142834] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142834/stat : 142834 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142835] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142835/stat : 142835 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142836] ppid=142812 vsize=1595528 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142836/stat : 142836 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1633820672 24303 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1595528 KiB
Current children cumulated memory: 97212 KiB

[startup+0.320584 s]*
/proc/loadavg: 79.64 80.61 80.61 62/1004 142836
/proc/meminfo: memFree=767208420/790760800 swapFree=131071996/131071996
[pid=142815] ppid=142812 vsize=1625972 memory=198560 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/stat : 142815 (fscip) S 142812 142815 137348 0 -1 1077936128 49134 0 0 0 25 8 0 0 20 0 21 0 22790548 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
/proc/142815/statm: 406493 49640 2758 3035 0 94232 0
[pid=142815/tid=142817] ppid=142812 vsize=1625972 memory=-6657000204260260714 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142817/stat : 142817 (fscip) S 142812 142815 137348 0 -1 1077936192 3639 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142818] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142818/stat : 142818 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142819] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142819/stat : 142819 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142820] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142820/stat : 142820 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142821] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142821/stat : 142821 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142822] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142822/stat : 142822 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142823] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142823/stat : 142823 (fscip) S 142812 142815 137348 0 -1 1077936192 3639 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142824] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142824/stat : 142824 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142825] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142825/stat : 142825 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142826] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142826/stat : 142826 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142827] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142827/stat : 142827 (fscip) S 142812 142815 137348 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142828] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142828/stat : 142828 (fscip) S 142812 142815 137348 0 -1 1077936192 3639 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142829] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142829/stat : 142829 (fscip) R 142812 142815 137348 0 -1 4194368 2735 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142830] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142830/stat : 142830 (fscip) S 142812 142815 137348 0 -1 1077936192 3639 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142831] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142831/stat : 142831 (fscip) S 142812 142815 137348 0 -1 1077936192 3638 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142832] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142832/stat : 142832 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142833] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142833/stat : 142833 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142834] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142834/stat : 142834 (fscip) S 142812 142815 137348 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142835] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142835/stat : 142835 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142836] ppid=142812 vsize=1625972 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142836/stat : 142836 (fscip) S 142812 142815 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22790571 1664995328 49640 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1625972 KiB
Current children cumulated memory: 198560 KiB

[startup+0.701044 s]
/proc/loadavg: 79.64 80.61 80.61 63/1004 142836
/proc/meminfo: memFree=766986448/790760800 swapFree=131071996/131071996
[pid=142815] ppid=142812 vsize=1968280 memory=779384 CPUtime=3.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/stat : 142815 (fscip) S 142812 142815 137348 0 -1 1077936128 191426 0 0 0 309 38 0 0 20 0 41 0 22790548 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 17 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
/proc/142815/statm: 492070 194846 2774 3035 0 288163 0
[pid=142815/tid=142817] ppid=142812 vsize=1968280 memory=1 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142817/stat : 142817 (fscip) R 142812 142815 137348 0 -1 4194368 8248 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142818] ppid=142812 vsize=1968280 memory=11572 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142818/stat : 142818 (fscip) R 142812 142815 137348 0 -1 4194368 8265 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142819] ppid=142812 vsize=1968280 memory=16088 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142819/stat : 142819 (fscip) R 142812 142815 137348 0 -1 4194368 8529 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142820] ppid=142812 vsize=1968280 memory=5556 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142820/stat : 142820 (fscip) R 142812 142815 137348 0 -1 4194368 8247 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142821] ppid=142812 vsize=1968280 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142821/stat : 142821 (fscip) R 142812 142815 137348 0 -1 4194368 8536 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142822] ppid=142812 vsize=1968280 memory=15376 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142822/stat : 142822 (fscip) R 142812 142815 137348 0 -1 4194368 8510 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142823] ppid=142812 vsize=1968280 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142823/stat : 142823 (fscip) R 142812 142815 137348 0 -1 4194368 8249 0 0 0 14 2 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142824] ppid=142812 vsize=1968280 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142824/stat : 142824 (fscip) R 142812 142815 137348 0 -1 4194368 8273 0 0 0 15 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142825] ppid=142812 vsize=1968280 memory=0 CPUtime=0.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142825/stat : 142825 (fscip) R 142812 142815 137348 0 -1 4194368 8346 0 0 0 14 2 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142826] ppid=142812 vsize=1968280 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142826/stat : 142826 (fscip) R 142812 142815 137348 0 -1 4194368 8248 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142827] ppid=142812 vsize=1968280 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142827/stat : 142827 (fscip) R 142812 142815 137348 0 -1 4194368 8264 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142828] ppid=142812 vsize=1968280 memory=0 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142828/stat : 142828 (fscip) R 142812 142815 137348 0 -1 4194368 8262 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142829] ppid=142812 vsize=1968280 memory=876470977 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142829/stat : 142829 (fscip) R 142812 142815 137348 0 -1 4194368 8248 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142830] ppid=142812 vsize=1968280 memory=33 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142830/stat : 142830 (fscip) R 142812 142815 137348 0 -1 4194368 8287 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142831] ppid=142812 vsize=1968280 memory=2212 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142831/stat : 142831 (fscip) R 142812 142815 137348 0 -1 4194368 8532 0 0 0 13 2 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142832] ppid=142812 vsize=1968280 memory=6096 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142832/stat : 142832 (fscip) R 142812 142815 137348 0 -1 4194368 8248 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142833] ppid=142812 vsize=1968280 memory=1968 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142833/stat : 142833 (fscip) R 142812 142815 137348 0 -1 4194368 8543 0 0 0 13 2 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142834] ppid=142812 vsize=1968280 memory=54204 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142834/stat : 142834 (fscip) R 142812 142815 137348 0 -1 4194368 8269 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142835] ppid=142812 vsize=1968280 memory=33196 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142835/stat : 142835 (fscip) R 142812 142815 137348 0 -1 4194368 8280 0 0 0 14 1 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142836] ppid=142812 vsize=1968280 memory=21532 CPUtime=0.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142836/stat : 142836 (fscip) R 142812 142815 137348 0 -1 4194368 8488 0 0 0 15 0 0 0 20 0 41 0 22790571 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142837] ppid=142812 vsize=1968280 memory=100 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142837/stat : 142837 (fscip) S 142812 142815 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790602 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142838] ppid=142812 vsize=1968280 memory=1836 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142838/stat : 142838 (fscip) S 142812 142815 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790602 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142839] ppid=142812 vsize=1968280 memory=25988 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142839/stat : 142839 (fscip) S 142812 142815 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22790602 2015518720 194846 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0

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

/proc/142815/task/142824/stat : 142824 (fscip) D 142812 142815 137348 0 -1 1077937220 1638204 0 0 0 360298 420 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142825] ppid=142812 vsize=9358004 memory=6988 CPUtime=3585.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142825/stat : 142825 (fscip) D 142812 142815 137348 0 -1 1077937220 1013323 0 0 0 357819 691 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142826] ppid=142812 vsize=9358004 memory=36312 CPUtime=3599.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142826/stat : 142826 (fscip) D 142812 142815 137348 0 -1 1077937220 1250169 0 0 0 359498 418 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142827] ppid=142812 vsize=9358004 memory=4764 CPUtime=3607.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142827/stat : 142827 (fscip) D 142812 142815 137348 0 -1 1077937220 1713712 0 0 0 360324 427 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142828] ppid=142812 vsize=9358004 memory=20452 CPUtime=3602.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142828/stat : 142828 (fscip) D 142812 142815 137348 0 -1 1077937220 996798 0 0 0 359591 685 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142829] ppid=142812 vsize=9358004 memory=-7594607728632907150 CPUtime=3604.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142829/stat : 142829 (fscip) D 142812 142815 137348 0 -1 1077937220 1260823 0 0 0 359937 538 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142830] ppid=142812 vsize=9358004 memory=31232 CPUtime=3606.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142830/stat : 142830 (fscip) D 142812 142815 137348 0 -1 1077937220 1643719 0 0 0 360212 415 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142831] ppid=142812 vsize=9358004 memory=28656 CPUtime=3581.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142831/stat : 142831 (fscip) D 142812 142815 137348 0 -1 1077937220 1007423 0 0 0 357510 679 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142832] ppid=142812 vsize=9358004 memory=7492 CPUtime=3601.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142832/stat : 142832 (fscip) D 142812 142815 137348 0 -1 1077937220 1657930 0 0 0 359675 468 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142833] ppid=142812 vsize=9358004 memory=21532 CPUtime=3606.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142833/stat : 142833 (fscip) D 142812 142815 137348 0 -1 1077937220 2258266 0 0 0 360211 416 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142834] ppid=142812 vsize=9358004 memory=100 CPUtime=3596.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142834/stat : 142834 (fscip) D 142812 142815 137348 0 -1 1077937220 1095786 0 0 0 358994 688 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142835] ppid=142812 vsize=9358004 memory=1836 CPUtime=3599.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142835/stat : 142835 (fscip) D 142812 142815 137348 0 -1 1077937220 926385 0 0 0 359382 556 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142836] ppid=142812 vsize=9358004 memory=25988 CPUtime=3599.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142836/stat : 142836 (fscip) D 142812 142815 137348 0 -1 1077937220 1582220 0 0 0 359596 387 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142837] ppid=142812 vsize=9358004 memory=26972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142837/stat : 142837 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142838] ppid=142812 vsize=9358004 memory=3664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142838/stat : 142838 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142839] ppid=142812 vsize=9358004 memory=39996 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142839/stat : 142839 (fscip) D 142812 142815 137348 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142840] ppid=142812 vsize=9358004 memory=8148 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142840/stat : 142840 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142841] ppid=142812 vsize=9358004 memory=4764 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142841/stat : 142841 (fscip) D 142812 142815 137348 0 -1 1077937220 120 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142842] ppid=142812 vsize=9358004 memory=20452 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142842/stat : 142842 (fscip) D 142812 142815 137348 0 -1 1077937220 130 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142843] ppid=142812 vsize=9358004 memory=6836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142843/stat : 142843 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142844] ppid=142812 vsize=9358004 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142844/stat : 142844 (fscip) D 142812 142815 137348 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142845] ppid=142812 vsize=9358004 memory=18736 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142845/stat : 142845 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142846] ppid=142812 vsize=9358004 memory=20608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142846/stat : 142846 (fscip) D 142812 142815 137348 0 -1 1077937220 104 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142847] ppid=142812 vsize=9358004 memory=5616 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142847/stat : 142847 (fscip) D 142812 142815 137348 0 -1 1077937220 103 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142848] ppid=142812 vsize=9358004 memory=11676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142848/stat : 142848 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142849] ppid=142812 vsize=9358004 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142849/stat : 142849 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142850] ppid=142812 vsize=9358004 memory=5859277026487528292 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142850/stat : 142850 (fscip) D 142812 142815 137348 0 -1 1077937220 119 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142851] ppid=142812 vsize=9358004 memory=6944656592387989600 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142851/stat : 142851 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142852] ppid=142812 vsize=9358004 memory=-2026666227646604569 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142852/stat : 142852 (fscip) D 142812 142815 137348 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142853] ppid=142812 vsize=9358004 memory=5789208375817822528 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142853/stat : 142853 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142854] ppid=142812 vsize=9358004 memory=11204 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142854/stat : 142854 (fscip) D 142812 142815 137348 0 -1 1077937220 104 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142855] ppid=142812 vsize=9358004 memory=7044 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142855/stat : 142855 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 0 2 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142856] ppid=142812 vsize=9358004 memory=28184 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142856/stat : 142856 (fscip) D 142812 142815 137348 0 -1 1077937220 118 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
Current children cumulated CPU time: 72002.5 s
Current children cumulated vsize: 9358004 KiB
Current children cumulated memory: 7213796 KiB

[startup+3638.8 s]
/proc/loadavg: 58.06 60.48 62.63 24/937 145311
/proc/meminfo: memFree=763811936/790760800 swapFree=131071996/131071996
[pid=142815] ppid=142812 vsize=9358004 memory=7213796 CPUtime=72002.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/stat : 142815 (fscip) D 142812 142815 137348 0 -1 1077937156 26842437 0 0 0 7189513 10773 0 0 20 0 41 0 22790548 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
/proc/142815/statm: 2339501 1803449 2998 3035 0 2198962 0
[pid=142815/tid=142817] ppid=142812 vsize=9358004 memory=-7594607728632907150 CPUtime=3602.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142817/stat : 142817 (fscip) D 142812 142815 137348 0 -1 1077937220 966466 0 0 0 359722 546 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142818] ppid=142812 vsize=9358004 memory=1968 CPUtime=3604.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142818/stat : 142818 (fscip) D 142812 142815 137348 0 -1 1077937220 1813430 0 0 0 360045 390 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142819] ppid=142812 vsize=9358004 memory=54204 CPUtime=3584.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142819/stat : 142819 (fscip) D 142812 142815 137348 0 -1 1077937220 1131741 0 0 0 357768 718 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142820] ppid=142812 vsize=9358004 memory=33196 CPUtime=3603.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142820/stat : 142820 (fscip) D 142812 142815 137348 0 -1 1077937220 1226071 0 0 0 359922 435 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142821] ppid=142812 vsize=9358004 memory=7492 CPUtime=3610.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142821/stat : 142821 (fscip) S 142812 142815 137348 0 -1 4195904 1851986 0 0 0 360442 574 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 139757804633296 8376904 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 0
[pid=142815/tid=142822] ppid=142812 vsize=9358004 memory=26972 CPUtime=3597.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142822/stat : 142822 (fscip) D 142812 142815 137348 0 -1 1077937220 874628 0 0 0 359095 687 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142823] ppid=142812 vsize=9358004 memory=3664 CPUtime=3598.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142823/stat : 142823 (fscip) D 142812 142815 137348 0 -1 1077937220 905807 0 0 0 359299 549 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142824] ppid=142812 vsize=9358004 memory=7044 CPUtime=3607.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142824/stat : 142824 (fscip) D 142812 142815 137348 0 -1 1077937220 1638204 0 0 0 360298 420 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142825] ppid=142812 vsize=9358004 memory=28184 CPUtime=3585.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142825/stat : 142825 (fscip) D 142812 142815 137348 0 -1 1077937220 1013323 0 0 0 357819 691 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142826] ppid=142812 vsize=9358004 memory=33772 CPUtime=3599.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142826/stat : 142826 (fscip) D 142812 142815 137348 0 -1 1077937220 1250169 0 0 0 359498 418 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142827] ppid=142812 vsize=9358004 memory=44656 CPUtime=3607.51 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142827/stat : 142827 (fscip) D 142812 142815 137348 0 -1 1077937220 1713712 0 0 0 360324 427 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142828] ppid=142812 vsize=9358004 memory=7964 CPUtime=3602.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142828/stat : 142828 (fscip) D 142812 142815 137348 0 -1 1077937220 996798 0 0 0 359591 685 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142829] ppid=142812 vsize=9358004 memory=18736 CPUtime=3604.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142829/stat : 142829 (fscip) D 142812 142815 137348 0 -1 1077937220 1260823 0 0 0 359937 538 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142830] ppid=142812 vsize=9358004 memory=20608 CPUtime=3606.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142830/stat : 142830 (fscip) D 142812 142815 137348 0 -1 1077937220 1643719 0 0 0 360212 415 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142831] ppid=142812 vsize=9358004 memory=1226977667472364 CPUtime=3581.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142831/stat : 142831 (fscip) D 142812 142815 137348 0 -1 1077937220 1007423 0 0 0 357510 679 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142832] ppid=142812 vsize=9358004 memory=7660999434643991660 CPUtime=3601.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142832/stat : 142832 (fscip) D 142812 142815 137348 0 -1 1077937220 1657930 0 0 0 359675 468 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142833] ppid=142812 vsize=9358004 memory=5860983455649393776 CPUtime=3606.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142833/stat : 142833 (fscip) D 142812 142815 137348 0 -1 1077937220 2258266 0 0 0 360211 416 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142834] ppid=142812 vsize=9358004 memory=8028318717251578988 CPUtime=3596.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142834/stat : 142834 (fscip) D 142812 142815 137348 0 -1 1077937220 1095786 0 0 0 358994 688 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142835] ppid=142812 vsize=9358004 memory=7660999434643991660 CPUtime=3599.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142835/stat : 142835 (fscip) D 142812 142815 137348 0 -1 1077937220 926385 0 0 0 359382 556 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142836] ppid=142812 vsize=9358004 memory=5860983455649393776 CPUtime=3599.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142836/stat : 142836 (fscip) D 142812 142815 137348 0 -1 1077937220 1582220 0 0 0 359596 387 0 0 20 0 41 0 22790571 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142837] ppid=142812 vsize=9358004 memory=8028318717251578988 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142837/stat : 142837 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142838] ppid=142812 vsize=9358004 memory=-7594607728632907150 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142838/stat : 142838 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142839] ppid=142812 vsize=9358004 memory=20608 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142839/stat : 142839 (fscip) D 142812 142815 137348 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142840] ppid=142812 vsize=9358004 memory=5616 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142840/stat : 142840 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142841] ppid=142812 vsize=9358004 memory=11676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142841/stat : 142841 (fscip) D 142812 142815 137348 0 -1 1077937220 120 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142842] ppid=142812 vsize=9358004 memory=13624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142842/stat : 142842 (fscip) D 142812 142815 137348 0 -1 1077937220 130 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142843] ppid=142812 vsize=9358004 memory=11572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142843/stat : 142843 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142844] ppid=142812 vsize=9358004 memory=15524 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142844/stat : 142844 (fscip) D 142812 142815 137348 0 -1 1077937220 118 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142845] ppid=142812 vsize=9358004 memory=7213796 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142845/stat : 142845 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142846] ppid=142812 vsize=9358004 memory=2732 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142846/stat : 142846 (fscip) D 142812 142815 137348 0 -1 1077937220 104 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142847] ppid=142812 vsize=9358004 memory=279317697404304 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142847/stat : 142847 (fscip) D 142812 142815 137348 0 -1 1077937220 103 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142848] ppid=142812 vsize=9358004 memory=7091006001144487781 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142848/stat : 142848 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142849] ppid=142812 vsize=9358004 memory=7449323650758828642 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142849/stat : 142849 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142850] ppid=142812 vsize=9358004 memory=6947172309536890979 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142850/stat : 142850 (fscip) D 142812 142815 137348 0 -1 1077937220 119 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142851] ppid=142812 vsize=9358004 memory=7016973679961662562 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142851/stat : 142851 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142852] ppid=142812 vsize=9358004 memory=7213796 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142852/stat : 142852 (fscip) D 142812 142815 137348 0 -1 1077937220 119 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142853] ppid=142812 vsize=9358004 memory=100 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142853/stat : 142853 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142854] ppid=142812 vsize=9358004 memory=1836 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142854/stat : 142854 (fscip) D 142812 142815 137348 0 -1 1077937220 104 0 0 0 3 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142855] ppid=142812 vsize=9358004 memory=25988 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142855/stat : 142855 (fscip) D 142812 142815 137348 0 -1 1077937220 102 0 0 0 0 2 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
[pid=142815/tid=142856] ppid=142812 vsize=9358004 memory=2244 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/142815/task/142856/stat : 142856 (fscip) D 142812 142815 137348 0 -1 1077937220 118 0 0 0 2 0 0 0 20 0 41 0 22790602 9582596096 1803449 809668444160 4194304 16623229 140734588093520 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 26509312 140734588101641 140734588101759 140734588101759 140734588108784 24
Current children cumulated CPU time: 72002.9 s
Current children cumulated vsize: 9358004 KiB
Current children cumulated memory: 7213796 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3639.05
CPU time (s): 72003.1
CPU user time (s): 71895.1
CPU system time (s): 107.98
CPU usage (%): 1978.62
Max. virtual memory (cumulated for all children) (KiB): 9421516
Max. memory (cumulated for all children) (KiB): 7231896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71895.1
system time used= 107.98
maximum resident set size= 7231896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26842437
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= 413570
involuntary context switches= 255041


# summary of solver processes directly reported to runsolver:
#   pid: 142815
#   total CPU time (s): 72003.1
#   total CPU user time (s): 71895.1
#   total CPU system time (s): 107.98

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2306 second user time and 82.8059 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 03:28:31
IDJOB=4465784
IDBENCH=160409
IDSOLVER=3094
FILE ID=nodeD104/4465784-1722562111
RUNJOBID= nodeD104-1722554819-137358
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.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-4465784-1722562111/watcher-4465784-1722562111 -o /tmp/evaluation-result-4465784-1722562111/solver-4465784-1722562111 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137358 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465784-1722562111.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=225009433

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        767481012 kB
MemAvailable:   768875720 kB
Buffers:          327860 kB
Cached:          4388484 kB
SwapCached:            0 kB
Active:           501720 kB
Inactive:       20196860 kB
Active(anon):       2232 kB
Inactive(anon): 16002540 kB
Active(file):     499488 kB
Inactive(file):  4194320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28236 kB
Writeback:             0 kB
AnonPages:      15981832 kB
Mapped:           126900 kB
Shmem:             22536 kB
KReclaimable:     241232 kB
Slab:             601728 kB
SReclaimable:     241232 kB
SUnreclaim:       360496 kB
KernelStack:       16864 kB
PageTables:        45852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2774928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           274944 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622836 MiB
End job on nodeD104 at 2024-08-02 04:29:10