Trace number 4109198

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.1 1800.46

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-45-40--soft-33-100-0.wbo
MD5SUM0c8d4a99d65aef93f7efad0563f57408
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1800.03
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1800
Total number of constraints85
Number of soft constraints57
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 3299
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3298
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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 2016-06-19T15:10:23+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4109198-1466341823.wbo"]
0.00/0.01	c use --random-gen="593406949 3446769753 2450534736 1460437360 2555835385 3526208053 3364870840 3617736352 1493777515 499505202 1886997360 4177327379 3843808805 3475131604 3001844643 1168587512 3317328318 89436243 1833809655 4004399873 885650900 3682481154 512320424 2386560509 1261256512 2492233111 489506461 3910299615 2585896663 2744282518 10058978 649343052 2048713114 52650941 2771283820 2235291155 3310810910 1198605739 4169477252 3997118585 1843757730 3922575588 1355254118 3283585857 2081949633 2805984532 1104839854 2824361464 1915442988 3401397060 3213467822 2747654131 244127497 2510516214 1926873467 19525774 1806535001 2949531090 1659490322 2712901831 355739332 3794322212 2529523247 4229275283 2657216832 1925532938 1803652760 908585184 2270596609 3486355445 4077910559 3356104608 2326328720 3554800992 2814834995 2156370042 92354935 2680367899 2497513564 3651468252 533477924 1902210297 399770055 55797776 2538172683 3572369164 3447304261 2275758460 1662610663 137992838 3043409300 2390616220 833005530 2847519587 1025281419 3741489951 2200491225 1626393264 1050516400 3921901159 925592825 2411982578 3575327643 3902299412 33150636 2168061619 1941371488 2594754640 2173164254 3427980302 1136114414 2600975762 3862511223 3123089851 140957276 656269209 397037808 1566164508 2751266425 789030290 4235413632 3140276707 12480710 3244908328 1585409130 2560557755 1231920522 2985313503 1335546654 817295664 3113121767 1004119099 1277175219 1647994461 1242309219 2793384916 1554854711 2689088626 1666606338 3566062369 1225528082 1060042351 1708697088 1809238188 3438020357 1260422027 2127369975 1420993253 570356749 2133425118 3230085688 4156130878 896914992 1052844237 2920698090 1134646502 2383088436 1031275383 2634896674 1893787017 179699235 471453491 2280015765 1614301109 1096038658 2294648803 2731328914 1246921201 2777568402 1473676064 4212921495 741347538 1581994877 1062808018 3150384142 2668091546 1698519889 2442976048 3075674246 384142951 3034557020 1794671316 3561910540 3525359350 533037406 24653118 2213884944 3184762642 3860170791 256880606 3429752054 1582545009 2283023387 2659219658 3698717500 3155225247 3845135609 1845944182 149385746 1983085805 3597108429 2464437655 895775529 627099231 3712585108 1111898330 3186826623 3139672266 894112575 2305323526 2876754153 1165322305 3555502440 96978448 980571673 212379899 2599622299 3026218508 1576216960 729021123 3029601591 2009901355 3749500509 3720802640 2096758933 1068909859 3930616995 3683801210 2649305865 4236192115 3027581972 3945353389 2444228307 3487978509 3521022622 2084022443 58735444 4195375995 2417060607 235438599 3884311320 70560256 3379179597 4235399632 3416463905 446628698 3050516402 231015254 2038500965 3080967089 3744410526 2538233223 631554957 74107926 3681477220 2487655773 255 362436" option to reproduce the execution
0.00/0.09	c #vars 1800
0.00/0.09	c #constraints 85
0.00/0.10	c BCD2: Hardening is enabled.
0.00/0.10	c BCD2: BiasedSearch is enabled.
0.00/0.10	c Solving starts ...
0.00/0.10	c ============================[ Search Statistics ]============================
0.00/0.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.10	c =============================================================================
0.09/0.10	c  0.0s |       0 |        0 |        0 |      647      0 |        0 |        0
0.09/0.14	c  0.0s |       1 |      214 |      100 |      647      0 |        0 |        0
0.09/0.14	c  0.0s |       1 |     1380 |      101 |      712      0 |        0 |        0
0.09/0.14	c #cpu_time = 0.045s
0.09/0.14	c #wall_clock_time = 0.045s
0.09/0.14	c #decision = 1380
0.09/0.14	c #random_decision = 2
0.09/0.14	c #conflict = 101
0.09/0.14	c #restart = 1
0.09/0.14	o 1858
0.09/0.14	c BCD2: updating upper bound: 3298 -> 1857
0.09/0.14	c BCD2: 0 <= obj <= 1857
0.09/0.14	c BCD2: #cores=0, #unrelaxed=57, #relaxed=0, #hardened=0
0.09/0.14	c BCD2: #sat=1 #unsat=1 bias=1/2
0.09/0.14	c Solving starts ...
0.09/0.14	c ============================[ Search Statistics ]============================
0.09/0.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.14	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.14	c =============================================================================
0.09/0.14	c  0.0s |       0 |        0 |        0 |      712      0 |        0 |        0
0.19/0.28	c  0.1s |       1 |      849 |      100 |      712      0 |        0 |        0
0.29/0.39	c  0.3s |       2 |     2829 |      250 |      784      0 |        0 |        0
0.58/0.63	c  0.5s |       3 |     3948 |      475 |      863      0 |        0 |        0
0.98/1.08	c  0.9s |       4 |     5240 |      813 |      950      0 |        0 |        0
1.39/1.48	c  1.3s |       5 |     6703 |     1320 |     1045      0 |        0 |        0
2.39/2.40	c  2.3s |       6 |     8591 |     2081 |     1150      1 |        0 |        0
3.58/3.62	c  3.5s |       7 |    11190 |     3223 |     1265      2 |        0 |        0
5.08/5.19	c  5.0s |       8 |    14030 |     4936 |     1392      3 |        0 |        0
7.28/7.30	c  7.2s |       8 |    17227 |     6636 |     1392      4 |        0 |        0
8.68/8.79	c  8.6s |       9 |    18188 |     7506 |     1532      5 |        0 |        0
10.78/10.87	c 10.7s |       9 |    22106 |    10006 |     1532      8 |        0 |        0
12.48/12.59	c 12.4s |      10 |    23660 |    11361 |     1686      8 |        0 |        0
14.48/14.60	c 14.5s |      10 |    27426 |    13761 |     1686     10 |        0 |        0
16.59/16.65	c 16.5s |      10 |    29198 |    15361 |     1686     11 |        0 |        0
18.69/18.79	c 18.6s |      10 |    30772 |    16761 |     1686     12 |        0 |        0
19.28/19.38	c 19.2s |      11 |    31187 |    17144 |     1855     12 |        0 |        0
21.38/21.44	c 21.3s |      11 |    33979 |    18844 |     1855     13 |        0 |        0
23.48/23.53	c 23.4s |      11 |    35547 |    20244 |     1855     14 |        0 |        0
25.58/25.61	c 25.5s |      11 |    36781 |    21344 |     1855     15 |        0 |        0
27.59/27.67	c 27.5s |      11 |    38032 |    22444 |     1855     15 |        0 |        0
29.79/29.85	c 29.7s |      11 |    39117 |    23444 |     1855     16 |        0 |        0
31.78/31.86	c 31.7s |      11 |    40357 |    24544 |     1855     16 |        0 |        0
33.88/33.96	c 33.8s |      11 |    41553 |    25644 |     2041     17 |        0 |        0
34.18/34.30	c 34.2s |      12 |    41736 |    25819 |     2041     17 |        0 |        0
36.28/36.39	c 36.2s |      12 |    45055 |    27419 |     2041     18 |        0 |        0
38.38/38.48	c 38.3s |      12 |    46562 |    28619 |     2041     19 |        0 |        0
40.68/40.73	c 40.6s |      12 |    47666 |    29519 |     2041     19 |        0 |        0
42.78/42.89	c 42.8s |      12 |    48638 |    30319 |     2041     20 |        0 |        0
44.97/45.05	c 44.9s |      12 |    49548 |    31119 |     2041     20 |        0 |        0
47.07/47.13	c 47.0s |      12 |    50893 |    32119 |     2041     21 |        0 |        0
49.17/49.25	c 49.1s |      12 |    52503 |    33419 |     2041     21 |        0 |        0
51.27/51.37	c 51.2s |      12 |    53985 |    34619 |     2041     22 |        0 |        0
53.47/53.57	c 53.4s |      12 |    55359 |    35719 |     2041     22 |        0 |        0
55.67/55.72	c 55.6s |      12 |    56445 |    36619 |     2041     23 |        0 |        0
57.98/58.01	c 57.9s |      12 |    57325 |    37419 |     2041     23 |        0 |        0
60.07/60.16	c 60.0s |      12 |    58401 |    38219 |     2041     24 |        0 |        0
61.97/62.05	c 61.9s |      13 |    59115 |    38832 |     2246     24 |        0 |        0
64.07/64.11	c 64.0s |      13 |    61518 |    40332 |     2246     26 |        0 |        0
66.08/66.19	c 66.0s |      13 |    63452 |    41732 |     2246     27 |        0 |        0
68.18/68.22	c 68.1s |      13 |    65937 |    43732 |     2246     28 |        0 |        0
70.17/70.28	c 70.1s |      13 |    69096 |    46132 |     2246     30 |        0 |        0
72.27/72.35	c 72.2s |      13 |    71544 |    47632 |     2246     30 |        0 |        0
74.38/74.42	c 74.3s |      13 |    72999 |    48532 |     2246     31 |        0 |        0
76.37/76.47	c 76.3s |      13 |    74621 |    49332 |     2246     31 |        0 |        0
78.57/78.66	c 78.5s |      13 |    75644 |    50132 |     2246     31 |        0 |        0
80.77/80.86	c 80.7s |      13 |    76600 |    50832 |     2246     32 |        0 |        0
82.77/82.89	c 82.7s |      13 |    77894 |    51532 |     2246     32 |        0 |        0
84.87/84.93	c 84.8s |      13 |    78903 |    52232 |     2246     32 |        0 |        0
86.88/86.94	c 86.8s |      13 |    79589 |    52832 |     2246     33 |        0 |        0
88.97/89.09	c 88.9s |      13 |    80745 |    53532 |     2246     33 |        0 |        0
91.17/91.27	c 91.1s |      13 |    82031 |    54232 |     2246     34 |        0 |        0
93.37/93.50	c 93.4s |      13 |    83370 |    55232 |     2246     34 |        0 |        0
95.47/95.53	c 95.4s |      13 |    84495 |    56032 |     2246     34 |        0 |        0
97.67/97.70	c 97.6s |      13 |    85394 |    56732 |     2246     35 |        0 |        0
99.67/99.74	c 99.6s |      13 |    86205 |    57432 |     2246     35 |        0 |        0
101.77/101.80	c  101s |      13 |    87063 |    58132 |     2471     35 |        0 |        0
102.37/102.45	c  102s |      14 |    87329 |    58352 |     2471     35 |        0 |        0
104.36/104.47	c  104s |      14 |    90330 |    59752 |     2471     36 |        0 |        0
106.56/106.63	c  106s |      14 |    91693 |    60952 |     2471     37 |        0 |        0
108.66/108.75	c  108s |      14 |    92815 |    61952 |     2471     37 |        0 |        0
110.66/110.75	c  110s |      14 |    93791 |    62852 |     2471     38 |        0 |        0
112.76/112.89	c  112s |      14 |    94885 |    63852 |     2471     38 |        0 |        0
115.16/115.22	c  115s |      14 |    95982 |    64852 |     2471     39 |        0 |        0
117.26/117.37	c  117s |      14 |    97234 |    65952 |     2471     39 |        0 |        0
119.57/119.62	c  119s |      14 |    98323 |    66952 |     2471     40 |        0 |        0
121.77/121.82	c  121s |      14 |    99539 |    68052 |     2471     40 |        0 |        0
123.77/123.83	c  123s |      14 |   100516 |    68952 |     2471     40 |        0 |        0
125.76/125.84	c  125s |      14 |   101639 |    69952 |     2471     41 |        0 |        0
127.96/128.03	c  127s |      14 |   102742 |    70952 |     2471     41 |        0 |        0
130.06/130.16	c  130s |      14 |   103821 |    71952 |     2471     42 |        0 |        0
132.26/132.31	c  132s |      14 |   105056 |    73052 |     2471     42 |        0 |        0
134.27/134.34	c  134s |      14 |   106023 |    73952 |     2471     43 |        0 |        0
136.26/136.37	c  136s |      14 |   107134 |    74952 |     2471     43 |        0 |        0
138.26/138.39	c  138s |      14 |   108127 |    75852 |     2471     44 |        0 |        0
140.36/140.49	c  140s |      14 |   109223 |    76852 |     2471     44 |        0 |        0
142.56/142.63	c  142s |      14 |   110709 |    78152 |     2471     45 |        0 |        0
144.56/144.68	c  144s |      14 |   111814 |    79152 |     2471     45 |        0 |        0
146.76/146.80	c  146s |      14 |   112886 |    80152 |     2471     46 |        0 |        0
148.86/148.97	c  148s |      14 |   114094 |    81252 |     2471     46 |        0 |        0
151.06/151.14	c  150s |      14 |   115319 |    82352 |     2471     47 |        0 |        0
153.36/153.42	c  153s |      14 |   116547 |    83452 |     2471     47 |        0 |        0
155.46/155.51	c  155s |      14 |   117537 |    84352 |     2471     48 |        0 |        0
157.46/157.55	c  157s |      14 |   118529 |    85252 |     2471     48 |        0 |        0
159.46/159.60	c  159s |      14 |   119543 |    86152 |     2471     49 |        0 |        0
161.56/161.62	c  161s |      14 |   120531 |    87052 |     2719     49 |        0 |        0
162.86/162.94	c  162s |      15 |   121151 |    87632 |     2719     49 |        0 |        0
164.96/165.06	c  164s |      15 |   123817 |    89032 |     2719     50 |        0 |        0
167.06/167.16	c  167s |      15 |   125323 |    90332 |     2719     51 |        0 |        0
169.26/169.36	c  169s |      15 |   126546 |    91432 |     2719     51 |        0 |        0
171.36/171.42	c  171s |      15 |   127612 |    92332 |     2719     52 |        0 |        0
173.35/173.45	c  173s |      15 |   129026 |    93532 |     2719     52 |        0 |        0
175.45/175.59	c  175s |      15 |   130274 |    94632 |     2719     53 |        0 |        0
177.65/177.75	c  177s |      15 |   131639 |    95832 |     2719     53 |        0 |        0
179.75/179.88	c  179s |      15 |   132779 |    96832 |     2719     54 |        0 |        0
182.05/182.10	c  181s |      15 |   134174 |    98032 |     2719     54 |        0 |        0
184.05/184.19	c  184s |      15 |   135292 |    99032 |     2719     55 |        0 |        0
186.15/186.21	c  186s |      15 |   136403 |   100032 |     2719     55 |        0 |        0
188.16/188.28	c  188s |      15 |   137679 |   101132 |     2719     55 |        0 |        0
190.36/190.42	c  190s |      15 |   138795 |   102132 |     2719     56 |        0 |        0
192.35/192.47	c  192s |      15 |   139923 |   103132 |     2719     56 |        0 |        0
194.55/194.62	c  194s |      15 |   141037 |   104132 |     2719     57 |        0 |        0
196.55/196.62	c  196s |      15 |   142071 |   105032 |     2719     57 |        0 |        0
198.55/198.63	c  198s |      15 |   143280 |   106032 |     2719     58 |        0 |        0
200.55/200.64	c  200s |      15 |   144550 |   107132 |     2719     58 |        0 |        0
202.65/202.77	c  202s |      15 |   145543 |   108032 |     2719     59 |        0 |        0
204.75/204.81	c  204s |      15 |   146696 |   109032 |     2719     59 |        0 |        0
206.75/206.83	c  206s |      15 |   147754 |   109932 |     2719     60 |        0 |        0
208.85/208.98	c  208s |      15 |   148989 |   111032 |     2719     60 |        0 |        0
211.04/211.11	c  210s |      15 |   150112 |   112032 |     2719     60 |        0 |        0
213.24/213.35	c  213s |      15 |   151214 |   113032 |     2719     61 |        0 |        0
215.55/215.63	c  215s |      15 |   152075 |   113832 |     2719     61 |        0 |        0
217.64/217.73	c  217s |      15 |   153114 |   114732 |     2719     62 |        0 |        0
219.74/219.87	c  219s |      15 |   154107 |   115632 |     2719     62 |        0 |        0
221.95/222.02	c  221s |      15 |   154981 |   116432 |     2719     62 |        0 |        0
223.95/224.04	c  223s |      15 |   155861 |   117232 |     2719     63 |        0 |        0
225.95/226.05	c  225s |      15 |   156866 |   118132 |     2719     63 |        0 |        0
228.05/228.11	c  227s |      15 |   157882 |   119032 |     2719     64 |        0 |        0
230.25/230.32	c  230s |      15 |   158976 |   120032 |     2719     64 |        0 |        0
232.25/232.34	c  232s |      15 |   160001 |   120932 |     2719     64 |        0 |        0
234.25/234.34	c  234s |      15 |   160878 |   121732 |     2719     65 |        0 |        0
236.34/236.41	c  236s |      15 |   162050 |   122732 |     2719     65 |        0 |        0
238.44/238.55	c  238s |      15 |   163048 |   123632 |     2719     66 |        0 |        0
240.54/240.67	c  240s |      15 |   164046 |   124532 |     2719     66 |        0 |        0
242.74/242.86	c  242s |      15 |   164930 |   125332 |     2719     67 |        0 |        0
244.94/245.01	c  244s |      15 |   166033 |   126332 |     2719     67 |        0 |        0
246.94/247.06	c  246s |      15 |   166782 |   127032 |     2719     67 |        0 |        0
249.14/249.26	c  249s |      15 |   167777 |   127932 |     2719     68 |        0 |        0
251.35/251.44	c  251s |      15 |   168902 |   128932 |     2719     68 |        0 |        0
253.64/253.79	c  253s |      15 |   169744 |   129732 |     2719     69 |        0 |        0
255.74/255.88	c  255s |      15 |   170998 |   130832 |     2991     69 |        0 |        0
257.14/257.24	c  257s |      16 |   171793 |   131552 |     2991     69 |        0 |        0
259.24/259.31	c  259s |      16 |   174361 |   133052 |     2991     70 |        0 |        0
261.44/261.52	c  261s |      16 |   175804 |   134352 |     2991     71 |        0 |        0
263.44/263.53	c  263s |      16 |   176915 |   135352 |     2991     71 |        0 |        0
265.54/265.61	c  265s |      16 |   178083 |   136352 |     2991     71 |        0 |        0
267.54/267.69	c  267s |      16 |   179334 |   137452 |     2991     72 |        0 |        0
269.74/269.81	c  269s |      16 |   180555 |   138552 |     2991     72 |        0 |        0
271.74/271.87	c  271s |      16 |   181762 |   139652 |     2991     73 |        0 |        0
273.95/274.03	c  273s |      16 |   183100 |   140852 |     2991     73 |        0 |        0
276.05/276.16	c  276s |      16 |   184216 |   141852 |     2991     74 |        0 |        0
278.25/278.34	c  278s |      16 |   185424 |   142952 |     2991     74 |        0 |        0
280.34/280.48	c  280s |      16 |   186594 |   143952 |     2991     75 |        0 |        0
282.44/282.55	c  282s |      16 |   187620 |   144852 |     2991     75 |        0 |        0
284.63/284.73	c  284s |      16 |   188781 |   145852 |     2991     75 |        0 |        0
286.73/286.80	c  286s |      16 |   190055 |   146952 |     2991     76 |        0 |        0
288.73/288.85	c  288s |      16 |   191157 |   147952 |     2991     76 |        0 |        0
290.94/291.08	c  290s |      16 |   192212 |   148952 |     2991     77 |        0 |        0
293.04/293.16	c  293s |      16 |   193184 |   149852 |     2991     77 |        0 |        0
295.14/295.20	c  295s |      16 |   194231 |   150752 |     2991     78 |        0 |        0
297.14/297.22	c  297s |      16 |   195231 |   151652 |     2991     78 |        0 |        0
299.33/299.40	c  299s |      16 |   196324 |   152652 |     2991     78 |        0 |        0
301.53/301.61	c  301s |      16 |   197422 |   153652 |     2991     79 |        0 |        0
303.73/303.82	c  303s |      16 |   198514 |   154652 |     2991     79 |        0 |        0
305.93/306.05	c  305s |      16 |   199381 |   155452 |     2991     80 |        0 |        0
308.13/308.20	c  308s |      16 |   200477 |   156452 |     2991     80 |        0 |        0
310.14/310.24	c  310s |      16 |   201452 |   157352 |     2991     80 |        0 |        0
312.24/312.36	c  312s |      16 |   202429 |   158252 |     2991     81 |        0 |        0
314.34/314.49	c  314s |      16 |   203546 |   159252 |     2991     81 |        0 |        0
316.53/316.65	c  316s |      16 |   204503 |   160152 |     2991     82 |        0 |        0
318.73/318.83	c  318s |      16 |   205468 |   161052 |     2991     82 |        0 |        0
320.83/320.91	c  320s |      16 |   206464 |   161952 |     2991     82 |        0 |        0
323.03/323.13	c  322s |      16 |   207419 |   162852 |     2991     83 |        0 |        0
325.23/325.32	c  325s |      16 |   208516 |   163852 |     2991     83 |        0 |        0
327.53/327.63	c  327s |      16 |   209616 |   164852 |     2991     84 |        0 |        0
329.63/329.75	c  329s |      16 |   210596 |   165752 |     2991     84 |        0 |        0
331.73/331.89	c  331s |      16 |   211468 |   166552 |     2991     84 |        0 |        0
333.93/334.08	c  333s |      16 |   212357 |   167352 |     2991     85 |        0 |        0
336.12/336.21	c  336s |      16 |   213484 |   168352 |     2991     85 |        0 |        0
338.12/338.27	c  338s |      16 |   214397 |   169152 |     2991     85 |        0 |        0
340.33/340.45	c  340s |      16 |   215369 |   170052 |     2991     86 |        0 |        0
342.53/342.63	c  342s |      16 |   216505 |   171052 |     2991     86 |        0 |        0
344.63/344.76	c  344s |      16 |   217369 |   171852 |     2991     87 |        0 |        0
346.73/346.87	c  346s |      16 |   218368 |   172752 |     2991     87 |        0 |        0
348.93/349.06	c  348s |      16 |   219341 |   173652 |     2991     87 |        0 |        0
351.02/351.13	c  350s |      16 |   220237 |   174452 |     2991     88 |        0 |        0
353.13/353.21	c  353s |      16 |   221339 |   175452 |     2991     88 |        0 |        0
355.12/355.28	c  355s |      16 |   222334 |   176352 |     2991     88 |        0 |        0
357.22/357.34	c  357s |      16 |   223321 |   177252 |     2991     89 |        0 |        0
359.32/359.42	c  359s |      16 |   224297 |   178152 |     2991     89 |        0 |        0
361.32/361.47	c  361s |      16 |   225167 |   178952 |     2991     90 |        0 |        0
363.42/363.53	c  363s |      16 |   226157 |   179852 |     2991     90 |        0 |        0
365.52/365.69	c  365s |      16 |   227391 |   180952 |     2991     90 |        0 |        0
367.72/367.89	c  367s |      16 |   228528 |   181952 |     2991     91 |        0 |        0
369.83/369.92	c  369s |      16 |   229644 |   182952 |     2991     91 |        0 |        0
371.92/372.05	c  371s |      16 |   230681 |   183852 |     2991     92 |        0 |        0
374.12/374.20	c  374s |      16 |   231798 |   184852 |     2991     92 |        0 |        0
376.13/376.23	c  376s |      16 |   232810 |   185752 |     2991     92 |        0 |        0
378.22/378.38	c  378s |      16 |   233960 |   186752 |     2991     93 |        0 |        0
380.53/380.61	c  380s |      16 |   235073 |   187752 |     2991     93 |        0 |        0
382.52/382.64	c  382s |      16 |   235964 |   188552 |     2991     94 |        0 |        0
384.52/384.68	c  384s |      16 |   237310 |   189652 |     2991     94 |        0 |        0
386.72/386.82	c  386s |      16 |   238528 |   190652 |     2991     94 |        0 |        0
388.72/388.87	c  388s |      16 |   239559 |   191552 |     2991     95 |        0 |        0
390.82/390.91	c  390s |      16 |   240587 |   192452 |     2991     95 |        0 |        0
392.92/393.02	c  392s |      16 |   241615 |   193352 |     2991     96 |        0 |        0
394.92/395.05	c  394s |      16 |   242776 |   194352 |     2991     96 |        0 |        0
397.12/397.24	c  397s |      16 |   243999 |   195452 |     2991     97 |        0 |        0
399.22/399.36	c  399s |      16 |   245383 |   196552 |     3291     97 |        0 |        0
401.02/401.17	c  401s |      17 |   246410 |   197432 |     3291     97 |        0 |        0
403.12/403.27	c  403s |      17 |   248971 |   198632 |     3291     98 |        0 |        0
405.32/405.47	c  405s |      17 |   250377 |   199832 |     3291     98 |        0 |        0
407.52/407.60	c  407s |      17 |   251416 |   200732 |     3291     99 |        0 |        0
409.52/409.65	c  409s |      17 |   252454 |   201632 |     3291     99 |        0 |        0
411.52/411.70	c  411s |      17 |   253480 |   202532 |     3291     99 |        0 |        0
413.72/413.82	c  413s |      17 |   254511 |   203432 |     3291    100 |        0 |        0
415.91/416.03	c  415s |      17 |   255512 |   204332 |     3291    100 |        0 |        0
418.02/418.16	c  418s |      17 |   256387 |   205132 |     3291    100 |        0 |        0
420.22/420.37	c  420s |      17 |   257401 |   206032 |     3291    101 |        0 |        0
422.51/422.62	c  422s |      17 |   258426 |   206932 |     3291    101 |        0 |        0
424.62/424.75	c  424s |      17 |   259336 |   207732 |     3291    101 |        0 |        0
426.61/426.77	c  426s |      17 |   260227 |   208532 |     3291    102 |        0 |        0
428.81/428.91	c  428s |      17 |   261131 |   209332 |     3291    102 |        0 |        0
430.92/431.03	c  430s |      17 |   262052 |   210132 |     3291    102 |        0 |        0
433.12/433.21	c  433s |      17 |   263097 |   211032 |     3291    103 |        0 |        0
435.31/435.45	c  435s |      17 |   264084 |   211932 |     3291    103 |        0 |        0
437.41/437.50	c  437s |      17 |   265031 |   212732 |     3291    103 |        0 |        0
439.51/439.68	c  439s |      17 |   265939 |   213532 |     3291    104 |        0 |        0
441.61/441.74	c  441s |      17 |   266838 |   214332 |     3291    104 |        0 |        0
443.61/443.75	c  443s |      17 |   267760 |   215132 |     3291    104 |        0 |        0
445.71/445.85	c  445s |      17 |   268783 |   216032 |     3291    105 |        0 |        0
447.81/447.95	c  447s |      17 |   269765 |   216932 |     3291    105 |        0 |        0
449.82/449.98	c  449s |      17 |   270621 |   217732 |     3291    105 |        0 |        0
452.12/452.20	c  452s |      17 |   271493 |   218532 |     3291    106 |        0 |        0
454.11/454.29	c  454s |      17 |   272383 |   219332 |     3291    106 |        0 |        0
456.31/456.41	c  456s |      17 |   273292 |   220132 |     3291    106 |        0 |        0
458.41/458.57	c  458s |      17 |   274329 |   221032 |     3291    107 |        0 |        0
460.61/460.76	c  460s |      17 |   275318 |   221932 |     3291    107 |        0 |        0
462.91/463.01	c  462s |      17 |   276158 |   222732 |     3291    108 |        0 |        0
465.01/465.19	c  465s |      17 |   277035 |   223532 |     3291    108 |        0 |        0
467.31/467.45	c  467s |      17 |   278074 |   224432 |     3291    108 |        0 |        0
469.51/469.65	c  469s |      17 |   278977 |   225232 |     3291    109 |        0 |        0
471.60/471.76	c  471s |      17 |   279858 |   226032 |     3291    109 |        0 |        0
473.70/473.88	c  473s |      17 |   280676 |   226732 |     3291    109 |        0 |        0
475.80/475.98	c  475s |      17 |   281647 |   227532 |     3291    109 |        0 |        0
478.10/478.26	c  478s |      17 |   282585 |   228332 |     3291    110 |        0 |        0
480.20/480.34	c  480s |      17 |   283511 |   229132 |     3291    110 |        0 |        0
482.50/482.62	c  482s |      17 |   284417 |   229932 |     3291    110 |        0 |        0
484.50/484.68	c  484s |      17 |   285192 |   230632 |     3291    111 |        0 |        0
486.70/486.84	c  486s |      17 |   286247 |   231432 |     3291    111 |        0 |        0
488.80/488.99	c  488s |      17 |   287201 |   232232 |     3291    111 |        0 |        0
490.90/491.05	c  490s |      17 |   288027 |   232932 |     3291    112 |        0 |        0
493.01/493.14	c  492s |      17 |   288837 |   233632 |     3291    112 |        0 |        0
495.10/495.27	c  495s |      17 |   289525 |   234232 |     3291    112 |        0 |        0
497.30/497.42	c  497s |      17 |   290330 |   234932 |     3291    112 |        0 |        0
499.31/499.43	c  499s |      17 |   291016 |   235532 |     3291    113 |        0 |        0
501.60/501.72	c  501s |      17 |   291965 |   236332 |     3291    113 |        0 |        0
503.60/503.73	c  503s |      17 |   292768 |   237032 |     3291    113 |        0 |        0
505.80/505.97	c  505s |      17 |   293535 |   237732 |     3291    114 |        0 |        0
507.90/508.01	c  507s |      17 |   294487 |   238532 |     3291    114 |        0 |        0
510.00/510.15	c  510s |      17 |   295399 |   239332 |     3291    114 |        0 |        0
512.30/512.45	c  512s |      17 |   296278 |   240132 |     3291    115 |        0 |        0
514.40/514.58	c  514s |      17 |   297160 |   240932 |     3291    115 |        0 |        0
516.50/516.64	c  516s |      17 |   297908 |   241632 |     3291    115 |        0 |        0
518.80/518.90	c  518s |      17 |   298796 |   242432 |     3291    115 |        0 |        0
520.89/521.02	c  520s |      17 |   299562 |   243132 |     3291    116 |        0 |        0
522.90/523.07	c  522s |      17 |   300207 |   243732 |     3291    116 |        0 |        0
525.00/525.16	c  525s |      17 |   301001 |   244432 |     3291    116 |        0 |        0
527.20/527.35	c  527s |      17 |   301934 |   245232 |     3291    117 |        0 |        0
529.40/529.51	c  529s |      17 |   302846 |   246032 |     3291    117 |        0 |        0
531.39/531.57	c  531s |      17 |   303642 |   246732 |     3291    117 |        0 |        0
533.50/533.66	c  533s |      17 |   304715 |   247632 |     3291    118 |        0 |        0
535.60/535.72	c  535s |      17 |   305891 |   248632 |     3291    118 |        0 |        0
537.59/537.75	c  537s |      17 |   306831 |   249432 |     3291    118 |        0 |        0
539.69/539.87	c  539s |      17 |   307717 |   250232 |     3291    119 |        0 |        0
541.90/542.06	c  541s |      17 |   308761 |   251132 |     3291    119 |        0 |        0
544.10/544.29	c  544s |      17 |   309657 |   251932 |     3291    119 |        0 |        0
546.19/546.40	c  546s |      17 |   310456 |   252632 |     3291    120 |        0 |        0
548.39/548.50	c  548s |      17 |   311347 |   253432 |     3291    120 |        0 |        0
550.60/550.71	c  550s |      17 |   312262 |   254232 |     3291    120 |        0 |        0
552.80/552.94	c  552s |      17 |   313057 |   254932 |     3291    120 |        0 |        0
554.89/555.07	c  554s |      17 |   313843 |   255632 |     3291    121 |        0 |        0
556.89/557.09	c  556s |      17 |   314609 |   256332 |     3291    121 |        0 |        0
558.99/559.11	c  558s |      17 |   315305 |   256932 |     3291    121 |        0 |        0
561.00/561.17	c  561s |      17 |   315959 |   257532 |     3291    122 |        0 |        0
563.29/563.48	c  563s |      17 |   316839 |   258332 |     3291    122 |        0 |        0
565.39/565.56	c  565s |      17 |   317622 |   259032 |     3291    122 |        0 |        0
567.69/567.83	c  567s |      17 |   318509 |   259832 |     3291    122 |        0 |        0
569.99/570.10	c  569s |      17 |   319289 |   260532 |     3291    123 |        0 |        0
572.00/572.19	c  572s |      17 |   320187 |   261332 |     3291    123 |        0 |        0
574.10/574.21	c  574s |      17 |   321079 |   262132 |     3291    123 |        0 |        0
576.09/576.24	c  576s |      17 |   321940 |   262832 |     3291    124 |        0 |        0
578.09/578.24	c  578s |      17 |   322733 |   263532 |     3291    124 |        0 |        0
580.09/580.25	c  580s |      17 |   323679 |   264232 |     3291    124 |        0 |        0
582.38/582.50	c  582s |      17 |   324546 |   265032 |     3291    125 |        0 |        0
584.38/584.53	c  584s |      17 |   325312 |   265732 |     3291    125 |        0 |        0
586.59/586.70	c  586s |      17 |   326064 |   266432 |     3291    125 |        0 |        0
588.59/588.72	c  588s |      17 |   326760 |   267032 |     3291    125 |        0 |        0
590.69/590.81	c  590s |      17 |   327398 |   267632 |     3291    126 |        0 |        0
592.99/593.13	c  592s |      17 |   328177 |   268332 |     3291    126 |        0 |        0
595.09/595.29	c  595s |      17 |   328956 |   269032 |     3291    126 |        0 |        0
597.49/597.61	c  597s |      17 |   329845 |   269832 |     3291    126 |        0 |        0
599.49/599.62	c  599s |      17 |   330513 |   270432 |     3291    127 |        0 |        0
601.78/601.92	c  601s |      17 |   331270 |   271132 |     3291    127 |        0 |        0
603.99/604.13	c  603s |      17 |   332048 |   271832 |     3291    127 |        0 |        0
606.38/606.51	c  606s |      17 |   332828 |   272532 |     3291    128 |        0 |        0
608.48/608.67	c  608s |      17 |   333603 |   273232 |     3291    128 |        0 |        0
610.78/610.93	c  610s |      17 |   334366 |   273932 |     3291    128 |        0 |        0
612.88/613.09	c  612s |      17 |   335124 |   274632 |     3291    128 |        0 |        0
614.98/615.10	c  614s |      17 |   335765 |   275232 |     3291    129 |        0 |        0
616.99/617.12	c  616s |      17 |   336531 |   275932 |     3291    129 |        0 |        0
618.98/619.17	c  619s |      17 |   337295 |   276632 |     3291    129 |        0 |        0
620.98/621.18	c  621s |      17 |   338049 |   277332 |     3291    129 |        0 |        0
623.08/623.29	c  623s |      17 |   338829 |   278032 |     3291    130 |        0 |        0
625.28/625.40	c  625s |      17 |   339598 |   278732 |     3291    130 |        0 |        0
627.28/627.47	c  627s |      17 |   340237 |   279332 |     3291    130 |        0 |        0
629.78/629.98	c  629s |      17 |   340988 |   280032 |     3291    131 |        0 |        0
631.98/632.11	c  631s |      17 |   341749 |   280732 |     3291    131 |        0 |        0
634.08/634.21	c  634s |      17 |   342406 |   281332 |     3291    131 |        0 |        0
636.08/636.27	c  636s |      17 |   343056 |   281932 |     3291    131 |        0 |        0
638.28/638.47	c  638s |      17 |   343689 |   282532 |     3291    132 |        0 |        0
640.48/640.64	c  640s |      17 |   344476 |   283232 |     3291    132 |        0 |        0
642.57/642.73	c  642s |      17 |   345123 |   283832 |     3291    132 |        0 |        0
644.78/644.98	c  644s |      17 |   345878 |   284532 |     3291    132 |        0 |        0
646.88/647.05	c  646s |      17 |   346408 |   285032 |     3291    133 |        0 |        0
648.98/649.11	c  648s |      17 |   347042 |   285632 |     3291    133 |        0 |        0
651.08/651.30	c  651s |      17 |   348095 |   286532 |     3291    133 |        0 |        0
653.38/653.56	c  653s |      17 |   348989 |   287332 |     3291    133 |        0 |        0
655.68/655.82	c  655s |      17 |   349877 |   288132 |     3291    134 |        0 |        0
657.78/657.91	c  657s |      17 |   350673 |   288832 |     3291    134 |        0 |        0
659.88/660.03	c  659s |      17 |   351451 |   289532 |     3291    134 |        0 |        0
662.08/662.30	c  662s |      17 |   352202 |   290232 |     3291    135 |        0 |        0
664.28/664.50	c  664s |      17 |   353206 |   291132 |     3291    135 |        0 |        0
666.48/666.66	c  666s |      17 |   354105 |   291932 |     3291    135 |        0 |        0
668.57/668.76	c  668s |      17 |   354762 |   292532 |     3291    136 |        0 |        0
670.98/671.10	c  670s |      17 |   355638 |   293332 |     3291    136 |        0 |        0
673.17/673.37	c  673s |      17 |   356408 |   294032 |     3291    136 |        0 |        0
675.58/675.72	c  675s |      17 |   357183 |   294732 |     3621    136 |        0 |        0
677.78/677.99	c  677s |      17 |   357835 |   295332 |     3621    137 |        0 |        0
680.07/680.26	c  680s |      17 |   358714 |   296132 |     3621    137 |        0 |        0
680.47/680.62	c  680s |      18 |   358847 |   296252 |     3621    137 |        0 |        0
682.57/682.73	c  682s |      18 |   361722 |   297552 |     3621    138 |        0 |        0
684.67/684.81	c  684s |      18 |   363307 |   298852 |     3621    138 |        0 |        0
686.87/687.01	c  686s |      18 |   364563 |   299852 |     3621    139 |        0 |        0
689.07/689.24	c  689s |      18 |   365941 |   300952 |     3621    139 |        0 |        0
691.27/691.41	c  691s |      18 |   367071 |   301952 |     3621    139 |        0 |        0
693.37/693.50	c  693s |      18 |   368105 |   302852 |     3621    140 |        0 |        0
695.47/695.65	c  695s |      18 |   369230 |   303852 |     3621    140 |        0 |        0
697.47/697.67	c  697s |      18 |   370194 |   304652 |     3621    140 |        0 |        0
699.57/699.77	c  699s |      18 |   371130 |   305452 |     3621    141 |        0 |        0
701.68/701.84	c  701s |      18 |   372291 |   306452 |     3621    141 |        0 |        0
703.77/704.00	c  703s |      18 |   373181 |   307252 |     3621    141 |        0 |        0
705.97/706.16	c  706s |      18 |   374326 |   308252 |     3621    142 |        0 |        0
708.16/708.38	c  708s |      18 |   375552 |   309252 |     3621    142 |        0 |        0
710.36/710.59	c  710s |      18 |   376530 |   310152 |     3621    142 |        0 |        0
712.56/712.72	c  712s |      18 |   377804 |   311152 |     3621    143 |        0 |        0
714.66/714.81	c  714s |      18 |   378905 |   312152 |     3621    143 |        0 |        0
716.66/716.86	c  716s |      18 |   379916 |   313052 |     3621    143 |        0 |        0
718.76/718.99	c  718s |      18 |   381018 |   313952 |     3621    144 |        0 |        0
720.96/721.17	c  721s |      18 |   382028 |   314852 |     3621    144 |        0 |        0
723.06/723.26	c  723s |      18 |   382941 |   315652 |     3621    144 |        0 |        0
725.16/725.36	c  725s |      18 |   383745 |   316352 |     3621    145 |        0 |        0
727.36/727.58	c  727s |      18 |   384646 |   317152 |     3621    145 |        0 |        0
729.47/729.64	c  729s |      18 |   385406 |   317852 |     3621    145 |        0 |        0
731.66/731.82	c  731s |      18 |   386198 |   318552 |     3621    146 |        0 |        0
733.76/733.96	c  733s |      18 |   387120 |   319352 |     3621    146 |        0 |        0
735.96/736.15	c  736s |      18 |   388043 |   320152 |     3621    146 |        0 |        0
737.97/738.15	c  738s |      18 |   388854 |   320852 |     3621    146 |        0 |        0
740.06/740.23	c  740s |      18 |   389665 |   321552 |     3621    147 |        0 |        0
742.16/742.30	c  742s |      18 |   390675 |   322452 |     3621    147 |        0 |        0
744.36/744.52	c  744s |      18 |   391728 |   323352 |     3621    147 |        0 |        0
746.36/746.57	c  746s |      18 |   392528 |   324052 |     3621    148 |        0 |        0
748.66/748.84	c  748s |      18 |   393651 |   324952 |     3621    148 |        0 |        0
750.86/751.01	c  750s |      18 |   394790 |   325852 |     3621    148 |        0 |        0
752.86/753.06	c  752s |      18 |   395689 |   326652 |     3621    149 |        0 |        0
755.06/755.23	c  755s |      18 |   396841 |   327652 |     3621    149 |        0 |        0
757.16/757.33	c  757s |      18 |   397747 |   328452 |     3621    149 |        0 |        0
759.26/759.40	c  759s |      18 |   398549 |   329152 |     3621    150 |        0 |        0
761.26/761.44	c  761s |      18 |   399560 |   330052 |     3621    150 |        0 |        0
763.46/763.63	c  763s |      18 |   400473 |   330852 |     3621    150 |        0 |        0
765.46/765.68	c  765s |      18 |   401230 |   331552 |     3621    150 |        0 |        0
767.55/767.80	c  767s |      18 |   402244 |   332252 |     3621    151 |        0 |        0
769.75/769.99	c  769s |      18 |   403471 |   333152 |     3621    151 |        0 |        0
771.85/772.00	c  771s |      18 |   404521 |   334052 |     3621    151 |        0 |        0
773.85/774.07	c  773s |      18 |   405951 |   335252 |     3621    152 |        0 |        0
775.95/776.19	c  776s |      18 |   407419 |   336452 |     3621    152 |        0 |        0
778.05/778.23	c  778s |      18 |   408566 |   337452 |     3621    153 |        0 |        0
780.05/780.29	c  780s |      18 |   409748 |   338452 |     3621    153 |        0 |        0
782.26/782.47	c  782s |      18 |   410844 |   339452 |     3621    153 |        0 |        0
784.36/784.58	c  784s |      18 |   411846 |   340352 |     3621    154 |        0 |        0
786.36/786.60	c  786s |      18 |   412823 |   341252 |     3621    154 |        0 |        0
788.56/788.73	c  788s |      18 |   413964 |   342252 |     3621    154 |        0 |        0
790.76/790.91	c  790s |      18 |   415080 |   343252 |     3621    155 |        0 |        0
792.85/793.03	c  792s |      18 |   416200 |   344252 |     3621    155 |        0 |        0
794.95/795.19	c  795s |      18 |   417216 |   345152 |     3621    156 |        0 |        0
797.15/797.36	c  797s |      18 |   418439 |   346152 |     3621    156 |        0 |        0
799.35/799.51	c  799s |      18 |   419422 |   347052 |     3621    156 |        0 |        0
801.45/801.64	c  801s |      18 |   420277 |   347852 |     3621    157 |        0 |        0
803.65/803.85	c  803s |      18 |   421266 |   348752 |     3621    157 |        0 |        0
805.85/806.05	c  805s |      18 |   422246 |   349652 |     3621    157 |        0 |        0
807.95/808.12	c  807s |      18 |   423133 |   350452 |     3621    158 |        0 |        0
810.05/810.26	c  810s |      18 |   424153 |   351352 |     3621    158 |        0 |        0
812.14/812.35	c  812s |      18 |   425040 |   352152 |     3621    158 |        0 |        0
814.24/814.44	c  814s |      18 |   425913 |   352952 |     3621    158 |        0 |        0
816.35/816.58	c  816s |      18 |   427152 |   353952 |     3621    159 |        0 |        0
818.45/818.60	c  818s |      18 |   428229 |   354852 |     3621    159 |        0 |        0
820.46/820.65	c  820s |      18 |   429133 |   355652 |     3621    159 |        0 |        0
822.55/822.71	c  822s |      18 |   430137 |   356552 |     3621    160 |        0 |        0
824.65/824.90	c  824s |      18 |   431182 |   357452 |     3621    160 |        0 |        0
826.74/826.97	c  826s |      18 |   431936 |   358152 |     3621    160 |        0 |        0
828.85/829.03	c  828s |      18 |   432897 |   358952 |     3621    161 |        0 |        0
830.95/831.15	c  831s |      18 |   434084 |   359952 |     3621    161 |        0 |        0
833.15/833.34	c  833s |      18 |   435335 |   361052 |     3621    161 |        0 |        0
835.35/835.53	c  835s |      18 |   436373 |   361952 |     3621    162 |        0 |        0
837.44/837.66	c  837s |      18 |   437710 |   363052 |     3621    162 |        0 |        0
839.54/839.71	c  839s |      18 |   438887 |   364052 |     3621    163 |        0 |        0
841.64/841.86	c  841s |      18 |   440165 |   365152 |     3621    163 |        0 |        0
843.84/844.03	c  843s |      18 |   441343 |   366152 |     3621    163 |        0 |        0
845.85/846.09	c  845s |      18 |   442192 |   366852 |     3621    164 |        0 |        0
848.05/848.22	c  848s |      18 |   443791 |   368152 |     3621    164 |        0 |        0
850.04/850.24	c  850s |      18 |   445157 |   369252 |     3621    165 |        0 |        0
852.04/852.28	c  852s |      18 |   446615 |   370552 |     3621    165 |        0 |        0
854.14/854.34	c  854s |      18 |   447957 |   371652 |     3621    165 |        0 |        0
856.24/856.46	c  856s |      18 |   449280 |   372752 |     3621    166 |        0 |        0
858.34/858.51	c  858s |      18 |   450589 |   373852 |     3621    166 |        0 |        0
860.34/860.55	c  860s |      18 |   451780 |   374752 |     3621    167 |        0 |        0
862.53/862.72	c  862s |      18 |   453065 |   375852 |     3621    167 |        0 |        0
864.73/864.98	c  864s |      18 |   454209 |   376852 |     3621    167 |        0 |        0
866.93/867.10	c  866s |      18 |   455289 |   377752 |     3621    168 |        0 |        0
869.13/869.31	c  869s |      18 |   456487 |   378752 |     3621    168 |        0 |        0
871.34/871.54	c  871s |      18 |   457646 |   379752 |     3621    169 |        0 |        0
873.35/873.58	c  873s |      18 |   458659 |   380652 |     3621    169 |        0 |        0
875.34/875.60	c  875s |      18 |   459794 |   381652 |     3621    169 |        0 |        0
877.54/877.76	c  877s |      18 |   460805 |   382552 |     3621    170 |        0 |        0
879.63/879.81	c  879s |      18 |   461811 |   383452 |     3621    170 |        0 |        0
881.83/882.01	c  881s |      18 |   462793 |   384352 |     3621    170 |        0 |        0
884.03/884.20	c  884s |      18 |   463577 |   385052 |     3621    171 |        0 |        0
886.13/886.31	c  886s |      18 |   464602 |   385952 |     3621    171 |        0 |        0
888.23/888.44	c  888s |      18 |   465603 |   386852 |     3621    171 |        0 |        0
890.43/890.66	c  890s |      18 |   466474 |   387652 |     3621    171 |        0 |        0
892.43/892.68	c  892s |      18 |   467348 |   388452 |     3621    172 |        0 |        0
894.43/894.69	c  894s |      18 |   468199 |   389252 |     3621    172 |        0 |        0
896.64/896.83	c  896s |      18 |   469253 |   390152 |     3621    172 |        0 |        0
898.64/898.89	c  898s |      18 |   470462 |   391152 |     3621    173 |        0 |        0
900.84/901.08	c  900s |      18 |   471810 |   392252 |     3621    173 |        0 |        0
902.94/903.16	c  903s |      18 |   472894 |   393152 |     3621    174 |        0 |        0
905.03/905.22	c  905s |      18 |   474126 |   394152 |     3621    174 |        0 |        0
907.23/907.49	c  907s |      18 |   475180 |   395052 |     3621    174 |        0 |        0
909.33/909.55	c  909s |      18 |   476182 |   395852 |     3621    175 |        0 |        0
911.43/911.65	c  911s |      18 |   477197 |   396752 |     3621    175 |        0 |        0
913.63/913.87	c  913s |      18 |   478311 |   397752 |     3621    175 |        0 |        0
915.63/915.88	c  915s |      18 |   479235 |   398552 |     3621    176 |        0 |        0
917.73/917.97	c  917s |      18 |   480164 |   399352 |     3621    176 |        0 |        0
919.93/920.15	c  920s |      18 |   481243 |   400252 |     3621    176 |        0 |        0
922.03/922.23	c  922s |      18 |   482140 |   401052 |     3621    177 |        0 |        0
924.23/924.42	c  924s |      18 |   483395 |   402152 |     3621    177 |        0 |        0
926.33/926.59	c  926s |      18 |   484315 |   402952 |     3621    177 |        0 |        0
928.52/928.74	c  928s |      18 |   485097 |   403652 |     3621    178 |        0 |        0
930.72/930.92	c  930s |      18 |   486016 |   404452 |     3621    178 |        0 |        0
932.92/933.17	c  933s |      18 |   486930 |   405252 |     3621    178 |        0 |        0
935.12/935.31	c  935s |      18 |   487695 |   405952 |     3621    178 |        0 |        0
937.42/937.63	c  937s |      18 |   488528 |   406652 |     3621    179 |        0 |        0
939.52/939.72	c  939s |      18 |   489451 |   407452 |     3621    179 |        0 |        0
941.73/941.91	c  941s |      18 |   490469 |   408352 |     3621    179 |        0 |        0
943.83/944.02	c  943s |      18 |   491231 |   409052 |     3621    180 |        0 |        0
945.93/946.13	c  945s |      18 |   492352 |   410052 |     3621    180 |        0 |        0
948.03/948.27	c  948s |      18 |   493359 |   410952 |     3621    180 |        0 |        0
950.23/950.45	c  950s |      18 |   494126 |   411652 |     3621    181 |        0 |        0
952.53/952.73	c  952s |      18 |   495018 |   412452 |     3621    181 |        0 |        0
954.73/954.97	c  954s |      18 |   496026 |   413352 |     3621    181 |        0 |        0
956.93/957.12	c  956s |      18 |   496813 |   414052 |     3621    181 |        0 |        0
959.13/959.39	c  959s |      18 |   497499 |   414652 |     3621    182 |        0 |        0
961.42/961.67	c  961s |      18 |   498369 |   415452 |     3621    182 |        0 |        0
963.53/963.77	c  963s |      18 |   499193 |   416152 |     3621    182 |        0 |        0
965.52/965.80	c  965s |      18 |   500122 |   416952 |     3621    183 |        0 |        0
967.62/967.83	c  967s |      18 |   501299 |   417952 |     3621    183 |        0 |        0
969.72/969.94	c  969s |      18 |   502359 |   418852 |     3621    183 |        0 |        0
971.92/972.14	c  971s |      18 |   503259 |   419652 |     3621    184 |        0 |        0
973.92/974.14	c  973s |      18 |   504455 |   420652 |     3621    184 |        0 |        0
976.12/976.33	c  976s |      18 |   505498 |   421552 |     3621    184 |        0 |        0
978.22/978.46	c  978s |      18 |   506289 |   422252 |     3621    185 |        0 |        0
980.42/980.64	c  980s |      18 |   507513 |   423352 |     3621    185 |        0 |        0
982.62/982.87	c  982s |      18 |   508648 |   424352 |     3621    185 |        0 |        0
984.92/985.10	c  984s |      18 |   509735 |   425252 |     3621    186 |        0 |        0
986.92/987.10	c  986s |      18 |   511069 |   426352 |     3621    186 |        0 |        0
989.12/989.36	c  989s |      18 |   512068 |   427252 |     3621    186 |        0 |        0
991.11/991.38	c  991s |      18 |   512700 |   427852 |     3621    187 |        0 |        0
993.23/993.48	c  993s |      18 |   513568 |   428652 |     3621    187 |        0 |        0
995.33/995.55	c  995s |      18 |   514714 |   429652 |     3621    187 |        0 |        0
997.42/997.69	c  997s |      18 |   515757 |   430552 |     3621    188 |        0 |        0
999.62/999.81	c  999s |      18 |   516781 |   431452 |     3621    188 |        0 |        0
1001.62/1001.88	c 1001s |      18 |   517809 |   432352 |     3621    188 |        0 |        0
1003.82/1004.07	c 1003s |      18 |   518777 |   433152 |     3621    189 |        0 |        0
1005.92/1006.11	c 1005s |      18 |   519728 |   433952 |     3621    189 |        0 |        0
1008.01/1008.26	c 1008s |      18 |   521091 |   435052 |     3621    189 |        0 |        0
1010.11/1010.34	c 1010s |      18 |   522181 |   435952 |     3621    190 |        0 |        0
1012.21/1012.41	c 1012s |      18 |   523244 |   436852 |     3621    190 |        0 |        0
1014.32/1014.52	c 1014s |      18 |   524175 |   437652 |     3621    190 |        0 |        0
1016.42/1016.64	c 1016s |      18 |   525065 |   438452 |     3621    191 |        0 |        0
1018.52/1018.73	c 1018s |      18 |   525995 |   439252 |     3621    191 |        0 |        0
1020.51/1020.75	c 1020s |      18 |   526767 |   439952 |     3621    191 |        0 |        0
1022.61/1022.87	c 1022s |      18 |   527650 |   440752 |     3621    191 |        0 |        0
1024.81/1025.04	c 1024s |      18 |   528493 |   441552 |     3984    192 |        0 |        0
1027.11/1027.30	c 1027s |      18 |   529377 |   442352 |     3984    192 |        0 |        0
1029.11/1029.38	c 1029s |      18 |   530128 |   443052 |     3984    192 |        0 |        0
1031.31/1031.58	c 1031s |      18 |   531199 |   443952 |     3984    193 |        0 |        0
1032.31/1032.54	c 1032s |      19 |   531794 |   444482 |     3984    193 |        0 |        0
1034.41/1034.69	c 1034s |      19 |   534600 |   445982 |     3984    193 |        0 |        0
1036.61/1036.83	c 1036s |      19 |   536000 |   447182 |     3984    194 |        0 |        0
1038.61/1038.86	c 1038s |      19 |   537250 |   448282 |     3984    194 |        0 |        0
1040.61/1040.90	c 1040s |      19 |   538569 |   449382 |     3984    194 |        0 |        0
1042.71/1042.98	c 1042s |      19 |   539688 |   450382 |     3984    195 |        0 |        0
1044.91/1045.17	c 1045s |      19 |   540843 |   451382 |     3984    195 |        0 |        0
1047.01/1047.23	c 1047s |      19 |   541872 |   452282 |     3984    195 |        0 |        0
1049.10/1049.40	c 1049s |      19 |   542874 |   453182 |     3984    196 |        0 |        0
1051.30/1051.54	c 1051s |      19 |   543857 |   454082 |     3984    196 |        0 |        0
1053.31/1053.58	c 1053s |      19 |   545019 |   455082 |     3984    196 |        0 |        0
1055.41/1055.64	c 1055s |      19 |   545936 |   455882 |     3984    197 |        0 |        0
1057.61/1057.80	c 1057s |      19 |   546909 |   456782 |     3984    197 |        0 |        0
1059.71/1059.97	c 1059s |      19 |   548011 |   457782 |     3984    197 |        0 |        0
1061.81/1062.08	c 1061s |      19 |   549000 |   458682 |     3984    198 |        0 |        0
1064.01/1064.29	c 1064s |      19 |   550166 |   459682 |     3984    198 |        0 |        0
1066.11/1066.37	c 1066s |      19 |   551190 |   460582 |     3984    198 |        0 |        0
1068.30/1068.53	c 1068s |      19 |   552079 |   461382 |     3984    199 |        0 |        0
1070.40/1070.66	c 1070s |      19 |   553050 |   462282 |     3984    199 |        0 |        0
1072.60/1072.83	c 1072s |      19 |   554020 |   463182 |     3984    199 |        0 |        0
1074.70/1074.95	c 1074s |      19 |   554812 |   463882 |     3984    200 |        0 |        0
1076.71/1076.99	c 1076s |      19 |   555832 |   464782 |     3984    200 |        0 |        0
1078.91/1079.19	c 1079s |      19 |   556803 |   465682 |     3984    200 |        0 |        0
1081.11/1081.31	c 1081s |      19 |   557659 |   466482 |     3984    200 |        0 |        0
1083.10/1083.35	c 1083s |      19 |   558677 |   467382 |     3984    201 |        0 |        0
1085.30/1085.55	c 1085s |      19 |   559794 |   468382 |     3984    201 |        0 |        0
1087.40/1087.66	c 1087s |      19 |   560936 |   469382 |     3984    201 |        0 |        0
1089.50/1089.73	c 1089s |      19 |   562077 |   470382 |     3984    202 |        0 |        0
1091.70/1091.91	c 1091s |      19 |   563194 |   471382 |     3984    202 |        0 |        0
1094.00/1094.26	c 1094s |      19 |   564260 |   472382 |     3984    203 |        0 |        0
1096.20/1096.42	c 1096s |      19 |   565393 |   473382 |     3984    203 |        0 |        0
1098.30/1098.56	c 1098s |      19 |   566508 |   474382 |     3984    203 |        0 |        0
1100.40/1100.69	c 1100s |      19 |   567641 |   475382 |     3984    204 |        0 |        0
1102.69/1102.90	c 1102s |      19 |   568825 |   476482 |     3984    204 |        0 |        0
1104.69/1104.99	c 1104s |      19 |   569784 |   477382 |     3984    204 |        0 |        0
1106.79/1107.00	c 1106s |      19 |   570652 |   478182 |     3984    205 |        0 |        0
1108.90/1109.10	c 1108s |      19 |   571634 |   479082 |     3984    205 |        0 |        0
1110.91/1111.14	c 1111s |      19 |   572485 |   479882 |     3984    205 |        0 |        0
1112.90/1113.16	c 1113s |      19 |   573328 |   480682 |     3984    205 |        0 |        0
1115.00/1115.25	c 1115s |      19 |   574094 |   481382 |     3984    206 |        0 |        0
1117.09/1117.32	c 1117s |      19 |   574985 |   482182 |     3984    206 |        0 |        0
1119.19/1119.42	c 1119s |      19 |   575992 |   483082 |     3984    206 |        0 |        0
1121.20/1121.43	c 1121s |      19 |   576813 |   483782 |     3984    207 |        0 |        0
1123.20/1123.45	c 1123s |      19 |   577695 |   484582 |     3984    207 |        0 |        0
1125.40/1125.65	c 1125s |      19 |   578724 |   485482 |     3984    207 |        0 |        0
1127.40/1127.69	c 1127s |      19 |   579605 |   486282 |     3984    207 |        0 |        0
1129.50/1129.77	c 1129s |      19 |   580348 |   486982 |     3984    208 |        0 |        0
1131.59/1131.80	c 1131s |      19 |   581101 |   487682 |     3984    208 |        0 |        0
1133.69/1133.96	c 1133s |      19 |   581864 |   488382 |     3984    208 |        0 |        0
1136.00/1136.26	c 1136s |      19 |   582777 |   489182 |     3984    208 |        0 |        0
1138.00/1138.29	c 1138s |      19 |   583560 |   489882 |     3984    209 |        0 |        0
1140.20/1140.41	c 1140s |      19 |   584547 |   490782 |     3984    209 |        0 |        0
1142.19/1142.47	c 1142s |      19 |   585449 |   491582 |     3984    209 |        0 |        0
1144.19/1144.48	c 1144s |      19 |   586208 |   492282 |     3984    210 |        0 |        0
1146.29/1146.52	c 1146s |      19 |   587104 |   493082 |     3984    210 |        0 |        0
1148.39/1148.66	c 1148s |      19 |   588185 |   494082 |     3984    210 |        0 |        0
1150.50/1150.75	c 1150s |      19 |   589297 |   495082 |     3984    210 |        0 |        0
1152.70/1152.93	c 1152s |      19 |   590399 |   496082 |     3984    211 |        0 |        0
1154.80/1155.09	c 1154s |      19 |   591387 |   496982 |     3984    211 |        0 |        0
1157.00/1157.24	c 1157s |      19 |   592258 |   497782 |     3984    211 |        0 |        0
1159.20/1159.40	c 1159s |      19 |   593232 |   498682 |     3984    212 |        0 |        0
1161.29/1161.53	c 1161s |      19 |   594203 |   499582 |     3984    212 |        0 |        0
1163.49/1163.73	c 1163s |      19 |   595189 |   500482 |     3984    212 |        0 |        0
1165.59/1165.85	c 1165s |      19 |   596086 |   501282 |     3984    213 |        0 |        0
1167.58/1167.85	c 1167s |      19 |   597076 |   502182 |     3984    213 |        0 |        0
1169.79/1170.01	c 1169s |      19 |   598068 |   503082 |     3984    213 |        0 |        0
1171.89/1172.14	c 1172s |      19 |   598969 |   503882 |     3984    214 |        0 |        0
1174.19/1174.40	c 1174s |      19 |   599980 |   504782 |     3984    214 |        0 |        0
1176.29/1176.56	c 1176s |      19 |   600854 |   505582 |     3984    214 |        0 |        0
1178.39/1178.60	c 1178s |      19 |   601628 |   506282 |     3984    214 |        0 |        0
1180.49/1180.74	c 1180s |      19 |   602517 |   507082 |     3984    215 |        0 |        0
1182.69/1182.92	c 1182s |      19 |   603708 |   508082 |     3984    215 |        0 |        0
1184.69/1184.96	c 1184s |      19 |   604814 |   508982 |     3984    215 |        0 |        0
1186.79/1187.00	c 1186s |      19 |   605747 |   509782 |     3984    216 |        0 |        0
1188.79/1189.06	c 1188s |      19 |   606744 |   510682 |     3984    216 |        0 |        0
1190.88/1191.13	c 1190s |      19 |   607796 |   511582 |     3984    216 |        0 |        0
1193.08/1193.32	c 1193s |      19 |   608855 |   512482 |     3984    217 |        0 |        0
1195.18/1195.43	c 1195s |      19 |   609991 |   513482 |     3984    217 |        0 |        0
1197.18/1197.47	c 1197s |      19 |   611102 |   514482 |     3984    217 |        0 |        0
1199.28/1199.56	c 1199s |      19 |   612146 |   515382 |     3984    218 |        0 |        0
1201.38/1201.60	c 1201s |      19 |   613005 |   516182 |     3984    218 |        0 |        0
1203.59/1203.83	c 1203s |      19 |   613996 |   517082 |     3984    218 |        0 |        0
1205.68/1205.94	c 1205s |      19 |   615070 |   517982 |     3984    219 |        0 |        0
1207.78/1208.02	c 1207s |      19 |   616277 |   519082 |     3984    219 |        0 |        0
1209.98/1210.25	c 1210s |      19 |   617436 |   520082 |     3984    219 |        0 |        0
1211.99/1212.27	c 1212s |      19 |   618418 |   520882 |     3984    220 |        0 |        0
1214.19/1214.44	c 1214s |      19 |   619406 |   521782 |     3984    220 |        0 |        0
1216.18/1216.45	c 1216s |      19 |   620401 |   522682 |     3984    220 |        0 |        0
1218.18/1218.46	c 1218s |      19 |   621554 |   523682 |     3984    221 |        0 |        0
1220.28/1220.55	c 1220s |      19 |   622558 |   524582 |     3984    221 |        0 |        0
1222.48/1222.79	c 1222s |      19 |   623701 |   525582 |     3984    221 |        0 |        0
1224.68/1224.93	c 1224s |      19 |   624728 |   526482 |     3984    222 |        0 |        0
1226.87/1227.12	c 1226s |      19 |   625867 |   527482 |     3984    222 |        0 |        0
1229.07/1229.30	c 1229s |      19 |   626847 |   528382 |     3984    222 |        0 |        0
1231.18/1231.49	c 1231s |      19 |   627704 |   529182 |     3984    223 |        0 |        0
1233.38/1233.64	c 1233s |      19 |   628728 |   530082 |     3984    223 |        0 |        0
1235.48/1235.78	c 1235s |      19 |   629632 |   530882 |     3984    223 |        0 |        0
1237.58/1237.82	c 1237s |      19 |   630582 |   531682 |     3984    223 |        0 |        0
1239.58/1239.84	c 1239s |      19 |   631500 |   532482 |     3984    224 |        0 |        0
1241.78/1242.06	c 1241s |      19 |   632467 |   533382 |     3984    224 |        0 |        0
1244.07/1244.35	c 1244s |      19 |   633356 |   534182 |     3984    224 |        0 |        0
1246.57/1246.80	c 1246s |      19 |   634100 |   534882 |     3984    225 |        0 |        0
1248.57/1248.89	c 1248s |      19 |   634873 |   535582 |     3984    225 |        0 |        0
1250.77/1251.01	c 1250s |      19 |   635797 |   536382 |     3984    225 |        0 |        0
1252.97/1253.21	c 1253s |      19 |   636823 |   537282 |     3984    225 |        0 |        0
1255.07/1255.32	c 1255s |      19 |   637822 |   538182 |     3984    226 |        0 |        0
1257.08/1257.35	c 1257s |      19 |   638829 |   539082 |     3984    226 |        0 |        0
1259.28/1259.51	c 1259s |      19 |   639731 |   539882 |     3984    226 |        0 |        0
1261.37/1261.68	c 1261s |      19 |   640504 |   540582 |     3984    227 |        0 |        0
1263.68/1263.94	c 1263s |      19 |   641608 |   541582 |     3984    227 |        0 |        0
1265.67/1265.95	c 1265s |      19 |   642407 |   542282 |     3984    227 |        0 |        0
1267.87/1268.17	c 1268s |      19 |   643306 |   543082 |     3984    227 |        0 |        0
1270.07/1270.37	c 1270s |      19 |   644182 |   543882 |     3984    228 |        0 |        0
1272.17/1272.44	c 1272s |      19 |   644940 |   544582 |     3984    228 |        0 |        0
1274.26/1274.53	c 1274s |      19 |   645869 |   545382 |     3984    228 |        0 |        0
1276.46/1276.71	c 1276s |      19 |   646647 |   546082 |     3984    228 |        0 |        0
1278.56/1278.84	c 1278s |      19 |   647406 |   546782 |     3984    229 |        0 |        0
1280.67/1280.98	c 1280s |      19 |   648301 |   547582 |     3984    229 |        0 |        0
1282.97/1283.24	c 1283s |      19 |   649286 |   548482 |     3984    229 |        0 |        0
1285.17/1285.44	c 1285s |      19 |   650050 |   549182 |     3984    230 |        0 |        0
1287.27/1287.50	c 1287s |      19 |   650915 |   549982 |     3984    230 |        0 |        0
1289.47/1289.76	c 1289s |      19 |   651783 |   550782 |     3984    230 |        0 |        0
1291.57/1291.86	c 1291s |      19 |   652690 |   551582 |     3984    230 |        0 |        0
1293.67/1293.98	c 1293s |      19 |   653753 |   552482 |     3984    231 |        0 |        0
1295.77/1296.04	c 1295s |      19 |   654635 |   553282 |     3984    231 |        0 |        0
1297.87/1298.12	c 1297s |      19 |   655488 |   553982 |     3984    231 |        0 |        0
1299.97/1300.27	c 1300s |      19 |   656351 |   554682 |     3984    231 |        0 |        0
1302.17/1302.45	c 1302s |      19 |   657253 |   555482 |     3984    232 |        0 |        0
1304.37/1304.66	c 1304s |      19 |   658042 |   556182 |     3984    232 |        0 |        0
1306.47/1306.80	c 1306s |      19 |   658807 |   556882 |     3984    232 |        0 |        0
1308.56/1308.89	c 1308s |      19 |   659628 |   557582 |     3984    232 |        0 |        0
1310.76/1311.00	c 1310s |      19 |   660351 |   558182 |     3984    233 |        0 |        0
1313.06/1313.30	c 1313s |      19 |   661523 |   558982 |     3984    233 |        0 |        0
1315.26/1315.57	c 1315s |      19 |   662404 |   559682 |     3984    233 |        0 |        0
1317.36/1317.60	c 1317s |      19 |   663073 |   560282 |     3984    233 |        0 |        0
1319.36/1319.61	c 1319s |      19 |   663806 |   560882 |     3984    234 |        0 |        0
1321.46/1321.75	c 1321s |      19 |   665088 |   561982 |     3984    234 |        0 |        0
1323.66/1323.99	c 1323s |      19 |   666102 |   562882 |     3984    234 |        0 |        0
1325.96/1326.22	c 1326s |      19 |   666971 |   563682 |     3984    235 |        0 |        0
1328.06/1328.33	c 1328s |      19 |   667963 |   564582 |     3984    235 |        0 |        0
1330.16/1330.45	c 1330s |      19 |   668832 |   565382 |     3984    235 |        0 |        0
1332.56/1332.87	c 1332s |      19 |   669686 |   566182 |     3984    236 |        0 |        0
1334.66/1334.97	c 1334s |      19 |   670551 |   566982 |     3984    236 |        0 |        0
1336.86/1337.17	c 1337s |      19 |   671530 |   567782 |     3984    236 |        0 |        0
1339.16/1339.46	c 1339s |      19 |   672444 |   568582 |     3984    236 |        0 |        0
1341.26/1341.55	c 1341s |      19 |   673137 |   569182 |     3984    237 |        0 |        0
1343.35/1343.69	c 1343s |      19 |   674017 |   569982 |     3984    237 |        0 |        0
1345.55/1345.83	c 1345s |      19 |   674869 |   570782 |     3984    237 |        0 |        0
1347.75/1348.07	c 1347s |      19 |   675647 |   571482 |     3984    237 |        0 |        0
1349.86/1350.16	c 1350s |      19 |   676308 |   572082 |     3984    238 |        0 |        0
1351.96/1352.29	c 1352s |      19 |   677351 |   572982 |     3984    238 |        0 |        0
1354.06/1354.33	c 1354s |      19 |   678117 |   573682 |     3984    238 |        0 |        0
1356.16/1356.47	c 1356s |      19 |   679061 |   574482 |     3984    238 |        0 |        0
1358.36/1358.69	c 1358s |      19 |   679989 |   575282 |     3984    239 |        0 |        0
1360.46/1360.77	c 1360s |      19 |   680649 |   575882 |     3984    239 |        0 |        0
1362.55/1362.90	c 1362s |      19 |   681435 |   576582 |     3984    239 |        0 |        0
1364.86/1365.18	c 1365s |      19 |   682398 |   577382 |     3984    239 |        0 |        0
1367.06/1367.37	c 1367s |      19 |   683198 |   578082 |     3984    240 |        0 |        0
1369.36/1369.61	c 1369s |      19 |   684238 |   578882 |     3984    240 |        0 |        0
1371.36/1371.68	c 1371s |      19 |   685066 |   579582 |     3984    240 |        0 |        0
1373.66/1373.94	c 1373s |      19 |   685844 |   580282 |     3984    240 |        0 |        0
1375.75/1376.02	c 1375s |      19 |   686521 |   580882 |     3984    241 |        0 |        0
1377.85/1378.16	c 1378s |      19 |   687325 |   581582 |     3984    241 |        0 |        0
1379.85/1380.19	c 1380s |      19 |   688494 |   582582 |     3984    241 |        0 |        0
1382.05/1382.37	c 1382s |      19 |   689508 |   583482 |     3984    242 |        0 |        0
1384.15/1384.45	c 1384s |      19 |   690535 |   584382 |     3984    242 |        0 |        0
1386.35/1386.63	c 1386s |      19 |   691434 |   585182 |     3984    242 |        0 |        0
1388.65/1388.94	c 1388s |      19 |   692293 |   585982 |     3984    242 |        0 |        0
1390.75/1391.07	c 1390s |      19 |   693206 |   586782 |     3984    243 |        0 |        0
1392.95/1393.26	c 1393s |      19 |   694088 |   587582 |     3984    243 |        0 |        0
1395.05/1395.38	c 1395s |      19 |   694917 |   588282 |     3984    243 |        0 |        0
1397.14/1397.48	c 1397s |      19 |   695582 |   588882 |     3984    244 |        0 |        0
1399.24/1399.52	c 1399s |      19 |   696402 |   589582 |     3984    244 |        0 |        0
1401.26/1401.59	c 1401s |      19 |   697182 |   590282 |     3984    244 |        0 |        0
1403.65/1403.90	c 1403s |      19 |   697928 |   590982 |     3984    244 |        0 |        0
1406.05/1406.34	c 1406s |      19 |   698691 |   591682 |     3984    245 |        0 |        0
1408.34/1408.63	c 1408s |      19 |   699464 |   592382 |     3984    245 |        0 |        0
1410.34/1410.66	c 1410s |      19 |   700251 |   593082 |     3984    245 |        0 |        0
1412.55/1412.84	c 1412s |      19 |   701183 |   593882 |     3984    245 |        0 |        0
1414.75/1415.04	c 1414s |      19 |   702069 |   594682 |     3984    246 |        0 |        0
1416.85/1417.17	c 1417s |      19 |   702959 |   595482 |     3984    246 |        0 |        0
1418.95/1419.29	c 1419s |      19 |   703925 |   596282 |     3984    246 |        0 |        0
1421.05/1421.35	c 1421s |      19 |   704715 |   596982 |     3984    246 |        0 |        0
1423.34/1423.62	c 1423s |      19 |   705486 |   597682 |     3984    247 |        0 |        0
1425.45/1425.73	c 1425s |      19 |   706455 |   598482 |     3984    247 |        0 |        0
1427.45/1427.80	c 1427s |      19 |   707345 |   599182 |     3984    247 |        0 |        0
1429.65/1429.96	c 1429s |      19 |   708117 |   599882 |     3984    247 |        0 |        0
1431.74/1432.09	c 1431s |      19 |   708768 |   600482 |     3984    248 |        0 |        0
1434.15/1434.43	c 1434s |      19 |   709554 |   601182 |     3984    248 |        0 |        0
1436.35/1436.66	c 1436s |      19 |   710724 |   602182 |     3984    248 |        0 |        0
1438.44/1438.76	c 1438s |      19 |   711654 |   602982 |     3984    248 |        0 |        0
1440.74/1441.02	c 1440s |      19 |   712727 |   603782 |     3984    249 |        0 |        0
1442.95/1443.30	c 1443s |      19 |   713819 |   604582 |     3984    249 |        0 |        0
1445.04/1445.36	c 1445s |      19 |   714467 |   605182 |     3984    249 |        0 |        0
1447.35/1447.69	c 1447s |      19 |   715298 |   605882 |     3984    250 |        0 |        0
1449.65/1449.90	c 1449s |      19 |   716096 |   606582 |     3984    250 |        0 |        0
1451.64/1451.97	c 1451s |      19 |   716943 |   607282 |     3984    250 |        0 |        0
1453.84/1454.14	c 1453s |      19 |   717770 |   607982 |     3984    250 |        0 |        0
1456.04/1456.33	c 1456s |      19 |   718428 |   608582 |     3984    250 |        0 |        0
1458.24/1458.51	c 1458s |      19 |   719130 |   609182 |     3984    251 |        0 |        0
1460.34/1460.60	c 1460s |      19 |   719914 |   609882 |     3984    251 |        0 |        0
1462.43/1462.75	c 1462s |      19 |   720678 |   610582 |     3984    251 |        0 |        0
1464.63/1464.98	c 1464s |      19 |   721467 |   611282 |     3984    251 |        0 |        0
1466.73/1467.03	c 1466s |      19 |   722139 |   611882 |     3984    252 |        0 |        0
1469.04/1469.32	c 1469s |      19 |   722915 |   612582 |     3984    252 |        0 |        0
1471.23/1471.59	c 1471s |      19 |   723580 |   613182 |     3984    252 |        0 |        0
1473.34/1473.64	c 1473s |      19 |   724308 |   613782 |     3984    252 |        0 |        0
1475.64/1475.97	c 1475s |      19 |   725016 |   614382 |     3984    253 |        0 |        0
1477.94/1478.24	c 1478s |      19 |   725683 |   614982 |     3984    253 |        0 |        0
1480.03/1480.38	c 1480s |      19 |   726366 |   615582 |     3984    253 |        0 |        0
1482.13/1482.49	c 1482s |      19 |   727034 |   616182 |     3984    253 |        0 |        0
1484.33/1484.68	c 1484s |      19 |   727704 |   616782 |     3984    253 |        0 |        0
1486.43/1486.70	c 1486s |      19 |   728285 |   617282 |     3984    254 |        0 |        0
1488.44/1488.74	c 1488s |      19 |   729331 |   618082 |     3984    254 |        0 |        0
1490.54/1490.81	c 1490s |      19 |   730405 |   618982 |     3984    254 |        0 |        0
1492.54/1492.82	c 1492s |      19 |   731220 |   619682 |     3984    254 |        0 |        0
1494.54/1494.88	c 1494s |      19 |   732045 |   620382 |     3984    255 |        0 |        0
1496.63/1496.98	c 1496s |      19 |   733028 |   621182 |     3984    255 |        0 |        0
1498.83/1499.15	c 1499s |      19 |   733784 |   621882 |     3984    255 |        0 |        0
1500.93/1501.23	c 1501s |      19 |   734645 |   622582 |     3984    255 |        0 |        0
1502.93/1503.25	c 1503s |      19 |   735581 |   623382 |     3984    256 |        0 |        0
1505.13/1505.49	c 1505s |      19 |   736575 |   624282 |     3984    256 |        0 |        0
1507.33/1507.60	c 1507s |      19 |   737454 |   625082 |     3984    256 |        0 |        0
1509.33/1509.69	c 1509s |      19 |   738423 |   625782 |     3984    257 |        0 |        0
1511.53/1511.85	c 1511s |      19 |   739304 |   626582 |     3984    257 |        0 |        0
1513.53/1513.86	c 1513s |      19 |   740092 |   627282 |     3984    257 |        0 |        0
1515.53/1515.88	c 1515s |      19 |   740887 |   627982 |     3984    257 |        0 |        0
1517.73/1518.00	c 1517s |      19 |   741699 |   628682 |     3984    258 |        0 |        0
1519.83/1520.18	c 1520s |      19 |   742724 |   629582 |     3984    258 |        0 |        0
1521.92/1522.20	c 1522s |      19 |   743603 |   630382 |     3984    258 |        0 |        0
1524.02/1524.35	c 1524s |      19 |   744550 |   631182 |     3984    258 |        0 |        0
1526.12/1526.45	c 1526s |      19 |   745393 |   631882 |     3984    259 |        0 |        0
1528.23/1528.50	c 1528s |      19 |   746660 |   632782 |     3984    259 |        0 |        0
1530.23/1530.58	c 1530s |      19 |   747956 |   633882 |     3984    259 |        0 |        0
1532.43/1532.77	c 1532s |      19 |   748968 |   634782 |     3984    260 |        0 |        0
1534.63/1534.92	c 1534s |      19 |   750002 |   635682 |     3984    260 |        0 |        0
1536.63/1536.97	c 1536s |      19 |   750897 |   636482 |     3984    260 |        0 |        0
1538.73/1539.09	c 1538s |      19 |   751669 |   637182 |     3984    261 |        0 |        0
1540.83/1541.19	c 1541s |      19 |   752563 |   637982 |     3984    261 |        0 |        0
1542.92/1543.21	c 1543s |      19 |   753374 |   638682 |     3984    261 |        0 |        0
1545.02/1545.37	c 1545s |      19 |   754110 |   639382 |     3984    261 |        0 |        0
1547.33/1547.66	c 1547s |      19 |   755037 |   640182 |     3984    262 |        0 |        0
1549.43/1549.71	c 1549s |      19 |   755978 |   640982 |     3984    262 |        0 |        0
1551.62/1551.96	c 1551s |      19 |   756903 |   641782 |     3984    262 |        0 |        0
1553.72/1554.05	c 1553s |      19 |   757711 |   642482 |     3984    262 |        0 |        0
1555.72/1556.09	c 1555s |      19 |   758382 |   643082 |     3984    263 |        0 |        0
1557.82/1558.19	c 1558s |      19 |   759174 |   643782 |     3984    263 |        0 |        0
1560.12/1560.46	c 1560s |      19 |   760184 |   644582 |     3984    263 |        0 |        0
1562.22/1562.57	c 1562s |      19 |   761113 |   645382 |     3984    263 |        0 |        0
1564.42/1564.71	c 1564s |      19 |   761898 |   646082 |     3984    264 |        0 |        0
1566.42/1566.80	c 1566s |      19 |   762659 |   646782 |     3984    264 |        0 |        0
1568.52/1568.81	c 1568s |      19 |   763443 |   647482 |     3984    264 |        0 |        0
1570.82/1571.12	c 1570s |      19 |   764262 |   648182 |     3984    264 |        0 |        0
1572.92/1573.22	c 1573s |      19 |   765005 |   648782 |     3984    265 |        0 |        0
1575.02/1575.37	c 1575s |      19 |   765912 |   649582 |     3984    265 |        0 |        0
1577.31/1577.62	c 1577s |      19 |   767050 |   650582 |     3984    265 |        0 |        0
1579.32/1579.67	c 1579s |      19 |   767945 |   651382 |     3984    266 |        0 |        0
1581.53/1581.90	c 1581s |      19 |   768925 |   652282 |     3984    266 |        0 |        0
1583.73/1584.04	c 1583s |      19 |   769955 |   653182 |     3984    266 |        0 |        0
1585.92/1586.24	c 1586s |      19 |   770874 |   653982 |     3984    266 |        0 |        0
1588.02/1588.34	c 1588s |      19 |   771659 |   654682 |     3984    267 |        0 |        0
1590.21/1590.57	c 1590s |      19 |   772561 |   655482 |     3984    267 |        0 |        0
1592.41/1592.77	c 1592s |      19 |   773511 |   656282 |     3984    267 |        0 |        0
1594.72/1595.06	c 1594s |      19 |   774276 |   656982 |     3984    268 |        0 |        0
1596.81/1597.16	c 1597s |      19 |   775030 |   657682 |     3984    268 |        0 |        0
1598.91/1599.28	c 1599s |      19 |   776152 |   658682 |     3984    268 |        0 |        0
1601.11/1601.49	c 1601s |      19 |   777283 |   659682 |     3984    268 |        0 |        0
1603.21/1603.51	c 1603s |      19 |   778204 |   660482 |     3984    269 |        0 |        0
1605.31/1605.60	c 1605s |      19 |   779240 |   661382 |     3984    269 |        0 |        0
1607.51/1607.84	c 1607s |      19 |   780244 |   662282 |     4383    269 |        0 |        0
1609.81/1610.11	c 1609s |      19 |   781122 |   663082 |     4383    269 |        0 |        0
1612.01/1612.30	c 1612s |      19 |   782010 |   663882 |     4383    270 |        0 |        0
1614.01/1614.31	c 1614s |      19 |   782896 |   664682 |     4383    270 |        0 |        0
1616.21/1616.51	c 1616s |      19 |   783786 |   665482 |     4383    270 |        0 |        0
1618.41/1618.72	c 1618s |      19 |   784569 |   666182 |     4383    271 |        0 |        0
1620.21/1620.56	c 1620s |      20 |   785280 |   666827 |     4383    271 |        0 |        0
1622.21/1622.59	c 1622s |      20 |   787850 |   668127 |     4383    271 |        0 |        0
1624.52/1624.82	c 1624s |      20 |   789174 |   669227 |     4383    272 |        0 |        0
1626.62/1626.91	c 1626s |      20 |   790400 |   670227 |     4383    272 |        0 |        0
1628.61/1628.94	c 1628s |      20 |   791647 |   671227 |     4383    272 |        0 |        0
1630.81/1631.18	c 1631s |      20 |   792983 |   672227 |     4383    272 |        0 |        0
1633.01/1633.39	c 1633s |      20 |   794159 |   673227 |     4383    273 |        0 |        0
1635.30/1635.64	c 1635s |      20 |   795303 |   674227 |     4383    273 |        0 |        0
1637.50/1637.87	c 1637s |      20 |   796327 |   675127 |     4383    273 |        0 |        0
1639.70/1640.09	c 1639s |      20 |   797350 |   676027 |     4383    274 |        0 |        0
1641.90/1642.26	c 1642s |      20 |   798586 |   677127 |     4383    274 |        0 |        0
1644.01/1644.37	c 1644s |      20 |   799597 |   678027 |     4383    274 |        0 |        0
1646.01/1646.39	c 1646s |      20 |   800628 |   678927 |     4383    275 |        0 |        0
1648.21/1648.59	c 1648s |      20 |   801774 |   679927 |     4383    275 |        0 |        0
1650.41/1650.71	c 1650s |      20 |   802977 |   680927 |     4383    275 |        0 |        0
1652.40/1652.78	c 1652s |      20 |   803938 |   681727 |     4383    276 |        0 |        0
1654.60/1654.99	c 1654s |      20 |   805120 |   682727 |     4383    276 |        0 |        0
1656.80/1657.20	c 1657s |      20 |   806301 |   683727 |     4383    276 |        0 |        0
1658.90/1659.24	c 1659s |      20 |   807203 |   684527 |     4383    277 |        0 |        0
1660.90/1661.29	c 1661s |      20 |   808519 |   685627 |     4383    277 |        0 |        0
1663.20/1663.50	c 1663s |      20 |   809641 |   686627 |     4383    277 |        0 |        0
1665.40/1665.70	c 1665s |      20 |   810801 |   687627 |     4383    278 |        0 |        0
1667.60/1667.90	c 1667s |      20 |   811992 |   688627 |     4383    278 |        0 |        0
1669.60/1669.94	c 1669s |      20 |   813019 |   689527 |     4383    278 |        0 |        0
1671.90/1672.20	c 1672s |      20 |   814207 |   690527 |     4383    279 |        0 |        0
1674.10/1674.42	c 1674s |      20 |   815438 |   691627 |     4383    279 |        0 |        0
1676.11/1676.49	c 1676s |      20 |   816447 |   692527 |     4383    279 |        0 |        0
1678.20/1678.52	c 1678s |      20 |   817313 |   693327 |     4383    279 |        0 |        0
1680.20/1680.54	c 1680s |      20 |   818237 |   694127 |     4383    280 |        0 |        0
1682.30/1682.61	c 1682s |      20 |   819279 |   695027 |     4383    280 |        0 |        0
1684.39/1684.77	c 1684s |      20 |   820611 |   696027 |     4383    280 |        0 |        0
1686.49/1686.87	c 1686s |      20 |   821518 |   696827 |     4383    281 |        0 |        0
1688.70/1689.06	c 1688s |      20 |   822472 |   697627 |     4383    281 |        0 |        0
1690.90/1691.23	c 1691s |      20 |   823381 |   698427 |     4383    281 |        0 |        0
1692.90/1693.27	c 1693s |      20 |   824163 |   699127 |     4383    281 |        0 |        0
1695.10/1695.41	c 1695s |      20 |   824965 |   699827 |     4383    282 |        0 |        0
1697.40/1697.73	c 1697s |      20 |   825890 |   700627 |     4383    282 |        0 |        0
1699.59/1699.90	c 1699s |      20 |   826707 |   701327 |     4383    282 |        0 |        0
1701.79/1702.10	c 1701s |      20 |   827790 |   702227 |     4383    282 |        0 |        0
1703.90/1704.24	c 1704s |      20 |   828605 |   702927 |     4383    283 |        0 |        0
1706.10/1706.41	c 1706s |      20 |   829535 |   703727 |     4383    283 |        0 |        0
1708.30/1708.60	c 1708s |      20 |   830447 |   704527 |     4383    283 |        0 |        0
1710.30/1710.69	c 1710s |      20 |   831364 |   705327 |     4383    283 |        0 |        0
1712.40/1712.77	c 1712s |      20 |   832131 |   706027 |     4383    284 |        0 |        0
1714.49/1714.89	c 1714s |      20 |   833022 |   706827 |     4383    284 |        0 |        0
1716.59/1716.92	c 1716s |      20 |   834069 |   707727 |     4383    284 |        0 |        0
1718.59/1718.95	c 1718s |      20 |   834997 |   708527 |     4383    284 |        0 |        0
1720.78/1721.10	c 1720s |      20 |   835764 |   709227 |     4383    285 |        0 |        0
1722.88/1723.22	c 1723s |      20 |   836651 |   710027 |     4383    285 |        0 |        0
1724.98/1725.39	c 1725s |      20 |   837787 |   711027 |     4383    285 |        0 |        0
1727.18/1727.56	c 1727s |      20 |   838730 |   711827 |     4383    286 |        0 |        0
1729.48/1729.81	c 1729s |      20 |   839760 |   712727 |     4383    286 |        0 |        0
1731.68/1732.00	c 1731s |      20 |   840684 |   713527 |     4383    286 |        0 |        0
1733.78/1734.15	c 1734s |      20 |   841460 |   714227 |     4383    286 |        0 |        0
1736.08/1736.46	c 1736s |      20 |   842213 |   714927 |     4383    287 |        0 |        0
1738.18/1738.54	c 1738s |      20 |   842964 |   715627 |     4383    287 |        0 |        0
1740.38/1740.76	c 1740s |      20 |   843732 |   716327 |     4383    287 |        0 |        0
1742.58/1742.98	c 1742s |      20 |   844786 |   717227 |     4383    287 |        0 |        0
1744.67/1745.02	c 1744s |      20 |   845570 |   717927 |     4383    288 |        0 |        0
1746.77/1747.11	c 1746s |      20 |   846441 |   718727 |     4383    288 |        0 |        0
1748.97/1749.39	c 1749s |      20 |   847302 |   719527 |     4383    288 |        0 |        0
1751.26/1751.62	c 1751s |      20 |   848232 |   720327 |     4383    288 |        0 |        0
1753.46/1753.84	c 1753s |      20 |   849128 |   721127 |     4383    289 |        0 |        0
1755.47/1755.89	c 1755s |      20 |   850055 |   721927 |     4383    289 |        0 |        0
1757.77/1758.10	c 1757s |      20 |   851118 |   722827 |     4383    289 |        0 |        0
1759.87/1760.23	c 1760s |      20 |   852022 |   723627 |     4383    289 |        0 |        0
1761.87/1762.25	c 1762s |      20 |   852871 |   724327 |     4383    290 |        0 |        0
1763.96/1764.37	c 1764s |      20 |   853947 |   725227 |     4383    290 |        0 |        0
1766.26/1766.62	c 1766s |      20 |   854747 |   725927 |     4383    290 |        0 |        0
1768.46/1768.89	c 1768s |      20 |   855530 |   726627 |     4383    290 |        0 |        0
1770.56/1770.96	c 1770s |      20 |   856198 |   727227 |     4383    291 |        0 |        0
1772.65/1773.02	c 1772s |      20 |   856958 |   727927 |     4383    291 |        0 |        0
1774.75/1775.14	c 1774s |      20 |   857967 |   728827 |     4383    291 |        0 |        0
1776.75/1777.14	c 1776s |      20 |   858995 |   729727 |     4383    291 |        0 |        0
1778.95/1779.30	c 1779s |      20 |   860001 |   730627 |     4383    292 |        0 |        0
1780.95/1781.36	c 1781s |      20 |   861036 |   731527 |     4383    292 |        0 |        0
1783.04/1783.49	c 1783s |      20 |   862047 |   732427 |     4383    292 |        0 |        0
1785.34/1785.72	c 1785s |      20 |   862936 |   733227 |     4383    293 |        0 |        0
1787.55/1787.92	c 1787s |      20 |   863968 |   734127 |     4383    293 |        0 |        0
1789.75/1790.17	c 1790s |      20 |   864986 |   735027 |     4383    293 |        0 |        0
1792.04/1792.46	c 1792s |      20 |   865875 |   735827 |     4383    293 |        0 |        0
1794.04/1794.48	c 1794s |      20 |   866805 |   736627 |     4383    294 |        0 |        0
1796.24/1796.68	c 1796s |      20 |   867801 |   737527 |     4383    294 |        0 |        0
1798.54/1798.90	c 1798s |      20 |   868784 |   738427 |     4383    294 |        0 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109198-1466341823/watcher-4109198-1466341823 -o /tmp/evaluation-result-4109198-1466341823/solver-4109198-1466341823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29124 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109198-1466341823.wbo 

pid=29153
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.06 0.08 0.08 3/180 29156
/proc/meminfo: memFree=30603672/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=753220 CPUtime=0 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 2812 0 0 0 0 0 0 0 20 0 4 0 36231245 771297280 3684 33554432000 4194304 16246674 140737101573600 140737101573024 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 188817 3692 442 2943 0 185711 0
[pid=29156/tid=29157] ppid=29153 vsize=770628 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 789123072 3753 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=774724 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 793317376 3770 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=778820 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36231245 797511680 3786 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 0.06 0.08 0.08 3/180 29156
/proc/meminfo: memFree=30603672/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 25807 0 0 0 6 3 0 0 20 0 4 0 36231245 1247350784 26667 33554432000 4194304 16246674 140737101573600 140737101573024 13162072 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 304529 26687 734 2943 0 301423 0
[pid=29156/tid=29157] ppid=29153 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1247350784 26695 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1247350784 26699 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36231245 1247350784 26704 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200522 s]
/proc/loadavg: 0.06 0.08 0.08 3/180 29156
/proc/meminfo: memFree=30603672/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1220164 CPUtime=0.19 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 49545 0 0 0 12 7 0 0 20 0 4 0 36231245 1249447936 50381 33554432000 4194304 16246674 140737101573600 140737101572912 5572316 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 305041 50381 867 2943 0 301935 0
[pid=29156/tid=29157] ppid=29153 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1249447936 50381 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1249447936 50381 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1249447936 50381 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300507 s]
/proc/loadavg: 0.06 0.08 0.08 3/180 29156
/proc/meminfo: memFree=30603672/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1306180 CPUtime=0.29 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 62828 0 0 0 20 9 0 0 20 0 4 0 36231245 1337528320 63664 33554432000 4194304 16246674 140737101573600 140737101555520 5711496 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 326545 63664 867 2943 0 323439 0
[pid=29156/tid=29157] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 63664 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 63664 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 63664 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1306180

[startup+0.700412 s]
/proc/loadavg: 0.06 0.08 0.08 3/180 29156
/proc/meminfo: memFree=30603672/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1306180 CPUtime=0.69 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 158840 0 0 0 48 21 0 0 20 0 4 0 36231245 1337528320 159677 33554432000 4194304 16246674 140737101573600 140737101555520 12474890 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 326545 159694 867 2943 0 323439 0
[pid=29156/tid=29157] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 159701 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 159710 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1337528320 159718 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1306180

[startup+1.50044 s]
/proc/loadavg: 0.22 0.11 0.09 3/184 29160
/proc/meminfo: memFree=28977756/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 267900 0 0 0 115 34 0 0 20 0 4 0 36231245 1338576896 268736 33554432000 4194304 16246674 140737101573600 140737101555520 7249760 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 326801 268736 870 2943 0 323695 0
[pid=29156/tid=29157] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268736 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268736 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268736 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10043 s]
/proc/loadavg: 0.22 0.11 0.09 3/184 29160
/proc/meminfo: memFree=28976996/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1307204 CPUtime=3.08 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 267917 0 0 0 274 34 0 0 20 0 4 0 36231245 1338576896 268753 33554432000 4194304 16246674 140737101573600 140737101555520 5828996 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 326801 268753 873 2943 0 323695 0
[pid=29156/tid=29157] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268753 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268753 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1338576896 268753 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1307204

[startup+6.30044 s]
/proc/loadavg: 0.36 0.14 0.10 3/184 29160
/proc/meminfo: memFree=28975880/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1308228 CPUtime=6.28 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 268142 0 0 0 593 35 0 0 20 0 4 0 36231245 1339625472 268978 33554432000 4194304 16246674 140737101573600 140737101555520 5712604 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 327057 268978 873 2943 0 323951 0
[pid=29156/tid=29157] ppid=29153 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1339625472 268978 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1339625472 268978 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1339625472 268978 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 0.49 0.17 0.11 3/184 29160
/proc/meminfo: memFree=28973724/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1311300 CPUtime=12.68 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 268804 0 0 0 1233 35 0 0 20 0 4 0 36231245 1342771200 269640 33554432000 4194304 16246674 140737101573600 140737101555520 5572136 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 327825 269640 873 2943 0 324719 0
[pid=29156/tid=29157] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269640 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269640 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269640 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1311300

[startup+25.5005 s]
/proc/loadavg: 0.83 0.26 0.14 3/183 29160
/proc/meminfo: memFree=28975296/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1311300 CPUtime=25.48 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 268941 0 0 0 2513 35 0 0 20 0 4 0 36231245 1342771200 269777 33554432000 4194304 16246674 140737101573600 140737101555520 5711416 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 327825 269777 873 2943 0 324719 0
[pid=29156/tid=29157] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269777 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269777 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1342771200 269777 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1311300

[startup+51.1005 s]
/proc/loadavg: 1.23 0.40 0.19 3/183 29161
/proc/meminfo: memFree=28632872/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1317444 CPUtime=51.07 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 270426 0 0 0 5072 35 0 0 20 0 4 0 36231245 1349062656 271262 33554432000 4194304 16246674 140737101573600 140737101555520 5546177 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 329361 271262 875 2943 0 326255 0
[pid=29156/tid=29157] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271262 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271262 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271262 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1317444

[startup+102.301 s]
/proc/loadavg: 1.66 0.64 0.28 3/183 29162
/proc/meminfo: memFree=28507756/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1317444 CPUtime=102.27 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 270479 0 0 0 10187 40 0 0 20 0 4 0 36231245 1349062656 271315 33554432000 4194304 16246674 140737101573600 140737101555520 5712555 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29156/statm: 329361 271315 875 2943 0 326255 0
[pid=29156/tid=29157] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271315 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271315 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1349062656 271315 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1317444


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

/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1323588

[startup+1302.3 s]
/proc/loadavg: 2.27 2.17 1.64 3/183 29192
/proc/meminfo: memFree=27421968/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1302.06 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272003 0 0 0 130114 92 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140737101555520 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272839 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1323588

[startup+1362.3 s]
/proc/loadavg: 2.35 2.21 1.69 3/183 29193
/proc/meminfo: memFree=27362604/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1362.06 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272003 0 0 0 136109 97 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140737101555520 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272839 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1323588

[startup+1422.3 s]
/proc/loadavg: 2.17 2.18 1.71 3/183 29194
/proc/meminfo: memFree=27362340/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1422.05 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272003 0 0 0 142105 100 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140737101572776 5723560 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272839 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 1323588

[startup+1482.3 s]
/proc/loadavg: 2.18 2.18 1.74 3/183 29195
/proc/meminfo: memFree=27193260/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1482.03 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272003 0 0 0 148099 104 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140737101555520 13874649 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272839 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272839 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1323588

[startup+1542.31 s]
/proc/loadavg: 2.19 2.19 1.76 3/183 29196
/proc/meminfo: memFree=27192436/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1542.03 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272015 0 0 0 154097 106 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140737101572776 5545704 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272851 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 1323588

[startup+1602.3 s]
/proc/loadavg: 2.19 2.18 1.79 3/183 29198
/proc/meminfo: memFree=27119320/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1602.01 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272015 0 0 0 160090 111 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140737101555520 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272851 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1323588

[startup+1662.3 s]
/proc/loadavg: 2.16 2.17 1.81 3/183 29199
/proc/meminfo: memFree=27102492/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1662 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272015 0 0 0 166086 114 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140737101555520 5546233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272851 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272851 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1323588

[startup+1722.3 s]
/proc/loadavg: 2.06 2.14 1.82 3/183 29200
/proc/meminfo: memFree=27043736/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1721.98 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272027 0 0 0 172081 117 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140737101555520 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272854 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1323588

[startup+1782.3 s]
/proc/loadavg: 2.02 2.11 1.83 3/184 29204
/proc/meminfo: memFree=27033096/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1781.95 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272062 0 0 0 178074 121 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140737101572776 6021620 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272854 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 1323588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.12 1.83 3/184 29204
/proc/meminfo: memFree=27034512/32872528 swapFree=877056/942464
[pid=29156] ppid=29153 vsize=1323588 CPUtime=1800.03 cores=1,3,5,7
/proc/29156/stat : 29156 (toysat) R 29153 29156 29107 0 -1 4202496 272074 0 0 0 179881 122 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140737101572776 5545776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29156/statm: 330897 272854 875 2943 0 327791 0
[pid=29156/tid=29157] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29157/stat : 29157 (toysat) S 29153 29156 29107 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488126475504 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29156/tid=29158] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29158/stat : 29158 (toysat) S 29153 29156 29107 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488044686576 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29156/tid=29159] ppid=29153 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/29156/task/29159/stat : 29159 (toysat) S 29153 29156 29107 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36231245 1355354112 272854 33554432000 4194304 16246674 140737101573600 140488034213040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1323588

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29156 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.46
CPU time (s): 1800.1
CPU user time (s): 1798.82
CPU system time (s): 1.27581
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 1323588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.27581
maximum resident set size= 1091416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272074
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= 72
involuntary context switches= 2937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6233 second user time and 6.94094 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 15:10:23
IDJOB=4109198
IDBENCH=78720
IDSOLVER=2553
FILE ID=node113/4109198-1466341823
RUNJOBID= node113-1466341823-29124
PBS_JOBID= 19922039
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109198-1466341823/watcher-4109198-1466341823 -o /tmp/evaluation-result-4109198-1466341823/solver-4109198-1466341823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466341823-29124 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109198-1466341823.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0c8d4a99d65aef93f7efad0563f57408
RANDOM SEED=130697087

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30649328 kB
Buffers:          148160 kB
Cached:           366312 kB
SwapCached:         1964 kB
Active:           176172 kB
Inactive:         359620 kB
Active(anon):      21584 kB
Inactive(anon):     2224 kB
Active(file):     154588 kB
Inactive(file):   357396 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67099096 kB
Dirty:             32608 kB
Writeback:             0 kB
AnonPages:        959132 kB
Mapped:             8868 kB
Shmem:                 0 kB
Slab:             607660 kB
SReclaimable:      52020 kB
SUnreclaim:       555640 kB
KernelStack:        1344 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1912056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node113 at 2016-06-19 15:40:24