Trace number 4457953

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02SAT1 3590.86 3602.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.opb
MD5SUM21ed527d50cb70bf3fbdba517cab1d1c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark70.6884
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3004
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 751
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 751
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 751
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.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.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 30576640, getVmSize() = 30576640, SCIPgetMemUsed() = 8003413, SCIPgetMemTotal() = 8868933, SCIPgetMemExternEstim() = 3256232
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
2.27/2.34	c ** Estimated virtualMemUsedAtSolver = 23778645, getVmSize() = 40759296, SCIPgetMemUsed() = 9365564, SCIPgetMemTotal() = 17878516, SCIPgetMemExternEstim() = 3256232
2.27/2.34	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
2.27/2.34	c Original Problem   :
2.27/2.34	c   Problem name     : instance-4457953-1721865126
2.27/2.34	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
2.27/2.34	c   Constraints      : 751
2.27/2.34	c   Objective sense  : minimize
2.27/2.34	c Presolved Problem  :
2.27/2.34	c   Variables        : 3004 (3004 binary, 0 integer, 0 implicit integer, 0 continuous)
2.27/2.34	c   Constraints      : 751
2.27/2.34	c Constraints        : Number
2.27/2.34	c   linear           : 751 
2.27/2.34	c ** Instance transfer method used: 0
2.27/2.34	c ** ParaScipInstance copy does not increase the number of variables. **
2.27/2.36	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.27/2.36	c                                Nodes    Active                                            
2.27/2.36	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.37/2.45	c *       2              0           1         1         143.0000                -          -
3.26/3.32	c *       3              0           1         1           3.0000                -          -
5.55/5.62	c         6             53          52         1           3.0000           0.0000          -
5.55/5.69	c *       6             53          52         1           1.0000           0.0000          -
10.84/10.95	c        11            860         859         1           1.0000           0.0000          -
16.04/16.19	c        16           2168        1118         1           1.0000           0.0000          -
21.11/21.28	c        21           4607        3557         1           1.0000           0.0000          -
26.29/26.48	c        26           7405        6355         1           1.0000           0.0000          -
31.58/31.73	c        32           9969        8919         1           1.0000           0.0000          -
36.56/36.76	c        37          12677       11627         1           1.0000           0.0000          -
41.87/42.10	c        42          15671       14621         1           1.0000           0.0000          -
47.04/47.28	c        47          18254       17204         1           1.0000           0.0000          -
52.23/52.47	c        52          21152       20102         1           1.0000           0.0000          -
57.51/57.73	c        58          24099       23049         1           1.0000           0.0000          -
62.50/62.79	c        63          26899       25849         1           1.0000           0.0000          -
67.80/68.07	c        68          29721       28671         1           1.0000           0.0000          -
73.37/73.64	c        74          32657       31607         1           1.0000           0.0000          -
78.45/78.75	c        79          35559       34509         1           1.0000           0.0000          -
83.54/83.80	c        84          38413       37363         1           1.0000           0.0000          -
88.52/88.85	c        89          41458       40408         1           1.0000           0.0000          -
93.61/93.93	c        94          44225       43175         1           1.0000           0.0000          -
98.71/99.07	c        99          47237       46187         1           1.0000           0.0000          -
103.88/104.20	c       104          49880       48830         1           1.0000           0.0000          -
108.96/109.33	c       109          53032       51982         1           1.0000           0.0000          -
114.05/114.42	c       114          56028       54978         1           1.0000           0.0000          -
119.02/119.47	c       119          58911       57861         1           1.0000           0.0000          -
124.11/124.55	c       125          61541       60491         1           1.0000           0.0000          -
129.09/129.58	c       130          64550       63500         1           1.0000           0.0000          -
134.48/134.97	c       135          67555       66505         1           1.0000           0.0000          -
139.57/140.07	c       140          70551       69501         1           1.0000           0.0000          -
144.65/145.12	c       145          73603       72553         1           1.0000           0.0000          -
149.64/150.17	c       150          76389       75339         1           1.0000           0.0000          -
154.91/155.40	c       155          79421       78371         1           1.0000           0.0000          -
159.89/160.46	c       160          82188       81138         1           1.0000           0.0000          -
164.97/165.55	c       166          85214       84164         1           1.0000           0.0000          -
170.15/170.73	c       171          88202       87152         1           1.0000           0.0000          -
175.33/176.01	c       176          91035       89985         1           1.0000           0.0000          -
180.42/181.05	c       181          94160       93110         1           1.0000           0.0000          -
185.40/186.10	c       186          97049       95999         1           1.0000           0.0000          -
190.58/191.25	c       191         100054       99004         1           1.0000           0.0000          -
195.66/196.30	c       196         102836      101786         1           1.0000           0.0000          -
200.65/201.38	c       201         105607      104557         1           1.0000           0.0000          -
205.82/206.51	c       207         108754      107704         1           1.0000           0.0000          -
211.01/211.72	c       212         111810      110760         1           1.0000           0.0000          -
216.00/216.77	c       217         114801      113751         1           1.0000           0.0000          -
221.07/221.82	c       222         117589      116539         1           1.0000           0.0000          -
226.06/226.87	c       227         120532      119482         1           1.0000           0.0000          -
231.25/232.03	c       232         123585      122535         1           1.0000           0.0000          -
236.34/237.15	c       237         126567      125517         1           1.0000           0.0000          -
241.40/242.20	c       242         129452      128402         1           1.0000           0.0000          -
246.49/247.34	c       247         132506      131456         1           1.0000           0.0000          -
251.47/252.38	c       252         135423      134373         1           1.0000           0.0000          -
256.55/257.43	c       257         138339      137289         1           1.0000           0.0000          -
261.53/262.49	c       262         141068      140018         1           1.0000           0.0000          -
266.60/267.59	c       268         144196      143146         1           1.0000           0.0000          -
271.69/272.65	c       273         146946      145896         1           1.0000           0.0000          -
277.09/278.02	c       278         150015      148965         1           1.0000           0.0000          -
282.25/283.26	c       283         152943      151893         1           1.0000           0.0000          -
287.33/288.35	c       288         156063      155013         1           1.0000           0.0000          -
292.41/293.41	c       293         158893      157843         1           1.0000           0.0000          -
297.50/298.51	c       299         161815      160765         1           1.0000           0.0000          -
302.48/303.60	c       304         165007      163957         1           1.0000           0.0000          -
307.66/308.74	c       309         167904      166854         1           1.0000           0.0000          -
312.64/313.79	c       314         170854      169804         1           1.0000           0.0000          -
317.82/318.98	c       319         173417      172367         1           1.0000           0.0000          -
323.01/324.19	c       324         176544      175494         1           1.0000           0.0000          -
328.08/329.24	c       329         179308      178258         1           1.0000           0.0000          -
333.17/334.33	c       334         182374      181324         1           1.0000           0.0000          -
338.34/339.53	c       340         185259      184209         1           1.0000           0.0000          -
343.33/344.58	c       345         188465      187415         1           1.0000           0.0000          -
348.60/349.82	c       350         191268      190218         1           1.0000           0.0000          -
353.58/354.86	c       355         194413      193363         1           1.0000           0.0000          -
358.66/359.91	c       360         197357      196307         1           1.0000           0.0000          -
363.75/365.04	c       365         200157      199107         1           1.0000           0.0000          -
368.72/370.08	c       370         202993      201943         1           1.0000           0.0000          -
373.81/375.13	c       375         205969      204919         1           1.0000           0.0000          -
378.88/380.23	c       380         209031      207981         1           1.0000           0.0000          -
383.96/385.31	c       385         211879      210829         1           1.0000           0.0000          -
389.14/390.50	c       391         214994      213944         1           1.0000           0.0000          -
394.32/395.76	c       396         217904      216854         1           1.0000           0.0000          -
399.40/400.80	c       401         220850      219800         1           1.0000           0.0000          -
404.38/405.85	c       406         223935      222885         1           1.0000           0.0000          -
409.46/410.97	c       411         226845      225795         1           1.0000           0.0000          -
414.66/416.15	c       416         229781      228731         1           1.0000           0.0000          -
419.63/421.19	c       421         232854      231804         1           1.0000           0.0000          -
424.70/426.24	c       426         235722      234672         1           1.0000           0.0000          -
429.69/431.29	c       431         238749      237699         1           1.0000           0.0000          -
434.96/436.52	c       437         241697      240647         1           1.0000           0.0000          -
439.94/441.57	c       442         244790      243740         1           1.0000           0.0000          -
445.02/446.63	c       447         247842      246792         1           1.0000           0.0000          -
450.21/451.88	c       452         250899      249849         1           1.0000           0.0000          -
455.29/457.01	c       457         253843      252793         1           1.0000           0.0000          -
460.38/462.09	c       462         256911      255861         1           1.0000           0.0000          -
465.55/467.20	c       467         259688      258638         1           1.0000           0.0000          -
470.54/472.25	c       472         262744      261694         1           1.0000           0.0000          -
475.62/477.34	c       477         265649      264599         1           1.0000           0.0000          -
480.60/482.39	c       482         268846      267796         1           1.0000           0.0000          -
485.79/487.51	c       488         271566      270516         1           1.0000           0.0000          -
490.98/492.73	c       493         274474      273424         1           1.0000           0.0000          -
496.06/497.84	c       498         277743      276693         1           1.0000           0.0000          -
501.35/503.16	c       503         280587      279537         1           1.0000           0.0000          -
506.43/508.27	c       508         283827      282777         1           1.0000           0.0000          -
511.51/513.36	c       513         286912      285862         1           1.0000           0.0000          -
516.59/518.43	c       518         290020      288970         1           1.0000           0.0000          -
521.77/523.61	c       524         292931      291881         1           1.0000           0.0000          -
526.86/528.73	c       529         296067      295017         1           1.0000           0.0000          -
531.85/533.77	c       534         299097      298047         1           1.0000           0.0000          -
537.14/539.08	c       539         302172      301122         1           1.0000           0.0000          -
542.31/544.22	c       544         305334      304284         1           1.0000           0.0000          -
547.40/549.31	c       549         308356      307306         1           1.0000           0.0000          -
552.48/554.46	c       554         311305      310255         1           1.0000           0.0000          -
557.76/559.73	c       560         314195      313145         1           1.0000           0.0000          -
562.85/564.87	c       565         317167      316117         1           1.0000           0.0000          -
567.93/569.92	c       570         320423      319373         1           1.0000           0.0000          -
572.92/574.97	c       575         323288      322238         1           1.0000           0.0000          -
578.11/580.12	c       580         326521      325471         1           1.0000           0.0000          -
583.19/585.26	c       585         329376      328326         1           1.0000           0.0000          -
588.27/590.31	c       590         332319      331269         1           1.0000           0.0000          -
593.25/595.36	c       595         335352      334302         1           1.0000           0.0000          -
598.34/600.41	c       600         338250      337200         1           1.0000           0.0000          -
603.53/605.66	c       606         341318      340268         1           1.0000           0.0000          -
608.61/610.70	c       611         344183      343133         1           1.0000           0.0000          -
613.59/615.77	c       616         347216      346166         1           1.0000           0.0000          -
618.68/620.82	c       621         350191      349141         1           1.0000           0.0000          -
623.66/625.88	c       626         353094      352044         1           1.0000           0.0000          -
628.95/631.12	c       631         356176      355126         1           1.0000           0.0000          -
633.94/636.16	c       636         359100      358050         1           1.0000           0.0000          -
639.01/641.21	c       641         362075      361025         1           1.0000           0.0000          -
644.40/646.61	c       647         364993      363943         1           1.0000           0.0000          -
649.38/651.66	c       652         367970      366920         1           1.0000           0.0000          -
654.57/656.83	c       657         370888      369838         1           1.0000           0.0000          -
659.54/661.88	c       662         374209      373159         1           1.0000           0.0000          -
664.63/666.93	c       667         377080      376030         1           1.0000           0.0000          -
669.73/672.06	c       672         380135      379085         1           1.0000           0.0000          -
674.82/677.11	c       677         383297      382247         1           1.0000           0.0000          -
679.88/682.28	c       682         386381      385331         1           1.0000           0.0000          -
685.27/687.66	c       688         389450      388400         1           1.0000           0.0000          -
690.35/692.72	c       693         392333      391283         1           1.0000           0.0000          -
695.83/698.24	c       698         395513      394463         1           1.0000           0.0000          -
701.02/703.40	c       703         398701      397651         1           1.0000           0.0000          -
706.11/708.58	c       709         401728      400678         1           1.0000           0.0000          -
711.29/713.73	c       714         404651      403601         1           1.0000           0.0000          -
716.27/718.78	c       719         407641      406591         1           1.0000           0.0000          -
721.57/724.03	c       724         410733      409683         1           1.0000           0.0000          -
726.65/729.14	c       729         413723      412673         1           1.0000           0.0000          -
731.63/734.19	c       734         416544      415494         1           1.0000           0.0000          -
736.71/739.24	c       739         419414      418364         1           1.0000           0.0000          -
741.79/744.31	c       744         422354      421304         1           1.0000           0.0000          -
746.97/749.59	c       750         425384      424334         1           1.0000           0.0000          -
752.15/754.76	c       755         428520      427470         1           1.0000           0.0000          -
757.34/759.91	c       760         431508      430458         1           1.0000           0.0000          -
762.33/764.99	c       765         433961      432911         1           1.0000           0.0000          -
767.42/770.03	c       770         437029      435979         1           1.0000           0.0000          -
772.40/775.10	c       775         440022      438972         1           1.0000           0.0000          -
777.48/780.16	c       780         442787      441737         1           1.0000           0.0000          -
782.56/785.25	c       785         446101      445051         1           1.0000           0.0000          -
787.54/790.29	c       790         448908      447858         1           1.0000           0.0000          -
792.73/795.43	c       795         451545      450495         1           1.0000           0.0000          -
797.81/800.58	c       801         454642      453592         1           1.0000           0.0000          -
802.99/805.73	c       806         457554      456504         1           1.0000           0.0000          -
808.08/810.84	c       811         460815      459765         1           1.0000           0.0000          -
813.27/816.02	c       816         463751      462701         1           1.0000           0.0000          -
818.26/821.07	c       821         466833      465783         1           1.0000           0.0000          -
823.34/826.12	c       826         469788      468738         1           1.0000           0.0000          -
828.41/831.23	c       831         472643      471593         1           1.0000           0.0000          -
833.59/836.40	c       836         475438      474388         1           1.0000           0.0000          -
838.69/841.51	c       842         478614      477564         1           1.0000           0.0000          -
843.66/846.56	c       847         481448      480398         1           1.0000           0.0000          -
848.75/851.61	c       852         484176      483126         1           1.0000           0.0000          -
853.74/856.66	c       857         486993      485943         1           1.0000           0.0000          -
858.82/861.72	c       862         490136      489086         1           1.0000           0.0000          -
863.90/866.80	c       867         493137      492087         1           1.0000           0.0000          -
869.10/872.04	c       872         496282      495232         1           1.0000           0.0000          -
874.19/877.18	c       877         499165      498115         1           1.0000           0.0000          -
879.26/882.27	c       882         502193      501143         1           1.0000           0.0000          -
884.34/887.31	c       887         505010      503960         1           1.0000           0.0000          -
889.32/892.38	c       892         507817      506767         1           1.0000           0.0000          -
894.40/897.47	c       897         510923      509873         1           1.0000           0.0000          -
899.49/902.52	c       903         513980      512930         1           1.0000           0.0000          -
904.58/907.63	c       908         516814      515764         1           1.0000           0.0000          -
909.56/912.70	c       913         519642      518592         1           1.0000           0.0000          -
914.75/917.87	c       918         522711      521661         1           1.0000           0.0000          -
919.93/923.03	c       923         525757      524707         1           1.0000           0.0000          -
925.21/928.34	c       928         528744      527694         1           1.0000           0.0000          -
930.20/933.39	c       933         531615      530565         1           1.0000           0.0000          -
935.37/938.58	c       939         534659      533609         1           1.0000           0.0000          -
940.56/943.72	c       944         537474      536424         1           1.0000           0.0000          -
945.55/948.77	c       949         540477      539427         1           1.0000           0.0000          -
950.62/953.86	c       954         543488      542438         1           1.0000           0.0000          -
955.71/958.91	c       959         546316      545266         1           1.0000           0.0000          -
960.80/964.04	c       964         549290      548240         1           1.0000           0.0000          -
965.79/969.09	c       969         551962      550910         1           1.0000           0.0000          -
970.87/974.14	c       974         555188      554136         1           1.0000           0.0000          -
975.95/979.24	c       979         558150      557098         1           1.0000           0.0000          -
981.23/984.51	c       985         560995      559943         1           1.0000           0.0000          -
986.21/989.56	c       990         564068      563016         1           1.0000           0.0000          -
991.30/994.61	c       995         566830      565778         1           1.0000           0.0000          -
996.28/999.66	c      1000         570006      568954         1           1.0000           0.0000          -
1001.37/1004.75	c      1005         572851      571799         1           1.0000           0.0000          -
1006.45/1009.80	c      1010         575579      574527         1           1.0000           0.0000          -
1011.43/1014.88	c      1015         578826      577774         1           1.0000           0.0000          -
1016.52/1019.93	c      1020         581617      580565         1           1.0000           0.0000          -
1021.90/1025.33	c      1025         584523      583471         1           1.0000           0.0000          -
1026.99/1030.40	c      1030         587761      586709         1           1.0000           0.0000          -
1032.06/1035.57	c      1036         590671      589619         1           1.0000           0.0000          -
1037.15/1040.66	c      1041         593747      592695         1           1.0000           0.0000          -
1042.24/1045.77	c      1046         596441      595373         1           1.0000           0.0000          -
1047.32/1050.89	c      1051         599578      598510         1           1.0000           0.0000          -
1052.41/1055.94	c      1056         602272      601204         1           1.0000           0.0000          -
1057.39/1060.99	c      1061         605392      604324         1           1.0000           0.0000          -
1062.49/1066.06	c      1066         608411      607343         1           1.0000           0.0000          -
1067.57/1071.12	c      1071         611202      610134         1           1.0000           0.0000          -
1072.55/1076.17	c      1076         614358      613290         1           1.0000           0.0000          -
1077.72/1081.36	c      1081         617331      616263         1           1.0000           0.0000          -
1082.81/1086.42	c      1086         620331      619263         1           1.0000           0.0000          -
1088.29/1091.90	c      1092         623339      622271         1           1.0000           0.0000          -
1093.38/1097.07	c      1097         626237      625169         1           1.0000           0.0000          -
1098.47/1102.12	c      1102         629455      628387         1           1.0000           0.0000          -
1103.45/1107.17	c      1107         632251      631171         1           1.0000           0.0000          -
1108.53/1112.22	c      1112         635318      634238         1           1.0000           0.0000          -
1113.51/1117.27	c      1117         638199      637119         1           1.0000           0.0000          -
1118.59/1122.32	c      1122         641196      640116         1           1.0000           0.0000          -
1123.77/1127.52	c      1128         644056      642976         1           1.0000           0.0000          -
1128.96/1132.75	c      1133         647011      645931         1           1.0000           0.0000          -
1134.04/1137.84	c      1138         650078      648998         1           1.0000           0.0000          -
1139.24/1143.02	c      1143         653003      651923         1           1.0000           0.0000          -
1144.22/1148.07	c      1148         655887      654807         1           1.0000           0.0000          -
1149.40/1153.23	c      1153         658920      657840         1           1.0000           0.0000          -
1154.38/1158.28	c      1158         661819      660739         1           1.0000           0.0000          -
1159.56/1163.45	c      1163         664848      663768         1           1.0000           0.0000          -
1164.54/1168.49	c      1168         667709      666629         1           1.0000           0.0000          -
1169.83/1173.73	c      1174         670685      669605         1           1.0000           0.0000          -
1175.01/1178.91	c      1179         673732      672652         1           1.0000           0.0000          -
1180.20/1184.16	c      1184         676702      675622         1           1.0000           0.0000          -
1185.28/1189.28	c      1189         679678      678598         1           1.0000           0.0000          -
1190.36/1194.33	c      1194         682392      681312         1           1.0000           0.0000          -
1195.55/1199.54	c      1200         685421      684341         1           1.0000           0.0000          -
1200.63/1204.62	c      1205         688449      687369         1           1.0000           0.0000          -
1205.62/1209.68	c      1210         691376      690296         1           1.0000           0.0000          -
1210.70/1214.72	c      1215         694219      693139         1           1.0000           0.0000          -
1215.99/1220.03	c      1220         697125      696045         1           1.0000           0.0000          -
1221.08/1225.15	c      1225         700196      699116         1           1.0000           0.0000          -
1226.15/1230.20	c      1230         703241      702161         1           1.0000           0.0000          -
1231.23/1235.32	c      1235         706031      704951         1           1.0000           0.0000          -
1236.32/1240.47	c      1240         709155      708075         1           1.0000           0.0000          -
1241.60/1245.71	c      1246         712132      711052         1           1.0000           0.0000          -
1246.59/1250.76	c      1251         715040      713960         1           1.0000           0.0000          -
1251.67/1255.81	c      1256         718115      717035         1           1.0000           0.0000          -
1256.65/1260.86	c      1261         721190      720110         1           1.0000           0.0000          -
1261.95/1266.12	c      1266         724061      722981         1           1.0000           0.0000          -
1266.93/1271.17	c      1271         726962      725882         1           1.0000           0.0000          -
1272.11/1276.34	c      1276         729761      728681         1           1.0000           0.0000          -
1277.18/1281.49	c      1281         732773      731693         1           1.0000           0.0000          -
1282.47/1286.70	c      1287         735690      734610         1           1.0000           0.0000          -
1287.45/1291.75	c      1292         738595      737515         1           1.0000           0.0000          -
1292.54/1296.87	c      1297         741616      740536         1           1.0000           0.0000          -
1297.74/1302.07	c      1302         744452      743372         1           1.0000           0.0000          -
1303.00/1307.38	c      1307         747470      746390         1           1.0000           0.0000          -
1308.09/1312.42	c      1312         750460      749380         1           1.0000           0.0000          -
1313.27/1317.67	c      1318         753578      752498         1           1.0000           0.0000          -
1318.36/1322.77	c      1323         756716      755636         1           1.0000           0.0000          -
1323.44/1327.82	c      1328         759662      758582         1           1.0000           0.0000          -
1328.43/1332.87	c      1333         762612      761532         1           1.0000           0.0000          -
1333.51/1337.92	c      1338         765335      764255         1           1.0000           0.0000          -
1338.50/1342.97	c      1343         768207      767127         1           1.0000           0.0000          -
1343.69/1348.13	c      1348         771096      770016         1           1.0000           0.0000          -
1348.76/1353.25	c      1353         774166      773086         1           1.0000           0.0000          -
1353.84/1358.31	c      1358         777013      775933         1           1.0000           0.0000          -
1358.93/1363.47	c      1363         780137      779057         1           1.0000           0.0000          -
1364.41/1368.90	c      1369         783171      782091         1           1.0000           0.0000          -
1369.39/1373.98	c      1374         786244      785164         1           1.0000           0.0000          -
1374.59/1379.14	c      1379         789239      788159         1           1.0000           0.0000          -
1379.58/1384.19	c      1384         792036      790956         1           1.0000           0.0000          -
1384.83/1389.41	c      1389         794829      793749         1           1.0000           0.0000          -
1389.81/1394.46	c      1394         798008      796928         1           1.0000           0.0000          -
1395.01/1399.63	c      1400         800906      799826         1           1.0000           0.0000          -
1399.99/1404.68	c      1405         804072      802992         1           1.0000           0.0000          -
1405.07/1409.73	c      1410         806841      805761         1           1.0000           0.0000          -
1410.16/1414.85	c      1415         809937      808857         1           1.0000           0.0000          -
1415.23/1419.99	c      1420         812403      811323         1           1.0000           0.0000          -
1420.33/1425.10	c      1425         815546      814466         1           1.0000           0.0000          -
1425.50/1430.24	c      1430         818529      817449         1           1.0000           0.0000          -
1430.59/1435.38	c      1435         821568      820488         1           1.0000           0.0000          -
1435.77/1440.54	c      1441         824557      823477         1           1.0000           0.0000          -
1440.75/1445.59	c      1446         827369      826289         1           1.0000           0.0000          -
1445.94/1450.79	c      1451         830471      829391         1           1.0000           0.0000          -
1451.24/1456.03	c      1456         833375      832295         1           1.0000           0.0000          -
1456.22/1461.10	c      1461         836426      835346         1           1.0000           0.0000          -
1461.49/1466.39	c      1466         839657      838577         1           1.0000           0.0000          -
1466.57/1471.44	c      1471         842681      841601         1           1.0000           0.0000          -
1471.66/1476.50	c      1476         845605      844525         1           1.0000           0.0000          -
1476.64/1481.54	c      1482         848501      847421         1           1.0000           0.0000          -
1481.73/1486.65	c      1487         851507      850427         1           1.0000           0.0000          -
1486.70/1491.69	c      1492         854359      853279         1           1.0000           0.0000          -
1491.99/1496.95	c      1497         857462      856382         1           1.0000           0.0000          -
1497.18/1502.16	c      1502         860465      859385         1           1.0000           0.0000          -
1502.26/1507.26	c      1507         863330      862250         1           1.0000           0.0000          -
1507.35/1512.31	c      1512         866361      865281         1           1.0000           0.0000          -
1512.43/1517.48	c      1517         869604      868524         1           1.0000           0.0000          -
1517.61/1522.61	c      1523         872722      871642         1           1.0000           0.0000          -
1522.70/1527.76	c      1528         875530      874450         1           1.0000           0.0000          -
1527.78/1532.81	c      1533         878566      877486         1           1.0000           0.0000          -
1532.87/1537.93	c      1538         881489      880409         1           1.0000           0.0000          -
1537.95/1543.04	c      1543         884292      883212         1           1.0000           0.0000          -
1542.94/1548.09	c      1548         887266      886186         1           1.0000           0.0000          -
1548.03/1553.15	c      1553         890237      889157         1           1.0000           0.0000          -
1553.00/1558.19	c      1558         893365      892285         1           1.0000           0.0000          -
1558.08/1563.24	c      1563         896090      895010         1           1.0000           0.0000          -
1563.16/1568.34	c      1568         898966      897886         1           1.0000           0.0000          -
1568.14/1573.39	c      1573         902020      900940         1           1.0000           0.0000          -
1573.43/1578.66	c      1579         904887      903807         1           1.0000           0.0000          -
1578.51/1583.71	c      1584         907917      906837         1           1.0000           0.0000          -
1583.59/1588.84	c      1589         910805      909725         1           1.0000           0.0000          -
1588.58/1593.89	c      1594         913830      912750         1           1.0000           0.0000          -
1593.66/1598.96	c      1599         916619      915539         1           1.0000           0.0000          -
1598.94/1604.21	c      1604         919551      918471         1           1.0000           0.0000          -
1603.93/1609.26	c      1609         922515      921435         1           1.0000           0.0000          -
1609.01/1614.31	c      1614         925413      924333         1           1.0000           0.0000          -
1614.00/1619.36	c      1619         928292      927212         1           1.0000           0.0000          -
1619.48/1624.83	c      1625         931225      930145         1           1.0000           0.0000          -
1624.67/1630.10	c      1630         934402      933322         1           1.0000           0.0000          -
1629.76/1635.16	c      1635         937208      936128         1           1.0000           0.0000          -
1634.83/1640.21	c      1640         940297      939217         1           1.0000           0.0000          -
1639.92/1645.34	c      1645         943327      942247         1           1.0000           0.0000          -
1644.89/1650.39	c      1650         946158      945078         1           1.0000           0.0000          -
1649.98/1655.44	c      1655         949113      948033         1           1.0000           0.0000          -
1655.17/1660.65	c      1661         951987      950907         1           1.0000           0.0000          -
1660.35/1665.81	c      1666         955078      953998         1           1.0000           0.0000          -
1665.43/1670.95	c      1671         958237      957157         1           1.0000           0.0000          -
1670.52/1676.09	c      1676         961137      960057         1           1.0000           0.0000          -
1675.61/1681.17	c      1681         964171      963091         1           1.0000           0.0000          -
1680.68/1686.23	c      1686         967126      966046         1           1.0000           0.0000          -
1685.66/1691.29	c      1691         969850      968770         1           1.0000           0.0000          -
1690.84/1696.48	c      1696         972857      971777         1           1.0000           0.0000          -
1695.93/1701.52	c      1702         975927      974847         1           1.0000           0.0000          -
1701.20/1706.82	c      1707         979062      977982         1           1.0000           0.0000          -
1706.19/1711.89	c      1712         981638      980558         1           1.0000           0.0000          -
1711.27/1717.01	c      1717         984839      983759         1           1.0000           0.0000          -
1716.45/1722.16	c      1722         987858      986778         1           1.0000           0.0000          -
1721.53/1727.25	c      1727         990768      989688         1           1.0000           0.0000          -
1726.61/1732.31	c      1732         993699      992619         1           1.0000           0.0000          -
1731.69/1737.40	c      1737         996542      995462         1           1.0000           0.0000          -
1736.68/1742.47	c      1742         999497      998417         1           1.0000           0.0000          -
1741.76/1747.59	c      1748        1002483     1001403         1           1.0000           0.0000          -
1746.85/1752.64	c      1753        1005295     1004215         1           1.0000           0.0000          -
1751.83/1757.69	c      1758        1008207     1007127         1           1.0000           0.0000          -
1757.02/1762.83	c      1763        1011013     1009933         1           1.0000           0.0000          -
1762.00/1767.88	c      1768        1014222     1013142         1           1.0000           0.0000          -
1767.08/1772.93	c      1773        1017088     1016008         1           1.0000           0.0000          -
1772.06/1777.98	c      1778        1020126     1019046         1           1.0000           0.0000          -
1777.16/1783.06	c      1783        1023185     1022105         1           1.0000           0.0000          -
1782.24/1788.15	c      1788        1025944     1024864         1           1.0000           0.0000          -
1787.31/1793.20	c      1793        1028867     1027787         1           1.0000           0.0000          -
1792.30/1798.25	c      1798        1031873     1030793         1           1.0000           0.0000          -
1797.38/1803.30	c      1803        1034270     1033190         1           1.0000           0.0000          -
1802.56/1808.56	c      1809        1037391     1036311         1           1.0000           0.0000          -
1807.64/1813.61	c      1814        1040456     1039376         1           1.0000           0.0000          -
1812.63/1818.66	c      1819        1043202     1042122         1           1.0000           0.0000          -
1817.72/1823.71	c      1824        1046230     1045150         1           1.0000           0.0000          -
1822.70/1828.76	c      1829        1049027     1047947         1           1.0000           0.0000          -
1827.78/1833.81	c      1834        1052303     1051223         1           1.0000           0.0000          -
1832.76/1838.87	c      1839        1055040     1053960         1           1.0000           0.0000          -
1837.85/1843.96	c      1844        1058194     1057114         1           1.0000           0.0000          -
1842.94/1849.10	c      1849        1061053     1059973         1           1.0000           0.0000          -
1848.11/1854.27	c      1854        1064331     1063251         1           1.0000           0.0000          -
1853.19/1859.31	c      1859        1067238     1066158         1           1.0000           0.0000          -
1858.17/1864.36	c      1864        1070194     1069114         1           1.0000           0.0000          -
1863.26/1869.41	c      1869        1072979     1071899         1           1.0000           0.0000          -
1868.24/1874.46	c      1874        1075979     1074899         1           1.0000           0.0000          -
1873.32/1879.56	c      1880        1078949     1077869         1           1.0000           0.0000          -
1878.41/1884.60	c      1885        1081673     1080593         1           1.0000           0.0000          -
1883.49/1889.71	c      1890        1084665     1083585         1           1.0000           0.0000          -
1888.79/1895.03	c      1895        1087554     1086474         1           1.0000           0.0000          -
1893.87/1900.13	c      1900        1090701     1089621         1           1.0000           0.0000          -
1899.05/1905.38	c      1905        1093753     1092673         1           1.0000           0.0000          -
1904.12/1910.48	c      1910        1096561     1095481         1           1.0000           0.0000          -
1909.31/1915.60	c      1916        1099628     1098548         1           1.0000           0.0000          -
1914.39/1920.75	c      1921        1102546     1101466         1           1.0000           0.0000          -
1919.48/1925.83	c      1926        1105268     1104188         1           1.0000           0.0000          -
1924.77/1931.17	c      1931        1108371     1107291         1           1.0000           0.0000          -
1929.85/1936.21	c      1936        1111538     1110458         1           1.0000           0.0000          -
1934.93/1941.30	c      1941        1114429     1113349         1           1.0000           0.0000          -
1939.92/1946.35	c      1946        1117394     1116314         1           1.0000           0.0000          -
1945.09/1951.57	c      1952        1120216     1119136         1           1.0000           0.0000          -
1950.18/1956.61	c      1957        1123233     1122153         1           1.0000           0.0000          -
1955.47/1961.90	c      1962        1126201     1125121         1           1.0000           0.0000          -
1960.55/1967.01	c      1967        1129231     1128151         1           1.0000           0.0000          -
1965.54/1972.06	c      1972        1132063     1130983         1           1.0000           0.0000          -
1970.62/1977.13	c      1977        1134811     1133731         1           1.0000           0.0000          -
1975.61/1982.17	c      1982        1137782     1136702         1           1.0000           0.0000          -
1980.68/1987.22	c      1987        1140755     1139675         1           1.0000           0.0000          -
1985.67/1992.27	c      1992        1143617     1142537         1           1.0000           0.0000          -
1990.84/1997.45	c      1997        1146469     1145389         1           1.0000           0.0000          -
1995.93/2002.58	c      2003        1149236     1148156         1           1.0000           0.0000          -
2001.01/2007.62	c      2008        1152375     1151295         1           1.0000           0.0000          -
2006.20/2012.89	c      2013        1155229     1154149         1           1.0000           0.0000          -
2011.27/2017.97	c      2018        1158023     1156943         1           1.0000           0.0000          -
2016.37/2023.04	c      2023        1161009     1159929         1           1.0000           0.0000          -
2021.45/2028.19	c      2028        1163825     1162745         1           1.0000           0.0000          -
2026.53/2033.29	c      2033        1166795     1165715         1           1.0000           0.0000          -
2031.81/2038.54	c      2039        1169785     1168705         1           1.0000           0.0000          -
2036.89/2043.66	c      2044        1172776     1171696         1           1.0000           0.0000          -
2042.07/2048.85	c      2049        1175672     1174592         1           1.0000           0.0000          -
2047.37/2054.13	c      2054        1178744     1177664         1           1.0000           0.0000          -
2052.54/2059.33	c      2059        1181557     1180477         1           1.0000           0.0000          -
2057.62/2064.44	c      2064        1184597     1183517         1           1.0000           0.0000          -
2062.70/2069.56	c      2070        1187498     1186418         1           1.0000           0.0000          -
2067.89/2074.72	c      2075        1190427     1189347         1           1.0000           0.0000          -
2072.87/2079.77	c      2080        1193319     1192239         1           1.0000           0.0000          -
2077.96/2084.87	c      2085        1196141     1195061         1           1.0000           0.0000          -
2083.15/2090.05	c      2090        1199218     1198138         1           1.0000           0.0000          -
2088.14/2095.09	c      2095        1202264     1201184         1           1.0000           0.0000          -
2093.31/2100.28	c      2100        1205175     1204095         1           1.0000           0.0000          -
2098.39/2105.34	c      2105        1208148     1207068         1           1.0000           0.0000          -
2103.47/2110.42	c      2110        1210931     1209851         1           1.0000           0.0000          -
2108.66/2115.63	c      2116        1214071     1212991         1           1.0000           0.0000          -
2113.64/2120.68	c      2121        1216850     1215770         1           1.0000           0.0000          -
2118.73/2125.75	c      2126        1219778     1218698         1           1.0000           0.0000          -
2123.81/2130.80	c      2131        1222682     1221602         1           1.0000           0.0000          -
2128.90/2135.92	c      2136        1225735     1224655         1           1.0000           0.0000          -
2133.99/2141.04	c      2141        1228542     1227462         1           1.0000           0.0000          -
2138.98/2146.08	c      2146        1231408     1230328         1           1.0000           0.0000          -
2144.06/2151.13	c      2151        1234609     1233529         1           1.0000           0.0000          -
2149.13/2156.25	c      2156        1237276     1236196         1           1.0000           0.0000          -
2154.12/2161.29	c      2161        1240402     1239322         1           1.0000           0.0000          -
2159.20/2166.38	c      2166        1243335     1242255         1           1.0000           0.0000          -
2164.29/2171.42	c      2171        1246244     1245164         1           1.0000           0.0000          -
2169.36/2176.55	c      2177        1249246     1248166         1           1.0000           0.0000          -
2174.65/2181.83	c      2182        1252239     1251159         1           1.0000           0.0000          -
2179.84/2187.04	c      2187        1255217     1254137         1           1.0000           0.0000          -
2184.83/2192.09	c      2192        1258100     1257020         1           1.0000           0.0000          -
2189.91/2197.14	c      2197        1260931     1259851         1           1.0000           0.0000          -
2195.39/2202.60	c      2203        1263995     1262915         1           1.0000           0.0000          -
2200.37/2207.64	c      2208        1267155     1266075         1           1.0000           0.0000          -
2205.36/2212.69	c      2213        1269853     1268773         1           1.0000           0.0000          -
2210.64/2217.95	c      2218        1272787     1271707         1           1.0000           0.0000          -
2215.62/2222.99	c      2223        1275706     1274626         1           1.0000           0.0000          -
2220.82/2228.13	c      2228        1278664     1277584         1           1.0000           0.0000          -
2225.80/2233.18	c      2233        1281719     1280639         1           1.0000           0.0000          -
2231.07/2238.46	c      2238        1284713     1283633         1           1.0000           0.0000          -
2236.16/2243.57	c      2244        1287631     1286551         1           1.0000           0.0000          -
2241.24/2248.67	c      2249        1290614     1289534         1           1.0000           0.0000          -
2246.52/2253.96	c      2254        1293421     1292341         1           1.0000           0.0000          -
2251.72/2259.12	c      2259        1296371     1295291         1           1.0000           0.0000          -
2256.69/2264.17	c      2264        1299400     1298294         1           1.0000           0.0000          -
2261.77/2269.23	c      2269        1302135     1301029         1           1.0000           0.0000          -
2266.75/2274.28	c      2274        1305094     1303988         1           1.0000           0.0000          -
2271.84/2279.35	c      2279        1307693     1306587         1           1.0000           0.0000          -
2277.03/2284.59	c      2285        1310578     1309472         1           1.0000           0.0000          -
2282.11/2289.64	c      2290        1313514     1312408         1           1.0000           0.0000          -
2287.09/2294.69	c      2295        1316556     1315450         1           1.0000           0.0000          -
2292.28/2299.82	c      2300        1319442     1318336         1           1.0000           0.0000          -
2297.36/2304.90	c      2305        1322479     1321373         1           1.0000           0.0000          -
2302.35/2309.96	c      2310        1325178     1324072         1           1.0000           0.0000          -
2307.33/2315.01	c      2315        1328278     1327172         1           1.0000           0.0000          -
2312.42/2320.05	c      2320        1331156     1330050         1           1.0000           0.0000          -
2318.09/2325.79	c      2326        1334026     1332920         1           1.0000           0.0000          -
2323.18/2330.84	c      2331        1337219     1336113         1           1.0000           0.0000          -
2328.16/2335.89	c      2336        1340084     1338978         1           1.0000           0.0000          -
2333.36/2341.10	c      2341        1343191     1342085         1           1.0000           0.0000          -
2338.53/2346.20	c      2346        1346277     1345171         1           1.0000           0.0000          -
2343.51/2351.26	c      2351        1348971     1347865         1           1.0000           0.0000          -
2348.69/2356.41	c      2356        1352106     1351000         1           1.0000           0.0000          -
2353.68/2361.48	c      2361        1354976     1353870         1           1.0000           0.0000          -
2358.96/2366.73	c      2367        1358031     1356925         1           1.0000           0.0000          -
2363.95/2371.78	c      2372        1361037     1359931         1           1.0000           0.0000          -
2369.04/2376.83	c      2377        1363952     1362846         1           1.0000           0.0000          -
2374.33/2382.19	c      2382        1367004     1365898         1           1.0000           0.0000          -
2379.50/2387.31	c      2387        1370204     1369098         1           1.0000           0.0000          -
2384.49/2392.36	c      2392        1372982     1371876         1           1.0000           0.0000          -
2389.67/2397.53	c      2398        1375936     1374830         1           1.0000           0.0000          -
2394.65/2402.59	c      2403        1378958     1377852         1           1.0000           0.0000          -
2399.73/2407.65	c      2408        1381898     1380792         1           1.0000           0.0000          -
2404.83/2412.70	c      2413        1384899     1383793         1           1.0000           0.0000          -
2409.80/2417.79	c      2418        1387694     1386588         1           1.0000           0.0000          -
2414.89/2422.86	c      2423        1390823     1389717         1           1.0000           0.0000          -
2419.97/2427.96	c      2428        1393794     1392688         1           1.0000           0.0000          -
2425.17/2433.15	c      2433        1396661     1395555         1           1.0000           0.0000          -
2430.24/2438.28	c      2438        1399582     1398476         1           1.0000           0.0000          -
2435.32/2443.32	c      2443        1402322     1401216         1           1.0000           0.0000          -
2440.31/2448.37	c      2448        1405531     1404425         1           1.0000           0.0000          -
2445.49/2453.53	c      2454        1408340     1407234         1           1.0000           0.0000          -
2450.48/2458.58	c      2459        1411106     1410000         1           1.0000           0.0000          -
2455.57/2463.69	c      2464        1414378     1413272         1           1.0000           0.0000          -
2460.85/2468.92	c      2469        1417280     1416174         1           1.0000           0.0000          -
2465.83/2473.97	c      2474        1420173     1419067         1           1.0000           0.0000          -
2470.92/2479.08	c      2479        1423044     1421938         1           1.0000           0.0000          -
2476.01/2484.15	c      2484        1425749     1424643         1           1.0000           0.0000          -
2481.09/2489.24	c      2489        1428871     1427765         1           1.0000           0.0000          -
2486.27/2494.43	c      2494        1431777     1430671         1           1.0000           0.0000          -
2491.25/2499.48	c      2499        1434819     1433713         1           1.0000           0.0000          -
2496.64/2504.85	c      2505        1437909     1436803         1           1.0000           0.0000          -
2501.62/2509.89	c      2510        1440851     1439745         1           1.0000           0.0000          -
2506.70/2514.94	c      2515        1443443     1442337         1           1.0000           0.0000          -
2511.69/2519.99	c      2520        1446410     1445304         1           1.0000           0.0000          -
2516.78/2525.04	c      2525        1449501     1448395         1           1.0000           0.0000          -
2521.77/2530.09	c      2530        1452341     1451235         1           1.0000           0.0000          -
2526.84/2535.19	c      2535        1455253     1454147         1           1.0000           0.0000          -
2531.92/2540.28	c      2540        1458016     1456910         1           1.0000           0.0000          -
2537.11/2545.44	c      2545        1461036     1459930         1           1.0000           0.0000          -
2542.19/2550.57	c      2551        1464058     1462952         1           1.0000           0.0000          -
2547.27/2555.69	c      2556        1466853     1465747         1           1.0000           0.0000          -
2552.36/2560.74	c      2561        1469714     1468608         1           1.0000           0.0000          -
2557.44/2565.82	c      2566        1472232     1471120         1           1.0000           0.0000          -
2562.43/2570.87	c      2571        1475102     1473990         1           1.0000           0.0000          -
2567.50/2575.92	c      2576        1478074     1476962         1           1.0000           0.0000          -
2572.49/2580.97	c      2581        1480732     1479620         1           1.0000           0.0000          -
2577.59/2586.02	c      2586        1483775     1482663         1           1.0000           0.0000          -
2582.57/2591.07	c      2591        1486735     1485623         1           1.0000           0.0000          -
2587.66/2596.12	c      2596        1489631     1488519         1           1.0000           0.0000          -
2592.92/2601.41	c      2601        1492653     1491541         1           1.0000           0.0000          -
2597.91/2606.47	c      2606        1495407     1494295         1           1.0000           0.0000          -
2602.99/2611.54	c      2612        1498343     1497231         1           1.0000           0.0000          -
2607.98/2616.59	c      2617        1501140     1500028         1           1.0000           0.0000          -
2613.06/2621.66	c      2622        1503902     1502790         1           1.0000           0.0000          -
2618.24/2626.89	c      2627        1506786     1505674         1           1.0000           0.0000          -
2623.33/2631.93	c      2632        1509811     1508699         1           1.0000           0.0000          -
2628.42/2637.08	c      2637        1512726     1511614         1           1.0000           0.0000          -
2633.51/2642.13	c      2642        1515688     1514576         1           1.0000           0.0000          -
2638.68/2647.37	c      2647        1518651     1517539         1           1.0000           0.0000          -
2643.77/2652.41	c      2652        1521459     1520347         1           1.0000           0.0000          -
2648.95/2657.63	c      2658        1524436     1523324         1           1.0000           0.0000          -
2653.93/2662.68	c      2663        1527465     1526353         1           1.0000           0.0000          -
2659.01/2667.77	c      2668        1530278     1529166         1           1.0000           0.0000          -
2664.41/2673.13	c      2673        1533345     1532233         1           1.0000           0.0000          -
2669.39/2678.17	c      2678        1536466     1535354         1           1.0000           0.0000          -
2674.46/2683.22	c      2683        1539286     1538174         1           1.0000           0.0000          -
2679.55/2688.35	c      2688        1542421     1541309         1           1.0000           0.0000          -
2684.54/2693.39	c      2693        1545343     1544231         1           1.0000           0.0000          -
2689.72/2698.55	c      2699        1548021     1546909         1           1.0000           0.0000          -
2694.80/2703.65	c      2704        1551296     1550184         1           1.0000           0.0000          -
2699.89/2708.70	c      2709        1553842     1552730         1           1.0000           0.0000          -
2704.87/2713.77	c      2714        1556844     1555732         1           1.0000           0.0000          -
2709.96/2718.88	c      2719        1559543     1558431         1           1.0000           0.0000          -
2715.04/2723.97	c      2724        1562666     1561554         1           1.0000           0.0000          -
2720.52/2729.43	c      2729        1565688     1564576         1           1.0000           0.0000          -
2725.80/2734.71	c      2735        1568574     1567462         1           1.0000           0.0000          -
2730.88/2739.84	c      2740        1571487     1570375         1           1.0000           0.0000          -
2736.18/2745.16	c      2745        1574575     1573463         1           1.0000           0.0000          -
2741.25/2750.21	c      2750        1577654     1576542         1           1.0000           0.0000          -
2746.24/2755.29	c      2755        1580413     1579301         1           1.0000           0.0000          -
2751.32/2760.34	c      2760        1583367     1582255         1           1.0000           0.0000          -
2756.41/2765.41	c      2765        1586028     1584916         1           1.0000           0.0000          -
2761.39/2770.48	c      2770        1589152     1588040         1           1.0000           0.0000          -
2766.67/2775.77	c      2776        1591907     1590795         1           1.0000           0.0000          -
2771.75/2780.86	c      2781        1594920     1593808         1           1.0000           0.0000          -
2776.95/2786.08	c      2786        1597868     1596756         1           1.0000           0.0000          -
2782.12/2791.24	c      2791        1600762     1599650         1           1.0000           0.0000          -
2787.21/2796.38	c      2796        1603632     1602520         1           1.0000           0.0000          -
2792.59/2801.73	c      2802        1606549     1605437         1           1.0000           0.0000          -
2797.89/2807.10	c      2807        1609861     1608749         1           1.0000           0.0000          -
2802.97/2812.17	c      2812        1612976     1611864         1           1.0000           0.0000          -
2808.04/2817.22	c      2817        1615755     1614643         1           1.0000           0.0000          -
2813.03/2822.29	c      2822        1618440     1617328         1           1.0000           0.0000          -
2818.11/2827.34	c      2827        1621454     1620342         1           1.0000           0.0000          -
2823.10/2832.39	c      2832        1624226     1623114         1           1.0000           0.0000          -
2828.28/2837.54	c      2838        1627261     1626149         1           1.0000           0.0000          -
2833.46/2842.75	c      2843        1630407     1629295         1           1.0000           0.0000          -
2838.55/2847.80	c      2848        1633301     1632189         1           1.0000           0.0000          -
2843.53/2852.85	c      2853        1635973     1634861         1           1.0000           0.0000          -
2848.72/2858.10	c      2858        1638854     1637742         1           1.0000           0.0000          -
2853.80/2863.18	c      2863        1641866     1640754         1           1.0000           0.0000          -
2858.88/2868.24	c      2868        1644691     1643579         1           1.0000           0.0000          -
2863.96/2873.32	c      2873        1647882     1646770         1           1.0000           0.0000          -
2869.04/2878.40	c      2878        1650556     1649444         1           1.0000           0.0000          -
2874.03/2883.47	c      2883        1653585     1652473         1           1.0000           0.0000          -
2879.21/2888.61	c      2889        1656564     1655452         1           1.0000           0.0000          -
2884.39/2893.86	c      2894        1659427     1658315         1           1.0000           0.0000          -
2889.58/2899.02	c      2899        1662530     1661418         1           1.0000           0.0000          -
2894.86/2904.37	c      2904        1665391     1664279         1           1.0000           0.0000          -
2899.94/2909.42	c      2909        1668310     1667198         1           1.0000           0.0000          -
2904.93/2914.47	c      2914        1671323     1670211         1           1.0000           0.0000          -
2910.12/2919.65	c      2920        1674198     1673086         1           1.0000           0.0000          -
2915.20/2924.70	c      2925        1677107     1675995         1           1.0000           0.0000          -
2920.18/2929.76	c      2930        1679964     1678852         1           1.0000           0.0000          -
2925.57/2935.11	c      2935        1682586     1681474         1           1.0000           0.0000          -
2930.65/2940.28	c      2940        1685486     1684374         1           1.0000           0.0000          -
2935.73/2945.35	c      2945        1688456     1687344         1           1.0000           0.0000          -
2941.01/2950.60	c      2951        1691662     1690550         1           1.0000           0.0000          -
2946.00/2955.67	c      2956        1694534     1693422         1           1.0000           0.0000          -
2951.08/2960.72	c      2961        1697493     1696381         1           1.0000           0.0000          -
2956.16/2965.84	c      2966        1700276     1699164         1           1.0000           0.0000          -
2961.36/2971.02	c      2971        1703319     1702207         1           1.0000           0.0000          -
2966.34/2976.07	c      2976        1706167     1705055         1           1.0000           0.0000          -
2971.43/2981.12	c      2981        1709354     1708242         1           1.0000           0.0000          -
2976.41/2986.17	c      2986        1712243     1711131         1           1.0000           0.0000          -
2981.58/2991.34	c      2991        1715079     1713967         1           1.0000           0.0000          -
2986.77/2996.56	c      2997        1718096     1716984         1           1.0000           0.0000          -
2991.85/3001.61	c      3002        1720932     1719820         1           1.0000           0.0000          -
2996.93/3006.73	c      3007        1724033     1722921         1           1.0000           0.0000          -
3002.12/3011.96	c      3012        1726861     1725749         1           1.0000           0.0000          -
3007.21/3017.01	c      3017        1730110     1728998         1           1.0000           0.0000          -
3012.19/3022.08	c      3022        1733066     1731954         1           1.0000           0.0000          -
3017.28/3027.18	c      3027        1735978     1734866         1           1.0000           0.0000          -
3022.35/3032.23	c      3032        1738791     1737679         1           1.0000           0.0000          -
3027.44/3037.37	c      3037        1741622     1740510         1           1.0000           0.0000          -
3032.52/3042.49	c      3042        1744456     1743344         1           1.0000           0.0000          -
3037.60/3047.55	c      3048        1747386     1746274         1           1.0000           0.0000          -
3042.69/3052.60	c      3053        1750298     1749186         1           1.0000           0.0000          -
3047.67/3057.66	c      3058        1753370     1752258         1           1.0000           0.0000          -
3052.76/3062.71	c      3063        1755868     1754756         1           1.0000           0.0000          -
3057.84/3067.80	c      3068        1758894     1757782         1           1.0000           0.0000          -
3062.83/3072.88	c      3073        1761723     1760611         1           1.0000           0.0000          -
3067.91/3077.93	c      3078        1764611     1763499         1           1.0000           0.0000          -
3073.19/3083.23	c      3083        1767476     1766364         1           1.0000           0.0000          -
3078.27/3088.34	c      3088        1770526     1769414         1           1.0000           0.0000          -
3083.36/3093.45	c      3093        1773347     1772235         1           1.0000           0.0000          -
3088.44/3098.50	c      3099        1776348     1775236         1           1.0000           0.0000          -
3093.72/3103.85	c      3104        1779231     1778119         1           1.0000           0.0000          -
3098.81/3108.90	c      3109        1782229     1781117         1           1.0000           0.0000          -
3103.79/3113.97	c      3114        1785164     1784052         1           1.0000           0.0000          -
3108.89/3119.05	c      3119        1788041     1786929         1           1.0000           0.0000          -
3113.97/3124.12	c      3124        1791035     1789923         1           1.0000           0.0000          -
3118.95/3129.17	c      3129        1793817     1792705         1           1.0000           0.0000          -
3124.12/3134.34	c      3134        1796729     1795617         1           1.0000           0.0000          -
3129.21/3139.45	c      3139        1799621     1798509         1           1.0000           0.0000          -
3134.19/3144.49	c      3144        1802640     1801528         1           1.0000           0.0000          -
3139.48/3149.71	c      3150        1805750     1804638         1           1.0000           0.0000          -
3144.46/3154.76	c      3155        1808569     1807457         1           1.0000           0.0000          -
3149.64/3159.94	c      3160        1811393     1810281         1           1.0000           0.0000          -
3154.74/3165.03	c      3165        1814414     1813302         1           1.0000           0.0000          -
3159.82/3170.14	c      3170        1817421     1816307         1           1.0000           0.0000          -
3165.00/3175.30	c      3175        1820314     1819200         1           1.0000           0.0000          -
3169.98/3180.39	c      3180        1822961     1821847         1           1.0000           0.0000          -
3175.06/3185.43	c      3185        1826249     1825135         1           1.0000           0.0000          -
3180.04/3190.49	c      3190        1829124     1828010         1           1.0000           0.0000          -
3185.22/3195.67	c      3196        1831947     1830833         1           1.0000           0.0000          -
3190.31/3200.72	c      3201        1834651     1833537         1           1.0000           0.0000          -
3195.30/3205.78	c      3206        1837426     1836312         1           1.0000           0.0000          -
3200.38/3210.86	c      3211        1840239     1839125         1           1.0000           0.0000          -
3205.47/3215.90	c      3216        1843164     1842050         1           1.0000           0.0000          -
3210.55/3221.01	c      3221        1846172     1845058         1           1.0000           0.0000          -
3215.73/3226.25	c      3226        1849210     1848096         1           1.0000           0.0000          -
3220.81/3231.35	c      3231        1851977     1850863         1           1.0000           0.0000          -
3226.10/3236.67	c      3237        1854681     1853567         1           1.0000           0.0000          -
3231.18/3241.71	c      3242        1857725     1856611         1           1.0000           0.0000          -
3236.36/3246.90	c      3247        1860577     1859463         1           1.0000           0.0000          -
3241.35/3251.95	c      3252        1863666     1862552         1           1.0000           0.0000          -
3246.44/3257.04	c      3257        1866449     1865335         1           1.0000           0.0000          -
3251.52/3262.11	c      3262        1869316     1868202         1           1.0000           0.0000          -
3256.51/3267.15	c      3267        1872017     1870903         1           1.0000           0.0000          -
3261.57/3272.22	c      3272        1874818     1873704         1           1.0000           0.0000          -
3266.66/3277.31	c      3277        1877778     1876664         1           1.0000           0.0000          -
3271.64/3282.36	c      3282        1880516     1879402         1           1.0000           0.0000          -
3276.73/3287.41	c      3287        1883386     1882272         1           1.0000           0.0000          -
3281.81/3292.52	c      3293        1886213     1885099         1           1.0000           0.0000          -
3286.80/3297.57	c      3298        1889049     1887935         1           1.0000           0.0000          -
3291.88/3302.64	c      3303        1891815     1890701         1           1.0000           0.0000          -
3296.96/3307.75	c      3308        1894801     1893687         1           1.0000           0.0000          -
3302.15/3312.96	c      3313        1897772     1896658         1           1.0000           0.0000          -
3307.24/3318.06	c      3318        1900819     1899705         1           1.0000           0.0000          -
3312.51/3323.32	c      3323        1903577     1902463         1           1.0000           0.0000          -
3317.49/3328.37	c      3328        1906705     1905591         1           1.0000           0.0000          -
3322.58/3333.44	c      3333        1909328     1908214         1           1.0000           0.0000          -
3327.67/3338.51	c      3339        1912391     1911277         1           1.0000           0.0000          -
3332.65/3343.56	c      3344        1914792     1913678         1           1.0000           0.0000          -
3337.83/3348.75	c      3349        1917851     1916737         1           1.0000           0.0000          -
3343.12/3354.02	c      3354        1920659     1919545         1           1.0000           0.0000          -
3348.60/3359.52	c      3360        1923489     1922375         1           1.0000           0.0000          -
3353.58/3364.57	c      3365        1926471     1925357         1           1.0000           0.0000          -
3358.77/3369.71	c      3370        1929571     1928457         1           1.0000           0.0000          -
3364.06/3375.06	c      3375        1932557     1931443         1           1.0000           0.0000          -
3369.14/3380.17	c      3380        1935626     1934512         1           1.0000           0.0000          -
3374.32/3385.39	c      3385        1938456     1937342         1           1.0000           0.0000          -
3379.71/3390.76	c      3391        1941557     1940443         1           1.0000           0.0000          -
3384.88/3395.98	c      3396        1944605     1943491         1           1.0000           0.0000          -
3389.98/3401.03	c      3401        1947536     1946422         1           1.0000           0.0000          -
3395.25/3406.31	c      3406        1950356     1949242         1           1.0000           0.0000          -
3400.43/3411.52	c      3412        1953258     1952144         1           1.0000           0.0000          -
3405.72/3416.82	c      3417        1956261     1955147         1           1.0000           0.0000          -
3410.70/3421.86	c      3422        1959113     1957999         1           1.0000           0.0000          -
3415.79/3426.92	c      3427        1962088     1960974         1           1.0000           0.0000          -
3421.07/3432.22	c      3432        1965196     1964082         1           1.0000           0.0000          -
3426.35/3437.53	c      3438        1968114     1967000         1           1.0000           0.0000          -
3431.73/3442.98	c      3443        1971113     1969999         1           1.0000           0.0000          -
3436.83/3448.04	c      3448        1973976     1972862         1           1.0000           0.0000          -
3441.91/3453.17	c      3453        1977178     1976064         1           1.0000           0.0000          -
3447.39/3458.63	c      3459        1980360     1979246         1           1.0000           0.0000          -
3452.37/3463.68	c      3464        1983237     1982123         1           1.0000           0.0000          -
3457.46/3468.73	c      3469        1986244     1985130         1           1.0000           0.0000          -
3462.44/3473.79	c      3474        1989142     1988028         1           1.0000           0.0000          -
3467.62/3478.94	c      3479        1991977     1990863         1           1.0000           0.0000          -
3472.61/3483.99	c      3484        1994764     1993650         1           1.0000           0.0000          -
3477.69/3489.04	c      3489        1997525     1996411         1           1.0000           0.0000          -
3482.97/3494.31	c      3494        2000562     1999448         1           1.0000           0.0000          -
3488.06/3499.40	c      3499        2003392     2002278         1           1.0000           0.0000          -
3493.04/3504.46	c      3504        2006253     2005139         1           1.0000           0.0000          -
3498.12/3509.58	c      3510        2008991     2007877         1           1.0000           0.0000          -
3503.21/3514.63	c      3515        2011807     2010693         1           1.0000           0.0000          -
3508.28/3519.74	c      3520        2014681     2013567         1           1.0000           0.0000          -
3513.59/3525.03	c      3525        2017446     2016332         1           1.0000           0.0000          -
3518.67/3530.15	c      3530        2020417     2019303         1           1.0000           0.0000          -
3523.94/3535.42	c      3535        2023309     2022195         1           1.0000           0.0000          -
3529.12/3540.65	c      3541        2026216     2025102         1           1.0000           0.0000          -
3534.21/3545.73	c      3546        2029122     2028008         1           1.0000           0.0000          -
3539.39/3550.94	c      3551        2032070     2030956         1           1.0000           0.0000          -
3544.48/3556.03	c      3556        2034912     2033798         1           1.0000           0.0000          -
3549.66/3561.20	c      3561        2037872     2036758         1           1.0000           0.0000          -
3554.65/3566.29	c      3566        2040774     2039660         1           1.0000           0.0000          -
3559.73/3571.38	c      3571        2043635     2042521         1           1.0000           0.0000          -
3564.91/3576.50	c      3577        2046423     2045309         1           1.0000           0.0000          -
3569.89/3581.55	c      3582        2049559     2048445         1           1.0000           0.0000          -
3575.18/3586.81	c      3587        2052399     2051285         1           1.0000           0.0000          -
3580.16/3591.86	c      3592        2055119     2054005         1           1.0000           0.0000          -
3585.45/3597.13	c      3597        2058264     2057150         1           1.0000           0.0000          -
3590.73/3602.41	c SCIP Status        : c solving was interrupted [hard time limit reached]
3590.73/3602.41	c Total Time         : 3602.4000
3590.73/3602.41	c   solving          : 3602.4000
3590.73/3602.41	c   presolving       : 2.3134 (included in solving)
3590.73/3602.41	c B&B Tree           :
3590.73/3602.41	c   nodes (total)    : 1
3590.73/3602.41	c Solution           :
3590.73/3602.41	c   Solutions found  : 3
3590.73/3602.41	c   Primal Bound     : +1.00000000000000e+00
3590.73/3602.41	c   Dual Bound       : +0.00000000000000e+00
3590.73/3602.41	c Gap                :   infinite
3590.73/3602.41	c * Warning: final gap: 1.00000000000000e+20 is greater than SCIPepsilon: 1.00000000000000e-09
3590.73/3602.41	o 1
3590.73/3602.41	s SATISFIABLE
3590.73/3602.41	v -x2253 -x2252 x2251 -x2250 x2249 -x2248 -x2247 x2246 -x2245 -x2244 x2243 -x2242 x2241 -x2240 -x2239 -x2238 -x2237 x2236 x2235 -x2234 
3590.73/3602.41	v -x2233 -x2232 x2231 -x2230 -x2229 -x2228 -x2227 x2226 -x2225 -x2224 x2223 -x2222 -x2221 -x2220 -x2219 -x2218 -x2217 -x2216 
3590.73/3602.41	v -x2215 x2214 -x2213 x2212 -x2211 x2210 x2209 x2208 x2207 -x2206 -x2205 -x2204 x2203 -x2202 -x2201 -x2200 -x2199 -x2198 -x2197 
3590.73/3602.41	v -x2196 x2195 x2194 -x2193 x2192 -x2191 -x2190 -x2189 x2188 x2187 x2186 -x2185 -x2184 -x2183 x2182 -x2181 x2180 -x2179 x2178 
3590.73/3602.41	v x2177 -x2176 x2175 x2174 x2173 -x2172 -x2171 -x2170 -x2169 -x2168 x2167 x2166 -x2165 -x2164 x2163 -x2162 x2161 -x2160 x2159 
3590.73/3602.41	v -x2158 -x2157 x2156 -x2155 -x2154 -x2153 x2152 -x2151 -x2150 -x2149 -x2148 -x2147 -x2146 x2145 -x2144 x2143 -x2142 x2141 -x2140 
3590.73/3602.41	v -x2139 -x2138 -x2137 -x2136 -x2135 x2134 x2133 -x2132 x2131 -x2130 -x2129 x2128 -x2127 -x2126 -x2125 -x2124 -x2123 -x2122 
3590.73/3602.41	v x2121 -x2120 -x2119 x2118 -x2117 -x2116 x2115 -x2114 x2113 x2112 -x2111 x2110 -x2109 -x2108 x2107 -x2106 -x2105 x2104 x2103 
3590.73/3602.41	v -x2102 -x2101 -x2100 -x2099 -x2098 -x2097 x2096 -x2095 x2094 -x2093 -x2092 -x2091 x2090 -x2089 x2088 -x2087 -x2086 x2085 -x2084 
3590.73/3602.41	v -x2083 -x2082 x2081 x2080 x2079 -x2078 x2077 x2076 x2075 -x2074 -x2073 x2072 -x2071 x2070 -x2069 -x2068 -x2067 -x2066 x2065 
3590.73/3602.41	v x2064 x2063 x2062 -x2061 -x2060 x2059 -x2058 -x2057 x2056 -x2055 x2054 -x2053 x2052 -x2051 x2050 -x2049 -x2048 -x2047 x2046 
3590.73/3602.41	v -x2045 -x2044 -x2043 x2042 -x2041 -x2040 -x2039 x2038 -x2037 x2036 -x2035 x2034 x2033 -x2032 x2031 -x2030 -x2029 x2028 -x2027 
3590.73/3602.41	v -x2026 x2025 -x2024 -x2023 x2022 -x2021 x2020 x2019 -x2018 -x2017 x2016 x2015 x2014 -x2013 -x2012 -x2011 -x2010 x2009 x2008 
3590.73/3602.41	v -x2007 -x2006 -x2005 -x2004 -x2003 x2002 -x2001 -x2000 x1999 -x1998 -x1997 x1996 -x1995 x1994 x1993 x1992 -x1991 -x1990 -x1989 
3590.73/3602.41	v x1988 x1987 -x1986 -x1985 x1984 x1983 -x1982 x1981 -x1980 x1979 x1978 -x1977 x1976 -x1975 -x1974 x1973 -x1972 x1971 -x1970 
3590.73/3602.41	v x1969 -x1968 -x1967 -x1966 -x1965 -x1964 x1963 -x1962 x1961 x1960 x1959 -x1958 -x1957 -x1956 -x1955 x1954 -x1953 -x1952 x1951 
3590.73/3602.41	v x1950 x1949 -x1948 -x1947 -x1946 x1945 x1944 x1943 -x1942 -x1941 -x1940 x1939 x1938 x1937 x1936 -x1935 -x1934 x1933 x1932 
3590.73/3602.41	v x1931 -x1930 x1929 -x1928 -x1927 x1926 x1925 x1924 -x1923 -x1922 -x1921 x1920 -x1919 x1918 -x1917 x1916 -x1915 x1914 x1913 -x1912 
3590.73/3602.41	v -x1911 -x1910 x1909 -x1908 x1907 x1906 x1905 x1904 -x1903 -x1902 x1901 x1900 x1899 -x1898 x1897 -x1896 -x1895 -x1894 -x1893 
3590.73/3602.41	v -x1892 -x1891 x1890 -x1889 -x1888 -x1887 -x1886 x1885 x1884 x1883 -x1882 -x1881 -x1880 -x1879 -x1878 x1877 x1876 -x1875 
3590.73/3602.41	v -x1874 -x1873 -x1872 x1871 x1870 -x1869 x1868 -x1867 -x1866 -x1865 -x1864 x1863 -x1862 -x1861 x1860 x1859 -x1858 -x1857 -x1856 
3590.73/3602.41	v -x1855 -x1854 -x1853 -x1852 -x1851 -x1850 x1849 -x1848 -x1847 -x1846 -x1845 -x1844 -x1843 -x1842 -x1841 -x1840 x1839 x1838 
3590.73/3602.41	v -x1837 -x1836 -x1835 -x1834 -x1833 x1832 -x1831 -x1830 -x1829 -x1828 -x1827 x1826 -x1825 x1824 -x1823 -x1822 -x1821 -x1820 -x1819 
3590.73/3602.41	v x1818 x1817 x1816 -x1815 x1814 x1813 x1812 -x1811 -x1810 x1809 -x1808 -x1807 -x1806 x1805 x1804 -x1803 x1802 x1801 -x1800 
3590.73/3602.41	v -x1799 -x1798 -x1797 -x1796 x1795 x1794 -x1793 -x1792 x1791 x1790 x1789 x1788 -x1787 -x1786 -x1785 x1784 -x1783 x1782 x1781 
3590.73/3602.41	v -x1780 x1779 -x1778 x1777 x1776 -x1775 -x1774 x1773 x1772 x1771 -x1770 -x1769 -x1768 x1767 -x1766 -x1765 -x1764 -x1763 -x1762 
3590.73/3602.41	v x1761 -x1760 -x1759 x1758 -x1757 -x1756 x1755 -x1754 -x1753 x1752 x1751 x1750 -x1749 -x1748 -x1747 -x1746 -x1745 x1744 x1743 
3590.73/3602.41	v -x1742 -x1741 x1740 x1739 -x1738 -x1737 -x1736 x1735 -x1734 -x1733 x1732 -x1731 -x1730 -x1729 -x1728 -x1727 -x1726 x1725 x1724 
3590.73/3602.41	v -x1723 x1722 -x1721 x1720 x1719 -x1718 -x1717 x1716 -x1715 x1714 -x1713 -x1712 x1711 -x1710 -x1709 -x1708 x1707 -x1706 x1705 
3590.73/3602.41	v x1704 x1703 -x1702 x1701 x1700 -x1699 x1698 -x1697 -x1696 -x1695 -x1694 -x1693 x1692 x1691 -x1690 x1689 x1688 x1687 -x1686 
3590.73/3602.41	v x1685 x1684 -x1683 x1682 -x1681 x1680 -x1679 x1678 -x1677 x1676 x1675 x1674 -x1673 x1672 x1671 -x1670 x1669 x1668 -x1667 x1666 
3590.73/3602.41	v x1665 -x1664 x1663 x1662 x1661 -x1660 -x1659 x1658 -x1657 x1656 -x1655 x1654 -x1653 -x1652 x1651 x1650 x1649 -x1648 -x1647 
3590.73/3602.41	v -x1646 -x1645 -x1644 x1643 -x1642 -x1641 x1640 x1639 x1638 x1637 x1636 x1635 x1634 -x1633 x1632 -x1631 x1630 -x1629 x1628 x1627 
3590.73/3602.41	v -x1626 x1625 x1624 x1623 x1622 -x1621 x1620 -x1619 x1618 x1617 -x1616 -x1615 -x1614 -x1613 x1612 -x1611 x1610 -x1609 x1608 
3590.73/3602.41	v x1607 -x1606 x1605 -x1604 -x1603 -x1602 x1601 x1600 -x1599 x1598 -x1597 x1596 -x1595 x1594 -x1593 -x1592 -x1591 x1590 -x1589 
3590.73/3602.41	v x1588 -x1587 -x1586 x1585 -x1584 x1583 x1582 -x1581 x1580 x1579 -x1578 -x1577 -x1576 x1575 x1574 x1573 -x1572 x1571 x1570 
3590.73/3602.41	v -x1569 -x1568 -x1567 x1566 x1565 -x1564 x1563 x1562 -x1561 x1560 -x1559 -x1558 x1557 x1556 x1555 -x1554 -x1553 x1552 -x1551 -x1550 
3590.73/3602.41	v -x1549 -x1548 -x1547 -x1546 x1545 x1544 x1543 -x1542 x1541 x1540 x1539 -x1538 -x1537 -x1536 x1535 x1534 x1533 x1532 x1531 
3590.73/3602.41	v -x1530 -x1529 -x1528 x1527 -x1526 -x1525 -x1524 x1523 x1522 -x1521 x1520 x1519 x1518 -x1517 x1516 -x1515 -x1514 x1513 x1512 
3590.73/3602.41	v -x1511 -x1510 -x1509 x1508 -x1507 x1506 -x1505 x1504 x1503 x1502 -x1501 x1500 -x1499 -x1498 x1497 -x1496 -x1495 -x1494 x1493 
3590.73/3602.41	v x1492 x1491 -x1490 -x1489 -x1488 -x1487 x1486 x1485 x1484 x1483 -x1482 -x1481 x1480 x1479 -x1478 x1477 -x1476 x1475 -x1474 
3590.73/3602.41	v -x1473 x1472 -x1471 -x1470 -x1469 x1468 x1467 x1466 x1465 x1464 -x1463 -x1462 -x1461 x1460 x1459 -x1458 -x1457 x1456 x1455 x1454 
3590.73/3602.41	v x1453 -x1452 x1451 -x1450 -x1449 x1448 -x1447 -x1446 x1445 x1444 x1443 x1442 -x1441 x1440 -x1439 x1438 -x1437 x1436 x1435 
3590.73/3602.41	v x1434 x1433 -x1432 -x1431 -x1430 x1429 -x1428 x1427 x1426 x1425 x1424 -x1423 x1422 -x1421 x1420 -x1419 -x1418 x1417 -x1416 -x1415 
3590.73/3602.41	v x1414 x1413 -x1412 x1411 -x1410 -x1409 x1408 x1407 -x1406 x1405 x1404 x1403 x1402 x1401 -x1400 -x1399 x1398 x1397 x1396 
3590.73/3602.41	v x1395 x1394 x1393 -x1392 -x1391 -x1390 -x1389 -x1388 x1387 -x1386 x1385 -x1384 x1383 -x1382 x1381 x1380 x1379 x1378 -x1377 -x1376 
3590.73/3602.41	v x1375 x1374 x1373 x1372 x1371 x1370 -x1369 x1368 -x1367 x1366 x1365 x1364 -x1363 x1362 x1361 -x1360 x1359 x1358 x1357 -x1356 
3590.73/3602.41	v -x1355 -x1354 x1353 x1352 x1351 x1350 -x1349 x1348 -x1347 x1346 -x1345 x1344 -x1343 -x1342 x1341 x1340 x1339 -x1338 -x1337 
3590.73/3602.41	v -x1336 x1335 -x1334 -x1333 x1332 -x1331 -x1330 -x1329 x1328 x1327 x1326 -x1325 x1324 -x1323 -x1322 x1321 -x1320 x1319 x1318 
3590.73/3602.41	v -x1317 x1316 x1315 x1314 -x1313 x1312 x1311 x1310 -x1309 -x1308 -x1307 x1306 x1305 x1304 -x1303 -x1302 x1301 -x1300 x1299 
3590.73/3602.41	v x1298 -x1297 -x1296 -x1295 -x1294 x1293 -x1292 x1291 -x1290 x1289 x1288 x1287 -x1286 -x1285 x1284 x1283 -x1282 x1281 x1280 -x1279 
3590.73/3602.41	v -x1278 x1277 x1276 -x1275 x1274 x1273 x1272 x1271 -x1270 -x1269 x1268 -x1267 -x1266 x1265 -x1264 -x1263 x1262 -x1261 -x1260 
3590.73/3602.41	v x1259 x1258 -x1257 x1256 x1255 x1254 -x1253 -x1252 x1251 x1250 -x1249 x1248 x1247 -x1246 x1245 x1244 -x1243 x1242 x1241 x1240 
3590.73/3602.41	v -x1239 x1238 x1237 x1236 -x1235 x1234 -x1233 x1232 x1231 x1230 x1229 x1228 x1227 -x1226 -x1225 x1224 x1223 -x1222 x1221 
3590.73/3602.41	v x1220 x1219 x1218 x1217 -x1216 x1215 -x1214 -x1213 x1212 -x1211 x1210 x1209 -x1208 x1207 -x1206 x1205 x1204 x1203 -x1202 -x1201 
3590.73/3602.41	v -x1200 x1199 x1198 -x1197 -x1196 -x1195 x1194 -x1193 x1192 -x1191 x1190 -x1189 x1188 -x1187 -x1186 x1185 -x1184 x1183 x1182 
3590.73/3602.41	v -x1181 x1180 x1179 -x1178 -x1177 x1176 -x1175 -x1174 x1173 x1172 -x1171 x1170 -x1169 -x1168 x1167 -x1166 x1165 x1164 -x1163 
3590.73/3602.41	v -x1162 x1161 x1160 x1159 x1158 -x1157 -x1156 x1155 x1154 -x1153 x1152 -x1151 x1150 -x1149 x1148 x1147 x1146 -x1145 -x1144 -x1143 
3590.73/3602.41	v x1142 -x1141 x1140 x1139 x1138 -x1137 x1136 -x1135 -x1134 -x1133 x1132 x1131 -x1130 x1129 -x1128 x1127 -x1126 x1125 -x1124 
3590.73/3602.41	v x1123 -x1122 x1121 x1120 -x1119 x1118 -x1117 x1116 -x1115 x1114 -x1113 x1112 -x1111 x1110 -x1109 x1108 x1107 x1106 -x1105 
3590.73/3602.41	v -x1104 x1103 x1102 -x1101 -x1100 x1099 x1098 -x1097 -x1096 x1095 -x1094 x1093 -x1092 x1091 x1090 x1089 x1088 -x1087 -x1086 -x1085 
3590.73/3602.41	v -x1084 x1083 -x1082 -x1081 x1080 x1079 -x1078 -x1077 x1076 x1075 -x1074 x1073 x1072 x1071 -x1070 x1069 -x1068 -x1067 x1066 
3590.73/3602.41	v x1065 x1064 -x1063 x1062 x1061 -x1060 x1059 x1058 -x1057 -x1056 x1055 x1054 -x1053 x1052 -x1051 -x1050 x1049 -x1048 x1047 
3590.73/3602.41	v x1046 x1045 -x1044 -x1043 x1042 -x1041 x1040 x1039 -x1038 x1037 -x1036 -x1035 x1034 -x1033 x1032 -x1031 x1030 -x1029 -x1028 -x1027 
3590.73/3602.41	v x1026 x1025 x1024 x1023 -x1022 x1021 -x1020 -x1019 x1018 x1017 -x1016 x1015 x1014 -x1013 -x1012 x1011 x1010 x1009 x1008 
3590.73/3602.41	v -x1007 -x1006 -x1005 x1004 x1003 x1002 x1001 x1000 x999 -x998 -x997 x996 -x995 -x994 -x993 x992 x991 -x990 -x989 x988 -x987 
3590.73/3602.41	v x986 x985 x984 -x983 x982 x981 x980 -x979 -x978 x977 x976 -x975 x974 x973 -x972 -x971 x970 x969 x968 x967 -x966 x965 -x964 x963 
3590.73/3602.41	v -x962 x961 -x960 -x959 -x958 x957 -x956 x955 x954 -x953 -x952 x951 x950 -x949 x948 -x947 -x946 -x945 -x944 -x943 x942 x941 
3590.73/3602.41	v x940 x939 -x938 x937 -x936 -x935 x934 x933 -x932 -x931 x930 x929 -x928 x927 -x926 x925 -x924 x923 x922 x921 -x920 -x919 x918 
3590.73/3602.41	v x917 -x916 x915 -x914 -x913 x912 -x911 x910 x909 -x908 x907 -x906 x905 -x904 x903 -x902 -x901 x900 x899 x898 x897 -x896 x895 
3590.73/3602.41	v x894 -x893 -x892 x891 -x890 -x889 x888 x887 -x886 -x885 x884 -x883 x882 x881 x880 -x879 -x878 x877 -x876 x875 x874 -x873 -x872 
3590.73/3602.41	v x871 x870 -x869 x868 -x867 x866 x865 -x864 -x863 x862 x861 x860 -x859 x858 -x857 x856 x855 -x854 -x853 x852 x851 x850 x849 
3590.73/3602.41	v x848 x847 x846 -x845 x844 -x843 -x842 x841 x840 x839 -x838 -x837 x836 x835 x834 -x833 x832 x831 -x830 -x829 x828 x827 x826 x825 
3590.73/3602.41	v -x824 -x823 -x822 x821 x820 x819 -x818 -x817 -x816 x815 -x814 x813 -x812 -x811 x810 x809 x808 -x807 x806 -x805 -x804 -x803 
3590.73/3602.41	v x802 x801 x800 -x799 x798 x797 -x796 -x795 x794 -x793 x792 x791 x790 -x789 x788 -x787 -x786 -x785 x784 x783 -x782 x781 -x780 
3590.73/3602.41	v -x779 x778 x777 -x776 x775 x774 x773 -x772 x771 -x770 -x769 x768 -x767 x766 x765 -x764 x763 -x762 x761 x760 -x759 x758 -x757 
3590.73/3602.41	v x756 -x755 x754 x753 x752 x751 x750 x749 x748 -x747 x746 x745 -x744 -x743 x742 -x741 x740 x739 -x738 x737 -x736 x735 x734 -x733 
3590.73/3602.41	v x732 x731 -x730 -x729 x728 -x727 x726 -x725 x724 x723 x722 -x721 -x720 -x719 x718 x717 x716 -x715 -x714 x713 x712 -x711 
3590.73/3602.41	v x710 x709 -x708 -x707 -x706 x705 x704 -x703 x702 x701 -x700 -x699 x698 -x697 x696 x695 x694 -x693 x692 x691 x690 -x689 x688 x687 
3590.73/3602.41	v -x686 x685 x684 x683 -x682 -x681 -x680 x679 -x678 -x677 -x676 x675 x674 -x673 x672 x671 -x670 -x669 x668 x667 x666 x665 -x664 
3590.73/3602.41	v x663 -x662 x661 -x660 x659 x658 -x657 -x656 x655 x654 -x653 x652 x651 -x650 x649 x648 x647 -x646 -x645 x644 x643 -x642 x641 
3590.73/3602.41	v -x640 x639 x638 -x637 -x636 x635 x634 x633 -x632 -x631 -x630 x629 -x628 x627 x626 -x625 x624 x623 -x622 -x621 x620 x619 x618 
3590.73/3602.41	v -x617 x616 -x615 x614 -x613 x612 -x611 x610 -x609 x608 x607 x606 -x605 x604 -x603 x602 -x601 x600 x599 x598 -x597 -x596 x595 
3590.73/3602.41	v -x594 x593 x592 -x591 -x590 -x589 x588 x587 x586 -x585 -x584 -x583 x582 x581 x580 -x579 x578 -x577 -x576 x575 -x574 x573 
3590.73/3602.41	v x572 -x571 x570 x569 -x568 -x567 x566 x565 -x564 x563 x562 x561 -x560 -x559 x558 -x557 x556 -x555 x554 x553 x552 -x551 x550 -x549 
3590.73/3602.41	v -x548 x547 x546 x545 -x544 -x543 -x542 x541 -x540 -x539 -x538 x537 x536 x535 -x534 -x533 x532 x531 -x530 x529 -x528 x527 
3590.73/3602.41	v x526 x525 -x524 -x523 -x522 x521 x520 x519 x518 x517 x516 x515 x514 -x513 -x512 -x511 x510 x509 x508 -x507 -x506 -x505 -x504 
3590.73/3602.41	v x503 -x502 -x501 x500 x499 -x498 x497 x496 -x495 -x494 -x493 x492 -x491 x490 x489 -x488 x487 x486 -x485 -x484 x483 x482 x481 
3590.73/3602.41	v x480 -x479 -x478 x477 x476 -x475 x474 -x473 -x472 -x471 x470 x469 x468 -x467 -x466 x465 -x464 x463 -x462 -x461 -x460 x459 x458 
3590.73/3602.41	v -x457 x456 x455 x454 -x453 x452 -x451 -x450 x449 -x448 -x447 -x446 x445 x444 x443 -x442 -x441 x440 x439 -x438 x437 -x436 x435 
3590.73/3602.41	v x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 -x424 -x423 x422 x421 x420 -x419 x418 x417 -x416 -x415 x414 -x413 
3590.73/3602.41	v -x412 -x411 x410 -x409 x408 x407 x406 x405 x404 -x403 x402 x401 -x400 x399 -x398 -x397 x396 x395 -x394 -x393 x392 x391 -x390 
3590.73/3602.41	v -x389 -x388 x387 -x386 x385 x384 -x383 -x382 -x381 x380 x379 x378 -x377 -x376 -x375 x374 x373 x372 -x371 -x370 x369 x368 x367 
3590.73/3602.41	v -x366 -x365 x364 x363 x362 -x361 -x360 -x359 -x358 x357 x356 -x355 x354 x353 -x352 -x351 -x350 -x349 -x348 x347 x346 -x345 x344 
3590.73/3602.41	v x343 -x342 -x341 -x340 x339 x338 x337 -x336 -x335 x334 x333 x332 x331 -x330 -x329 -x328 -x327 x326 x325 -x324 x323 -x322 
3590.73/3602.41	v x321 x320 x319 -x318 -x317 -x316 x315 x314 -x313 x312 -x311 -x310 x309 -x308 -x307 x306 x305 -x304 x303 x302 -x301 -x300 -x299 
3590.73/3602.41	v x298 x297 -x296 -x295 x294 -x293 x292 x291 -x290 -x289 x288 -x287 x286 x285 -x284 x283 -x282 -x281 -x280 x279 -x278 -x277 x276 
3590.73/3602.41	v -x275 -x274 x273 -x272 -x271 -x270 x269 x268 -x267 -x266 -x265 x264 x263 x262 -x261 x260 x259 -x258 x257 -x256 x255 -x254 
3590.73/3602.41	v x253 x252 -x251 x250 -x249 x248 -x247 x246 -x245 x244 x243 x242 -x241 -x240 x239 -x238 x237 -x236 -x235 x234 x233 x232 -x231 
3590.73/3602.41	v -x230 x229 -x228 -x227 x226 -x225 x224 -x223 -x222 -x221 x220 x219 -x218 -x217 -x216 x215 x214 -x213 x212 x211 x210 -x209 -x208 
3590.73/3602.41	v x207 -x206 -x205 x204 x203 x202 -x201 -x200 -x199 -x198 x197 x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 
3590.73/3602.41	v x185 -x184 x183 -x182 x181 x180 x179 -x178 -x177 x176 x175 -x174 -x173 x172 -x171 -x170 -x169 x168 -x167 x166 x165 -x164 x163 
3590.73/3602.41	v x162 -x161 -x160 x159 x158 x157 x156 -x155 -x154 -x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 -x143 x142 x141 x140 
3590.73/3602.41	v x139 -x138 -x137 -x136 x135 -x134 x133 x132 -x131 -x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 x121 -x120 -x119 x118 x117 
3590.73/3602.41	v -x116 x115 -x114 -x113 x112 x111 -x110 x109 x108 -x107 -x106 x105 -x104 x103 -x102 -x101 x100 -x99 x98 -x97 -x96 x95 x94 
3590.73/3602.41	v -x93 x92 -x91 -x90 x89 x88 -x87 x86 x85 -x84 x83 -x82 x81 -x80 -x79 x78 x77 -x76 -x75 x74 x73 -x72 x71 -x70 -x69 x68 x67 x66 
3590.73/3602.41	v -x65 -x64 -x63 x62 -x61 -x60 x59 x58 -x57 x56 -x55 x54 -x53 x52 x51 x50 -x49 -x48 -x47 x46 x45 -x44 -x43 -x42 -x41 x40 x39 -x38 
3590.73/3602.41	v x37 -x36 x35 -x34 -x33 -x32 x31 x30 x29 -x28 x27 -x26 -x25 x24 x23 -x22 -x21 -x20 x19 x18 x17 x16 -x15 -x14 -x13 x12 x11 -x10 
3590.73/3602.41	v -x9 -x8 x7 x6 x5 -x4 x3 -x2 -x1 -x3004 -x3003 -x3002 -x3001 -x3000 -x2999 -x2998 -x2997 -x2996 -x2995 -x2994 -x2993 -x2992 
3590.73/3602.41	v -x2991 -x2990 -x2989 -x2988 -x2987 -x2986 -x2985 -x2984 -x2983 -x2982 -x2981 -x2980 -x2979 -x2978 -x2977 -x2976 -x2975 -x2974 
3590.73/3602.41	v -x2973 -x2972 -x2971 -x2970 -x2969 -x2968 -x2967 -x2966 -x2965 -x2964 -x2963 -x2962 -x2961 -x2960 -x2959 -x2958 -x2957 -x2956 
3590.73/3602.41	v -x2955 -x2954 -x2953 -x2952 -x2951 -x2950 -x2949 -x2948 -x2947 -x2946 -x2945 -x2944 -x2943 -x2942 -x2941 -x2940 -x2939 -x2938 
3590.73/3602.41	v -x2937 -x2936 -x2935 -x2934 -x2933 -x2932 -x2931 -x2930 -x2929 -x2928 -x2927 -x2926 -x2925 -x2924 -x2923 -x2922 -x2921 -x2920 
3590.73/3602.41	v -x2919 -x2918 -x2917 -x2916 -x2915 -x2914 -x2913 -x2912 -x2911 -x2910 -x2909 -x2908 -x2907 -x2906 -x2905 -x2904 -x2903 
3590.73/3602.41	v -x2902 -x2901 -x2900 -x2899 -x2898 -x2897 -x2896 -x2895 -x2894 -x2893 -x2892 -x2891 -x2890 -x2889 -x2888 -x2887 -x2886 -x2885 
3590.73/3602.41	v -x2884 -x2883 -x2882 -x2881 -x2880 -x2879 -x2878 -x2877 -x2876 -x2875 -x2874 -x2873 -x2872 -x2871 -x2870 -x2869 -x2868 -x2867 
3590.73/3602.41	v -x2866 -x2865 -x2864 -x2863 -x2862 -x2861 -x2860 -x2859 -x2858 -x2857 -x2856 -x2855 -x2854 -x2853 -x2852 -x2851 -x2850 -x2849 
3590.73/3602.41	v -x2848 -x2847 -x2846 -x2845 -x2844 -x2843 -x2842 -x2841 -x2840 -x2839 -x2838 -x2837 -x2836 -x2835 -x2834 -x2833 -x2832 -x2831 
3590.73/3602.41	v -x2830 -x2829 -x2828 -x2827 -x2826 -x2825 -x2824 -x2823 -x2822 -x2821 -x2820 -x2819 -x2818 -x2817 -x2816 -x2815 -x2814 -x2813 
3590.73/3602.41	v -x2812 -x2811 -x2810 -x2809 -x2808 -x2807 -x2806 -x2805 -x2804 -x2803 -x2802 -x2801 -x2800 -x2799 -x2798 -x2797 -x2796 -x2795 
3590.73/3602.41	v -x2794 -x2793 -x2792 -x2791 -x2790 -x2789 -x2788 -x2787 -x2786 -x2785 -x2784 -x2783 -x2782 -x2781 -x2780 -x2779 -x2778 
3590.73/3602.41	v -x2777 -x2776 -x2775 -x2774 -x2773 -x2772 -x2771 -x2770 -x2769 -x2768 -x2767 -x2766 -x2765 -x2764 -x2763 -x2762 -x2761 -x2760 
3590.73/3602.41	v -x2759 -x2758 -x2757 -x2756 -x2755 -x2754 -x2753 -x2752 -x2751 -x2750 -x2749 -x2748 -x2747 -x2746 -x2745 -x2744 -x2743 -x2742 
3590.73/3602.41	v -x2741 -x2740 -x2739 -x2738 -x2737 -x2736 -x2735 -x2734 -x2733 -x2732 -x2731 -x2730 -x2729 -x2728 -x2727 -x2726 -x2725 -x2724 
3590.73/3602.41	v -x2723 -x2722 -x2721 -x2720 -x2719 -x2718 -x2717 -x2716 -x2715 -x2714 -x2713 -x2712 -x2711 -x2710 -x2709 -x2708 -x2707 -x2706 
3590.73/3602.41	v -x2705 -x2704 -x2703 -x2702 -x2701 -x2700 -x2699 -x2698 -x2697 -x2696 -x2695 -x2694 -x2693 -x2692 -x2691 -x2690 -x2689 -x2688 
3590.73/3602.41	v -x2687 -x2686 -x2685 -x2684 -x2683 -x2682 -x2681 -x2680 -x2679 -x2678 -x2677 -x2676 -x2675 -x2674 -x2673 -x2672 -x2671 -x2670 
3590.73/3602.41	v -x2669 -x2668 -x2667 -x2666 -x2665 -x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 -x2656 -x2655 -x2654 -x2653 
3590.73/3602.41	v -x2652 -x2651 -x2650 -x2649 -x2648 -x2647 -x2646 -x2645 -x2644 -x2643 -x2642 -x2641 -x2640 -x2639 -x2638 -x2637 -x2636 -x2635 
3590.73/3602.41	v -x2634 -x2633 -x2632 -x2631 -x2630 -x2629 -x2628 -x2627 -x2626 -x2625 -x2624 -x2623 -x2622 -x2621 -x2620 -x2619 -x2618 -x2617 
3590.73/3602.41	v -x2616 -x2615 -x2614 -x2613 -x2612 -x2611 -x2610 -x2609 -x2608 -x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x2601 -x2600 -x2599 
3590.73/3602.41	v -x2598 -x2597 -x2596 -x2595 -x2594 -x2593 -x2592 -x2591 -x2590 -x2589 -x2588 -x2587 -x2586 -x2585 -x2584 -x2583 -x2582 -x2581 
3590.73/3602.41	v -x2580 -x2579 -x2578 -x2577 -x2576 -x2575 -x2574 -x2573 -x2572 -x2571 -x2570 -x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 
3590.73/3602.41	v -x2562 -x2561 -x2560 -x2559 -x2558 -x2557 -x2556 -x2555 -x2554 -x2553 -x2552 -x2551 -x2550 -x2549 -x2548 -x2547 -x2546 -x2545 
3590.73/3602.41	v -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 -x2538 -x2537 -x2536 -x2535 -x2534 -x2533 -x2532 -x2531 -x2530 -x2529 -x2528 
3590.73/3602.41	v -x2527 -x2526 -x2525 -x2524 -x2523 -x2522 -x2521 -x2520 -x2519 -x2518 -x2517 -x2516 -x2515 -x2514 -x2513 -x2512 -x2511 -x2510 
3590.73/3602.41	v -x2509 -x2508 -x2507 -x2506 -x2505 -x2504 -x2503 -x2502 -x2501 -x2500 -x2499 -x2498 -x2497 -x2496 -x2495 -x2494 -x2493 -x2492 
3590.73/3602.41	v -x2491 -x2490 -x2489 -x2488 -x2487 -x2486 -x2485 -x2484 -x2483 -x2482 -x2481 -x2480 -x2479 -x2478 -x2477 -x2476 -x2475 -x2474 
3590.73/3602.41	v -x2473 -x2472 -x2471 -x2470 -x2469 -x2468 -x2467 -x2466 -x2465 -x2464 -x2463 -x2462 -x2461 -x2460 -x2459 -x2458 -x2457 -x2456 
3590.73/3602.41	v -x2455 -x2454 -x2453 -x2452 -x2451 -x2450 -x2449 -x2448 -x2447 -x2446 -x2445 -x2444 -x2443 -x2442 -x2441 -x2440 -x2439 -x2438 
3590.73/3602.41	v -x2437 -x2436 -x2435 -x2434 -x2433 -x2432 -x2431 -x2430 -x2429 -x2428 -x2427 -x2426 -x2425 -x2424 -x2423 -x2422 -x2421 -x2420 
3590.73/3602.41	v -x2419 -x2418 -x2417 -x2416 -x2415 -x2414 -x2413 -x2412 -x2411 -x2410 -x2409 -x2408 -x2407 -x2406 -x2405 -x2404 -x2403 
3590.73/3602.41	v -x2402 -x2401 -x2400 -x2399 -x2398 -x2397 -x2396 -x2395 -x2394 -x2393 -x2392 -x2391 -x2390 -x2389 -x2388 -x2387 -x2386 -x2385 
3590.73/3602.41	v -x2384 -x2383 -x2382 -x2381 -x2380 -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 -x2373 -x2372 -x2371 -x2370 -x2369 -x2368 -x2367 
3590.73/3602.41	v -x2366 -x2365 -x2364 -x2363 -x2362 -x2361 -x2360 -x2359 -x2358 -x2357 -x2356 -x2355 -x2354 -x2353 -x2352 -x2351 -x2350 -x2349 
3590.73/3602.41	v -x2348 -x2347 -x2346 -x2345 -x2344 -x2343 -x2342 -x2341 -x2340 -x2339 -x2338 -x2337 x2336 -x2335 -x2334 -x2333 -x2332 -x2331 
3590.73/3602.41	v -x2330 -x2329 -x2328 -x2327 -x2326 -x2325 -x2324 -x2323 -x2322 -x2321 -x2320 -x2319 -x2318 -x2317 -x2316 -x2315 -x2314 -x2313 
3590.73/3602.41	v -x2312 -x2311 -x2310 -x2309 -x2308 -x2307 -x2306 -x2305 -x2304 -x2303 -x2302 -x2301 -x2300 -x2299 -x2298 -x2297 -x2296 -x2295 
3590.73/3602.41	v -x2294 -x2293 -x2292 -x2291 -x2290 -x2289 -x2288 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 -x2281 -x2280 -x2279 -x2278 -x2277 
3590.73/3602.41	v -x2276 -x2275 -x2274 -x2273 -x2272 -x2271 -x2270 -x2269 -x2268 -x2267 -x2266 -x2265 -x2264 -x2263 -x2262 -x2261 -x2260 
3590.73/3602.41	v -x2259 -x2258 -x2257 -x2256 -x2255 -x2254 

Verifier Data

OK	1

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: 2
  memory of node 0: 64096 MiB (61956 MiB free)
  memory of node 1: 64473 MiB (61328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457953-1721865126/watcher-4457953-1721865126 -o /tmp/evaluation-result-4457953-1721865126/solver-4457953-1721865126 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213622 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4457953-1721865126.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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
Current StackSize limit: 8192 KiB

solver pid=214124, runsolver pid=214121

[startup+0.100312 s]*
/proc/loadavg: 0.09 0.09 0.09 5/244 214132
/proc/meminfo: memFree=126256484/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=40304 memory=25076 CPUtime=0.1 cores=5,7
/proc/214124/stat : 214124 (fscip) R 214121 214124 213609 0 -1 4194304 3781 0 0 0 9 1 0 0 20 0 1 0 22501426 41271296 6269 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 10076 6269 2766 3032 0 6476 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40304 KiB
Current children cumulated memory: 25076 KiB

[startup+0.21333 s]*
/proc/loadavg: 0.09 0.09 0.09 5/241 214151
/proc/meminfo: memFree=126466980/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=40304 memory=25076 CPUtime=0.21 cores=5,7
/proc/214124/stat : 214124 (fscip) R 214121 214124 213609 0 -1 4194304 3781 0 0 0 20 1 0 0 20 0 1 0 22501426 41271296 6269 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 10076 6269 2766 3032 0 6476 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40304 KiB
Current children cumulated memory: 25076 KiB

[startup+0.312745 s]*
/proc/loadavg: 0.09 0.09 0.09 5/241 214161
/proc/meminfo: memFree=126446340/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=40304 memory=25076 CPUtime=0.31 cores=5,7
/proc/214124/stat : 214124 (fscip) R 214121 214124 213609 0 -1 4194304 3781 0 0 0 30 1 0 0 20 0 1 0 22501426 41271296 6269 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 10076 6269 2766 3032 0 6476 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40304 KiB
Current children cumulated memory: 25076 KiB

[startup+0.700316 s]
/proc/loadavg: 0.09 0.09 0.09 5/244 214193
/proc/meminfo: memFree=126446192/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=40304 memory=25076 CPUtime=0.68 cores=5,7
/proc/214124/stat : 214124 (fscip) R 214121 214124 213609 0 -1 4194304 3781 0 0 0 67 1 0 0 20 0 1 0 22501426 41271296 6269 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 10076 6269 2766 3032 0 6476 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40304 KiB
Current children cumulated memory: 25076 KiB

[startup+1.5003 s]
/proc/loadavg: 0.32 0.14 0.11 4/243 214217
/proc/meminfo: memFree=126425456/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=40304 memory=25076 CPUtime=1.48 cores=5,7
/proc/214124/stat : 214124 (fscip) R 214121 214124 213609 0 -1 4194304 3781 0 0 0 147 1 0 0 20 0 1 0 22501426 41271296 6269 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 10076 6269 2766 3032 0 6476 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40304 KiB
Current children cumulated memory: 25076 KiB

[startup+3.11244 s]
/proc/loadavg: 0.32 0.14 0.11 5/253 214303
/proc/meminfo: memFree=126224552/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=127380 memory=61024 CPUtime=3.08 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 13845 0 0 0 304 4 0 0 20 0 3 0 22501426 130437120 15256 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 31845 15256 2910 3032 0 20053 0
[pid=214124/tid=214298] ppid=214121 vsize=127380 memory=49092 CPUtime=0.74 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 8579 0 0 0 72 2 0 0 20 0 3 0 22501660 130437120 15256 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=127380 memory=0 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22501662 130437120 15256 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 127380 KiB
Current children cumulated memory: 61024 KiB

[startup+6.30032 s]
/proc/loadavg: 0.62 0.20 0.13 5/254 214352
/proc/meminfo: memFree=126217312/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=192916 memory=103180 CPUtime=6.25 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 32433 0 0 0 618 7 0 0 20 0 3 0 22501426 197545984 25795 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 48229 25795 2974 3032 0 30373 0
[pid=214124/tid=214298] ppid=214121 vsize=192916 memory=11412 CPUtime=3.91 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 26681 0 0 0 386 5 0 0 20 0 3 0 22501660 197545984 25795 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=192916 memory=103088 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 22501662 197545984 25795 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 192916 KiB
Current children cumulated memory: 103180 KiB

[startup+12.7004 s]
/proc/loadavg: 0.97 0.28 0.15 5/254 214352
/proc/meminfo: memFree=126189060/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=192916 memory=103268 CPUtime=12.63 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 59272 0 0 0 1254 9 0 0 20 0 3 0 22501426 197545984 25817 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 48229 25817 2974 3032 0 30373 0
[pid=214124/tid=214298] ppid=214121 vsize=192916 memory=103232 CPUtime=10.3 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 53475 0 0 0 1023 7 0 0 20 0 3 0 22501660 197545984 25817 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=192916 memory=11412 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 22501662 197545984 25817 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 192916 KiB
Current children cumulated memory: 103268 KiB

[startup+25.5003 s]
/proc/loadavg: 1.44 0.41 0.19 5/254 214355
/proc/meminfo: memFree=126135756/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=192916 memory=132852 CPUtime=25.4 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 98864 0 0 0 2527 13 0 0 20 0 3 0 22501426 197545984 33213 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 48229 33213 2974 3032 0 38122 0
[pid=214124/tid=214298] ppid=214121 vsize=192916 memory=123744 CPUtime=23.06 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 92988 0 0 0 2295 11 0 0 20 0 3 0 22501660 197545984 33213 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=192916 memory=103180 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 22501662 197545984 33213 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 192916 KiB
Current children cumulated memory: 132852 KiB

[startup+51.1126 s]
/proc/loadavg: 2.58 0.78 0.33 5/254 214358
/proc/meminfo: memFree=126063100/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=192916 memory=156132 CPUtime=50.94 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 144903 0 0 0 5075 19 0 0 20 0 3 0 22501426 197545984 39033 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 48229 39033 2974 3032 0 43650 0
[pid=214124/tid=214298] ppid=214121 vsize=192916 memory=156112 CPUtime=48.6 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 138939 0 0 0 4843 17 0 0 20 0 3 0 22501660 197545984 39033 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=192916 memory=148724 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 22501662 197545984 39033 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 192916 KiB
Current children cumulated memory: 156132 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 1.33 0.54 5/254 214367
/proc/meminfo: memFree=125939052/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=258452 memory=196412 CPUtime=101.98 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 217466 0 0 0 10168 30 0 0 20 0 3 0 22501426 264654848 49103 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 64613 49103 2974 3032 0 54301 0
[pid=214124/tid=214298] ppid=214121 vsize=258452 memory=193168 CPUtime=99.64 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 211392 0 0 0 9936 28 0 0 20 0 3 0 22501660 264654848 49103 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=258452 memory=11412 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 22501662 264654848 49103 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 258452 KiB
Current children cumulated memory: 196412 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 1.83 0.76 5/254 214377
/proc/meminfo: memFree=125790124/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=326040 memory=251184 CPUtime=161.79 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 272878 0 0 0 16139 40 0 0 20 0 3 0 22501426 333864960 62796 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 81510 62796 2974 3032 0 67361 0
[pid=214124/tid=214298] ppid=214121 vsize=326040 memory=231424 CPUtime=159.43 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 266745 0 0 0 15906 37 0 0 20 0 3 0 22501660 333864960 62796 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=326040 memory=248028 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 22501662 333864960 62796 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 326040 KiB
Current children cumulated memory: 251184 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.26 0.98 5/255 214772
/proc/meminfo: memFree=125632192/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=391576 memory=296508 CPUtime=221.57 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 309666 0 0 0 22109 48 0 0 20 0 3 0 22501426 400973824 74127 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 97894 74127 2974 3032 0 78717 0
[pid=214124/tid=214298] ppid=214121 vsize=391576 memory=289280 CPUtime=219.22 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 303502 0 0 0 21876 46 0 0 20 0 3 0 22501660 400973824 74127 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=391576 memory=11412 CPUtime=0 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 22501662 400973824 74127 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 391576 KiB
Current children cumulated memory: 296508 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 2.62 1.19 5/255 214782
/proc/meminfo: memFree=125479976/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=396868 memory=352796 CPUtime=281.35 cores=5,7

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

Current children cumulated memory: 2740752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.06 5/248 216152
/proc/meminfo: memFree=118260944/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2865256 memory=2780680 CPUtime=3451.07 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1517157 0 0 0 344619 488 0 0 20 0 3 0 22501426 2934022144 695170 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 716314 695170 2990 3032 0 699765 0
[pid=214124/tid=214298] ppid=214121 vsize=2865256 memory=2688820 CPUtime=3448.42 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1510030 0 0 0 344367 475 0 0 20 0 3 0 22501660 2934022144 695170 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2865256 memory=11412 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 138 0 0 0 1 2 0 0 20 0 3 0 22501662 2934022144 695170 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3451.07 s
Current children cumulated vsize: 2865256 KiB
Current children cumulated memory: 2780680 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.06 5/251 216167
/proc/meminfo: memFree=118135632/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2930792 memory=2823408 CPUtime=3510.88 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1546322 0 0 0 350591 497 0 0 20 0 3 0 22501426 3001131008 705852 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 732698 705852 2990 3032 0 710355 0
[pid=214124/tid=214298] ppid=214121 vsize=2930792 memory=2806936 CPUtime=3508.23 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1539176 0 0 0 350339 484 0 0 20 0 3 0 22501660 3001131008 705852 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2930792 memory=2822160 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 140 0 0 0 1 2 0 0 20 0 3 0 22501662 3001131008 705852 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3510.88 s
Current children cumulated vsize: 2930792 KiB
Current children cumulated memory: 2823408 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.07 5/251 216178
/proc/meminfo: memFree=118006804/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2865684 CPUtime=3570.69 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1573128 0 0 0 356564 505 0 0 20 0 3 0 22501426 3034685440 716421 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 716421 2990 3032 0 728886 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=11412 CPUtime=3568.03 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1565964 0 0 0 356311 492 0 0 20 0 3 0 22501660 3034685440 716421 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=2861496 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 716421 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3570.69 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2865684 KiB

[startup+3602.54 s]
# the end of solver process 214124 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3585.49 s, system=5.37467 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.14 4.07 5/251 216180
/proc/meminfo: memFree=118002564/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2866180 CPUtime=3572.39 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1574511 0 0 0 356734 505 0 0 20 0 3 0 22501426 3034685440 716545 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 716545 2990 3032 0 728998 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=6720667644762274658 CPUtime=3569.74 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1567347 0 0 0 356482 492 0 0 20 0 3 0 22501660 3034685440 716545 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=-7306384125540917375 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 716545 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3572.39 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2866180 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.14 4.07 5/251 216180
/proc/meminfo: memFree=117988256/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2871940 CPUtime=3578.76 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1577740 0 0 0 357370 506 0 0 20 0 3 0 22501426 3034685440 717985 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 717985 2990 3032 0 730414 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=2863576 CPUtime=3576.1 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1570576 0 0 0 357117 493 0 0 20 0 3 0 22501660 3034685440 717985 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=11412 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 717985 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3578.76 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2871940 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.14 4.07 5/251 216181
/proc/meminfo: memFree=117976796/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2875248 CPUtime=3585.14 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1579261 0 0 0 358007 507 0 0 20 0 3 0 22501426 3034685440 718812 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 718812 2990 3032 0 731215 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=2296 CPUtime=3582.48 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1572097 0 0 0 357754 494 0 0 20 0 3 0 22501660 3034685440 718812 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=2865684 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 718812 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3585.14 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2875248 KiB

[startup+3600 s]*
/proc/loadavg: 4.11 4.13 4.07 5/251 216181
/proc/meminfo: memFree=117970048/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2878076 CPUtime=3588.34 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1585658 0 0 0 358327 507 0 0 20 0 3 0 22501426 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 719519 2990 3032 0 731903 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=6720667644762274658 CPUtime=3585.68 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1579695 0 0 0 358074 494 0 0 20 0 3 0 22501660 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=-7306384125540917375 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3588.34 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2878076 KiB

[startup+3601.6 s]
/proc/loadavg: 4.11 4.13 4.07 5/251 216181
/proc/meminfo: memFree=118086724/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2878076 CPUtime=3589.93 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1909786 0 0 0 358469 524 0 0 20 0 3 0 22501426 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 719519 2990 3032 0 731903 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=2878068 CPUtime=3587.27 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1902652 0 0 0 358217 510 0 0 20 0 3 0 22501660 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=16132 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3589.93 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2878076 KiB

[startup+3602 s]*
/proc/loadavg: 4.27 4.17 4.08 6/252 216182
/proc/meminfo: memFree=118254740/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2963560 memory=2878076 CPUtime=3590.34 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1919020 0 0 0 358510 524 0 0 20 0 3 0 22501426 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 740890 719519 2990 3032 0 731903 0
[pid=214124/tid=214298] ppid=214121 vsize=2963560 memory=-4075877051373423743 CPUtime=3587.69 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1911856 0 0 0 358258 511 0 0 20 0 3 0 22501660 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2963560 memory=198340509722 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 3034685440 719519 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3590.34 s
Current children cumulated vsize: 2963560 KiB
Current children cumulated memory: 2878076 KiB

[startup+3602.4 s]
/proc/loadavg: 4.27 4.17 4.08 6/252 216182
/proc/meminfo: memFree=118254740/131655788 swapFree=131070192/131071996
[pid=214124] ppid=214121 vsize=2681232 memory=2603104 CPUtime=3590.73 cores=5,7
/proc/214124/stat : 214124 (fscip) S 214121 214124 213609 0 -1 1077936128 1926677 0 0 0 358548 525 0 0 20 0 3 0 22501426 2745581568 650790 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
/proc/214124/statm: 670308 650790 2990 3032 0 664060 0
[pid=214124/tid=214298] ppid=214121 vsize=2681232 memory=2878076 CPUtime=3588.07 cores=5,7
/proc/214124/task/214298/stat : 214298 (fscip) R 214121 214124 213609 0 -1 4194368 1919512 0 0 0 358295 512 0 0 20 0 3 0 22501660 2745581568 650264 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
[pid=214124/tid=214299] ppid=214121 vsize=2681232 memory=2878076 CPUtime=0.03 cores=5,7
/proc/214124/task/214299/stat : 214299 (fscip) S 214121 214124 213609 0 -1 1077936192 142 0 0 0 1 2 0 0 20 0 3 0 22501662 2745581568 649752 134679101440 4194304 16613245 140731309324352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 46551040 140731309331477 140731309331593 140731309331593 140731309338608 0
Current children cumulated CPU time: 3590.73 s
Current children cumulated vsize: 2681232 KiB
Current children cumulated memory: 2603104 KiB

[startup+3602.5 s]*
/proc/loadavg: 4.27 4.17 4.08 5/250 216184
/proc/meminfo: memFree=119759696/131655788 swapFree=131070192/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): 3602.54
CPU time (s): 3590.86
CPU user time (s): 3585.49
CPU system time (s): 5.37467
CPU usage (%): 99.6759
Max. virtual memory (cumulated for all children) (KiB): 2963560
Max. memory (cumulated for all children) (KiB): 2878076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.49
system time used= 5.37467
maximum resident set size= 2878076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1927158
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= 10866
involuntary context switches= 4806


# summary of solver processes directly reported to runsolver:
#   pid: 214124
#   total CPU time (s): 3590.86
#   total CPU user time (s): 3585.49
#   total CPU system time (s): 5.37467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0845 second user time and 28.7635 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-25 01:52:06
IDJOB=4457953
IDBENCH=177055
IDSOLVER=3064
FILE ID=nodeC002/4457953-1721865126
RUNJOBID= nodeC002-1721865122-213622
SLURM_JOB_ID= 8089198
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_751.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457953-1721865126/watcher-4457953-1721865126 -o /tmp/evaluation-result-4457953-1721865126/solver-4457953-1721865126 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213622 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4457953-1721865126.opb -qsol -t 3600 -sth 1

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 21ed527d50cb70bf3fbdba517cab1d1c
RANDOM SEED=1047758806

nodeC002.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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3632.126
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.297
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.163
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.161
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.161
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.43
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		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.165
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126250744 kB
MemAvailable:   129692140 kB
Buffers:          293924 kB
Cached:          3960212 kB
SwapCached:           72 kB
Active:          2303012 kB
Inactive:        2515348 kB
Active(anon):       1512 kB
Inactive(anon):   616556 kB
Active(file):    2301500 kB
Inactive(file):  1898792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:            113520 kB
Writeback:            12 kB
AnonPages:        563124 kB
Mapped:           127852 kB
Shmem:             53844 kB
KReclaimable:     162604 kB
Slab:             273852 kB
SReclaimable:     162604 kB
SUnreclaim:       111248 kB
KernelStack:        3920 kB
PageTables:        10572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     871380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC002 at 2024-07-25 02:52:09