Trace number 4465800

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) 72001.9 3638.09

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.5307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 27504640, getVmSize() = 27504640, SCIPgetMemUsed() = 3807500, SCIPgetMemTotal() = 5847772, SCIPgetMemExternEstim() = 1580917
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.01	c ** Estimated virtualMemUsedAtSolver = 18746286, getVmSize() = 40415232, SCIPgetMemUsed() = 11641138, SCIPgetMemTotal() = 17646842, SCIPgetMemExternEstim() = 1580917
0.00/0.01	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.01	c Original Problem   :
0.00/0.01	c   Problem name     : instance-4465800-1722587343
0.00/0.01	c   Variables        : 1201 (1201 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 601
0.00/0.01	c   Objective sense  : minimize
0.00/0.01	c Presolved Problem  :
0.00/0.01	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.01	c   Constraints      : 600
0.00/0.01	c Constraints        : Number
0.00/0.01	c   linear           : 600 
0.00/0.01	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.08	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.09	c                                Nodes    Active                                            
0.00/0.09	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
98.90/5.15	c         5          59696         210        20                -           0.0000          -
198.80/10.20	c        10         181128         216        20                -           0.0000          -
297.68/15.26	c        15         299858         219        20                -           0.0000          -
396.39/20.26	c        20         417696         217        20                -           0.0000          -
496.93/25.35	c        25         495747         212        20                -           0.0000          -
597.57/30.40	c        30         590996         214        20                -           0.0000          -
696.20/35.45	c        35         673378         209        20                -           0.0000          -
796.81/40.50	c        41         887013         220        20                -           0.0000          -
895.76/45.55	c        46         836355         206        20                -           0.0000          -
994.35/50.58	c        51        1124671         216        20                -           0.0000          -
1093.07/55.59	c        56        1242200         215        20                -           0.0000          -
1193.62/60.60	c        61          17782       16338        20                -           0.0000          -
1292.45/65.63	c        66          43092       40060        20                -           0.0000          -
1391.06/70.67	c        71          47447       44036        20                -           0.0000          -
1489.97/75.68	c        76          51634       48020        20                -           0.0000          -
1590.75/80.73	c        81        1825856         213        20                -           0.0000          -
1689.51/85.78	c        86          59871       55623        20                -           0.0000          -
1790.25/90.84	c        91        2053327         222        20                -           0.0000          -
1888.86/95.89	c        96        2168970         219        20                -           0.0000          -
1989.81/100.95	c       101        2285545         216        20                -           0.0000          -
2088.36/106.00	c       106        2402142         215        20                -           0.0000          -
2187.25/111.04	c       111        2517640         221        20                -           0.0000          -
2288.61/116.09	c       116        2633572         213        20                -           0.0000          -
2387.32/121.11	c       121        2748992         217        20                -           0.0000          -
2487.94/126.16	c       126        2865387         214        20                -           0.0000          -
2586.66/131.18	c       131        2981480         217        20                -           0.0000          -
2686.50/136.24	c       136        3098336         215        20                -           0.0000          -
2785.24/141.29	c       141        3214839         214        20                -           0.0000          -
2886.08/146.34	c       146        3332522         213        20                -           0.0000          -
2984.86/151.38	c       151          48955       45578        20                -           0.0000          -
3085.68/156.47	c       156          50659       47232        20                -           0.0000          -
3186.45/161.58	c       162        3670844         213        20                -           0.0000          -
3287.32/166.62	c       167        3786109         214        20                -           0.0000          -
3386.26/171.68	c       172        3901188         211        20                -           0.0000          -
3487.11/176.76	c       177        4014651         214        20                -           0.0000          -
3587.89/181.81	c       182        4121345         216        20                -           0.0000          -
3686.62/186.87	c       187        4237486         217        20                -           0.0000          -
3787.40/191.92	c       192        4353510         213        20                -           0.0000          -
3886.24/196.98	c       197        4469850         215        20                -           0.0000          -
3984.98/202.01	c       202        4586572         215        20                -           0.0000          -
4086.63/207.12	c       207        4702469         216        20                -           0.0000          -
4187.67/212.17	c       212        4818325         214        20                -           0.0000          -
4287.30/217.23	c       217        4935490         217        20                -           0.0000          -
4386.00/222.28	c       222        5048973         216        20                -           0.0000          -
4486.91/227.33	c       227        5158597         214        20                -           0.0000          -
4585.86/232.36	c       232        5272181         214        20                -           0.0000          -
4686.51/237.43	c       237        5384474         217        20                -           0.0000          -
4785.29/242.48	c       242        5485613         216        20                -           0.0000          -
4886.20/247.50	c       248        5595689         210        20                -           0.0000          -
4985.06/252.52	c       253        5707636         215        20                -           0.0000          -
5083.81/257.52	c       258        5820371         208        20                -           0.0000          -
5182.64/262.58	c       263        5931426         215        20                -           0.0000          -
5281.62/267.60	c       268        6027456         221        20                -           0.0000          -
5382.41/272.68	c       273        6142213         216        20                -           0.0000          -
5483.51/277.73	c       278        6256102         213        20                -           0.0000          -
5582.16/282.78	c       283        6370809         214        20                -           0.0000          -
5683.11/287.83	c       288        6485970         215        20                -           0.0000          -
5783.98/292.92	c       293        6596093         216        20                -           0.0000          -
5882.94/297.96	c       298        6708709         212        20                -           0.0000          -
5984.58/303.08	c       303        6823767         218        20                -           0.0000          -
6083.75/308.13	c       308        6940170         215        20                -           0.0000          -
6184.20/313.18	c       313        7052360         211        20                -           0.0000          -
6284.30/318.23	c       318        7165968         213        20                -           0.0000          -
6383.04/323.28	c       323        7279983         214        20                -           0.0000          -
6483.86/328.34	c       328        7369200         209        20                -           0.0000          -
6582.83/333.37	c       333        7470441         212        20                -           0.0000          -
6683.79/338.41	c       338        7578801         212        20                -           0.0000          -
6782.62/343.48	c       343        7686827         212        20                -           0.0000          -
6883.49/348.50	c       348        7794647         214        20                -           0.0000          -
6982.29/353.57	c       354         115499      107903        20                -           0.0000          -
7083.04/358.63	c       359        7979419         220        20                -           0.0000          -
7181.78/363.68	c       364        8090904         217        20                -           0.0000          -
7282.63/368.73	c       369        8198533         214        20                -           0.0000          -
7381.37/373.78	c       374        8306906         213        20                -           0.0000          -
7482.16/378.82	c       379        8420339         214        20                -           0.0000          -
7581.01/383.88	c       384        8531901         214        20                -           0.0000          -
7681.93/388.94	c       389        8643697         212        20                -           0.0000          -
7780.68/393.98	c       394        8757288         215        20                -           0.0000          -
7879.65/399.03	c       399        8873034         213        20                -           0.0000          -
7981.36/404.08	c       404        8983231         214        20                -           0.0000          -
8080.27/409.14	c       409        9092263         212        20                -           0.0000          -
8180.81/414.17	c       414        9196895         208        20                -           0.0000          -
8281.00/419.23	c       419        9274241         208        20                -           0.0000          -
8379.86/424.28	c       424        9357127         208        20                -           0.0000          -
8478.80/429.30	c       429        9453780         215        20                -           0.0000          -
8577.54/434.31	c       434        9553655         210        20                -           0.0000          -
8680.45/439.43	c       439        9653403         210        20                -           0.0000          -
8779.18/444.48	c       444        9751956         211        20                -           0.0000          -
8880.00/449.53	c       450        9815370         211        20                -           0.0000          -
8978.75/454.59	c       455        9905225         215        20                -           0.0000          -
9079.61/459.64	c       460       10007212         216        20                -           0.0000          -
9178.59/464.67	c       465       10112262         210        20                -           0.0000          -
9279.14/469.73	c       470       10216414         216        20                -           0.0000          -
9378.03/474.77	c       475       10322032         210        20                -           0.0000          -
9478.92/479.83	c       480       10429142         212        20                -           0.0000          -
9577.73/484.88	c       485       10526809         215        20                -           0.0000          -
9678.59/489.93	c       490       10626709         211        20                -           0.0000          -
9777.58/494.98	c       495       10688157         211        20                -           0.0000          -
9876.54/500.03	c       500       10771522         210        20                -           0.0000          -
9978.03/505.07	c       505       10861657         211        20                -           0.0000          -
10076.98/510.14	c       510       10950896         210        20                -           0.0000          -
10176.19/515.15	c       515       11007584         214        20                -           0.0000          -
10277.00/520.19	c       520       11108300         214        20                -           0.0000          -
10377.04/525.29	c       525       11208211         209        20                -           0.0000          -
10477.89/530.33	c       530       11299976         214        20                -           0.0000          -
10576.74/535.39	c       535       11407536         208        20                -           0.0000          -
10677.58/540.43	c       540       11507708         214        20                -           0.0000          -
10776.46/545.49	c       545       11611584         216        20                -           0.0000          -
10877.46/550.53	c       551       11710437         213        20                -           0.0000          -
10976.40/555.58	c       556       11816147         213        20                -           0.0000          -
11077.04/560.63	c       561       11912643         213        20                -           0.0000          -
11176.07/565.66	c       566       12015562         210        20                -           0.0000          -
11276.93/570.74	c       571       12127494         214        20                -           0.0000          -
11375.97/575.79	c       576       12227880         212        20                -           0.0000          -
11476.70/580.81	c       581       12316131         205        20                -           0.0000          -
11575.77/585.83	c       586       12415824         206        20                -           0.0000          -
11674.76/590.86	c       591       12510615         211        20                -           0.0000          -
11775.73/595.91	c       596         191148      178140        20                -           0.0000          -
11874.66/600.99	c       601       12632195         211        20                -           0.0000          -
11976.64/606.06	c       606       12693453         211        20                -           0.0000          -
12075.24/611.10	c       611         477063      436161        20                -           0.0000          -
12176.39/616.15	c       616         480363      439018        20                -           0.0000          -
12276.28/621.23	c       621         483899      441967        20                -           0.0000          -
12375.22/626.28	c       626       12986168         210        20                -           0.0000          -
12476.12/631.33	c       631       13063209         209        20                -           0.0000          -
12574.96/636.39	c       636       13140277         207        20                -           0.0000          -
12675.87/641.43	c       641       13209997         207        20                -           0.0000          -
12774.72/646.48	c       646       13270092         208        20                -           0.0000          -
12875.38/651.53	c       652       13347630         214        20                -           0.0000          -
12974.40/656.54	c       657       13432059         213        20                -           0.0000          -
13073.30/661.59	c       662       13520921         211        20                -           0.0000          -
13174.17/666.63	c       667       13597835         211        20                -           0.0000          -
13273.11/671.68	c       672         213229      198707        20                -           0.0000          -
13374.05/676.76	c       677         214653      200037        20                -           0.0000          -
13474.93/681.81	c       682       13877134         214        20                -           0.0000          -
13573.83/686.87	c       687       13961554         214        20                -           0.0000          -
13674.65/691.91	c       692       14052540         212        20                -           0.0000          -
13773.68/696.96	c       697       14131948         206        20                -           0.0000          -
13872.60/702.01	c       702       14230753         209        20                -           0.0000          -
13974.07/707.08	c       707       14325178         208        20                -           0.0000          -
14075.00/712.13	c       712       14429432         210        20                -           0.0000          -
14173.94/717.16	c       717       14518304         208        20                -           0.0000          -
14273.33/722.16	c       722       14592562         208        20                -           0.0000          -
14372.09/727.17	c       727       14665217         209        20                -           0.0000          -
14472.16/732.21	c       732         230139      214609        20                -           0.0000          -
14570.95/737.21	c       737         231596      215994        20                -           0.0000          -
14671.99/742.34	c       742       14887452         206        20                -           0.0000          -
14772.93/747.43	c       747       14948892         210        20                -           0.0000          -
14873.77/752.51	c       753       15003354         208        20                -           0.0000          -
14972.78/757.57	c       758       15055898         212        20                -           0.0000          -
15073.71/762.63	c       763       15114742         210        20                -           0.0000          -
15172.79/767.68	c       768       15173725         211        20                -           0.0000          -
15273.30/772.73	c       773       15233077         211        20                -           0.0000          -
15372.34/777.78	c       778       15292233         209        20                -           0.0000          -
15473.39/782.83	c       783       15351208         210        20                -           0.0000          -
15572.22/787.85	c       788       15410268         210        20                -           0.0000          -
15673.13/792.92	c       793       15469118         208        20                -           0.0000          -
15772.09/797.98	c       798       15517336         204        20                -           0.0000          -
15870.84/803.03	c       803         249529      232200        20                -           0.0000          -
15972.52/808.08	c       808       15677770         212        20                -           0.0000          -
16071.02/813.10	c       813       15745186         210        20                -           0.0000          -
16172.20/818.18	c       818       15817105         209        20                -           0.0000          -
16272.50/823.23	c       823       15876538         214        20                -           0.0000          -
16371.33/828.28	c       828       15966294         210        20                -           0.0000          -
16472.21/833.30	c       833       16034412         206        20                -           0.0000          -
16571.10/838.38	c       838       16123267         207        20                -           0.0000          -
16671.87/843.43	c       843       16201603         211        20                -           0.0000          -
16770.85/848.48	c       848       16267248         206        20                -           0.0000          -
16871.70/853.53	c       854       16354543         209        20                -           0.0000          -
16970.64/858.55	c       859       16419860         208        20                -           0.0000          -
17069.57/863.56	c       864       16508646         210        20                -           0.0000          -
17170.42/868.61	c       869         643783      582061        20                -           0.0000          -
17269.32/873.62	c       874         646731      584797        20                -           0.0000          -
17368.28/878.68	c       879         649722      587560        20                -           0.0000          -
17469.29/883.77	c       884       16829260         208        20                -           0.0000          -
17570.25/888.88	c       889       16886039         209        20                -           0.0000          -
17671.04/893.92	c       894       16949622         208        20                -           0.0000          -
17769.76/898.98	c       899       17036935         209        20                -           0.0000          -
17868.73/904.03	c       904       17107893         209        20                -           0.0000          -
17970.30/909.08	c       909         277631      257996        20                -           0.0000          -
18069.36/914.10	c       914       17244345         207        20                -           0.0000          -
18168.24/919.14	c       919       17292619         207        20                -           0.0000          -
18269.46/924.15	c       924       17347080         210        20                -           0.0000          -
18368.11/929.20	c       929       17395234         206        20                -           0.0000          -
18468.27/934.25	c       934       17443241         209        20                -           0.0000          -
18567.16/939.29	c       939       17491495         205        20                -           0.0000          -
18668.20/944.39	c       944       17543299         205        20                -           0.0000          -
18769.06/949.45	c       949       17600308         208        20                -           0.0000          -
18869.50/954.53	c       955       17664433         211        20                -           0.0000          -
18968.51/959.58	c       960       17761370         208        20                -           0.0000          -
19069.65/964.63	c       965       17870595         207        20                -           0.0000          -
19168.57/969.68	c       970       17962830         212        20                -           0.0000          -
19269.62/974.73	c       975       18048316         208        20                -           0.0000          -
19368.56/979.79	c       980       18137406         214        20                -           0.0000          -
19467.63/984.79	c       985       18255664         210        20                -           0.0000          -
19568.71/989.83	c       990       18372748         212        20                -           0.0000          -
19669.65/994.91	c       995       18482317         209        20                -           0.0000          -
19768.58/999.98	c      1000       18581580         206        20                -           0.0000          -
19867.63/1005.03	c      1005       18652645         210        20                -           0.0000          -
19969.58/1010.08	c      1010       18707146         205        20                -           0.0000          -
20068.39/1015.13	c      1015       18805819         208        20                -           0.0000          -
20169.11/1020.18	c      1020         305180      283125        20                -           0.0000          -
20269.41/1025.23	c      1025       19010127         207        20                -           0.0000          -
20368.46/1030.28	c      1030       19118104         210        20                -           0.0000          -
20469.50/1035.30	c      1035       19183084         209        20                -           0.0000          -
20568.55/1040.37	c      1040       19245943         206        20                -           0.0000          -
20669.60/1045.43	c      1045       19311990         205        20                -           0.0000          -
20768.66/1050.44	c      1050       19383942         210        20                -           0.0000          -
20867.46/1055.46	c      1055       19490553         202        20                -           0.0000          -
20966.40/1060.47	c      1060         750200      673506        20                -           0.0000          -
21067.23/1065.54	c      1066       19665772         182        20                -           0.0000          -
21166.22/1070.56	c      1071         318139      294010        20                -           0.0000          -
21265.07/1075.60	c      1076         758545      680744        20                -           0.0000          -
21365.96/1080.66	c      1081         761270      683047        20                -           0.0000          -
21464.94/1085.69	c      1086       19994781         119        20                -           0.0000          -
21565.90/1090.77	c      1091       20076339         123        20                -           0.0000          -
21666.77/1095.83	c      1096       20160607         120        20                -           0.0000          -
21765.80/1100.89	c      1101       20244311         127        20                -           0.0000          -
21866.69/1105.96	c      1106       20329099         119        20                -           0.0000          -
21968.55/1111.05	c      1111       20410752         125        20                -           0.0000          -
22067.40/1116.11	c      1116       20497517         121        20                -           0.0000          -
22168.40/1121.17	c      1121       20587790         121        20                -           0.0000          -
22268.36/1126.23	c      1126       20677128         124        20                -           0.0000          -
22367.27/1131.28	c      1131       20772768         120        20                -           0.0000          -
22468.29/1136.32	c      1136       20866589         125        20                -           0.0000          -
22567.15/1141.33	c      1141       20958476         122        20                -           0.0000          -
22668.12/1146.43	c      1146       21050570         298        20                -           0.0000          -
22767.18/1151.48	c      1151       21142201         295        20                -           0.0000          -
22867.91/1156.53	c      1157       21203085         129        20                -           0.0000          -
22966.79/1161.58	c      1162       28021775         208        20                -           0.0000          -
23067.66/1166.63	c      1167       21342395         214        20                -           0.0000          -
23166.86/1171.68	c      1172       16871763         299        20                -           0.0000          -
23267.62/1176.73	c      1177       21456116         296        20                -           0.0000          -
23366.59/1181.78	c      1182       21570318         301        20                -           0.0000          -
23467.56/1186.83	c      1187       28714571         210        20                -           0.0000          -
23566.37/1191.86	c      1192       21820301         307        20                -           0.0000          -
23667.38/1196.93	c      1197       21955220         302        20                -           0.0000          -
23766.23/1201.98	c      1202       22087218         310        20                -           0.0000          -
23865.21/1207.03	c      1207       29274818         209        20                -           0.0000          -
23966.77/1212.08	c      1212       22322660         302        20                -           0.0000          -
24067.63/1217.13	c      1217       22437225         304        20                -           0.0000          -
24166.31/1222.18	c      1222       22550603         303        20                -           0.0000          -
24266.77/1227.21	c      1227       22666885         297        20                -           0.0000          -
24365.95/1232.28	c      1232       29966163         208        20                -           0.0000          -
24466.78/1237.33	c      1237       22915830         301        20                -           0.0000          -
24565.80/1242.37	c      1242         357275      330538        20                -           0.0000          -
24666.81/1247.44	c      1247       30383536         207        20                -           0.0000          -
24765.76/1252.49	c      1252       23316754         302        20                -           0.0000          -
24866.56/1257.53	c      1258       23448073         307        20                -           0.0000          -
24965.55/1262.59	c      1263       30800209         208        20                -           0.0000          -
25066.68/1267.63	c      1268       23703002         300        20                -           0.0000          -
25165.59/1272.68	c      1273       23832656         304        20                -           0.0000          -
25266.60/1277.71	c      1278       23961188         304        20                -           0.0000          -
25365.34/1282.73	c      1283       24093176         302        20                -           0.0000          -
25464.42/1287.75	c      1288         862898      770102        20                -           0.0000          -
25563.47/1292.76	c      1293         865270      772254        20                -           0.0000          -
25662.54/1297.79	c      1298       24378594         294        20                -           0.0000          -
25763.53/1302.81	c      1303       24449716         293        20                -           0.0000          -
25862.58/1307.86	c      1308       24528993         303        20                -           0.0000          -
25963.41/1312.97	c      1313       24640990         306        20                -           0.0000          -
26062.23/1318.02	c      1318       24757241         305        20                -           0.0000          -
26163.85/1323.07	c      1323       24861009         306        20                -           0.0000          -
26262.77/1328.12	c      1328         377163      348034        20                -           0.0000          -
26365.08/1333.26	c      1333       25008986         245        20                -           0.0000          -
26466.21/1338.33	c      1338       32876719         206        20                -           0.0000          -
26565.27/1343.38	c      1343       33015303         210        20                -           0.0000          -
26665.99/1348.43	c      1348       33150664         209        20                -           0.0000          -
26764.95/1353.46	c      1353       25454082         246        20                -           0.0000          -
26865.81/1358.51	c      1359       25551256         245        20                -           0.0000          -
26964.75/1363.58	c      1364       33557669         208        20                -           0.0000          -
27065.67/1368.61	c      1369       25732551         246        20                -           0.0000          -
27164.50/1373.68	c      1374       33835676         207        20                -           0.0000          -
27265.28/1378.73	c      1379       33974709         204        20                -           0.0000          -
27364.37/1383.76	c      1384       26028325         244        20                -           0.0000          -
27465.34/1388.83	c      1389       34246117         206        20                -           0.0000          -
27564.26/1393.89	c      1394       34382127         204        20                -           0.0000          -
27665.08/1398.93	c      1399       34521368         205        20                -           0.0000          -
27763.88/1403.99	c      1404       34657457         208        20                -           0.0000          -
27862.86/1409.02	c      1409       26541799         246        20                -           0.0000          -
27964.83/1414.07	c      1414       26627189         246        20                -           0.0000          -
28063.78/1419.14	c      1419       35076307         206        20                -           0.0000          -
28165.16/1424.18	c      1424       35215610         209        20                -           0.0000          -
28265.04/1429.24	c      1429       35355292         209        20                -           0.0000          -
28364.24/1434.28	c      1434       35494793         204        20                -           0.0000          -
28465.17/1439.33	c      1439       35634739         208        20                -           0.0000          -
28564.30/1444.39	c      1444       35774666         207        20                -           0.0000          -
28665.24/1449.42	c      1449       27193370         241        20                -           0.0000          -
28764.38/1454.44	c      1454       27279391         247        20                -           0.0000          -
28863.44/1459.48	c      1459       27377548         240        20                -           0.0000          -
28964.29/1464.51	c      1465       27470950         249        20                -           0.0000          -
29063.35/1469.59	c      1470       27586827         246        20                -           0.0000          -
29164.26/1474.63	c      1475       27701532         246        20                -           0.0000          -
29265.23/1479.70	c      1480       27804217         248        20                -           0.0000          -
29364.15/1484.76	c      1485       27898437         243        20                -           0.0000          -
29465.01/1489.82	c      1490         411734      379297        20                -           0.0000          -
29563.77/1494.83	c      1495       28067343         245        20                -           0.0000          -
29664.56/1499.92	c      1500       28145551         247        20                -           0.0000          -
29763.55/1504.98	c      1505       37457949         208        20                -           0.0000          -
29865.13/1510.04	c      1510       37598545         206        20                -           0.0000          -
29963.82/1515.06	c      1515       28390320         243        20                -           0.0000          -
30064.73/1520.14	c      1520       37877093         208        20                -           0.0000          -
30163.77/1525.17	c      1525         418813      385696        20                -           0.0000          -
30263.77/1530.24	c      1530       38159230         203        20                -           0.0000          -
30362.75/1535.30	c      1535       38299383         210        20                -           0.0000          -
30463.83/1540.34	c      1540       29017605         247        20                -           0.0000          -
30562.72/1545.39	c      1545       29140987         240        20                -           0.0000          -
30663.76/1550.40	c      1550       29263247         247        20                -           0.0000          -
30762.69/1555.45	c      1555       29374686         245        20                -           0.0000          -
30863.49/1560.50	c      1560         982258      871412        20                -           0.0000          -
30962.59/1565.54	c      1566         984343      873093        20                -           0.0000          -
31063.49/1570.61	c      1571         427701      393892        20                -           0.0000          -
31162.34/1575.64	c      1576       29726330         243        20                -           0.0000          -
31263.36/1580.74	c      1581       29844350         247        20                -           0.0000          -
31362.35/1585.80	c      1586       29970951         244        20                -           0.0000          -
31463.10/1590.84	c      1591       30088628         243        20                -           0.0000          -
31562.09/1595.86	c      1596       30199677         242        20                -           0.0000          -
31663.06/1600.91	c      1601       30316996         244        20                -           0.0000          -
31762.08/1605.99	c      1606       30433317         243        20                -           0.0000          -
31863.61/1611.04	c      1611       30545230         245        20                -           0.0000          -
31962.76/1616.09	c      1616       30645590         239        20                -           0.0000          -
32063.72/1621.14	c      1621       30741731         244        20                -           0.0000          -
32162.50/1626.19	c      1626       40807999         206        20                -           0.0000          -
32262.95/1631.24	c      1631       30911329         242        20                -           0.0000          -
32361.85/1636.27	c      1636       31022961         243        20                -           0.0000          -
32462.72/1641.31	c      1641       31146730         245        20                -           0.0000          -
32561.73/1646.31	c      1646       31257235         244        20                -           0.0000          -
32662.78/1651.44	c      1651       41500684         205        20                -           0.0000          -
32761.52/1656.49	c      1656         444271      409386        20                -           0.0000          -
32862.41/1661.52	c      1662       31538101         245        20                -           0.0000          -
32961.49/1666.58	c      1667        1028163      910495        20                -           0.0000          -
33062.43/1671.64	c      1672       31706495         241        20                -           0.0000          -
33161.36/1676.64	c      1677       31804529         248        20                -           0.0000          -
33262.42/1681.70	c      1682       31918441         244        20                -           0.0000          -
33361.39/1686.79	c      1687       42476802         211        20                -           0.0000          -
33462.39/1691.84	c      1692       42616354         209        20                -           0.0000          -
33561.34/1696.86	c      1697       32183272         242        20                -           0.0000          -
33662.47/1701.94	c      1702       32273594         245        20                -           0.0000          -
33761.60/1706.99	c      1707       32354292         239        20                -           0.0000          -
33860.60/1712.04	c      1712         453771      418361        20                -           0.0000          -
33962.63/1717.09	c      1717       32512713         242        20                -           0.0000          -
34063.40/1722.14	c      1722       43446653         206        20                -           0.0000          -
34162.56/1727.17	c      1727       32686459         245        20                -           0.0000          -
34261.80/1732.17	c      1732       32769976         247        20                -           0.0000          -
34361.81/1737.28	c      1737       32863169         245        20                -           0.0000          -
34460.60/1742.29	c      1742       32935457         240        20                -           0.0000          -
34561.62/1747.39	c      1747         459779      424034        20                -           0.0000          -
34662.67/1752.44	c      1752       33079385         241        20                -           0.0000          -
34761.58/1757.49	c      1758       33157933         244        20                -           0.0000          -
34862.43/1762.54	c      1763       33239383         239        20                -           0.0000          -
34961.49/1767.59	c      1768       33319221         240        20                -           0.0000          -
35062.45/1772.64	c      1773       33394506         239        20                -           0.0000          -
35161.37/1777.69	c      1778       33489625         244        20                -           0.0000          -
35262.29/1782.72	c      1783        1075120      949745        20                -           0.0000          -
35361.37/1787.79	c      1788       33668028         242        20                -           0.0000          -
35462.30/1792.84	c      1793       33748242         240        20                -           0.0000          -
35561.15/1797.89	c      1798       33837816         239        20                -           0.0000          -
35662.23/1802.94	c      1803       33913068         244        20                -           0.0000          -
35761.30/1807.99	c      1808       45785166         209        20                -           0.0000          -
35860.26/1813.01	c      1813       34061028         239        20                -           0.0000          -
35962.19/1818.05	c      1818       34134599         237        20                -           0.0000          -
36061.02/1823.13	c      1823       34200669         238        20                -           0.0000          -
36161.84/1828.19	c      1828       34263348         244        20                -           0.0000          -
36262.18/1833.24	c      1833       46482838         207        20                -           0.0000          -
36361.13/1838.29	c      1838       34392471         238        20                -           0.0000          -
36462.28/1843.34	c      1843       34453343         238        20                -           0.0000          -
36560.92/1848.39	c      1848       34512969         231        20                -           0.0000          -
36661.91/1853.44	c      1853       34548178         249        20                -           0.0000          -
36760.93/1858.49	c      1858       47173707         208        20                -           0.0000          -
36861.71/1863.54	c      1864       34655707         243        20                -           0.0000          -
36960.69/1868.59	c      1869       47454741         206        20                -           0.0000          -
37061.68/1873.64	c      1874       47596092         207        20                -           0.0000          -
37160.73/1878.68	c      1879       34936458         239        20                -           0.0000          -
37261.65/1883.74	c      1884       35053884         241        20                -           0.0000          -
37360.54/1888.77	c      1889       35139363         246        20                -           0.0000          -
37459.34/1893.79	c      1894        1116165      983579        20                -           0.0000          -
37559.97/1898.82	c      1899       35375574         244        20                -           0.0000          -
37659.10/1903.89	c      1904       35483164         240        20                -           0.0000          -
37760.01/1908.94	c      1909       35575451         241        20                -           0.0000          -
37859.23/1914.01	c      1914       35691429         237        20                -           0.0000          -
37960.85/1919.06	c      1919       35818141         239        20                -           0.0000          -
38059.85/1924.12	c      1924       35911899         242        20                -           0.0000          -
38161.02/1929.17	c      1929       35962215         237        20                -           0.0000          -
38261.05/1934.24	c      1934       36009763         239        20                -           0.0000          -
38361.94/1939.30	c      1939       36060101         239        20                -           0.0000          -
38461.00/1944.35	c      1944       36126022         243        20                -           0.0000          -
38560.10/1949.39	c      1949       36212667         243        20                -           0.0000          -
38661.21/1954.44	c      1954       36296784         232        20                -           0.0000          -
38760.22/1959.49	c      1960       36363021         237        20                -           0.0000          -
38861.34/1964.51	c      1965       50098331         208        20                -           0.0000          -
38960.15/1969.58	c      1970       50235102         207        20                -           0.0000          -
39061.23/1974.64	c      1975       50373926         205        20                -           0.0000          -
39160.42/1979.67	c      1980       50514623         210        20                -           0.0000          -
39261.21/1984.74	c      1985       50655364         205        20                -           0.0000          -
39360.19/1989.79	c      1990       50797057         204        20                -           0.0000          -
39461.20/1994.84	c      1995       50939207         210        20                -           0.0000          -
39560.26/1999.90	c      2000       51080961         206        20                -           0.0000          -
39661.27/2004.94	c      2005         506243      466777        20                -           0.0000          -
39760.19/2009.95	c      2010       51362775         204        20                -           0.0000          -
39859.15/2014.99	c      2015       51502835         208        20                -           0.0000          -
39958.22/2020.01	c      2020        1159598     1019628        20                -           0.0000          -
40059.94/2025.10	c      2025        1161473     1021305        20                -           0.0000          -
40160.68/2030.16	c      2030        1163007     1022617        20                -           0.0000          -
40261.06/2035.25	c      2035       52069560         207        20                -           0.0000          -
40362.16/2040.30	c      2040       52209599         204        20                -           0.0000          -
40461.13/2045.35	c      2045         513216      473038        20                -           0.0000          -
40560.06/2050.36	c      2050       52488702         205        20                -           0.0000          -
40659.12/2055.38	c      2055       52629047         206        20                -           0.0000          -
40760.02/2060.49	c      2060       52770153         206        20                -           0.0000          -
40861.22/2065.54	c      2066       52911472         207        20                -           0.0000          -
40960.00/2070.59	c      2071         517488      476903        20                -           0.0000          -
41061.15/2075.64	c      2076       53193257         204        20                -           0.0000          -
41159.76/2080.69	c      2081       53333855         204        20                -           0.0000          -
41260.88/2085.72	c      2086       53474092         205        20                -           0.0000          -
41359.94/2090.79	c      2091       53614870         209        20                -           0.0000          -
41460.93/2095.84	c      2096       53755952         203        20                -           0.0000          -
41559.95/2100.89	c      2101        1187971     1044032        20                -           0.0000          -
41660.97/2105.95	c      2106        1189788     1045648        20                -           0.0000          -
41760.01/2110.99	c      2111       54175452         211        20                -           0.0000          -
41861.71/2116.05	c      2116       54316073         204        20                -           0.0000          -
41960.84/2121.09	c      2121       54456823         202        20                -           0.0000          -
42062.01/2126.15	c      2126       54597062         207        20                -           0.0000          -
42160.83/2131.19	c      2131       54738518         207        20                -           0.0000          -
42261.03/2136.23	c      2136       54879600         205        20                -           0.0000          -
42360.07/2141.29	c      2141       55019818         203        20                -           0.0000          -
42461.14/2146.34	c      2146       55160738         207        20                -           0.0000          -
42560.29/2151.39	c      2151       55301046         203        20                -           0.0000          -
42661.36/2156.44	c      2156       55442179         206        20                -           0.0000          -
42760.18/2161.46	c      2161       55583768         203        20                -           0.0000          -
42861.30/2166.52	c      2167       55725172         209        20                -           0.0000          -
42960.35/2171.56	c      2172         535046      493045        20                -           0.0000          -
43061.22/2176.64	c      2177       56007815         206        20                -           0.0000          -
43160.16/2181.69	c      2182       56148277         200        20                -           0.0000          -
43261.12/2186.74	c      2187        1218824     1070166        20                -           0.0000          -
43360.01/2191.79	c      2192       56428622         203        20                -           0.0000          -
43461.13/2196.84	c      2197       56569874         205        20                -           0.0000          -
43560.20/2201.89	c      2202       56711095         204        20                -           0.0000          -
43661.25/2206.92	c      2207       56851606         205        20                -           0.0000          -
43760.23/2211.95	c      2212       56992776         207        20                -           0.0000          -
43859.30/2217.02	c      2217       57133408         209        20                -           0.0000          -
43961.16/2222.06	c      2222       57274486         207        20                -           0.0000          -
44059.97/2227.13	c      2227       57410437         204        20                -           0.0000          -
44161.04/2232.15	c      2232       57551460         205        20                -           0.0000          -
44260.25/2237.20	c      2237       57693077         200        20                -           0.0000          -
44360.23/2242.29	c      2242       57834451         214        20                -           0.0000          -
44461.14/2247.34	c      2247       57975849         214        20                -           0.0000          -
44562.11/2252.40	c      2252       58115674         215        20                -           0.0000          -
44661.20/2257.44	c      2257       58257284         217        20                -           0.0000          -
44760.12/2262.49	c      2262       58398640         213        20                -           0.0000          -
44861.21/2267.50	c      2268       58540517         212        20                -           0.0000          -
44960.26/2272.55	c      2273       58682311         214        20                -           0.0000          -
45059.22/2277.59	c      2278       58823847         208        20                -           0.0000          -
45157.95/2282.59	c      2283        1251044     1097495        20                -           0.0000          -
45258.93/2287.64	c      2288       59098605         210        20                -           0.0000          -
45359.90/2292.76	c      2293       59240358         215        20                -           0.0000          -
45461.04/2297.80	c      2298       59381459         212        20                -           0.0000          -
45561.88/2302.90	c      2303       59521459         204        20                -           0.0000          -
45660.95/2307.94	c      2308       59662758         213        20                -           0.0000          -
45759.99/2313.00	c      2313         557630      513570        20                -           0.0000          -
45861.90/2318.05	c      2318         558556      514343        20                -           0.0000          -
45960.69/2323.11	c      2323       60086727         210        20                -           0.0000          -
46061.72/2328.16	c      2328       60227423         208        20                -           0.0000          -
46162.14/2333.21	c      2333       60368873         210        20                -           0.0000          -
46261.09/2338.26	c      2338        1267800     1110992        20                -           0.0000          -
46360.18/2343.29	c      2343       60645437         210        20                -           0.0000          -
46461.03/2348.34	c      2348       60781333         208        20                -           0.0000          -
46561.94/2353.40	c      2353       60917965         210        20                -           0.0000          -
46660.83/2358.42	c      2358       61058621         206        20                -           0.0000          -
46761.93/2363.50	c      2364       61198203         212        20                -           0.0000          -
46860.95/2368.53	c      2369       61340470         205        20                -           0.0000          -
46959.86/2373.55	c      2374       61475736         207        20                -           0.0000          -
47061.03/2378.65	c      2379       61616702         209        20                -           0.0000          -
47160.01/2383.70	c      2384       61757469         210        20                -           0.0000          -
47260.97/2388.73	c      2389       61897735         210        20                -           0.0000          -
47359.96/2393.74	c      2394       62040316         209        20                -           0.0000          -
47460.95/2398.84	c      2399         571239      525868        20                -           0.0000          -
47559.98/2403.86	c      2404       62324042         209        20                -           0.0000          -
47661.10/2408.91	c      2409        1289963     1129869        20                -           0.0000          -
47760.00/2414.00	c      2414       62607594         213        20                -           0.0000          -
47861.85/2419.05	c      2419       62749702         209        20                -           0.0000          -
47961.25/2424.10	c      2424       62891722         205        20                -           0.0000          -
48061.91/2429.15	c      2429       63032626         209        20                -           0.0000          -
48160.94/2434.19	c      2434       63174706         209        20                -           0.0000          -
48261.23/2439.25	c      2439       63316724         209        20                -           0.0000          -
48360.29/2444.27	c      2444       63458644         207        20                -           0.0000          -
48461.50/2449.35	c      2449       63592027         210        20                -           0.0000          -
48560.31/2454.39	c      2454         580310      533811        20                -           0.0000          -
48661.30/2459.44	c      2459       63874096         207        20                -           0.0000          -
48762.10/2464.51	c      2465       64016060         209        20                -           0.0000          -
48861.05/2469.55	c      2470       64150981         212        20                -           0.0000          -
48959.96/2474.58	c      2475       64282958         209        20                -           0.0000          -
49060.91/2479.61	c      2480       64419199         208        20                -           0.0000          -
49159.98/2484.62	c      2485       64559388         213        20                -           0.0000          -
49259.13/2489.66	c      2490        1314416     1149207        20                -           0.0000          -
49359.91/2494.79	c      2495        1316023     1150586        20                -           0.0000          -
49460.79/2499.85	c      2500       64970039         206        20                -           0.0000          -
49561.87/2504.91	c      2505       65104564         209        20                -           0.0000          -
49660.86/2509.95	c      2510       65242404         211        20                -           0.0000          -
49759.99/2515.00	c      2515       65383967         206        20                -           0.0000          -
49861.72/2520.05	c      2520       65525084         209        20                -           0.0000          -
49960.74/2525.07	c      2525       65665999         206        20                -           0.0000          -
50060.02/2530.07	c      2530       65803401         210        20                -           0.0000          -
50160.64/2535.20	c      2535       65944996         205        20                -           0.0000          -
50260.92/2540.21	c      2540       66086830         209        20                -           0.0000          -
50359.88/2545.24	c      2545       66225759         208        20                -           0.0000          -
50458.75/2550.26	c      2550       66361131         212        20                -           0.0000          -
50559.71/2555.32	c      2555       66502305         210        20                -           0.0000          -
50660.40/2560.45	c      2560       66642236         207        20                -           0.0000          -
50761.47/2565.50	c      2566       66783067         208        20                -           0.0000          -
50860.44/2570.54	c      2571         597843      549975        20                -           0.0000          -
50961.43/2575.60	c      2576        1339607     1170121        20                -           0.0000          -
51060.48/2580.65	c      2581       67207420         213        20                -           0.0000          -
51159.74/2585.69	c      2586       67345858         211        20                -           0.0000          -
51260.61/2590.71	c      2591         600706      552519        20                -           0.0000          -
51359.63/2595.75	c      2596       67624739         212        20                -           0.0000          -
51460.49/2600.84	c      2601       67767153         208        20                -           0.0000          -
51559.54/2605.89	c      2606       67909475         212        20                -           0.0000          -
51660.38/2610.95	c      2611       68048039         212        20                -           0.0000          -
51759.56/2616.00	c      2616       68188758         209        20                -           0.0000          -
51861.16/2621.05	c      2621       68321530         215        20                -           0.0000          -
51960.51/2626.08	c      2626       68455734         209        20                -           0.0000          -
52059.78/2631.15	c      2631       68590202         207        20                -           0.0000          -
52161.86/2636.20	c      2636       68730216         205        20                -           0.0000          -
52260.93/2641.25	c      2641       68872494         211        20                -           0.0000          -
52361.87/2646.30	c      2646       69011161         210        20                -           0.0000          -
52460.92/2651.32	c      2651       69151675         208        20                -           0.0000          -
52560.00/2656.39	c      2656       69294196         209        20                -           0.0000          -
52660.72/2661.45	c      2661       69433461         214        20                -           0.0000          -
52761.68/2666.50	c      2667       69575898         211        20                -           0.0000          -
52860.66/2671.55	c      2672         612706      563123        20                -           0.0000          -
52959.76/2676.58	c      2677       69859858         205        20                -           0.0000          -
53060.73/2681.65	c      2682        1370360     1195520        20                -           0.0000          -
53159.82/2686.68	c      2687       70138004         205        20                -           0.0000          -
53260.42/2691.74	c      2692         615673      565974        20                -           0.0000          -
53359.62/2696.79	c      2697       70422508         209        20                -           0.0000          -
53460.59/2701.83	c      2702       70565316         209        20                -           0.0000          -
53561.67/2706.90	c      2707       70707796         205        20                -           0.0000          -
53660.59/2711.95	c      2712       70849630         211        20                -           0.0000          -
53759.63/2717.00	c      2717       70991949         206        20                -           0.0000          -
53858.66/2722.04	c      2722       71134217         206        20                -           0.0000          -
53960.49/2727.07	c      2727       71275566         209        20                -           0.0000          -
54061.40/2732.15	c      2732       71416239         210        20                -           0.0000          -
54161.78/2737.20	c      2737       71557785         210        20                -           0.0000          -
54260.79/2742.25	c      2742       71695619         212        20                -           0.0000          -
54361.78/2747.30	c      2747       71834089         210        20                -           0.0000          -
54460.90/2752.35	c      2752       71971405         210        20                -           0.0000          -
54561.87/2757.40	c      2757       72106366         209        20                -           0.0000          -
54660.93/2762.42	c      2762       72245455         210        20                -           0.0000          -
54759.76/2767.47	c      2767       72387204         207        20                -           0.0000          -
54860.87/2772.52	c      2773        1394942     1215045        20                -           0.0000          -
54960.03/2777.58	c      2778       72670159         210        20                -           0.0000          -
55060.97/2782.65	c      2783       72811340         213        20                -           0.0000          -
55159.91/2787.67	c      2788       72952995         208        20                -           0.0000          -
55261.05/2792.75	c      2793       73094803         210        20                -           0.0000          -
55360.21/2797.78	c      2798       73236558         207        20                -           0.0000          -
55461.16/2802.86	c      2803       73378509         208        20                -           0.0000          -
55562.02/2807.90	c      2808       73520157         204        20                -           0.0000          -
55661.22/2812.95	c      2813       73661806         207        20                -           0.0000          -
55760.05/2817.97	c      2818       73798411         206        20                -           0.0000          -
55859.16/2822.97	c      2823       73940258         209        20                -           0.0000          -
55960.88/2828.04	c      2828       74081612         209        20                -           0.0000          -
56060.13/2833.14	c      2833       74222797         210        20                -           0.0000          -
56162.28/2838.22	c      2838         637193      585568        20                -           0.0000          -
56261.40/2843.27	c      2843       74505849         212        20                -           0.0000          -
56360.52/2848.28	c      2848       74648188         211        20                -           0.0000          -
56461.61/2853.30	c      2853        1416062     1231068        20                -           0.0000          -
56560.56/2858.32	c      2858        1417320     1232063        20                -           0.0000          -
56661.63/2863.48	c      2863       75074522         209        20                -           0.0000          -
56762.67/2868.51	c      2869       75216294         211        20                -           0.0000          -
56861.81/2873.57	c      2874       75358810         207        20                -           0.0000          -
56962.71/2878.63	c      2879       75500797         210        20                -           0.0000          -
57061.64/2883.64	c      2884       75642755         208        20                -           0.0000          -
57160.78/2888.66	c      2889         644412      592409        20                -           0.0000          -
57262.08/2893.73	c      2894       75926969         208        20                -           0.0000          -
57361.00/2898.78	c      2899       76067826         207        20                -           0.0000          -
57461.86/2903.83	c      2904       76204931         208        20                -           0.0000          -
57560.91/2908.87	c      2909       76346594         207        20                -           0.0000          -
57661.92/2913.97	c      2914       76487770         205        20                -           0.0000          -
57760.88/2919.02	c      2919         648865      596402        20                -           0.0000          -
57859.86/2924.03	c      2924       76770680         205        20                -           0.0000          -
57961.96/2929.08	c      2929       76913248         207        20                -           0.0000          -
58060.75/2934.10	c      2934       77055609         208        20                -           0.0000          -
58160.31/2939.15	c      2939       77197984         209        20                -           0.0000          -
58262.35/2944.21	c      2944       77340241         202        20                -           0.0000          -
58361.50/2949.22	c      2949       77481419         210        20                -           0.0000          -
58460.64/2954.23	c      2954       77623664         209        20                -           0.0000          -
58561.67/2959.32	c      2959       77765868         211        20                -           0.0000          -
58660.82/2964.33	c      2964       77906608         207        20                -           0.0000          -
58761.73/2969.41	c      2969       78048112         207        20                -           0.0000          -
58860.77/2974.42	c      2974       78189504         207        20                -           0.0000          -
58959.89/2979.48	c      2979       78330922         207        20                -           0.0000          -
59060.93/2984.51	c      2985       78466983         208        20                -           0.0000          -
59160.00/2989.53	c      2990         658404      605423        20                -           0.0000          -
59261.06/2994.65	c      2995        1452185     1260341        20                -           0.0000          -
59362.09/2999.76	c      3000        1453462     1261329        20                -           0.0000          -
59463.22/3004.84	c      3005       79030724         209        20                -           0.0000          -
59564.36/3009.92	c      3010       79172748         209        20                -           0.0000          -
59663.43/3014.97	c      3015       79315473         206        20                -           0.0000          -
59762.53/3020.02	c      3020       79457671         206        20                -           0.0000          -
59864.40/3025.05	c      3025       79598158         207        20                -           0.0000          -
59963.27/3030.12	c      3030       79739491         208        20                -           0.0000          -
60064.44/3035.17	c      3035       79881580         211        20                -           0.0000          -
60164.55/3040.22	c      3040       80023605         206        20                -           0.0000          -
60263.58/3045.23	c      3045       80165678         207        20                -           0.0000          -
60364.67/3050.32	c      3050       80308338         209        20                -           0.0000          -
60463.83/3055.37	c      3055         667305      613755        20                -           0.0000          -
60564.73/3060.42	c      3060       80592273         208        20                -           0.0000          -
60663.79/3065.47	c      3065       80734344         207        20                -           0.0000          -
60764.84/3070.52	c      3071       80876940         207        20                -           0.0000          -
60863.96/3075.53	c      3076       81018022         205        20                -           0.0000          -
60965.07/3080.62	c      3081       81157986         209        20                -           0.0000          -
61064.14/3085.64	c      3086       81300073         208        20                -           0.0000          -
61165.28/3090.72	c      3091       81441024         207        20                -           0.0000          -
61264.21/3095.77	c      3096       81582910         205        20                -           0.0000          -
61365.21/3100.82	c      3101       81723834         205        20                -           0.0000          -
61464.12/3105.87	c      3106       81862900         209        20                -           0.0000          -
61565.10/3110.92	c      3111       82001799         212        20                -           0.0000          -
61664.24/3115.98	c      3116       82143217         208        20                -           0.0000          -
61763.08/3121.02	c      3121       82285320         205        20                -           0.0000          -
61862.10/3126.03	c      3126       82422676         207        20                -           0.0000          -
61963.48/3131.11	c      3131       82565555         206        20                -           0.0000          -
62064.82/3136.17	c      3136       82708608         203        20                -           0.0000          -
62165.15/3141.20	c      3141       82850387         208        20                -           0.0000          -
62264.34/3146.22	c      3146         680394      626035        20                -           0.0000          -
62363.37/3151.25	c      3151       83135458         207        20                -           0.0000          -
62462.44/3156.28	c      3156       83278687         208        20                -           0.0000          -
62561.47/3161.29	c      3161       83420693         206        20                -           0.0000          -
62662.68/3166.33	c      3166       83563593         210        20                -           0.0000          -
62761.82/3171.35	c      3171        1495174     1294630        20                -           0.0000          -
62863.07/3176.47	c      3176       83848375         208        20                -           0.0000          -
62964.16/3181.53	c      3182         685472      630749        20                -           0.0000          -
63065.20/3186.64	c      3187       84129320         207        20                -           0.0000          -
63166.36/3191.72	c      3192       84270614         211        20                -           0.0000          -
63265.42/3196.77	c      3197       84408086         211        20                -           0.0000          -
63364.62/3201.79	c      3202       84544841         212        20                -           0.0000          -
63465.51/3206.81	c      3207       84682063         210        20                -           0.0000          -
63564.53/3211.85	c      3212       84822533         214        20                -           0.0000          -
63663.42/3216.89	c      3217         689910      634924        20                -           0.0000          -
63764.52/3222.00	c      3222       85101376         211        20                -           0.0000          -
63866.39/3227.07	c      3227       85235554         209        20                -           0.0000          -
63965.41/3232.12	c      3232       85373398         207        20                -           0.0000          -
64066.75/3237.17	c      3237       85515903         212        20                -           0.0000          -
64166.76/3242.21	c      3242        1512151     1308248        20                -           0.0000          -
64265.85/3247.24	c      3247       85800619         206        20                -           0.0000          -
64367.12/3252.32	c      3252       85942145         210        20                -           0.0000          -
64466.02/3257.37	c      3257       86084026         217        20                -           0.0000          -
64566.89/3262.43	c      3262       86225780         213        20                -           0.0000          -
64665.83/3267.48	c      3267       86367668         209        20                -           0.0000          -
64766.79/3272.53	c      3273       86508679         210        20                -           0.0000          -
64865.88/3277.58	c      3278         697657      642127        20                -           0.0000          -
64966.99/3282.63	c      3283       86793108         211        20                -           0.0000          -
65066.12/3287.67	c      3288       86935322         207        20                -           0.0000          -
65165.22/3292.68	c      3293        1523905     1317698        20                -           0.0000          -
65266.34/3297.77	c      3298       87218962         205        20                -           0.0000          -
65367.53/3302.82	c      3303       87361437         204        20                -           0.0000          -
65466.69/3307.87	c      3308       87503169         210        20                -           0.0000          -
65567.69/3312.92	c      3313       87644603         206        20                -           0.0000          -
65666.83/3317.96	c      3318       87786248         209        20                -           0.0000          -
65765.95/3323.02	c      3323       87926118         211        20                -           0.0000          -
65867.58/3328.07	c      3328       88066463         206        20                -           0.0000          -
65966.69/3333.11	c      3333       88206846         209        20                -           0.0000          -
66067.73/3338.17	c      3338       88345252         207        20                -           0.0000          -
66168.23/3343.21	c      3343       88486478         211        20                -           0.0000          -
66267.33/3348.27	c      3348       88627799         206        20                -           0.0000          -
66368.58/3353.32	c      3353       88768865         214        20                -           0.0000          -
66466.95/3358.37	c      3358       88908321         210        20                -           0.0000          -
66567.82/3363.42	c      3363         709116      652690        20                -           0.0000          -
66666.96/3368.47	c      3368       89192438         209        20                -           0.0000          -
66767.89/3373.52	c      3374       89334523         212        20                -           0.0000          -
66866.96/3378.54	c      3379       89476937         208        20                -           0.0000          -
66966.11/3383.58	c      3384       89619079         210        20                -           0.0000          -
67065.23/3388.60	c      3389       89761504         205        20                -           0.0000          -
67166.34/3393.66	c      3394       89903401         208        20                -           0.0000          -
67267.36/3398.77	c      3399       90045020         207        20                -           0.0000          -
67368.43/3403.82	c      3404       90186036         207        20                -           0.0000          -
67467.20/3408.87	c      3409       90324646         209        20                -           0.0000          -
67568.27/3413.92	c      3414        1551814     1340282        20                -           0.0000          -
67667.27/3418.94	c      3419       90607926         209        20                -           0.0000          -
67766.35/3424.00	c      3424       90749204         207        20                -           0.0000          -
67865.42/3429.01	c      3429       90890642         211        20                -           0.0000          -
67964.59/3434.01	c      3434       91033289         204        20                -           0.0000          -
68066.66/3439.06	c      3439       91175276         209        20                -           0.0000          -
68168.77/3444.22	c      3444         720068      662764        20                -           0.0000          -
68267.86/3449.24	c      3449       91459369         204        20                -           0.0000          -
68367.00/3454.29	c      3454       91601650         207        20                -           0.0000          -
68468.00/3459.38	c      3459       91743439         202        20                -           0.0000          -
68568.95/3464.41	c      3464       91885805         210        20                -           0.0000          -
68668.02/3469.47	c      3469       92028150         207        20                -           0.0000          -
68769.03/3474.53	c      3475       92170602         211        20                -           0.0000          -
68868.18/3479.54	c      3480       92313118         211        20                -           0.0000          -
68969.25/3484.60	c      3485       92454731         212        20                -           0.0000          -
69068.26/3489.67	c      3490       92597341         208        20                -           0.0000          -
69169.45/3494.72	c      3495       92739802         211        20                -           0.0000          -
69268.60/3499.77	c      3500       92881726         211        20                -           0.0000          -
69369.77/3504.82	c      3505       93023035         212        20                -           0.0000          -
69468.84/3509.84	c      3510       93165098         211        20                -           0.0000          -
69568.09/3514.85	c      3515       93306983         208        20                -           0.0000          -
69666.98/3519.85	c      3520        1576038     1360096        20                -           0.0000          -
69768.10/3524.91	c      3525        1577300     1361086        20                -           0.0000          -
69867.28/3530.03	c      3530       93731812         209        20                -           0.0000          -
69969.38/3535.12	c      3535       93874071         212        20                -           0.0000          -
70069.98/3540.17	c      3540       94015314         207        20                -           0.0000          -
70170.39/3545.22	c      3545       94156757         212        20                -           0.0000          -
70269.39/3550.27	c      3550         733526      674943        20                -           0.0000          -
70370.55/3555.32	c      3555       94442113         206        20                -           0.0000          -
70469.48/3560.37	c      3560       94584460         209        20                -           0.0000          -
70568.48/3565.39	c      3565       94727496         213        20                -           0.0000          -
70669.72/3570.41	c      3570       94869223         208        20                -           0.0000          -
70768.59/3575.44	c      3575        1588644     1370082        20                -           0.0000          -
70869.68/3580.53	c      3581       95152453         210        20                -           0.0000          -
70968.85/3585.54	c      3586        1591017     1372174        20                -           0.0000          -
71069.95/3590.67	c      3591       95437311         208        20                -           0.0000          -
71171.03/3595.72	c      3596       95579773         206        20                -           0.0000          -
71270.08/3600.77	c      3601       95720896         209        20                -           0.0000          -
71371.03/3605.82	c      3606       95862962         207        20                -           0.0000          -
71470.08/3610.87	c      3611       96004576         205        20                -           0.0000          -
71571.16/3615.93	c      3616       96146133         210        20                -           0.0000          -
71670.17/3620.98	c      3621         742053      682643        20                -           0.0000          -
71769.32/3626.01	c      3626       96430060         209        20                -           0.0000          -
71871.34/3631.05	c      3631       96571970         211        20                -           0.0000          -
71970.19/3636.06	c      3636       96713873         210        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: 191633 MiB (189989 MiB free)
  memory of node 1: 193531 MiB (191743 MiB free)
  memory of node 2: 193531 MiB (191949 MiB free)
  memory of node 3: 193531 MiB (192241 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-4465800-1722587343/watcher-4465800-1722587343 -o /tmp/evaluation-result-4465800-1722587343/solver-4465800-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465800-1722587343.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100076 s]*
/proc/loadavg: 64.31 79.14 82.34 34/985 157466
/proc/meminfo: memFree=783855128/790760800 swapFree=131071996/131071996
[pid=157339] ppid=157332 vsize=1717740 memory=195256 CPUtime=0.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/stat : 157339 (fscip) S 157332 157339 157273 0 -1 1077936128 44736 0 0 0 31 14 0 0 20 0 41 0 25321045 1758965760 48814 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 17 65 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
/proc/157339/statm: 429435 48814 2790 3035 0 136245 0
[pid=157339/tid=157361] ppid=157332 vsize=1717740 memory=4026531959 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157361/stat : 157361 (fscip) D 157332 157339 157273 0 -1 4194368 1925 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157362] ppid=157332 vsize=1717740 memory=74236 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157362/stat : 157362 (fscip) D 157332 157339 157273 0 -1 4194368 2011 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157363] ppid=157332 vsize=1717740 memory=55216921903569 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157363/stat : 157363 (fscip) D 157332 157339 157273 0 -1 4194368 1972 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157364] ppid=157332 vsize=1717740 memory=52983572464199 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157364/stat : 157364 (fscip) D 157332 157339 157273 0 -1 4194368 2003 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157365] ppid=157332 vsize=1717740 memory=59584953975483 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157365/stat : 157365 (fscip) D 157332 157339 157273 0 -1 4194368 2090 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157366] ppid=157332 vsize=1717740 memory=56299354326018 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157366/stat : 157366 (fscip) R 157332 157339 157273 0 -1 4194368 1745 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48880 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157367] ppid=157332 vsize=1717740 memory=14692989452682733 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157367/stat : 157367 (fscip) D 157332 157339 157273 0 -1 4194368 2015 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48946 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157368] ppid=157332 vsize=1717740 memory=3905524891058980652 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157368/stat : 157368 (fscip) D 157332 157339 157273 0 -1 4194368 2163 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48946 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157371] ppid=157332 vsize=1717740 memory=315603 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157371/stat : 157371 (fscip) D 157332 157339 157273 0 -1 4194368 1991 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48946 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157374] ppid=157332 vsize=1717740 memory=371867 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157374/stat : 157374 (fscip) R 157332 157339 157273 0 -1 4194368 1873 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48946 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157380] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157380/stat : 157380 (fscip) R 157332 157339 157273 0 -1 4194368 2160 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 48946 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157382] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157382/stat : 157382 (fscip) R 157332 157339 157273 0 -1 4194368 1874 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49012 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157383] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157383/stat : 157383 (fscip) D 157332 157339 157273 0 -1 4194368 2126 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49012 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157384] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157384/stat : 157384 (fscip) D 157332 157339 157273 0 -1 4194368 2185 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49012 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157385] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157385/stat : 157385 (fscip) R 157332 157339 157273 0 -1 4194368 1810 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49012 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157386] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157386/stat : 157386 (fscip) R 157332 157339 157273 0 -1 4194368 1957 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49078 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157387] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157387/stat : 157387 (fscip) R 157332 157339 157273 0 -1 4194368 2193 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49144 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157393] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157393/stat : 157393 (fscip) R 157332 157339 157273 0 -1 4194368 1971 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49144 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157395] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157395/stat : 157395 (fscip) R 157332 157339 157273 0 -1 4194368 2307 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49276 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157397] ppid=157332 vsize=1717740 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157397/stat : 157397 (fscip) R 157332 157339 157273 0 -1 4194368 1891 0 0 0 1 0 0 0 20 0 41 0 25321047 1758965760 49276 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157427] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157427/stat : 157427 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49276 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157428] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157428/stat : 157428 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49276 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157429] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157429/stat : 157429 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49276 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157430] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157430/stat : 157430 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49357 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157431] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157431/stat : 157431 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49357 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157432] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157432/stat : 157432 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49357 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157433] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157433/stat : 157433 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49489 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157434] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157434/stat : 157434 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49621 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157435] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157435/stat : 157435 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49621 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157436] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157436/stat : 157436 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49621 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157437] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157437/stat : 157437 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49621 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157438] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157438/stat : 157438 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157439] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157439/stat : 157439 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157440] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157440/stat : 157440 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157441] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157441/stat : 157441 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157442] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157442/stat : 157442 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157443] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157443/stat : 157443 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157444] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157444/stat : 157444 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157445] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157445/stat : 157445 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157446] ppid=157332 vsize=1717740 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157446/stat : 157446 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1758965760 49687 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 1717740 KiB
Current children cumulated memory: 195256 KiB

[startup+0.231302 s]*
/proc/loadavg: 64.04 78.84 82.22 64/1005 157486
/proc/meminfo: memFree=783168508/790760800 swapFree=131071996/131071996
[pid=157339] ppid=157332 vsize=1719620 memory=366512 CPUtime=2.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/stat : 157339 (fscip) S 157332 157339 157273 0 -1 1077936128 88552 0 0 0 236 40 0 0 20 0 41 0 25321045 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
/proc/157339/statm: 429905 91628 2950 3035 0 184562 0
[pid=157339/tid=157361] ppid=157332 vsize=1719620 memory=4026531959 CPUtime=0.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157361/stat : 157361 (fscip) R 157332 157339 157273 0 -1 4194368 4487 0 0 0 7 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157362] ppid=157332 vsize=1719620 memory=74236 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157362/stat : 157362 (fscip) R 157332 157339 157273 0 -1 4194368 5067 0 0 0 9 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157363] ppid=157332 vsize=1719620 memory=55216921903569 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157363/stat : 157363 (fscip) R 157332 157339 157273 0 -1 4194368 2540 0 0 0 14 0 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157364] ppid=157332 vsize=1719620 memory=52983572464199 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157364/stat : 157364 (fscip) R 157332 157339 157273 0 -1 4194368 4808 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157365] ppid=157332 vsize=1719620 memory=59584953975483 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157365/stat : 157365 (fscip) R 157332 157339 157273 0 -1 4194368 5173 0 0 0 11 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157366] ppid=157332 vsize=1719620 memory=56299354326018 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157366/stat : 157366 (fscip) R 157332 157339 157273 0 -1 4194368 2332 0 0 0 13 1 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157367] ppid=157332 vsize=1719620 memory=14692989452682733 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157367/stat : 157367 (fscip) R 157332 157339 157273 0 -1 4194368 4815 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157368] ppid=157332 vsize=1719620 memory=3905524891058980652 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157368/stat : 157368 (fscip) R 157332 157339 157273 0 -1 4194368 5188 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157371] ppid=157332 vsize=1719620 memory=315603 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157371/stat : 157371 (fscip) R 157332 157339 157273 0 -1 4194368 2422 0 0 0 14 0 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157374] ppid=157332 vsize=1719620 memory=371867 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157374/stat : 157374 (fscip) R 157332 157339 157273 0 -1 4194368 4586 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157380] ppid=157332 vsize=1719620 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157380/stat : 157380 (fscip) R 157332 157339 157273 0 -1 4194368 5133 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157382] ppid=157332 vsize=1719620 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157382/stat : 157382 (fscip) R 157332 157339 157273 0 -1 4194368 2311 0 0 0 13 0 0 0 20 0 41 0 25321047 1760890880 91628 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157383] ppid=157332 vsize=1719620 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157383/stat : 157383 (fscip) R 157332 157339 157273 0 -1 4194368 4819 0 0 0 11 1 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157384] ppid=157332 vsize=1719620 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157384/stat : 157384 (fscip) R 157332 157339 157273 0 -1 4194368 5169 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157385] ppid=157332 vsize=1719620 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157385/stat : 157385 (fscip) R 157332 157339 157273 0 -1 4194368 2413 0 0 0 14 1 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157386] ppid=157332 vsize=1719620 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157386/stat : 157386 (fscip) R 157332 157339 157273 0 -1 4194368 4829 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157387] ppid=157332 vsize=1719620 memory=0 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157387/stat : 157387 (fscip) D 157332 157339 157273 0 -1 4194368 5190 0 0 0 10 2 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157393] ppid=157332 vsize=1719620 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157393/stat : 157393 (fscip) R 157332 157339 157273 0 -1 4194368 2552 0 0 0 14 0 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157395] ppid=157332 vsize=1719620 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157395/stat : 157395 (fscip) R 157332 157339 157273 0 -1 4194368 4915 0 0 0 14 1 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157397] ppid=157332 vsize=1719620 memory=0 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157397/stat : 157397 (fscip) R 157332 157339 157273 0 -1 4194368 5165 0 0 0 10 1 0 0 20 0 41 0 25321047 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157427] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157427/stat : 157427 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157428] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157428/stat : 157428 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157429] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157429/stat : 157429 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157430] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157430/stat : 157430 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157431] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157431/stat : 157431 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157432] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157432/stat : 157432 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157433] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157433/stat : 157433 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157434] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157434/stat : 157434 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157435] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157435/stat : 157435 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157436] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157436/stat : 157436 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157437] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157437/stat : 157437 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157438] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157438/stat : 157438 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157439] ppid=157332 vsize=1719620 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157439/stat : 157439 (fscip) S 157332 157339 157273 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 25321054 1760890880 91694 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0

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

/proc/157339/task/157397/stat : 157397 (fscip) R 157332 157339 157273 0 -1 4194368 1846954 0 0 0 354316 545 0 0 20 0 41 0 25321047 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157427] ppid=157332 vsize=16676612 memory=15535948 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157427/stat : 157427 (fscip) S 157332 157339 157273 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157428] ppid=157332 vsize=16676612 memory=15558044 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157428/stat : 157428 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157429] ppid=157332 vsize=16676612 memory=15538216 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157429/stat : 157429 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157430] ppid=157332 vsize=16676612 memory=10392 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157430/stat : 157430 (fscip) S 157332 157339 157273 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157431] ppid=157332 vsize=16676612 memory=5432 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157431/stat : 157431 (fscip) S 157332 157339 157273 0 -1 1077936192 63 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157432] ppid=157332 vsize=16676612 memory=13892 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157432/stat : 157432 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157433] ppid=157332 vsize=16676612 memory=11312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157433/stat : 157433 (fscip) S 157332 157339 157273 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157434] ppid=157332 vsize=16676612 memory=279956171946496 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157434/stat : 157434 (fscip) S 157332 157339 157273 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157435] ppid=157332 vsize=16676612 memory=15571736 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157435/stat : 157435 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157436] ppid=157332 vsize=16676612 memory=15567112 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157436/stat : 157436 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157437] ppid=157332 vsize=16676612 memory=15537668 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157437/stat : 157437 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157438] ppid=157332 vsize=16676612 memory=2891508354823241893 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157438/stat : 157438 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157439] ppid=157332 vsize=16676612 memory=15593908 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157439/stat : 157439 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157440] ppid=157332 vsize=16676612 memory=15559412 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157440/stat : 157440 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157441] ppid=157332 vsize=16676612 memory=15571532 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157441/stat : 157441 (fscip) S 157332 157339 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157442] ppid=157332 vsize=16676612 memory=4684 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157442/stat : 157442 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157443] ppid=157332 vsize=16676612 memory=20572 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157443/stat : 157443 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157444] ppid=157332 vsize=16676612 memory=11424 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157444/stat : 157444 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157445] ppid=157332 vsize=16676612 memory=15400 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157445/stat : 157445 (fscip) S 157332 157339 157273 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157446] ppid=157332 vsize=16676612 memory=6720662142909366122 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157446/stat : 157446 (fscip) S 157332 157339 157273 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 25321054 17076850688 3893717 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
Current children cumulated CPU time: 70905.4 s
Current children cumulated vsize: 16676612 KiB
Current children cumulated memory: 15574868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.6 s]
/proc/loadavg: 80.46 80.31 80.36 63/983 159452
/proc/meminfo: memFree=749872240/790760800 swapFree=131071996/131071996
[pid=157339] ppid=157332 vsize=16873220 memory=15684320 CPUtime=72001.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/stat : 157339 (fscip) S 157332 157339 157273 0 -1 1077936128 37403173 0 0 0 7146116 54009 0 0 20 0 41 0 25321045 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
/proc/157339/statm: 4218305 3921080 3014 3035 0 4047094 0
[pid=157339/tid=157361] ppid=157332 vsize=16873220 memory=6708 CPUtime=3601.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157361/stat : 157361 (fscip) R 157332 157339 157273 0 -1 4194368 3694396 0 0 0 358969 1207 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157362] ppid=157332 vsize=16873220 memory=15680576 CPUtime=3600.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157362/stat : 157362 (fscip) R 157332 157339 157273 0 -1 4194368 1781447 0 0 0 359532 559 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157363] ppid=157332 vsize=16873220 memory=104 CPUtime=3596.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157363/stat : 157363 (fscip) R 157332 157339 157273 0 -1 4194368 154511 0 0 0 352954 6675 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157364] ppid=157332 vsize=16873220 memory=33100 CPUtime=3602.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157364/stat : 157364 (fscip) R 157332 157339 157273 0 -1 4194368 2992475 0 0 0 359082 1143 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157365] ppid=157332 vsize=16873220 memory=19588 CPUtime=3605.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157365/stat : 157365 (fscip) R 157332 157339 157273 0 -1 4194368 1651347 0 0 0 359997 526 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157366] ppid=157332 vsize=16873220 memory=10392 CPUtime=3595.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157366/stat : 157366 (fscip) R 157332 157339 157273 0 -1 4194368 152321 0 0 0 352208 7308 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157367] ppid=157332 vsize=16873220 memory=5432 CPUtime=3602.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157367/stat : 157367 (fscip) R 157332 157339 157273 0 -1 4194368 3648252 0 0 0 358915 1332 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157368] ppid=157332 vsize=16873220 memory=16108 CPUtime=3602.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157368/stat : 157368 (fscip) R 157332 157339 157273 0 -1 4194368 1923857 0 0 0 359680 523 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157371] ppid=157332 vsize=16873220 memory=2268 CPUtime=3588.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157371/stat : 157371 (fscip) R 157332 157339 157273 0 -1 4194368 101889 0 0 0 349745 9151 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157374] ppid=157332 vsize=16873220 memory=1996 CPUtime=3603.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157374/stat : 157374 (fscip) R 157332 157339 157273 0 -1 4194368 3198871 0 0 0 359266 1061 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157380] ppid=157332 vsize=16873220 memory=1836 CPUtime=3603.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157380/stat : 157380 (fscip) R 157332 157339 157273 0 -1 4194368 1725866 0 0 0 359749 568 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157382] ppid=157332 vsize=16873220 memory=38468 CPUtime=3594.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157382/stat : 157382 (fscip) R 157332 157339 157273 0 -1 4194368 108961 0 0 0 353458 5964 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157383] ppid=157332 vsize=16873220 memory=2152 CPUtime=3604.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157383/stat : 157383 (fscip) R 157332 157339 157273 0 -1 4194368 3094542 0 0 0 359280 1156 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157384] ppid=157332 vsize=16873220 memory=6056 CPUtime=3600.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157384/stat : 157384 (fscip) R 157332 157339 157273 0 -1 4194368 1912114 0 0 0 359441 587 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157385] ppid=157332 vsize=16873220 memory=104 CPUtime=3589.43 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157385/stat : 157385 (fscip) R 157332 157339 157273 0 -1 4194368 148293 0 0 0 352582 6361 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157386] ppid=157332 vsize=16873220 memory=33100 CPUtime=3603.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157386/stat : 157386 (fscip) R 157332 157339 157273 0 -1 4194368 3348095 0 0 0 359156 1148 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157387] ppid=157332 vsize=16873220 memory=19588 CPUtime=3606.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157387/stat : 157387 (fscip) R 157332 157339 157273 0 -1 4194368 2021827 0 0 0 360122 572 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157393] ppid=157332 vsize=16873220 memory=13892 CPUtime=3593.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157393/stat : 157393 (fscip) R 157332 157339 157273 0 -1 4194368 143481 0 0 0 352886 6447 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157395] ppid=157332 vsize=16873220 memory=11312 CPUtime=3602.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157395/stat : 157395 (fscip) R 157332 157339 157273 0 -1 4194368 3708074 0 0 0 359121 1124 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157397] ppid=157332 vsize=16873220 memory=11288 CPUtime=3603.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157397/stat : 157397 (fscip) R 157332 157339 157273 0 -1 4194368 1884387 0 0 0 359806 552 0 0 20 0 41 0 25321047 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157427] ppid=157332 vsize=16873220 memory=40372 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157427/stat : 157427 (fscip) S 157332 157339 157273 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157428] ppid=157332 vsize=16873220 memory=8240 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157428/stat : 157428 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157429] ppid=157332 vsize=16873220 memory=2112 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157429/stat : 157429 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157430] ppid=157332 vsize=16873220 memory=3308 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157430/stat : 157430 (fscip) S 157332 157339 157273 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157431] ppid=157332 vsize=16873220 memory=7176 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157431/stat : 157431 (fscip) S 157332 157339 157273 0 -1 1077936192 64 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157432] ppid=157332 vsize=16873220 memory=36120 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157432/stat : 157432 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157433] ppid=157332 vsize=16873220 memory=4684 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157433/stat : 157433 (fscip) S 157332 157339 157273 0 -1 1077936192 132 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157434] ppid=157332 vsize=16873220 memory=20572 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157434/stat : 157434 (fscip) S 157332 157339 157273 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157435] ppid=157332 vsize=16873220 memory=6856 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157435/stat : 157435 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157436] ppid=157332 vsize=16873220 memory=7112 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157436/stat : 157436 (fscip) S 157332 157339 157273 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157437] ppid=157332 vsize=16873220 memory=28196 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157437/stat : 157437 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157438] ppid=157332 vsize=16873220 memory=15669452 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157438/stat : 157438 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157439] ppid=157332 vsize=16873220 memory=279956172338592 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157439/stat : 157439 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 1 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157440] ppid=157332 vsize=16873220 memory=279956170624960 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157440/stat : 157440 (fscip) S 157332 157339 157273 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157441] ppid=157332 vsize=16873220 memory=33100 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157441/stat : 157441 (fscip) S 157332 157339 157273 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157442] ppid=157332 vsize=16873220 memory=19588 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157442/stat : 157442 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157443] ppid=157332 vsize=16873220 memory=54528 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157443/stat : 157443 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157444] ppid=157332 vsize=16873220 memory=25333125866717268 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157444/stat : 157444 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157445] ppid=157332 vsize=16873220 memory=104 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157445/stat : 157445 (fscip) S 157332 157339 157273 0 -1 1077936192 129 0 0 0 0 2 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
[pid=157339/tid=157446] ppid=157332 vsize=16873220 memory=33100 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/157339/task/157446/stat : 157446 (fscip) S 157332 157339 157273 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 25321054 17278177280 3921080 809668444160 4194304 16623229 140726402287984 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 26304512 140726402294793 140726402294911 140726402294911 140726402301936 0
Current children cumulated CPU time: 72001.2 s
Current children cumulated vsize: 16873220 KiB
Current children cumulated memory: 15684320 KiB

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

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

# cumulated CPU time of all completed processes:  user=71461.4 s, system=540.555 s

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

[startup+3638 s]*
/proc/loadavg: 80.46 80.31 80.36 43/944 159498
/proc/meminfo: memFree=762835672/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3638.09
CPU time (s): 72001.9
CPU user time (s): 71461.4
CPU system time (s): 540.555
CPU usage (%): 1979.11
Max. virtual memory (cumulated for all children) (KiB): 16876820
Max. memory (cumulated for all children) (KiB): 15720832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71461.4
system time used= 540.555
maximum resident set size= 15720832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37403218
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= 3419472
involuntary context switches= 361313


# summary of solver processes directly reported to runsolver:
#   pid: 157339
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71461.4
#   total CPU system time (s): 540.555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8298 second user time and 102.709 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-02 10:29:03
IDJOB=4465800
IDBENCH=162341
IDSOLVER=3094
FILE ID=nodeD101/4465800-1722587343
RUNJOBID= nodeD101-1722587343-157284
SLURM_JOB_ID= 8254296
Free space on /tmp= 8622916 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x120split.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-4465800-1722587343/watcher-4465800-1722587343 -o /tmp/evaluation-result-4465800-1722587343/solver-4465800-1722587343 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722587343-157284 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465800-1722587343.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=225220662

nodeD101.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	: 0x5003102
cpu MHz		: 3471.632
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 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	: 0x5003102
cpu MHz		: 3002.294
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3560.541
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3621.250
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3602.544
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 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	: 0x5003102
cpu MHz		: 1669.528
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3387.428
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3542.780
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3506.118
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 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	: 0x5003102
cpu MHz		: 3653.632
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2641.511
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3185.633
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3353.261
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 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	: 0x5003102
cpu MHz		: 3571.412
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2653.179
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3367.307
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3572.980
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 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	: 0x5003102
cpu MHz		: 3344.513
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2654.341
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3593.765
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3230.971
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 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	: 0x5003102
cpu MHz		: 2938.698
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2649.730
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2647.677
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2643.528
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 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	: 0x5003102
cpu MHz		: 3600.672
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.622
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2641.550
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3113.300
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 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	: 0x5003102
cpu MHz		: 2643.225
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2658.201
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2653.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2650.727
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 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	: 0x5003102
cpu MHz		: 2638.363
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 1734.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.316
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2645.914
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 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	: 0x5003102
cpu MHz		: 2639.121
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2632.214
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2647.578
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2640.584
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 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	: 0x5003102
cpu MHz		: 2638.407
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2647.131
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2641.642
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2656.334
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 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	: 0x5003102
cpu MHz		: 2638.822
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2696.206
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2654.498
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3118.610
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 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	: 0x5003102
cpu MHz		: 2632.240
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.527
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2640.579
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2493.331
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 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	: 0x5003102
cpu MHz		: 2812.358
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.535
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2649.954
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2914.869
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 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	: 0x5003102
cpu MHz		: 2650.091
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2651.736
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2648.146
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2822.163
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 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	: 0x5003102
cpu MHz		: 2898.345
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2739.400
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2652.656
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2369.995
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 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	: 0x5003102
cpu MHz		: 2844.748
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2645.555
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2629.958
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2437.520
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 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	: 0x5003102
cpu MHz		: 2666.227
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2668.343
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2928.811
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2342.352
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 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	: 0x5003102
cpu MHz		: 2614.612
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 2656.341
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2658.383
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3671.756
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 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	: 0x5003102
cpu MHz		: 2682.165
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3550.795
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1450.916
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        784313888 kB
MemAvailable:   784473892 kB
Buffers:          349720 kB
Cached:          3151452 kB
SwapCached:            0 kB
Active:           526032 kB
Inactive:        3379920 kB
Active(anon):       2016 kB
Inactive(anon):   425292 kB
Active(file):     524016 kB
Inactive(file):  2954628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112596 kB
Writeback:             0 kB
AnonPages:        403880 kB
Mapped:            90676 kB
Shmem:             22536 kB
KReclaimable:     201776 kB
Slab:             556816 kB
SReclaimable:     201776 kB
SUnreclaim:       355040 kB
KernelStack:       14624 kB
PageTables:        11656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     797732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           316416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD101 at 2024-08-02 11:29:41