Trace number 4469182

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-08-12SAT 32214.9 1626.28

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round21-4.opb
MD5SUMf504409cca969bd8c5b41a512643c0a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.3119
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 43945984, getVmSize() = 43945984, SCIPgetMemUsed() = 18227905, SCIPgetMemTotal() = 21770505, SCIPgetMemExternEstim() = 11425808
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.14	c ** Estimated virtualMemUsedAtSolver = 32690545, getVmSize() = 61665280, SCIPgetMemUsed() = 20863002, SCIPgetMemTotal() = 37610010, SCIPgetMemExternEstim() = 11425808
0.11/0.14	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.11/0.14	c Original Problem   :
0.11/0.14	c   Problem name     : instance-4469182-1723519779
0.11/0.14	c   Variables        : 3968 (3968 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.14	c   Constraints      : 7904
0.11/0.14	c   Objective sense  : minimize
0.11/0.14	c Presolved Problem  :
0.11/0.14	c   Variables        : 3042 (3042 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.14	c   Constraints      : 6223
0.11/0.14	c Constraints        : Number
0.11/0.14	c   and              : 45 
0.11/0.14	c   xor              : 1 
0.11/0.14	c   linear           : 1174 
0.11/0.14	c   logicor          : 5003 
0.11/0.14	c ** Instance transfer method used: 0
0.11/0.15	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.36	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.36	c                                Nodes    Active                                            
0.33/0.36	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
289.70/15.08	c        15              2           1        20                -           0.0000          -
396.05/20.42	c        20           1678           0        20                -           0.0000          -
505.15/25.92	c        26             22          21        20                -           0.0000          -
604.42/30.99	c        31             22          21        20                -           0.0000          -
721.59/36.85	c        37             24          23        20                -           0.0000          -
822.58/41.90	c        42             24          23        20                -           0.0000          -
921.73/46.95	c        47              4           3        20                -           0.0000          -
1023.61/52.08	c        52             20          19        20                -           0.0000          -
1122.81/57.13	c        57             13          12        20                -           0.0000          -
1224.20/62.18	c        62             14          13        20                -           0.0000          -
1324.47/67.23	c        67          43840           0        20                -           0.0000          -
1423.72/72.27	c        72          43840           0        20                -           0.0000          -
1524.94/77.32	c        77             16          15        20                -           0.0000          -
1624.21/82.37	c        82             16          15        20                -           0.0000          -
1725.48/87.43	c        87             16          15        20                -           0.0000          -
1824.78/92.45	c        92             16          15        20                -           0.0000          -
1926.04/97.53	c        98             16          15        20                -           0.0000          -
2025.33/102.54	c       103             16          15        20                -           0.0000          -
2124.57/107.59	c       108             16          15        20                -           0.0000          -
2225.80/112.62	c       113             16          15        20                -           0.0000          -
2325.27/117.69	c       118             16          15        20                -           0.0000          -
2426.31/122.73	c       123             16          15        20                -           0.0000          -
2525.58/127.79	c       128             16          15        20                -           0.0000          -
2626.78/132.81	c       133             16          15        20                -           0.0000          -
2725.98/137.89	c       138             16          15        20                -           0.0000          -
2827.20/142.94	c       143             16          15        20                -           0.0000          -
2926.43/147.99	c       148             16          15        20                -           0.0000          -
3028.25/153.04	c       153             16          15        20                -           0.0000          -
3127.56/158.09	c       158             16          15        20                -           0.0000          -
3228.68/163.14	c       163             16          15        20                -           0.0000          -
3327.89/168.19	c       168             16          15        20                -           0.0000          -
3428.51/173.24	c       173             16          15        20                -           0.0000          -
3527.74/178.28	c       178             16          15        20                -           0.0000          -
3628.95/183.34	c       183             16          15        20                -           0.0000          -
3728.14/188.39	c       188             16          15        20                -           0.0000          -
3829.35/193.44	c       193             16          15        20                -           0.0000          -
3928.54/198.49	c       198             16          15        20                -           0.0000          -
4029.76/203.54	c       204             16          15        20                -           0.0000          -
4128.98/208.59	c       209             16          15        20                -           0.0000          -
4230.18/213.64	c       214             16          15        20                -           0.0000          -
4329.41/218.66	c       219             16          15        20                -           0.0000          -
4430.61/223.74	c       224             16          15        20                -           0.0000          -
4529.80/228.79	c       229             16          15        20                -           0.0000          -
4630.98/233.84	c       234             16          15        20                -           0.0000          -
4730.16/238.89	c       239             16          15        20                -           0.0000          -
4831.30/243.94	c       244             16          15        20                -           0.0000          -
4930.49/248.99	c       249             16          15        20                -           0.0000          -
5032.22/254.04	c       254           1103          53        20                -           0.0000          -
5131.44/259.08	c       259           1103          53        20                -           0.0000          -
5230.71/264.13	c       264           1103          53        20                -           0.0000          -
5332.02/269.18	c       269           1103          53        20                -           0.0000          -
5432.24/274.23	c       274           1103          53        20                -           0.0000          -
5531.45/279.28	c       279           1103          53        20                -           0.0000          -
5632.55/284.33	c       284           1310        1291        20                -           0.0000          -
5731.72/289.38	c       289           1037        1024        20                -           0.0000          -
5832.86/294.43	c       294           1318        1299        20                -           0.0000          -
5932.03/299.45	c       299           1318        1299        20                -           0.0000          -
6030.98/304.46	c       304           1318        1299        20                -           0.0000          -
6132.16/309.58	c       310           1327         275        20                -           0.0000          -
6233.34/314.63	c       315           1327         275        20                -           0.0000          -
6332.57/319.68	c       320           1175        1162        20                -           0.0000          -
6433.74/324.73	c       325           1330         278        20                -           0.0000          -
6532.99/329.78	c       330           1200        1187        20                -           0.0000          -
6634.21/334.83	c       335           1200        1187        20                -           0.0000          -
6733.45/339.88	c       340           1352         300        20                -           0.0000          -
6834.66/344.93	c       345           1201        1188        20                -           0.0000          -
6933.90/349.98	c       350           1370         318        20                -           0.0000          -
7033.12/355.03	c       355           1960        1935        20                -           0.0000          -
7135.12/360.08	c       360           1960        1935        20                -           0.0000          -
7234.32/365.10	c       365           1432        1415        20                -           0.0000          -
7335.25/370.18	c       370            123         122        20                -           0.0000          -
7435.81/375.23	c       375           2028        2003        20                -           0.0000          -
7535.02/380.27	c       380           2028        2003        20                -           0.0000          -
7636.17/385.33	c       385           1762        1745        20                -           0.0000          -
7735.35/390.35	c       390           1762        1745        20                -           0.0000          -
7836.57/395.43	c       395           2107        2082        20                -           0.0000          -
7935.82/400.48	c       400           2107        2082        20                -           0.0000          -
8036.96/405.51	c       406           2107        2082        20                -           0.0000          -
8136.12/410.56	c       411           1691         639        20                -           0.0000          -
8237.36/415.63	c       416           2233        2208        20                -           0.0000          -
8336.29/420.68	c       421           2259        2232        20                -           0.0000          -
8437.42/425.71	c       426           1748         696        20                -           0.0000          -
8536.27/430.78	c       431           2133        2116        20                -           0.0000          -
8637.45/435.83	c       436           2133        2116        20                -           0.0000          -
8736.62/440.85	c       441           2384        2357        20                -           0.0000          -
8835.91/445.90	c       446           1847         795        20                -           0.0000          -
8936.89/450.98	c       451           2183        2166        20                -           0.0000          -
9036.09/456.03	c       456           2185        2168        20                -           0.0000          -
9137.90/461.08	c       461           2185        2168        20                -           0.0000          -
9237.08/466.13	c       466            268         267        20                -           0.0000          -
9338.09/471.17	c       471           1997         945        20                -           0.0000          -
9438.39/476.23	c       476           2764        2731        20                -           0.0000          -
9537.52/481.28	c       481           2764        2731        20                -           0.0000          -
9638.38/486.33	c       486           2153        1101        20                -           0.0000          -
9737.52/491.38	c       491           2153        1101        20                -           0.0000          -
9838.45/496.43	c       496           2160        1108        20                -           0.0000          -
9937.59/501.48	c       501           2859        2824        20                -           0.0000          -
10036.76/506.49	c       506           2498        2481        20                -           0.0000          -
10135.68/511.50	c       512           2498        2481        20                -           0.0000          -
10236.73/516.55	c       517           2891        2856        20                -           0.0000          -
10337.93/521.60	c       522           2489        1437        20                -           0.0000          -
10437.08/526.65	c       527           2929        2894        20                -           0.0000          -
10538.28/531.70	c       532            461         460        20                -           0.0000          -
10637.37/536.75	c       537           2980        2945        20                -           0.0000          -
10738.54/541.80	c       542           2980        2945        20                -           0.0000          -
10837.69/546.85	c       547           2980        2945        20                -           0.0000          -
10936.50/551.88	c       552           2900        1846        20                -           0.0000          -
11037.63/556.95	c       557           3042        3007        20                -           0.0000          -
11136.58/562.00	c       562           3192        3169        20                -           0.0000          -
11238.21/567.05	c       567           3193        3170        20                -           0.0000          -
11337.71/572.10	c       572           3193        3170        20                -           0.0000          -
11436.81/577.13	c       577            530         529        20                -           0.0000          -
11539.28/582.20	c       582           3302        3277        20                -           0.0000          -
11638.42/587.25	c       587           3302        3277        20                -           0.0000          -
11739.54/592.30	c       592           3206        3171        20                -           0.0000          -
11838.74/597.35	c       597           3221        3186        20                -           0.0000          -
11939.96/602.40	c       602           3425        3398        20                -           0.0000          -
12039.16/607.45	c       607           3250        3215        20                -           0.0000          -
12140.22/612.50	c       612           8838        2762        20                -           0.0000          -
12239.34/617.55	c       618           3572        3545        20                -           0.0000          -
12340.29/622.60	c       623           3572        3545        20                -           0.0000          -
12439.34/627.61	c       628           3435        3400        20                -           0.0000          -
12538.54/632.64	c       633           3435        3400        20                -           0.0000          -
12637.57/637.69	c       638            738         737        20                -           0.0000          -
12738.69/642.74	c       643           3908        3881        20                -           0.0000          -
12837.47/647.75	c       648           3908        3881        20                -           0.0000          -
12936.50/652.77	c       653           3908        3881        20                -           0.0000          -
13037.78/657.82	c       658           3932        3905        20                -           0.0000          -
13136.71/662.84	c       663            828         827        20                -           0.0000          -
13235.99/667.88	c       668           3830        3795        20                -           0.0000          -
13337.05/672.97	c       673           3830        3795        20                -           0.0000          -
13436.17/678.02	c       678           4032        4005        20                -           0.0000          -
13537.82/683.07	c       683            881         880        20                -           0.0000          -
13637.03/688.12	c       688           4048        4011        20                -           0.0000          -
13738.13/693.17	c       693           4123        4084        20                -           0.0000          -
13838.37/698.22	c       698           4423        4396        20                -           0.0000          -
13937.43/703.27	c       703           4230        4189        20                -           0.0000          -
14038.38/708.32	c       708           4343        4302        20                -           0.0000          -
14137.49/713.37	c       713           4510        4483        20                -           0.0000          -
14238.51/718.42	c       718            987         986        20                -           0.0000          -
14274.25/720.22	c Warning: Ramp-Up Phase Process is switched to 1. CollectOnce, MergeNodesAtRestart and RacingStatBranching are switched to FALSE.
14274.25/720.22	c You should check the following parameter values: StopRacingNumberOfNodesLeft, StopRacingNumberOfNodesLeftMultiplier, ProhibitCollectOnceMultiplier
14274.25/720.22	Racing ramp-up finished after 720.2200 seconds. Selected strategy 11.
14335.84/723.50	c       724           4655        4611        16                -           0.0000          -           0.0000          -
14454.37/729.55	c       730           4803        4755        20                -           0.0000          -           0.0000          -
14569.30/735.34	c       735           4899        4851        20                -           0.0000          -           0.0000          -
14672.49/740.50	c       740          46615        7052        20                -           0.0000          -           0.0000          -
14771.67/745.53	c       746         182528        7568        20                -           0.0000          -           0.0000          -
14872.86/750.63	c       751         327970        7934        20                -           0.0000          -           0.0000          -
14972.09/755.68	c       756         451175        8282        20                -           0.0000          -           0.0000          -
15073.20/760.73	c       761         548282        8276        20                -           0.0000          -           0.0000          -
15172.31/765.78	c       766         638844        8273        20                -           0.0000          -           0.0000          -
15273.53/770.83	c       771         729819        8263        20                -           0.0000          -           0.0000          -
15372.70/775.88	c       776         833084        8289        20                -           0.0000          -           0.0000          -
15473.92/780.93	c       781         917739        8321        20                -           0.0000          -           0.0000          -
15573.11/785.98	c       786        1003818        8449        20                -           0.0000          -           0.0000          -
15672.30/791.02	c       791        1096033        8496        20                -           0.0000          -           0.0000          -
15774.11/796.05	c       796        1180553        8614        20                -           0.0000          -           0.0000          -
15875.22/801.13	c       801        1266917        8708        20                -           0.0000          -           0.0000          -
15974.53/806.14	c       806        1359540        8831        20                -           0.0000          -           0.0000          -
16075.12/811.23	c       811        1451698        8965        20                -           0.0000          -           0.0000          -
16174.33/816.28	c       816        1536170        9160        20                -           0.0000          -           0.0000          -
16275.52/821.31	c       821        1614245        9318        20                -           0.0000          -           0.0000          -
16374.66/826.38	c       826        1701701        9460        20                -           0.0000          -           0.0000          -
16475.84/831.43	c       831        1785977        9642        20                -           0.0000          -           0.0000          -
16575.12/836.48	c       836        1867581        9788        20                -           0.0000          -           0.0000          -
16676.28/841.53	c       842        1952563       10001        20                -           0.0000          -           0.0000          -
16775.50/846.58	c       847        2041260       10150        20                -           0.0000          -           0.0000          -
16876.74/851.63	c       852        2138505       10491        20                -           0.0000          -           0.0000          -
16975.97/856.68	c       857        2231276       10655        20                -           0.0000          -           0.0000          -
17077.20/861.73	c       862        2329570       10784        20                -           0.0000          -           0.0000          -
17176.44/866.78	c       867        2420208       11072        20                -           0.0000          -           0.0000          -
17277.67/871.83	c       872        2507276       11324        20                -           0.0000          -           0.0000          -
17376.85/876.88	c       877        2593339       11722        20                -           0.0000          -           0.0000          -
17478.09/881.93	c       882        2685157       11945        20                -           0.0000          -           0.0000          -
17577.28/886.98	c       887        2769503       12154        20                -           0.0000          -           0.0000          -
17676.53/892.03	c       892        2855885       12461        20                -           0.0000          -           0.0000          -
17778.48/897.08	c       897        2941263       12721        20                -           0.0000          -           0.0000          -
17877.70/902.13	c       902        3030801       13146        20                -           0.0000          -           0.0000          -
17978.84/907.15	c       907        3118207       13495        20                -           0.0000          -           0.0000          -
18079.38/912.23	c       912        3209842       13781        20                -           0.0000          -           0.0000          -
18178.55/917.28	c       917        3294334       13956        20                -           0.0000          -           0.0000          -
18279.79/922.33	c       922        3382097       14070        20                -           0.0000          -           0.0000          -
18378.98/927.38	c       927        3472943       14158        20                -           0.0000          -           0.0000          -
18480.22/932.40	c       932        3556737       14403        20                -           0.0000          -           0.0000          -
18579.31/937.48	c       937        3644605       14801        20                -           0.0000          -           0.0000          -
18678.56/942.50	c       942        3739546       15109        20                -           0.0000          -           0.0000          -
18779.73/947.56	c       948        3829228       15415        20                -           0.0000          -           0.0000          -
18880.94/952.63	c       953        3915695       15899        20                -           0.0000          -           0.0000          -
18980.13/957.68	c       958        4000335       16132        20                -           0.0000          -           0.0000          -
19081.16/962.73	c       963        4082056       16556        20                -           0.0000          -           0.0000          -
19180.39/967.76	c       968        4166915       16735        20                -           0.0000          -           0.0000          -
19281.62/972.83	c       973        4258427       17094        20                -           0.0000          -           0.0000          -
19380.82/977.88	c       978        4347004       17431        20                -           0.0000          -           0.0000          -
19482.05/982.93	c       983        4432793       17640        20                -           0.0000          -           0.0000          -
19581.28/987.98	c       988        4523461       17845        20                -           0.0000          -           0.0000          -
19680.53/993.03	c       993        4615572       18222        20                -           0.0000          -           0.0000          -
19782.29/998.08	c       998        4705055       18542        20                -           0.0000          -           0.0000          -
19881.44/1003.13	c      1003        4791114       18993        20                -           0.0000          -           0.0000          -
19982.81/1008.18	c      1008        4875519       19111        20                -           0.0000          -           0.0000          -
20083.34/1013.23	c      1013        4960586       19587        20                -           0.0000          -           0.0000          -
20182.57/1018.28	c      1018        5040356       19926        20                -           0.0000          -           0.0000          -
20283.69/1023.33	c      1023        5129054       20143        20                -           0.0000          -           0.0000          -
20382.92/1028.38	c      1028        5218020       20307        20                -           0.0000          -           0.0000          -
20484.16/1033.43	c      1033        5306455       20504        20                -           0.0000          -           0.0000          -
20583.38/1038.48	c      1038        5391572       20857        20                -           0.0000          -           0.0000          -
20684.58/1043.53	c      1044        5478949       21024        20                -           0.0000          -           0.0000          -
20783.80/1048.58	c      1049        5564483       21210        20                -           0.0000          -           0.0000          -
20883.00/1053.59	c      1054        5648650       21498        20                -           0.0000          -           0.0000          -
20984.13/1058.68	c      1059        5739419       21759        20                -           0.0000          -           0.0000          -
21085.31/1063.73	c      1064        5822753       21914        20                -           0.0000          -           0.0000          -
21184.50/1068.78	c      1069        5915598       21987        20                -           0.0000          -           0.0000          -
21285.70/1073.83	c      1074        6003499       22173        20                -           0.0000          -           0.0000          -
21384.89/1078.88	c      1079        6086398       22301        20                -           0.0000          -           0.0000          -
21486.10/1083.93	c      1084        6170957       22332        20                -           0.0000          -           0.0000          -
21585.28/1088.94	c      1089        6252651       22461        20                -           0.0000          -           0.0000          -
21684.39/1093.98	c      1094        6336998       22603        20                -           0.0000          -           0.0000          -
21786.34/1099.08	c      1099        6419679       22780        20                -           0.0000          -           0.0000          -
21885.47/1104.13	c      1104        6500965       22900        20                -           0.0000          -           0.0000          -
21986.61/1109.18	c      1109        6587617       23186        20                -           0.0000          -           0.0000          -
22087.14/1114.23	c      1114        6672714       23461        20                -           0.0000          -           0.0000          -
22186.31/1119.28	c      1119        6756741       23673        20                -           0.0000          -           0.0000          -
22287.47/1124.33	c      1124        6835341       23931        20                -           0.0000          -           0.0000          -
22386.59/1129.38	c      1129        6909026       24180        20                -           0.0000          -           0.0000          -
22487.75/1134.43	c      1134        6987701       24309        20                -           0.0000          -           0.0000          -
22586.94/1139.48	c      1139        7076987       24347        20                -           0.0000          -           0.0000          -
22688.06/1144.53	c      1145        7158592       24510        20                -           0.0000          -           0.0000          -
22787.27/1149.58	c      1150        7240751       24822        20                -           0.0000          -           0.0000          -
22888.15/1154.63	c      1155        7318291       24967        20                -           0.0000          -           0.0000          -
22987.07/1159.69	c      1160        7396977       25207        20                -           0.0000          -           0.0000          -
23088.11/1164.70	c      1165        7473590       25480        20                -           0.0000          -           0.0000          -
23187.25/1169.77	c      1170        7549606       25636        20                -           0.0000          -           0.0000          -
23288.26/1174.83	c      1175        7632841       25750        20                -           0.0000          -           0.0000          -
23387.41/1179.88	c      1180        7711245       25923        20                -           0.0000          -           0.0000          -
23488.52/1184.93	c      1185        7789942       26003        20                -           0.0000          -           0.0000          -
23587.63/1189.98	c      1190        7869233       26141        20                -           0.0000          -           0.0000          -
23686.83/1195.01	c      1195        7945654       26269        20                -           0.0000          -           0.0000          -
23788.72/1200.08	c      1200        8025513       26301        20                -           0.0000          -           0.0000          -
23887.81/1205.13	c      1205        8101380       26408        20                -           0.0000          -           0.0000          -
23988.95/1210.17	c      1210        8176204       26502        20                -           0.0000          -           0.0000          -
24089.32/1215.23	c      1215        8251096       26718        20                -           0.0000          -           0.0000          -
24188.52/1220.28	c      1220        8327883       26819        20                -           0.0000          -           0.0000          -
24289.69/1225.33	c      1225        8401553       27089        20                -           0.0000          -           0.0000          -
24388.86/1230.38	c      1230        8476182       27402        20                -           0.0000          -           0.0000          -
24489.77/1235.43	c      1235        8567097       27796        20                -           0.0000          -           0.0000          -
24588.89/1240.48	c      1240        8642786       27963        20                -           0.0000          -           0.0000          -
24690.08/1245.53	c      1246        8722329       28221        20                -           0.0000          -           0.0000          -
24789.04/1250.58	c      1251        8796531       28304        20                -           0.0000          -           0.0000          -
24890.13/1255.63	c      1256        8872554       28544        20                -           0.0000          -           0.0000          -
24989.38/1260.68	c      1261        8945726       28949        20                -           0.0000          -           0.0000          -
25090.52/1265.73	c      1266        9025398       29187        20                -           0.0000          -           0.0000          -
25189.73/1270.75	c      1271        9100361       29492        20                -           0.0000          -           0.0000          -
25290.93/1275.83	c      1276        9181527       29797        20                -           0.0000          -           0.0000          -
25390.28/1280.88	c      1281        9271558       30244        20                -           0.0000          -           0.0000          -
25491.00/1285.93	c      1286        9355034       30517        20                -           0.0000          -           0.0000          -
25590.27/1290.98	c      1291        9435077       30912        20                -           0.0000          -           0.0000          -
25691.82/1296.03	c      1296        9521214       31009        20                -           0.0000          -           0.0000          -
25791.45/1301.08	c      1301        9603045       31207        20                -           0.0000          -           0.0000          -
25890.36/1306.13	c      1306        9687717       31282        20                -           0.0000          -           0.0000          -
25991.59/1311.16	c      1311        9767964       31400        20                -           0.0000          -           0.0000          -
26092.02/1316.23	c      1316        9855630       31466        20                -           0.0000          -           0.0000          -
26191.22/1321.28	c      1321        9937384       31602        20                -           0.0000          -           0.0000          -
26292.40/1326.33	c      1326       10017634       31771        20                -           0.0000          -           0.0000          -
26391.60/1331.37	c      1331       10094312       31941        20                -           0.0000          -           0.0000          -
26492.68/1336.43	c      1336       10176302       31968        20                -           0.0000          -           0.0000          -
26591.84/1341.48	c      1341       10252696       32075        20                -           0.0000          -           0.0000          -
26692.98/1346.50	c      1346       10326744       32088        20                -           0.0000          -           0.0000          -
26792.12/1351.58	c      1352       10408490       32183        20                -           0.0000          -           0.0000          -
26893.00/1356.63	c      1357       10487224       32335        20                -           0.0000          -           0.0000          -
26992.21/1361.67	c      1362       10562704       32484        20                -           0.0000          -           0.0000          -
27093.36/1366.72	c      1367       10643231       32569        20                -           0.0000          -           0.0000          -
27192.46/1371.78	c      1372       10724040       32616        20                -           0.0000          -           0.0000          -
27291.60/1376.79	c      1377       10801924       32722        20                -           0.0000          -           0.0000          -
27392.75/1381.83	c      1382       10876998       32894        20                -           0.0000          -           0.0000          -
27493.74/1386.90	c      1387       10957630       33025        20                -           0.0000          -           0.0000          -
27592.84/1391.93	c      1392       11039304       33103        20                -           0.0000          -           0.0000          -
27691.96/1396.98	c      1397       11118940       33142        20                -           0.0000          -           0.0000          -
27793.71/1402.05	c      1402       11196398       33371        20                -           0.0000          -           0.0000          -
27894.62/1407.13	c      1407       11276510       33637        20                -           0.0000          -           0.0000          -
27994.26/1412.16	c      1412       11349886       33844        20                -           0.0000          -           0.0000          -
28094.57/1417.23	c      1417       11428762       34083        20                -           0.0000          -           0.0000          -
28193.81/1422.24	c      1422       11504456       34163        20                -           0.0000          -           0.0000          -
28294.98/1427.33	c      1427       11584944       34225        20                -           0.0000          -           0.0000          -
28394.33/1432.37	c      1432       11662040       34323        20                -           0.0000          -           0.0000          -
28495.23/1437.41	c      1437       11737912       34430        20                -           0.0000          -           0.0000          -
28594.45/1442.45	c      1442       11815814       34633        20                -           0.0000          -           0.0000          -
28693.78/1447.47	c      1447       11896978       34688        20                -           0.0000          -           0.0000          -
28794.83/1452.58	c      1453       11976324       34774        20                -           0.0000          -           0.0000          -
28896.02/1457.63	c      1458       12050654       34893        20                -           0.0000          -           0.0000          -
28995.19/1462.64	c      1463       12121456       35036        20                -           0.0000          -           0.0000          -
29096.40/1467.73	c      1468       12202129       35253        20                -           0.0000          -           0.0000          -
29195.60/1472.78	c      1473       12281617       35279        20                -           0.0000          -           0.0000          -
29296.94/1477.83	c      1478       12356193       35429        20                -           0.0000          -           0.0000          -
29395.96/1482.88	c      1483       12437518       35551        20                -           0.0000          -           0.0000          -
29497.06/1487.92	c      1488       12508989       35648        20                -           0.0000          -           0.0000          -
29595.98/1492.98	c      1493       12589908       35727        20                -           0.0000          -           0.0000          -
29695.02/1498.03	c      1498       12669809       35885        20                -           0.0000          -           0.0000          -
29796.91/1503.05	c      1503       12741342       36027        20                -           0.0000          -           0.0000          -
29895.90/1508.06	c      1508       12819461       36141        20                -           0.0000          -           0.0000          -
29995.05/1513.07	c      1513       12894512       36482        20                -           0.0000          -           0.0000          -
30097.63/1518.23	c      1518       12968081       36553        20                -           0.0000          -           0.0000          -
30196.83/1523.28	c      1523       13046140       36648        20                -           0.0000          -           0.0000          -
30298.19/1528.33	c      1528       13122578       36675        20                -           0.0000          -           0.0000          -
30397.20/1533.38	c      1533       13200422       36713        20                -           0.0000          -           0.0000          -
30498.10/1538.43	c      1538       13274191       36802        20                -           0.0000          -           0.0000          -
30597.30/1543.48	c      1543       13362047       36800        20                -           0.0000          -           0.0000          -
30698.34/1548.53	c      1549       13440088       36897        20                -           0.0000          -           0.0000          -
30797.35/1553.58	c      1554       13519634       36890        20                -           0.0000          -           0.0000          -
30898.53/1558.63	c      1559       13610144       36986        20                -           0.0000          -           0.0000          -
30997.63/1563.68	c      1564       13690989       36987        20                -           0.0000          -           0.0000          -
31098.74/1568.71	c      1569       13769773       37033        20                -           0.0000          -           0.0000          -
31197.91/1573.77	c      1574       13850828       37126        20                -           0.0000          -           0.0000          -
31299.09/1578.83	c      1579       13934120       37211        20                -           0.0000          -           0.0000          -
31398.30/1583.88	c      1584       14013179       37301        20                -           0.0000          -           0.0000          -
31499.50/1588.91	c      1589       14092896       37317        20                -           0.0000          -           0.0000          -
31598.71/1593.95	c      1594       14172933       37414        20                -           0.0000          -           0.0000          -
31697.88/1599.00	c      1599       14253904       37455        20                -           0.0000          -           0.0000          -
31799.63/1604.08	c      1604       14339259       37674        20                -           0.0000          -           0.0000          -
31898.73/1609.11	c      1609       14419566       37834        20                -           0.0000          -           0.0000          -
31997.86/1614.12	c      1614       14502100       37914        20                -           0.0000          -           0.0000          -
32098.90/1619.18	c      1619       14583478       37937        20                -           0.0000          -           0.0000          -
32199.33/1624.25	c      1624       14666338       38019        20                -           0.0000          -           0.0000          -
32211.22/1624.80	c *    1625       14680439       38055        20           0.0000           0.0000      0.00%           0.0000      0.00%
32214.69/1626.12	c      1626       14686974           0         0           0.0000           0.0000      0.00%
32214.69/1626.12	c SCIP Status        : c problem is solved
32214.69/1626.12	c Total Time         : 1626.12
32214.69/1626.12	c   solving          : 1626.12
32214.69/1626.12	c   presolving       : 0.11 (included in solving)
32214.69/1626.12	c B&B Tree           :
32214.69/1626.12	c   nodes (total)    : 14686974
32214.69/1626.12	c Solution           :
32214.69/1626.12	c   Solutions found  : 1
32214.69/1626.12	c   Primal Bound     : +0.00000000000000e+00
32214.69/1626.12	c   Dual Bound       : +0.00000000000000e+00
32214.69/1626.12	c Gap                : 0.00000 %
32214.69/1626.13	s SATISFIABLE
32214.69/1626.13	v -x3968 x992 -x3967 x991 -x3966 x990 -x3965 x989 -x3964 x988 x3963 -x987 x3962 -x986 x3961 -x985 x3960 -x984 x3959 x983 x3958 -x982 
32214.69/1626.13	v x3957 -x981 -x3956 x980 x3955 -x979 x3954 -x978 x3953 -x977 x3952 -x976 -x3951 x975 -x3950 x974 -x3949 -x973 -x3948 -x972 
32214.69/1626.13	v -x3947 x971 -x3946 x970 x3945 -x969 x3944 x968 x3943 -x967 x3942 -x966 x3941 -x965 -x3940 x964 -x3939 x963 -x3938 x962 -x3937 
32214.69/1626.13	v -x961 -x3936 -x960 -x3935 -x959 -x3934 x958 -x3933 x957 -x3932 x956 -x3931 -x955 -x3930 x954 -x3929 x953 -x3928 x952 -x3927 
32214.69/1626.13	v x951 x3926 x950 x3925 -x949 x3924 -x948 x3923 -x947 x3922 -x946 -x3921 x945 x3920 -x944 x3919 -x943 -x3918 -x942 -x3917 x941 
32214.69/1626.13	v -x3916 x940 x3915 -x939 x3914 -x938 x3913 -x937 x3912 -x936 x3911 x935 x3910 -x934 x3909 x933 x3908 -x932 x3907 x931 x3906 -x930 
32214.69/1626.13	v -x3905 -x929 x3904 -x928 -x3903 x927 -x3902 x926 x3901 x925 x3900 -x924 -x3899 x923 x3898 -x922 x3897 -x921 x3896 x920 x3895 
32214.69/1626.13	v -x919 x3894 x918 x3893 x917 x3892 x916 x3891 -x915 x3890 -x914 x3889 -x913 x3888 -x912 x3887 -x911 -x3886 x910 x3885 x909 
32214.69/1626.13	v x3884 x908 x3883 -x907 x3882 -x906 x3881 -x905 x3880 x904 x3879 x903 x3878 x902 x3877 -x901 x3876 x900 x3875 -x899 -x3874 x898 
32214.69/1626.13	v -x3873 -x897 x3872 -x896 x3871 -x895 x3870 -x894 -x3869 x893 x3868 x892 x3867 x891 x3866 -x890 x3865 -x889 x3864 -x888 -x3863 
32214.69/1626.13	v x887 -x3862 x886 x3861 -x885 x3860 -x884 x3859 x883 x3858 -x882 x3857 x881 x3856 -x880 -x3855 x879 x3854 -x878 -x3853 -x877 
32214.69/1626.13	v -x3852 x876 -x3851 x875 -x3850 x874 -x3849 x873 -x3848 x872 -x3847 -x871 -x3846 x870 x3845 -x869 x3844 -x868 -x3843 -x867 
32214.69/1626.13	v -x3842 -x866 -x3841 x865 -x3840 x864 x3839 x863 x3838 -x862 -x3837 x861 x3836 -x860 x3835 -x859 x3834 -x858 x3833 -x857 x3832 
32214.69/1626.13	v -x856 x3831 -x855 -x3830 -x854 -x3829 x853 x3828 -x852 x3827 x851 x3826 -x850 x3825 -x849 -x3824 x848 -x3823 -x847 -x3822 x846 
32214.69/1626.13	v -x3821 x845 x3820 -x844 x3819 -x843 x3818 -x842 x3817 -x841 -x3816 -x840 -x3815 -x839 -x3814 -x838 -x3813 x837 -x3812 -x836 
32214.69/1626.13	v -x3811 -x835 -x3810 -x834 -x3809 x833 -x3808 x3807 -x1664 x3806 -x3805 x1663 -x3804 x3803 x1662 x3802 -x3801 -x1661 -x3800 
32214.69/1626.13	v x3799 x1660 -x3798 x3797 -x1659 x3796 -x3795 -x1658 -x3794 x3793 -x1657 -x3792 x3791 x1656 x3790 -x3789 x1655 x3788 -x3787 -x1654 
32214.69/1626.13	v x3786 -x3785 -x1653 x3784 -x3783 x1652 -x3782 x3781 x1651 x3780 -x3779 x1650 -x3778 x3777 x1649 x3776 -x3775 x1648 -x3774 
32214.69/1626.13	v x3773 -x1647 x3772 -x3771 -x1646 -x3770 x3769 -x1645 x3768 -x3767 x1644 -x3766 x3765 x1643 x3764 x3763 -x1642 -x3762 x3761 
32214.69/1626.13	v x1641 x3760 -x3759 -x1640 x3758 -x3757 -x1639 -x3756 x3755 -x1638 x3754 -x3753 x1637 -x3752 x3751 -x1636 x3750 -x3749 -x1635 
32214.69/1626.13	v -x3748 x3747 -x1634 x3746 -x3745 -x1633 -x3744 x3743 x3742 x3741 -x3740 -x3739 -x3738 -x3737 -x3736 -x3735 x3734 -x3733 x3732 
32214.69/1626.13	v x3731 x3730 -x3729 -x3728 -x3727 x3726 -x3725 x3724 -x3723 -x3722 -x3721 x3720 x3719 x3718 x3717 -x3716 -x3715 x3714 x3713 
32214.69/1626.13	v x3712 -x3711 -x1632 x3710 -x3709 -x1631 x3708 -x3707 x1630 x3706 x3705 -x1629 x3704 -x3703 x1628 x3702 -x3701 x1627 x3700 x3699 
32214.69/1626.13	v -x1626 -x3698 x3697 -x1625 x3696 -x3695 x1624 x3694 -x3693 -x1623 x3692 x3691 -x1622 -x3690 x3689 x1621 x3688 -x3687 -x1620 
32214.69/1626.13	v -x3686 x3685 x1619 x3684 -x3683 x1618 -x3682 x3681 x1617 x3680 -x3679 x1616 x3678 x3677 -x1615 x3676 -x3675 x1614 x3674 -x3673 
32214.69/1626.13	v -x1613 x3672 -x3671 -x1612 -x3670 x3669 x1611 x3668 -x3667 -x1610 -x3666 x3665 -x1609 x3664 -x3663 -x1608 x3662 -x3661 -x1607 
32214.69/1626.13	v -x3660 x3659 -x1606 x3658 -x3657 x1605 -x3656 x3655 x1604 x3654 -x3653 -x1603 -x3652 x3651 -x1602 x3650 -x3649 -x1601 -x3648 
32214.69/1626.13	v -x3647 x3646 x3645 -x3644 x3643 -x3642 -x3641 -x3640 x3639 x3638 x3637 -x3636 x3635 -x3634 x3633 x3632 x3631 -x3630 x3629 
32214.69/1626.13	v -x3628 x3627 -x3626 -x3625 x3624 -x3623 -x3622 x3621 x3620 -x3619 -x3618 x3617 x3616 -x3615 -x1600 -x3614 x3613 x1599 x3612 
32214.69/1626.13	v -x3611 x1598 x3610 x3609 -x1597 x3608 -x3607 x1596 x3606 -x3605 x1595 x3604 x3603 x1594 -x3602 x3601 x1593 x3600 -x3599 x1592 
32214.69/1626.13	v -x3598 x3597 x1591 x3596 -x3595 x1590 -x3594 -x3593 x1589 x3592 -x3591 -x1588 -x3590 x3589 x1587 x3588 x3587 -x1586 -x3586 
32214.69/1626.13	v x3585 x1585 x3584 -x3583 -x1584 x3582 -x3581 x1583 x3580 -x3579 x1582 x3578 -x3577 -x1581 x3576 -x3575 x1580 -x3574 x3573 x1579 
32214.69/1626.13	v x3572 -x3571 x1578 -x3570 x3569 x1577 -x3568 x3567 x1576 -x3566 x3565 -x1575 -x3564 -x3563 x1574 x3562 -x3561 x1573 x3560 
32214.69/1626.13	v -x3559 -x1572 x3558 -x3557 -x1571 -x3556 x3555 x1570 -x3554 x3553 x1569 -x3552 -x3551 x3550 x3549 x3548 x3547 x3546 -x3545 -x3544 
32214.69/1626.13	v x3543 x3542 x3541 x3540 x3539 x3538 -x3537 x3536 x3535 x3534 x3533 -x3532 -x3531 x3530 -x3529 x3528 -x3527 -x3526 x3525 
32214.69/1626.13	v x3524 x3523 x3522 x3521 -x3520 x3519 x1568 x3518 -x3517 -x1567 x3516 -x3515 x1566 x3514 x3513 -x1565 x3512 x3511 x1564 -x3510 
32214.69/1626.13	v x3509 x1563 x3508 x3507 x1562 -x3506 x3505 -x1561 x3504 -x3503 x1560 -x3502 x3501 -x1559 x3500 -x3499 x1558 -x3498 x3497 x1557 
32214.69/1626.13	v x3496 -x3495 x1556 -x3494 x3493 -x1555 x3492 -x3491 x1554 -x3490 -x3489 x1553 x3488 -x3487 -x1552 x3486 x3485 -x1551 x3484 
32214.69/1626.13	v -x3483 -x1550 x3482 -x3481 -x1549 -x3480 x3479 x1548 x3478 -x3477 x1547 -x3476 x3475 x1546 -x3474 x3473 x1545 x3472 -x3471 -x1544 
32214.69/1626.13	v -x3470 x3469 x1543 x3468 -x3467 x1542 -x3466 x3465 x1541 x3464 x3463 x1540 -x3462 x3461 -x1539 x3460 -x3459 -x1538 -x3458 
32214.69/1626.13	v x3457 -x1537 x3456 x3455 x3454 x3453 x3452 x3451 x3450 x3449 x3448 x3447 x3446 x3445 x3444 -x3443 x3442 -x3441 x3440 x3439 
32214.69/1626.13	v x3438 x3437 -x3436 x3435 -x3434 -x3433 -x3432 x3431 x3430 -x3429 x3428 x3427 x3426 -x3425 x3424 -x3423 x1536 -x3422 x3421 x1535 
32214.69/1626.13	v x3420 -x3419 -x1534 x3418 -x3417 x1533 x3416 x3415 -x1532 x3414 x3413 -x1531 x3412 x3411 -x1530 x3410 -x3409 x1529 x3408 
32214.69/1626.13	v -x3407 x1528 x3406 -x3405 x1527 x3404 x3403 -x1526 -x3402 x3401 x1525 x3400 -x3399 -x1524 x3398 -x3397 x1523 x3396 -x3395 x1522 
32214.69/1626.13	v x3394 -x3393 -x1521 x3392 -x3391 -x1520 x3390 -x3389 -x1519 x3388 -x3387 -x1518 -x3386 x3385 x1517 x3384 -x3383 -x1516 x3382 
32214.69/1626.13	v -x3381 -x1515 -x3380 x3379 x1514 x3378 -x3377 -x1513 -x3376 x3375 -x1512 x3374 -x3373 x1511 -x3372 x3371 x1510 x3370 -x3369 
32214.69/1626.13	v x1509 x3368 -x3367 x1508 x3366 -x3365 -x1507 x3364 -x3363 -x1506 x3362 -x3361 -x1505 x3360 -x3359 x3358 x3357 x3356 x3355 x3354 
32214.69/1626.13	v x3353 x3352 x3351 x3350 x3349 x3348 x3347 x3346 x3345 x3344 x3343 x3342 -x3341 x3340 x3339 x3338 -x3337 -x3336 x3335 x3334 
32214.69/1626.13	v -x3333 x3332 x3331 x3330 -x3329 x3328 -x3327 x1504 x3326 -x3325 x1503 x3324 -x3323 -x1502 x3322 -x3321 x1501 x3320 -x3319 
32214.69/1626.13	v x1500 x3318 -x3317 -x1499 x3316 -x3315 -x1498 -x3314 x3313 x1497 x3312 -x3311 x1496 -x3310 x3309 x1495 x3308 -x3307 x1494 -x3306 
32214.69/1626.13	v x3305 x1493 x3304 -x3303 x1492 -x3302 -x3301 x1491 x3300 -x3299 x1490 -x3298 -x3297 x1489 x3296 -x3295 -x1488 -x3294 x3293 
32214.69/1626.13	v x1487 x3292 -x3291 x1486 -x3290 x3289 x1485 x3288 -x3287 x1484 -x3286 x3285 -x1483 -x3284 x3283 x1482 x3282 -x3281 -x1481 x3280 
32214.69/1626.13	v -x3279 -x1480 x3278 -x3277 x1479 -x3276 x3275 x1478 x3274 -x3273 -x1477 x3272 -x3271 -x1476 x3270 -x3269 x1475 -x3268 x3267 
32214.69/1626.13	v -x1474 x3266 -x3265 -x1473 x3264 x3263 x3262 x3261 x3260 x3259 x3258 -x3257 -x3256 x3255 x3254 x3253 x3252 x3251 x3250 -x3249 
32214.69/1626.13	v x3248 x3247 x3246 -x3245 x3244 -x3243 x3242 x3241 -x3240 x3239 x3238 -x3237 x3236 x3235 x3234 x3233 -x3232 x3231 x1472 x3230 
32214.69/1626.13	v -x3229 x1471 -x3228 x3227 x1470 x3226 -x3225 x1469 -x3224 -x3223 x1468 x3222 -x3221 x1467 -x3220 x3219 x1466 x3218 -x3217 
32214.69/1626.13	v x1465 -x3216 x3215 x1464 x3214 -x3213 x1463 -x3212 x3211 x1462 x3210 -x3209 -x1461 -x3208 x3207 x1460 x3206 -x3205 -x1459 x3204 
32214.69/1626.13	v x3203 x1458 -x3202 x3201 x1457 x3200 -x3199 x1456 -x3198 x3197 x1455 x3196 x3195 -x1454 -x3194 x3193 -x1453 x3192 -x3191 
32214.69/1626.13	v -x1452 x3190 -x3189 -x1451 -x3188 -x3187 x1450 x3186 -x3185 x1449 -x3184 x3183 x1448 x3182 -x3181 -x1447 x3180 -x3179 -x1446 
32214.69/1626.13	v x3178 x3177 x1445 -x3176 x3175 x1444 x3174 -x3173 x1443 -x3172 x3171 x1442 x3170 -x3169 x1441 x3168 x3167 -x3166 -x3165 -x3164 
32214.69/1626.13	v x3163 -x3162 x3161 -x3160 x3159 x3158 x3157 -x3156 -x3155 x3154 -x3153 x3152 -x3151 -x3150 -x3149 x3148 -x3147 -x3146 -x3145 
32214.69/1626.13	v -x3144 -x3143 x3142 x3141 -x3140 x3139 x3138 x3137 -x3136 -x3135 x1440 x3134 -x3133 x1439 -x3132 x3131 x1438 x3130 -x3129 
32214.69/1626.13	v x1437 x3128 -x3127 x1436 -x3126 x3125 x1435 x3124 -x3123 x1434 x3122 -x3121 x1433 -x3120 x3119 x1432 x3118 -x3117 -x1431 -x3116 
32214.69/1626.13	v x3115 x1430 x3114 -x3113 x1429 -x3112 x3111 x1428 x3110 -x3109 x1427 x3108 x3107 x1426 -x3106 x3105 x1425 x3104 -x3103 -x1424 
32214.69/1626.13	v x3102 -x3101 x1423 -x3100 x3099 x1422 x3098 -x3097 x1421 -x3096 x3095 x1420 x3094 -x3093 -x1419 x3092 -x3091 -x1418 -x3090 
32214.69/1626.13	v x3089 x1417 x3088 -x3087 -x1416 x3086 -x3085 -x1415 -x3084 x3083 x1414 x3082 -x3081 x1413 x3080 -x3079 x1412 x3078 -x3077 -x1411 
32214.69/1626.13	v -x3076 x3075 x1410 x3074 -x3073 -x1409 x3072 -x3071 x3070 x3069 -x3068 x3067 x3066 x3065 x3064 -x3063 x3062 x3061 x3060 
32214.69/1626.13	v x3059 x3058 x3057 x3056 -x3055 -x3054 -x3053 x3052 x3051 -x3050 -x3049 x3048 -x3047 x3046 x3045 x3044 -x3043 -x3042 x3041 -x3040 
32214.69/1626.13	v x3039 x1408 -x3038 x3037 x1407 -x3036 -x3035 x1406 x3034 -x3033 x1405 -x3032 x3031 x1404 -x3030 -x3029 -x1403 x3028 -x3027 
32214.69/1626.13	v -x1402 -x3026 x3025 -x1401 -x3024 x3023 x1400 -x3022 -x3021 x1399 x3020 -x3019 x1398 -x3018 x3017 x1397 -x3016 x3015 x1396 
32214.69/1626.13	v x3014 x3013 -x1395 -x3012 x3011 -x1394 x3010 -x3009 x1393 -x3008 x3007 x1392 x3006 -x3005 -x1391 x3004 -x3003 x1390 x3002 -x3001 
32214.69/1626.13	v x1389 x3000 x2999 -x1388 -x2998 x2997 x1387 x2996 -x2995 -x1386 x2994 -x2993 x1385 x2992 x2991 x1384 -x2990 x2989 -x1383 
32214.69/1626.13	v x2988 -x2987 x1382 -x2986 x2985 -x1381 x2984 -x2983 x1380 -x2982 x2981 x1379 -x2980 x2979 x1378 -x2978 x2977 x1377 -x2976 -x2975 
32214.69/1626.13	v -x2974 x2973 -x2972 -x2971 x2970 -x2969 x2968 -x2967 x2966 -x2965 x2964 x2963 x2962 -x2961 x2960 x2959 x2958 x2957 -x2956 
32214.69/1626.13	v x2955 -x2954 -x2953 x2952 x2951 x2950 -x2949 x2948 x2947 x2946 x2945 -x2944 x2943 -x1376 x2942 -x2941 -x1375 -x2940 x2939 -x1374 
32214.69/1626.13	v -x2938 x2937 x1373 x2936 -x2935 x1372 -x2934 x2933 x1371 x2932 -x2931 -x1370 -x2930 -x2929 x1369 x2928 -x2927 x1368 -x2926 
32214.69/1626.13	v x2925 x1367 -x2924 x2923 -x1366 -x2922 x2921 x1365 -x2920 x2919 x1364 x2918 -x2917 -x1363 -x2916 x2915 x1362 x2914 -x2913 
32214.69/1626.13	v x1361 -x2912 x2911 -x1360 x2910 x2909 -x1359 -x2908 x2907 x1358 x2906 x2905 -x1357 -x2904 x2903 x1356 x2902 -x2901 -x1355 -x2900 
32214.69/1626.13	v x2899 -x1354 x2898 -x2897 x1353 -x2896 x2895 x1352 x2894 -x2893 x1351 -x2892 x2891 -x1350 -x2890 -x2889 x1349 x2888 -x2887 
32214.69/1626.13	v x1348 -x2886 x2885 x1347 x2884 -x2883 x1346 -x2882 x2881 x1345 -x2880 x2879 -x2878 -x2877 -x2876 -x2875 x2874 -x2873 x2872 
32214.69/1626.13	v x2871 -x2870 -x2869 x2868 x2867 x2866 x2865 x2864 -x2863 -x2862 x2861 x2860 -x2859 x2858 -x2857 x2856 x2855 -x2854 -x2853 x2852 
32214.69/1626.13	v x2851 x2850 -x2849 -x2848 x2847 -x1344 x2846 x2845 x1343 -x2844 x2843 -x1342 x2842 -x2841 x1341 x2840 -x2839 -x1340 -x2838 
32214.69/1626.13	v x2837 x1339 x2836 -x2835 x1338 -x2834 x2833 -x1337 x2832 -x2831 x1336 -x2830 x2829 x1335 -x2828 -x2827 x1334 x2826 -x2825 -x1333 
32214.69/1626.13	v -x2824 x2823 x1332 -x2822 x2821 x1331 -x2820 x2819 x1330 x2818 -x2817 -x1329 -x2816 x2815 -x1328 x2814 -x2813 -x1327 x2812 
32214.69/1626.13	v -x2811 x1326 x2810 x2809 -x1325 x2808 x2807 -x1324 x2806 x2805 -x1323 -x2804 x2803 x1322 x2802 x2801 -x1321 -x2800 x2799 
32214.69/1626.13	v -x1320 x2798 -x2797 x1319 -x2796 x2795 x1318 x2794 -x2793 -x1317 x2792 x2791 -x1316 -x2790 x2789 x1315 -x2788 -x2787 x1314 x2786 
32214.69/1626.13	v -x2785 -x1313 -x2784 x2783 -x2782 x2781 -x2780 x2779 -x2778 -x2777 x2776 -x2775 x2774 -x2773 x2772 -x2771 -x2770 x2769 -x2768 
32214.69/1626.13	v -x2767 x2766 -x2765 x2764 x2763 x2762 x2761 -x2760 x2759 x2758 x2757 x2756 x2755 x2754 -x2753 -x2752 -x2751 x1312 x2750 
32214.69/1626.13	v -x2749 x1311 -x2748 x2747 -x1310 x2746 -x2745 -x1309 -x2744 x2743 x1308 x2742 -x2741 -x1307 x2740 x2739 x1306 -x2738 x2737 -x1305 
32214.69/1626.13	v x2736 -x2735 x1304 -x2734 x2733 x1303 -x2732 x2731 x1302 -x2730 -x2729 x1301 x2728 -x2727 x1300 -x2726 -x2725 x1299 x2724 
32214.69/1626.13	v -x2723 x1298 x2722 x2721 -x1297 -x2720 x2719 x1296 x2718 x2717 -x1295 x2716 -x2715 x1294 x2714 -x2713 x1293 x2712 -x2711 -x1292 
32214.69/1626.13	v x2710 -x2709 -x1291 x2708 -x2707 x1290 -x2706 x2705 x1289 -x2704 x2703 x1288 -x2702 -x2701 x1287 x2700 -x2699 x1286 -x2698 
32214.69/1626.13	v x2697 x1285 x2696 -x2695 x1284 -x2694 x2693 x1283 -x2692 -x2691 x1282 x2690 -x2689 -x1281 x2688 x2687 -x2686 x2685 -x2684 
32214.69/1626.13	v -x2683 x2682 -x2681 x2680 -x2679 x2678 x2677 x2676 -x2675 x2674 x2673 -x2672 x2671 x2670 x2669 -x2668 x2667 x2666 -x2665 -x2664 
32214.69/1626.13	v x2663 x2662 -x2661 x2660 x2659 -x2658 x2657 -x2656 -x2655 -x1280 x2654 -x2653 x1279 -x2652 x2651 -x1278 x2650 x2649 -x1277 
32214.69/1626.13	v -x2648 x2647 x1276 x2646 -x2645 -x1275 x2644 -x2643 x1274 -x2642 -x2641 x1273 x2640 -x2639 -x1272 -x2638 -x2637 -x1271 -x2636 
32214.69/1626.13	v -x2635 x1270 -x2634 -x2633 x1269 -x2632 -x2631 x1268 x2630 -x2629 -x1267 -x2628 x2627 x1266 x2626 -x2625 x1265 -x2624 x2623 
32214.69/1626.13	v -x1264 x2622 -x2621 x1263 x2620 -x2619 -x1262 x2618 -x2617 x1261 x2616 -x2615 x1260 x2614 -x2613 -x1259 -x2612 x2611 x1258 -x2610 
32214.69/1626.13	v -x2609 x1257 x2608 -x2607 -x1256 -x2606 -x2605 -x1255 x2604 -x2603 x1254 -x2602 x2601 x1253 -x2600 x2599 x1252 -x2598 x2597 
32214.69/1626.13	v x1251 -x2596 x2595 -x1250 -x2594 -x2593 x1249 -x2592 x2591 -x2590 x2589 -x2588 x2587 x2586 -x2585 x2584 -x2583 -x2582 -x2581 
32214.69/1626.13	v x2580 -x2579 x2578 x2577 -x2576 x2575 -x2574 x2573 x2572 x2571 x2570 -x2569 -x2568 -x2567 x2566 -x2565 x2564 x2563 -x2562 
32214.69/1626.13	v -x2561 -x2560 x2559 -x1248 x256 x2558 -x2557 -x1247 -x255 x2556 -x2555 -x1246 -x254 x2554 x2553 -x1245 x253 x2552 x2551 -x1244 
32214.69/1626.13	v x252 x2550 x2549 -x1243 x251 -x2548 x2547 -x1242 -x250 x2546 -x2545 -x1241 x249 -x2544 x2543 x1240 x248 x2542 -x2541 -x1239 
32214.69/1626.13	v x247 -x2540 x2539 x1238 -x246 -x2538 x2537 x1237 x245 x2536 -x2535 -x1236 -x244 -x2534 -x2533 x1235 -x243 x2532 -x2531 -x1234 
32214.69/1626.13	v x242 x2530 -x2529 -x1233 x241 x2528 -x2527 -x1232 x240 x2526 -x2525 -x1231 x239 x2524 -x2523 x1230 x238 x2522 x2521 -x1229 
32214.69/1626.13	v -x237 -x2520 x2519 x1228 x236 x2518 -x2517 x1227 x235 -x2516 x2515 x1226 -x234 x2514 -x2513 -x1225 x233 x2512 -x2511 x1224 
32214.69/1626.13	v x232 -x2510 -x2509 x1223 -x231 -x2508 x2507 x1222 -x230 -x2506 x2505 x1221 -x229 x2504 -x2503 -x1220 x228 x2502 -x2501 -x1219 
32214.69/1626.13	v x227 -x2500 x2499 -x1218 -x226 -x2498 x2497 x1217 -x225 -x2496 -x2495 x2494 -x2493 x2492 x2491 x2490 x2489 -x2488 x2487 -x2486 
32214.69/1626.13	v -x2485 x2484 -x2483 -x2482 x2481 -x2480 x2479 -x2478 x2477 x2476 x2475 -x2474 -x2473 x2472 -x2471 x2470 x2469 -x2468 -x2467 
32214.69/1626.13	v -x2466 -x2465 x2464 -x2463 -x1216 -x2462 x2461 x1215 x2460 -x2459 x1214 -x2458 x2457 x1213 x2456 -x2455 x1212 x2454 x2453 -x1211 
32214.69/1626.13	v -x2452 x2451 x1210 x2450 -x2449 -x1209 x2448 -x2447 x1208 -x2446 x2445 x1207 x2444 -x2443 x1206 -x2442 x2441 -x1205 x2440 
32214.69/1626.13	v -x2439 -x1204 -x2438 x2437 x1203 x2436 -x2435 -x1202 -x2434 x2433 x1201 -x2432 x2431 x1200 -x2430 x2429 x1199 x2428 -x2427 
32214.69/1626.13	v -x1198 -x2426 x2425 x1197 x2424 -x2423 x1196 x2422 -x2421 x1195 x2420 -x2419 -x1194 x2418 -x2417 x1193 x2416 -x2415 x1192 x2414 
32214.69/1626.13	v -x2413 -x1191 x2412 x2411 -x1190 -x2410 x2409 x1189 x2408 -x2407 x1188 -x2406 x2405 x1187 -x2404 -x2403 -x1186 x2402 -x2401 
32214.69/1626.13	v -x1185 -x2400 x2399 x2398 -x2397 x2396 x2395 x2394 x2393 -x2392 x2391 -x2390 x2389 -x2388 x2387 -x2386 x2385 x2384 -x2383 
32214.69/1626.13	v x2382 -x2381 x2380 x2379 x2378 x2377 x2376 -x2375 x2374 -x2373 x2372 x2371 -x2370 x2369 -x2368 x2367 -x1184 -x2366 x2365 x1183 
32214.69/1626.13	v x2364 -x2363 -x1182 x2362 x2361 -x1181 -x2360 x2359 x1180 x2358 -x2357 -x1179 -x2356 -x2355 x1178 x2354 -x2353 -x1177 -x2352 
32214.69/1626.13	v x2351 -x1176 x2350 -x2349 x1175 -x2348 x2347 x1174 x2346 -x2345 -x1173 -x2344 x2343 x1172 -x2342 x2341 x1171 x2340 x2339 -x1170 
32214.69/1626.13	v -x2338 x2337 x1169 x2336 -x2335 -x1168 -x2334 x2333 x1167 x2332 -x2331 x1166 x2330 -x2329 x1165 x2328 x2327 -x1164 x2326 
32214.69/1626.13	v -x2325 -x1163 x2324 -x2323 -x1162 x2322 -x2321 -x1161 x2320 x2319 -x1160 -x2318 x2317 -x1159 x2316 -x2315 x1158 -x2314 x2313 
32214.69/1626.13	v x1157 x2312 -x2311 -x1156 -x2310 x2309 x1155 -x2308 x2307 x1154 -x2306 x2305 x1153 -x2304 -x2303 x2302 x2301 x2300 x2299 -x2298 
32214.69/1626.13	v x2297 -x2296 x2295 x2294 x2293 -x2292 -x2291 -x2290 x2289 x2288 x2287 x2286 x2285 x2284 x2283 x2282 x2281 x2280 -x2279 x2278 
32214.69/1626.13	v x2277 x2276 -x2275 -x2274 x2273 -x2272 x2271 -x1152 x2270 -x2269 -x1151 -x2268 x2267 x1150 -x2266 x2265 x1149 x2264 -x2263 
32214.69/1626.13	v x1148 -x2262 x2261 -x1147 x2260 -x2259 x1146 -x2258 x2257 x1145 x2256 -x2255 -x1144 x2254 -x2253 -x1143 -x2252 -x2251 x1142 
32214.69/1626.13	v x2250 -x2249 -x1141 -x2248 x2247 x1140 -x2246 x2245 x1139 x2244 -x2243 -x1138 -x2242 x2241 x1137 -x2240 x2239 -x1136 x2238 x2237 
32214.69/1626.13	v x1135 -x2236 x2235 x1134 x2234 -x2233 x1133 x2232 -x2231 x1132 x2230 -x2229 -x1131 -x2228 x2227 -x1130 x2226 x2225 -x1129 
32214.69/1626.13	v -x2224 x2223 x1128 x2222 -x2221 x1127 -x2220 x2219 x1126 x2218 x2217 -x1125 -x2216 x2215 -x1124 x2214 -x2213 -x1123 -x2212 
32214.69/1626.13	v x2211 -x1122 x2210 -x2209 -x1121 x2208 -x2207 x2206 x2205 -x2204 x2203 -x2202 x2201 -x2200 x2199 x2198 x2197 -x2196 x2195 -x2194 
32214.69/1626.13	v -x2193 -x2192 x2191 x2190 x2189 x2188 x2187 -x2186 x2185 x2184 x2183 x2182 x2181 -x2180 -x2179 -x2178 x2177 -x2176 -x2175 
32214.69/1626.13	v x1120 x2174 -x2173 -x1119 x2172 -x2171 x1118 x2170 -x2169 x1117 x2168 x2167 x1116 -x2166 x2165 x1115 x2164 -x2163 -x1114 -x2162 
32214.69/1626.13	v x2161 -x1113 x2160 -x2159 -x1112 x2158 -x2157 -x1111 x2156 -x2155 -x1110 -x2154 x2153 x1109 x2152 -x2151 -x1108 -x2150 x2149 
32214.69/1626.13	v x1107 x2148 -x2147 -x1106 x2146 -x2145 -x1105 -x2144 x2143 x1104 x2142 -x2141 -x1103 x2140 -x2139 x1102 -x2138 x2137 x1101 
32214.69/1626.13	v x2136 x2135 -x1100 -x2134 x2133 -x1099 x2132 -x2131 x1098 x2130 -x2129 -x1097 x2128 x2127 x1096 -x2126 x2125 x1095 x2124 x2123 
32214.69/1626.13	v -x1094 -x2122 x2121 -x1093 x2120 -x2119 x1092 -x2118 x2117 -x1091 x2116 -x2115 -x1090 -x2114 x2113 -x1089 -x2112 -x2111 x2110 
32214.69/1626.13	v x2109 x2108 x2107 -x2106 -x2105 -x2104 x2103 -x2102 x2101 -x2100 x2099 -x2098 -x2097 -x2096 -x2095 x2094 -x2093 x2092 -x2091 
32214.69/1626.13	v x2090 x2089 x2088 x2087 x2086 -x2085 -x2084 -x2083 -x2082 -x2081 -x2080 x2079 x1088 x2078 -x2077 x1087 -x2076 x2075 x1086 
32214.69/1626.13	v x2074 -x2073 x1085 x2072 x2071 -x1084 -x2070 -x2069 -x1083 x2068 -x2067 -x1082 -x2066 x2065 x1081 x2064 x2063 -x1080 -x2062 
32214.69/1626.13	v x2061 x1079 -x2060 x2059 x1078 x2058 -x2057 -x1077 -x2056 x2055 -x1076 x2054 -x2053 -x1075 -x2052 x2051 x1074 x2050 -x2049 -x1073 
32214.69/1626.13	v -x2048 x2047 x1072 x2046 -x2045 x1071 x2044 -x2043 -x1070 -x2042 x2041 x1069 x2040 -x2039 x1068 -x2038 x2037 x1067 -x2036 
32214.69/1626.13	v -x2035 x1066 x2034 -x2033 -x1065 x2032 x2031 -x1064 x2030 x2029 -x1063 -x2028 x2027 x1062 x2026 -x2025 x1061 x2024 x2023 -x1060 
32214.69/1626.13	v -x2022 x2021 x1059 x2020 -x2019 -x1058 -x2018 -x2017 x1057 -x2016 x2015 x2014 x2013 x2012 -x2011 x2010 x2009 x2008 x2007 
32214.69/1626.13	v x2006 x2005 -x2004 -x2003 -x2002 x2001 -x2000 x1999 -x1998 -x1997 x1996 -x1995 -x1994 -x1993 x1992 x1991 x1990 -x1989 -x1988 
32214.69/1626.13	v -x1987 x1986 -x1985 -x1984 x1983 x1056 -x1982 x1981 x1055 x1980 -x1979 x1054 -x1978 x1977 x1053 x1976 -x1975 -x1052 -x1974 
32214.69/1626.13	v -x1973 x1051 x1972 x1971 -x1050 -x1970 x1969 x1049 x1968 -x1967 x1048 -x1966 x1965 x1047 x1964 -x1963 -x1046 x1962 -x1961 -x1045 
32214.69/1626.13	v x1960 -x1959 -x1044 -x1958 x1957 x1043 x1956 x1955 -x1042 -x1954 x1953 x1041 x1952 -x1951 -x1040 x1950 -x1949 x1039 x1948 
32214.69/1626.13	v -x1947 x1038 x1946 -x1945 x1037 x1944 -x1943 -x1036 -x1942 x1941 x1035 -x1940 x1939 x1034 -x1938 -x1937 x1033 x1936 -x1935 x1032 
32214.69/1626.13	v -x1934 x1933 x1031 x1932 -x1931 x1030 x1930 x1929 -x1029 x1928 x1927 -x1028 -x1926 x1925 x1027 x1924 -x1923 x1026 -x1922 
32214.69/1626.13	v x1921 -x1025 x1920 x1919 x1918 x1917 x1916 -x1915 x1914 x1913 x1912 x1911 x1910 x1909 x1908 -x1907 x1906 x1905 x1904 x1903 x1902 
32214.69/1626.13	v x1901 x1900 x1899 x1898 -x1897 x1896 x1895 x1894 x1893 x1892 x1891 x1890 -x1889 x1888 -x1887 x1024 -x1886 x1885 x1023 x1884 
32214.69/1626.13	v -x1883 -x1022 -x1882 x1881 x1021 x1880 -x1879 -x1020 -x1878 -x1877 -x1019 x1876 -x1875 -x1018 -x1874 x1873 x1017 x1872 x1871 
32214.69/1626.13	v -x1016 -x1870 -x1869 x1015 x1868 -x1867 -x1014 -x1866 x1865 x1013 -x1864 x1863 x1012 -x1862 x1861 -x1011 x1860 -x1859 x1010 
32214.69/1626.13	v -x1858 x1857 -x1009 -x1856 x1855 x1008 x1854 x1853 -x1007 -x1852 x1851 x1006 x1850 -x1849 -x1005 -x1848 x1847 x1004 -x1846 
32214.69/1626.13	v x1845 x1003 -x1844 x1843 x1002 -x1842 x1841 x1001 x1840 -x1839 x1000 x1838 -x1837 -x999 x1836 -x1835 -x998 x1834 -x1833 -x997 
32214.69/1626.13	v x1832 -x1831 -x996 x1830 -x1829 -x995 -x1828 x1827 -x994 -x1826 x1825 -x993 x1824 -x1823 -x1822 x1821 x1820 -x1819 -x1818 -x1817 
32214.69/1626.13	v x1816 -x1815 x1814 x1813 x1812 -x1811 x1810 -x1809 x1808 x1807 -x1806 x1805 x1804 x1803 -x1802 -x1801 x1800 x1799 x1798 
32214.69/1626.13	v x1797 x1796 x1795 x1794 -x1793 x832 x831 -x830 -x829 -x828 -x827 x826 x825 x824 x823 -x822 x821 -x820 -x819 x818 -x817 x816 
32214.69/1626.13	v x815 x814 -x813 -x812 -x811 -x810 x809 x808 x807 x806 x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 
32214.69/1626.13	v -x792 -x791 x790 x789 -x788 -x787 x786 -x785 -x784 x783 -x782 x781 -x780 x779 -x778 -x777 -x776 x775 x774 x773 -x772 x771 
32214.69/1626.13	v x770 -x769 x768 -x767 -x766 x765 x764 -x763 -x762 -x761 x760 -x759 x758 x757 x756 -x755 x754 -x753 x752 x751 -x750 x749 x748 
32214.69/1626.13	v x747 -x746 -x745 x744 x743 x742 x741 x740 x739 x738 -x737 x736 x735 x734 -x733 x732 x731 x730 x729 x728 x727 -x726 -x725 x724 
32214.69/1626.13	v x723 -x722 x721 x720 -x719 x718 -x717 x716 -x715 x714 x713 x712 -x711 -x710 -x709 x708 -x707 -x706 x705 -x704 x703 x702 -x701 
32214.69/1626.13	v -x700 x699 x698 x697 -x696 x695 -x694 -x693 -x692 x691 -x690 x689 -x688 -x687 x686 -x685 -x684 -x683 x682 x681 -x680 -x679 
32214.69/1626.13	v -x678 -x677 -x676 -x675 -x674 x673 x1792 x1791 -x1790 -x1789 x1788 -x1787 x1786 -x1785 -x1784 x1783 x1782 -x1781 -x1780 -x1779 
32214.69/1626.13	v x1778 -x1777 x1776 x1775 -x1774 -x1773 -x1772 -x1771 -x1770 x1769 x1768 x1767 -x1766 x1765 -x1764 x1763 x1762 -x1761 x1760 
32214.69/1626.13	v -x1759 -x1758 -x1757 x1756 x1755 x1754 x1753 -x1752 -x1751 -x1750 x1749 x1748 -x1747 x1746 x1745 x1744 -x1743 x1742 x1741 x1740 
32214.69/1626.13	v x1739 -x1738 -x1737 x1736 x1735 -x1734 x1733 x1732 x1731 -x1730 -x1729 -x1728 x1727 x1726 -x1725 x1724 x1723 x1722 -x1721 
32214.69/1626.13	v x1720 x1719 -x1718 x1717 x1716 -x1715 -x1714 x1713 x1712 x1711 x1710 -x1709 x1708 -x1707 x1706 x1705 x1704 -x1703 x1702 -x1701 
32214.69/1626.13	v -x1700 -x1699 -x1698 x1697 -x1696 x1695 -x1694 x1693 x1692 -x1691 x1690 -x1689 x1688 -x1687 -x1686 -x1685 -x1684 -x1683 x1682 
32214.69/1626.13	v -x1681 -x1680 x1679 x1678 x1677 x1676 -x1675 -x1674 x1673 x1672 -x1671 -x1670 x1669 x1668 -x1667 -x1666 x1665 x224 x416 
32214.69/1626.13	v -x672 -x223 -x415 x671 x222 -x414 x670 -x221 x413 -x669 -x220 -x412 -x668 x219 -x411 -x667 -x218 -x410 -x666 x217 -x409 -x665 
32214.69/1626.13	v x216 -x408 -x664 x215 -x407 -x663 x214 x406 x662 -x213 x405 -x661 x212 -x404 x660 x211 x403 -x659 x210 -x402 -x658 -x209 x401 
32214.69/1626.13	v x657 -x208 x400 x656 x207 x399 -x655 -x206 x398 -x654 -x205 x397 -x653 x204 x396 x652 x203 x395 -x651 x202 x394 x650 x201 x393 
32214.69/1626.13	v x649 -x200 x392 -x648 x199 -x391 x647 x198 -x390 x646 x197 -x389 -x645 -x196 x388 x644 x195 -x387 x643 -x194 -x386 x642 -x193 
32214.69/1626.13	v -x385 x641 -x192 x384 -x640 -x191 -x383 x639 -x190 -x382 -x638 x189 -x381 -x637 x188 -x380 x636 -x187 x379 x635 -x186 -x378 
32214.69/1626.13	v x634 -x185 -x377 x633 -x184 -x376 -x632 x183 -x375 x631 x182 -x374 x630 x181 -x373 x629 -x180 x372 x628 -x179 -x371 -x627 
32214.69/1626.13	v x178 x370 x626 x177 x369 x625 -x176 -x368 -x624 -x175 x367 -x623 x174 -x366 x622 -x173 x365 x621 x172 -x364 -x620 x171 -x363 
32214.69/1626.13	v x619 x170 -x362 x618 -x169 x361 x617 x168 -x360 -x616 x167 x359 x615 x166 -x358 -x614 x165 -x357 -x613 x164 -x356 x612 x163 
32214.69/1626.13	v x355 -x611 x162 x354 -x610 -x161 x353 x609 -x160 -x352 x512 -x608 x159 x351 x511 -x607 -x158 x350 x510 -x606 -x157 x349 -x509 
32214.69/1626.13	v x605 x156 -x348 x508 x604 x155 x347 x507 x603 x154 -x346 -x506 x602 -x153 x345 x505 x601 x152 -x344 x504 x600 x151 x343 x503 
32214.69/1626.13	v x599 -x150 -x342 -x502 -x598 -x149 x341 -x501 x597 x148 -x340 x500 -x596 x147 -x339 -x499 -x595 x146 -x338 x498 -x594 -x145 
32214.69/1626.13	v -x337 -x497 x593 x144 x336 -x496 -x592 x143 -x335 -x495 -x591 -x142 -x334 -x494 -x590 x141 x333 x493 x589 x140 x332 x492 x588 
32214.69/1626.13	v x139 x331 -x491 -x587 x138 -x330 -x490 x586 x137 x329 -x489 x585 -x136 -x328 x488 -x584 x135 x327 x487 -x583 x134 x326 -x486 
32214.69/1626.13	v -x582 x133 -x325 -x485 -x581 x132 x324 -x484 x580 x131 -x323 x483 x579 x130 -x322 -x482 -x578 x129 x321 -x481 -x577 -x64 -x128 
32214.69/1626.13	v -x320 -x480 -x576 x63 x127 -x319 -x479 -x575 x62 x126 x318 x478 -x574 -x61 x125 -x317 x477 -x573 -x60 x124 -x316 -x476 x572 
32214.69/1626.13	v -x59 x123 x315 x475 x571 x58 -x122 x314 -x474 -x570 x57 -x121 x313 x473 x569 x56 x120 x312 -x472 x568 -x55 x119 -x311 x471 
32214.69/1626.13	v -x567 x54 x118 -x310 -x470 -x566 x53 -x117 -x309 -x469 x565 x52 x116 x308 -x468 x564 x51 x115 -x307 x467 x563 x50 x114 -x306 
32214.69/1626.13	v x466 x562 -x49 -x113 x305 x465 -x561 x48 x112 x304 x464 -x560 -x47 x111 x303 x463 x559 x46 -x110 x302 x462 x558 x45 x109 x301 
32214.69/1626.13	v -x461 x557 x44 x108 x300 x460 -x556 -x43 -x107 x299 x459 -x555 x42 x106 x298 -x458 x554 -x41 x105 -x297 x457 -x553 x40 x104 
32214.69/1626.13	v -x296 -x456 -x552 -x39 -x103 -x295 x455 x551 x38 x102 -x294 x454 x550 x37 -x101 x293 x453 x549 x36 x100 -x292 -x452 -x548 x35 
32214.69/1626.13	v x99 x291 -x451 x547 x34 x98 x290 -x450 x546 x33 x97 x289 x449 -x545 -x32 x96 -x288 -x448 x544 -x31 x95 x287 x447 x543 x30 -x94 
32214.69/1626.13	v -x286 x446 -x542 x29 -x93 x285 x445 x541 -x28 x92 -x284 x444 -x540 -x27 -x91 x283 -x443 x539 -x26 -x90 -x282 x442 x538 x25 
32214.69/1626.13	v x89 -x281 x441 x537 x24 x88 x280 -x440 x536 -x23 -x87 -x279 x439 x535 x22 -x86 x278 x438 x534 -x21 -x85 -x277 x437 x533 -x20 
32214.69/1626.18	v -x84 -x276 -x436 -x532 x19 x83 -x275 x435 x531 x18 -x82 x274 x434 x530 -x17 x81 -x273 x433 -x529 -x16 -x80 -x272 x432 x528 -x15 
32214.69/1626.18	v x79 x271 x431 x527 -x14 -x78 x270 x430 -x526 x13 -x77 x269 -x429 -x525 -x12 -x76 x268 -x428 x524 x11 -x75 -x267 x427 -x523 
32214.69/1626.18	v x10 -x74 -x266 x426 -x522 -x9 x73 -x265 -x425 x521 x8 x72 x264 -x424 x520 x7 x71 -x263 -x423 -x519 -x6 -x70 x262 -x422 x518 
32214.69/1626.18	v -x5 x69 -x261 x421 -x517 x4 x68 -x260 x420 x516 x3 x67 x259 -x419 x515 -x2 x66 x258 x418 x514 x1 -x65 -x257 -x417 x513 

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (166964 MiB free)
  memory of node 1: 193531 MiB (166766 MiB free)
  memory of node 2: 193531 MiB (170142 MiB free)
  memory of node 3: 193531 MiB (175112 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-4469182-1723519779/watcher-4469182-1723519779 -o /tmp/evaluation-result-4469182-1723519779/solver-4469182-1723519779 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723514363-717044 --watchdog 3760 fscip settings/racing.prm HOME/instance-4469182-1723519779.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 80.19 80.28 80.10 63/983 721801
/proc/meminfo: memFree=695252672/790760804 swapFree=131071996/131071996
[pid=721800] ppid=721797 vsize=51948 memory=41352 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/stat : 721800 (fscip) R 721797 721800 717031 0 -1 4194304 8965 0 0 0 10 1 0 0 20 0 1 0 118560517 53194752 10338 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
/proc/721800/statm: 12987 10338 2742 3035 0 9383 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 51948 KiB
Current children cumulated memory: 41352 KiB

[startup+0.219709 s]*
/proc/loadavg: 80.19 80.28 80.10 62/1003 721821
/proc/meminfo: memFree=695182848/790760804 swapFree=131071996/131071996
[pid=721800] ppid=721797 vsize=1538020 memory=127892 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/stat : 721800 (fscip) S 721797 721800 717031 0 -1 1077936128 31743 0 0 0 18 5 0 0 20 0 21 0 118560517 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
/proc/721800/statm: 384505 31973 2790 3035 0 73151 0
[pid=721800/tid=721802] ppid=721797 vsize=1538020 memory=7566154496440008734 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721802/stat : 721802 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721803] ppid=721797 vsize=1538020 memory=207031107908 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721803/stat : 721803 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721804] ppid=721797 vsize=1538020 memory=62900618462667 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721804/stat : 721804 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721805] ppid=721797 vsize=1538020 memory=60710201919159 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721805/stat : 721805 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721806] ppid=721797 vsize=1538020 memory=57420273747875 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721806/stat : 721806 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721807] ppid=721797 vsize=1538020 memory=57420307319081 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721807/stat : 721807 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721808] ppid=721797 vsize=1538020 memory=16097065801385121 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721808/stat : 721808 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721809] ppid=721797 vsize=1538020 memory=15823304636236295 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721809/stat : 721809 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721810] ppid=721797 vsize=1538020 memory=3761687905278623833 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721810/stat : 721810 (fscip) S 721797 721800 717031 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721811] ppid=721797 vsize=1538020 memory=3760846748835381334 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721811/stat : 721811 (fscip) R 721797 721800 717031 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721812] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721812/stat : 721812 (fscip) S 721797 721800 717031 0 -1 1077936192 2422 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721813] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721813/stat : 721813 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721814] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721814/stat : 721814 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721815] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721815/stat : 721815 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721816] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721816/stat : 721816 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721817] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721817/stat : 721817 (fscip) S 721797 721800 717031 0 -1 1077936192 2424 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721818] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721818/stat : 721818 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721819] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721819/stat : 721819 (fscip) S 721797 721800 717031 0 -1 1077936192 2422 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721820] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721820/stat : 721820 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721821] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721821/stat : 721821 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 31973 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1538020 KiB
Current children cumulated memory: 127892 KiB

[startup+0.319348 s]*
/proc/loadavg: 80.19 80.28 80.10 62/1003 721821
/proc/meminfo: memFree=695088424/790760804 swapFree=131071996/131071996
[pid=721800] ppid=721797 vsize=1538020 memory=221044 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/stat : 721800 (fscip) S 721797 721800 717031 0 -1 1077936128 55503 0 0 0 25 8 0 0 20 0 21 0 118560517 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
/proc/721800/statm: 384505 55261 2790 3035 0 97127 0
[pid=721800/tid=721802] ppid=721797 vsize=1538020 memory=-6080822034934446949 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721802/stat : 721802 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721803] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721803/stat : 721803 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721804] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721804/stat : 721804 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721805] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721805/stat : 721805 (fscip) R 721797 721800 717031 0 -1 4194368 1686 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721806] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721806/stat : 721806 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721807] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721807/stat : 721807 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721808] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721808/stat : 721808 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721809] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721809/stat : 721809 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721810] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721810/stat : 721810 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721811] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721811/stat : 721811 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721812] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721812/stat : 721812 (fscip) S 721797 721800 717031 0 -1 1077936192 2422 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721813] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721813/stat : 721813 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721814] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721814/stat : 721814 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721815] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721815/stat : 721815 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721816] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721816/stat : 721816 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721817] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721817/stat : 721817 (fscip) S 721797 721800 717031 0 -1 1077936192 2424 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721818] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721818/stat : 721818 (fscip) S 721797 721800 717031 0 -1 1077936192 2422 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721819] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721819/stat : 721819 (fscip) S 721797 721800 717031 0 -1 1077936192 2422 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721820] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721820/stat : 721820 (fscip) S 721797 721800 717031 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721821] ppid=721797 vsize=1538020 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721821/stat : 721821 (fscip) S 721797 721800 717031 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 118560531 1574932480 55261 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1538020 KiB
Current children cumulated memory: 221044 KiB

[startup+0.701374 s]
/proc/loadavg: 80.19 80.28 80.10 81/1023 721841
/proc/meminfo: memFree=694671020/790760804 swapFree=131071996/131071996
[pid=721800] ppid=721797 vsize=1766704 memory=907956 CPUtime=6.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/stat : 721800 (fscip) S 721797 721800 717031 0 -1 1077936128 225698 0 0 0 514 114 0 0 20 0 41 0 118560517 1809104896 226923 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
/proc/721800/statm: 441676 226989 2982 3035 0 315640 0
[pid=721800/tid=721802] ppid=721797 vsize=1766704 memory=-7662694928064012572 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721802/stat : 721802 (fscip) R 721797 721800 717031 0 -1 4194368 11461 0 0 0 25 4 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721803] ppid=721797 vsize=1766704 memory=37608 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721803/stat : 721803 (fscip) R 721797 721800 717031 0 -1 4194368 11699 0 0 0 27 3 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721804] ppid=721797 vsize=1766704 memory=10556 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721804/stat : 721804 (fscip) R 721797 721800 717031 0 -1 4194368 9576 0 0 0 22 7 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721805] ppid=721797 vsize=1766704 memory=16336 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721805/stat : 721805 (fscip) R 721797 721800 717031 0 -1 4194368 11440 0 0 0 27 2 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721806] ppid=721797 vsize=1766704 memory=5472 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721806/stat : 721806 (fscip) R 721797 721800 717031 0 -1 4194368 11054 0 0 0 23 7 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721807] ppid=721797 vsize=1766704 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721807/stat : 721807 (fscip) R 721797 721800 717031 0 -1 4194368 10633 0 0 0 22 7 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721808] ppid=721797 vsize=1766704 memory=0 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721808/stat : 721808 (fscip) R 721797 721800 717031 0 -1 4194368 11352 0 0 0 27 3 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721809] ppid=721797 vsize=1766704 memory=0 CPUtime=0.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721809/stat : 721809 (fscip) R 721797 721800 717031 0 -1 4194368 9732 0 0 0 19 7 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721810] ppid=721797 vsize=1766704 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721810/stat : 721810 (fscip) R 721797 721800 717031 0 -1 4194368 9619 0 0 0 21 8 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721811] ppid=721797 vsize=1766704 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721811/stat : 721811 (fscip) R 721797 721800 717031 0 -1 4194368 10338 0 0 0 20 9 0 0 20 0 41 0 118560531 1809104896 227055 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721812] ppid=721797 vsize=1766704 memory=0 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721812/stat : 721812 (fscip) R 721797 721800 717031 0 -1 4194368 12392 0 0 0 28 2 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721813] ppid=721797 vsize=1766704 memory=0 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721813/stat : 721813 (fscip) R 721797 721800 717031 0 -1 4194368 9646 0 0 0 25 6 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721814] ppid=721797 vsize=1766704 memory=0 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721814/stat : 721814 (fscip) R 721797 721800 717031 0 -1 4194368 10653 0 0 0 23 6 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721815] ppid=721797 vsize=1766704 memory=16 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721815/stat : 721815 (fscip) R 721797 721800 717031 0 -1 4194368 11861 0 0 0 28 3 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721816] ppid=721797 vsize=1766704 memory=2268 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721816/stat : 721816 (fscip) R 721797 721800 717031 0 -1 4194368 9642 0 0 0 28 2 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721817] ppid=721797 vsize=1766704 memory=6120 CPUtime=0.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721817/stat : 721817 (fscip) R 721797 721800 717031 0 -1 4194368 11380 0 0 0 27 3 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721818] ppid=721797 vsize=1766704 memory=1848 CPUtime=0.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721818/stat : 721818 (fscip) R 721797 721800 717031 0 -1 4194368 9555 0 0 0 24 5 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721819] ppid=721797 vsize=1766704 memory=38604 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721819/stat : 721819 (fscip) R 721797 721800 717031 0 -1 4194368 9676 0 0 0 24 7 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721820] ppid=721797 vsize=1766704 memory=33100 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721820/stat : 721820 (fscip) R 721797 721800 717031 0 -1 4194368 11384 0 0 0 30 2 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721821] ppid=721797 vsize=1766704 memory=281273516100432 CPUtime=0.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721821/stat : 721821 (fscip) R 721797 721800 717031 0 -1 4194368 10124 0 0 0 23 8 0 0 20 0 41 0 118560531 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721822] ppid=721797 vsize=1766704 memory=55208348812955 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721822/stat : 721822 (fscip) S 721797 721800 717031 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118560553 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721823] ppid=721797 vsize=1766704 memory=56312172185463 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721823/stat : 721823 (fscip) S 721797 721800 717031 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118560553 1809104896 227121 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721824] ppid=721797 vsize=1766704 memory=56316483946579 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721824/stat : 721824 (fscip) S 721797 721800 717031 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 118560553 1809104896 227187 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0

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

[pid=721800/tid=721813] ppid=721797 vsize=6238300 memory=6120 CPUtime=1606.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721813/stat : 721813 (fscip) S 721797 721800 717031 0 -1 1077936192 274471 0 0 0 159234 1367 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721814] ppid=721797 vsize=6238300 memory=1848 CPUtime=1613.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721814/stat : 721814 (fscip) S 721797 721800 717031 0 -1 1077936192 712954 0 0 0 161241 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721815] ppid=721797 vsize=6238300 memory=38604 CPUtime=1610.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721815/stat : 721815 (fscip) S 721797 721800 717031 0 -1 1077936192 885706 0 0 0 160910 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721816] ppid=721797 vsize=6238300 memory=2268 CPUtime=1609.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721816/stat : 721816 (fscip) S 721797 721800 717031 0 -1 1077936192 294548 0 0 0 159895 1045 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721817] ppid=721797 vsize=6238300 memory=6120 CPUtime=1610.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721817/stat : 721817 (fscip) S 721797 721800 717031 0 -1 1077936192 610551 0 0 0 161008 91 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721818] ppid=721797 vsize=6238300 memory=1848 CPUtime=1613.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721818/stat : 721818 (fscip) R 721797 721800 717031 0 -1 4194368 813573 0 0 0 161203 107 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721819] ppid=721797 vsize=6238300 memory=38604 CPUtime=1612.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721819/stat : 721819 (fscip) S 721797 721800 717031 0 -1 1077936192 381711 0 0 0 160444 762 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721820] ppid=721797 vsize=6238300 memory=33100 CPUtime=1613.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721820/stat : 721820 (fscip) S 721797 721800 717031 0 -1 1077936192 684467 0 0 0 161261 106 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721821] ppid=721797 vsize=6238300 memory=2244 CPUtime=1611.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721821/stat : 721821 (fscip) S 721797 721800 717031 0 -1 1077936192 875200 0 0 0 161044 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721822] ppid=721797 vsize=6238300 memory=19936 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721822/stat : 721822 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721823] ppid=721797 vsize=6238300 memory=104 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721823/stat : 721823 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721824] ppid=721797 vsize=6238300 memory=2004 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721824/stat : 721824 (fscip) S 721797 721800 717031 0 -1 1077936192 39 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721825] ppid=721797 vsize=6238300 memory=52544 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721825/stat : 721825 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721826] ppid=721797 vsize=6238300 memory=28748 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721826/stat : 721826 (fscip) S 721797 721800 717031 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721827] ppid=721797 vsize=6238300 memory=7384 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721827/stat : 721827 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721828] ppid=721797 vsize=6238300 memory=30888 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721828/stat : 721828 (fscip) S 721797 721800 717031 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721829] ppid=721797 vsize=6238300 memory=27932 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721829/stat : 721829 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721830] ppid=721797 vsize=6238300 memory=3760 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721830/stat : 721830 (fscip) S 721797 721800 717031 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721831] ppid=721797 vsize=6238300 memory=40392 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721831/stat : 721831 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721832] ppid=721797 vsize=6238300 memory=8284 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721832/stat : 721832 (fscip) S 721797 721800 717031 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721833] ppid=721797 vsize=6238300 memory=3312 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721833/stat : 721833 (fscip) S 721797 721800 717031 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721834] ppid=721797 vsize=6238300 memory=2212 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721834/stat : 721834 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721835] ppid=721797 vsize=6238300 memory=1736 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721835/stat : 721835 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721836] ppid=721797 vsize=6238300 memory=17980 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721836/stat : 721836 (fscip) S 721797 721800 717031 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721837] ppid=721797 vsize=6238300 memory=28064 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721837/stat : 721837 (fscip) S 721797 721800 717031 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721838] ppid=721797 vsize=6238300 memory=32848 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721838/stat : 721838 (fscip) S 721797 721800 717031 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721839] ppid=721797 vsize=6238300 memory=7140 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721839/stat : 721839 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721840] ppid=721797 vsize=6238300 memory=36328 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721840/stat : 721840 (fscip) S 721797 721800 717031 0 -1 1077936192 43 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721841] ppid=721797 vsize=6238300 memory=6796 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721841/stat : 721841 (fscip) S 721797 721800 717031 0 -1 1077936192 67 0 0 0 0 1 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
Current children cumulated CPU time: 32213.9 s
Current children cumulated vsize: 6238300 KiB
Current children cumulated memory: 4942384 KiB

[startup+1626 s]*
/proc/loadavg: 80.30 80.50 80.55 62/1023 722704
/proc/meminfo: memFree=693855768/790760804 swapFree=131071996/131071996
[pid=721800] ppid=721797 vsize=6238300 memory=4942384 CPUtime=32214.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/stat : 721800 (fscip) S 721797 721800 717031 0 -1 1077936128 12636991 0 0 0 3214024 7406 0 0 20 0 41 0 118560517 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 17 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
/proc/721800/statm: 1559575 1235596 3334 3035 0 1430813 0
[pid=721800/tid=721802] ppid=721797 vsize=6238300 memory=92379 CPUtime=1602.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721802/stat : 721802 (fscip) S 721797 721800 717031 0 -1 1077936192 702283 0 0 0 160158 99 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721803] ppid=721797 vsize=6238300 memory=8323350987516068516 CPUtime=1612.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721803/stat : 721803 (fscip) S 721797 721800 717031 0 -1 1077936192 907307 0 0 0 161152 146 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721804] ppid=721797 vsize=6238300 memory=28064 CPUtime=1606.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721804/stat : 721804 (fscip) S 721797 721800 717031 0 -1 1077936192 309009 0 0 0 159968 704 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721805] ppid=721797 vsize=6238300 memory=32848 CPUtime=1609.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721805/stat : 721805 (fscip) S 721797 721800 717031 0 -1 1077936192 593670 0 0 0 160851 80 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721806] ppid=721797 vsize=6238300 memory=7140 CPUtime=1612.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721806/stat : 721806 (fscip) S 721797 721800 717031 0 -1 1077936192 847653 0 0 0 161145 144 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721807] ppid=721797 vsize=6238300 memory=36328 CPUtime=1606.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721807/stat : 721807 (fscip) S 721797 721800 717031 0 -1 1077936192 312214 0 0 0 159737 904 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721808] ppid=721797 vsize=6238300 memory=6796 CPUtime=1612.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721808/stat : 721808 (fscip) S 721797 721800 717031 0 -1 1077936192 638495 0 0 0 161110 106 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721809] ppid=721797 vsize=6238300 memory=20456 CPUtime=1613.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721809/stat : 721809 (fscip) S 721797 721800 717031 0 -1 1077936192 887893 0 0 0 161219 140 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721810] ppid=721797 vsize=6238300 memory=4910632 CPUtime=1610.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721810/stat : 721810 (fscip) S 721797 721800 717031 0 -1 1077936192 305773 0 0 0 160123 943 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721811] ppid=721797 vsize=6238300 memory=36328 CPUtime=1612.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721811/stat : 721811 (fscip) S 721797 721800 717031 0 -1 1077936192 673096 0 0 0 161160 118 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721812] ppid=721797 vsize=6238300 memory=6796 CPUtime=1611.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721812/stat : 721812 (fscip) S 721797 721800 717031 0 -1 1077936192 909822 0 0 0 161035 140 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721813] ppid=721797 vsize=6238300 memory=25333125866717268 CPUtime=1606.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721813/stat : 721813 (fscip) S 721797 721800 717031 0 -1 1077936192 274471 0 0 0 159234 1367 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721814] ppid=721797 vsize=6238300 memory=281273517581120 CPUtime=1613.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721814/stat : 721814 (fscip) S 721797 721800 717031 0 -1 1077936192 712954 0 0 0 161241 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721815] ppid=721797 vsize=6238300 memory=13016 CPUtime=1610.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721815/stat : 721815 (fscip) S 721797 721800 717031 0 -1 1077936192 885706 0 0 0 160910 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721816] ppid=721797 vsize=6238300 memory=2768 CPUtime=1609.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721816/stat : 721816 (fscip) S 721797 721800 717031 0 -1 1077936192 294548 0 0 0 159895 1045 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721817] ppid=721797 vsize=6238300 memory=4897964 CPUtime=1610.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721817/stat : 721817 (fscip) S 721797 721800 717031 0 -1 1077936192 610551 0 0 0 161008 91 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721818] ppid=721797 vsize=6238300 memory=33844 CPUtime=1613.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721818/stat : 721818 (fscip) R 721797 721800 717031 0 -1 4194368 813573 0 0 0 161244 107 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721819] ppid=721797 vsize=6238300 memory=25333125866717268 CPUtime=1612.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721819/stat : 721819 (fscip) S 721797 721800 717031 0 -1 1077936192 381711 0 0 0 160444 762 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721820] ppid=721797 vsize=6238300 memory=36328 CPUtime=1613.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721820/stat : 721820 (fscip) S 721797 721800 717031 0 -1 1077936192 684467 0 0 0 161261 106 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721821] ppid=721797 vsize=6238300 memory=198340509722 CPUtime=1611.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721821/stat : 721821 (fscip) S 721797 721800 717031 0 -1 1077936192 875200 0 0 0 161044 125 0 0 20 0 41 0 118560531 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721822] ppid=721797 vsize=6238300 memory=67009 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721822/stat : 721822 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721823] ppid=721797 vsize=6238300 memory=67348 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721823/stat : 721823 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721824] ppid=721797 vsize=6238300 memory=67678 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721824/stat : 721824 (fscip) S 721797 721800 717031 0 -1 1077936192 39 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721825] ppid=721797 vsize=6238300 memory=68009 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721825/stat : 721825 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721826] ppid=721797 vsize=6238300 memory=6720667666304023655 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721826/stat : 721826 (fscip) S 721797 721800 717031 0 -1 1077936192 74 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721827] ppid=721797 vsize=6238300 memory=40392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721827/stat : 721827 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721828] ppid=721797 vsize=6238300 memory=8284 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721828/stat : 721828 (fscip) S 721797 721800 717031 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721829] ppid=721797 vsize=6238300 memory=3312 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721829/stat : 721829 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721830] ppid=721797 vsize=6238300 memory=2212 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721830/stat : 721830 (fscip) S 721797 721800 717031 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721831] ppid=721797 vsize=6238300 memory=1736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721831/stat : 721831 (fscip) S 721797 721800 717031 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721832] ppid=721797 vsize=6238300 memory=17980 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721832/stat : 721832 (fscip) S 721797 721800 717031 0 -1 1077936192 65 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721833] ppid=721797 vsize=6238300 memory=28064 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721833/stat : 721833 (fscip) S 721797 721800 717031 0 -1 1077936192 73 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721834] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721834/stat : 721834 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721835] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721835/stat : 721835 (fscip) S 721797 721800 717031 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721836] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721836/stat : 721836 (fscip) S 721797 721800 717031 0 -1 1077936192 67 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721837] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721837/stat : 721837 (fscip) S 721797 721800 717031 0 -1 1077936192 71 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721838] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721838/stat : 721838 (fscip) S 721797 721800 717031 0 -1 1077936192 72 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721839] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721839/stat : 721839 (fscip) S 721797 721800 717031 0 -1 1077936192 56 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721840] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721840/stat : 721840 (fscip) S 721797 721800 717031 0 -1 1077936192 43 0 0 0 1 0 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
[pid=721800/tid=721841] ppid=721797 vsize=6238300 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/721800/task/721841/stat : 721841 (fscip) S 721797 721800 717031 0 -1 1077936192 67 0 0 0 0 1 0 0 20 0 41 0 118560553 6388019200 1235596 809668444160 4194304 16622685 140726795673472 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 49823744 140726795678698 140726795678813 140726795678813 140726795685839 0
Current children cumulated CPU time: 32214.3 s
Current children cumulated vsize: 6238300 KiB
Current children cumulated memory: 4942384 KiB

[startup+1626.2 s]*
/proc/loadavg: 80.30 80.50 80.55 62/983 722704
/proc/meminfo: memFree=696948572/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1626.28
CPU time (s): 32214.9
CPU user time (s): 32140.5
CPU system time (s): 74.3725
CPU usage (%): 1980.89
Max. virtual memory (cumulated for all children) (KiB): 6239328
Max. memory (cumulated for all children) (KiB): 4943408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32140.5
system time used= 74.3725
maximum resident set size= 4943408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12697199
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= 200556
involuntary context switches= 136586


# summary of solver processes directly reported to runsolver:
#   pid: 721800
#   total CPU time (s): 32214.9
#   total CPU user time (s): 32140.5
#   total CPU system time (s): 74.3725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.489 second user time and 36.0682 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-13 05:29:39
IDJOB=4469182
IDBENCH=162276
IDSOLVER=3099
FILE ID=nodeD102/4469182-1723519779
RUNJOBID= nodeD102-1723514363-717044
SLURM_JOB_ID= 8267569
Free space on /tmp= 8588220 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round21-4.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4469182-1723519779/watcher-4469182-1723519779 -o /tmp/evaluation-result-4469182-1723519779/solver-4469182-1723519779 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723514363-717044 --watchdog 3760  fscip settings/racing.prm HOME/instance-4469182-1723519779.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= f504409cca969bd8c5b41a512643c0a3
RANDOM SEED=1623283840

nodeD102.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		: 2836.914
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		: 3080.074
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	: 5005.95
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		: 3080.421
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	: 5005.96
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		: 3551.343
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	: 5005.94
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		: 2921.572
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		: 3080.425
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	: 5005.95
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		: 3076.548
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	: 5005.96
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		: 3133.412
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	: 5005.94
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		: 2838.737
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		: 3067.607
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	: 5005.95
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		: 3080.808
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	: 5005.96
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		: 3409.639
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	: 5005.94
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		: 2921.177
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		: 3082.460
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	: 5005.95
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		: 3080.915
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	: 5005.96
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		: 3175.545
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	: 5005.94
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		: 2919.305
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		: 3094.801
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	: 5005.95
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		: 3072.029
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	: 5005.96
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		: 3572.262
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	: 5005.94
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		: 2922.492
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		: 3076.394
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	: 5005.95
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		: 3080.902
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	: 5005.96
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		: 3422.602
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	: 5005.94
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		: 2923.415
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		: 3067.406
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	: 5005.95
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		: 3076.604
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	: 5005.96
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		: 2935.647
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	: 5005.94
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		: 2923.418
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		: 3094.793
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	: 5005.95
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		: 3075.885
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	: 5005.96
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		: 2639.408
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	: 5005.94
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		: 2913.358
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		: 3071.994
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	: 5005.95
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		: 3080.877
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	: 5005.96
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		: 2632.490
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	: 5005.94
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		: 2923.446
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		: 3081.236
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	: 5005.95
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		: 3080.865
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	: 5005.96
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		: 1934.942
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	: 5005.94
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		: 2923.464
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		: 3079.848
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	: 5005.95
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		: 3080.846
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	: 5005.96
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		: 2630.522
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	: 5005.94
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		: 2921.893
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		: 3078.887
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	: 5005.95
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		: 3080.836
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	: 5005.96
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		: 2638.145
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	: 5005.94
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		: 2921.223
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		: 3094.776
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	: 5005.95
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		: 3078.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	: 5005.96
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		: 2628.971
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	: 5005.94
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		: 2923.506
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		: 3090.896
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	: 5005.95
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		: 3077.041
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	: 5005.96
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		: 2637.853
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	: 5005.94
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		: 2923.524
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		: 3094.771
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	: 5005.95
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		: 3080.804
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	: 5005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2660.844
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	: 5005.94
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		: 2921.123
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		: 3075.365
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	: 5005.95
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		: 3073.194
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	: 5005.96
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		: 2661.731
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	: 5005.94
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		: 2923.558
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		: 3078.319
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	: 5005.95
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		: 3075.717
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	: 5005.96
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		: 2646.539
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	: 5005.94
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		: 2838.517
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		: 3094.759
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	: 5005.95
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		: 3080.763
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	: 5005.96
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		: 2659.790
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	: 5005.94
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		: 2827.303
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		: 3094.756
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	: 5005.95
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		: 2934.814
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	: 5005.96
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		: 2184.939
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	: 5005.94
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		: 2923.595
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		: 3088.282
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	: 5005.95
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		: 2877.056
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	: 5005.96
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		: 1597.928
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        695283968 kB
MemAvailable:   761617188 kB
Buffers:         1194944 kB
Cached:         67905280 kB
SwapCached:            0 kB
Active:          9526748 kB
Inactive:       81346460 kB
Active(anon):       2260 kB
Inactive(anon): 21809632 kB
Active(file):    9524488 kB
Inactive(file): 59536828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28684 kB
Writeback:            72 kB
AnonPages:      21773080 kB
Mapped:           139760 kB
Shmem:             38920 kB
KReclaimable:    1382864 kB
Slab:            1928432 kB
SReclaimable:    1382864 kB
SUnreclaim:       545568 kB
KernelStack:       16848 kB
PageTables:        56776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    6624280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1062528 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3135488 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:     1110016 kB
DirectMap2M:    221685760 kB
DirectMap1G:    583008256 kB

Free space on /tmp at the end= 8588188 MiB
End job on nodeD102 at 2024-08-13 05:56:45