Trace number 4465720

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) 72000.8 3639.97

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x80split.cnf-plain.pb.metafix.opb
MD5SUM66026fe28787f3770fd653fb30d65540
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 benchmark0.112826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints1922
Number of constraints which are clauses1922
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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 = 26447872, getVmSize() = 26447872, SCIPgetMemUsed() = 3698293, SCIPgetMemTotal() = 4860717, SCIPgetMemExternEstim() = 2307915
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 17850107, getVmSize() = 33320960, SCIPgetMemUsed() = 6508842, SCIPgetMemTotal() = 10464186, SCIPgetMemExternEstim() = 2307915
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465720-1722558594
0.00/0.02	c   Variables        : 481 (481 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 1922
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 480 (480 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 960
0.00/0.02	c Constraints        : Number
0.00/0.02	c   linear           : 960 
0.00/0.02	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.08	c                                Nodes    Active                                            
0.00/0.08	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
98.99/5.15	c         5          37390          90        20                -           0.0000          -
197.68/10.19	c        10          76489          73        20                -           0.0000          -
297.71/15.24	c        15         115571         112        20                -           0.0000          -
398.38/20.30	c        20         146944          95        20                -           0.0000          -
497.02/25.35	c        25         195647         122        20                -           0.0000          -
595.78/30.39	c        30         221792          77        20                -           0.0000          -
696.56/35.43	c        35         273776          56        20                -           0.0000          -
795.26/40.48	c        40         292697          95        20                -           0.0000          -
896.12/45.53	c        46         326006          64        20                -           0.0000          -
994.98/50.58	c        51         359256         107        20                -           0.0000          -
1095.51/55.63	c        56         393386          35        20                -           0.0000          -
1194.31/60.68	c        61         425080          40        20                -           0.0000          -
1294.92/65.73	c        66         477736          63        20                -           0.0000          -
1393.53/70.78	c        71         491746          70        20                -           0.0000          -
1494.36/75.83	c        76         542168          70        20                -           0.0000          -
1593.21/80.88	c        81         575993          65        20                -           0.0000          -
1693.83/85.93	c        86         605666          16        20                -           0.0000          -
1792.60/90.98	c        91         615074          26        20                -           0.0000          -
1891.26/96.03	c        96         664716          66        20                -           0.0000          -
1992.54/101.06	c       101         674773          72        20                -           0.0000          -
2091.34/106.08	c       106         720229          67        20                -           0.0000          -
2191.96/111.14	c       111         729026          32        20                -           0.0000          -
2290.64/116.19	c       116         771703          49        20                -           0.0000          -
2390.56/121.26	c       121         781671          71        20                -           0.0000          -
2489.21/126.26	c       126         809266          68        20                -           0.0000          -
2589.85/131.31	c       131         854158          69        20                -           0.0000          -
2688.51/136.36	c       136         860416          95        20                -           0.0000          -
2789.20/141.42	c       141         885568          71        20                -           0.0000          -
2888.06/146.49	c       146         910785          47        20                -           0.0000          -
2988.94/151.56	c       152         936232          31        20                -           0.0000          -
3089.94/156.61	c       157         991124          22        20                -           0.0000          -
3188.97/161.63	c       162         985557          10        20                -           0.0000          -
3289.70/166.70	c       167        1044835          54        20                -           0.0000          -
3388.64/171.76	c       172        1034798          72        20                -           0.0000          -
3489.51/176.82	c       177        1099468          75        20                -           0.0000          -
3588.32/181.87	c       182        1084446          50        20                -           0.0000          -
3689.25/186.92	c       187        1154916          89        20                -           0.0000          -
3787.94/191.97	c       192        1136618          79        20                -           0.0000          -
3886.81/197.02	c       197        1161980          77        20                -           0.0000          -
3988.54/202.07	c       202        1231693          13        20                -           0.0000          -
4087.37/207.12	c       207        1258735          67        20                -           0.0000          -
4188.33/212.17	c       212        1239343          85        20                -           0.0000          -
4288.67/217.22	c       217        1307095          83        20                -           0.0000          -
4387.37/222.27	c       222        1332037          22        20                -           0.0000          -
4488.30/227.32	c       227        1354459          84        20                -           0.0000          -
4587.19/232.33	c       232        1378906          46        20                -           0.0000          -
4686.18/237.39	c       237        1370649          92        20                -           0.0000          -
4787.04/242.45	c       242        1429941          93        20                -           0.0000          -
4885.69/247.49	c       248        1418667          56        20                -           0.0000          -
4986.55/252.55	c       253        1478422          11        20                -           0.0000          -
5087.16/257.61	c       258        1503690          48        20                -           0.0000          -
5186.10/262.67	c       263        1495505          98        20                -           0.0000          -
5287.08/267.72	c       268        1519311          74        20                -           0.0000          -
5385.85/272.77	c       273        1544531          72        20                -           0.0000          -
5486.79/277.82	c       278        1569281           9        20                -           0.0000          -
5585.66/282.87	c       283        1624912          64        20                -           0.0000          -
5686.45/287.92	c       288        1619558          80        20                -           0.0000          -
5785.50/292.97	c       293        1645371          79        20                -           0.0000          -
5884.16/297.98	c       298        1667772         109        20                -           0.0000          -
5985.76/303.04	c       303        1690235          79        20                -           0.0000          -
6084.44/308.10	c       308        1713447         107        20                -           0.0000          -
6185.22/313.17	c       313        1769468          30        20                -           0.0000          -
6285.19/318.23	c       318        1792110          93        20                -           0.0000          -
6384.10/323.27	c       323        1813607          25        20                -           0.0000          -
6485.02/328.32	c       328        1809631          64        20                -           0.0000          -
6583.87/333.37	c       333        1832689          71        20                -           0.0000          -
6684.80/338.43	c       338        1880701          24        20                -           0.0000          -
6783.78/343.47	c       343        1902373          57        20                -           0.0000          -
6884.54/348.52	c       349        1903350          91        20                -           0.0000          -
6983.38/353.57	c       354        1950238          22        20                -           0.0000          -
7084.30/358.62	c       359        1974312          41        20                -           0.0000          -
7183.10/363.67	c       364        1972974          79        20                -           0.0000          -
7283.66/368.73	c       369        1996756          61        20                -           0.0000          -
7382.54/373.77	c       374        2045457          90        20                -           0.0000          -
7483.48/378.82	c       379        2068859         104        20                -           0.0000          -
7582.49/383.87	c       384        2071188          58        20                -           0.0000          -
7683.49/388.92	c       389        2115890          89        20                -           0.0000          -
7782.51/393.97	c       394        2120696          63        20                -           0.0000          -
7881.46/399.02	c       399        2161929          63        20                -           0.0000          -
7983.17/404.07	c       404        2187447          42        20                -           0.0000          -
8082.07/409.12	c       409        2193028          11        20                -           0.0000          -
8182.61/414.17	c       414        2238414          69        20                -           0.0000          -
8281.79/419.18	c       419        2242602          62        20                -           0.0000          -
8381.89/424.21	c       424         235815       51964        20                -           0.0000          -
8480.65/429.24	c       429         238393       52414        20                -           0.0000          -
8579.39/434.29	c       434        2330959          67        20                -           0.0000          -
8680.26/439.35	c       439        2355730          75        20                -           0.0000          -
8780.98/444.40	c       444        2380858         103        20                -           0.0000          -
8879.90/449.43	c       449        2404631          85        20                -           0.0000          -
8980.84/454.52	c       455        2427928          38        20                -           0.0000          -
9079.71/459.59	c       460        2451213          13        20                -           0.0000          -
9180.60/464.67	c       465        2478393          41        20                -           0.0000          -
9281.63/469.72	c       470        2502242          31        20                -           0.0000          -
9380.50/474.78	c       475        2533107          88        20                -           0.0000          -
9481.19/479.82	c       480        2561974          56        20                -           0.0000          -
9580.16/484.87	c       485        2566299          97        20                -           0.0000          -
9680.87/489.92	c       490        2618662          63        20                -           0.0000          -
9779.57/494.97	c       495        2611297          85        20                -           0.0000          -
9878.37/500.02	c       500        2633719          90        20                -           0.0000          -
9979.75/505.07	c       505        2656936          63        20                -           0.0000          -
10078.60/510.12	c       510        2724522          30        20                -           0.0000          -
10179.67/515.17	c       515        2750715          95        20                -           0.0000          -
10279.93/520.22	c       520        2724715          73        20                -           0.0000          -
10378.89/525.27	c       525        2748034          99        20                -           0.0000          -
10479.82/530.32	c       530        2826830          11        20                -           0.0000          -
10578.85/535.37	c       535        2848296          84        20                -           0.0000          -
10679.62/540.42	c       540        2872732          21        20                -           0.0000          -
10778.43/545.47	c       545        2897390         100        20                -           0.0000          -
10879.04/550.52	c       551        2920515          69        20                -           0.0000          -
10977.79/555.57	c       556        2945235          75        20                -           0.0000          -
11078.73/560.62	c       561        2968494          96        20                -           0.0000          -
11177.40/565.67	c       566        2940958          43        20                -           0.0000          -
11278.24/570.72	c       571        2962560          95        20                -           0.0000          -
11377.27/575.77	c       576        3036811          35        20                -           0.0000          -
11478.24/580.82	c       581        3062888          71        20                -           0.0000          -
11577.29/585.87	c       586        3088379          70        20                -           0.0000          -
11678.27/590.92	c       591        3057357          36        20                -           0.0000          -
11777.19/595.97	c       596        3134738         104        20                -           0.0000          -
11876.05/601.02	c       601        3160220          53        20                -           0.0000          -
11977.92/606.07	c       606        3127628          73        20                -           0.0000          -
12076.36/611.12	c       611        3150713          42        20                -           0.0000          -
12177.36/616.17	c       616        3229889          12        20                -           0.0000          -
12276.13/621.18	c       621        3196685          64        20                -           0.0000          -
12376.41/626.23	c       626        3277217          33        20                -           0.0000          -
12475.41/631.29	c       631        3243345          63        20                -           0.0000          -
12576.43/636.34	c       636        3327217          76        20                -           0.0000          -
12677.43/641.40	c       641        3289253          29        20                -           0.0000          -
12776.47/646.44	c       646        3312296          21        20                -           0.0000          -
12877.28/651.51	c       652        3397702          36        20                -           0.0000          -
12976.17/656.57	c       657        3356778          34        20                -           0.0000          -
13077.13/661.62	c       662        3379519          29        20                -           0.0000          -
13176.01/666.67	c       667        3400774          73        20                -           0.0000          -
13276.71/671.72	c       672        3422745          84        20                -           0.0000          -
13375.71/676.77	c       677        3514322          93        20                -           0.0000          -
13476.66/681.82	c       682        3537144          88        20                -           0.0000          -
13575.67/686.87	c       687        3562113          97        20                -           0.0000          -
13674.61/691.88	c       692        3585969         115        20                -           0.0000          -
13775.61/696.93	c       697        3610064          13        20                -           0.0000          -
13874.28/702.01	c       702        3635185          87        20                -           0.0000          -
13975.81/707.06	c       707        3659548          89        20                -           0.0000          -
14074.70/712.12	c       712        3682845          87        20                -           0.0000          -
14175.69/717.17	c       717        3628029          22        20                -           0.0000          -
14274.44/722.20	c       722        3729866          62        20                -           0.0000          -
14374.43/727.23	c       727        3752735          40        20                -           0.0000          -
14473.45/732.24	c       732         412111       74005        20                -           0.0000          -
14572.59/737.29	c       737         415499       74257        20                -           0.0000          -
14673.61/742.35	c       742        3824227          44        20                -           0.0000          -
14774.43/747.41	c       747        3848355          71        20                -           0.0000          -
14873.43/752.49	c       752        3872680          86        20                -           0.0000          -
14974.39/757.55	c       758        3898097          40        20                -           0.0000          -
15075.44/762.60	c       763        3921810          31        20                -           0.0000          -
15174.47/767.66	c       768        3944782          96        20                -           0.0000          -
15275.39/772.72	c       773        3968908          35        20                -           0.0000          -
15374.40/777.77	c       778        3990800          79        20                -           0.0000          -
15475.34/782.82	c       783        3934068          14        20                -           0.0000          -
15574.27/787.87	c       788        3958782          38        20                -           0.0000          -
15675.01/792.92	c       793        3981584         108        20                -           0.0000          -
15774.03/797.97	c       798        4073747          39        20                -           0.0000          -
15872.93/803.02	c       803        4095105          56        20                -           0.0000          -
15974.63/808.07	c       808        4116910          72        20                -           0.0000          -
16073.51/813.12	c       813        4138989          19        20                -           0.0000          -
16174.34/818.17	c       818        4162593         100        20                -           0.0000          -
16274.56/823.22	c       823        4185842          78        20                -           0.0000          -
16373.54/828.27	c       828        4210038          78        20                -           0.0000          -
16474.58/833.32	c       833        4233982          49        20                -           0.0000          -
16573.36/838.37	c       838        4256704          74        20                -           0.0000          -
16674.44/843.42	c       843        4279817         101        20                -           0.0000          -
16773.20/848.47	c       848        4304159          54        20                -           0.0000          -
16874.18/853.52	c       854        4327459          68        20                -           0.0000          -
16972.94/858.57	c       859        4350397          40        20                -           0.0000          -
17073.86/863.62	c       864        4373145          32        20                -           0.0000          -
17172.81/868.67	c       869        4396221          22        20                -           0.0000          -
17273.80/873.72	c       874        4417343          88        20                -           0.0000          -
17372.64/878.77	c       879        4441449          20        20                -           0.0000          -
17473.51/883.83	c       884        4466776         111        20                -           0.0000          -
17572.12/888.87	c       889        4491974          52        20                -           0.0000          -
17673.06/893.92	c       894        4516242          53        20                -           0.0000          -
17771.79/898.97	c       899        4542180          75        20                -           0.0000          -
17870.74/904.03	c       904        4521144         102        20                -           0.0000          -
17972.03/909.08	c       909        4543678          30        20                -           0.0000          -
18071.16/914.13	c       914        4567795          49        20                -           0.0000          -
18172.00/919.16	c       919        4642021          49        20                -           0.0000          -
18270.71/924.18	c       924        4664483          95        20                -           0.0000          -
18370.90/929.22	c       929        4688802          47        20                -           0.0000          -
18471.92/934.30	c       934        4713264          13        20                -           0.0000          -
18571.00/939.36	c       939        4738167          80        20                -           0.0000          -
18669.75/944.37	c       944        4761787          31        20                -           0.0000          -
18770.72/949.45	c       949        4783814          64        20                -           0.0000          -
18869.71/954.45	c       954        4808811          30        20                -           0.0000          -
18970.69/959.53	c       960        4831440          48        20                -           0.0000          -
19069.62/964.57	c       965        4855871          38        20                -           0.0000          -
19170.27/969.62	c       970        4880522          61        20                -           0.0000          -
19269.21/974.68	c       975        4905618         101        20                -           0.0000          -
19370.11/979.73	c       980        4929935          44        20                -           0.0000          -
19471.09/984.81	c       985        4954257          48        20                -           0.0000          -
19569.79/989.88	c       990        4978457          90        20                -           0.0000          -
19670.44/994.93	c       995        4966545          57        20                -           0.0000          -
19769.37/999.98	c      1000        4990776          46        20                -           0.0000          -
19868.29/1005.03	c      1005        5013381          50        20                -           0.0000          -
19969.73/1010.08	c      1010        5033326          36        20                -           0.0000          -
20068.73/1015.13	c      1015        5057035          54        20                -           0.0000          -
20169.55/1020.14	c      1020        5122895          86        20                -           0.0000          -
20268.78/1025.16	c      1025        5147002          41        20                -           0.0000          -
20368.82/1030.23	c      1030        5170030          22        20                -           0.0000          -
20467.55/1035.29	c      1035        5191195          49        20                -           0.0000          -
20568.32/1040.34	c      1040        5213779          77        20                -           0.0000          -
20669.26/1045.42	c      1045         592416       97902        20                -           0.0000          -
20768.21/1050.47	c      1050        5212944          19        20                -           0.0000          -
20869.15/1055.52	c      1056        5236058          33        20                -           0.0000          -
20967.90/1060.57	c      1061        5260499          71        20                -           0.0000          -
21068.72/1065.62	c      1066        5281316           6        20                -           0.0000          -
21167.68/1070.67	c      1071        5308276          38        20                -           0.0000          -
21268.71/1075.72	c      1076        5331213         109        20                -           0.0000          -
21367.65/1080.77	c      1081        5356856          71        20                -           0.0000          -
21468.78/1085.82	c      1086        5379598          16        20                -           0.0000          -
21567.44/1090.87	c      1091        5399953          52        20                -           0.0000          -
21668.42/1095.92	c      1096        5421300          46        20                -           0.0000          -
21767.44/1100.97	c      1101        5444041          92        20                -           0.0000          -
21866.27/1106.02	c      1106        5468645          54        20                -           0.0000          -
21967.83/1111.07	c      1111        5490826          51        20                -           0.0000          -
22066.76/1116.12	c      1116        5514942          60        20                -           0.0000          -
22167.60/1121.17	c      1121        5539505          34        20                -           0.0000          -
22267.67/1126.22	c      1126        5562746          50        20                -           0.0000          -
22366.63/1131.27	c      1131        5586380          78        20                -           0.0000          -
22467.66/1136.32	c      1136        5608890          14        20                -           0.0000          -
22566.64/1141.38	c      1141        5633102          31        20                -           0.0000          -
22667.61/1146.42	c      1146        5658539          83        20                -           0.0000          -
22766.14/1151.47	c      1151        5683161          84        20                -           0.0000          -
22867.05/1156.52	c      1157        5706795          88        20                -           0.0000          -
22965.64/1161.57	c      1162        5730390          87        20                -           0.0000          -
23066.70/1166.62	c      1167        5753816          89        20                -           0.0000          -
23165.69/1171.67	c      1172        5776539          82        20                -           0.0000          -
23266.74/1176.72	c      1177        5799861          33        20                -           0.0000          -
23365.72/1181.75	c      1182        5872359          68        20                -           0.0000          -
23464.71/1186.75	c      1187        5897556          72        20                -           0.0000          -
23565.73/1191.82	c      1192        5922232          80        20                -           0.0000          -
23664.69/1196.88	c      1197        5947301          72        20                -           0.0000          -
23765.63/1201.97	c      1202        5972010          35        20                -           0.0000          -
23864.48/1207.02	c      1207        5951001          65        20                -           0.0000          -
23965.73/1212.07	c      1212        5974627          62        20                -           0.0000          -
24064.50/1217.12	c      1217        6000094          66        20                -           0.0000          -
24165.35/1222.17	c      1222        6024407          49        20                -           0.0000          -
24265.50/1227.22	c      1227        6048977          69        20                -           0.0000          -
24364.41/1232.27	c      1232        6073423          64        20                -           0.0000          -
24463.16/1237.28	c      1237        6144332          52        20                -           0.0000          -
24564.00/1242.34	c      1242        6168417          29        20                -           0.0000          -
24664.71/1247.40	c      1247        6192510          26        20                -           0.0000          -
24763.57/1252.46	c      1252        6216919         118        20                -           0.0000          -
24864.21/1257.52	c      1258        6189276          23        20                -           0.0000          -
24963.20/1262.57	c      1263        6213157          28        20                -           0.0000          -
25064.07/1267.62	c      1268        6239979          49        20                -           0.0000          -
25163.05/1272.67	c      1273        6264764          65        20                -           0.0000          -
25263.89/1277.72	c      1278        6287028         110        20                -           0.0000          -
25363.02/1282.77	c      1283        6312116          10        20                -           0.0000          -
25461.95/1287.78	c      1288        6383665          62        20                -           0.0000          -
25562.89/1292.84	c      1293        6407305         106        20                -           0.0000          -
25661.86/1297.86	c      1298        6431411          80        20                -           0.0000          -
25762.57/1302.90	c      1303        6455152          25        20                -           0.0000          -
25861.37/1307.95	c      1308        6478988          72        20                -           0.0000          -
25960.30/1313.03	c      1313        6503706          89        20                -           0.0000          -
26061.87/1318.10	c      1318        6526574          53        20                -           0.0000          -
26162.67/1323.17	c      1323        6505488          83        20                -           0.0000          -
26262.98/1328.22	c      1328        6527432          58        20                -           0.0000          -
26361.63/1333.27	c      1333        6550569          92        20                -           0.0000          -
26462.62/1338.32	c      1338        6573809          56        20                -           0.0000          -
26561.64/1343.37	c      1343        6598106          65        20                -           0.0000          -
26662.51/1348.42	c      1348        6622627          27        20                -           0.0000          -
26761.55/1353.44	c      1353        6690976          83        20                -           0.0000          -
26860.44/1358.47	c      1358         776434      115753        20                -           0.0000          -
26961.27/1363.55	c      1364         778479      116143        20                -           0.0000          -
27062.18/1368.62	c      1369         781202      116418        20                -           0.0000          -
27161.01/1373.67	c      1374        6738144          83        20                -           0.0000          -
27261.94/1378.72	c      1379        6762887          84        20                -           0.0000          -
27360.79/1383.74	c      1384        6839208          68        20                -           0.0000          -
27459.84/1388.79	c      1389        6861919          32        20                -           0.0000          -
27560.84/1393.87	c      1394        6835645          57        20                -           0.0000          -
27661.73/1398.92	c      1399        6861875          65        20                -           0.0000          -
27760.55/1403.97	c      1404        6885715          74        20                -           0.0000          -
27859.26/1409.02	c      1409        6909276          47        20                -           0.0000          -
27960.95/1414.07	c      1414        6934974          94        20                -           0.0000          -
28059.96/1419.12	c      1419        6959430          38        20                -           0.0000          -
28160.96/1424.17	c      1424        6983034          17        20                -           0.0000          -
28261.05/1429.22	c      1429        7008820          65        20                -           0.0000          -
28360.13/1434.27	c      1434        7032843          82        20                -           0.0000          -
28461.07/1439.32	c      1439        7056123          32        20                -           0.0000          -
28560.05/1444.37	c      1444        7082237          62        20                -           0.0000          -
28660.83/1449.42	c      1449        7133379         103        20                -           0.0000          -
28759.78/1454.47	c      1454        7130593          79        20                -           0.0000          -
28860.69/1459.52	c      1460        7156208          67        20                -           0.0000          -
28959.68/1464.57	c      1465        7181408          11        20                -           0.0000          -
29060.48/1469.62	c      1470        7207073         108        20                -           0.0000          -
29159.34/1474.67	c      1475        7233465          70        20                -           0.0000          -
29260.23/1479.72	c      1480        7259053          77        20                -           0.0000          -
29359.20/1484.77	c      1485        7283492          41        20                -           0.0000          -
29460.09/1489.82	c      1490        7307549          63        20                -           0.0000          -
29558.83/1494.87	c      1495        7332097          64        20                -           0.0000          -
29659.84/1499.92	c      1500        7356141          42        20                -           0.0000          -
29758.66/1504.97	c      1505        7380399          74        20                -           0.0000          -
29857.04/1510.02	c      1510        7402923          50        20                -           0.0000          -
29958.84/1515.07	c      1515        7425848          71        20                -           0.0000          -
30057.73/1520.12	c      1520        7450181          86        20                -           0.0000          -
30158.67/1525.17	c      1525        7475029          42        20                -           0.0000          -
30258.64/1530.22	c      1530        7499904          39        20                -           0.0000          -
30357.53/1535.27	c      1535        7524618          79        20                -           0.0000          -
30458.26/1540.32	c      1540        7548976          66        20                -           0.0000          -
30557.10/1545.37	c      1545        7574053          48        20                -           0.0000          -
30658.01/1550.42	c      1550        7598050         115        20                -           0.0000          -
30757.07/1555.47	c      1555        7620853          47        20                -           0.0000          -
30857.83/1560.52	c      1561        7645025          59        20                -           0.0000          -
30956.66/1565.57	c      1566        7670210          65        20                -           0.0000          -
31057.38/1570.62	c      1571        7695514          84        20                -           0.0000          -
31156.14/1575.67	c      1576        7719828          33        20                -           0.0000          -
31257.18/1580.72	c      1581        7744701          52        20                -           0.0000          -
31356.11/1585.77	c      1586        7767664          36        20                -           0.0000          -
31456.96/1590.82	c      1591        7790681          47        20                -           0.0000          -
31555.71/1595.87	c      1596        7813574          74        20                -           0.0000          -
31656.65/1600.92	c      1601        7836509          73        20                -           0.0000          -
31755.68/1605.93	c      1606        7865402          30        20                -           0.0000          -
31854.64/1610.99	c      1611        7890329          55        20                -           0.0000          -
31956.03/1616.07	c      1616        7908291          70        20                -           0.0000          -
32055.19/1621.12	c      1621        7931640          77        20                -           0.0000          -
32155.98/1626.17	c      1626        7954586          36        20                -           0.0000          -
32256.06/1631.22	c      1631        7979016          65        20                -           0.0000          -
32354.93/1636.27	c      1636        8002238          57        20                -           0.0000          -
32453.92/1641.28	c      1641        8033305          95        20                -           0.0000          -
32554.95/1646.35	c      1646        8056290          51        20                -           0.0000          -
32653.98/1651.40	c      1651        8081254          90        20                -           0.0000          -
32754.97/1656.46	c      1656        8104101          31        20                -           0.0000          -
32855.84/1661.51	c      1662        8126694          30        20                -           0.0000          -
32954.62/1666.57	c      1667        8151527         113        20                -           0.0000          -
33053.38/1671.58	c      1672        8173269          59        20                -           0.0000          -
33154.30/1676.66	c      1677        8198012          69        20                -           0.0000          -
33255.04/1681.70	c      1682        8222024          18        20                -           0.0000          -
33353.96/1686.77	c      1687         967231      130134        20                -           0.0000          -
33454.85/1691.82	c      1692         971110      130393        20                -           0.0000          -
33553.65/1696.87	c      1697         975038      130931        20                -           0.0000          -
33654.57/1701.92	c      1702        8320222          75        20                -           0.0000          -
33753.55/1706.97	c      1707        8343911          91        20                -           0.0000          -
33852.33/1711.99	c      1712        8361020          25        20                -           0.0000          -
33953.88/1717.04	c      1717        8384045          78        20                -           0.0000          -
34052.91/1722.11	c      1722        8416024          85        20                -           0.0000          -
34154.08/1727.18	c      1727        8432142         102        20                -           0.0000          -
34254.22/1732.24	c      1732        8463936          40        20                -           0.0000          -
34353.16/1737.29	c      1737        8487595          16        20                -           0.0000          -
34454.08/1742.34	c      1742        8513080          53        20                -           0.0000          -
34552.97/1747.39	c      1747        8536266          16        20                -           0.0000          -
34653.71/1752.44	c      1752        8561214          71        20                -           0.0000          -
34752.68/1757.49	c      1758        8572627          45        20                -           0.0000          -
34853.54/1762.54	c      1763        8593670          64        20                -           0.0000          -
34952.48/1767.56	c      1768        8619256          77        20                -           0.0000          -
35053.29/1772.62	c      1773        8644450          75        20                -           0.0000          -
35152.06/1777.61	c      1778        8668453          50        20                -           0.0000          -
35250.98/1782.66	c      1783        8693969          86        20                -           0.0000          -
35351.96/1787.76	c      1788        8720539          88        20                -           0.0000          -
35452.91/1792.82	c      1793        8751608          91        20                -           0.0000          -
35551.87/1797.86	c      1798        8767755          83        20                -           0.0000          -
35652.86/1802.93	c      1803        8803037          30        20                -           0.0000          -
35751.79/1807.99	c      1808        8829139          48        20                -           0.0000          -
35852.92/1813.04	c      1813        8852740          22        20                -           0.0000          -
35951.88/1818.09	c      1818        8863083          79        20                -           0.0000          -
36052.93/1823.14	c      1823        8901703          76        20                -           0.0000          -
36152.10/1828.19	c      1828        8909620          63        20                -           0.0000          -
36252.12/1833.24	c      1833        8933542          87        20                -           0.0000          -
36351.07/1838.29	c      1838        8957384          82        20                -           0.0000          -
36452.09/1843.34	c      1843        8996753          64        20                -           0.0000          -
36551.01/1848.39	c      1848        9020469          48        20                -           0.0000          -
36652.01/1853.44	c      1853        9028921         102        20                -           0.0000          -
36750.99/1858.49	c      1858        9053603          68        20                -           0.0000          -
36852.04/1863.54	c      1864        9077927          81        20                -           0.0000          -
36950.96/1868.59	c      1869        9114756          40        20                -           0.0000          -
37051.94/1873.64	c      1874        9137986          79        20                -           0.0000          -
37150.92/1878.69	c      1879        9146086          63        20                -           0.0000          -
37251.80/1883.74	c      1884        9185531          19        20                -           0.0000          -
37350.68/1888.79	c      1889        9207117          59        20                -           0.0000          -
37451.40/1893.84	c      1894        9218056          46        20                -           0.0000          -
37550.10/1898.89	c      1899        9242431          63        20                -           0.0000          -
37650.71/1903.94	c      1904        9266984          47        20                -           0.0000          -
37749.66/1908.99	c      1909        9299539          89        20                -           0.0000          -
37851.25/1914.04	c      1914        9323880          89        20                -           0.0000          -
37949.75/1919.09	c      1919        9338862          63        20                -           0.0000          -
38051.02/1924.14	c      1924        9370778          68        20                -           0.0000          -
38149.68/1929.19	c      1929        9386077          16        20                -           0.0000          -
38249.87/1934.24	c      1934        9417025          64        20                -           0.0000          -
38348.67/1939.29	c      1939        9431428          62        20                -           0.0000          -
38449.58/1944.30	c      1944        9456823          90        20                -           0.0000          -
38548.52/1949.32	c      1949        9482900          45        20                -           0.0000          -
38647.47/1954.37	c      1954        9507291          84        20                -           0.0000          -
38748.43/1959.42	c      1959        9530925          28        20                -           0.0000          -
38847.24/1964.48	c      1964        9555933          65        20                -           0.0000          -
38945.88/1969.49	c      1969        2187500      206680        20                -           0.0000          -
39044.82/1974.49	c      1974        1138407      141699        20                -           0.0000          -
39145.77/1979.54	c      1980        1141410      141772        20                -           0.0000          -
39244.58/1984.59	c      1985        1144282      142115        20                -           0.0000          -
39345.24/1989.64	c      1990        1147284      142147        20                -           0.0000          -
39444.12/1994.69	c      1995        2218274      215371        20                -           0.0000          -
39545.01/1999.74	c      2000        2224942      216829        20                -           0.0000          -
39643.83/2004.76	c      2005        2231443      218173        20                -           0.0000          -
39744.47/2009.81	c      2010        2237303      220634        20                -           0.0000          -
39843.37/2014.88	c      2015        2243441      222617        20                -           0.0000          -
39944.06/2019.93	c      2020        2249645      224525        20                -           0.0000          -
40042.77/2025.00	c      2025        2256010      225891        20                -           0.0000          -
40144.46/2030.05	c      2030        2262305      227658        20                -           0.0000          -
40243.26/2035.10	c      2035        2268467      229009        20                -           0.0000          -
40344.69/2040.16	c      2040        2275227      230122        20                -           0.0000          -
40444.79/2045.20	c      2045        2281196      232048        20                -           0.0000          -
40543.84/2050.25	c      2050        2287452      232512        20                -           0.0000          -
40644.73/2055.31	c      2055        2293724      233234        20                -           0.0000          -
40743.68/2060.37	c      2060        2299888      234319        20                -           0.0000          -
40844.61/2065.41	c      2065        2307121      235418        20                -           0.0000          -
40943.53/2070.46	c      2070        2313521      236365        20                -           0.0000          -
41044.50/2075.51	c      2076        2319630      237673        20                -           0.0000          -
41143.44/2080.57	c      2081        2326304      238509        20                -           0.0000          -
41244.38/2085.61	c      2086        2333025      239862        20                -           0.0000          -
41343.33/2090.62	c      2091        2339770      241113        20                -           0.0000          -
41442.50/2095.67	c      2096        2346067      241485        20                -           0.0000          -
41543.16/2100.75	c      2101        2352537      242368        20                -           0.0000          -
41644.13/2105.82	c      2106        2358671      243152        20                -           0.0000          -
41743.06/2110.86	c      2111        2364964      243901        20                -           0.0000          -
41843.87/2115.91	c      2116        2371113      244920        20                -           0.0000          -
41942.87/2120.96	c      2121        2377539      245976        20                -           0.0000          -
42041.84/2126.02	c      2126        2384352      247156        20                -           0.0000          -
42143.44/2131.07	c      2131        2390507      248352        20                -           0.0000          -
42242.34/2136.13	c      2136        2397103      249659        20                -           0.0000          -
42343.30/2141.17	c      2141        2403812      251011        20                -           0.0000          -
42443.41/2146.22	c      2146        2410204      252720        20                -           0.0000          -
42542.06/2151.27	c      2151        2416999      253797        20                -           0.0000          -
42642.89/2156.32	c      2156        2423633      254505        20                -           0.0000          -
42741.74/2161.37	c      2161        2429780      255113        20                -           0.0000          -
42842.69/2166.42	c      2166        2436210      256439        20                -           0.0000          -
42941.68/2171.44	c      2171        2442442      257925        20                -           0.0000          -
43042.66/2176.53	c      2177        2448906      258939        20                -           0.0000          -
43141.65/2181.57	c      2182        2454705      260550        20                -           0.0000          -
43240.66/2186.58	c      2187        2460828      261206        20                -           0.0000          -
43341.39/2191.64	c      2192        2466732      261582        20                -           0.0000          -
43441.88/2196.70	c      2197        2472632      262460        20                -           0.0000          -
43540.80/2201.77	c      2202        2478438      262956        20                -           0.0000          -
43641.68/2206.82	c      2207        2484141      263715        20                -           0.0000          -
43740.40/2211.87	c      2212        2490619      264918        20                -           0.0000          -
43839.12/2216.87	c      2217        2497230      266203        20                -           0.0000          -
43940.09/2221.96	c      2222        2503617      267843        20                -           0.0000          -
44041.68/2227.04	c      2227        2510479      268990        20                -           0.0000          -
44140.92/2232.09	c      2232        2516065      269236        20                -           0.0000          -
44241.85/2237.14	c      2237        2521660      269257        20                -           0.0000          -
44340.88/2242.19	c      2242        2528034      270021        20                -           0.0000          -
44440.92/2247.24	c      2247        2534878      270573        20                -           0.0000          -
44539.85/2252.29	c      2252        2541540      271396        20                -           0.0000          -
44640.87/2257.34	c      2257        2547846      272033        20                -           0.0000          -
44739.92/2262.39	c      2262        2554182      273211        20                -           0.0000          -
44840.75/2267.45	c      2267        2560625      274195        20                -           0.0000          -
44939.96/2272.49	c      2272       10999414          73        20                -           0.0000          -
45040.83/2277.53	c      2278       11023088          14        20                -           0.0000          -
45139.88/2282.59	c      2283       11047443          81        20                -           0.0000          -
45240.80/2287.65	c      2288        2586537      278872        20                -           0.0000          -
45339.77/2292.69	c      2293       11092832          57        20                -           0.0000          -
45440.74/2297.71	c      2298       11115806          79        20                -           0.0000          -
45539.78/2302.79	c      2303       11139236          86        20                -           0.0000          -
45640.65/2307.85	c      2308        1343461      151740        20                -           0.0000          -
45741.30/2312.90	c      2313        1346470      151771        20                -           0.0000          -
45840.00/2317.95	c      2318        1349627      151810        20                -           0.0000          -
45938.94/2323.00	c      2323        1352905      151885        20                -           0.0000          -
46040.48/2328.05	c      2328        1356071      152304        20                -           0.0000          -
46139.52/2333.10	c      2333        1359825      152892        20                -           0.0000          -
46240.63/2338.16	c      2338       11314128          88        20                -           0.0000          -
46340.83/2343.20	c      2343       11342580          90        20                -           0.0000          -
46439.89/2348.21	c      2348       11369425         102        20                -           0.0000          -
46539.03/2353.27	c      2353       11396715          42        20                -           0.0000          -
46639.61/2358.31	c      2358       11421583          37        20                -           0.0000          -
46738.64/2363.36	c      2363       11446921          75        20                -           0.0000          -
46839.66/2368.44	c      2368       11472629          32        20                -           0.0000          -
46940.71/2373.50	c      2374       11497294          77        20                -           0.0000          -
47039.69/2378.55	c      2379       11520970          41        20                -           0.0000          -
47140.62/2383.60	c      2384       11544525         102        20                -           0.0000          -
47239.67/2388.65	c      2389       11569257          78        20                -           0.0000          -
47340.51/2393.70	c      2394       11593269          78        20                -           0.0000          -
47439.34/2398.75	c      2399       11617882          66        20                -           0.0000          -
47540.25/2403.80	c      2404       11642576         100        20                -           0.0000          -
47639.26/2408.85	c      2409       11668428          62        20                -           0.0000          -
47740.22/2413.90	c      2414       11692912          47        20                -           0.0000          -
47838.89/2418.95	c      2419       11717022          23        20                -           0.0000          -
47937.90/2424.00	c      2424       11741748          83        20                -           0.0000          -
48039.61/2429.05	c      2429       11766701          29        20                -           0.0000          -
48138.83/2434.10	c      2434       11791464         110        20                -           0.0000          -
48237.63/2439.11	c      2439       11817069          12        20                -           0.0000          -
48336.57/2444.12	c      2444       11843443          65        20                -           0.0000          -
48437.59/2449.19	c      2449       11867885          64        20                -           0.0000          -
48537.56/2454.26	c      2454       11891699          40        20                -           0.0000          -
48638.53/2459.33	c      2459       11916227          94        20                -           0.0000          -
48737.69/2464.38	c      2464       11938100         115        20                -           0.0000          -
48838.47/2469.44	c      2469       11958370          33        20                -           0.0000          -
48939.41/2474.50	c      2475       11978437          86        20                -           0.0000          -
49038.43/2479.55	c      2480       11999837          39        20                -           0.0000          -
49139.43/2484.60	c      2485       12020175         110        20                -           0.0000          -
49238.39/2489.65	c      2490       12041979          73        20                -           0.0000          -
49339.37/2494.70	c      2495       12065599          52        20                -           0.0000          -
49438.37/2499.75	c      2500       12091507          92        20                -           0.0000          -
49539.15/2504.80	c      2505       12113143          24        20                -           0.0000          -
49638.15/2509.85	c      2510       12134343          54        20                -           0.0000          -
49739.00/2514.90	c      2515       12155934          79        20                -           0.0000          -
49837.84/2519.95	c      2520       12177558          40        20                -           0.0000          -
49936.85/2524.97	c      2525       12199784          64        20                -           0.0000          -
50038.53/2530.05	c      2530       12222954         106        20                -           0.0000          -
50137.65/2535.10	c      2535       12245286          84        20                -           0.0000          -
50238.49/2540.15	c      2540       12267793          84        20                -           0.0000          -
50338.60/2545.20	c      2545       12291672          32        20                -           0.0000          -
50437.60/2550.25	c      2550       12313921          79        20                -           0.0000          -
50538.55/2555.30	c      2555       12337182          31        20                -           0.0000          -
50637.52/2560.35	c      2560       12360312          82        20                -           0.0000          -
50738.41/2565.40	c      2565       12383003          79        20                -           0.0000          -
50837.23/2570.45	c      2570       12406389          59        20                -           0.0000          -
50938.08/2575.50	c      2576       12430143          74        20                -           0.0000          -
51036.95/2580.55	c      2581       12452946          47        20                -           0.0000          -
51137.87/2585.60	c      2586       12474928          83        20                -           0.0000          -
51236.90/2590.65	c      2591       12497030          27        20                -           0.0000          -
51335.89/2595.68	c      2596       12518259          71        20                -           0.0000          -
51436.87/2600.72	c      2601       12541486          69        20                -           0.0000          -
51535.87/2605.74	c      2606       12564827          73        20                -           0.0000          -
51634.88/2610.74	c      2611        1526472      167814        20                -           0.0000          -
51735.92/2615.80	c      2616        1529126      167564        20                -           0.0000          -
51834.91/2620.88	c      2621        1532941      166753        20                -           0.0000          -
51935.81/2625.94	c      2626        1536476      164550        20                -           0.0000          -
52034.60/2631.00	c      2631        1538947      164164        20                -           0.0000          -
52136.25/2636.10	c      2636       12709578          57        20                -           0.0000          -
52237.27/2641.15	c      2641       12732805          42        20                -           0.0000          -
52337.57/2646.20	c      2646       12756787          42        20                -           0.0000          -
52436.61/2651.25	c      2651       12779783         105        20                -           0.0000          -
52537.66/2656.30	c      2656       12805068          29        20                -           0.0000          -
52636.50/2661.35	c      2661       12828984          47        20                -           0.0000          -
52737.44/2666.41	c      2666       12852836          79        20                -           0.0000          -
52836.51/2671.46	c      2671       12878165          63        20                -           0.0000          -
52937.56/2676.51	c      2677       12902338          39        20                -           0.0000          -
53036.64/2681.56	c      2682       12926268          77        20                -           0.0000          -
53137.57/2686.61	c      2687       12951683          50        20                -           0.0000          -
53236.55/2691.66	c      2692       12976083          42        20                -           0.0000          -
53337.45/2696.71	c      2697       13000546          36        20                -           0.0000          -
53436.39/2701.76	c      2702       13022816          84        20                -           0.0000          -
53535.34/2706.78	c      2707       13045539          33        20                -           0.0000          -
53636.25/2711.86	c      2712       13069396          73        20                -           0.0000          -
53737.22/2716.91	c      2717       13093476          28        20                -           0.0000          -
53836.15/2721.96	c      2722       13116725          94        20                -           0.0000          -
53935.14/2727.01	c      2727       13139767          20        20                -           0.0000          -
54036.79/2732.06	c      2732       13164704          62        20                -           0.0000          -
54135.60/2737.11	c      2737       13187754          25        20                -           0.0000          -
54236.56/2742.17	c      2742       13210058          11        20                -           0.0000          -
54336.97/2747.21	c      2747       13233317          27        20                -           0.0000          -
54436.01/2752.26	c      2752       13255504          55        20                -           0.0000          -
54536.91/2757.31	c      2757       13278245         102        20                -           0.0000          -
54635.88/2762.37	c      2762       13300066          51        20                -           0.0000          -
54736.84/2767.42	c      2767       13322797          96        20                -           0.0000          -
54835.85/2772.47	c      2772       13342910          51        20                -           0.0000          -
54936.81/2777.52	c      2778       13363551          92        20                -           0.0000          -
55035.82/2782.57	c      2783       13383979           9        20                -           0.0000          -
55136.74/2787.62	c      2788       13404791          20        20                -           0.0000          -
55235.76/2792.67	c      2793       13426415          57        20                -           0.0000          -
55336.76/2797.70	c      2798       13447212          55        20                -           0.0000          -
55435.84/2802.76	c      2803       13469406          59        20                -           0.0000          -
55536.92/2807.82	c      2808       13491989          19        20                -           0.0000          -
55635.99/2812.87	c      2813       13514724         101        20                -           0.0000          -
55737.07/2817.92	c      2818       13539946         110        20                -           0.0000          -
55835.87/2822.97	c      2823       13562371          49        20                -           0.0000          -
55934.81/2827.98	c      2828       13584666          97        20                -           0.0000          -
56036.47/2833.07	c      2833       13605309          22        20                -           0.0000          -
56135.57/2838.12	c      2838       13626569          25        20                -           0.0000          -
56236.48/2843.17	c      2843       13648756          60        20                -           0.0000          -
56336.81/2848.24	c      2848        1623480      146862        20                -           0.0000          -
56437.62/2853.30	c      2853        1625811      147898        20                -           0.0000          -
56536.62/2858.34	c      2858        1628244      145107        20                -           0.0000          -
56635.63/2863.39	c      2863        1630576      145389        20                -           0.0000          -
56736.40/2868.44	c      2868       13757511          42        20                -           0.0000          -
56835.38/2873.49	c      2874       13779584          24        20                -           0.0000          -
56936.45/2878.54	c      2879       13802002           6        20                -           0.0000          -
57035.35/2883.59	c      2884       13825649          82        20                -           0.0000          -
57136.33/2888.64	c      2889       13846268          64        20                -           0.0000          -
57235.31/2893.69	c      2894       13867478          67        20                -           0.0000          -
57336.27/2898.74	c      2899       13891902          33        20                -           0.0000          -
57435.27/2903.79	c      2904       13917055          65        20                -           0.0000          -
57536.08/2908.82	c      2909       13941167          76        20                -           0.0000          -
57634.84/2913.83	c      2914       13965307          17        20                -           0.0000          -
57733.78/2918.89	c      2919       13986715          15        20                -           0.0000          -
57834.72/2923.95	c      2924       14008506          44        20                -           0.0000          -
57933.55/2929.01	c      2929       14029646          14        20                -           0.0000          -
58035.04/2934.10	c      2934       14052714          41        20                -           0.0000          -
58136.13/2939.15	c      2939       14074512          22        20                -           0.0000          -
58236.38/2944.20	c      2944       14097542          85        20                -           0.0000          -
58335.42/2949.25	c      2949       14121147          27        20                -           0.0000          -
58436.42/2954.30	c      2954       14140607          32        20                -           0.0000          -
58535.49/2959.31	c      2959       14163289          74        20                -           0.0000          -
58634.53/2964.36	c      2964       14187083          40        20                -           0.0000          -
58735.57/2969.43	c      2969       14211543          73        20                -           0.0000          -
58836.48/2974.50	c      2975       14234485          39        20                -           0.0000          -
58935.45/2979.55	c      2980       14257715           7        20                -           0.0000          -
59036.39/2984.60	c      2985       14283324          59        20                -           0.0000          -
59135.41/2989.65	c      2990       14307073          79        20                -           0.0000          -
59236.43/2994.70	c      2995       14330303          22        20                -           0.0000          -
59335.47/2999.75	c      3000       14352738          23        20                -           0.0000          -
59436.49/3004.81	c      3005       14375194          92        20                -           0.0000          -
59535.52/3009.85	c      3010       14399303          67        20                -           0.0000          -
59636.54/3014.90	c      3015       14421522          16        20                -           0.0000          -
59735.59/3019.95	c      3020       14443392          85        20                -           0.0000          -
59834.64/3025.00	c      3025       14467676          58        20                -           0.0000          -
59936.24/3030.05	c      3030       14492685         101        20                -           0.0000          -
60035.32/3035.10	c      3035       14516519          40        20                -           0.0000          -
60134.50/3040.13	c      3040       14540620          85        20                -           0.0000          -
60235.12/3045.16	c      3045        1707680      139769        20                -           0.0000          -
60334.02/3050.19	c      3050       14590323          48        20                -           0.0000          -
60434.25/3055.20	c      3055       14615148          76        20                -           0.0000          -
60533.10/3060.25	c      3060       14640729          85        20                -           0.0000          -
60634.00/3065.30	c      3065       14666921          62        20                -           0.0000          -
60733.03/3070.37	c      3070       14691133          22        20                -           0.0000          -
60834.05/3075.41	c      3075       14716061          29        20                -           0.0000          -
60932.96/3080.46	c      3080       14740516          76        20                -           0.0000          -
61033.87/3085.51	c      3086       14764314          93        20                -           0.0000          -
61132.92/3090.56	c      3091       14786264          96        20                -           0.0000          -
61233.91/3095.61	c      3096       14808978         110        20                -           0.0000          -
61332.94/3100.67	c      3101       14833393          84        20                -           0.0000          -
61433.90/3105.71	c      3106       14857703          76        20                -           0.0000          -
61532.89/3110.76	c      3111       14880783          86        20                -           0.0000          -
61633.57/3115.87	c      3116       14907161          71        20                -           0.0000          -
61734.54/3120.94	c      3121       14931877          71        20                -           0.0000          -
61833.31/3125.99	c      3126       14956711          40        20                -           0.0000          -
61934.98/3131.04	c      3131       14981808          77        20                -           0.0000          -
62034.24/3136.09	c      3136       15004088          36        20                -           0.0000          -
62133.04/3141.14	c      3141       15027577          75        20                -           0.0000          -
62235.28/3146.20	c      3146        3422234      117833        20                -           0.0000          -
62334.10/3151.25	c      3151       15073806          51        20                -           0.0000          -
62435.08/3156.30	c      3156        3428289      117897        20                -           0.0000          -
62533.97/3161.35	c      3161        3432703      118294        20                -           0.0000          -
62635.02/3166.40	c      3166        3436624      118096        20                -           0.0000          -
62734.15/3171.45	c      3171       15169996          91        20                -           0.0000          -
62835.09/3176.50	c      3177       15194098          74        20                -           0.0000          -
62933.96/3181.55	c      3182       15218344          73        20                -           0.0000          -
63034.84/3186.60	c      3187       15240058          20        20                -           0.0000          -
63133.86/3191.65	c      3192       15260016          49        20                -           0.0000          -
63234.84/3196.70	c      3197       15281434          81        20                -           0.0000          -
63333.89/3201.75	c      3202       15301601          48        20                -           0.0000          -
63434.96/3206.80	c      3207       15322494          35        20                -           0.0000          -
63533.94/3211.85	c      3212        3470711      118303        20                -           0.0000          -
63634.90/3216.90	c      3217        3473928      118383        20                -           0.0000          -
63733.76/3221.92	c      3222        3476780      118421        20                -           0.0000          -
63832.85/3226.93	c      3227        3479655      118310        20                -           0.0000          -
63931.92/3232.00	c      3232       15425835          67        20                -           0.0000          -
64033.71/3237.05	c      3237       15447859          60        20                -           0.0000          -
64132.51/3242.12	c      3242       15468739          35        20                -           0.0000          -
64233.44/3247.18	c      3247       15489602          55        20                -           0.0000          -
64333.35/3252.24	c      3252       15511617          61        20                -           0.0000          -
64434.33/3257.31	c      3257        1804709      141807        20                -           0.0000          -
64533.23/3262.35	c      3262        1807246      141783        20                -           0.0000          -
64634.17/3267.40	c      3267       15579292          37        20                -           0.0000          -
64733.25/3272.45	c      3272       15600074          69        20                -           0.0000          -
64834.29/3277.51	c      3278       15622472         106        20                -           0.0000          -
64933.31/3282.55	c      3283       15645502          73        20                -           0.0000          -
65032.34/3287.57	c      3288       15667152          55        20                -           0.0000          -
65133.36/3292.62	c      3293       15690241          35        20                -           0.0000          -
65232.42/3297.69	c      3298       15712714          17        20                -           0.0000          -
65333.40/3302.75	c      3303       15734737          50        20                -           0.0000          -
65434.20/3307.80	c      3308       15758638          45        20                -           0.0000          -
65533.22/3312.85	c      3313       15780942          97        20                -           0.0000          -
65634.28/3317.91	c      3318       15801527          40        20                -           0.0000          -
65733.34/3322.95	c      3323       15824008          66        20                -           0.0000          -
65832.35/3328.01	c      3328       15845811          20        20                -           0.0000          -
65934.20/3333.06	c      3333       15868866          70        20                -           0.0000          -
66032.89/3338.11	c      3338       15891102          23        20                -           0.0000          -
66133.74/3343.16	c      3343       15912564          61        20                -           0.0000          -
66234.09/3348.22	c      3348       15932284          27        20                -           0.0000          -
66333.08/3353.27	c      3353       15953581          31        20                -           0.0000          -
66433.99/3358.32	c      3358       15975837          88        20                -           0.0000          -
66532.91/3363.33	c      3363       15997458          55        20                -           0.0000          -
66632.08/3368.36	c      3368       16019155         101        20                -           0.0000          -
66732.73/3373.42	c      3373       16041860          93        20                -           0.0000          -
66831.48/3378.49	c      3378       16064139          24        20                -           0.0000          -
66932.48/3383.53	c      3384       16084343          20        20                -           0.0000          -
67031.49/3388.60	c      3389       16107440          61        20                -           0.0000          -
67132.55/3393.65	c      3394       16129974          45        20                -           0.0000          -
67233.57/3398.73	c      3399       16152131          74        20                -           0.0000          -
67332.64/3403.78	c      3404       16175897          69        20                -           0.0000          -
67433.70/3408.83	c      3409       16197465          99        20                -           0.0000          -
67532.76/3413.88	c      3414       16219985          29        20                -           0.0000          -
67633.73/3418.93	c      3419       16240826          16        20                -           0.0000          -
67732.63/3423.98	c      3424       16263542          79        20                -           0.0000          -
67833.90/3429.03	c      3429       16286453          33        20                -           0.0000          -
67932.90/3434.08	c      3434       16309641          63        20                -           0.0000          -
68031.90/3439.13	c      3439       16333082          66        20                -           0.0000          -
68132.84/3444.18	c      3444       16355304          74        20                -           0.0000          -
68233.16/3449.23	c      3449       16376834          66        20                -           0.0000          -
68332.23/3454.26	c      3454       16400130          67        20                -           0.0000          -
68431.10/3459.28	c      3459       16425176          60        20                -           0.0000          -
68532.07/3464.38	c      3464        1893678      138938        20                -           0.0000          -
68633.20/3469.43	c      3469        1895257      138127        20                -           0.0000          -
68732.16/3474.48	c      3474       16498034          80        20                -           0.0000          -
68833.05/3479.53	c      3480       16523585          91        20                -           0.0000          -
68931.96/3484.58	c      3485       16548327          58        20                -           0.0000          -
69032.78/3489.63	c      3490       16571670          72        20                -           0.0000          -
69131.82/3494.68	c      3495       16595750          27        20                -           0.0000          -
69232.86/3499.74	c      3500       16620059          52        20                -           0.0000          -
69331.85/3504.78	c      3505       16644113          79        20                -           0.0000          -
69432.92/3509.83	c      3510       16669036          29        20                -           0.0000          -
69532.00/3514.88	c      3515       16693868          60        20                -           0.0000          -
69632.99/3519.91	c      3520       16722108          75        20                -           0.0000          -
69731.83/3524.96	c      3525       16747598          93        20                -           0.0000          -
69830.68/3530.02	c      3530       16771525          68        20                -           0.0000          -
69931.97/3535.08	c      3535       16795569          98        20                -           0.0000          -
70031.08/3540.13	c      3540       16820256          52        20                -           0.0000          -
70132.09/3545.18	c      3545       16843050          76        20                -           0.0000          -
70232.42/3550.23	c      3550       16866435          69        20                -           0.0000          -
70331.28/3555.28	c      3555       16889333          34        20                -           0.0000          -
70432.16/3560.33	c      3560       16912507          13        20                -           0.0000          -
70530.78/3565.38	c      3565       16936015          54        20                -           0.0000          -
70631.51/3570.43	c      3570       16958863         100        20                -           0.0000          -
70730.56/3575.48	c      3575       16984648          37        20                -           0.0000          -
70829.52/3580.49	c      3580       17008099          27        20                -           0.0000          -
70930.43/3585.57	c      3586       17032210          86        20                -           0.0000          -
71031.27/3590.64	c      3591       17055712          14        20                -           0.0000          -
71130.20/3595.68	c      3596       17078618          69        20                -           0.0000          -
71231.12/3600.73	c      3601       17102506          70        20                -           0.0000          -
71329.93/3605.78	c      3606       17123817          22        20                -           0.0000          -
71430.63/3610.83	c      3611       17144915          45        20                -           0.0000          -
71529.51/3615.89	c      3616       17166412          25        20                -           0.0000          -
71630.43/3620.93	c      3621       17188395          67        20                -           0.0000          -
71729.41/3625.98	c      3626       17211731          31        20                -           0.0000          -
71828.18/3631.03	c      3631       17235230          28        20                -           0.0000          -
71929.95/3636.08	c      3636       17256926          58        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (186253 MiB free)
  memory of node 1: 193531 MiB (191496 MiB free)
  memory of node 2: 193531 MiB (191048 MiB free)
  memory of node 3: 193493 MiB (189947 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-4465720-1722558594/watcher-4465720-1722558594 -o /tmp/evaluation-result-4465720-1722558594/solver-4465720-1722558594 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137359 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465720-1722558594.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=140628, runsolver pid=140625
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 79.80 79.82 80.29 64/1024 140669
/proc/meminfo: memFree=776847580/790760800 swapFree=131071996/131071996
[pid=140628] ppid=140625 vsize=1673276 memory=134596 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/stat : 140628 (fscip) S 140625 140628 137348 0 -1 1077936128 30275 0 0 0 32 15 0 0 20 0 41 0 22438831 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
/proc/140628/statm: 418319 33649 2870 3035 0 120030 0
[pid=140628/tid=140630] ppid=140625 vsize=1673276 memory=4026532269 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/140628/task/140630/stat : 140630 (fscip) R 140625 140628 137348 0 -1 4194368 1977 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140631] ppid=140625 vsize=1673276 memory=224244531548 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/140628/task/140631/stat : 140631 (fscip) R 140625 140628 137348 0 -1 4194368 1241 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140632] ppid=140625 vsize=1673276 memory=56316433563133 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/140628/task/140632/stat : 140632 (fscip) R 140625 140628 137348 0 -1 4194368 1270 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140633] ppid=140625 vsize=1673276 memory=54083084123881 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/140628/task/140633/stat : 140633 (fscip) R 140625 140628 137348 0 -1 4194368 1364 0 0 0 1 1 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140634] ppid=140625 vsize=1673276 memory=60684465635281 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/140628/task/140634/stat : 140634 (fscip) R 140625 140628 137348 0 -1 4194368 1305 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140635] ppid=140625 vsize=1673276 memory=58519852502493 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/140628/task/140635/stat : 140635 (fscip) R 140625 140628 137348 0 -1 4194368 1332 0 0 0 2 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140636] ppid=140625 vsize=1673276 memory=15254839894522322 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/140628/task/140636/stat : 140636 (fscip) R 140625 140628 137348 0 -1 4194368 1239 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140637] ppid=140625 vsize=1673276 memory=3474298651143307296 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/140628/task/140637/stat : 140637 (fscip) R 140625 140628 137348 0 -1 4194368 1243 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140638] ppid=140625 vsize=1673276 memory=390479 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/140628/task/140638/stat : 140638 (fscip) R 140625 140628 137348 0 -1 4194368 1273 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140639] ppid=140625 vsize=1673276 memory=416785 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/140628/task/140639/stat : 140639 (fscip) R 140625 140628 137348 0 -1 4194368 1364 0 0 0 1 1 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140640] ppid=140625 vsize=1673276 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/140628/task/140640/stat : 140640 (fscip) R 140625 140628 137348 0 -1 4194368 1368 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140641] ppid=140625 vsize=1673276 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/140628/task/140641/stat : 140641 (fscip) R 140625 140628 137348 0 -1 4194368 1269 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140642] ppid=140625 vsize=1673276 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/140628/task/140642/stat : 140642 (fscip) R 140625 140628 137348 0 -1 4194368 1367 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33649 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140643] ppid=140625 vsize=1673276 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/140628/task/140643/stat : 140643 (fscip) R 140625 140628 137348 0 -1 4194368 1240 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140644] ppid=140625 vsize=1673276 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/140628/task/140644/stat : 140644 (fscip) S 140625 140628 137348 0 -1 1077936192 1267 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140645] ppid=140625 vsize=1673276 memory=0 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/140628/task/140645/stat : 140645 (fscip) R 140625 140628 137348 0 -1 1077936192 1364 0 0 0 1 1 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140646] ppid=140625 vsize=1673276 memory=0 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/140628/task/140646/stat : 140646 (fscip) R 140625 140628 137348 0 -1 1077936192 1365 0 0 0 1 1 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140647] ppid=140625 vsize=1673276 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/140628/task/140647/stat : 140647 (fscip) R 140625 140628 137348 0 -1 4194368 1271 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140648] ppid=140625 vsize=1673276 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/140628/task/140648/stat : 140648 (fscip) R 140625 140628 137348 0 -1 4194368 1560 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140649] ppid=140625 vsize=1673276 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/140628/task/140649/stat : 140649 (fscip) R 140625 140628 137348 0 -1 4194368 1243 0 0 0 1 0 0 0 20 0 41 0 22438834 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140650] ppid=140625 vsize=1673276 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/140628/task/140650/stat : 140650 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140651] ppid=140625 vsize=1673276 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/140628/task/140651/stat : 140651 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140652] ppid=140625 vsize=1673276 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/140628/task/140652/stat : 140652 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140653] ppid=140625 vsize=1673276 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/140628/task/140653/stat : 140653 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140654] ppid=140625 vsize=1673276 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/140628/task/140654/stat : 140654 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140655] ppid=140625 vsize=1673276 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/140628/task/140655/stat : 140655 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140656] ppid=140625 vsize=1673276 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/140628/task/140656/stat : 140656 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140657] ppid=140625 vsize=1673276 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/140628/task/140657/stat : 140657 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140658] ppid=140625 vsize=1673276 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/140628/task/140658/stat : 140658 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140659] ppid=140625 vsize=1673276 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/140628/task/140659/stat : 140659 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140660] ppid=140625 vsize=1673276 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/140628/task/140660/stat : 140660 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140661] ppid=140625 vsize=1673276 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/140628/task/140661/stat : 140661 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140662] ppid=140625 vsize=1673276 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/140628/task/140662/stat : 140662 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140663] ppid=140625 vsize=1673276 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/140628/task/140663/stat : 140663 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140664] ppid=140625 vsize=1673276 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/140628/task/140664/stat : 140664 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140665] ppid=140625 vsize=1673276 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/140628/task/140665/stat : 140665 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140666] ppid=140625 vsize=1673276 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/140628/task/140666/stat : 140666 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140667] ppid=140625 vsize=1673276 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/140628/task/140667/stat : 140667 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33715 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140668] ppid=140625 vsize=1673276 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/140628/task/140668/stat : 140668 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33781 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140669] ppid=140625 vsize=1673276 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/140628/task/140669/stat : 140669 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 33781 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 1673276 KiB
Current children cumulated memory: 134596 KiB

[startup+0.222599 s]*
/proc/loadavg: 79.80 79.82 80.29 79/1024 140669
/proc/meminfo: memFree=776694740/790760800 swapFree=131071996/131071996
[pid=140628] ppid=140625 vsize=1673276 memory=274548 CPUtime=2.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/stat : 140628 (fscip) S 140625 140628 137348 0 -1 1077936128 64920 0 0 0 241 34 0 0 20 0 41 0 22438831 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
/proc/140628/statm: 418319 68637 2966 3035 0 160135 0
[pid=140628/tid=140630] ppid=140625 vsize=1673276 memory=4026531959 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/140628/task/140630/stat : 140630 (fscip) R 140625 140628 137348 0 -1 4194368 3537 0 0 0 13 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140631] ppid=140625 vsize=1673276 memory=32309 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/140628/task/140631/stat : 140631 (fscip) R 140625 140628 137348 0 -1 4194368 3727 0 0 0 10 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140632] ppid=140625 vsize=1673276 memory=55216921903569 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/140628/task/140632/stat : 140632 (fscip) R 140625 140628 137348 0 -1 4194368 1800 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140633] ppid=140625 vsize=1673276 memory=52983572464199 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/140628/task/140633/stat : 140633 (fscip) R 140625 140628 137348 0 -1 4194368 3531 0 0 0 12 2 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140634] ppid=140625 vsize=1673276 memory=59584953975483 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/140628/task/140634/stat : 140634 (fscip) R 140625 140628 137348 0 -1 1077936192 3708 0 0 0 10 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140635] ppid=140625 vsize=1673276 memory=57420340790325 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/140628/task/140635/stat : 140635 (fscip) R 140625 140628 137348 0 -1 4194368 1797 0 0 0 13 0 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140636] ppid=140625 vsize=1673276 memory=14690790429427172 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/140628/task/140636/stat : 140636 (fscip) R 140625 140628 137348 0 -1 4194368 3527 0 0 0 11 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140637] ppid=140625 vsize=1673276 memory=3545235834242596896 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/140628/task/140637/stat : 140637 (fscip) R 140625 140628 137348 0 -1 4194368 3737 0 0 0 10 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140638] ppid=140625 vsize=1673276 memory=398670 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/140628/task/140638/stat : 140638 (fscip) R 140625 140628 137348 0 -1 4194368 1795 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140639] ppid=140625 vsize=1673276 memory=416779 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/140628/task/140639/stat : 140639 (fscip) R 140625 140628 137348 0 -1 4194368 3520 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140640] ppid=140625 vsize=1673276 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/140628/task/140640/stat : 140640 (fscip) R 140625 140628 137348 0 -1 4194368 3728 0 0 0 10 2 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140641] ppid=140625 vsize=1673276 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/140628/task/140641/stat : 140641 (fscip) R 140625 140628 137348 0 -1 4194368 1790 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140642] ppid=140625 vsize=1673276 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/140628/task/140642/stat : 140642 (fscip) R 140625 140628 137348 0 -1 4194368 3532 0 0 0 13 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140643] ppid=140625 vsize=1673276 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/140628/task/140643/stat : 140643 (fscip) R 140625 140628 137348 0 -1 4194368 3720 0 0 0 10 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140644] ppid=140625 vsize=1673276 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/140628/task/140644/stat : 140644 (fscip) R 140625 140628 137348 0 -1 4194368 1819 0 0 0 13 0 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140645] ppid=140625 vsize=1673276 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/140628/task/140645/stat : 140645 (fscip) R 140625 140628 137348 0 -1 4194368 3527 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140646] ppid=140625 vsize=1673276 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/140628/task/140646/stat : 140646 (fscip) R 140625 140628 137348 0 -1 4194368 3706 0 0 0 9 2 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140647] ppid=140625 vsize=1673276 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/140628/task/140647/stat : 140647 (fscip) R 140625 140628 137348 0 -1 4194368 1794 0 0 0 12 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140648] ppid=140625 vsize=1673276 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/140628/task/140648/stat : 140648 (fscip) R 140625 140628 137348 0 -1 4194368 3529 0 0 0 13 1 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140649] ppid=140625 vsize=1673276 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/140628/task/140649/stat : 140649 (fscip) R 140625 140628 137348 0 -1 4194368 3707 0 0 0 10 2 0 0 20 0 41 0 22438834 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140650] ppid=140625 vsize=1673276 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/140628/task/140650/stat : 140650 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140651] ppid=140625 vsize=1673276 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/140628/task/140651/stat : 140651 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140652] ppid=140625 vsize=1673276 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/140628/task/140652/stat : 140652 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140653] ppid=140625 vsize=1673276 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/140628/task/140653/stat : 140653 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140654] ppid=140625 vsize=1673276 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/140628/task/140654/stat : 140654 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140655] ppid=140625 vsize=1673276 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/140628/task/140655/stat : 140655 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140656] ppid=140625 vsize=1673276 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/140628/task/140656/stat : 140656 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140657] ppid=140625 vsize=1673276 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/140628/task/140657/stat : 140657 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140658] ppid=140625 vsize=1673276 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/140628/task/140658/stat : 140658 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140659] ppid=140625 vsize=1673276 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/140628/task/140659/stat : 140659 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140660] ppid=140625 vsize=1673276 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/140628/task/140660/stat : 140660 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140661] ppid=140625 vsize=1673276 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/140628/task/140661/stat : 140661 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140662] ppid=140625 vsize=1673276 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/140628/task/140662/stat : 140662 (fscip) S 140625 140628 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22438840 1713434624 68637 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0

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

[pid=140628/tid=140653] ppid=140625 vsize=12642912 memory=11541284 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/140628/task/140653/stat : 140653 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140654] ppid=140625 vsize=12642912 memory=11544072 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/140628/task/140654/stat : 140654 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140655] ppid=140625 vsize=12642912 memory=18736 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140655/stat : 140655 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 2 1 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140656] ppid=140625 vsize=12642912 memory=11558496 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/140628/task/140656/stat : 140656 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140657] ppid=140625 vsize=12642912 memory=11465412 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/140628/task/140657/stat : 140657 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140658] ppid=140625 vsize=12642912 memory=25333125866717268 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/140628/task/140658/stat : 140658 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140659] ppid=140625 vsize=12642912 memory=11583208 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/140628/task/140659/stat : 140659 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140660] ppid=140625 vsize=12642912 memory=28716 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/140628/task/140660/stat : 140660 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140661] ppid=140625 vsize=12642912 memory=11551140 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140661/stat : 140661 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140662] ppid=140625 vsize=12642912 memory=11572 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/140628/task/140662/stat : 140662 (fscip) S 140625 140628 137348 0 -1 1077936192 125 0 0 0 1 1 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140663] ppid=140625 vsize=12642912 memory=2180 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/140628/task/140663/stat : 140663 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140664] ppid=140625 vsize=12642912 memory=1744 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140664/stat : 140664 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140665] ppid=140625 vsize=12642912 memory=6988 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/140628/task/140665/stat : 140665 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140666] ppid=140625 vsize=12642912 memory=36312 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140666/stat : 140666 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140667] ppid=140625 vsize=12642912 memory=127 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/140628/task/140667/stat : 140667 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140668] ppid=140625 vsize=12642912 memory=11534424 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/140628/task/140668/stat : 140668 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140669] ppid=140625 vsize=12642912 memory=11571420 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140669/stat : 140669 (fscip) S 140625 140628 137348 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 22438840 12946341888 2899714 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
Current children cumulated CPU time: 70867.1 s
Current children cumulated vsize: 12642912 KiB
Current children cumulated memory: 11598856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.61 s]
/proc/loadavg: 81.03 80.78 80.67 81/1024 142935
/proc/meminfo: memFree=758986784/790760800 swapFree=131071996/131071996
[pid=140628] ppid=140625 vsize=12852868 memory=11749264 CPUtime=72000.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/stat : 140628 (fscip) S 140625 140628 137348 0 -1 1077936128 28487085 0 0 0 7155661 44360 0 0 20 0 41 0 22438831 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 17 77 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
/proc/140628/statm: 3213217 2937316 3014 3035 0 3054573 0
[pid=140628/tid=140630] ppid=140625 vsize=12852868 memory=9388 CPUtime=3599.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140630/stat : 140630 (fscip) R 140625 140628 137348 0 -1 4194368 2419964 0 0 0 357292 2630 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140631] ppid=140625 vsize=12852868 memory=28716 CPUtime=3604.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140631/stat : 140631 (fscip) R 140625 140628 137348 0 -1 4194368 1115414 0 0 0 359121 1296 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140632] ppid=140625 vsize=12852868 memory=32852 CPUtime=3594.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140632/stat : 140632 (fscip) R 140625 140628 137348 0 -1 4194368 338884 0 0 0 356451 2978 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140633] ppid=140625 vsize=12852868 memory=6988 CPUtime=3598.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140633/stat : 140633 (fscip) R 140625 140628 137348 0 -1 4194368 1191561 0 0 0 357694 2165 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140634] ppid=140625 vsize=12852868 memory=11572 CPUtime=3598.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140634/stat : 140634 (fscip) R 140625 140628 137348 0 -1 4194368 1599251 0 0 0 358463 1344 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140635] ppid=140625 vsize=12852868 memory=15376 CPUtime=3594.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140635/stat : 140635 (fscip) R 140625 140628 137348 0 -1 4194368 338526 0 0 0 356428 2987 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140636] ppid=140625 vsize=12852868 memory=10824 CPUtime=3600.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140636/stat : 140636 (fscip) R 140625 140628 137348 0 -1 4194368 3022800 0 0 0 357138 2887 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140637] ppid=140625 vsize=12852868 memory=5556 CPUtime=3604.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140637/stat : 140637 (fscip) R 140625 140628 137348 0 -1 4194368 2430786 0 0 0 359120 1288 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140638] ppid=140625 vsize=12852868 memory=16088 CPUtime=3599.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140638/stat : 140638 (fscip) R 140625 140628 137348 0 -1 4194368 342918 0 0 0 356906 3044 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140639] ppid=140625 vsize=12852868 memory=2212 CPUtime=3602.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140639/stat : 140639 (fscip) R 140625 140628 137348 0 -1 4194368 1948714 0 0 0 357901 2316 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140640] ppid=140625 vsize=12852868 memory=6096 CPUtime=3604.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140640/stat : 140640 (fscip) R 140625 140628 137348 0 -1 4194368 1165206 0 0 0 358983 1505 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140641] ppid=140625 vsize=12852868 memory=31232 CPUtime=3599.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140641/stat : 140641 (fscip) R 140625 140628 137348 0 -1 4194368 329454 0 0 0 356958 2999 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140642] ppid=140625 vsize=12852868 memory=28656 CPUtime=3596.55 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140642/stat : 140642 (fscip) R 140625 140628 137348 0 -1 4194368 2947247 0 0 0 356851 2804 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140643] ppid=140625 vsize=12852868 memory=7492 CPUtime=3603.54 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140643/stat : 140643 (fscip) R 140625 140628 137348 0 -1 4194368 1175199 0 0 0 359375 979 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140644] ppid=140625 vsize=12852868 memory=26972 CPUtime=3599.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140644/stat : 140644 (fscip) R 140625 140628 137348 0 -1 4194368 345487 0 0 0 357034 2955 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140645] ppid=140625 vsize=12852868 memory=3664 CPUtime=3598.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140645/stat : 140645 (fscip) R 140625 140628 137348 0 -1 4194368 3757329 0 0 0 357592 2260 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140646] ppid=140625 vsize=12852868 memory=39996 CPUtime=3604.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140646/stat : 140646 (fscip) R 140625 140628 137348 0 -1 4194368 1371284 0 0 0 359227 1231 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140647] ppid=140625 vsize=12852868 memory=8148 CPUtime=3595.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140647/stat : 140647 (fscip) R 140625 140628 137348 0 -1 4194368 352154 0 0 0 356545 3021 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140648] ppid=140625 vsize=12852868 memory=3428 CPUtime=3598.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140648/stat : 140648 (fscip) R 140625 140628 137348 0 -1 4194368 1060618 0 0 0 357460 2429 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140649] ppid=140625 vsize=12852868 memory=1968 CPUtime=3601.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140649/stat : 140649 (fscip) R 140625 140628 137348 0 -1 4194368 1227463 0 0 0 358923 1202 0 0 20 0 41 0 22438834 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140650] ppid=140625 vsize=12852868 memory=54204 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/140628/task/140650/stat : 140650 (fscip) S 140625 140628 137348 0 -1 1077936192 65 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140651] ppid=140625 vsize=12852868 memory=33196 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/140628/task/140651/stat : 140651 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140652] ppid=140625 vsize=12852868 memory=21532 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/140628/task/140652/stat : 140652 (fscip) S 140625 140628 137348 0 -1 1077936192 131 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140653] ppid=140625 vsize=12852868 memory=100 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/140628/task/140653/stat : 140653 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140654] ppid=140625 vsize=12852868 memory=1836 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/140628/task/140654/stat : 140654 (fscip) S 140625 140628 137348 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140655] ppid=140625 vsize=12852868 memory=25988 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140655/stat : 140655 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 2 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140656] ppid=140625 vsize=12852868 memory=2244 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/140628/task/140656/stat : 140656 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140657] ppid=140625 vsize=12852868 memory=2180 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/140628/task/140657/stat : 140657 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140658] ppid=140625 vsize=12852868 memory=1744 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/140628/task/140658/stat : 140658 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140659] ppid=140625 vsize=12852868 memory=9388 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140659/stat : 140659 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140660] ppid=140625 vsize=12852868 memory=28716 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/140628/task/140660/stat : 140660 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140661] ppid=140625 vsize=12852868 memory=32852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140661/stat : 140661 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140662] ppid=140625 vsize=12852868 memory=6988 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/140628/task/140662/stat : 140662 (fscip) S 140625 140628 137348 0 -1 1077936192 127 0 0 0 1 1 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140663] ppid=140625 vsize=12852868 memory=36312 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/140628/task/140663/stat : 140663 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140664] ppid=140625 vsize=12852868 memory=4764 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140664/stat : 140664 (fscip) S 140625 140628 137348 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140665] ppid=140625 vsize=12852868 memory=20452 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/140628/task/140665/stat : 140665 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140666] ppid=140625 vsize=12852868 memory=6836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140666/stat : 140666 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140667] ppid=140625 vsize=12852868 memory=7044 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/140628/task/140667/stat : 140667 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140668] ppid=140625 vsize=12852868 memory=28184 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/140628/task/140668/stat : 140668 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
[pid=140628/tid=140669] ppid=140625 vsize=12852868 memory=33772 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/140628/task/140669/stat : 140669 (fscip) S 140625 140628 137348 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 22438840 13161336832 2937316 809668444160 4194304 16623229 140725136348656 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38912000 140725136352265 140725136352383 140725136352383 140725136359408 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 12852868 KiB
Current children cumulated memory: 11749264 KiB

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

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

# cumulated CPU time of all completed processes:  user=71556.9 s, system=443.946 s

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

[startup+3639.82 s]
/proc/loadavg: 81.03 80.78 80.67 63/985 142935
/proc/meminfo: memFree=762507692/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3639.9 s]
/proc/loadavg: 81.03 80.78 80.67 63/985 142935
/proc/meminfo: memFree=762507692/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): 3639.97
CPU time (s): 72000.8
CPU user time (s): 71556.9
CPU system time (s): 443.946
CPU usage (%): 1978.06
Max. virtual memory (cumulated for all children) (KiB): 12852868
Max. memory (cumulated for all children) (KiB): 11749264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71556.9
system time used= 443.946
maximum resident set size= 11749280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28487115
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= 801893
involuntary context switches= 353821


# summary of solver processes directly reported to runsolver:
#   pid: 140628
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71556.9
#   total CPU system time (s): 443.946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8239 second user time and 82.5416 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 02:29:54
IDJOB=4465720
IDBENCH=160378
IDSOLVER=3094
FILE ID=nodeD104/4465720-1722558594
RUNJOBID= nodeD104-1722554819-137359
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622840 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x80split.cnf-plain.pb.metafix.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465720-1722558594/watcher-4465720-1722558594 -o /tmp/evaluation-result-4465720-1722558594/solver-4465720-1722558594 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137359 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465720-1722558594.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 66026fe28787f3770fd653fb30d65540
RANDOM SEED=1387655745

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        776956924 kB
MemAvailable:   778283108 kB
Buffers:          320096 kB
Cached:          4328520 kB
SwapCached:            0 kB
Active:           493500 kB
Inactive:       10759860 kB
Active(anon):       2212 kB
Inactive(anon):  6625052 kB
Active(file):     491288 kB
Inactive(file):  4134808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28412 kB
Writeback:            60 kB
AnonPages:       6606440 kB
Mapped:           126880 kB
Shmem:             22536 kB
KReclaimable:     239604 kB
Slab:             598428 kB
SReclaimable:     239604 kB
SUnreclaim:       358824 kB
KernelStack:       16864 kB
PageTables:        23188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1270060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           272256 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD104 at 2024-08-02 03:30:34