Trace number 4457992

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 3587.77 3602.13

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_851.opb
MD5SUMba8924c6fd2f4f3fa72c657b376a3f30
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 benchmark111.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3404
Total number of constraints851
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)851
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 851
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 851
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 851
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 33148928, getVmSize() = 33148928, SCIPgetMemUsed() = 8974251, SCIPgetMemTotal() = 11404619, SCIPgetMemExternEstim() = 3689818
0.00/0.03	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
2.77/2.88	c ** Estimated virtualMemUsedAtSolver = 25750186, getVmSize() = 44101632, SCIPgetMemUsed() = 10475788, SCIPgetMemTotal() = 21246572, SCIPgetMemExternEstim() = 3689818
2.77/2.88	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
2.77/2.88	c Original Problem   :
2.77/2.88	c   Problem name     : instance-4457992-1721865126
2.77/2.88	c   Variables        : 3404 (3404 binary, 0 integer, 0 implicit integer, 0 continuous)
2.77/2.88	c   Constraints      : 851
2.77/2.88	c   Objective sense  : minimize
2.77/2.88	c Presolved Problem  :
2.77/2.88	c   Variables        : 3404 (3404 binary, 0 integer, 0 implicit integer, 0 continuous)
2.77/2.88	c   Constraints      : 851
2.77/2.88	c Constraints        : Number
2.77/2.88	c   linear           : 851 
2.77/2.88	c ** Instance transfer method used: 0
2.77/2.88	c ** ParaScipInstance copy does not increase the number of variables. **
2.87/2.90	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.87/2.90	c                                Nodes    Active                                            
2.87/2.90	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.98/3.02	c *       3              0           1         1         173.0000                -          -
3.66/3.77	c *       4              0           1         1           1.0000                -          -
5.96/6.01	c         6              3           1         1           1.0000           0.0000          -
11.52/11.63	c        12            359         357         1           1.0000           0.0000          -
16.81/16.90	c        17           1326         275         1           1.0000           0.0000          -
22.09/22.25	c        22           3525        2474         1           1.0000           0.0000          -
27.17/27.35	c        27           5582        4531         1           1.0000           0.0000          -
32.34/32.57	c        33           8019        6968         1           1.0000           0.0000          -
37.53/37.78	c        38          10295        9244         1           1.0000           0.0000          -
42.61/42.82	c        43          12682       11621         1           1.0000           0.0000          -
47.59/47.89	c        48          15140       14079         1           1.0000           0.0000          -
52.79/53.07	c        53          17234       16173         1           1.0000           0.0000          -
57.87/58.13	c        58          19412       18351         1           1.0000           0.0000          -
63.03/63.37	c        63          21745       20684         1           1.0000           0.0000          -
68.22/68.52	c        69          24046       22985         1           1.0000           0.0000          -
73.30/73.60	c        74          26118       25057         1           1.0000           0.0000          -
78.48/78.80	c        79          28599       27538         1           1.0000           0.0000          -
83.86/84.21	c        84          31180       30119         1           1.0000           0.0000          -
88.85/89.26	c        89          33772       32711         1           1.0000           0.0000          -
94.22/94.60	c        95          36525       35464         1           1.0000           0.0000          -
99.41/99.81	c       100          39390       38329         1           1.0000           0.0000          -
104.60/105.04	c       105          41859       40798         1           1.0000           0.0000          -
109.58/110.09	c       110          44382       43321         1           1.0000           0.0000          -
114.65/115.15	c       115          46895       45834         1           1.0000           0.0000          -
119.73/120.24	c       120          49263       48202         1           1.0000           0.0000          -
124.70/125.29	c       125          52044       50983         1           1.0000           0.0000          -
129.79/130.34	c       130          54468       53407         1           1.0000           0.0000          -
134.76/135.39	c       135          57112       56051         1           1.0000           0.0000          -
139.94/140.59	c       141          59593       58532         1           1.0000           0.0000          -
145.02/145.64	c       146          62327       61266         1           1.0000           0.0000          -
150.09/150.79	c       151          64463       63402         1           1.0000           0.0000          -
155.18/155.84	c       156          66953       65892         1           1.0000           0.0000          -
160.26/160.95	c       161          69469       68408         1           1.0000           0.0000          -
165.34/166.07	c       166          71899       70838         1           1.0000           0.0000          -
170.42/171.12	c       171          74581       73514         1           1.0000           0.0000          -
175.68/176.44	c       176          77352       76285         1           1.0000           0.0000          -
180.77/181.54	c       182          79940       78873         1           1.0000           0.0000          -
185.84/186.67	c       187          82519       81452         1           1.0000           0.0000          -
190.92/191.72	c       192          85038       83971         1           1.0000           0.0000          -
196.10/196.96	c       197          87535       86468         1           1.0000           0.0000          -
201.38/202.23	c       202          90438       89371         1           1.0000           0.0000          -
206.66/207.52	c       208          92804       91737         1           1.0000           0.0000          -
212.04/212.92	c       213          95513       94446         1           1.0000           0.0000          -
217.12/218.08	c       218          98061       96994         1           1.0000           0.0000          -
222.21/223.15	c       223         100634       99567         1           1.0000           0.0000          -
227.28/228.20	c       228         103226      102159         1           1.0000           0.0000          -
232.35/233.36	c       233         106158      105091         1           1.0000           0.0000          -
237.43/238.46	c       238         108447      107380         1           1.0000           0.0000          -
242.81/243.88	c       244         111320      110253         1           1.0000           0.0000          -
248.10/249.11	c       249         113874      112807         1           1.0000           0.0000          -
253.27/254.33	c       254         116168      115101         1           1.0000           0.0000          -
258.25/259.38	c       259         119004      117937         1           1.0000           0.0000          -
263.43/264.53	c       265         121686      120619         1           1.0000           0.0000          -
268.40/269.57	c       270         123920      122853         1           1.0000           0.0000          -
273.58/274.73	c       275         126765      125698         1           1.0000           0.0000          -
278.57/279.79	c       280         129175      128108         1           1.0000           0.0000          -
283.75/284.93	c       285         131995      130928         1           1.0000           0.0000          -
288.84/290.04	c       290         134437      133367         1           1.0000           0.0000          -
294.11/295.39	c       295         137138      136068         1           1.0000           0.0000          -
299.18/300.44	c       300         139786      138716         1           1.0000           0.0000          -
304.56/305.86	c       306         142462      141392         1           1.0000           0.0000          -
309.64/310.98	c       311         145277      144207         1           1.0000           0.0000          -
314.91/316.22	c       316         147859      146789         1           1.0000           0.0000          -
319.99/321.36	c       321         150354      149284         1           1.0000           0.0000          -
325.07/326.41	c       326         152880      151810         1           1.0000           0.0000          -
330.15/331.57	c       332         155401      154331         1           1.0000           0.0000          -
335.22/336.62	c       337         157949      156879         1           1.0000           0.0000          -
340.30/341.73	c       342         160357      159287         1           1.0000           0.0000          -
345.39/346.85	c       347         162910      161840         1           1.0000           0.0000          -
350.58/352.09	c       352         165710      164640         1           1.0000           0.0000          -
355.66/357.14	c       357         168080      167010         1           1.0000           0.0000          -
360.82/362.31	c       362         170545      169475         1           1.0000           0.0000          -
365.80/367.36	c       367         173298      172228         1           1.0000           0.0000          -
371.08/372.67	c       373         176215      175145         1           1.0000           0.0000          -
376.26/377.85	c       378         178784      177714         1           1.0000           0.0000          -
381.34/382.90	c       383         181564      180494         1           1.0000           0.0000          -
386.32/388.01	c       388         183651      182581         1           1.0000           0.0000          -
391.59/393.21	c       393         186287      185217         1           1.0000           0.0000          -
396.57/398.28	c       398         188972      187902         1           1.0000           0.0000          -
401.65/403.33	c       403         191568      190498         1           1.0000           0.0000          -
406.64/408.38	c       408         194139      193069         1           1.0000           0.0000          -
411.72/413.43	c       413         196895      195825         1           1.0000           0.0000          -
416.79/418.53	c       419         199429      198359         1           1.0000           0.0000          -
422.16/423.95	c       424         201904      200834         1           1.0000           0.0000          -
427.15/429.01	c       429         204866      203796         1           1.0000           0.0000          -
432.42/434.27	c       434         207427      206357         1           1.0000           0.0000          -
437.80/439.62	c       440         210221      209151         1           1.0000           0.0000          -
442.98/444.84	c       445         212749      211679         1           1.0000           0.0000          -
448.16/450.02	c       450         215525      214455         1           1.0000           0.0000          -
453.15/455.08	c       455         218010      216940         1           1.0000           0.0000          -
458.32/460.26	c       460         220542      219472         1           1.0000           0.0000          -
463.49/465.48	c       465         223388      222318         1           1.0000           0.0000          -
468.87/470.87	c       471         225832      224762         1           1.0000           0.0000          -
473.95/475.92	c       476         228502      227432         1           1.0000           0.0000          -
479.04/481.07	c       481         231362      230292         1           1.0000           0.0000          -
484.41/486.46	c       486         233799      232729         1           1.0000           0.0000          -
489.49/491.51	c       492         236368      235298         1           1.0000           0.0000          -
494.56/496.63	c       497         238932      237862         1           1.0000           0.0000          -
499.74/501.81	c       502         241332      240262         1           1.0000           0.0000          -
504.82/506.97	c       507         244227      243157         1           1.0000           0.0000          -
509.90/512.02	c       512         246831      245761         1           1.0000           0.0000          -
514.88/517.07	c       517         249337      248267         1           1.0000           0.0000          -
519.96/522.15	c       522         252000      250930         1           1.0000           0.0000          -
525.13/527.34	c       527         254874      253804         1           1.0000           0.0000          -
530.40/532.67	c       533         257532      256462         1           1.0000           0.0000          -
535.59/537.86	c       538         260343      259273         1           1.0000           0.0000          -
540.67/542.97	c       543         262909      261839         1           1.0000           0.0000          -
545.75/548.01	c       548         265633      264563         1           1.0000           0.0000          -
550.73/553.06	c       553         268246      267176         1           1.0000           0.0000          -
555.99/558.33	c       558         270941      269871         1           1.0000           0.0000          -
561.07/563.43	c       563         273482      272412         1           1.0000           0.0000          -
566.25/568.65	c       569         276024      274954         1           1.0000           0.0000          -
571.33/573.72	c       574         278639      277569         1           1.0000           0.0000          -
576.32/578.77	c       579         281456      280386         1           1.0000           0.0000          -
581.39/583.82	c       584         283869      282799         1           1.0000           0.0000          -
586.87/589.31	c       589         286591      285521         1           1.0000           0.0000          -
592.04/594.53	c       595         289448      288378         1           1.0000           0.0000          -
597.12/599.68	c       600         291994      290924         1           1.0000           0.0000          -
602.20/604.73	c       605         294655      293585         1           1.0000           0.0000          -
607.18/609.78	c       610         297255      296185         1           1.0000           0.0000          -
612.26/614.83	c       615         299778      298708         1           1.0000           0.0000          -
617.34/619.91	c       620         302385      301315         1           1.0000           0.0000          -
622.43/625.08	c       625         305127      304057         1           1.0000           0.0000          -
627.70/630.32	c       630         307795      306725         1           1.0000           0.0000          -
632.67/635.39	c       635         310439      309369         1           1.0000           0.0000          -
637.75/640.44	c       640         313238      312168         1           1.0000           0.0000          -
643.13/645.88	c       646         315585      314515         1           1.0000           0.0000          -
648.60/651.35	c       651         318472      317402         1           1.0000           0.0000          -
653.68/656.40	c       656         320942      319872         1           1.0000           0.0000          -
658.77/661.56	c       662         323649      322579         1           1.0000           0.0000          -
663.94/666.73	c       667         326349      325279         1           1.0000           0.0000          -
669.12/671.92	c       672         329162      328092         1           1.0000           0.0000          -
674.09/676.98	c       677         331761      330691         1           1.0000           0.0000          -
679.18/682.03	c       682         334316      333246         1           1.0000           0.0000          -
684.34/687.23	c       687         337087      336017         1           1.0000           0.0000          -
689.51/692.44	c       692         339636      338566         1           1.0000           0.0000          -
694.70/697.60	c       698         342304      341234         1           1.0000           0.0000          -
699.77/702.73	c       703         344801      343731         1           1.0000           0.0000          -
704.86/707.83	c       708         347399      346329         1           1.0000           0.0000          -
709.82/712.88	c       713         350035      348965         1           1.0000           0.0000          -
715.12/718.16	c       718         352820      351750         1           1.0000           0.0000          -
720.18/723.29	c       723         355429      354359         1           1.0000           0.0000          -
725.26/728.34	c       728         358071      357001         1           1.0000           0.0000          -
730.53/733.65	c       734         360943      359873         1           1.0000           0.0000          -
735.61/738.70	c       739         363590      362520         1           1.0000           0.0000          -
741.09/744.20	c       744         365943      364873         1           1.0000           0.0000          -
746.07/749.28	c       749         368619      367549         1           1.0000           0.0000          -
751.15/754.33	c       754         371067      369997         1           1.0000           0.0000          -
756.13/759.38	c       759         373941      372871         1           1.0000           0.0000          -
761.50/764.72	c       765         376698      375628         1           1.0000           0.0000          -
766.80/770.03	c       770         379604      378534         1           1.0000           0.0000          -
772.06/775.38	c       775         382255      381185         1           1.0000           0.0000          -
777.14/780.42	c       780         384854      383784         1           1.0000           0.0000          -
782.23/785.58	c       786         387309      386239         1           1.0000           0.0000          -
787.30/790.62	c       791         390419      389349         1           1.0000           0.0000          -
792.49/795.83	c       796         392917      391847         1           1.0000           0.0000          -
797.68/801.06	c       801         395611      394541         1           1.0000           0.0000          -
802.95/806.37	c       806         398390      397320         1           1.0000           0.0000          -
808.13/811.50	c       812         401452      400382         1           1.0000           0.0000          -
813.21/816.69	c       817         404051      402981         1           1.0000           0.0000          -
818.60/822.08	c       822         406715      405645         1           1.0000           0.0000          -
823.76/827.22	c       827         409335      408265         1           1.0000           0.0000          -
829.04/832.53	c       833         411916      410846         1           1.0000           0.0000          -
834.03/837.58	c       838         414645      413573         1           1.0000           0.0000          -
839.31/842.82	c       843         417225      416153         1           1.0000           0.0000          -
844.29/847.87	c       848         420072      419000         1           1.0000           0.0000          -
849.58/853.17	c       853         422758      421686         1           1.0000           0.0000          -
854.95/858.59	c       859         425702      424630         1           1.0000           0.0000          -
860.13/863.77	c       864         428576      427504         1           1.0000           0.0000          -
865.31/869.01	c       869         431197      430125         1           1.0000           0.0000          -
870.39/874.08	c       874         433980      432908         1           1.0000           0.0000          -
875.47/879.13	c       879         436670      435598         1           1.0000           0.0000          -
880.55/884.20	c       884         439199      438127         1           1.0000           0.0000          -
885.53/889.25	c       889         441891      440819         1           1.0000           0.0000          -
890.91/894.65	c       895         444606      443534         1           1.0000           0.0000          -
895.99/899.71	c       900         447314      446242         1           1.0000           0.0000          -
900.97/904.76	c       905         450096      449024         1           1.0000           0.0000          -
906.05/909.85	c       910         452612      451540         1           1.0000           0.0000          -
911.13/914.90	c       915         455106      454034         1           1.0000           0.0000          -
916.11/920.01	c       920         457645      456573         1           1.0000           0.0000          -
921.19/925.05	c       925         460199      459127         1           1.0000           0.0000          -
926.36/930.21	c       930         462923      461851         1           1.0000           0.0000          -
931.75/935.63	c       936         465550      464478         1           1.0000           0.0000          -
936.72/940.67	c       941         468290      467218         1           1.0000           0.0000          -
941.91/945.88	c       946         470806      469734         1           1.0000           0.0000          -
946.99/950.93	c       951         473635      472563         1           1.0000           0.0000          -
951.97/955.99	c       956         476092      475020         1           1.0000           0.0000          -
957.16/961.11	c       961         478835      477763         1           1.0000           0.0000          -
962.33/966.37	c       966         481362      480290         1           1.0000           0.0000          -
967.41/971.42	c       971         484335      483263         1           1.0000           0.0000          -
972.49/976.55	c       977         486750      485678         1           1.0000           0.0000          -
977.77/981.85	c       982         489305      488233         1           1.0000           0.0000          -
982.85/986.90	c       987         492325      491253         1           1.0000           0.0000          -
987.93/992.02	c       992         494748      493676         1           1.0000           0.0000          -
992.91/997.07	c       997         497179      496107         1           1.0000           0.0000          -
998.00/1002.18	c      1002         500038      498966         1           1.0000           0.0000          -
1003.06/1007.23	c      1007         502882      501810         1           1.0000           0.0000          -
1008.44/1012.66	c      1013         505632      504560         1           1.0000           0.0000          -
1013.52/1017.78	c      1018         508335      507263         1           1.0000           0.0000          -
1018.61/1022.84	c      1023         511050      509978         1           1.0000           0.0000          -
1023.58/1027.88	c      1028         513574      512502         1           1.0000           0.0000          -
1028.78/1033.01	c      1033         516253      515181         1           1.0000           0.0000          -
1034.04/1038.32	c      1038         518867      517795         1           1.0000           0.0000          -
1039.03/1043.37	c      1043         521579      520507         1           1.0000           0.0000          -
1044.20/1048.54	c      1049         524126      523054         1           1.0000           0.0000          -
1049.19/1053.59	c      1054         526912      525840         1           1.0000           0.0000          -
1054.37/1058.77	c      1059         529572      528500         1           1.0000           0.0000          -
1059.76/1064.12	c      1064         532361      531289         1           1.0000           0.0000          -
1064.93/1069.30	c      1069         535042      533970         1           1.0000           0.0000          -
1069.90/1074.35	c      1074         537655      536583         1           1.0000           0.0000          -
1075.09/1079.55	c      1080         539989      538917         1           1.0000           0.0000          -
1080.17/1084.66	c      1085         542899      541827         1           1.0000           0.0000          -
1085.24/1089.75	c      1090         545526      544454         1           1.0000           0.0000          -
1090.23/1094.79	c      1095         547976      546904         1           1.0000           0.0000          -
1095.41/1099.98	c      1100         550492      549420         1           1.0000           0.0000          -
1100.60/1105.12	c      1105         553339      552267         1           1.0000           0.0000          -
1105.67/1110.20	c      1110         556286      555214         1           1.0000           0.0000          -
1110.94/1115.53	c      1116         558754      557682         1           1.0000           0.0000          -
1115.93/1120.58	c      1121         561579      560507         1           1.0000           0.0000          -
1121.11/1125.77	c      1126         564261      563189         1           1.0000           0.0000          -
1126.40/1131.05	c      1131         566791      565719         1           1.0000           0.0000          -
1131.38/1136.10	c      1136         569493      568421         1           1.0000           0.0000          -
1136.74/1141.49	c      1142         572200      571128         1           1.0000           0.0000          -
1141.93/1146.68	c      1147         574774      573702         1           1.0000           0.0000          -
1147.21/1151.91	c      1152         577373      576301         1           1.0000           0.0000          -
1152.18/1156.96	c      1157         580140      579068         1           1.0000           0.0000          -
1157.56/1162.32	c      1162         582893      581821         1           1.0000           0.0000          -
1162.55/1167.39	c      1167         585600      584528         1           1.0000           0.0000          -
1167.63/1172.44	c      1172         588258      587186         1           1.0000           0.0000          -
1172.70/1177.57	c      1178         590446      589374         1           1.0000           0.0000          -
1177.79/1182.63	c      1183         593163      592091         1           1.0000           0.0000          -
1182.77/1187.68	c      1188         595594      594522         1           1.0000           0.0000          -
1187.85/1192.73	c      1193         598239      597167         1           1.0000           0.0000          -
1192.83/1197.78	c      1198         600608      599536         1           1.0000           0.0000          -
1198.12/1203.04	c      1203         603132      602060         1           1.0000           0.0000          -
1203.29/1208.21	c      1208         605963      604891         1           1.0000           0.0000          -
1208.27/1213.28	c      1213         608268      607196         1           1.0000           0.0000          -
1213.35/1218.38	c      1218         611119      610047         1           1.0000           0.0000          -
1218.42/1223.43	c      1223         613736      612664         1           1.0000           0.0000          -
1223.61/1228.69	c      1229         616234      615162         1           1.0000           0.0000          -
1228.69/1233.74	c      1234         619069      617997         1           1.0000           0.0000          -
1233.67/1238.79	c      1239         621480      620408         1           1.0000           0.0000          -
1238.96/1244.03	c      1244         624260      623188         1           1.0000           0.0000          -
1243.95/1249.08	c      1249         626903      625831         1           1.0000           0.0000          -
1249.02/1254.13	c      1254         629472      628400         1           1.0000           0.0000          -
1254.29/1259.43	c      1259         631907      630835         1           1.0000           0.0000          -
1259.36/1264.52	c      1265         634458      633386         1           1.0000           0.0000          -
1264.35/1269.57	c      1270         637161      636089         1           1.0000           0.0000          -
1269.43/1274.62	c      1275         639876      638804         1           1.0000           0.0000          -
1274.71/1279.90	c      1280         642255      641183         1           1.0000           0.0000          -
1279.69/1284.95	c      1285         644933      643861         1           1.0000           0.0000          -
1285.07/1290.32	c      1290         647542      646470         1           1.0000           0.0000          -
1290.05/1295.37	c      1295         650257      649185         1           1.0000           0.0000          -
1295.23/1300.58	c      1301         652947      651875         1           1.0000           0.0000          -
1300.30/1305.63	c      1306         655633      654561         1           1.0000           0.0000          -
1305.39/1310.74	c      1311         658243      657171         1           1.0000           0.0000          -
1310.46/1315.88	c      1316         661129      660057         1           1.0000           0.0000          -
1315.54/1320.93	c      1321         663508      662436         1           1.0000           0.0000          -
1320.64/1326.02	c      1326         666232      665160         1           1.0000           0.0000          -
1325.80/1331.24	c      1331         669199      668127         1           1.0000           0.0000          -
1331.18/1336.65	c      1337         671909      670837         1           1.0000           0.0000          -
1336.27/1341.74	c      1342         674612      673540         1           1.0000           0.0000          -
1341.56/1347.01	c      1347         677310      676238         1           1.0000           0.0000          -
1346.64/1352.11	c      1352         679973      678901         1           1.0000           0.0000          -
1351.62/1357.16	c      1357         682682      681610         1           1.0000           0.0000          -
1356.69/1362.23	c      1362         685356      684284         1           1.0000           0.0000          -
1361.67/1367.29	c      1367         687959      686887         1           1.0000           0.0000          -
1367.05/1372.61	c      1373         690511      689439         1           1.0000           0.0000          -
1372.03/1377.66	c      1378         692990      691918         1           1.0000           0.0000          -
1377.21/1382.80	c      1383         695695      694623         1           1.0000           0.0000          -
1382.40/1388.04	c      1388         698162      697090         1           1.0000           0.0000          -
1387.38/1393.09	c      1393         700965      699893         1           1.0000           0.0000          -
1392.54/1398.21	c      1398         703448      702376         1           1.0000           0.0000          -
1397.63/1403.32	c      1403         706107      705035         1           1.0000           0.0000          -
1402.61/1408.37	c      1408         708585      707513         1           1.0000           0.0000          -
1407.69/1413.42	c      1413         711074      710002         1           1.0000           0.0000          -
1412.67/1418.47	c      1418         713755      712683         1           1.0000           0.0000          -
1417.85/1423.67	c      1424         716408      715336         1           1.0000           0.0000          -
1422.93/1428.72	c      1429         718740      717668         1           1.0000           0.0000          -
1427.91/1433.77	c      1434         721576      720504         1           1.0000           0.0000          -
1432.99/1438.86	c      1439         724133      723061         1           1.0000           0.0000          -
1438.28/1444.18	c      1444         727000      725928         1           1.0000           0.0000          -
1443.35/1449.23	c      1449         729804      728732         1           1.0000           0.0000          -
1448.53/1454.47	c      1454         732427      731355         1           1.0000           0.0000          -
1453.71/1459.63	c      1460         734942      733870         1           1.0000           0.0000          -
1458.69/1464.69	c      1465         737623      736551         1           1.0000           0.0000          -
1464.08/1470.01	c      1470         740360      739288         1           1.0000           0.0000          -
1469.06/1475.06	c      1475         742729      741657         1           1.0000           0.0000          -
1474.14/1480.11	c      1480         745663      744591         1           1.0000           0.0000          -
1479.13/1485.19	c      1485         748145      747073         1           1.0000           0.0000          -
1484.69/1490.74	c      1491         751013      749941         1           1.0000           0.0000          -
1490.08/1496.16	c      1496         753654      752582         1           1.0000           0.0000          -
1495.25/1501.33	c      1501         756462      755390         1           1.0000           0.0000          -
1500.32/1506.46	c      1506         758956      757884         1           1.0000           0.0000          -
1505.81/1511.90	c      1512         761386      760314         1           1.0000           0.0000          -
1510.78/1516.95	c      1517         764396      763324         1           1.0000           0.0000          -
1515.77/1522.01	c      1522         766985      765913         1           1.0000           0.0000          -
1520.96/1527.16	c      1527         769549      768477         1           1.0000           0.0000          -
1526.12/1532.38	c      1532         772321      771249         1           1.0000           0.0000          -
1531.31/1537.58	c      1538         774814      773742         1           1.0000           0.0000          -
1536.48/1542.74	c      1543         777426      776354         1           1.0000           0.0000          -
1541.96/1548.29	c      1548         780217      779145         1           1.0000           0.0000          -
1547.15/1553.44	c      1553         782984      781912         1           1.0000           0.0000          -
1552.22/1558.53	c      1559         785701      784629         1           1.0000           0.0000          -
1557.82/1564.13	c      1564         788432      787360         1           1.0000           0.0000          -
1562.98/1569.30	c      1569         791268      790196         1           1.0000           0.0000          -
1568.26/1574.60	c      1575         793926      792854         1           1.0000           0.0000          -
1573.34/1579.75	c      1580         796477      795405         1           1.0000           0.0000          -
1578.63/1585.09	c      1585         799156      798084         1           1.0000           0.0000          -
1584.10/1590.58	c      1591         801936      800864         1           1.0000           0.0000          -
1589.18/1595.65	c      1596         804400      803328         1           1.0000           0.0000          -
1594.36/1600.83	c      1601         807289      806217         1           1.0000           0.0000          -
1599.33/1605.88	c      1606         809771      808699         1           1.0000           0.0000          -
1604.82/1611.30	c      1611         812409      811337         1           1.0000           0.0000          -
1610.00/1616.51	c      1617         814857      813785         1           1.0000           0.0000          -
1615.18/1621.71	c      1622         817653      816581         1           1.0000           0.0000          -
1620.16/1626.75	c      1627         820306      819234         1           1.0000           0.0000          -
1625.45/1632.02	c      1632         822850      821778         1           1.0000           0.0000          -
1630.43/1637.07	c      1637         825190      824118         1           1.0000           0.0000          -
1635.51/1642.12	c      1642         827835      826763         1           1.0000           0.0000          -
1640.49/1647.18	c      1647         830546      829474         1           1.0000           0.0000          -
1645.65/1652.34	c      1652         833289      832217         1           1.0000           0.0000          -
1650.74/1657.47	c      1657         835831      834759         1           1.0000           0.0000          -
1655.81/1662.57	c      1663         838453      837381         1           1.0000           0.0000          -
1661.10/1667.80	c      1668         840858      839786         1           1.0000           0.0000          -
1666.08/1672.84	c      1673         843388      842316         1           1.0000           0.0000          -
1671.16/1677.98	c      1678         845969      844897         1           1.0000           0.0000          -
1676.25/1683.03	c      1683         848568      847496         1           1.0000           0.0000          -
1681.22/1688.08	c      1688         851255      850183         1           1.0000           0.0000          -
1686.40/1693.25	c      1693         853359      852287         1           1.0000           0.0000          -
1691.47/1698.38	c      1698         856000      854928         1           1.0000           0.0000          -
1696.55/1703.43	c      1703         859075      858003         1           1.0000           0.0000          -
1702.03/1709.01	c      1709         861390      860318         1           1.0000           0.0000          -
1707.22/1714.15	c      1714         864437      863365         1           1.0000           0.0000          -
1712.29/1719.20	c      1719         866775      865703         1           1.0000           0.0000          -
1717.46/1724.42	c      1724         869844      868772         1           1.0000           0.0000          -
1722.55/1729.51	c      1730         872464      871392         1           1.0000           0.0000          -
1727.52/1734.57	c      1735         874897      873825         1           1.0000           0.0000          -
1732.61/1739.61	c      1740         877873      876801         1           1.0000           0.0000          -
1737.69/1744.72	c      1745         880441      879369         1           1.0000           0.0000          -
1742.67/1749.77	c      1750         883017      881945         1           1.0000           0.0000          -
1747.85/1754.94	c      1755         885871      884799         1           1.0000           0.0000          -
1752.83/1759.99	c      1760         888378      887306         1           1.0000           0.0000          -
1758.02/1765.17	c      1765         890841      889769         1           1.0000           0.0000          -
1763.08/1770.24	c      1770         893758      892686         1           1.0000           0.0000          -
1768.26/1775.44	c      1775         896106      895034         1           1.0000           0.0000          -
1773.24/1780.49	c      1780         898855      897783         1           1.0000           0.0000          -
1778.43/1785.69	c      1786         901423      900351         1           1.0000           0.0000          -
1783.60/1790.80	c      1791         904229      903157         1           1.0000           0.0000          -
1788.59/1795.88	c      1796         906683      905611         1           1.0000           0.0000          -
1793.78/1801.10	c      1801         909332      908260         1           1.0000           0.0000          -
1798.85/1806.14	c      1806         912021      910949         1           1.0000           0.0000          -
1803.92/1811.29	c      1811         914403      913331         1           1.0000           0.0000          -
1809.01/1816.34	c      1816         916954      915882         1           1.0000           0.0000          -
1814.08/1821.44	c      1821         919675      918603         1           1.0000           0.0000          -
1819.17/1826.50	c      1827         922279      921207         1           1.0000           0.0000          -
1824.15/1831.59	c      1832         924817      923745         1           1.0000           0.0000          -
1829.52/1836.94	c      1837         927383      926311         1           1.0000           0.0000          -
1834.62/1842.07	c      1842         930222      929150         1           1.0000           0.0000          -
1839.78/1847.20	c      1847         932508      931436         1           1.0000           0.0000          -
1844.86/1852.36	c      1852         935317      934245         1           1.0000           0.0000          -
1849.95/1857.48	c      1857         937771      936699         1           1.0000           0.0000          -
1855.02/1862.53	c      1863         940299      939227         1           1.0000           0.0000          -
1860.11/1867.60	c      1868         942607      941535         1           1.0000           0.0000          -
1865.08/1872.65	c      1873         945254      944182         1           1.0000           0.0000          -
1870.27/1877.87	c      1878         947722      946650         1           1.0000           0.0000          -
1875.34/1882.91	c      1883         950461      949389         1           1.0000           0.0000          -
1880.54/1888.13	c      1888         953122      952050         1           1.0000           0.0000          -
1885.60/1893.20	c      1893         955744      954672         1           1.0000           0.0000          -
1890.59/1898.25	c      1898         958153      957081         1           1.0000           0.0000          -
1895.67/1903.39	c      1903         960642      959570         1           1.0000           0.0000          -
1900.94/1908.60	c      1909         963329      962257         1           1.0000           0.0000          -
1906.12/1913.80	c      1914         966063      964991         1           1.0000           0.0000          -
1911.11/1918.85	c      1919         968742      967670         1           1.0000           0.0000          -
1916.48/1924.26	c      1924         971290      970218         1           1.0000           0.0000          -
1921.66/1929.44	c      1929         973872      972800         1           1.0000           0.0000          -
1926.74/1934.51	c      1935         976517      975445         1           1.0000           0.0000          -
1931.72/1939.57	c      1940         979054      977982         1           1.0000           0.0000          -
1937.10/1944.98	c      1945         981863      980789         1           1.0000           0.0000          -
1942.38/1950.27	c      1950         984582      983508         1           1.0000           0.0000          -
1947.56/1955.46	c      1955         987281      986207         1           1.0000           0.0000          -
1952.64/1960.51	c      1961         989639      988565         1           1.0000           0.0000          -
1957.72/1965.63	c      1966         992467      991393         1           1.0000           0.0000          -
1962.80/1970.70	c      1971         995156      994082         1           1.0000           0.0000          -
1967.79/1975.75	c      1976         997830      996756         1           1.0000           0.0000          -
1972.86/1980.87	c      1981        1000680      999606         1           1.0000           0.0000          -
1978.16/1986.17	c      1986        1003142     1002068         1           1.0000           0.0000          -
1983.42/1991.40	c      1991        1005670     1004596         1           1.0000           0.0000          -
1988.40/1996.44	c      1996        1008357     1007283         1           1.0000           0.0000          -
1993.78/2001.88	c      2002        1011135     1010061         1           1.0000           0.0000          -
1998.86/2006.93	c      2007        1013779     1012705         1           1.0000           0.0000          -
2004.05/2012.15	c      2012        1016614     1015540         1           1.0000           0.0000          -
2009.32/2017.45	c      2017        1019113     1018039         1           1.0000           0.0000          -
2014.40/2022.50	c      2023        1021926     1020852         1           1.0000           0.0000          -
2019.48/2027.63	c      2028        1024459     1023385         1           1.0000           0.0000          -
2024.87/2033.05	c      2033        1027253     1026179         1           1.0000           0.0000          -
2030.14/2038.32	c      2038        1029826     1028752         1           1.0000           0.0000          -
2035.22/2043.40	c      2043        1032716     1031642         1           1.0000           0.0000          -
2040.50/2048.78	c      2049        1035542     1034468         1           1.0000           0.0000          -
2045.58/2053.88	c      2054        1037966     1036892         1           1.0000           0.0000          -
2050.66/2058.93	c      2059        1040519     1039445         1           1.0000           0.0000          -
2055.75/2064.07	c      2064        1043453     1042379         1           1.0000           0.0000          -
2061.21/2069.51	c      2070        1045756     1044682         1           1.0000           0.0000          -
2066.19/2074.59	c      2075        1048550     1047476         1           1.0000           0.0000          -
2071.38/2079.73	c      2080        1051116     1050042         1           1.0000           0.0000          -
2076.86/2085.23	c      2085        1053767     1052693         1           1.0000           0.0000          -
2081.84/2090.28	c      2090        1056568     1055494         1           1.0000           0.0000          -
2086.91/2095.38	c      2095        1058929     1057855         1           1.0000           0.0000          -
2092.00/2100.43	c      2100        1061651     1060577         1           1.0000           0.0000          -
2096.98/2105.48	c      2105        1064135     1063061         1           1.0000           0.0000          -
2102.06/2110.53	c      2111        1066771     1065697         1           1.0000           0.0000          -
2107.04/2115.58	c      2116        1069439     1068365         1           1.0000           0.0000          -
2112.53/2121.01	c      2121        1072197     1071123         1           1.0000           0.0000          -
2117.51/2126.06	c      2126        1074939     1073865         1           1.0000           0.0000          -
2122.58/2131.11	c      2131        1077448     1076374         1           1.0000           0.0000          -
2127.57/2136.19	c      2136        1080070     1078996         1           1.0000           0.0000          -
2132.73/2141.34	c      2141        1082810     1081736         1           1.0000           0.0000          -
2137.92/2146.50	c      2147        1085287     1084213         1           1.0000           0.0000          -
2143.00/2151.68	c      2152        1087909     1086835         1           1.0000           0.0000          -
2148.17/2156.83	c      2157        1090629     1089555         1           1.0000           0.0000          -
2153.26/2161.98	c      2162        1093098     1092024         1           1.0000           0.0000          -
2158.34/2167.03	c      2167        1095799     1094719         1           1.0000           0.0000          -
2163.42/2172.13	c      2172        1098304     1097224         1           1.0000           0.0000          -
2168.78/2177.50	c      2178        1101050     1099970         1           1.0000           0.0000          -
2173.77/2182.55	c      2183        1103749     1102669         1           1.0000           0.0000          -
2178.85/2187.69	c      2188        1106288     1105208         1           1.0000           0.0000          -
2184.03/2192.87	c      2193        1109114     1108034         1           1.0000           0.0000          -
2189.22/2198.10	c      2198        1111702     1110622         1           1.0000           0.0000          -
2194.30/2203.15	c      2203        1114223     1113143         1           1.0000           0.0000          -
2199.77/2208.61	c      2209        1116940     1115860         1           1.0000           0.0000          -
2204.74/2213.69	c      2214        1119772     1118692         1           1.0000           0.0000          -
2210.24/2219.17	c      2219        1122437     1121357         1           1.0000           0.0000          -
2215.30/2224.22	c      2224        1125124     1124044         1           1.0000           0.0000          -
2220.28/2229.27	c      2229        1127484     1126404         1           1.0000           0.0000          -
2225.47/2234.45	c      2234        1130456     1129368         1           1.0000           0.0000          -
2230.54/2239.51	c      2240        1133317     1132229         1           1.0000           0.0000          -
2235.53/2244.57	c      2245        1135620     1134532         1           1.0000           0.0000          -
2241.12/2250.13	c      2250        1138129     1137041         1           1.0000           0.0000          -
2246.10/2255.18	c      2255        1140869     1139781         1           1.0000           0.0000          -
2251.16/2260.23	c      2260        1143400     1142312         1           1.0000           0.0000          -
2256.15/2265.28	c      2265        1146068     1144980         1           1.0000           0.0000          -
2261.43/2270.50	c      2271        1148807     1147719         1           1.0000           0.0000          -
2266.41/2275.59	c      2276        1151257     1150169         1           1.0000           0.0000          -
2271.49/2280.65	c      2281        1153929     1152841         1           1.0000           0.0000          -
2276.56/2285.76	c      2286        1156324     1155236         1           1.0000           0.0000          -
2281.64/2290.81	c      2291        1159201     1158113         1           1.0000           0.0000          -
2286.84/2296.01	c      2296        1161776     1160688         1           1.0000           0.0000          -
2291.91/2301.19	c      2301        1164255     1163167         1           1.0000           0.0000          -
2296.98/2306.24	c      2306        1166622     1165534         1           1.0000           0.0000          -
2302.16/2311.41	c      2311        1169546     1168458         1           1.0000           0.0000          -
2307.14/2316.46	c      2316        1172284     1171196         1           1.0000           0.0000          -
2312.22/2321.51	c      2322        1174739     1173651         1           1.0000           0.0000          -
2317.21/2326.56	c      2327        1177428     1176340         1           1.0000           0.0000          -
2322.48/2331.84	c      2332        1179955     1178867         1           1.0000           0.0000          -
2327.47/2336.88	c      2337        1182631     1181543         1           1.0000           0.0000          -
2332.84/2342.20	c      2342        1185197     1184109         1           1.0000           0.0000          -
2337.83/2347.29	c      2347        1187648     1186560         1           1.0000           0.0000          -
2343.00/2352.46	c      2352        1190412     1189324         1           1.0000           0.0000          -
2348.59/2358.06	c      2358        1192970     1191882         1           1.0000           0.0000          -
2353.67/2363.14	c      2363        1195825     1194737         1           1.0000           0.0000          -
2358.66/2368.19	c      2368        1198391     1197303         1           1.0000           0.0000          -
2363.93/2373.45	c      2373        1201322     1200234         1           1.0000           0.0000          -
2369.00/2378.56	c      2379        1203750     1202662         1           1.0000           0.0000          -
2374.08/2383.61	c      2384        1206445     1205357         1           1.0000           0.0000          -
2379.27/2388.80	c      2389        1208890     1207802         1           1.0000           0.0000          -
2384.24/2393.85	c      2394        1211536     1210448         1           1.0000           0.0000          -
2389.32/2398.96	c      2399        1214056     1212968         1           1.0000           0.0000          -
2394.41/2404.02	c      2404        1216880     1215792         1           1.0000           0.0000          -
2399.49/2409.17	c      2409        1219480     1218392         1           1.0000           0.0000          -
2404.55/2414.22	c      2414        1221795     1220707         1           1.0000           0.0000          -
2409.53/2419.27	c      2419        1224415     1223327         1           1.0000           0.0000          -
2414.61/2424.35	c      2424        1226877     1225789         1           1.0000           0.0000          -
2419.69/2429.48	c      2429        1229538     1228450         1           1.0000           0.0000          -
2425.17/2434.90	c      2435        1232000     1230912         1           1.0000           0.0000          -
2430.45/2440.21	c      2440        1234747     1233659         1           1.0000           0.0000          -
2435.53/2445.33	c      2445        1237516     1236428         1           1.0000           0.0000          -
2440.52/2450.38	c      2450        1240166     1239078         1           1.0000           0.0000          -
2445.89/2455.72	c      2456        1242818     1241730         1           1.0000           0.0000          -
2450.86/2460.77	c      2461        1245649     1244561         1           1.0000           0.0000          -
2455.95/2465.82	c      2466        1248124     1247036         1           1.0000           0.0000          -
2461.03/2470.95	c      2471        1250729     1249641         1           1.0000           0.0000          -
2466.22/2476.16	c      2476        1253126     1252038         1           1.0000           0.0000          -
2471.59/2481.50	c      2482        1255652     1254564         1           1.0000           0.0000          -
2476.86/2486.87	c      2487        1258550     1257462         1           1.0000           0.0000          -
2482.06/2492.05	c      2492        1261035     1259947         1           1.0000           0.0000          -
2487.04/2497.10	c      2497        1263879     1262791         1           1.0000           0.0000          -
2492.20/2502.21	c      2502        1266260     1265172         1           1.0000           0.0000          -
2497.18/2507.29	c      2507        1268958     1267870         1           1.0000           0.0000          -
2502.65/2512.73	c      2513        1271455     1270367         1           1.0000           0.0000          -
2507.63/2517.78	c      2518        1274043     1272955         1           1.0000           0.0000          -
2512.71/2522.83	c      2523        1276684     1275596         1           1.0000           0.0000          -
2517.80/2528.01	c      2528        1279383     1278295         1           1.0000           0.0000          -
2523.07/2533.25	c      2533        1282180     1281092         1           1.0000           0.0000          -
2528.15/2538.31	c      2538        1284732     1283644         1           1.0000           0.0000          -
2533.14/2543.39	c      2543        1287394     1286306         1           1.0000           0.0000          -
2538.31/2548.55	c      2549        1290113     1289025         1           1.0000           0.0000          -
2543.39/2553.66	c      2554        1292568     1291480         1           1.0000           0.0000          -
2548.47/2558.79	c      2559        1295111     1294023         1           1.0000           0.0000          -
2553.55/2563.84	c      2564        1297688     1296600         1           1.0000           0.0000          -
2558.63/2568.93	c      2569        1300099     1299011         1           1.0000           0.0000          -
2563.72/2574.01	c      2574        1302775     1301687         1           1.0000           0.0000          -
2568.69/2579.05	c      2579        1305098     1304010         1           1.0000           0.0000          -
2573.67/2584.10	c      2584        1307966     1306878         1           1.0000           0.0000          -
2578.76/2589.15	c      2589        1310269     1309181         1           1.0000           0.0000          -
2584.12/2594.52	c      2595        1313035     1311947         1           1.0000           0.0000          -
2589.30/2599.72	c      2600        1316006     1314918         1           1.0000           0.0000          -
2594.48/2604.93	c      2605        1318422     1317334         1           1.0000           0.0000          -
2599.46/2609.98	c      2610        1321337     1320249         1           1.0000           0.0000          -
2604.54/2615.03	c      2615        1323851     1322763         1           1.0000           0.0000          -
2609.71/2620.24	c      2620        1326680     1325592         1           1.0000           0.0000          -
2614.89/2625.42	c      2625        1329201     1328113         1           1.0000           0.0000          -
2619.97/2630.51	c      2631        1331495     1330407         1           1.0000           0.0000          -
2624.95/2635.56	c      2636        1334114     1333026         1           1.0000           0.0000          -
2630.23/2640.85	c      2641        1336329     1335241         1           1.0000           0.0000          -
2635.32/2645.91	c      2646        1339319     1338231         1           1.0000           0.0000          -
2640.29/2650.96	c      2651        1341925     1340837         1           1.0000           0.0000          -
2645.57/2656.21	c      2656        1344342     1343254         1           1.0000           0.0000          -
2650.65/2661.34	c      2661        1347106     1346018         1           1.0000           0.0000          -
2655.83/2666.57	c      2667        1349749     1348661         1           1.0000           0.0000          -
2661.21/2671.96	c      2672        1352402     1351314         1           1.0000           0.0000          -
2666.30/2677.02	c      2677        1355036     1353948         1           1.0000           0.0000          -
2671.28/2682.07	c      2682        1357338     1356250         1           1.0000           0.0000          -
2676.55/2687.39	c      2687        1360047     1358959         1           1.0000           0.0000          -
2681.63/2692.43	c      2692        1362951     1361863         1           1.0000           0.0000          -
2686.61/2697.48	c      2697        1365589     1364501         1           1.0000           0.0000          -
2691.79/2702.65	c      2703        1368113     1367025         1           1.0000           0.0000          -
2696.77/2707.69	c      2708        1370914     1369826         1           1.0000           0.0000          -
2702.04/2712.92	c      2713        1373550     1372462         1           1.0000           0.0000          -
2707.24/2718.19	c      2718        1376120     1375032         1           1.0000           0.0000          -
2712.50/2723.48	c      2723        1378739     1377651         1           1.0000           0.0000          -
2717.78/2728.76	c      2729        1381465     1380377         1           1.0000           0.0000          -
2722.87/2733.81	c      2734        1384191     1383103         1           1.0000           0.0000          -
2727.84/2738.89	c      2739        1386710     1385622         1           1.0000           0.0000          -
2733.04/2744.08	c      2744        1389471     1388383         1           1.0000           0.0000          -
2738.30/2749.37	c      2749        1391902     1390814         1           1.0000           0.0000          -
2743.38/2754.48	c      2754        1394769     1393681         1           1.0000           0.0000          -
2748.57/2759.62	c      2760        1397515     1396427         1           1.0000           0.0000          -
2753.54/2764.67	c      2765        1400126     1399038         1           1.0000           0.0000          -
2758.82/2769.96	c      2770        1402529     1401441         1           1.0000           0.0000          -
2763.91/2775.07	c      2775        1405184     1404096         1           1.0000           0.0000          -
2769.18/2780.33	c      2780        1407761     1406673         1           1.0000           0.0000          -
2774.16/2785.38	c      2785        1410311     1409223         1           1.0000           0.0000          -
2779.34/2790.53	c      2791        1413006     1411918         1           1.0000           0.0000          -
2784.32/2795.58	c      2796        1415604     1414516         1           1.0000           0.0000          -
2789.70/2800.96	c      2801        1418172     1417084         1           1.0000           0.0000          -
2794.79/2806.04	c      2806        1420841     1419753         1           1.0000           0.0000          -
2800.16/2811.45	c      2811        1423465     1422377         1           1.0000           0.0000          -
2805.24/2816.50	c      2817        1426292     1425204         1           1.0000           0.0000          -
2810.42/2821.76	c      2822        1429020     1427932         1           1.0000           0.0000          -
2815.71/2827.03	c      2827        1431511     1430423         1           1.0000           0.0000          -
2820.98/2832.36	c      2832        1434217     1433129         1           1.0000           0.0000          -
2826.25/2837.62	c      2838        1436869     1435781         1           1.0000           0.0000          -
2831.44/2842.82	c      2843        1439509     1438421         1           1.0000           0.0000          -
2836.42/2847.87	c      2848        1442253     1441165         1           1.0000           0.0000          -
2842.19/2853.61	c      2854        1444745     1443657         1           1.0000           0.0000          -
2847.27/2858.79	c      2859        1447937     1446849         1           1.0000           0.0000          -
2852.35/2863.84	c      2864        1450566     1449478         1           1.0000           0.0000          -
2857.43/2868.94	c      2869        1453131     1452043         1           1.0000           0.0000          -
2862.52/2874.10	c      2874        1455689     1454601         1           1.0000           0.0000          -
2867.60/2879.15	c      2879        1458473     1457385         1           1.0000           0.0000          -
2872.77/2884.33	c      2884        1460812     1459724         1           1.0000           0.0000          -
2878.05/2889.66	c      2890        1463635     1462547         1           1.0000           0.0000          -
2883.44/2895.07	c      2895        1466276     1465188         1           1.0000           0.0000          -
2888.53/2900.11	c      2900        1468877     1467789         1           1.0000           0.0000          -
2893.50/2905.16	c      2905        1471178     1470090         1           1.0000           0.0000          -
2898.57/2910.21	c      2910        1473752     1472664         1           1.0000           0.0000          -
2903.95/2915.66	c      2916        1476457     1475369         1           1.0000           0.0000          -
2909.03/2920.71	c      2921        1479149     1478061         1           1.0000           0.0000          -
2914.21/2925.91	c      2926        1481642     1480554         1           1.0000           0.0000          -
2919.19/2930.97	c      2931        1484486     1483398         1           1.0000           0.0000          -
2924.56/2936.34	c      2936        1486890     1485802         1           1.0000           0.0000          -
2929.55/2941.39	c      2941        1489719     1488631         1           1.0000           0.0000          -
2934.63/2946.44	c      2946        1492391     1491303         1           1.0000           0.0000          -
2940.00/2951.84	c      2952        1494949     1493861         1           1.0000           0.0000          -
2945.20/2957.06	c      2957        1497533     1496445         1           1.0000           0.0000          -
2950.27/2962.11	c      2962        1500186     1499098         1           1.0000           0.0000          -
2955.44/2967.34	c      2967        1502817     1501729         1           1.0000           0.0000          -
2960.62/2972.56	c      2973        1505536     1504448         1           1.0000           0.0000          -
2965.70/2977.60	c      2978        1508229     1507141         1           1.0000           0.0000          -
2970.69/2982.65	c      2983        1510738     1509650         1           1.0000           0.0000          -
2975.76/2987.70	c      2988        1513454     1512366         1           1.0000           0.0000          -
2981.15/2993.17	c      2993        1515767     1514679         1           1.0000           0.0000          -
2986.22/2998.26	c      2998        1518565     1517477         1           1.0000           0.0000          -
2991.30/3003.39	c      3003        1521237     1520149         1           1.0000           0.0000          -
2996.48/3008.55	c      3009        1523838     1522750         1           1.0000           0.0000          -
3001.97/3014.10	c      3014        1526644     1525556         1           1.0000           0.0000          -
3007.14/3019.21	c      3019        1529301     1528213         1           1.0000           0.0000          -
3012.21/3024.36	c      3024        1531627     1530539         1           1.0000           0.0000          -
3017.40/3029.53	c      3030        1534103     1533015         1           1.0000           0.0000          -
3022.48/3034.66	c      3035        1536471     1535383         1           1.0000           0.0000          -
3027.66/3039.85	c      3040        1538867     1537779         1           1.0000           0.0000          -
3033.03/3045.20	c      3045        1541229     1540141         1           1.0000           0.0000          -
3038.11/3050.37	c      3050        1543881     1542793         1           1.0000           0.0000          -
3043.20/3055.47	c      3055        1546363     1545275         1           1.0000           0.0000          -
3048.67/3060.92	c      3061        1548990     1547902         1           1.0000           0.0000          -
3053.96/3066.29	c      3066        1551567     1550479         1           1.0000           0.0000          -
3059.03/3071.34	c      3071        1554255     1553167         1           1.0000           0.0000          -
3064.01/3076.39	c      3076        1556561     1555473         1           1.0000           0.0000          -
3069.20/3081.56	c      3082        1559500     1558412         1           1.0000           0.0000          -
3074.37/3086.75	c      3087        1562376     1561288         1           1.0000           0.0000          -
3079.95/3092.32	c      3092        1564885     1563797         1           1.0000           0.0000          -
3085.13/3097.59	c      3098        1567559     1566471         1           1.0000           0.0000          -
3090.21/3102.64	c      3103        1570293     1569205         1           1.0000           0.0000          -
3095.19/3107.69	c      3108        1572641     1571553         1           1.0000           0.0000          -
3100.27/3112.74	c      3113        1575465     1574377         1           1.0000           0.0000          -
3105.35/3117.81	c      3118        1577915     1576817         1           1.0000           0.0000          -
3110.93/3123.48	c      3123        1580556     1579458         1           1.0000           0.0000          -
3116.01/3128.52	c      3129        1583444     1582346         1           1.0000           0.0000          -
3121.29/3133.85	c      3134        1585978     1584880         1           1.0000           0.0000          -
3126.37/3138.90	c      3139        1588621     1587523         1           1.0000           0.0000          -
3131.47/3144.06	c      3144        1591059     1589961         1           1.0000           0.0000          -
3136.54/3149.11	c      3149        1593626     1592528         1           1.0000           0.0000          -
3141.52/3154.16	c      3154        1596260     1595162         1           1.0000           0.0000          -
3146.60/3159.29	c      3159        1598826     1597728         1           1.0000           0.0000          -
3151.67/3164.34	c      3164        1601397     1600299         1           1.0000           0.0000          -
3156.65/3169.39	c      3169        1604184     1603086         1           1.0000           0.0000          -
3162.04/3174.72	c      3175        1607050     1605952         1           1.0000           0.0000          -
3167.21/3179.91	c      3180        1609740     1608642         1           1.0000           0.0000          -
3172.19/3185.01	c      3185        1612282     1611184         1           1.0000           0.0000          -
3177.28/3190.05	c      3190        1614846     1613748         1           1.0000           0.0000          -
3182.26/3195.10	c      3195        1617357     1616259         1           1.0000           0.0000          -
3187.53/3200.39	c      3200        1619899     1618801         1           1.0000           0.0000          -
3192.61/3205.46	c      3205        1622604     1621506         1           1.0000           0.0000          -
3198.19/3211.02	c      3211        1625173     1624075         1           1.0000           0.0000          -
3203.17/3216.08	c      3216        1627825     1626727         1           1.0000           0.0000          -
3208.34/3221.25	c      3221        1630269     1629169         1           1.0000           0.0000          -
3213.52/3226.49	c      3226        1633074     1631974         1           1.0000           0.0000          -
3218.60/3231.59	c      3232        1635290     1634190         1           1.0000           0.0000          -
3223.68/3236.64	c      3237        1638220     1637120         1           1.0000           0.0000          -
3229.26/3242.26	c      3242        1640850     1639750         1           1.0000           0.0000          -
3234.64/3247.62	c      3248        1643802     1642702         1           1.0000           0.0000          -
3239.72/3252.79	c      3253        1646547     1645447         1           1.0000           0.0000          -
3244.90/3257.98	c      3258        1648953     1647853         1           1.0000           0.0000          -
3249.98/3263.03	c      3263        1651510     1650410         1           1.0000           0.0000          -
3255.26/3268.34	c      3268        1654263     1653163         1           1.0000           0.0000          -
3260.43/3273.59	c      3274        1656474     1655374         1           1.0000           0.0000          -
3265.51/3278.64	c      3279        1659377     1658277         1           1.0000           0.0000          -
3270.70/3283.87	c      3284        1661617     1660517         1           1.0000           0.0000          -
3275.77/3288.92	c      3289        1664589     1663489         1           1.0000           0.0000          -
3280.75/3293.97	c      3294        1667156     1666056         1           1.0000           0.0000          -
3285.85/3299.02	c      3299        1669958     1668858         1           1.0000           0.0000          -
3291.11/3304.37	c      3304        1672251     1671151         1           1.0000           0.0000          -
3296.19/3309.42	c      3309        1675079     1673979         1           1.0000           0.0000          -
3301.27/3314.53	c      3315        1677805     1676705         1           1.0000           0.0000          -
3306.25/3319.57	c      3320        1680358     1679258         1           1.0000           0.0000          -
3311.33/3324.62	c      3325        1682941     1681841         1           1.0000           0.0000          -
3316.61/3329.94	c      3330        1685610     1684510         1           1.0000           0.0000          -
3321.70/3335.10	c      3335        1688101     1687001         1           1.0000           0.0000          -
3326.79/3340.15	c      3340        1690448     1689348         1           1.0000           0.0000          -
3331.95/3345.37	c      3345        1693062     1691962         1           1.0000           0.0000          -
3337.14/3350.59	c      3351        1695894     1694794         1           1.0000           0.0000          -
3342.32/3355.77	c      3356        1698605     1697505         1           1.0000           0.0000          -
3347.49/3360.91	c      3361        1701244     1700144         1           1.0000           0.0000          -
3352.97/3366.48	c      3366        1704029     1702929         1           1.0000           0.0000          -
3358.45/3371.90	c      3372        1706909     1705809         1           1.0000           0.0000          -
3363.43/3376.95	c      3377        1709507     1708407         1           1.0000           0.0000          -
3368.51/3382.03	c      3382        1712252     1711152         1           1.0000           0.0000          -
3373.68/3387.23	c      3387        1714706     1713606         1           1.0000           0.0000          -
3378.66/3392.28	c      3392        1717387     1716287         1           1.0000           0.0000          -
3383.74/3397.36	c      3397        1720051     1718951         1           1.0000           0.0000          -
3388.82/3402.49	c      3402        1722511     1721411         1           1.0000           0.0000          -
3394.10/3407.72	c      3408        1725334     1724234         1           1.0000           0.0000          -
3399.27/3412.96	c      3413        1727862     1726762         1           1.0000           0.0000          -
3404.36/3418.01	c      3418        1730301     1729201         1           1.0000           0.0000          -
3409.63/3423.33	c      3423        1732959     1731859         1           1.0000           0.0000          -
3414.81/3428.51	c      3429        1735515     1734415         1           1.0000           0.0000          -
3419.79/3433.56	c      3434        1738263     1737163         1           1.0000           0.0000          -
3425.17/3438.91	c      3439        1740853     1739753         1           1.0000           0.0000          -
3430.55/3444.36	c      3444        1743873     1742773         1           1.0000           0.0000          -
3435.63/3449.41	c      3449        1746564     1745464         1           1.0000           0.0000          -
3440.71/3454.52	c      3455        1748920     1747820         1           1.0000           0.0000          -
3445.79/3459.67	c      3460        1751458     1750358         1           1.0000           0.0000          -
3451.07/3464.92	c      3465        1754255     1753155         1           1.0000           0.0000          -
3456.26/3470.18	c      3470        1756788     1755688         1           1.0000           0.0000          -
3461.33/3475.22	c      3475        1759226     1758126         1           1.0000           0.0000          -
3466.41/3480.32	c      3480        1761967     1760867         1           1.0000           0.0000          -
3471.59/3485.53	c      3486        1764429     1763329         1           1.0000           0.0000          -
3476.78/3490.70	c      3491        1767299     1766199         1           1.0000           0.0000          -
3481.85/3495.85	c      3496        1769914     1768814         1           1.0000           0.0000          -
3486.93/3500.90	c      3501        1772497     1771397         1           1.0000           0.0000          -
3491.92/3505.95	c      3506        1775008     1773908         1           1.0000           0.0000          -
3497.39/3511.42	c      3511        1777263     1776163         1           1.0000           0.0000          -
3502.58/3516.60	c      3517        1780135     1779035         1           1.0000           0.0000          -
3507.86/3522.01	c      3522        1782773     1781673         1           1.0000           0.0000          -
3513.05/3527.11	c      3527        1785447     1784347         1           1.0000           0.0000          -
3518.31/3532.48	c      3532        1788134     1787034         1           1.0000           0.0000          -
3523.49/3537.60	c      3538        1790695     1789595         1           1.0000           0.0000          -
3528.57/3542.73	c      3543        1793135     1792035         1           1.0000           0.0000          -
3533.65/3547.85	c      3548        1795803     1794703         1           1.0000           0.0000          -
3538.73/3552.90	c      3553        1798257     1797157         1           1.0000           0.0000          -
3543.82/3558.02	c      3558        1800720     1799620         1           1.0000           0.0000          -
3548.99/3563.27	c      3563        1802949     1801849         1           1.0000           0.0000          -
3554.07/3568.32	c      3568        1805820     1804720         1           1.0000           0.0000          -
3559.14/3573.47	c      3573        1808644     1807544         1           1.0000           0.0000          -
3564.43/3578.71	c      3579        1811340     1810240         1           1.0000           0.0000          -
3569.51/3583.87	c      3584        1813809     1812709         1           1.0000           0.0000          -
3574.59/3588.92	c      3589        1816300     1815200         1           1.0000           0.0000          -
3579.57/3593.97	c      3594        1818932     1817832         1           1.0000           0.0000          -
3584.66/3599.02	c      3599        1821579     1820479         1           1.0000           0.0000          -
3587.65/3602.09	c SCIP Status        : c solving was interrupted [hard time limit reached]
3587.65/3602.09	c Total Time         : 3602.0800
3587.65/3602.09	c   solving          : 3602.0800
3587.65/3602.09	c   presolving       : 2.8481 (included in solving)
3587.65/3602.09	c B&B Tree           :
3587.65/3602.09	c   nodes (total)    : 1
3587.65/3602.09	c Solution           :
3587.65/3602.10	c   Solutions found  : 2
3587.65/3602.10	c   Primal Bound     : +1.00000000000000e+00
3587.65/3602.10	c   Dual Bound       : +0.00000000000000e+00
3587.65/3602.10	c Gap                :   infinite
3587.65/3602.10	c * Warning: final gap: 1.00000000000000e+20 is greater than SCIPepsilon: 1.00000000000000e-09
3587.75/3602.11	o 1
3587.75/3602.11	s SATISFIABLE
3587.75/3602.11	v -x2553 -x2552 -x2551 -x2550 -x2549 x2548 -x2547 x2546 -x2545 -x2544 x2543 x2542 -x2541 x2540 x2539 -x2538 x2537 -x2536 -x2535 x2534 
3587.75/3602.11	v -x2533 x2532 -x2531 -x2530 -x2529 x2528 -x2527 x2526 x2525 -x2524 -x2523 x2522 -x2521 x2520 x2519 x2518 x2517 -x2516 x2515 
3587.75/3602.11	v x2514 x2513 -x2512 x2511 x2510 -x2509 -x2508 x2507 -x2506 -x2505 -x2504 -x2503 -x2502 x2501 x2500 -x2499 x2498 -x2497 -x2496 
3587.75/3602.11	v -x2495 x2494 -x2493 x2492 -x2491 x2490 -x2489 -x2488 x2487 -x2486 -x2485 -x2484 -x2483 x2482 x2481 -x2480 x2479 -x2478 x2477 
3587.75/3602.11	v -x2476 x2475 -x2474 x2473 -x2472 -x2471 -x2470 x2469 -x2468 x2467 -x2466 -x2465 x2464 x2463 -x2462 -x2461 -x2460 -x2459 x2458 
3587.75/3602.11	v -x2457 x2456 x2455 x2454 -x2453 x2452 x2451 -x2450 -x2449 -x2448 -x2447 x2446 -x2445 x2444 -x2443 -x2442 x2441 -x2440 -x2439 
3587.75/3602.11	v -x2438 -x2437 -x2436 x2435 x2434 -x2433 -x2432 -x2431 -x2430 x2429 -x2428 -x2427 -x2426 -x2425 x2424 -x2423 -x2422 -x2421 
3587.75/3602.11	v -x2420 x2419 x2418 x2417 -x2416 -x2415 -x2414 x2413 x2412 -x2411 -x2410 -x2409 -x2408 x2407 -x2406 -x2405 -x2404 -x2403 x2402 
3587.75/3602.11	v x2401 x2400 -x2399 x2398 x2397 -x2396 x2395 -x2394 x2393 x2392 -x2391 -x2390 -x2389 x2388 -x2387 -x2386 -x2385 x2384 -x2383 
3587.75/3602.11	v -x2382 -x2381 -x2380 x2379 x2378 -x2377 -x2376 -x2375 -x2374 -x2373 x2372 -x2371 -x2370 -x2369 -x2368 x2367 -x2366 x2365 -x2364 
3587.75/3602.11	v -x2363 -x2362 -x2361 x2360 -x2359 -x2358 -x2357 -x2356 x2355 -x2354 -x2353 -x2352 x2351 x2350 x2349 x2348 -x2347 -x2346 -x2345 
3587.75/3602.11	v -x2344 -x2343 -x2342 x2341 -x2340 -x2339 -x2338 -x2337 x2336 x2335 x2334 -x2333 -x2332 -x2331 -x2330 -x2329 -x2328 x2327 
3587.75/3602.11	v x2326 x2325 -x2324 x2323 x2322 x2321 -x2320 -x2319 x2318 x2317 -x2316 x2315 x2314 x2313 -x2312 x2311 -x2310 -x2309 -x2308 -x2307 
3587.75/3602.11	v -x2306 -x2305 x2304 -x2303 x2302 x2301 -x2300 -x2299 x2298 x2297 x2296 x2295 -x2294 x2293 -x2292 x2291 -x2290 x2289 -x2288 
3587.75/3602.11	v x2287 -x2286 -x2285 -x2284 x2283 x2282 x2281 x2280 -x2279 x2278 -x2277 -x2276 x2275 x2274 -x2273 x2272 -x2271 x2270 x2269 
3587.75/3602.11	v x2268 -x2267 -x2266 x2265 -x2264 x2263 x2262 -x2261 -x2260 -x2259 -x2258 -x2257 x2256 -x2255 x2254 x2253 x2252 -x2251 -x2250 
3587.75/3602.11	v -x2249 x2248 x2247 x2246 -x2245 -x2244 x2243 -x2242 -x2241 -x2240 x2239 x2238 -x2237 -x2236 -x2235 -x2234 x2233 x2232 x2231 
3587.75/3602.11	v -x2230 -x2229 -x2228 -x2227 -x2226 -x2225 -x2224 -x2223 x2222 x2221 x2220 -x2219 -x2218 -x2217 -x2216 x2215 -x2214 -x2213 -x2212 
3587.75/3602.11	v -x2211 x2210 -x2209 x2208 -x2207 -x2206 -x2205 x2204 -x2203 -x2202 -x2201 x2200 -x2199 x2198 x2197 x2196 -x2195 -x2194 x2193 
3587.75/3602.11	v -x2192 x2191 -x2190 x2189 -x2188 -x2187 x2186 -x2185 -x2184 -x2183 -x2182 x2181 -x2180 x2179 x2178 x2177 -x2176 x2175 -x2174 
3587.75/3602.11	v -x2173 x2172 -x2171 x2170 -x2169 -x2168 x2167 x2166 -x2165 x2164 x2163 -x2162 -x2161 x2160 x2159 x2158 -x2157 -x2156 -x2155 
3587.75/3602.11	v x2154 -x2153 -x2152 -x2151 x2150 x2149 x2148 -x2147 -x2146 -x2145 x2144 -x2143 -x2142 -x2141 x2140 -x2139 x2138 -x2137 -x2136 
3587.75/3602.11	v -x2135 x2134 x2133 -x2132 -x2131 x2130 -x2129 -x2128 -x2127 -x2126 -x2125 x2124 x2123 x2122 x2121 x2120 -x2119 x2118 x2117 
3587.75/3602.11	v -x2116 -x2115 x2114 x2113 -x2112 x2111 -x2110 -x2109 -x2108 -x2107 -x2106 x2105 x2104 -x2103 -x2102 x2101 x2100 -x2099 -x2098 
3587.75/3602.11	v -x2097 x2096 x2095 -x2094 x2093 x2092 -x2091 -x2090 -x2089 x2088 -x2087 x2086 x2085 x2084 -x2083 -x2082 -x2081 x2080 x2079 
3587.75/3602.11	v -x2078 -x2077 x2076 x2075 x2074 x2073 x2072 -x2071 x2070 -x2069 x2068 x2067 -x2066 x2065 x2064 -x2063 -x2062 x2061 x2060 x2059 
3587.75/3602.11	v -x2058 -x2057 x2056 x2055 -x2054 -x2053 x2052 x2051 x2050 -x2049 -x2048 -x2047 -x2046 x2045 -x2044 x2043 x2042 -x2041 -x2040 
3587.75/3602.11	v x2039 x2038 -x2037 -x2036 -x2035 -x2034 x2033 x2032 -x2031 -x2030 -x2029 -x2028 x2027 -x2026 -x2025 x2024 x2023 -x2022 -x2021 
3587.75/3602.11	v x2020 x2019 x2018 x2017 -x2016 -x2015 x2014 x2013 x2012 x2011 -x2010 -x2009 -x2008 -x2007 x2006 x2005 -x2004 -x2003 x2002 
3587.75/3602.11	v -x2001 x2000 -x1999 x1998 x1997 -x1996 x1995 x1994 -x1993 x1992 -x1991 x1990 x1989 x1988 -x1987 x1986 -x1985 -x1984 x1983 -x1982 
3587.75/3602.11	v x1981 -x1980 -x1979 -x1978 x1977 -x1976 -x1975 -x1974 x1973 x1972 x1971 x1970 x1969 -x1968 x1967 -x1966 -x1965 -x1964 x1963 
3587.75/3602.11	v x1962 -x1961 x1960 -x1959 -x1958 -x1957 x1956 x1955 -x1954 -x1953 x1952 x1951 x1950 -x1949 x1948 x1947 -x1946 -x1945 x1944 
3587.75/3602.11	v -x1943 x1942 -x1941 x1940 -x1939 -x1938 -x1937 x1936 x1935 -x1934 x1933 x1932 -x1931 x1930 x1929 -x1928 -x1927 -x1926 -x1925 
3587.75/3602.11	v -x1924 x1923 x1922 x1921 x1920 -x1919 -x1918 -x1917 x1916 -x1915 -x1914 x1913 -x1912 x1911 -x1910 -x1909 x1908 -x1907 x1906 
3587.75/3602.11	v x1905 -x1904 x1903 -x1902 -x1901 x1900 -x1899 x1898 -x1897 -x1896 x1895 x1894 -x1893 x1892 x1891 -x1890 x1889 x1888 x1887 x1886 
3587.75/3602.11	v -x1885 -x1884 x1883 x1882 x1881 -x1880 x1879 -x1878 -x1877 -x1876 x1875 x1874 x1873 x1872 -x1871 -x1870 -x1869 x1868 -x1867 
3587.75/3602.11	v x1866 x1865 -x1864 -x1863 x1862 x1861 -x1860 -x1859 x1858 -x1857 x1856 -x1855 x1854 -x1853 x1852 x1851 x1850 -x1849 x1848 
3587.75/3602.11	v -x1847 x1846 -x1845 x1844 -x1843 -x1842 -x1841 x1840 -x1839 x1838 x1837 -x1836 -x1835 x1834 x1833 -x1832 -x1831 -x1830 -x1829 
3587.75/3602.11	v x1828 -x1827 x1826 -x1825 x1824 -x1823 x1822 x1821 -x1820 -x1819 -x1818 x1817 -x1816 x1815 -x1814 -x1813 x1812 x1811 -x1810 
3587.75/3602.11	v x1809 -x1808 -x1807 -x1806 -x1805 -x1804 x1803 -x1802 x1801 -x1800 x1799 x1798 x1797 -x1796 -x1795 x1794 x1793 -x1792 -x1791 
3587.75/3602.11	v -x1790 x1789 x1788 x1787 x1786 x1785 -x1784 -x1783 -x1782 x1781 -x1780 x1779 -x1778 -x1777 -x1776 -x1775 x1774 -x1773 -x1772 
3587.75/3602.11	v x1771 x1770 -x1769 -x1768 -x1767 x1766 x1765 x1764 -x1763 -x1762 -x1761 x1760 x1759 x1758 -x1757 -x1756 x1755 x1754 -x1753 x1752 
3587.75/3602.11	v -x1751 x1750 -x1749 x1748 -x1747 x1746 x1745 -x1744 x1743 x1742 x1741 -x1740 x1739 x1738 x1737 -x1736 -x1735 -x1734 x1733 
3587.75/3602.11	v x1732 -x1731 x1730 x1729 -x1728 x1727 -x1726 x1725 x1724 -x1723 x1722 -x1721 x1720 x1719 x1718 -x1717 -x1716 -x1715 -x1714 -x1713 
3587.75/3602.11	v x1712 -x1711 -x1710 x1709 -x1708 x1707 x1706 -x1705 x1704 x1703 x1702 -x1701 x1700 -x1699 x1698 x1697 -x1696 x1695 x1694 
3587.75/3602.11	v -x1693 x1692 x1691 -x1690 x1689 -x1688 -x1687 x1686 -x1685 -x1684 -x1683 x1682 -x1681 x1680 -x1679 -x1678 -x1677 x1676 x1675 
3587.75/3602.11	v x1674 -x1673 x1672 x1671 x1670 -x1669 -x1668 -x1667 x1666 x1665 x1664 -x1663 x1662 x1661 x1660 -x1659 -x1658 x1657 x1656 -x1655 
3587.75/3602.11	v x1654 -x1653 x1652 x1651 x1650 -x1649 -x1648 x1647 x1646 x1645 -x1644 -x1643 x1642 x1641 x1640 -x1639 -x1638 -x1637 x1636 
3587.75/3602.11	v -x1635 -x1634 -x1633 x1632 x1631 -x1630 x1629 -x1628 x1627 -x1626 x1625 x1624 x1623 -x1622 x1621 x1620 -x1619 -x1618 x1617 
3587.75/3602.11	v x1616 -x1615 x1614 -x1613 -x1612 x1611 x1610 -x1609 x1608 x1607 -x1606 x1605 x1604 x1603 -x1602 x1601 -x1600 -x1599 x1598 -x1597 
3587.75/3602.11	v -x1596 -x1595 -x1594 x1593 x1592 x1591 x1590 x1589 x1588 -x1587 -x1586 -x1585 x1584 x1583 x1582 x1581 -x1580 -x1579 x1578 
3587.75/3602.11	v x1577 x1576 x1575 -x1574 x1573 x1572 -x1571 x1570 -x1569 x1568 -x1567 x1566 x1565 -x1564 -x1563 x1562 -x1561 x1560 x1559 x1558 
3587.75/3602.11	v x1557 x1556 -x1555 -x1554 -x1553 x1552 -x1551 x1550 x1549 x1548 -x1547 -x1546 -x1545 x1544 x1543 -x1542 x1541 -x1540 -x1539 
3587.75/3602.11	v -x1538 x1537 x1536 x1535 -x1534 x1533 -x1532 x1531 -x1530 -x1529 x1528 -x1527 x1526 x1525 -x1524 -x1523 x1522 -x1521 -x1520 
3587.75/3602.11	v x1519 -x1518 x1517 -x1516 -x1515 x1514 x1513 -x1512 x1511 -x1510 x1509 -x1508 x1507 -x1506 x1505 -x1504 x1503 -x1502 x1501 x1500 
3587.75/3602.11	v -x1499 x1498 -x1497 x1496 -x1495 x1494 x1493 -x1492 -x1491 x1490 -x1489 -x1488 x1487 x1486 -x1485 x1484 x1483 -x1482 -x1481 
3587.75/3602.11	v x1480 x1479 -x1478 x1477 x1476 -x1475 -x1474 x1473 x1472 -x1471 x1470 x1469 x1468 x1467 -x1466 -x1465 -x1464 -x1463 x1462 
3587.75/3602.11	v -x1461 x1460 x1459 -x1458 -x1457 x1456 x1455 -x1454 x1453 -x1452 x1451 x1450 -x1449 x1448 x1447 -x1446 -x1445 x1444 x1443 -x1442 
3587.75/3602.11	v x1441 -x1440 x1439 x1438 -x1437 x1436 -x1435 x1434 x1433 x1432 -x1431 -x1430 -x1429 x1428 x1427 -x1426 -x1425 x1424 -x1423 
3587.75/3602.11	v x1422 -x1421 -x1420 x1419 -x1418 x1417 x1416 -x1415 x1414 -x1413 -x1412 x1411 -x1410 x1409 -x1408 x1407 -x1406 x1405 -x1404 
3587.75/3602.11	v x1403 -x1402 x1401 -x1400 -x1399 x1398 x1397 -x1396 -x1395 -x1394 x1393 x1392 -x1391 -x1390 x1389 -x1388 -x1387 x1386 x1385 
3587.75/3602.11	v -x1384 x1383 x1382 -x1381 x1380 x1379 -x1378 -x1377 x1376 x1375 x1374 -x1373 -x1372 -x1371 x1370 -x1369 x1368 -x1367 -x1366 
3587.75/3602.11	v x1365 x1364 -x1363 x1362 -x1361 -x1360 x1359 -x1358 x1357 x1356 -x1355 -x1354 x1353 x1352 x1351 x1350 x1349 -x1348 -x1347 -x1346 
3587.75/3602.11	v x1345 -x1344 x1343 x1342 x1341 -x1340 -x1339 x1338 x1337 -x1336 x1335 -x1334 x1333 -x1332 x1331 -x1330 x1329 -x1328 -x1327 
3587.75/3602.11	v x1326 x1325 x1324 -x1323 x1322 x1321 -x1320 -x1319 x1318 -x1317 -x1316 -x1315 x1314 x1313 x1312 x1311 -x1310 -x1309 -x1308 
3587.75/3602.11	v -x1307 -x1306 x1305 -x1304 x1303 x1302 -x1301 -x1300 x1299 -x1298 x1297 -x1296 -x1295 x1294 -x1293 x1292 -x1291 x1290 -x1289 
3587.75/3602.11	v -x1288 -x1287 x1286 -x1285 -x1284 x1283 -x1282 x1281 x1280 x1279 x1278 -x1277 -x1276 -x1275 x1274 x1273 -x1272 x1271 x1270 -x1269 
3587.75/3602.11	v x1268 -x1267 x1266 -x1265 x1264 -x1263 x1262 x1261 -x1260 -x1259 x1258 x1257 -x1256 -x1255 -x1254 x1253 -x1252 -x1251 -x1250 
3587.75/3602.11	v x1249 x1248 -x1247 -x1246 -x1245 -x1244 x1243 x1242 x1241 -x1240 -x1239 x1238 x1237 -x1236 -x1235 -x1234 x1233 x1232 x1231 
3587.75/3602.11	v -x1230 -x1229 x1228 -x1227 x1226 x1225 x1224 x1223 x1222 -x1221 -x1220 x1219 -x1218 x1217 x1216 -x1215 -x1214 -x1213 x1212 
3587.75/3602.11	v -x1211 x1210 -x1209 x1208 x1207 -x1206 x1205 x1204 -x1203 -x1202 x1201 x1200 x1199 -x1198 -x1197 x1196 x1195 x1194 -x1193 x1192 
3587.75/3602.11	v -x1191 x1190 x1189 -x1188 -x1187 x1186 x1185 x1184 -x1183 x1182 x1181 x1180 x1179 -x1178 -x1177 -x1176 x1175 x1174 -x1173 
3587.75/3602.11	v x1172 x1171 -x1170 x1169 -x1168 x1167 x1166 -x1165 x1164 -x1163 x1162 x1161 -x1160 -x1159 -x1158 x1157 -x1156 x1155 x1154 x1153 
3587.75/3602.11	v -x1152 x1151 -x1150 x1149 x1148 x1147 -x1146 x1145 -x1144 -x1143 x1142 x1141 -x1140 x1139 x1138 -x1137 x1136 x1135 -x1134 
3587.75/3602.11	v -x1133 x1132 x1131 -x1130 x1129 -x1128 -x1127 x1126 x1125 -x1124 x1123 x1122 -x1121 x1120 x1119 -x1118 -x1117 x1116 x1115 -x1114 
3587.75/3602.11	v -x1113 x1112 -x1111 -x1110 -x1109 x1108 x1107 -x1106 -x1105 -x1104 x1103 x1102 x1101 -x1100 -x1099 x1098 -x1097 x1096 -x1095 
3587.75/3602.11	v x1094 x1093 -x1092 -x1091 x1090 x1089 -x1088 x1087 -x1086 -x1085 x1084 -x1083 x1082 -x1081 -x1080 x1079 -x1078 x1077 x1076 
3587.75/3602.11	v -x1075 x1074 -x1073 -x1072 -x1071 x1070 x1069 -x1068 -x1067 -x1066 x1065 x1064 x1063 -x1062 -x1061 x1060 -x1059 x1058 x1057 
3587.75/3602.11	v x1056 -x1055 x1054 x1053 -x1052 x1051 x1050 -x1049 x1048 x1047 -x1046 -x1045 -x1044 x1043 -x1042 -x1041 x1040 -x1039 x1038 
3587.75/3602.11	v -x1037 x1036 -x1035 x1034 -x1033 x1032 -x1031 -x1030 x1029 x1028 x1027 x1026 -x1025 -x1024 x1023 x1022 x1021 x1020 -x1019 -x1018 
3587.75/3602.11	v -x1017 -x1016 x1015 -x1014 x1013 x1012 x1011 -x1010 x1009 x1008 -x1007 -x1006 -x1005 -x1004 x1003 x1002 x1001 -x1000 x999 
3587.75/3602.11	v -x998 x997 x996 x995 -x994 -x993 -x992 x991 x990 -x989 -x988 x987 -x986 x985 -x984 -x983 x982 -x981 x980 x979 x978 -x977 -x976 
3587.75/3602.11	v -x975 -x974 x973 -x972 x971 x970 -x969 -x968 -x967 x966 x965 x964 x963 -x962 -x961 x960 x959 -x958 -x957 x956 x955 x954 x953 
3587.75/3602.11	v -x952 x951 x950 x949 -x948 -x947 x946 x945 x944 -x943 x942 -x941 x940 x939 x938 -x937 -x936 -x935 x934 -x933 x932 x931 -x930 
3587.75/3602.11	v -x929 x928 -x927 x926 x925 -x924 -x923 -x922 x921 x920 x919 x918 -x917 -x916 -x915 x914 -x913 -x912 x911 x910 -x909 x908 x907 
3587.75/3602.11	v -x906 x905 x904 x903 x902 x901 x900 -x899 x898 -x897 -x896 x895 -x894 x893 -x892 x891 -x890 x889 -x888 x887 x886 -x885 -x884 
3587.75/3602.11	v -x883 x882 x881 x880 x879 x878 x877 -x876 -x875 -x874 x873 x872 x871 -x870 -x869 x868 -x867 -x866 x865 x864 x863 -x862 x861 
3587.75/3602.11	v -x860 -x859 -x858 x857 x856 -x855 x854 -x853 -x852 x851 -x850 x849 x848 -x847 x846 x845 -x844 -x843 x842 x841 -x840 -x839 
3587.75/3602.11	v -x838 -x837 x836 x835 -x834 x833 x832 -x831 x830 -x829 -x828 x827 -x826 x825 x824 -x823 x822 x821 x820 x819 -x818 -x817 -x816 
3587.75/3602.11	v x815 x814 x813 -x812 -x811 -x810 x809 -x808 x807 x806 x805 x804 -x803 -x802 -x801 -x800 x799 x798 x797 -x796 -x795 x794 x793 
3587.75/3602.11	v x792 -x791 x790 x789 -x788 -x787 x786 x785 -x784 x783 -x782 x781 x780 -x779 x778 -x777 x776 -x775 x774 x773 -x772 x771 -x770 
3587.75/3602.11	v x769 -x768 x767 x766 -x765 x764 -x763 x762 x761 -x760 -x759 -x758 -x757 x756 -x755 x754 x753 -x752 x751 x750 -x749 -x748 x747 
3587.75/3602.11	v x746 -x745 -x744 x743 x742 x741 -x740 x739 x738 -x737 -x736 -x735 x734 x733 -x732 x731 x730 x729 -x728 -x727 -x726 x725 x724 
3587.75/3602.11	v -x723 -x722 x721 -x720 x719 -x718 x717 x716 x715 -x714 x713 x712 -x711 -x710 x709 -x708 -x707 x706 -x705 -x704 x703 -x702 x701 
3587.75/3602.11	v -x700 x699 -x698 x697 x696 x695 x694 -x693 -x692 x691 x690 -x689 x688 -x687 -x686 -x685 x684 -x683 x682 -x681 x680 -x679 
3587.75/3602.11	v x678 -x677 x676 x675 x674 -x673 -x672 x671 -x670 x669 x668 -x667 -x666 x665 -x664 x663 -x662 -x661 x660 x659 x658 x657 -x656 
3587.75/3602.11	v x655 -x654 x653 -x652 x651 -x650 -x649 x648 -x647 x646 x645 -x644 -x643 x642 x641 -x640 x639 x638 x637 x636 -x635 -x634 x633 
3587.75/3602.11	v x632 -x631 -x630 x629 -x628 x627 -x626 x625 x624 -x623 -x622 x621 x620 x619 -x618 -x617 x616 -x615 -x614 x613 x612 x611 -x610 
3587.75/3602.11	v -x609 x608 -x607 -x606 x605 x604 -x603 x602 -x601 x600 -x599 x598 x597 x596 x595 -x594 -x593 x592 x591 -x590 -x589 x588 x587 
3587.75/3602.11	v x586 -x585 -x584 -x583 x582 -x581 x580 x579 -x578 -x577 x576 x575 x574 -x573 -x572 -x571 -x570 -x569 x568 x567 x566 -x565 x564 
3587.75/3602.11	v x563 -x562 -x561 x560 x559 -x558 -x557 x556 -x555 x554 x553 x552 -x551 -x550 x549 -x548 x547 x546 -x545 -x544 x543 -x542 x541 
3587.75/3602.11	v x540 -x539 -x538 -x537 x536 -x535 x534 x533 x532 -x531 x530 -x529 -x528 x527 x526 -x525 x524 x523 -x522 -x521 x520 -x519 
3587.75/3602.11	v x518 x517 -x516 -x515 x514 -x513 x512 x511 -x510 x509 -x508 x507 x506 -x505 -x504 x503 -x502 x501 -x500 -x499 x498 x497 x496 
3587.75/3602.11	v -x495 -x494 x493 -x492 -x491 x490 x489 x488 -x487 x486 -x485 x484 x483 -x482 x481 -x480 -x479 x478 x477 x476 x475 -x474 -x473 
3587.75/3602.11	v x472 -x471 -x470 x469 -x468 -x467 x466 x465 x464 x463 x462 -x461 -x460 x459 x458 -x457 x456 -x455 -x454 x453 x452 x451 -x450 
3587.75/3602.11	v -x449 x448 x447 -x446 -x445 x444 -x443 -x442 x441 x440 -x439 x438 -x437 x436 x435 -x434 -x433 x432 -x431 -x430 -x429 x428 x427 
3587.75/3602.11	v x426 x425 -x424 x423 -x422 -x421 -x420 x419 -x418 x417 -x416 x415 x414 -x413 -x412 x411 x410 x409 -x408 -x407 x406 x405 x404 
3587.75/3602.11	v -x403 -x402 x401 -x400 x399 x398 -x397 -x396 x395 -x394 x393 -x392 -x391 -x390 x389 x388 x387 x386 x385 -x384 -x383 -x382 
3587.75/3602.11	v x381 -x380 -x379 -x378 x377 x376 x375 x374 -x373 -x372 x371 x370 -x369 x368 -x367 -x366 x365 x364 x363 -x362 -x361 -x360 x359 
3587.75/3602.11	v -x358 x357 -x356 x355 -x354 -x353 x352 x351 x350 -x349 -x348 x347 x346 -x345 -x344 -x343 x342 x341 x340 -x339 -x338 -x337 x336 
3587.75/3602.11	v x335 -x334 x333 x332 x331 x330 -x329 -x328 -x327 x326 x325 -x324 x323 -x322 -x321 x320 -x319 -x318 x317 x316 -x315 x314 x313 
3587.75/3602.11	v -x312 -x311 -x310 x309 x308 -x307 x306 -x305 x304 -x303 x302 x301 -x300 -x299 x298 -x297 -x296 x295 -x294 -x293 x292 x291 
3587.75/3602.11	v x290 x289 -x288 -x287 -x286 x285 x284 x283 -x282 -x281 x280 -x279 x278 x277 -x276 -x275 -x274 x273 x272 x271 -x270 -x269 -x268 
3587.75/3602.11	v x267 -x266 x265 x264 -x263 x262 -x261 x260 x259 -x258 -x257 -x256 x255 x254 -x253 x252 -x251 -x250 x249 -x248 x247 x246 x245 
3587.75/3602.11	v x244 -x243 -x242 -x241 -x240 x239 x238 -x237 x236 -x235 x234 x233 x232 -x231 -x230 -x229 x228 x227 x226 -x225 -x224 -x223 x222 
3587.75/3602.11	v x221 -x220 x219 x218 -x217 x216 -x215 x214 -x213 x212 -x211 -x210 x209 -x208 x207 x206 x205 -x204 -x203 x202 -x201 x200 x199 
3587.75/3602.11	v -x198 x197 -x196 -x195 x194 -x193 x192 x191 -x190 -x189 x188 -x187 -x186 x185 x184 -x183 -x182 x181 x180 x179 -x178 -x177 
3587.75/3602.11	v x176 x175 -x174 -x173 x172 -x171 x170 -x169 -x168 -x167 x166 x165 -x164 x163 x162 x161 -x160 -x159 -x158 x157 x156 -x155 -x154 
3587.75/3602.11	v x153 -x152 x151 x150 -x149 x148 x147 -x146 x145 -x144 -x143 x142 x141 -x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 -x131 
3587.75/3602.11	v -x130 x129 x128 x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 -x118 -x117 -x116 x115 -x114 x113 x112 -x111 x110 -x109 
3587.75/3602.11	v x108 -x107 x106 -x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 -x96 -x95 x94 x93 x92 -x91 x90 x89 -x88 -x87 x86 -x85 x84 -x83 
3587.75/3602.11	v x82 -x81 x80 -x79 x78 x77 x76 -x75 -x74 -x73 x72 -x71 x70 x69 -x68 -x67 -x66 -x65 x64 x63 -x62 x61 x60 -x59 -x58 -x57 x56 x55 
3587.75/3602.11	v x54 x53 x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 x44 x43 -x42 -x41 x40 -x39 x38 x37 x36 x35 -x34 x33 -x32 -x31 x30 -x29 x28 -x27 
3587.75/3602.11	v -x26 x25 -x24 x23 -x22 x21 -x20 x19 x18 x17 x16 -x15 -x14 -x13 -x12 x11 x10 -x9 x8 -x7 -x6 x5 -x4 x3 -x2 x1 -x3404 -x3403 
3587.75/3602.11	v -x3402 -x3401 -x3400 -x3399 -x3398 -x3397 -x3396 -x3395 -x3394 -x3393 -x3392 -x3391 -x3390 -x3389 -x3388 -x3387 -x3386 -x3385 
3587.75/3602.11	v -x3384 -x3383 -x3382 -x3381 -x3380 -x3379 -x3378 -x3377 -x3376 -x3375 -x3374 -x3373 -x3372 -x3371 -x3370 -x3369 -x3368 -x3367 
3587.75/3602.11	v -x3366 -x3365 -x3364 -x3363 -x3362 -x3361 -x3360 -x3359 -x3358 -x3357 -x3356 -x3355 -x3354 -x3353 -x3352 -x3351 -x3350 -x3349 
3587.75/3602.11	v -x3348 -x3347 -x3346 -x3345 -x3344 -x3343 -x3342 -x3341 -x3340 -x3339 -x3338 -x3337 -x3336 -x3335 -x3334 -x3333 -x3332 -x3331 
3587.75/3602.11	v -x3330 -x3329 -x3328 -x3327 -x3326 -x3325 -x3324 -x3323 -x3322 -x3321 -x3320 -x3319 -x3318 -x3317 -x3316 -x3315 -x3314 -x3313 
3587.75/3602.11	v -x3312 -x3311 -x3310 -x3309 -x3308 -x3307 -x3306 -x3305 -x3304 -x3303 -x3302 -x3301 -x3300 -x3299 -x3298 -x3297 -x3296 -x3295 
3587.75/3602.11	v -x3294 -x3293 -x3292 -x3291 -x3290 -x3289 -x3288 -x3287 -x3286 -x3285 -x3284 -x3283 -x3282 -x3281 -x3280 -x3279 -x3278 
3587.75/3602.11	v -x3277 -x3276 -x3275 -x3274 -x3273 -x3272 -x3271 -x3270 -x3269 -x3268 -x3267 -x3266 -x3265 -x3264 -x3263 -x3262 -x3261 -x3260 
3587.75/3602.11	v -x3259 -x3258 -x3257 -x3256 -x3255 -x3254 -x3253 -x3252 -x3251 -x3250 -x3249 -x3248 -x3247 -x3246 -x3245 -x3244 -x3243 -x3242 
3587.75/3602.11	v -x3241 -x3240 -x3239 -x3238 -x3237 -x3236 -x3235 -x3234 -x3233 -x3232 -x3231 -x3230 -x3229 -x3228 -x3227 -x3226 -x3225 -x3224 
3587.75/3602.11	v -x3223 -x3222 -x3221 -x3220 -x3219 -x3218 -x3217 -x3216 -x3215 -x3214 -x3213 -x3212 -x3211 -x3210 -x3209 -x3208 -x3207 -x3206 
3587.75/3602.11	v -x3205 -x3204 -x3203 -x3202 -x3201 -x3200 -x3199 -x3198 -x3197 -x3196 -x3195 -x3194 -x3193 -x3192 -x3191 -x3190 -x3189 -x3188 
3587.75/3602.11	v -x3187 -x3186 -x3185 -x3184 -x3183 x3182 -x3181 -x3180 -x3179 -x3178 -x3177 -x3176 -x3175 -x3174 -x3173 -x3172 -x3171 -x3170 
3587.75/3602.11	v -x3169 -x3168 -x3167 -x3166 -x3165 -x3164 -x3163 -x3162 -x3161 -x3160 -x3159 -x3158 -x3157 -x3156 -x3155 -x3154 -x3153 -x3152 
3587.75/3602.11	v -x3151 -x3150 -x3149 -x3148 -x3147 -x3146 -x3145 -x3144 -x3143 -x3142 -x3141 -x3140 -x3139 -x3138 -x3137 -x3136 -x3135 
3587.75/3602.11	v -x3134 -x3133 -x3132 -x3131 -x3130 -x3129 -x3128 -x3127 -x3126 -x3125 -x3124 -x3123 -x3122 -x3121 -x3120 -x3119 -x3118 -x3117 
3587.75/3602.11	v -x3116 -x3115 -x3114 -x3113 -x3112 -x3111 -x3110 -x3109 -x3108 -x3107 -x3106 -x3105 -x3104 -x3103 -x3102 -x3101 -x3100 -x3099 
3587.75/3602.11	v -x3098 -x3097 -x3096 -x3095 -x3094 -x3093 -x3092 -x3091 -x3090 -x3089 -x3088 -x3087 -x3086 -x3085 -x3084 -x3083 -x3082 -x3081 
3587.75/3602.11	v -x3080 -x3079 -x3078 -x3077 -x3076 -x3075 -x3074 -x3073 -x3072 -x3071 -x3070 -x3069 -x3068 -x3067 -x3066 -x3065 -x3064 -x3063 
3587.75/3602.11	v -x3062 -x3061 -x3060 -x3059 -x3058 -x3057 -x3056 -x3055 -x3054 -x3053 -x3052 -x3051 -x3050 -x3049 -x3048 -x3047 -x3046 -x3045 
3587.75/3602.11	v -x3044 -x3043 -x3042 -x3041 -x3040 -x3039 -x3038 -x3037 -x3036 -x3035 -x3034 -x3033 -x3032 -x3031 -x3030 -x3029 -x3028 -x3027 
3587.75/3602.11	v -x3026 -x3025 -x3024 -x3023 -x3022 -x3021 -x3020 -x3019 -x3018 -x3017 -x3016 -x3015 -x3014 -x3013 -x3012 -x3011 -x3010 
3587.75/3602.11	v -x3009 -x3008 -x3007 -x3006 -x3005 -x3004 -x3003 -x3002 -x3001 -x3000 -x2999 -x2998 -x2997 -x2996 -x2995 -x2994 -x2993 -x2992 
3587.75/3602.11	v -x2991 -x2990 -x2989 -x2988 -x2987 -x2986 -x2985 -x2984 -x2983 -x2982 -x2981 -x2980 -x2979 -x2978 -x2977 -x2976 -x2975 -x2974 
3587.75/3602.11	v -x2973 -x2972 -x2971 -x2970 -x2969 -x2968 -x2967 -x2966 -x2965 -x2964 -x2963 -x2962 -x2961 -x2960 -x2959 -x2958 -x2957 -x2956 
3587.75/3602.11	v -x2955 -x2954 -x2953 -x2952 -x2951 -x2950 -x2949 -x2948 -x2947 -x2946 -x2945 -x2944 -x2943 -x2942 -x2941 -x2940 -x2939 -x2938 
3587.75/3602.11	v -x2937 -x2936 -x2935 -x2934 -x2933 -x2932 -x2931 -x2930 -x2929 -x2928 -x2927 -x2926 -x2925 -x2924 -x2923 -x2922 -x2921 -x2920 
3587.75/3602.11	v -x2919 -x2918 -x2917 -x2916 -x2915 -x2914 -x2913 -x2912 -x2911 -x2910 -x2909 -x2908 -x2907 -x2906 -x2905 -x2904 -x2903 -x2902 
3587.75/3602.11	v -x2901 -x2900 -x2899 -x2898 -x2897 -x2896 -x2895 -x2894 -x2893 -x2892 -x2891 -x2890 -x2889 -x2888 -x2887 -x2886 -x2885 
3587.75/3602.11	v -x2884 -x2883 -x2882 -x2881 -x2880 -x2879 -x2878 -x2877 -x2876 -x2875 -x2874 -x2873 -x2872 -x2871 -x2870 -x2869 -x2868 -x2867 
3587.75/3602.11	v -x2866 -x2865 -x2864 -x2863 -x2862 -x2861 -x2860 -x2859 -x2858 -x2857 -x2856 -x2855 -x2854 -x2853 -x2852 -x2851 -x2850 -x2849 
3587.75/3602.11	v -x2848 -x2847 -x2846 -x2845 -x2844 -x2843 -x2842 -x2841 -x2840 -x2839 -x2838 -x2837 -x2836 -x2835 -x2834 -x2833 -x2832 -x2831 
3587.75/3602.11	v -x2830 -x2829 -x2828 -x2827 -x2826 -x2825 -x2824 -x2823 -x2822 -x2821 -x2820 -x2819 -x2818 -x2817 -x2816 -x2815 -x2814 -x2813 
3587.75/3602.11	v -x2812 -x2811 -x2810 -x2809 -x2808 -x2807 -x2806 -x2805 -x2804 -x2803 -x2802 -x2801 -x2800 -x2799 -x2798 -x2797 -x2796 -x2795 
3587.75/3602.11	v -x2794 -x2793 -x2792 -x2791 -x2790 -x2789 -x2788 -x2787 -x2786 -x2785 -x2784 -x2783 -x2782 -x2781 -x2780 -x2779 -x2778 -x2777 
3587.75/3602.11	v -x2776 -x2775 -x2774 -x2773 -x2772 -x2771 -x2770 -x2769 -x2768 -x2767 -x2766 -x2765 -x2764 -x2763 -x2762 -x2761 -x2760 
3587.75/3602.12	v -x2759 -x2758 -x2757 -x2756 -x2755 -x2754 -x2753 -x2752 -x2751 -x2750 -x2749 -x2748 -x2747 -x2746 -x2745 -x2744 -x2743 -x2742 
3587.75/3602.12	v -x2741 -x2740 -x2739 -x2738 -x2737 -x2736 -x2735 -x2734 -x2733 -x2732 -x2731 -x2730 -x2729 -x2728 -x2727 -x2726 -x2725 -x2724 
3587.75/3602.12	v -x2723 -x2722 -x2721 -x2720 -x2719 -x2718 -x2717 -x2716 -x2715 -x2714 -x2713 -x2712 -x2711 -x2710 -x2709 -x2708 -x2707 -x2706 
3587.75/3602.12	v -x2705 -x2704 -x2703 -x2702 -x2701 -x2700 -x2699 -x2698 -x2697 -x2696 -x2695 -x2694 -x2693 -x2692 -x2691 -x2690 -x2689 -x2688 
3587.75/3602.12	v -x2687 -x2686 -x2685 -x2684 -x2683 -x2682 -x2681 -x2680 -x2679 -x2678 -x2677 -x2676 -x2675 -x2674 -x2673 -x2672 -x2671 -x2670 
3587.75/3602.12	v -x2669 -x2668 -x2667 -x2666 -x2665 -x2664 -x2663 -x2662 -x2661 -x2660 -x2659 -x2658 -x2657 -x2656 -x2655 -x2654 -x2653 -x2652 
3587.75/3602.12	v -x2651 -x2650 -x2649 -x2648 -x2647 -x2646 -x2645 -x2644 -x2643 -x2642 -x2641 -x2640 -x2639 -x2638 -x2637 -x2636 -x2635 
3587.75/3602.12	v -x2634 -x2633 -x2632 -x2631 -x2630 -x2629 -x2628 -x2627 -x2626 -x2625 -x2624 -x2623 -x2622 -x2621 -x2620 -x2619 -x2618 -x2617 
3587.75/3602.12	v -x2616 -x2615 -x2614 -x2613 -x2612 -x2611 -x2610 -x2609 -x2608 -x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x2601 -x2600 -x2599 
3587.75/3602.12	v -x2598 -x2597 -x2596 -x2595 -x2594 -x2593 -x2592 -x2591 -x2590 -x2589 -x2588 -x2587 -x2586 -x2585 -x2584 -x2583 -x2582 -x2581 
3587.75/3602.12	v -x2580 -x2579 -x2578 -x2577 -x2576 -x2575 -x2574 -x2573 -x2572 -x2571 -x2570 -x2569 -x2568 -x2567 -x2566 -x2565 -x2564 -x2563 
3587.75/3602.12	v -x2562 -x2561 -x2560 -x2559 -x2558 -x2557 -x2556 -x2555 -x2554 

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 (61948 MiB free)
  memory of node 1: 64473 MiB (61532 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=214186, runsolver pid=214183
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 0.09 0.09 0.09 6/243 214193
/proc/meminfo: memFree=126426332/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=43784 memory=27656 CPUtime=0.1 cores=0,2
/proc/214186/stat : 214186 (fscip) R 214183 214186 213609 0 -1 4194304 4471 0 0 0 9 1 0 0 20 0 1 0 22501471 44834816 6914 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 10946 6914 2766 3032 0 7346 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 27656 KiB

[startup+0.213667 s]*
/proc/loadavg: 0.09 0.09 0.09 4/247 214203
/proc/meminfo: memFree=126425256/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=43784 memory=27656 CPUtime=0.21 cores=0,2
/proc/214186/stat : 214186 (fscip) R 214183 214186 213609 0 -1 4194304 4471 0 0 0 20 1 0 0 20 0 1 0 22501471 44834816 6914 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 10946 6914 2766 3032 0 7346 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 27656 KiB

[startup+0.312681 s]*
/proc/loadavg: 0.32 0.14 0.11 4/247 214203
/proc/meminfo: memFree=126425288/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=43784 memory=27656 CPUtime=0.31 cores=0,2
/proc/214186/stat : 214186 (fscip) R 214183 214186 213609 0 -1 4194304 4471 0 0 0 30 1 0 0 20 0 1 0 22501471 44834816 6914 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 10946 6914 2766 3032 0 7346 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 27656 KiB

[startup+0.700327 s]
/proc/loadavg: 0.32 0.14 0.11 5/246 214217
/proc/meminfo: memFree=126425132/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=43784 memory=27656 CPUtime=0.68 cores=0,2
/proc/214186/stat : 214186 (fscip) R 214183 214186 213609 0 -1 4194304 4471 0 0 0 67 1 0 0 20 0 1 0 22501471 44834816 6914 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 10946 6914 2766 3032 0 7346 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 27656 KiB

[startup+1.50028 s]
/proc/loadavg: 0.32 0.14 0.11 5/249 214249
/proc/meminfo: memFree=126401932/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=43784 memory=27656 CPUtime=1.48 cores=0,2
/proc/214186/stat : 214186 (fscip) R 214183 214186 213609 0 -1 4194304 4471 0 0 0 147 1 0 0 20 0 1 0 22501471 44834816 6914 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 10946 6914 2766 3032 0 7346 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43784 KiB
Current children cumulated memory: 27656 KiB

[startup+3.11659 s]
/proc/loadavg: 0.32 0.14 0.11 5/255 214305
/proc/meminfo: memFree=126230844/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=132956 memory=53688 CPUtime=3.08 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 11549 0 0 0 304 4 0 0 20 0 3 0 22501471 136146944 13422 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 33239 13422 2878 3032 0 18207 0
[pid=214186/tid=214304] ppid=214183 vsize=132956 memory=0 CPUtime=0.2 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 5540 0 0 0 19 1 0 0 20 0 3 0 22501760 136146944 13422 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=132956 memory=27656 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 22501762 136146944 13422 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 132956 KiB
Current children cumulated memory: 53688 KiB

[startup+6.30039 s]
/proc/loadavg: 0.62 0.20 0.13 5/254 214352
/proc/meminfo: memFree=126217116/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=132956 memory=83432 CPUtime=6.24 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 28045 0 0 0 617 7 0 0 20 0 3 0 22501471 136146944 20858 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 33239 20858 2942 3032 0 26336 0
[pid=214186/tid=214304] ppid=214183 vsize=132956 memory=11412 CPUtime=3.37 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 22015 0 0 0 332 5 0 0 20 0 3 0 22501760 136146944 20858 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=132956 memory=64768 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 22501762 136146944 20858 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 132956 KiB
Current children cumulated memory: 83432 KiB

[startup+12.7004 s]
/proc/loadavg: 0.97 0.28 0.15 5/254 214352
/proc/meminfo: memFree=126189032/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=198492 memory=108620 CPUtime=12.62 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 54774 0 0 0 1253 9 0 0 20 0 3 0 22501471 203255808 27155 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 49623 27155 2942 3032 0 31910 0
[pid=214186/tid=214304] ppid=214183 vsize=198492 memory=75992 CPUtime=9.74 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 48704 0 0 0 967 7 0 0 20 0 3 0 22501760 203255808 27155 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=198492 memory=99116 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 22501762 203255808 27155 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 198492 KiB
Current children cumulated memory: 108620 KiB

[startup+25.5004 s]
/proc/loadavg: 1.44 0.41 0.19 5/254 214355
/proc/meminfo: memFree=126134220/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=198492 memory=133540 CPUtime=25.38 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 106282 0 0 0 2523 15 0 0 20 0 3 0 22501471 203255808 33385 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 49623 33385 2990 3032 0 38342 0
[pid=214186/tid=214304] ppid=214183 vsize=198492 memory=130816 CPUtime=22.49 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 100139 0 0 0 2237 12 0 0 20 0 3 0 22501760 203255808 33385 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=198492 memory=0 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 22501762 203255808 33385 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 198492 KiB
Current children cumulated memory: 133540 KiB

[startup+51.1129 s]
/proc/loadavg: 2.58 0.78 0.33 5/254 214358
/proc/meminfo: memFree=126063100/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=264028 memory=172880 CPUtime=50.89 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 158303 0 0 0 5067 22 0 0 20 0 3 0 22501471 270364672 43220 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 66007 43220 2990 3032 0 49353 0
[pid=214186/tid=214304] ppid=214183 vsize=264028 memory=157628 CPUtime=48.02 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 152078 0 0 0 4782 20 0 0 20 0 3 0 22501760 270364672 43220 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=264028 memory=11412 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 22501762 270364672 43220 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 264028 KiB
Current children cumulated memory: 172880 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=214186] ppid=214183 vsize=264028 memory=209144 CPUtime=101.9 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 231812 0 0 0 10156 34 0 0 20 0 3 0 22501471 270364672 52286 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 66007 52286 2990 3032 0 57242 0
[pid=214186/tid=214304] ppid=214183 vsize=264028 memory=209140 CPUtime=99.01 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 225505 0 0 0 9869 32 0 0 20 0 3 0 22501760 270364672 52286 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=264028 memory=207016 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 22501762 270364672 52286 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 264028 KiB
Current children cumulated memory: 209144 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 1.83 0.76 5/254 214377
/proc/meminfo: memFree=125782396/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=333156 memory=255288 CPUtime=161.65 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 292583 0 0 0 16120 45 0 0 20 0 3 0 22501471 341151744 63822 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 83289 63822 2990 3032 0 68958 0
[pid=214186/tid=214304] ppid=214183 vsize=333156 memory=11412 CPUtime=158.76 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 286190 0 0 0 15833 43 0 0 20 0 3 0 22501760 341151744 63822 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=333156 memory=250560 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 22501762 341151744 63822 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 333156 KiB
Current children cumulated memory: 255288 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.26 0.98 5/255 214772
/proc/meminfo: memFree=125631324/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=398692 memory=309856 CPUtime=221.4 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 324715 0 0 0 22086 54 0 0 20 0 3 0 22501471 408260608 77464 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 99673 77464 2990 3032 0 83048 0
[pid=214186/tid=214304] ppid=214183 vsize=398692 memory=75992 CPUtime=218.5 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 318308 0 0 0 21799 51 0 0 20 0 3 0 22501760 408260608 77464 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=398692 memory=11412 CPUtime=0 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 22501762 408260608 77464 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 221.4 s
Current children cumulated vsize: 398692 KiB
Current children cumulated memory: 309856 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 2.62 1.19 5/255 214782
/proc/meminfo: memFree=125479304/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=402792 memory=351684 CPUtime=281.15 cores=0,2

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

/proc/214186/statm: 685095 658175 2990 3032 0 662594 0
[pid=214186/tid=214304] ppid=214183 vsize=2740380 memory=2538700 CPUtime=3445.29 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1587856 0 0 0 344062 467 0 0 20 0 3 0 22501760 2806149120 658175 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2740380 memory=2575752 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 139 0 0 0 1 3 0 0 20 0 3 0 22501762 2806149120 658175 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3448.48 s
Current children cumulated vsize: 2740380 KiB
Current children cumulated memory: 2632700 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.06 5/251 216167
/proc/meminfo: memFree=118133952/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2740380 memory=2676404 CPUtime=3508.25 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1618638 0 0 0 350336 489 0 0 20 0 3 0 22501471 2806149120 669101 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 685095 669101 2990 3032 0 672881 0
[pid=214186/tid=214304] ppid=214183 vsize=2740380 memory=11412 CPUtime=3505.04 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1611270 0 0 0 350030 474 0 0 20 0 3 0 22501760 2806149120 669101 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2740380 memory=2650372 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 141 0 0 0 1 3 0 0 20 0 3 0 22501762 2806149120 669101 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3508.25 s
Current children cumulated vsize: 2740380 KiB
Current children cumulated memory: 2676404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.07 5/251 216178
/proc/meminfo: memFree=118005516/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2805916 memory=2717728 CPUtime=3568.01 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1639721 0 0 0 356305 496 0 0 20 0 3 0 22501471 2873257984 679432 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 679432 2990 3032 0 683114 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=11412 CPUtime=3564.81 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1632335 0 0 0 355999 482 0 0 20 0 3 0 22501760 2873257984 679432 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=11880 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 143 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 679432 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3568.01 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2717728 KiB

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

# cumulated CPU time of all completed processes:  user=3582.63 s, system=5.14156 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=118000884/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2805916 memory=2718988 CPUtime=3569.72 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1640201 0 0 0 356476 496 0 0 20 0 3 0 22501471 2873257984 679747 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 679747 2990 3032 0 683466 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=6720667644762274658 CPUtime=3566.51 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1632815 0 0 0 356169 482 0 0 20 0 3 0 22501760 2873257984 679747 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=-7306384125540917375 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 143 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 679747 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3569.72 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2718988 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.14 4.07 5/251 216180
/proc/meminfo: memFree=117988116/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2805916 memory=2722804 CPUtime=3576.08 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1641553 0 0 0 357111 497 0 0 20 0 3 0 22501471 2873257984 680701 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 680701 2990 3032 0 684362 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=2716764 CPUtime=3572.88 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1634167 0 0 0 356805 483 0 0 20 0 3 0 22501760 2873257984 680701 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=2717728 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 143 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 680701 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3576.08 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2722804 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=214186] ppid=214183 vsize=2805916 memory=2727488 CPUtime=3582.45 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1643850 0 0 0 357747 498 0 0 20 0 3 0 22501471 2873257984 681872 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 681872 2990 3032 0 685504 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=2721212 CPUtime=3579.25 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1636461 0 0 0 357441 484 0 0 20 0 3 0 22501760 2873257984 681872 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=76344 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 681872 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3582.45 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2727488 KiB

[startup+3600 s]*
/proc/loadavg: 4.11 4.13 4.07 5/251 216181
/proc/meminfo: memFree=117970048/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2805916 memory=2728796 CPUtime=3585.66 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1659663 0 0 0 358066 500 0 0 20 0 3 0 22501471 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 682199 2990 3032 0 685842 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=6720667644762274658 CPUtime=3582.44 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1653176 0 0 0 357759 485 0 0 20 0 3 0 22501760 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=-7306384125540917375 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3585.66 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2728796 KiB

[startup+3600.8 s]
/proc/loadavg: 4.11 4.13 4.07 5/251 216181
/proc/meminfo: memFree=117970048/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2805916 memory=2728796 CPUtime=3586.44 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1783544 0 0 0 358138 506 0 0 20 0 3 0 22501471 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 701479 682199 2990 3032 0 685842 0
[pid=214186/tid=214304] ppid=214183 vsize=2805916 memory=11412 CPUtime=3583.23 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1776197 0 0 0 357831 492 0 0 20 0 3 0 22501760 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2805916 memory=76344 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 2873257984 682199 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3586.44 s
Current children cumulated vsize: 2805916 KiB
Current children cumulated memory: 2728796 KiB

[startup+3601.6 s]
/proc/loadavg: 4.27 4.17 4.08 6/252 216182
/proc/meminfo: memFree=118167884/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2801436 memory=2724444 CPUtime=3587.23 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1840949 0 0 0 358215 508 0 0 20 0 3 0 22501471 2868670464 681111 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 700359 681111 2990 3032 0 684722 0
[pid=214186/tid=214304] ppid=214183 vsize=2801436 memory=2728524 CPUtime=3584.02 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1833551 0 0 0 357908 494 0 0 20 0 3 0 22501760 2868670464 681111 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2801436 memory=1980 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 2868670464 681111 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3587.23 s
Current children cumulated vsize: 2801436 KiB
Current children cumulated memory: 2724444 KiB

[startup+3602 s]*
/proc/loadavg: 4.27 4.17 4.08 6/250 216182
/proc/meminfo: memFree=119199240/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=2765576 memory=2690140 CPUtime=3587.65 cores=0,2
/proc/214186/stat : 214186 (fscip) S 214183 214186 213609 0 -1 1077936128 1845558 0 0 0 358256 509 0 0 20 0 3 0 22501471 2831949824 672535 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 691394 672535 2990 3032 0 675757 0
[pid=214186/tid=214304] ppid=214183 vsize=2765576 memory=-4075877051373423743 CPUtime=3584.43 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1838208 0 0 0 357949 494 0 0 20 0 3 0 22501760 2831949824 672535 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=2765576 memory=-4075877051373423743 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 2831949824 672535 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3587.65 s
Current children cumulated vsize: 2765576 KiB
Current children cumulated memory: 2690140 KiB

[startup+3602.11 s]
/proc/loadavg: 4.27 4.17 4.08 6/250 216182
/proc/meminfo: memFree=119199240/131655788 swapFree=131070192/131071996
[pid=214186] ppid=214183 vsize=783412 memory=690216 CPUtime=3587.75 cores=0,2
/proc/214186/stat : 214186 (fscip) D 214183 214186 213609 0 -1 4194304 1848561 0 0 0 358262 513 0 0 20 0 3 0 22501471 802213888 172554 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
/proc/214186/statm: 195853 172554 2990 3032 0 191175 0
[pid=214186/tid=214304] ppid=214183 vsize=717876 memory=11412 CPUtime=3584.54 cores=0,2
/proc/214186/task/214304/stat : 214304 (fscip) R 214183 214186 213609 0 -1 4194368 1841137 0 0 0 357955 499 0 0 20 0 3 0 22501760 735105024 157883 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
[pid=214186/tid=214305] ppid=214183 vsize=717876 memory=2720436 CPUtime=0.04 cores=0,2
/proc/214186/task/214305/stat : 214305 (fscip) S 214183 214186 213609 0 -1 1077936192 145 0 0 0 1 3 0 0 20 0 3 0 22501762 735105024 157883 134679101440 4194304 16613245 140734115721408 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30040064 140734115730453 140734115730569 140734115730569 140734115737584 0
Current children cumulated CPU time: 3587.75 s
Current children cumulated vsize: 783412 KiB
Current children cumulated memory: 690216 KiB

Child status: 0

Real time (s): 3602.13
CPU time (s): 3587.77
CPU user time (s): 3582.63
CPU system time (s): 5.14156
CPU usage (%): 99.6014
Max. virtual memory (cumulated for all children) (KiB): 2805916
Max. memory (cumulated for all children) (KiB): 2728796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.63
system time used= 5.14156
maximum resident set size= 2728796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1848875
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= 10836
involuntary context switches= 25166


# summary of solver processes directly reported to runsolver:
#   pid: 214186
#   total CPU time (s): 3587.77
#   total CPU user time (s): 3582.63
#   total CPU system time (s): 5.14156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9162 second user time and 33.6994 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-25 01:52:06
IDJOB=4457992
IDBENCH=177064
IDSOLVER=3064
FILE ID=nodeC002/4457992-1721865126
RUNJOBID= nodeC002-1721865122-213619
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_851.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-4457992-1721865126/watcher-4457992-1721865126 -o /tmp/evaluation-result-4457992-1721865126/solver-4457992-1721865126 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213619 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4457992-1721865126.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= ba8924c6fd2f4f3fa72c657b376a3f30
RANDOM SEED=1034069689

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.167
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		: 3520.911
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.162
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.162
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		: 1516.157
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		: 1276.943
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.178
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.178
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:        126444360 kB
MemAvailable:   129885492 kB
Buffers:          293928 kB
Cached:          3959620 kB
SwapCached:           72 kB
Active:          2303072 kB
Inactive:        2322100 kB
Active(anon):       1536 kB
Inactive(anon):   423608 kB
Active(file):    2301536 kB
Inactive(file):  1898492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:            112940 kB
Writeback:             0 kB
AnonPages:        370292 kB
Mapped:           127344 kB
Shmem:             53844 kB
KReclaimable:     162604 kB
Slab:             273856 kB
SReclaimable:     162604 kB
SUnreclaim:       111252 kB
KernelStack:        3952 kB
PageTables:        10124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     728544 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