Trace number 4079313

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.02 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_5.opb
MD5SUMf3813b86973df1eedcf86494ca06b423
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5202779
Best CPU time to get the best result obtained on this benchmark1800.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 141420761
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 116572691025
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 141420761
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 116572691025
Number of bits of the biggest sum of numbers37
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-07T22:51:16+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","--pb","--search=bcd2","HOME/instance-4079313-1465332676.opb"]
0.00/0.01	c use --random-gen="2970104492 296567931 2348496068 317426852 4215794034 2388885587 4191531867 4216607827 3894085779 3396200791 3887593563 1291682709 135600375 3968566182 2779826365 3528797073 3928855640 832803622 937726752 2074269798 303228955 940867568 1979401086 1336844418 4140154786 325764569 66087626 683618989 731045365 1741310247 2363797121 1381748179 3723004904 1815607881 2565216687 3396596147 2968436536 2953068454 3871504827 1581078157 1801548185 3298421058 2942973066 1788906204 1477706097 2396637305 1457944083 3449484156 1500921119 306474626 3190159283 182353513 1779527982 3671386461 3078169062 4281348535 592250992 1147062763 170679433 702001796 1718790265 3788024163 2952616314 615164438 3492126564 2420329567 2879375534 3191592880 1856034024 3398260048 3316308892 2845725150 1340934119 1154188125 2279452700 377845986 523141676 2665501673 367626569 328407002 1624970713 938612717 327596567 3188510397 1547591515 2922200361 1049362582 1534292473 2737940727 3740700920 867499212 1517674229 3368743502 479693563 1016842763 3954797883 3725083543 4012122121 3999344592 872329976 1967558913 396121718 2488700927 2119401555 876936028 516031949 2811840348 1412634297 89309901 3738506166 2632816459 4091538232 3320073487 3183425831 3254477423 997532774 3567578465 1070364227 2077102984 2097056150 64040947 965790570 2919559055 694035859 268445564 978244779 3986594940 455953030 2049077038 3146272322 2624680450 3467295522 3601844315 3227421336 663868949 704409517 932111700 2510000364 3375416945 4075253496 3511307153 2597833283 629995273 1831087027 2575612405 1428400679 4193716120 3983154876 4103484539 973461338 188303045 3336471466 1496034011 2595692425 204285754 425724461 3651169573 2853376095 2431020907 4008096508 1833436393 3897504037 3221833996 3461583415 2225539771 2251556244 2174000509 2055922935 310720716 1954607534 476895021 2336616157 2890383942 3855334880 3698919247 1945230711 3871817584 3420894471 251449263 3314105484 2503932564 66802684 615804409 908662097 416398138 3666064782 3861233047 3431993816 4167091512 3128015333 2069153569 3624194824 2271071000 2640354927 271771471 1806267705 1353119675 693075140 3983408910 1248640582 2302205963 1528531417 3741508076 2421133466 2764351405 2216529670 2726093357 3313908917 838753284 1005391675 143817944 2252183055 4076821713 3050915675 2650476069 3858854311 728924250 2058908184 2435827253 363540633 1403923806 3995345963 719950559 2381918959 3809565127 2212720915 2367454688 2547253716 223568036 3884313265 4047062370 457183920 1748437218 3009896954 453536402 900015047 1583357895 1189896454 2956960409 1660138366 1157926815 3984106877 2156358027 84856659 2867355918 4293560909 1826623889 558006921 2462740842 3330941217 1317806977 4231076722 1906700702 1532265350 1638262037 3670707048 255 362436" option to reproduce the execution
0.19/0.24	c #vars 14620
0.19/0.24	c #constraints 21851
0.99/1.00	c BCD2: Hardening is enabled.
0.99/1.00	c BCD2: BiasedSearch is enabled.
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |    16917      0 |      170 |        0
1.39/1.45	c  0.4s |       1 |      171 |      100 |    16917      0 |      170 |        0
3.79/3.82	c  2.8s |       1 |      410 |      200 |    18609      0 |      170 |        0
4.89/4.99	c  4.0s |       2 |      486 |      250 |    18609      0 |      170 |        0
8.59/8.67	c  7.7s |       2 |      797 |      450 |    20470      0 |      170 |        0
8.79/8.84	c  7.8s |       3 |      814 |      475 |    20470      0 |      170 |        0
10.89/10.93	c  9.9s |       3 |     1116 |      675 |    22517      0 |      170 |        0
13.19/13.25	c 12.2s |       4 |     1295 |      813 |    22517      0 |      170 |        0
16.29/16.32	c 15.3s |       4 |     1602 |     1013 |    24769      0 |      170 |        0
18.89/18.97	c 18.0s |       4 |     1819 |     1213 |    24769      0 |      170 |        0
19.79/19.87	c 18.9s |       5 |     1932 |     1320 |    24769      0 |      170 |        0
22.98/23.03	c 22.0s |       5 |     2285 |     1520 |    27246      0 |      170 |        0
25.18/25.26	c 24.3s |       5 |     2558 |     1720 |    27246      0 |      170 |        0
27.49/27.51	c 26.5s |       5 |     2786 |     1920 |    27246      0 |      170 |        0
28.98/29.05	c 28.0s |       6 |     2994 |     2081 |    29971      0 |      170 |        0
31.08/31.11	c 30.1s |       6 |     3283 |     2281 |    29971      0 |      170 |        0
33.18/33.21	c 32.2s |       6 |     3586 |     2481 |    29971      0 |      170 |        0
35.68/35.72	c 34.7s |       6 |     3854 |     2681 |    29971      0 |      170 |        0
37.98/38.03	c 37.0s |       6 |     4079 |     2881 |    29971      0 |      170 |        0
40.48/40.60	c 39.6s |       6 |     4428 |     3081 |    29971      0 |      170 |        0
41.79/41.85	c 40.8s |       7 |     4618 |     3223 |    32969      0 |      170 |        0
43.99/44.05	c 43.0s |       7 |     4810 |     3323 |    32969      0 |      170 |        0
46.48/46.51	c 45.5s |       7 |     5023 |     3523 |    32969      0 |      170 |        0
48.58/48.64	c 47.6s |       7 |     5232 |     3723 |    32969      0 |      170 |        0
50.78/50.81	c 49.8s |       7 |     5461 |     3923 |    32969      0 |      170 |        0
53.18/53.28	c 52.3s |       7 |     5795 |     4223 |    32969      0 |      170 |        0
55.18/55.29	c 54.3s |       7 |     5999 |     4423 |    32969      0 |      170 |        0
57.78/57.82	c 56.8s |       7 |     6200 |     4623 |    32969      0 |      170 |        0
60.18/60.21	c 59.2s |       7 |     6536 |     4923 |    36266      0 |      170 |        0
60.28/60.30	c 59.3s |       8 |     6544 |     4936 |    36266      0 |      170 |        0
63.89/63.93	c 62.9s |       8 |     6853 |     5136 |    36266      0 |      170 |        0
66.18/66.24	c 65.2s |       8 |     7085 |     5336 |    36266      0 |      170 |        0
68.78/68.82	c 67.8s |       8 |     7435 |     5636 |    36266      0 |      170 |        0
71.68/71.76	c 70.8s |       8 |     7657 |     5836 |    36266      0 |      170 |        0
74.78/74.88	c 73.9s |       8 |     7863 |     6036 |    36266      0 |      170 |        0
76.88/76.97	c 76.0s |       8 |     8122 |     6236 |    36266      0 |      170 |        0
79.57/79.63	c 78.6s |       8 |     8476 |     6436 |    36266      0 |      170 |        0
82.77/82.82	c 81.8s |       8 |     8722 |     6636 |    36266      0 |      170 |        0
86.17/86.23	c 85.2s |       8 |     8930 |     6836 |    36266      0 |      170 |        0
88.77/88.82	c 87.8s |       8 |     9174 |     7036 |    36266      0 |      170 |        0
91.38/91.43	c 90.4s |       8 |     9390 |     7236 |    36266      0 |      170 |        0
94.17/94.29	c 93.3s |       8 |     9621 |     7436 |    36266      0 |      170 |        0
94.77/94.85	c 93.8s |       9 |     9767 |     7506 |    39893      0 |      170 |        0
97.57/97.64	c 96.6s |       9 |    10092 |     7706 |    39893      0 |      170 |        0
101.87/101.93	c  100s |       9 |    10308 |     7906 |    39893      0 |      170 |        0
105.37/105.43	c  104s |       9 |    10538 |     8106 |    39893      0 |      170 |        0
107.67/107.70	c  106s |       9 |    10765 |     8306 |    39893      0 |      170 |        0
110.97/111.05	c  110s |       9 |    11001 |     8506 |    39893      0 |      170 |        0
113.38/113.47	c  112s |       9 |    11239 |     8706 |    39893      0 |      170 |        0
116.77/116.87	c  115s |       9 |    11491 |     8906 |    39893      0 |      170 |        0
119.17/119.20	c  118s |       9 |    11597 |     9006 |    39893      0 |      170 |        0
121.77/121.85	c  120s |       9 |    11865 |     9206 |    39893      0 |      170 |        0
124.57/124.62	c  123s |       9 |    12159 |     9506 |    39893      0 |      170 |        0
127.87/127.95	c  126s |       9 |    12410 |     9706 |    39893      0 |      170 |        0
131.17/131.20	c  130s |       9 |    12624 |     9906 |    39893      0 |      170 |        0
133.67/133.71	c  132s |       9 |    12870 |    10106 |    39893      0 |      170 |        0
136.97/137.08	c  136s |       9 |    13105 |    10306 |    39893      0 |      170 |        0
139.16/139.21	c  138s |       9 |    13289 |    10506 |    39893      0 |      170 |        0
141.97/142.06	c  141s |       9 |    13509 |    10706 |    39893      0 |      170 |        0
144.86/144.98	c  143s |       9 |    13725 |    10906 |    39893      0 |      170 |        0
147.56/147.64	c  146s |       9 |    13976 |    11106 |    39893      0 |      170 |        0
150.67/150.74	c  149s |      10 |    14252 |    11361 |    43883      0 |      170 |        0
152.97/153.00	c  152s |      10 |    14733 |    11661 |    43883      0 |      170 |        0
155.46/155.59	c  154s |      10 |    14972 |    11861 |    43883      0 |      170 |        0
157.96/158.06	c  157s |      10 |    15169 |    12061 |    43883      0 |      170 |        0
160.96/161.05	c  160s |      10 |    15463 |    12261 |    43883      0 |      170 |        0
163.87/163.95	c  162s |      10 |    15711 |    12461 |    43883      0 |      170 |        0
166.46/166.57	c  165s |      10 |    15904 |    12661 |    43883      0 |      170 |        0
170.06/170.17	c  169s |      10 |    16268 |    12861 |    43883      0 |      170 |        0
172.46/172.52	c  171s |      10 |    16602 |    13161 |    43883      0 |      170 |        0
175.66/175.73	c  174s |      10 |    16873 |    13361 |    43883      0 |      170 |        0
178.06/178.20	c  177s |      10 |    17076 |    13561 |    43883      0 |      170 |        0
180.86/180.99	c  179s |      10 |    17343 |    13761 |    43883      0 |      170 |        0
184.06/184.16	c  183s |      10 |    17603 |    13961 |    43883      0 |      170 |        0
187.86/187.91	c  186s |      10 |    17841 |    14161 |    43883      0 |      170 |        0
190.46/190.57	c  189s |      10 |    18047 |    14361 |    43883      0 |      170 |        0
192.86/192.98	c  191s |      10 |    18361 |    14661 |    43883      0 |      170 |        0
195.46/195.54	c  194s |      10 |    18628 |    14861 |    43883      0 |      170 |        0
197.66/197.72	c  196s |      10 |    18892 |    15061 |    43883      0 |      170 |        0
200.17/200.23	c  199s |      10 |    19306 |    15361 |    43883      0 |      170 |        0
202.56/202.64	c  201s |      10 |    19499 |    15561 |    43883      0 |      170 |        0
205.06/205.18	c  204s |      10 |    19856 |    15861 |    43883      0 |      170 |        0
207.56/207.68	c  206s |      10 |    20193 |    16161 |    43883      0 |      170 |        0
210.17/210.27	c  209s |      10 |    20505 |    16461 |    43883      0 |      170 |        0
212.56/212.60	c  211s |      10 |    20801 |    16761 |    43883      0 |      170 |        0
214.76/214.89	c  213s |      10 |    21114 |    17061 |    48272      0 |      170 |        0
215.57/215.62	c  214s |      11 |    21257 |    17144 |    48272      0 |      170 |        0
217.76/217.82	c  216s |      11 |    21637 |    17344 |    48272      0 |      170 |        0
220.46/220.55	c  219s |      11 |    21860 |    17544 |    48272      0 |      170 |        0
222.66/222.75	c  221s |      11 |    22101 |    17744 |    48272      0 |      170 |        0
224.86/224.91	c  223s |      11 |    22418 |    18044 |    48272      0 |      170 |        0
227.06/227.11	c  226s |      11 |    22659 |    18244 |    48272      0 |      170 |        0
229.46/229.54	c  228s |      11 |    22990 |    18544 |    48272      0 |      170 |        0
232.36/232.42	c  231s |      11 |    23247 |    18744 |    48272      0 |      170 |        0
235.16/235.20	c  234s |      11 |    23564 |    19044 |    48272      0 |      170 |        0
237.45/237.53	c  236s |      11 |    23810 |    19244 |    48272      0 |      170 |        0
239.55/239.68	c  238s |      11 |    24169 |    19444 |    48272      0 |      170 |        0
242.65/242.70	c  241s |      11 |    24486 |    19744 |    48272      0 |      170 |        0
245.15/245.26	c  244s |      11 |    24704 |    19944 |    48272      0 |      170 |        0
248.05/248.10	c  247s |      11 |    25002 |    20144 |    48272      0 |      170 |        0
250.55/250.68	c  249s |      11 |    25215 |    20344 |    48272      0 |      170 |        0
253.15/253.21	c  252s |      11 |    25434 |    20544 |    48272      0 |      170 |        0
255.85/255.99	c  254s |      11 |    25731 |    20744 |    48272      0 |      170 |        0
258.85/258.93	c  257s |      11 |    26094 |    21044 |    48272      0 |      170 |        0
261.15/261.25	c  260s |      11 |    26290 |    21244 |    48272      0 |      170 |        0
263.96/264.01	c  263s |      11 |    26524 |    21444 |    48272      0 |      170 |        0
267.55/267.69	c  266s |      11 |    26742 |    21644 |    48272      0 |      170 |        0
270.05/270.12	c  269s |      11 |    26945 |    21844 |    48272      0 |      170 |        0
272.95/273.03	c  272s |      11 |    27268 |    22144 |    48272      0 |      170 |        0
275.35/275.41	c  274s |      11 |    27613 |    22444 |    48272      0 |      170 |        0
277.55/277.68	c  276s |      11 |    27899 |    22644 |    48272      0 |      170 |        0
280.75/280.81	c  279s |      11 |    28256 |    22944 |    48272      0 |      170 |        0
283.15/283.29	c  282s |      11 |    28481 |    23144 |    48272      0 |      170 |        0
285.95/286.05	c  285s |      11 |    28782 |    23344 |    48272      0 |      170 |        0
289.25/289.39	c  288s |      11 |    29022 |    23544 |    48272      0 |      170 |        0
293.24/293.35	c  292s |      11 |    29234 |    23744 |    48272      0 |      170 |        0
296.95/297.04	c  296s |      11 |    29464 |    23944 |    48272      0 |      170 |        0
299.64/299.77	c  298s |      11 |    29698 |    24144 |    48272      0 |      170 |        0
301.74/301.87	c  300s |      11 |    29807 |    24244 |    48272      0 |      170 |        0
305.14/305.25	c  304s |      11 |    30096 |    24444 |    48272      0 |      170 |        0
308.64/308.77	c  307s |      11 |    30324 |    24644 |    48272      0 |      170 |        0
311.04/311.14	c  310s |      11 |    30523 |    24844 |    48272      0 |      170 |        0
313.14/313.25	c  312s |      11 |    30633 |    24944 |    48272      0 |      170 |        0
315.94/316.07	c  315s |      11 |    30839 |    25144 |    48272      0 |      170 |        0
318.44/318.50	c  317s |      11 |    31027 |    25344 |    48272      0 |      170 |        0
321.34/321.49	c  320s |      11 |    31347 |    25644 |    48272      0 |      170 |        0
323.44/323.53	c  322s |      11 |    31445 |    25744 |    53100      0 |      170 |        0
325.14/325.20	c  324s |      12 |    31522 |    25819 |    53100      0 |      170 |        0
327.34/327.48	c  326s |      12 |    31704 |    25919 |    53100      0 |      170 |        0
330.54/330.63	c  329s |      12 |    31915 |    26119 |    53100      0 |      170 |        0
334.84/334.98	c  333s |      12 |    32166 |    26319 |    53100      0 |      170 |        0
337.54/337.68	c  336s |      12 |    32263 |    26419 |    53100      0 |      170 |        0
340.34/340.40	c  339s |      12 |    32414 |    26519 |    53100      0 |      170 |        0
343.43/343.58	c  342s |      12 |    32608 |    26719 |    53100      0 |      170 |        0
346.03/346.15	c  345s |      12 |    32811 |    26919 |    53100      0 |      170 |        0
349.03/349.12	c  348s |      12 |    33118 |    27219 |    53100      0 |      170 |        0
351.43/351.59	c  350s |      12 |    33212 |    27319 |    53100      0 |      170 |        0
354.03/354.17	c  353s |      12 |    33493 |    27519 |    53100      0 |      170 |        0
357.63/357.71	c  356s |      12 |    33819 |    27719 |    53100      0 |      170 |        0
360.53/360.63	c  359s |      12 |    34041 |    27919 |    53100      0 |      170 |        0
363.53/363.67	c  362s |      12 |    34241 |    28119 |    53100      0 |      170 |        0
366.03/366.18	c  365s |      12 |    34442 |    28319 |    53100      0 |      170 |        0
369.03/369.13	c  368s |      12 |    34902 |    28619 |    53100      0 |      170 |        0
373.23/373.33	c  372s |      12 |    35094 |    28819 |    53100      0 |      170 |        0
375.43/375.58	c  374s |      12 |    35223 |    28919 |    53100      0 |      170 |        0
378.34/378.48	c  377s |      12 |    35455 |    29119 |    53100      0 |      170 |        0
382.53/382.67	c  381s |      12 |    35665 |    29319 |    53100      0 |      170 |        0
384.93/385.02	c  384s |      12 |    35767 |    29419 |    53100      0 |      170 |        0
388.63/388.70	c  387s |      12 |    36021 |    29619 |    53100      0 |      170 |        0
390.93/391.05	c  390s |      12 |    36227 |    29819 |    53100      0 |      170 |        0
394.73/394.85	c  393s |      12 |    36449 |    30019 |    53100      0 |      170 |        0
398.53/398.68	c  397s |      12 |    36662 |    30219 |    53100      0 |      170 |        0
401.72/401.88	c  400s |      12 |    36890 |    30419 |    53100      0 |      170 |        0
404.52/404.68	c  403s |      12 |    37130 |    30619 |    53100      0 |      170 |        0
407.42/407.52	c  406s |      12 |    37388 |    30819 |    53100      0 |      170 |        0
409.72/409.84	c  408s |      12 |    37637 |    31019 |    53100      0 |      170 |        0
413.02/413.18	c  412s |      12 |    37937 |    31319 |    53100      0 |      170 |        0
416.62/416.71	c  415s |      12 |    38129 |    31519 |    53100      0 |      170 |        0
420.13/420.27	c  419s |      12 |    38338 |    31719 |    53100      0 |      170 |        0
422.33/422.46	c  421s |      12 |    38458 |    31819 |    53100      0 |      170 |        0
424.72/424.86	c  423s |      12 |    38555 |    31919 |    53100      0 |      170 |        0
427.32/427.47	c  426s |      12 |    38794 |    32119 |    53100      0 |      170 |        0
429.82/429.96	c  428s |      12 |    38986 |    32319 |    53100      0 |      170 |        0
433.02/433.16	c  432s |      12 |    39560 |    32619 |    53100      0 |      170 |        0
435.82/435.92	c  434s |      12 |    39855 |    32819 |    53100      0 |      170 |        0
437.83/437.99	c  436s |      12 |    40059 |    33019 |    53100      0 |      170 |        0
440.52/440.62	c  439s |      12 |    40278 |    33219 |    53100      0 |      170 |        0
443.62/443.74	c  442s |      12 |    40478 |    33419 |    53100      0 |      170 |        0
446.33/446.43	c  445s |      12 |    40667 |    33619 |    53100      0 |      170 |        0
448.52/448.63	c  447s |      12 |    40914 |    33819 |    53100      0 |      170 |        0
451.52/451.68	c  450s |      12 |    41284 |    34119 |    53100      0 |      170 |        0
454.52/454.66	c  453s |      12 |    41603 |    34419 |    53100      0 |      170 |        0
457.53/457.64	c  456s |      12 |    42056 |    34719 |    53100      0 |      170 |        0
459.73/459.84	c  458s |      12 |    42277 |    34919 |    53100      0 |      170 |        0
462.22/462.39	c  461s |      12 |    42597 |    35219 |    53100      0 |      170 |        0
464.82/464.95	c  463s |      12 |    42899 |    35519 |    53100      0 |      170 |        0
467.82/467.93	c  466s |      12 |    43205 |    35819 |    53100      0 |      170 |        0
470.52/470.60	c  469s |      12 |    43504 |    36119 |    53100      0 |      170 |        0
472.52/472.65	c  471s |      12 |    43704 |    36319 |    53100      0 |      170 |        0
475.32/475.49	c  474s |      12 |    44014 |    36619 |    53100      0 |      170 |        0
477.72/477.81	c  476s |      12 |    44254 |    36819 |    53100      0 |      170 |        0
480.22/480.31	c  479s |      12 |    44479 |    37019 |    53100      0 |      170 |        0
482.42/482.57	c  481s |      12 |    44676 |    37219 |    53100      0 |      170 |        0
484.91/485.07	c  484s |      12 |    45040 |    37519 |    53100      0 |      170 |        0
487.32/487.44	c  486s |      12 |    45278 |    37719 |    53100      0 |      170 |        0
490.31/490.48	c  489s |      12 |    45483 |    37919 |    53100      0 |      170 |        0
493.01/493.12	c  492s |      12 |    45685 |    38119 |    53100      0 |      170 |        0
496.31/496.45	c  495s |      12 |    45988 |    38419 |    53100      0 |      170 |        0
500.11/500.26	c  499s |      12 |    46250 |    38619 |    58411      0 |      170 |        0
502.62/502.74	c  501s |      12 |    46447 |    38819 |    58411      0 |      170 |        0
502.81/502.91	c  501s |      13 |    46456 |    38832 |    58411      0 |      170 |        0
505.92/506.10	c  505s |      13 |    46803 |    39032 |    58411      0 |      170 |        0
508.81/508.96	c  507s |      13 |    46919 |    39132 |    58411      0 |      170 |        0
512.11/512.24	c  511s |      13 |    47124 |    39332 |    58411      0 |      170 |        0
514.82/514.99	c  513s |      13 |    47481 |    39632 |    58411      0 |      170 |        0
518.81/518.93	c  517s |      13 |    47689 |    39832 |    58411      0 |      170 |        0
521.51/521.67	c  520s |      13 |    47943 |    40032 |    58411      0 |      170 |        0
524.71/524.83	c  523s |      13 |    48142 |    40232 |    58411      0 |      170 |        0
527.81/527.93	c  526s |      13 |    48365 |    40432 |    58411      0 |      170 |        0
530.41/530.50	c  529s |      13 |    48603 |    40632 |    58411      0 |      170 |        0
533.91/534.07	c  533s |      13 |    48832 |    40832 |    58411      0 |      170 |        0
536.51/536.69	c  535s |      13 |    49072 |    41032 |    58411      0 |      170 |        0
539.21/539.35	c  538s |      13 |    49332 |    41232 |    58411      0 |      170 |        0
542.10/542.20	c  541s |      13 |    49519 |    41432 |    58411      0 |      170 |        0
544.90/545.06	c  544s |      13 |    49865 |    41732 |    58411      0 |      170 |        0
547.71/547.83	c  546s |      13 |    50144 |    41932 |    58411      0 |      170 |        0
550.90/551.04	c  550s |      13 |    50375 |    42132 |    58411      0 |      170 |        0
553.00/553.13	c  552s |      13 |    50600 |    42332 |    58411      0 |      170 |        0
556.30/556.41	c  555s |      13 |    50903 |    42632 |    58411      0 |      170 |        0
558.50/558.62	c  557s |      13 |    51101 |    42832 |    58411      0 |      170 |        0
561.60/561.70	c  560s |      13 |    51416 |    43132 |    58411      0 |      170 |        0
564.50/564.64	c  563s |      13 |    51709 |    43432 |    58411      0 |      170 |        0
567.80/567.99	c  566s |      13 |    52022 |    43732 |    58411      0 |      170 |        0
570.91/571.07	c  570s |      13 |    52328 |    44032 |    58411      0 |      170 |        0
574.21/574.34	c  573s |      13 |    52519 |    44232 |    58411      0 |      170 |        0
577.41/577.58	c  576s |      13 |    52735 |    44432 |    58411      0 |      170 |        0
580.90/581.08	c  580s |      13 |    52961 |    44632 |    58411      0 |      170 |        0
583.01/583.12	c  582s |      13 |    53073 |    44732 |    58411      0 |      170 |        0
585.70/585.83	c  584s |      13 |    53281 |    44932 |    58411      0 |      170 |        0
589.30/589.49	c  588s |      13 |    53516 |    45132 |    58411      0 |      170 |        0
593.60/593.73	c  592s |      13 |    53722 |    45332 |    58411      0 |      170 |        0
597.20/597.40	c  596s |      13 |    53934 |    45532 |    58411      0 |      170 |        0
599.70/599.84	c  598s |      13 |    54148 |    45732 |    58411      0 |      170 |        0
601.80/601.90	c  600s |      13 |    54253 |    45832 |    58411      0 |      170 |        0
605.00/605.19	c  604s |      13 |    54506 |    46032 |    58411      0 |      170 |        0
608.09/608.30	c  607s |      13 |    54706 |    46232 |    58411      0 |      170 |        0
610.19/610.36	c  609s |      13 |    54908 |    46432 |    58411      0 |      170 |        0
612.60/612.78	c  611s |      13 |    55120 |    46632 |    58411      0 |      170 |        0
614.69/614.80	c  613s |      13 |    55335 |    46832 |    58411      0 |      170 |        0
616.69/616.89	c  615s |      13 |    55470 |    46932 |    58411      0 |      170 |        0
618.89/619.00	c  617s |      13 |    55565 |    47032 |    58411      0 |      170 |        0
621.69/621.83	c  620s |      13 |    55809 |    47232 |    58411      0 |      170 |        0
625.09/625.24	c  624s |      13 |    55993 |    47432 |    58411      0 |      170 |        0
628.59/628.77	c  627s |      13 |    56313 |    47632 |    58411      0 |      170 |        0
631.99/632.19	c  631s |      13 |    56540 |    47832 |    58411      0 |      170 |        0
634.49/634.64	c  633s |      13 |    56638 |    47932 |    58411      0 |      170 |        0
636.69/636.87	c  635s |      13 |    56753 |    48032 |    58411      0 |      170 |        0
639.99/640.13	c  639s |      13 |    56955 |    48232 |    58411      0 |      170 |        0
643.50/643.61	c  642s |      13 |    57167 |    48432 |    58411      0 |      170 |        0
645.79/645.97	c  644s |      13 |    57278 |    48532 |    58411      0 |      170 |        0
648.69/648.84	c  647s |      13 |    57470 |    48732 |    58411      0 |      170 |        0
650.79/650.92	c  649s |      13 |    57683 |    48932 |    58411      0 |      170 |        0
653.59/653.75	c  652s |      13 |    57921 |    49132 |    58411      0 |      170 |        0
657.09/657.27	c  656s |      13 |    58149 |    49332 |    58411      0 |      170 |        0
659.58/659.72	c  658s |      13 |    58260 |    49432 |    58411      0 |      170 |        0
662.20/662.36	c  661s |      13 |    58362 |    49532 |    58411      0 |      170 |        0
664.79/664.96	c  663s |      13 |    58474 |    49632 |    58411      0 |      170 |        0
666.99/667.14	c  666s |      13 |    58584 |    49732 |    58411      0 |      170 |        0
669.09/669.29	c  668s |      13 |    58706 |    49832 |    58411      0 |      170 |        0
671.89/672.00	c  670s |      13 |    58786 |    49932 |    58411      0 |      170 |        0
673.89/674.07	c  673s |      13 |    58885 |    50032 |    58411      0 |      170 |        0
677.09/677.21	c  676s |      13 |    59134 |    50232 |    58411      0 |      170 |        0
680.59/680.72	c  679s |      13 |    59345 |    50432 |    58411      0 |      170 |        0
682.59/682.76	c  681s |      13 |    59542 |    50632 |    58411      0 |      170 |        0
684.89/685.09	c  684s |      13 |    59787 |    50832 |    58411      0 |      170 |        0
688.29/688.42	c  687s |      13 |    60010 |    51032 |    58411      0 |      170 |        0
690.39/690.51	c  689s |      13 |    60147 |    51132 |    58411      0 |      170 |        0
694.19/694.32	c  693s |      13 |    60387 |    51332 |    58411      0 |      170 |        0
697.58/697.71	c  696s |      13 |    60591 |    51532 |    58411      0 |      170 |        0
701.58/701.72	c  700s |      13 |    60855 |    51732 |    58411      0 |      170 |        0
703.78/704.00	c  702s |      13 |    60970 |    51832 |    58411      0 |      170 |        0
705.88/706.02	c  705s |      13 |    61073 |    51932 |    58411      0 |      170 |        0
708.78/708.93	c  707s |      13 |    61165 |    52032 |    58411      0 |      170 |        0
711.18/711.33	c  710s |      13 |    61269 |    52132 |    58411      0 |      170 |        0
713.28/713.48	c  712s |      13 |    61381 |    52232 |    58411      0 |      170 |        0
715.38/715.58	c  714s |      13 |    61477 |    52332 |    58411      0 |      170 |        0
719.88/720.03	c  719s |      13 |    61695 |    52532 |    58411      0 |      170 |        0
722.38/722.52	c  721s |      13 |    61818 |    52632 |    58411      0 |      170 |        0
725.48/725.66	c  724s |      13 |    62022 |    52832 |    58411      0 |      170 |        0
727.68/727.87	c  726s |      13 |    62209 |    53032 |    58411      0 |      170 |        0
729.88/730.08	c  729s |      13 |    62548 |    53332 |    58411      0 |      170 |        0
732.78/732.92	c  731s |      13 |    62881 |    53632 |    58411      0 |      170 |        0
735.08/735.28	c  734s |      13 |    63099 |    53832 |    58411      0 |      170 |        0
738.08/738.30	c  737s |      13 |    63433 |    54132 |    58411      0 |      170 |        0
740.68/740.80	c  739s |      13 |    63668 |    54332 |    58411      0 |      170 |        0
743.77/743.97	c  742s |      13 |    64039 |    54632 |    58411      0 |      170 |        0
745.97/746.11	c  745s |      13 |    64259 |    54832 |    58411      0 |      170 |        0
748.67/748.86	c  747s |      13 |    64495 |    55032 |    58411      0 |      170 |        0
751.28/751.44	c  750s |      13 |    64716 |    55232 |    58411      0 |      170 |        0
753.77/753.95	c  752s |      13 |    65039 |    55432 |    58411      0 |      170 |        0
756.37/756.50	c  755s |      13 |    65311 |    55632 |    58411      0 |      170 |        0
758.47/758.66	c  757s |      13 |    65551 |    55832 |    58411      0 |      170 |        0
761.18/761.31	c  760s |      13 |    65791 |    56032 |    58411      0 |      170 |        0
763.17/763.37	c  762s |      13 |    65982 |    56232 |    58411      0 |      170 |        0
766.37/766.55	c  765s |      13 |    66204 |    56432 |    58411      0 |      170 |        0
769.67/769.87	c  768s |      13 |    66405 |    56632 |    58411      0 |      170 |        0
772.57/772.75	c  771s |      13 |    66625 |    56832 |    58411      0 |      170 |        0
776.07/776.22	c  775s |      13 |    66837 |    57032 |    58411      0 |      170 |        0
778.77/778.93	c  777s |      13 |    67093 |    57232 |    58411      0 |      170 |        0
781.47/781.66	c  780s |      13 |    67280 |    57432 |    58411      0 |      170 |        0
783.57/783.77	c  782s |      13 |    67496 |    57632 |    58411      0 |      170 |        0
787.27/787.43	c  786s |      13 |    67725 |    57832 |    58411      0 |      170 |        0
790.47/790.64	c  789s |      13 |    67935 |    58032 |    64253      0 |      170 |        0
793.37/793.53	c  792s |      13 |    68126 |    58232 |    64253      0 |      170 |        0
794.47/794.70	c  793s |      14 |    68266 |    58352 |    64253      0 |      170 |        0
796.97/797.11	c  796s |      14 |    68463 |    58452 |    64253      0 |      170 |        0
799.77/799.95	c  798s |      14 |    68585 |    58552 |    64253      0 |      170 |        0
801.97/802.16	c  801s |      14 |    68679 |    58652 |    64253      0 |      170 |        0
805.77/805.94	c  804s |      14 |    68905 |    58852 |    64253      0 |      170 |        0
809.37/809.52	c  808s |      14 |    69132 |    59052 |    64253      0 |      170 |        0
812.57/812.71	c  811s |      14 |    69347 |    59252 |    64253      0 |      170 |        0
815.97/816.10	c  815s |      14 |    69560 |    59452 |    64253      0 |      170 |        0
818.47/818.69	c  817s |      14 |    69682 |    59552 |    64253      0 |      170 |        0
822.07/822.29	c  821s |      14 |    69896 |    59752 |    64253      0 |      170 |        0
826.17/826.33	c  825s |      14 |    70121 |    59952 |    64253      0 |      170 |        0
829.77/829.90	c  828s |      14 |    70331 |    60152 |    64253      0 |      170 |        0
832.07/832.29	c  831s |      14 |    70533 |    60352 |    64253      0 |      170 |        0
835.76/836.00	c  834s |      14 |    70760 |    60552 |    64253      0 |      170 |        0
837.96/838.19	c  837s |      14 |    70877 |    60652 |    64253      0 |      170 |        0
841.76/841.99	c  840s |      14 |    71076 |    60852 |    64253      0 |      170 |        0
844.06/844.29	c  843s |      14 |    71174 |    60952 |    64253      0 |      170 |        0
846.66/846.90	c  845s |      14 |    71289 |    61052 |    64253      0 |      170 |        0
848.96/849.15	c  848s |      14 |    71410 |    61152 |    64253      0 |      170 |        0
852.76/852.99	c  851s |      14 |    71647 |    61352 |    64253      0 |      170 |        0
856.36/856.56	c  855s |      14 |    71851 |    61552 |    64253      0 |      170 |        0
858.97/859.19	c  858s |      14 |    71945 |    61652 |    64253      0 |      170 |        0
861.36/861.54	c  860s |      14 |    72064 |    61752 |    64253      0 |      170 |        0
863.66/863.82	c  862s |      14 |    72164 |    61852 |    64253      0 |      170 |        0
866.16/866.32	c  865s |      14 |    72266 |    61952 |    64253      0 |      170 |        0
869.66/869.82	c  868s |      14 |    72500 |    62152 |    64253      0 |      170 |        0
873.16/873.40	c  872s |      14 |    72728 |    62352 |    64253      0 |      170 |        0
876.56/876.74	c  875s |      14 |    72937 |    62552 |    64253      0 |      170 |        0
880.26/880.47	c  879s |      14 |    73153 |    62752 |    64253      0 |      170 |        0
882.36/882.54	c  881s |      14 |    73263 |    62852 |    64253      0 |      170 |        0
884.46/884.61	c  883s |      14 |    73373 |    62952 |    64253      0 |      170 |        0
888.36/888.57	c  887s |      14 |    73596 |    63152 |    64253      0 |      170 |        0
891.66/891.86	c  890s |      14 |    73799 |    63352 |    64253      0 |      170 |        0
893.76/893.93	c  892s |      14 |    73914 |    63452 |    64253      0 |      170 |        0
897.75/897.90	c  896s |      14 |    74128 |    63652 |    64253      0 |      170 |        0
900.86/901.01	c  900s |      14 |    74355 |    63852 |    64253      0 |      170 |        0
902.85/903.04	c  902s |      14 |    74458 |    63952 |    64253      0 |      170 |        0
905.35/905.58	c  904s |      14 |    74708 |    64152 |    64253      0 |      170 |        0
908.46/908.61	c  907s |      14 |    75038 |    64452 |    64253      0 |      170 |        0
911.35/911.56	c  910s |      14 |    75257 |    64652 |    64253      0 |      170 |        0
913.65/913.84	c  912s |      14 |    75494 |    64852 |    64253      0 |      170 |        0
916.35/916.58	c  915s |      14 |    75808 |    65052 |    64253      0 |      170 |        0
918.85/919.06	c  918s |      14 |    76019 |    65252 |    64253      0 |      170 |        0
922.25/922.40	c  921s |      14 |    76230 |    65452 |    64253      0 |      170 |        0
925.55/925.73	c  924s |      14 |    76444 |    65652 |    64253      0 |      170 |        0
928.25/928.41	c  927s |      14 |    76547 |    65752 |    64253      0 |      170 |        0
930.45/930.62	c  929s |      14 |    76656 |    65852 |    64253      0 |      170 |        0
933.45/933.67	c  932s |      14 |    76919 |    66052 |    64253      0 |      170 |        0
935.85/936.04	c  935s |      14 |    77124 |    66252 |    64253      0 |      170 |        0
938.75/938.96	c  937s |      14 |    77343 |    66452 |    64253      0 |      170 |        0
942.24/942.41	c  941s |      14 |    77543 |    66652 |    64253      0 |      170 |        0
945.54/945.78	c  944s |      14 |    77743 |    66852 |    64253      0 |      170 |        0
947.84/948.02	c  947s |      14 |    78048 |    67052 |    64253      0 |      170 |        0
950.45/950.68	c  949s |      14 |    78170 |    67152 |    64253      0 |      170 |        0
953.25/953.41	c  952s |      14 |    78282 |    67252 |    64253      0 |      170 |        0
956.34/956.59	c  955s |      14 |    78488 |    67452 |    64253      0 |      170 |        0
958.64/958.85	c  957s |      14 |    78589 |    67552 |    64253      0 |      170 |        0
961.74/961.97	c  960s |      14 |    78793 |    67752 |    64253      0 |      170 |        0
964.84/965.02	c  964s |      14 |    78997 |    67952 |    64253      0 |      170 |        0
967.64/967.83	c  966s |      14 |    79101 |    68052 |    64253      0 |      170 |        0
969.94/970.17	c  969s |      14 |    79208 |    68152 |    64253      0 |      170 |        0
972.04/972.24	c  971s |      14 |    79317 |    68252 |    64253      0 |      170 |        0
975.44/975.67	c  974s |      14 |    79518 |    68452 |    64253      0 |      170 |        0
977.85/978.03	c  977s |      14 |    79711 |    68652 |    64253      0 |      170 |        0
981.84/982.00	c  980s |      14 |    79935 |    68852 |    64253      0 |      170 |        0
984.45/984.69	c  983s |      14 |    80051 |    68952 |    64253      0 |      170 |        0
987.04/987.22	c  986s |      14 |    80166 |    69052 |    64253      0 |      170 |        0
989.64/989.88	c  988s |      14 |    80274 |    69152 |    64253      0 |      170 |        0
992.05/992.25	c  991s |      14 |    80392 |    69252 |    64253      0 |      170 |        0
994.94/995.12	c  994s |      14 |    80485 |    69352 |    64253      0 |      170 |        0
997.14/997.38	c  996s |      14 |    80585 |    69452 |    64253      0 |      170 |        0
1000.04/1000.21	c  999s |      14 |    80780 |    69652 |    64253      0 |      170 |        0
1002.05/1002.29	c 1001s |      14 |    80910 |    69752 |    64253      0 |      170 |        0
1005.44/1005.65	c 1004s |      14 |    81137 |    69952 |    64253      0 |      170 |        0
1008.44/1008.62	c 1007s |      14 |    81340 |    70152 |    64253      0 |      170 |        0
1011.34/1011.50	c 1010s |      14 |    81558 |    70352 |    64253      0 |      170 |        0
1014.34/1014.56	c 1013s |      14 |    81816 |    70552 |    64253      0 |      170 |        0
1016.94/1017.16	c 1016s |      14 |    82019 |    70752 |    64253      0 |      170 |        0
1019.64/1019.81	c 1018s |      14 |    82232 |    70952 |    64253      0 |      170 |        0
1022.94/1023.18	c 1022s |      14 |    82426 |    71152 |    64253      0 |      170 |        0
1026.14/1026.36	c 1025s |      14 |    82641 |    71352 |    64253      0 |      170 |        0
1029.03/1029.28	c 1028s |      14 |    82863 |    71552 |    64253      0 |      170 |        0
1032.13/1032.31	c 1031s |      14 |    83199 |    71752 |    64253      0 |      170 |        0
1035.93/1036.19	c 1035s |      14 |    83419 |    71952 |    64253      0 |      170 |        0
1039.03/1039.28	c 1038s |      14 |    83623 |    72152 |    64253      0 |      170 |        0
1042.23/1042.48	c 1041s |      14 |    83819 |    72352 |    64253      0 |      170 |        0
1045.33/1045.57	c 1044s |      14 |    84046 |    72552 |    64253      0 |      170 |        0
1047.63/1047.82	c 1046s |      14 |    84150 |    72652 |    64253      0 |      170 |        0
1051.32/1051.51	c 1050s |      14 |    84264 |    72752 |    64253      1 |      170 |        0
1053.92/1054.11	c 1053s |      14 |    84477 |    72952 |    64253      1 |      170 |        0
1058.13/1058.39	c 1057s |      14 |    84693 |    73152 |    64253      1 |      170 |        0
1062.02/1062.29	c 1061s |      14 |    84898 |    73352 |    64253      1 |      170 |        0
1065.03/1065.29	c 1064s |      14 |    85097 |    73552 |    64253      1 |      170 |        0
1067.83/1068.04	c 1067s |      14 |    85301 |    73752 |    64253      1 |      170 |        0
1070.14/1070.31	c 1069s |      14 |    85500 |    73952 |    64253      1 |      170 |        0
1072.73/1072.94	c 1071s |      14 |    85747 |    74152 |    64253      1 |      170 |        0
1074.93/1075.11	c 1074s |      14 |    85831 |    74252 |    64253      1 |      170 |        0
1078.23/1078.41	c 1077s |      14 |    86053 |    74452 |    64253      1 |      170 |        0
1081.23/1081.46	c 1080s |      14 |    86249 |    74652 |    64253      1 |      170 |        0
1083.63/1083.85	c 1082s |      14 |    86445 |    74852 |    64253      1 |      170 |        0
1086.03/1086.29	c 1085s |      14 |    86646 |    75052 |    64253      1 |      170 |        0
1090.03/1090.22	c 1089s |      14 |    86883 |    75252 |    64253      1 |      170 |        0
1093.23/1093.42	c 1092s |      14 |    87098 |    75452 |    64253      1 |      170 |        0
1096.42/1096.69	c 1095s |      14 |    87309 |    75652 |    64253      1 |      170 |        0
1099.02/1099.24	c 1098s |      14 |    87493 |    75852 |    64253      1 |      170 |        0
1102.22/1102.41	c 1101s |      14 |    87690 |    76052 |    64253      1 |      170 |        0
1105.22/1105.46	c 1104s |      14 |    87907 |    76252 |    64253      1 |      170 |        0
1107.92/1108.19	c 1107s |      14 |    88094 |    76452 |    64253      1 |      170 |        0
1111.31/1111.50	c 1110s |      14 |    88301 |    76652 |    64253      1 |      170 |        0
1113.81/1114.06	c 1113s |      14 |    88499 |    76852 |    64253      1 |      170 |        0
1116.21/1116.50	c 1115s |      14 |    88695 |    77052 |    64253      1 |      170 |        0
1119.62/1119.85	c 1118s |      14 |    88961 |    77252 |    64253      1 |      170 |        0
1122.21/1122.48	c 1121s |      14 |    89091 |    77352 |    64253      1 |      170 |        0
1125.41/1125.65	c 1124s |      14 |    89270 |    77552 |    64253      1 |      170 |        0
1128.21/1128.46	c 1127s |      14 |    89490 |    77752 |    64253      1 |      170 |        0
1131.51/1131.79	c 1130s |      14 |    89697 |    77952 |    64253      1 |      170 |        0
1135.71/1135.91	c 1134s |      14 |    89908 |    78152 |    64253      1 |      170 |        0
1138.21/1138.40	c 1137s |      14 |    90030 |    78252 |    64253      1 |      170 |        0
1140.20/1140.45	c 1139s |      14 |    90133 |    78352 |    64253      1 |      170 |        0
1143.00/1143.26	c 1142s |      14 |    90334 |    78552 |    64253      1 |      170 |        0
1145.40/1145.61	c 1144s |      14 |    90456 |    78652 |    64253      1 |      170 |        0
1147.60/1147.89	c 1146s |      14 |    90592 |    78752 |    64253      1 |      170 |        0
1150.70/1150.97	c 1149s |      14 |    90803 |    78952 |    64253      1 |      170 |        0
1153.00/1153.27	c 1152s |      14 |    91046 |    79152 |    64253      1 |      170 |        0
1155.60/1155.87	c 1154s |      14 |    91291 |    79352 |    64253      1 |      170 |        0
1158.30/1158.55	c 1157s |      14 |    91577 |    79552 |    64253      1 |      170 |        0
1161.89/1162.19	c 1161s |      14 |    91790 |    79752 |    64253      1 |      170 |        0
1165.29/1165.59	c 1164s |      14 |    92098 |    80052 |    64253      1 |      170 |        0
1167.49/1167.73	c 1166s |      14 |    92198 |    80152 |    64253      1 |      170 |        0
1170.30/1170.51	c 1169s |      14 |    92416 |    80352 |    64253      1 |      170 |        0
1172.69/1172.94	c 1171s |      14 |    92637 |    80552 |    64253      1 |      170 |        0
1174.99/1175.20	c 1174s |      14 |    92854 |    80752 |    64253      1 |      170 |        0
1177.19/1177.46	c 1176s |      14 |    93066 |    80952 |    64253      1 |      170 |        0
1179.58/1179.83	c 1178s |      14 |    93279 |    81152 |    64253      1 |      170 |        0
1182.29/1182.57	c 1181s |      14 |    93487 |    81352 |    64253      1 |      170 |        0
1185.38/1185.62	c 1184s |      14 |    93823 |    81652 |    64253      1 |      170 |        0
1187.68/1187.90	c 1186s |      14 |    94024 |    81852 |    64253      1 |      170 |        0
1190.88/1191.19	c 1190s |      14 |    94252 |    82052 |    64253      1 |      170 |        0
1193.08/1193.38	c 1192s |      14 |    94460 |    82252 |    64253      1 |      170 |        0
1195.89/1196.17	c 1195s |      14 |    94664 |    82452 |    64253      1 |      170 |        0
1198.49/1198.74	c 1197s |      14 |    94882 |    82652 |    64253      1 |      170 |        0
1201.98/1202.30	c 1201s |      14 |    95080 |    82852 |    64253      1 |      170 |        0
1205.28/1205.51	c 1204s |      14 |    95434 |    83052 |    64253      1 |      170 |        0
1207.28/1207.59	c 1206s |      14 |    95603 |    83152 |    64253      1 |      170 |        0
1210.48/1210.74	c 1209s |      14 |    95797 |    83352 |    64253      1 |      170 |        0
1213.98/1214.22	c 1213s |      14 |    96021 |    83552 |    64253      1 |      170 |        0
1216.18/1216.46	c 1215s |      14 |    96120 |    83652 |    64253      1 |      170 |        0
1219.68/1219.98	c 1218s |      14 |    96330 |    83852 |    64253      1 |      170 |        0
1222.07/1222.38	c 1221s |      14 |    96448 |    83952 |    64253      1 |      170 |        0
1225.97/1226.22	c 1225s |      14 |    96659 |    84152 |    64253      1 |      170 |        0
1228.37/1228.65	c 1227s |      14 |    96771 |    84252 |    64253      1 |      170 |        0
1232.07/1232.31	c 1231s |      14 |    96978 |    84452 |    64253      1 |      170 |        0
1234.07/1234.39	c 1233s |      14 |    97093 |    84552 |    64253      1 |      170 |        0
1237.66/1237.94	c 1236s |      14 |    97299 |    84752 |    64253      1 |      170 |        0
1242.16/1242.44	c 1241s |      14 |    97507 |    84952 |    64253      1 |      170 |        0
1245.06/1245.32	c 1244s |      14 |    97712 |    85152 |    64253      1 |      170 |        0
1247.16/1247.41	c 1246s |      14 |    97906 |    85352 |    64253      1 |      170 |        0
1249.76/1250.06	c 1249s |      14 |    98107 |    85552 |    64253      1 |      170 |        0
1251.95/1252.26	c 1251s |      14 |    98326 |    85752 |    64253      1 |      170 |        0
1256.06/1256.35	c 1255s |      14 |    98537 |    85952 |    64253      1 |      170 |        0
1258.16/1258.45	c 1257s |      14 |    98653 |    86052 |    64253      1 |      170 |        0
1261.55/1261.84	c 1260s |      14 |    98851 |    86252 |    64253      1 |      170 |        0
1263.84/1264.12	c 1263s |      14 |    98970 |    86352 |    64253      1 |      170 |        0
1265.95/1266.22	c 1265s |      14 |    99083 |    86452 |    64253      1 |      170 |        0
1268.74/1269.09	c 1268s |      14 |    99292 |    86652 |    64253      1 |      170 |        0
1273.24/1273.51	c 1272s |      14 |    99498 |    86852 |    64253      1 |      170 |        0
1276.54/1276.83	c 1275s |      14 |    99761 |    87052 |    70679      1 |      170 |        0
1279.24/1279.50	c 1278s |      14 |    99868 |    87152 |    70679      1 |      170 |        0
1281.24/1281.60	c 1280s |      14 |    99980 |    87252 |    70679      1 |      170 |        0
1283.83/1284.13	c 1283s |      14 |   100169 |    87452 |    70679      1 |      170 |        0
1286.03/1286.30	c 1285s |      15 |   100349 |    87632 |    70679      1 |      170 |        0
1288.73/1289.05	c 1288s |      15 |   100663 |    87832 |    70679      1 |      170 |        0
1291.73/1292.09	c 1291s |      15 |   101017 |    88132 |    70679      1 |      170 |        0
1294.44/1294.73	c 1293s |      15 |   101244 |    88332 |    70679      1 |      170 |        0
1297.03/1297.34	c 1296s |      15 |   101505 |    88532 |    70679      1 |      170 |        0
1300.03/1300.39	c 1299s |      15 |   101788 |    88732 |    70679      1 |      170 |        0
1302.32/1302.67	c 1301s |      15 |   101978 |    88932 |    70679      1 |      170 |        0
1305.32/1305.64	c 1304s |      15 |   102225 |    89132 |    70679      1 |      170 |        0
1308.12/1308.41	c 1307s |      15 |   102457 |    89332 |    70679      1 |      170 |        0
1311.02/1311.33	c 1310s |      15 |   102722 |    89532 |    70679      1 |      170 |        0
1313.12/1313.47	c 1312s |      15 |   102859 |    89632 |    70679      1 |      170 |        0
1316.31/1316.69	c 1315s |      15 |   103080 |    89832 |    70679      1 |      170 |        0
1319.91/1320.26	c 1319s |      15 |   103350 |    90032 |    70679      1 |      170 |        0
1323.02/1323.39	c 1322s |      15 |   103652 |    90232 |    70679      1 |      170 |        0
1326.11/1326.49	c 1325s |      15 |   103853 |    90432 |    70679      1 |      170 |        0
1329.72/1330.02	c 1329s |      15 |   104088 |    90632 |    70679      1 |      170 |        0
1332.91/1333.30	c 1332s |      15 |   104305 |    90832 |    70679      1 |      170 |        0
1336.00/1336.38	c 1335s |      15 |   104650 |    91032 |    70679      1 |      170 |        0
1338.30/1338.60	c 1337s |      15 |   104745 |    91132 |    70679      1 |      170 |        0
1340.40/1340.71	c 1339s |      15 |   104852 |    91232 |    70679      1 |      170 |        0
1343.60/1343.91	c 1342s |      15 |   105061 |    91432 |    70679      1 |      170 |        0
1346.00/1346.32	c 1345s |      15 |   105261 |    91632 |    70679      1 |      170 |        0
1349.70/1350.06	c 1349s |      15 |   105479 |    91832 |    70679      1 |      170 |        0
1353.29/1353.64	c 1352s |      15 |   105674 |    92032 |    70679      1 |      170 |        0
1357.20/1357.54	c 1356s |      15 |   105902 |    92232 |    70679      1 |      170 |        0
1360.79/1361.11	c 1360s |      15 |   106101 |    92432 |    70679      1 |      170 |        0
1365.09/1365.48	c 1364s |      15 |   106342 |    92632 |    70679      1 |      170 |        0
1367.69/1368.01	c 1367s |      15 |   106441 |    92732 |    70679      1 |      170 |        0
1371.58/1371.94	c 1370s |      15 |   106645 |    92932 |    70679      1 |      170 |        0
1374.98/1375.34	c 1374s |      15 |   106865 |    93132 |    70679      1 |      170 |        0
1377.38/1377.77	c 1376s |      15 |   106976 |    93232 |    70679      1 |      170 |        0
1380.48/1380.86	c 1379s |      15 |   107168 |    93432 |    70679      1 |      170 |        0
1382.68/1383.08	c 1382s |      15 |   107368 |    93632 |    70679      1 |      170 |        0
1386.78/1387.15	c 1386s |      15 |   107611 |    93832 |    70679      1 |      170 |        0
1388.98/1389.34	c 1388s |      15 |   107704 |    93932 |    70679      1 |      170 |        0
1392.28/1392.66	c 1391s |      15 |   107911 |    94132 |    70679      1 |      170 |        0
1394.87/1395.20	c 1394s |      15 |   107996 |    94232 |    70679      1 |      170 |        0
1398.07/1398.41	c 1397s |      15 |   108115 |    94332 |    70679      1 |      170 |        0
1401.17/1401.59	c 1400s |      15 |   108213 |    94432 |    70679      1 |      170 |        0
1404.26/1404.63	c 1403s |      15 |   108332 |    94532 |    70679      1 |      170 |        0
1406.76/1407.16	c 1406s |      15 |   108436 |    94632 |    70679      1 |      170 |        0
1410.76/1411.13	c 1410s |      15 |   108664 |    94832 |    70679      1 |      170 |        0
1413.36/1413.71	c 1412s |      15 |   108796 |    94932 |    70679      1 |      170 |        0
1416.06/1416.48	c 1415s |      15 |   108894 |    95032 |    70679      1 |      170 |        0
1419.87/1420.28	c 1419s |      15 |   109082 |    95232 |    70679      1 |      170 |        0
1423.26/1423.69	c 1422s |      15 |   109289 |    95432 |    70679      1 |      170 |        0
1425.66/1426.01	c 1425s |      15 |   109499 |    95632 |    70679      1 |      170 |        0
1429.36/1429.74	c 1428s |      15 |   109727 |    95832 |    70679      1 |      170 |        0
1433.16/1433.55	c 1432s |      15 |   109933 |    96032 |    70679      1 |      170 |        0
1436.46/1436.80	c 1435s |      15 |   110202 |    96232 |    70679      1 |      170 |        0
1439.46/1439.82	c 1438s |      15 |   110304 |    96332 |    70679      1 |      170 |        0
1442.76/1443.10	c 1442s |      15 |   110442 |    96432 |    70679      1 |      170 |        0
1445.66/1446.06	c 1445s |      15 |   110562 |    96532 |    70679      1 |      170 |        0
1448.36/1448.80	c 1447s |      15 |   110677 |    96632 |    70679      1 |      170 |        0
1450.66/1451.01	c 1450s |      15 |   110783 |    96732 |    70679      1 |      170 |        0
1455.15/1455.59	c 1454s |      15 |   111121 |    96932 |    70679      1 |      170 |        0
1457.95/1458.34	c 1457s |      15 |   111270 |    97032 |    70679      1 |      170 |        0
1460.35/1460.75	c 1459s |      15 |   111356 |    97132 |    70679      1 |      170 |        0
1463.35/1463.70	c 1462s |      15 |   111477 |    97232 |    70679      1 |      170 |        0
1466.55/1466.98	c 1465s |      15 |   111690 |    97432 |    70679      1 |      170 |        0
1468.95/1469.39	c 1468s |      15 |   111886 |    97632 |    70679      1 |      170 |        0
1472.95/1473.33	c 1472s |      15 |   112089 |    97832 |    70679      1 |      170 |        0
1475.76/1476.17	c 1475s |      15 |   112224 |    97932 |    70679      1 |      170 |        0
1479.27/1479.62	c 1478s |      15 |   112302 |    98032 |    70679      1 |      170 |        0
1481.86/1482.26	c 1481s |      15 |   112434 |    98132 |    70679      1 |      170 |        0
1483.96/1484.35	c 1483s |      15 |   112532 |    98232 |    70679      1 |      170 |        0
1487.66/1488.05	c 1487s |      15 |   112725 |    98432 |    70679      1 |      170 |        0
1489.76/1490.11	c 1489s |      15 |   112839 |    98532 |    70679      1 |      170 |        0
1491.76/1492.13	c 1491s |      15 |   112977 |    98632 |    70679      1 |      170 |        0
1494.56/1494.93	c 1493s |      15 |   113184 |    98832 |    70679      1 |      170 |        0
1497.36/1497.71	c 1496s |      15 |   113393 |    99032 |    70679      1 |      170 |        0
1499.76/1500.19	c 1499s |      15 |   113618 |    99232 |    70679      1 |      170 |        0
1502.76/1503.10	c 1502s |      15 |   113827 |    99432 |    70679      1 |      170 |        0
1505.66/1506.03	c 1505s |      15 |   114075 |    99632 |    70679      1 |      170 |        0
1508.96/1509.33	c 1508s |      15 |   114405 |    99932 |    70679      1 |      170 |        0
1511.36/1511.72	c 1510s |      15 |   114607 |   100132 |    70679      1 |      170 |        0
1514.95/1515.30	c 1514s |      15 |   114928 |   100432 |    70679      1 |      170 |        0
1517.95/1518.32	c 1517s |      15 |   115230 |   100732 |    70679      1 |      170 |        0
1520.25/1520.60	c 1519s |      15 |   115537 |   101032 |    70679      1 |      170 |        0
1522.75/1523.17	c 1522s |      15 |   115853 |   101332 |    70679      1 |      170 |        0
1525.15/1525.52	c 1524s |      15 |   116159 |   101632 |    70679      1 |      170 |        0
1527.75/1528.10	c 1527s |      15 |   116460 |   101932 |    70679      1 |      170 |        0
1531.25/1531.68	c 1530s |      15 |   116775 |   102232 |    70679      1 |      170 |        0
1533.55/1533.93	c 1532s |      15 |   116991 |   102432 |    70679      1 |      170 |        0
1535.75/1536.11	c 1535s |      15 |   117202 |   102632 |    70679      1 |      170 |        0
1538.15/1538.51	c 1537s |      15 |   117403 |   102832 |    70679      1 |      170 |        0
1540.76/1541.19	c 1540s |      15 |   117710 |   103132 |    70679      1 |      170 |        0
1543.55/1543.94	c 1542s |      15 |   117921 |   103332 |    70679      1 |      170 |        0
1546.36/1546.74	c 1545s |      15 |   118132 |   103532 |    70679      1 |      170 |        0
1549.45/1549.81	c 1548s |      15 |   118331 |   103732 |    70679      1 |      170 |        0
1552.55/1552.94	c 1551s |      15 |   118542 |   103932 |    70679      1 |      170 |        0
1555.65/1556.04	c 1555s |      15 |   118744 |   104132 |    70679      1 |      170 |        0
1559.15/1559.57	c 1558s |      15 |   118988 |   104332 |    70679      1 |      170 |        0
1561.75/1562.18	c 1561s |      15 |   119190 |   104532 |    70679      1 |      170 |        0
1564.45/1564.86	c 1563s |      15 |   119400 |   104732 |    70679      1 |      170 |        0
1567.15/1567.57	c 1566s |      15 |   119706 |   105032 |    70679      1 |      170 |        0
1569.64/1570.04	c 1569s |      15 |   119908 |   105232 |    70679      1 |      170 |        0
1572.34/1572.72	c 1571s |      15 |   120117 |   105432 |    70679      1 |      170 |        0
1575.04/1575.43	c 1574s |      15 |   120423 |   105732 |    70679      1 |      170 |        0
1577.94/1578.31	c 1577s |      15 |   120639 |   105932 |    70679      1 |      170 |        0
1580.64/1581.06	c 1580s |      15 |   120851 |   106132 |    70679      1 |      170 |        0
1583.24/1583.63	c 1582s |      15 |   121058 |   106332 |    70679      1 |      170 |        0
1586.74/1587.10	c 1586s |      15 |   121260 |   106532 |    70679      1 |      170 |        0
1589.64/1590.04	c 1589s |      15 |   121463 |   106732 |    70679      1 |      170 |        0
1593.44/1593.87	c 1592s |      15 |   121680 |   106932 |    70679      1 |      170 |        0
1596.24/1596.66	c 1595s |      15 |   121887 |   107132 |    70679      1 |      170 |        0
1598.74/1599.18	c 1598s |      15 |   122104 |   107332 |    70679      1 |      170 |        0
1601.44/1601.83	c 1600s |      15 |   122316 |   107532 |    70679      1 |      170 |        0
1603.74/1604.12	c 1603s |      15 |   122526 |   107732 |    70679      1 |      170 |        0
1607.44/1607.80	c 1606s |      15 |   122730 |   107932 |    70679      1 |      170 |        0
1609.94/1610.31	c 1609s |      15 |   122938 |   108132 |    70679      1 |      170 |        0
1612.83/1613.27	c 1612s |      15 |   123234 |   108432 |    70679      1 |      170 |        0
1615.03/1615.48	c 1614s |      15 |   123454 |   108632 |    70679      1 |      170 |        0
1617.43/1617.88	c 1616s |      15 |   123709 |   108832 |    70679      1 |      170 |        0
1620.83/1621.26	c 1620s |      15 |   123915 |   109032 |    70679      1 |      170 |        0
1623.13/1623.55	c 1622s |      15 |   124112 |   109232 |    70679      1 |      170 |        0
1625.93/1626.34	c 1625s |      15 |   124327 |   109432 |    70679      1 |      170 |        0
1629.43/1629.86	c 1628s |      15 |   124522 |   109632 |    70679      1 |      170 |        0
1631.53/1631.91	c 1630s |      15 |   124635 |   109732 |    70679      1 |      170 |        0
1635.13/1635.54	c 1634s |      15 |   124837 |   109932 |    70679      1 |      170 |        0
1638.64/1639.04	c 1638s |      15 |   125039 |   110132 |    70679      1 |      170 |        0
1641.53/1641.94	c 1640s |      15 |   125268 |   110332 |    70679      1 |      170 |        0
1644.14/1644.56	c 1643s |      15 |   125459 |   110532 |    70679      1 |      170 |        0
1646.44/1646.83	c 1645s |      15 |   125682 |   110732 |    70679      1 |      170 |        0
1648.83/1649.23	c 1648s |      15 |   125771 |   110832 |    70679      1 |      170 |        0
1651.33/1651.79	c 1650s |      15 |   125992 |   111032 |    70679      1 |      170 |        0
1654.13/1654.58	c 1653s |      15 |   126190 |   111232 |    70679      1 |      170 |        0
1657.33/1657.74	c 1656s |      15 |   126408 |   111432 |    70679      1 |      170 |        0
1659.53/1659.92	c 1658s |      15 |   126617 |   111632 |    70679      1 |      170 |        0
1661.73/1662.11	c 1661s |      15 |   126823 |   111832 |    70679      1 |      170 |        0
1664.33/1664.74	c 1663s |      15 |   127048 |   112032 |    70679      1 |      170 |        0
1666.72/1667.10	c 1666s |      15 |   127267 |   112232 |    70679      1 |      170 |        0
1669.32/1669.76	c 1668s |      15 |   127560 |   112532 |    70679      1 |      170 |        0
1671.32/1671.77	c 1670s |      15 |   127767 |   112732 |    70679      1 |      170 |        0
1673.32/1673.78	c 1672s |      15 |   127960 |   112932 |    70679      1 |      170 |        0
1675.82/1676.23	c 1675s |      15 |   128171 |   113132 |    70679      1 |      170 |        0
1678.02/1678.47	c 1677s |      15 |   128514 |   113332 |    70679      1 |      170 |        0
1680.32/1680.77	c 1679s |      15 |   128723 |   113532 |    70679      1 |      170 |        0
1683.42/1683.84	c 1682s |      15 |   128936 |   113732 |    70679      1 |      170 |        0
1685.93/1686.39	c 1685s |      15 |   129134 |   113932 |    70679      1 |      170 |        0
1689.02/1689.40	c 1688s |      15 |   129351 |   114132 |    70679      1 |      170 |        0
1691.82/1692.29	c 1691s |      15 |   129558 |   114332 |    70679      1 |      170 |        0
1694.02/1694.44	c 1693s |      15 |   129766 |   114532 |    70679      1 |      170 |        0
1696.72/1697.14	c 1696s |      15 |   129964 |   114732 |    70679      1 |      170 |        0
1698.92/1699.31	c 1698s |      15 |   130162 |   114932 |    70679      1 |      170 |        0
1702.43/1702.87	c 1701s |      15 |   130369 |   115132 |    70679      1 |      170 |        0
1705.02/1705.47	c 1704s |      15 |   130482 |   115232 |    70679      1 |      170 |        0
1709.03/1709.44	c 1708s |      15 |   130770 |   115432 |    70679      1 |      170 |        0
1711.92/1712.33	c 1711s |      15 |   130964 |   115632 |    70679      1 |      170 |        0
1718.62/1719.00	c 1717s |      15 |   131074 |   115732 |    70679      2 |      170 |        0
1720.82/1721.27	c 1720s |      15 |   131192 |   115832 |    70679      2 |      170 |        0
1723.82/1724.23	c 1723s |      15 |   131391 |   116032 |    70679      2 |      170 |        0
1726.73/1727.13	c 1726s |      15 |   131617 |   116232 |    70679      2 |      170 |        0
1730.22/1730.65	c 1729s |      15 |   131830 |   116432 |    70679      2 |      170 |        0
1732.92/1733.34	c 1732s |      15 |   132067 |   116632 |    70679      2 |      170 |        0
1735.42/1735.83	c 1734s |      15 |   132314 |   116832 |    70679      2 |      170 |        0
1738.12/1738.56	c 1737s |      15 |   132636 |   117132 |    70679      2 |      170 |        0
1740.42/1740.84	c 1739s |      15 |   132849 |   117332 |    70679      2 |      170 |        0
1743.02/1743.41	c 1742s |      15 |   133186 |   117632 |    70679      2 |      170 |        0
1745.52/1745.94	c 1744s |      15 |   133410 |   117832 |    70679      2 |      170 |        0
1747.52/1747.96	c 1746s |      15 |   133628 |   118032 |    70679      2 |      170 |        0
1749.62/1750.08	c 1749s |      15 |   133831 |   118232 |    70679      2 |      170 |        0
1751.92/1752.33	c 1751s |      15 |   134041 |   118432 |    70679      2 |      170 |        0
1755.51/1755.97	c 1754s |      15 |   134365 |   118732 |    70679      2 |      170 |        0
1757.81/1758.25	c 1757s |      15 |   134572 |   118932 |    70679      2 |      170 |        0
1760.61/1761.10	c 1760s |      15 |   134806 |   119132 |    70679      2 |      170 |        0
1764.21/1764.66	c 1763s |      15 |   135009 |   119332 |    70679      2 |      170 |        0
1767.71/1768.18	c 1767s |      15 |   135211 |   119532 |    70679      2 |      170 |        0
1770.21/1770.62	c 1769s |      15 |   135520 |   119832 |    70679      2 |      170 |        0
1773.11/1773.51	c 1772s |      15 |   135818 |   120132 |    70679      2 |      170 |        0
1775.21/1775.65	c 1774s |      15 |   136020 |   120332 |    70679      2 |      170 |        0
1777.22/1777.68	c 1776s |      15 |   136213 |   120532 |    70679      2 |      170 |        0
1780.11/1780.53	c 1779s |      15 |   136331 |   120632 |    70679      2 |      170 |        0
1783.92/1784.37	c 1783s |      15 |   136572 |   120832 |    70679      2 |      170 |        0
1787.41/1787.84	c 1786s |      15 |   136798 |   121032 |    70679      2 |      170 |        0
1791.01/1791.48	c 1790s |      15 |   137024 |   121232 |    70679      2 |      170 |        0
1793.31/1793.77	c 1792s |      15 |   137244 |   121432 |    70679      2 |      170 |        0
1795.61/1796.03	c 1795s |      15 |   137466 |   121632 |    70679      2 |      170 |        0
1797.71/1798.14	c 1797s |      15 |   137698 |   121832 |    70679      2 |      170 |        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-4079313-1465332676/watcher-4079313-1465332676 -o /tmp/evaluation-result-4079313-1465332676/solver-4079313-1465332676 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079313-1465332676.opb 

pid=21903
running on 4 cores: 0,2,4,6

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: 2.35 2.33 2.28 4/179 21906
/proc/meminfo: memFree=29464124/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 2673 0 0 0 0 0 0 0 20 0 4 0 115199945 734457856 3035 33554432000 4194304 16246674 140734210941952 140734210941376 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 179823 3045 441 2943 0 176717 0
[pid=21906/tid=21907] ppid=21903 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 752283648 3103 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 756477952 3120 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115199945 760672256 3137 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.35 2.33 2.28 4/179 21906
/proc/meminfo: memFree=29464124/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 29798 0 0 0 5 4 0 0 20 0 4 0 115199945 1334382592 30097 33554432000 4194304 16246674 140734210941952 140734210941264 12752373 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 325777 30112 800 2943 0 322671 0
[pid=21906/tid=21907] ppid=21903 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1334382592 30123 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1334382592 30134 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1334382592 30145 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200523 s]
/proc/loadavg: 2.35 2.33 2.28 4/179 21906
/proc/meminfo: memFree=29464124/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 48005 0 0 0 13 6 0 0 20 0 4 0 115199945 1344868352 48815 33554432000 4194304 16246674 140734210941952 140734210941264 7364033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 328337 48815 800 2943 0 325231 0
[pid=21906/tid=21907] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 48815 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 48815 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 48815 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300496 s]
/proc/loadavg: 2.35 2.33 2.28 4/179 21906
/proc/meminfo: memFree=29464124/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 56103 0 0 0 22 7 0 0 20 0 4 0 115199945 1344868352 56913 33554432000 4194304 16246674 140734210941952 140734210941264 6954049 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 328337 56913 838 2943 0 325231 0
[pid=21906/tid=21907] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 56913 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 56913 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 56913 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700409 s]
/proc/loadavg: 2.35 2.33 2.28 4/179 21906
/proc/meminfo: memFree=29464124/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 107741 0 0 0 54 15 0 0 20 0 4 0 115199945 1344868352 108552 33554432000 4194304 16246674 140734210941952 140734210941264 5573089 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 328337 108559 839 2943 0 325231 0
[pid=21906/tid=21907] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 108564 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 108569 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1344868352 108573 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.33 2.32 2.28 4/183 21910
/proc/meminfo: memFree=28972024/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=1.49 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122599 0 0 0 132 17 0 0 20 0 4 0 115199945 1368985600 123409 33554432000 4194304 16246674 140734210941952 140734210923840 13954515 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123409 888 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123409 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123409 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123409 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1336900

[startup+3.10041 s]
/proc/loadavg: 2.33 2.32 2.28 3/183 21910
/proc/meminfo: memFree=28971404/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=3.09 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122601 0 0 0 292 17 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140734210923840 5721677 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123411 890 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30041 s]
/proc/loadavg: 2.33 2.32 2.28 3/183 21910
/proc/meminfo: memFree=28971284/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=6.29 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122601 0 0 0 612 17 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140734210941128 5827728 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123411 890 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1336900

[startup+12.7004 s]
/proc/loadavg: 2.28 2.31 2.27 3/183 21910
/proc/meminfo: memFree=28971184/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=12.69 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122601 0 0 0 1252 17 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140734210923840 5829844 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123411 890 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123411 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1336900

[startup+25.5005 s]
/proc/loadavg: 2.38 2.33 2.28 3/183 21910
/proc/meminfo: memFree=28716596/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=25.48 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122605 0 0 0 2531 17 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140734210923840 12483348 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123415 894 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1336900

[startup+51.1005 s]
/proc/loadavg: 2.31 2.32 2.27 3/183 21910
/proc/meminfo: memFree=28668192/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=51.08 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122605 0 0 0 5091 17 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140734210923840 13780585 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123415 894 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123415 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1336900

[startup+102.3 s]
/proc/loadavg: 2.28 2.31 2.27 3/183 21911
/proc/meminfo: memFree=28635748/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1336900 CPUtime=102.28 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 122606 0 0 0 10211 17 0 0 20 0 4 0 115199945 1368985600 123416 33554432000 4194304 16246674 140734210941952 140734210923840 5601647 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 334225 123416 895 2943 0 331119 0
[pid=21906/tid=21907] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123416 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123416 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1336900 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1368985600 123416 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1336900


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

/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1342020

[startup+1302.3 s]
/proc/loadavg: 2.35 2.32 2.28 4/183 22012
/proc/meminfo: memFree=28668168/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1302.02 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151375 0 0 0 130175 27 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 6836773 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 1342020

[startup+1362.3 s]
/proc/loadavg: 2.34 2.32 2.28 3/183 22013
/proc/meminfo: memFree=28668204/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1361.99 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151406 0 0 0 136172 27 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5822492 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 1342020

[startup+1422.3 s]
/proc/loadavg: 2.31 2.32 2.27 3/183 22014
/proc/meminfo: memFree=28632720/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1421.97 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151435 0 0 0 142170 27 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1342020

[startup+1482.3 s]
/proc/loadavg: 2.32 2.32 2.27 3/183 22016
/proc/meminfo: memFree=28473196/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1481.96 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151435 0 0 0 148168 28 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1342020

[startup+1542.31 s]
/proc/loadavg: 2.20 2.29 2.27 3/183 22017
/proc/meminfo: memFree=28270240/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1541.96 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151435 0 0 0 154168 28 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1342020

[startup+1602.3 s]
/proc/loadavg: 2.34 2.31 2.27 3/183 22018
/proc/meminfo: memFree=28173548/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1601.94 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151435 0 0 0 160166 28 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5711318 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1342020

[startup+1662.3 s]
/proc/loadavg: 2.17 2.26 2.26 3/183 22019
/proc/meminfo: memFree=28060424/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1342020 CPUtime=1661.93 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 151435 0 0 0 166165 28 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140734210923840 5711680 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 335505 277259 900 2943 0 332399 0
[pid=21906/tid=21907] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1342020 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1374228480 277259 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1342020

[startup+1722.3 s]
/proc/loadavg: 2.17 2.24 2.25 3/183 22020
/proc/meminfo: memFree=28053388/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1349188 CPUtime=1721.92 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 153227 0 0 0 172163 29 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140734210923840 5711801 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 337297 279051 900 2943 0 334191 0
[pid=21906/tid=21907] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.24 2.26 2.26 3/184 22025
/proc/meminfo: memFree=28053088/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1349188 CPUtime=1781.91 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 153227 0 0 0 178162 29 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140734210923840 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 337297 279051 900 2943 0 334191 0
[pid=21906/tid=21907] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.26 2.26 3/183 22026
/proc/meminfo: memFree=28053396/32872528 swapFree=16636/1570076
[pid=21906] ppid=21903 vsize=1349188 CPUtime=1800.01 cores=0,2,4,6
/proc/21906/stat : 21906 (toysat) R 21903 21906 2168 0 -1 4202496 153227 0 0 0 179972 29 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140734210923840 5722960 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21906/statm: 337297 279051 900 2943 0 334191 0
[pid=21906/tid=21907] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21907/stat : 21907 (toysat) S 21903 21906 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722337459440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=21906/tid=21908] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21908/stat : 21908 (toysat) S 21903 21906 2168 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722254621936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=21906/tid=21909] ppid=21903 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/21906/task/21909/stat : 21909 (toysat) S 21903 21906 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115199945 1381568512 279051 33554432000 4194304 16246674 140734210941952 140722244148400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1349188

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 21906 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.41
CPU time (s): 1800.02
CPU user time (s): 1799.73
CPU system time (s): 0.294955
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.294955
maximum resident set size= 1116204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153227
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= 184
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1225 second user time and 10.5934 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 22:51:16
IDJOB=4079313
IDBENCH=92733
IDSOLVER=2542
FILE ID=node140/4079313-1465332676
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat85_4_27_5.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079313-1465332676/watcher-4079313-1465332676 -o /tmp/evaluation-result-4079313-1465332676/solver-4079313-1465332676 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079313-1465332676.opb

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

MD5SUM BENCH= f3813b86973df1eedcf86494ca06b423
RANDOM SEED=1698132515

node140.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.768
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.53
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.768
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.768
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.55
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.768
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.56
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.768
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.768
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.55
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.768
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.55
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29464132 kB
Buffers:           66820 kB
Cached:           215496 kB
SwapCached:         1660 kB
Active:           942596 kB
Inactive:         145492 kB
Active(anon):     801052 kB
Inactive(anon):     6668 kB
Active(file):     141544 kB
Inactive(file):   138824 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             17488 kB
Writeback:             0 kB
AnonPages:       2536708 kB
Mapped:            10800 kB
Shmem:                 0 kB
Slab:             613996 kB
SReclaimable:      57988 kB
SUnreclaim:       556008 kB
KernelStack:        1520 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2809292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1724416 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= 71708 MiB
End job on node140 at 2016-06-07 23:21:16