Trace number 4079287

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.01 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_2.opb
MD5SUMf93bc86ebde6b06b59a0e975321ccaef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8525853
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 178453547
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 203583486200
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 178453547
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 203583486200
Number of bits of the biggest sum of numbers38
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:35:17+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-4079287-1465331717.opb"]
0.00/0.01	c use --random-gen="1990692580 1542923426 160850595 852027469 1665018675 3146867980 90995660 526401259 1046383679 723880424 952159543 1619511049 1676326870 3876549349 1298122184 1670783813 3246211684 3181012127 17881232 1232773845 3265013685 4270588831 1928459800 3643452438 3865293321 719378259 3998723433 3241238406 3413621559 3488598122 3991340148 3796301269 2209400856 2737605201 1870001494 2904138114 2282088324 2837647043 3725780592 2309012389 3228742640 353536146 1574651104 2102756252 1244327629 3523005888 1204369582 785260929 3126650307 2474390991 2022347396 1722011026 2913152979 4006236075 2488951400 438225141 34164690 2508165634 3315269585 3257743012 34792100 2893576169 1594002734 3446015978 3043474418 1437797490 451037782 2959076773 2320555016 2297483855 2531661892 3983527289 731641110 2159766997 3948039123 106646227 520894383 2271505362 3231815384 3823497162 1194367217 2646371451 3335962671 1075358807 2472652833 689836870 477859564 1751497681 595725806 2848102550 240156160 1012458036 1026062933 1944645624 464472403 1511246787 3499809717 3083425960 1757114135 1581059934 163042765 963159969 3105291900 2593045425 2173603275 3287013943 1240625816 2648807701 1756255396 115729494 3628409064 605216822 3954101622 3323873141 870154340 2552887055 2605264178 3294446873 4232657968 2229080806 3459402398 642510439 3557332772 2282421639 1029663637 3339168126 2149779551 179697524 1992526472 998563713 2053490303 2621538823 698728222 1636049184 870065898 2068174976 3019377505 166134087 4277762988 358495681 669012557 4095871898 3371758461 4193607548 1134500241 2922909903 1469696896 720535624 1072233166 3065139024 793009833 3354323122 2867441184 3322015644 347926137 1127600791 497220855 41424595 2705546192 3395966986 2916433854 197900386 3388560167 2676103085 549172760 2601555448 1344036686 1127639385 3273434488 558613890 4186961823 4078619928 1192024952 2694683802 2020687403 3190846609 3228432031 1872761003 3954564670 2132321200 1113917493 1438303453 4204449294 2012379456 3524851512 2670661341 1733650707 4101643862 785293147 2276732171 779850748 4112155872 3842861819 865116335 2696052645 1035509670 2816312503 2343973010 582910526 2834817149 2583128055 2268166443 194054864 2644027297 4184639959 3279409559 987308263 544194198 3862598269 203042522 3067025395 1751423614 1009036393 2802471767 1556272451 3484720303 4045710215 2409547144 86447749 3345416813 2392265343 3978842128 1539767173 2227670441 3829316768 2941543531 2241292288 3793779487 3310770237 3955075575 1829743406 217927608 1369926325 2504929844 330789986 1813497604 841535280 2047131031 3629585314 1135573704 1385245808 3297577359 1781696451 2606703841 53411317 256188921 939777066 4098525487 872005167 1990977352 404100441 654690307 863907017 235471639 2105025568 1910773673 255 362436" option to reproduce the execution
0.29/0.35	c #vars 20200
0.29/0.35	c #constraints 30206
1.38/1.45	c BCD2: Hardening is enabled.
1.38/1.45	c BCD2: BiasedSearch is enabled.
1.38/1.45	c Solving starts ...
1.38/1.45	c ============================[ Search Statistics ]============================
1.38/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.45	c =============================================================================
1.38/1.47	c  0.0s |       0 |        0 |        0 |    23402      0 |      200 |        0
2.08/2.14	c  0.7s |       1 |      180 |      100 |    23402      0 |      200 |        0
5.59/5.68	c  4.2s |       1 |     1898 |      200 |    25743      0 |      200 |        0
6.98/7.00	c  5.5s |       2 |     1932 |      250 |    25743      0 |      200 |        0
10.58/10.63	c  9.2s |       2 |     2161 |      350 |    28318      0 |      200 |        0
14.18/14.23	c 12.8s |       2 |     2310 |      450 |    28318      0 |      200 |        0
14.88/14.90	c 13.4s |       3 |     2333 |      475 |    28318      0 |      200 |        0
17.68/17.79	c 16.3s |       3 |     2547 |      575 |    31150      0 |      200 |        0
21.38/21.43	c 20.0s |       3 |     2765 |      775 |    31150      0 |      200 |        0
22.88/22.93	c 21.5s |       4 |     2805 |      813 |    31150      0 |      200 |        0
26.08/26.19	c 24.7s |       4 |     3009 |      913 |    34265      0 |      200 |        0
29.28/29.37	c 27.9s |       4 |     3134 |     1013 |    34265      0 |      200 |        0
33.47/33.52	c 32.1s |       4 |     3242 |     1113 |    34265      0 |      200 |        0
37.48/37.54	c 36.1s |       4 |     3308 |     1213 |    34265      0 |      200 |        0
40.57/40.69	c 39.2s |       4 |     3422 |     1313 |    34265      0 |      200 |        0
40.87/40.93	c 39.5s |       5 |     3422 |     1320 |    34265      0 |      200 |        0
43.88/43.93	c 42.5s |       5 |     3699 |     1420 |    37692      0 |      200 |        0
46.38/46.46	c 45.0s |       5 |     3811 |     1520 |    37692      0 |      200 |        0
50.59/50.67	c 49.2s |       5 |     4016 |     1720 |    37692      0 |      200 |        0
52.79/52.85	c 51.4s |       5 |     4108 |     1820 |    37692      0 |      200 |        0
55.09/55.15	c 53.7s |       5 |     4210 |     1920 |    37692      0 |      200 |        0
57.08/57.15	c 55.7s |       5 |     4383 |     2020 |    37692      0 |      200 |        0
59.08/59.13	c 57.7s |       6 |     4467 |     2081 |    41462      0 |      200 |        0
61.69/61.78	c 60.3s |       6 |     4644 |     2181 |    41462      0 |      200 |        0
64.38/64.40	c 62.9s |       6 |     4768 |     2281 |    41462      0 |      200 |        0
66.48/66.52	c 65.1s |       6 |     4870 |     2381 |    41462      0 |      200 |        0
69.38/69.46	c 68.0s |       6 |     5096 |     2581 |    41462      0 |      200 |        0
73.07/73.18	c 71.7s |       6 |     5286 |     2781 |    41462      0 |      200 |        0
75.88/75.95	c 74.5s |       6 |     5392 |     2881 |    41462      0 |      200 |        0
77.97/78.02	c 76.5s |       6 |     5505 |     2981 |    41462      0 |      200 |        0
80.07/80.14	c 78.7s |       6 |     5613 |     3081 |    41462      0 |      200 |        0
82.27/82.33	c 80.9s |       6 |     5717 |     3181 |    41462      0 |      200 |        0
82.87/82.98	c 81.5s |       7 |     5772 |     3223 |    45609      0 |      200 |        0
85.37/85.45	c 84.0s |       7 |     6011 |     3323 |    45609      0 |      200 |        0
89.57/89.60	c 88.1s |       7 |     6115 |     3423 |    45609      0 |      200 |        0
92.57/92.61	c 91.1s |       7 |     6225 |     3523 |    45609      0 |      200 |        0
96.67/96.72	c 95.2s |       7 |     6320 |     3623 |    45609      0 |      200 |        0
99.67/99.74	c 98.3s |       7 |     6430 |     3723 |    45609      0 |      200 |        0
103.48/103.58	c  102s |       7 |     6528 |     3823 |    45609      0 |      200 |        0
107.47/107.59	c  106s |       7 |     6631 |     3923 |    45609      0 |      200 |        0
111.57/111.62	c  110s |       7 |     6745 |     4023 |    45609      0 |      200 |        0
115.07/115.12	c  113s |       7 |     6856 |     4123 |    45609      0 |      200 |        0
117.97/118.06	c  116s |       7 |     6978 |     4223 |    45609      0 |      200 |        0
121.97/122.06	c  120s |       7 |     7181 |     4423 |    45609      0 |      200 |        0
124.17/124.30	c  122s |       7 |     7281 |     4523 |    45609      0 |      200 |        0
127.97/128.02	c  126s |       7 |     7373 |     4623 |    45609      0 |      200 |        0
131.07/131.11	c  129s |       7 |     7486 |     4723 |    45609      0 |      200 |        0
133.97/134.05	c  132s |       7 |     7625 |     4823 |    45609      0 |      200 |        0
136.37/136.45	c  134s |       7 |     7761 |     4923 |    50170      0 |      200 |        0
136.67/136.71	c  135s |       8 |     7774 |     4936 |    50170      0 |      200 |        0
138.67/138.72	c  137s |       8 |     8009 |     5036 |    50170      0 |      200 |        0
141.36/141.41	c  139s |       8 |     8112 |     5136 |    50170      0 |      200 |        0
143.86/143.92	c  142s |       8 |     8223 |     5236 |    50170      0 |      200 |        0
146.16/146.27	c  144s |       8 |     8420 |     5336 |    50170      0 |      200 |        0
148.66/148.75	c  147s |       8 |     8607 |     5436 |    50170      0 |      200 |        0
152.56/152.66	c  151s |       8 |     8700 |     5536 |    50170      0 |      200 |        0
155.86/155.99	c  154s |       8 |     8837 |     5636 |    50170      0 |      200 |        0
158.26/158.39	c  156s |       8 |     8940 |     5736 |    50170      0 |      200 |        0
162.16/162.24	c  160s |       8 |     9161 |     5936 |    50170      0 |      200 |        0
164.76/164.81	c  163s |       8 |     9255 |     6036 |    50170      0 |      200 |        0
166.86/166.97	c  165s |       8 |     9347 |     6136 |    50170      0 |      200 |        0
170.06/170.13	c  168s |       8 |     9529 |     6236 |    50170      0 |      200 |        0
172.86/172.91	c  171s |       8 |     9664 |     6336 |    50170      0 |      200 |        0
175.26/175.36	c  173s |       8 |     9769 |     6436 |    50170      0 |      200 |        0
179.26/179.40	c  177s |       8 |     9980 |     6636 |    50170      0 |      200 |        0
181.75/181.82	c  180s |       8 |    10065 |     6736 |    50170      0 |      200 |        0
183.95/184.03	c  182s |       8 |    10167 |     6836 |    50170      0 |      200 |        0
186.05/186.16	c  184s |       8 |    10280 |     6936 |    50170      0 |      200 |        0
189.75/189.85	c  188s |       8 |    10470 |     7136 |    50170      0 |      200 |        0
192.65/192.71	c  191s |       8 |    10667 |     7336 |    50170      0 |      200 |        0
196.45/196.52	c  195s |       9 |    10864 |     7506 |    55188      0 |      200 |        0
199.35/199.40	c  197s |       9 |    11070 |     7606 |    55188      0 |      200 |        0
202.15/202.23	c  200s |       9 |    11171 |     7706 |    55188      0 |      200 |        0
204.56/204.62	c  203s |       9 |    11315 |     7806 |    55188      0 |      200 |        0
208.26/208.39	c  206s |       9 |    11447 |     7906 |    55188      0 |      200 |        0
212.46/212.56	c  211s |       9 |    11570 |     8006 |    55188      0 |      200 |        0
216.35/216.41	c  214s |       9 |    11681 |     8106 |    55188      0 |      200 |        0
219.55/219.69	c  218s |       9 |    11816 |     8206 |    55188      0 |      200 |        0
222.65/222.75	c  221s |       9 |    11980 |     8306 |    55188      0 |      200 |        0
226.75/226.88	c  225s |       9 |    12062 |     8406 |    55188      0 |      200 |        0
230.35/230.40	c  228s |       9 |    12193 |     8506 |    55188      0 |      200 |        0
232.85/232.99	c  231s |       9 |    12282 |     8606 |    55188      0 |      200 |        0
236.46/236.60	c  235s |       9 |    12490 |     8806 |    55188      0 |      200 |        0
238.55/238.66	c  237s |       9 |    12612 |     8906 |    55188      0 |      200 |        0
242.85/242.95	c  241s |       9 |    12792 |     9106 |    55188      0 |      200 |        0
245.25/245.36	c  243s |       9 |    12908 |     9206 |    55188      0 |      200 |        0
248.84/248.94	c  247s |       9 |    12993 |     9306 |    55188      0 |      200 |        0
252.54/252.64	c  251s |       9 |    13105 |     9406 |    55188      0 |      200 |        0
256.54/256.65	c  255s |       9 |    13205 |     9506 |    55188      0 |      200 |        0
260.45/260.51	c  259s |       9 |    13315 |     9606 |    55188      0 |      200 |        0
264.44/264.51	c  263s |       9 |    13440 |     9706 |    55188      0 |      200 |        0
267.64/267.72	c  266s |       9 |    13571 |     9806 |    55188      0 |      200 |        0
270.65/270.78	c  269s |       9 |    13683 |     9906 |    55188      0 |      200 |        0
273.14/273.25	c  271s |       9 |    13794 |    10006 |    55188      0 |      200 |        0
275.84/275.97	c  274s |       9 |    13902 |    10106 |    55188      0 |      200 |        0
279.84/279.98	c  278s |       9 |    13990 |    10206 |    55188      0 |      200 |        0
282.54/282.69	c  281s |       9 |    14101 |    10306 |    55188      0 |      200 |        0
285.14/285.23	c  283s |       9 |    14200 |    10406 |    55188      0 |      200 |        0
287.44/287.56	c  286s |       9 |    14301 |    10506 |    55188      0 |      200 |        0
289.74/289.82	c  288s |       9 |    14401 |    10606 |    55188      0 |      200 |        0
293.54/293.60	c  292s |       9 |    14594 |    10806 |    55188      0 |      200 |        0
297.34/297.41	c  295s |       9 |    14817 |    11006 |    55188      0 |      200 |        0
300.84/300.98	c  299s |       9 |    14904 |    11106 |    55188      0 |      200 |        0
305.04/305.14	c  303s |       9 |    15003 |    11206 |    55188      0 |      200 |        0
308.74/308.88	c  307s |       9 |    15153 |    11306 |    60707      0 |      200 |        0
310.34/310.48	c  309s |      10 |    15206 |    11361 |    60707      0 |      200 |        0
312.64/312.76	c  311s |      10 |    15412 |    11461 |    60707      0 |      200 |        0
316.13/316.27	c  314s |      10 |    15702 |    11661 |    60707      0 |      200 |        0
318.63/318.74	c  317s |      10 |    15901 |    11861 |    60707      0 |      200 |        0
321.04/321.12	c  319s |      10 |    16102 |    12061 |    60707      0 |      200 |        0
324.84/324.93	c  323s |      10 |    16342 |    12261 |    60707      0 |      200 |        0
327.44/327.57	c  326s |      10 |    16434 |    12361 |    60707      0 |      200 |        0
332.33/332.44	c  330s |      10 |    16664 |    12561 |    60707      0 |      200 |        0
336.43/336.52	c  335s |      10 |    17020 |    12761 |    60707      0 |      200 |        0
340.23/340.32	c  338s |      10 |    17271 |    12961 |    60707      0 |      200 |        0
343.63/343.80	c  342s |      10 |    17478 |    13161 |    60707      0 |      200 |        0
346.03/346.16	c  344s |      10 |    17588 |    13261 |    60707      0 |      200 |        0
348.43/348.59	c  347s |      10 |    17670 |    13361 |    60707      0 |      200 |        0
351.33/351.47	c  350s |      10 |    17932 |    13561 |    60707      0 |      200 |        0
353.53/353.65	c  352s |      10 |    18144 |    13761 |    60707      0 |      200 |        0
356.43/356.56	c  355s |      10 |    18342 |    13961 |    60707      0 |      200 |        0
360.13/360.26	c  358s |      10 |    18544 |    14161 |    60707      0 |      200 |        0
363.23/363.37	c  361s |      10 |    18737 |    14361 |    60707      0 |      200 |        0
366.63/366.78	c  365s |      10 |    18934 |    14561 |    60707      0 |      200 |        0
369.54/369.64	c  368s |      10 |    19138 |    14761 |    60707      0 |      200 |        0
371.93/372.08	c  370s |      10 |    19336 |    14961 |    60707      0 |      200 |        0
374.83/374.99	c  373s |      10 |    19561 |    15161 |    60707      0 |      200 |        0
378.83/378.93	c  377s |      10 |    19761 |    15361 |    60707      0 |      200 |        0
381.12/381.22	c  379s |      10 |    19900 |    15461 |    60707      0 |      200 |        0
383.32/383.48	c  382s |      10 |    19993 |    15561 |    60707      0 |      200 |        0
385.82/385.97	c  384s |      10 |    20118 |    15661 |    60707      0 |      200 |        0
389.12/389.22	c  387s |      10 |    20389 |    15861 |    60707      0 |      200 |        0
392.73/392.85	c  391s |      10 |    20570 |    16061 |    60707      0 |      200 |        0
396.82/396.96	c  395s |      10 |    20794 |    16261 |    60707      0 |      200 |        0
399.03/399.18	c  397s |      10 |    20901 |    16361 |    60707      0 |      200 |        0
401.63/401.74	c  400s |      10 |    21000 |    16461 |    60707      0 |      200 |        0
404.73/404.83	c  403s |      10 |    21101 |    16561 |    60707      0 |      200 |        0
407.13/407.29	c  405s |      10 |    21225 |    16661 |    60707      0 |      200 |        0
410.33/410.43	c  408s |      10 |    21417 |    16861 |    60707      0 |      200 |        0
415.62/415.71	c  414s |      10 |    21651 |    17061 |    66778      0 |      200 |        0
417.52/417.69	c  416s |      11 |    21732 |    17144 |    66778      0 |      200 |        0
420.82/420.90	c  419s |      11 |    22187 |    17344 |    66778      0 |      200 |        0
424.42/424.59	c  423s |      11 |    22467 |    17544 |    66778      0 |      200 |        0
428.22/428.36	c  426s |      11 |    22711 |    17744 |    66778      0 |      200 |        0
430.92/431.02	c  429s |      11 |    22920 |    17944 |    66778      0 |      200 |        0
433.82/433.93	c  432s |      11 |    23157 |    18144 |    66778      0 |      200 |        0
436.21/436.31	c  434s |      11 |    23365 |    18344 |    66778      0 |      200 |        0
438.31/438.44	c  436s |      11 |    23638 |    18544 |    66778      0 |      200 |        0
440.91/441.04	c  439s |      11 |    23977 |    18844 |    66778      0 |      200 |        0
443.42/443.57	c  442s |      11 |    24290 |    19144 |    66778      0 |      200 |        0
445.72/445.80	c  444s |      11 |    24617 |    19444 |    66778      0 |      200 |        0
447.92/448.06	c  446s |      11 |    24856 |    19644 |    66778      0 |      200 |        0
450.92/451.07	c  449s |      11 |    25201 |    19944 |    66778      0 |      200 |        0
453.31/453.44	c  451s |      11 |    25422 |    20144 |    66778      0 |      200 |        0
455.51/455.64	c  454s |      11 |    25627 |    20344 |    66778      0 |      200 |        0
458.81/458.94	c  457s |      11 |    25970 |    20644 |    66778      0 |      200 |        0
461.41/461.51	c  460s |      11 |    26309 |    20944 |    66778      0 |      200 |        0
464.01/464.20	c  462s |      11 |    26543 |    21144 |    66778      0 |      200 |        0
466.81/466.94	c  465s |      11 |    26758 |    21344 |    66778      0 |      200 |        0
469.51/469.67	c  468s |      11 |    27056 |    21644 |    66778      0 |      200 |        0
472.21/472.39	c  470s |      11 |    27419 |    21944 |    66778      0 |      200 |        0
475.21/475.31	c  473s |      11 |    27624 |    22144 |    66778      0 |      200 |        0
477.31/477.44	c  475s |      11 |    27828 |    22344 |    66778      0 |      200 |        0
479.81/479.94	c  478s |      11 |    28051 |    22544 |    66778      0 |      200 |        0
483.21/483.34	c  481s |      11 |    28289 |    22744 |    66778      0 |      200 |        0
485.71/485.82	c  484s |      11 |    28561 |    22944 |    66778      0 |      200 |        0
488.71/488.80	c  487s |      11 |    28862 |    23244 |    66778      0 |      200 |        0
490.71/490.86	c  489s |      11 |    28970 |    23344 |    66778      0 |      200 |        0
494.40/494.51	c  493s |      11 |    29222 |    23544 |    66778      0 |      200 |        0
498.40/498.58	c  497s |      11 |    29447 |    23744 |    66778      0 |      200 |        0
501.80/501.91	c  500s |      11 |    29641 |    23944 |    66778      0 |      200 |        0
503.81/503.98	c  502s |      11 |    29757 |    24044 |    66778      0 |      200 |        0
506.10/506.28	c  504s |      11 |    29947 |    24244 |    66778      0 |      200 |        0
509.80/509.99	c  508s |      11 |    30275 |    24544 |    66778      0 |      200 |        0
512.41/512.60	c  511s |      11 |    30575 |    24744 |    66778      0 |      200 |        0
515.51/515.65	c  514s |      11 |    30808 |    24944 |    66778      0 |      200 |        0
518.41/518.54	c  517s |      11 |    31067 |    25144 |    66778      0 |      200 |        0
520.61/520.78	c  519s |      11 |    31256 |    25344 |    66778      0 |      200 |        0
522.71/522.86	c  521s |      11 |    31468 |    25544 |    66778      0 |      200 |        0
525.31/525.49	c  524s |      11 |    31656 |    25744 |    73456      0 |      200 |        0
526.31/526.46	c  524s |      12 |    31729 |    25819 |    73456      0 |      200 |        0
528.81/528.96	c  527s |      12 |    31958 |    25919 |    73456      0 |      200 |        0
531.21/531.37	c  529s |      12 |    32089 |    26019 |    73456      0 |      200 |        0
533.70/533.83	c  532s |      12 |    32227 |    26119 |    73456      0 |      200 |        0
536.50/536.61	c  535s |      12 |    32404 |    26219 |    73456      0 |      200 |        0
540.50/540.69	c  539s |      12 |    32503 |    26319 |    73456      0 |      200 |        0
543.20/543.36	c  541s |      12 |    32591 |    26419 |    73456      0 |      200 |        0
545.70/545.83	c  544s |      12 |    32699 |    26519 |    73456      0 |      200 |        0
548.10/548.28	c  546s |      12 |    32801 |    26619 |    73456      0 |      200 |        0
550.50/550.61	c  549s |      12 |    32895 |    26719 |    73456      0 |      200 |        0
552.80/552.94	c  551s |      12 |    32984 |    26819 |    73456      0 |      200 |        0
556.61/556.78	c  555s |      12 |    33189 |    27019 |    73456      0 |      200 |        0
559.70/559.82	c  558s |      12 |    33392 |    27219 |    73456      0 |      200 |        0
562.70/562.80	c  561s |      12 |    33632 |    27419 |    73456      0 |      200 |        0
566.20/566.31	c  564s |      12 |    33842 |    27619 |    73456      0 |      200 |        0
568.20/568.34	c  566s |      12 |    33944 |    27719 |    73456      0 |      200 |        0
570.50/570.61	c  569s |      12 |    34042 |    27819 |    73456      0 |      200 |        0
572.70/572.81	c  571s |      12 |    34156 |    27919 |    73456      0 |      200 |        0
574.80/574.98	c  573s |      12 |    34256 |    28019 |    73456      0 |      200 |        0
576.90/577.08	c  575s |      12 |    34368 |    28119 |    73456      0 |      200 |        0
579.70/579.82	c  578s |      12 |    34469 |    28219 |    73456      0 |      200 |        0
581.70/581.86	c  580s |      12 |    34621 |    28319 |    73456      0 |      200 |        0
584.40/584.57	c  583s |      12 |    34862 |    28519 |    73456      0 |      200 |        0
586.69/586.86	c  585s |      12 |    34985 |    28619 |    73456      0 |      200 |        0
588.69/588.86	c  587s |      12 |    35119 |    28719 |    73456      0 |      200 |        0
591.09/591.25	c  589s |      12 |    35226 |    28819 |    73456      0 |      200 |        0
593.29/593.43	c  591s |      12 |    35356 |    28919 |    73456      0 |      200 |        0
596.69/596.85	c  595s |      12 |    35570 |    29119 |    73456      0 |      200 |        0
598.69/598.86	c  597s |      12 |    35700 |    29219 |    73456      0 |      200 |        0
600.89/601.02	c  599s |      12 |    35801 |    29319 |    73456      0 |      200 |        0
604.19/604.33	c  602s |      12 |    36179 |    29519 |    73456      0 |      200 |        0
606.99/607.12	c  605s |      12 |    36292 |    29619 |    73456      0 |      200 |        0
609.49/609.67	c  608s |      12 |    36399 |    29719 |    73456      0 |      200 |        0
611.79/611.92	c  610s |      12 |    36488 |    29819 |    73456      0 |      200 |        0
613.89/614.01	c  612s |      12 |    36624 |    29919 |    73456      0 |      200 |        0
616.49/616.63	c  615s |      12 |    36741 |    30019 |    73456      0 |      200 |        0
619.09/619.28	c  617s |      12 |    36855 |    30119 |    73456      0 |      200 |        0
621.50/621.64	c  620s |      12 |    36964 |    30219 |    73456      0 |      200 |        0
624.09/624.25	c  622s |      12 |    37073 |    30319 |    73456      0 |      200 |        0
626.39/626.59	c  625s |      12 |    37199 |    30419 |    73456      0 |      200 |        0
629.09/629.26	c  627s |      12 |    37308 |    30519 |    73456      0 |      200 |        0
632.69/632.83	c  631s |      12 |    37502 |    30719 |    73456      0 |      200 |        0
637.29/637.43	c  635s |      12 |    37698 |    30919 |    73456      0 |      200 |        0
640.79/640.95	c  639s |      12 |    37811 |    31019 |    73456      0 |      200 |        0
643.29/643.50	c  642s |      12 |    37920 |    31119 |    73456      0 |      200 |        0
645.88/646.02	c  644s |      12 |    38020 |    31219 |    73456      0 |      200 |        0
647.98/648.17	c  646s |      12 |    38138 |    31319 |    73456      0 |      200 |        0
652.19/652.30	c  650s |      12 |    38248 |    31419 |    73456      0 |      200 |        0
654.88/655.06	c  653s |      12 |    38349 |    31519 |    73456      0 |      200 |        0
656.98/657.19	c  655s |      12 |    38456 |    31619 |    73456      0 |      200 |        0
660.28/660.41	c  658s |      12 |    38650 |    31819 |    73456      0 |      200 |        0
664.48/664.64	c  663s |      12 |    38865 |    32019 |    73456      0 |      200 |        0
667.08/667.25	c  665s |      12 |    38965 |    32119 |    73456      0 |      200 |        0
669.28/669.48	c  668s |      12 |    39069 |    32219 |    73456      0 |      200 |        0
671.58/671.77	c  670s |      12 |    39178 |    32319 |    73456      0 |      200 |        0
674.88/675.00	c  673s |      12 |    39272 |    32419 |    73456      0 |      200 |        0
678.98/679.17	c  677s |      12 |    39626 |    32619 |    73456      0 |      200 |        0
682.28/682.42	c  680s |      12 |    39817 |    32819 |    73456      0 |      200 |        0
686.88/687.09	c  685s |      12 |    40009 |    33019 |    73456      0 |      200 |        0
689.08/689.27	c  687s |      12 |    40127 |    33119 |    73456      0 |      200 |        0
691.97/692.18	c  690s |      12 |    40229 |    33219 |    73456      0 |      200 |        0
694.98/695.13	c  693s |      12 |    40340 |    33319 |    73456      0 |      200 |        0
697.39/697.57	c  696s |      12 |    40462 |    33419 |    73456      0 |      200 |        0
700.98/701.15	c  699s |      12 |    40667 |    33619 |    73456      0 |      200 |        0
704.18/704.38	c  702s |      12 |    40873 |    33819 |    73456      0 |      200 |        0
706.47/706.63	c  705s |      12 |    40995 |    33919 |    73456      0 |      200 |        0
709.07/709.25	c  707s |      12 |    41121 |    34019 |    73456      0 |      200 |        0
712.57/712.73	c  711s |      12 |    41213 |    34119 |    73456      0 |      200 |        0
716.08/716.23	c  714s |      12 |    41357 |    34219 |    73456      0 |      200 |        0
718.37/718.53	c  717s |      12 |    41462 |    34319 |    73456      0 |      200 |        0
721.37/721.55	c  720s |      12 |    41585 |    34419 |    73456      0 |      200 |        0
724.07/724.29	c  722s |      12 |    41722 |    34519 |    73456      0 |      200 |        0
726.87/727.01	c  725s |      12 |    41830 |    34619 |    73456      0 |      200 |        0
729.77/729.94	c  728s |      12 |    41928 |    34719 |    73456      0 |      200 |        0
732.38/732.51	c  731s |      12 |    42028 |    34819 |    73456      0 |      200 |        0
734.88/735.06	c  733s |      12 |    42153 |    34919 |    73456      0 |      200 |        0
739.37/739.55	c  738s |      12 |    42255 |    35019 |    73456      0 |      200 |        0
742.27/742.44	c  740s |      12 |    42368 |    35119 |    73456      0 |      200 |        0
744.87/745.07	c  743s |      12 |    42455 |    35219 |    73456      0 |      200 |        0
747.47/747.65	c  746s |      12 |    42558 |    35319 |    73456      0 |      200 |        0
750.37/750.51	c  749s |      12 |    42698 |    35419 |    73456      0 |      200 |        0
752.97/753.15	c  751s |      12 |    42804 |    35519 |    73456      0 |      200 |        0
755.58/755.80	c  754s |      12 |    42888 |    35619 |    73456      0 |      200 |        0
759.07/759.26	c  757s |      12 |    43026 |    35719 |    73456      0 |      200 |        0
761.97/762.19	c  760s |      12 |    43243 |    35919 |    73456      0 |      200 |        0
765.76/765.97	c  764s |      12 |    43430 |    36119 |    73456      0 |      200 |        0
768.26/768.42	c  766s |      12 |    43517 |    36219 |    73456      0 |      200 |        0
770.76/770.97	c  769s |      12 |    43612 |    36319 |    73456      0 |      200 |        0
773.66/773.88	c  772s |      12 |    43730 |    36419 |    73456      0 |      200 |        0
775.96/776.12	c  774s |      12 |    43836 |    36519 |    73456      0 |      200 |        0
778.57/778.77	c  777s |      12 |    43944 |    36619 |    73456      0 |      200 |        0
781.07/781.29	c  779s |      12 |    44028 |    36719 |    73456      0 |      200 |        0
783.27/783.44	c  781s |      12 |    44128 |    36819 |    73456      0 |      200 |        0
786.16/786.37	c  784s |      12 |    44243 |    36919 |    73456      0 |      200 |        0
789.56/789.74	c  788s |      12 |    44342 |    37019 |    73456      0 |      200 |        0
792.56/792.79	c  791s |      12 |    44459 |    37119 |    73456      0 |      200 |        0
795.06/795.24	c  793s |      12 |    44580 |    37219 |    73456      0 |      200 |        0
798.96/799.11	c  797s |      12 |    44816 |    37419 |    73456      0 |      200 |        0
801.26/801.40	c  799s |      12 |    44913 |    37519 |    73456      0 |      200 |        0
804.46/804.60	c  803s |      12 |    45109 |    37719 |    73456      0 |      200 |        0
808.46/808.62	c  807s |      12 |    45338 |    37919 |    73456      0 |      200 |        0
811.16/811.33	c  809s |      12 |    45442 |    38019 |    73456      0 |      200 |        0
813.66/813.87	c  812s |      12 |    45558 |    38119 |    73456      0 |      200 |        0
815.86/816.02	c  814s |      12 |    45666 |    38219 |    73456      0 |      200 |        0
818.26/818.48	c  817s |      12 |    45799 |    38319 |    73456      0 |      200 |        0
821.56/821.79	c  820s |      12 |    45901 |    38419 |    73456      0 |      200 |        0
825.15/825.35	c  823s |      12 |    46001 |    38519 |    73456      0 |      200 |        0
829.05/829.21	c  827s |      12 |    46082 |    38619 |    80802      0 |      200 |        0
831.75/831.98	c  830s |      12 |    46194 |    38719 |    80802      0 |      200 |        0
834.25/834.45	c  832s |      12 |    46294 |    38819 |    80802      0 |      200 |        0
834.55/834.72	c  833s |      13 |    46312 |    38832 |    80802      0 |      200 |        0
836.97/837.19	c  835s |      13 |    46541 |    38932 |    80802      0 |      200 |        0
840.06/840.25	c  838s |      13 |    46741 |    39132 |    80802      0 |      200 |        0
844.26/844.48	c  843s |      13 |    46994 |    39332 |    80802      0 |      200 |        0
846.96/847.13	c  845s |      13 |    47112 |    39432 |    80802      0 |      200 |        0
851.96/852.16	c  850s |      13 |    47344 |    39632 |    80802      0 |      200 |        0
854.36/854.53	c  853s |      13 |    47433 |    39732 |    80802      0 |      200 |        0
857.45/857.67	c  856s |      13 |    47551 |    39832 |    80802      0 |      200 |        0
860.55/860.77	c  859s |      13 |    47662 |    39932 |    80802      0 |      200 |        0
863.05/863.22	c  861s |      13 |    47743 |    40032 |    80802      0 |      200 |        0
865.85/866.06	c  864s |      13 |    47884 |    40132 |    80802      0 |      200 |        0
869.05/869.23	c  867s |      13 |    48133 |    40232 |    80802      0 |      200 |        0
871.45/871.62	c  870s |      13 |    48267 |    40332 |    80802      0 |      200 |        0
874.15/874.35	c  872s |      13 |    48371 |    40432 |    80802      0 |      200 |        0
876.55/876.78	c  875s |      13 |    48667 |    40532 |    80802      0 |      200 |        0
879.55/879.71	c  878s |      13 |    48778 |    40632 |    80802      0 |      200 |        0
881.85/882.00	c  880s |      13 |    48886 |    40732 |    80802      0 |      200 |        0
884.45/884.64	c  883s |      13 |    48985 |    40832 |    80802      0 |      200 |        0
887.85/888.02	c  886s |      13 |    49105 |    40932 |    80802      0 |      200 |        0
890.05/890.22	c  888s |      13 |    49200 |    41032 |    80802      0 |      200 |        0
892.15/892.30	c  890s |      13 |    49300 |    41132 |    80802      0 |      200 |        0
895.15/895.36	c  893s |      13 |    49506 |    41332 |    80802      0 |      200 |        0
898.56/898.75	c  897s |      13 |    49711 |    41532 |    80802      0 |      200 |        0
900.65/900.88	c  899s |      13 |    49800 |    41632 |    80802      0 |      200 |        0
902.95/903.14	c  901s |      13 |    49903 |    41732 |    80802      0 |      200 |        0
905.45/905.66	c  904s |      13 |    50015 |    41832 |    80802      0 |      200 |        0
907.95/908.12	c  906s |      13 |    50103 |    41932 |    80802      0 |      200 |        0
910.24/910.46	c  908s |      13 |    50209 |    42032 |    80802      0 |      200 |        0
912.64/912.81	c  911s |      13 |    50308 |    42132 |    80802      0 |      200 |        0
914.84/915.07	c  913s |      13 |    50401 |    42232 |    80802      0 |      200 |        0
916.94/917.14	c  915s |      13 |    50499 |    42332 |    80802      0 |      200 |        0
920.04/920.27	c  918s |      13 |    50708 |    42532 |    80802      0 |      200 |        0
923.25/923.40	c  921s |      13 |    50918 |    42732 |    80802      0 |      200 |        0
925.45/925.69	c  924s |      13 |    51029 |    42832 |    80802      0 |      200 |        0
927.94/928.14	c  926s |      13 |    51114 |    42932 |    80802      0 |      200 |        0
930.24/930.47	c  929s |      13 |    51218 |    43032 |    80802      0 |      200 |        0
932.54/932.79	c  931s |      13 |    51368 |    43132 |    80802      0 |      200 |        0
935.34/935.59	c  934s |      13 |    51576 |    43332 |    80802      0 |      200 |        0
939.04/939.24	c  937s |      13 |    51790 |    43532 |    80802      0 |      200 |        0
941.34/941.50	c  940s |      13 |    51872 |    43632 |    80802      0 |      200 |        0
945.54/945.75	c  944s |      13 |    52082 |    43832 |    80802      0 |      200 |        0
947.84/948.04	c  946s |      13 |    52180 |    43932 |    80802      0 |      200 |        0
949.84/950.09	c  948s |      13 |    52280 |    44032 |    80802      0 |      200 |        0
953.24/953.42	c  951s |      13 |    52508 |    44232 |    80802      0 |      200 |        0
955.74/955.96	c  954s |      13 |    52595 |    44332 |    80802      0 |      200 |        0
957.94/958.15	c  956s |      13 |    52694 |    44432 |    80802      0 |      200 |        0
961.63/961.87	c  960s |      13 |    52895 |    44632 |    80802      0 |      200 |        0
964.73/964.90	c  963s |      13 |    53081 |    44832 |    80802      0 |      200 |        0
969.04/969.25	c  967s |      13 |    53271 |    45032 |    80802      0 |      200 |        0
971.14/971.37	c  969s |      13 |    53386 |    45132 |    80802      0 |      200 |        0
974.45/974.61	c  973s |      13 |    53575 |    45332 |    80802      0 |      200 |        0
976.65/976.83	c  975s |      13 |    53677 |    45432 |    80802      0 |      200 |        0
978.84/979.10	c  977s |      13 |    53778 |    45532 |    80802      0 |      200 |        0
981.04/981.24	c  979s |      13 |    53893 |    45632 |    80802      0 |      200 |        0
983.94/984.19	c  982s |      13 |    54109 |    45832 |    80802      0 |      200 |        0
987.33/987.58	c  986s |      13 |    54354 |    46032 |    80802      0 |      200 |        0
991.33/991.54	c  990s |      13 |    54550 |    46232 |    80802      0 |      200 |        0
993.53/993.79	c  992s |      13 |    54652 |    46332 |    80802      0 |      200 |        0
996.03/996.22	c  994s |      13 |    54750 |    46432 |    80802      0 |      200 |        0
998.13/998.37	c  996s |      13 |    54858 |    46532 |    80802      0 |      200 |        0
1001.43/1001.62	c 1000s |      13 |    55080 |    46732 |    80802      0 |      200 |        0
1005.43/1005.60	c 1004s |      13 |    55301 |    46932 |    80802      0 |      200 |        0
1007.43/1007.65	c 1006s |      13 |    55422 |    47032 |    80802      0 |      200 |        0
1009.82/1010.07	c 1008s |      13 |    55503 |    47132 |    80802      0 |      200 |        0
1012.23/1012.44	c 1010s |      13 |    55606 |    47232 |    80802      0 |      200 |        0
1014.33/1014.59	c 1013s |      13 |    55714 |    47332 |    80802      0 |      200 |        0
1016.34/1016.59	c 1015s |      13 |    55814 |    47432 |    80802      0 |      200 |        0
1019.43/1019.60	c 1018s |      13 |    56030 |    47632 |    80802      0 |      200 |        0
1023.23/1023.41	c 1021s |      13 |    56238 |    47832 |    80802      0 |      200 |        0
1025.43/1025.68	c 1024s |      13 |    56336 |    47932 |    80802      0 |      200 |        0
1027.53/1027.78	c 1026s |      13 |    56437 |    48032 |    80802      0 |      200 |        0
1030.73/1030.96	c 1029s |      13 |    56657 |    48232 |    80802      0 |      200 |        0
1032.93/1033.10	c 1031s |      13 |    56742 |    48332 |    80802      0 |      200 |        0
1036.23/1036.44	c 1034s |      13 |    56943 |    48532 |    80802      0 |      200 |        0
1039.83/1040.00	c 1038s |      13 |    57134 |    48732 |    80802      0 |      200 |        0
1042.03/1042.20	c 1040s |      13 |    57244 |    48832 |    80802      0 |      200 |        0
1044.13/1044.38	c 1042s |      13 |    57335 |    48932 |    80802      0 |      200 |        0
1047.73/1047.96	c 1046s |      13 |    57530 |    49132 |    80802      0 |      200 |        0
1050.73/1050.95	c 1049s |      13 |    57867 |    49432 |    80802      0 |      200 |        0
1053.23/1053.45	c 1051s |      13 |    58068 |    49632 |    80802      0 |      200 |        0
1055.62/1055.85	c 1054s |      13 |    58268 |    49832 |    80802      0 |      200 |        0
1058.22/1058.45	c 1056s |      13 |    58468 |    50032 |    80802      0 |      200 |        0
1061.12/1061.33	c 1059s |      13 |    58675 |    50232 |    80802      0 |      200 |        0
1064.22/1064.46	c 1062s |      13 |    58879 |    50432 |    80802      0 |      200 |        0
1067.42/1067.68	c 1066s |      13 |    59069 |    50632 |    80802      0 |      200 |        0
1070.42/1070.62	c 1069s |      13 |    59287 |    50832 |    80802      0 |      200 |        0
1073.62/1073.84	c 1072s |      13 |    59475 |    51032 |    80802      0 |      200 |        0
1076.82/1077.04	c 1075s |      13 |    59684 |    51232 |    80802      0 |      200 |        0
1080.02/1080.23	c 1078s |      13 |    59882 |    51432 |    80802      0 |      200 |        0
1083.01/1083.29	c 1081s |      13 |    60089 |    51632 |    80802      0 |      200 |        0
1086.41/1086.63	c 1085s |      13 |    60286 |    51832 |    80802      0 |      200 |        0
1089.61/1089.82	c 1088s |      13 |    60493 |    52032 |    80802      0 |      200 |        0
1092.91/1093.18	c 1091s |      13 |    60736 |    52232 |    80802      0 |      200 |        0
1096.01/1096.26	c 1094s |      13 |    60945 |    52432 |    80802      0 |      200 |        0
1099.51/1099.70	c 1098s |      13 |    61143 |    52632 |    80802      0 |      200 |        0
1103.01/1103.20	c 1101s |      13 |    61339 |    52832 |    80802      0 |      200 |        0
1106.11/1106.33	c 1104s |      13 |    61550 |    53032 |    80802      0 |      200 |        0
1109.41/1109.60	c 1108s |      13 |    61746 |    53232 |    80802      0 |      200 |        0
1113.01/1113.25	c 1111s |      13 |    61949 |    53432 |    80802      0 |      200 |        0
1116.11/1116.33	c 1114s |      13 |    62160 |    53632 |    80802      0 |      200 |        0
1118.11/1118.36	c 1116s |      13 |    62247 |    53732 |    80802      0 |      200 |        0
1120.71/1120.96	c 1119s |      13 |    62444 |    53932 |    80802      0 |      200 |        0
1122.80/1123.04	c 1121s |      13 |    62550 |    54032 |    80802      0 |      200 |        0
1126.21/1126.47	c 1125s |      13 |    62739 |    54232 |    80802      0 |      200 |        0
1129.20/1129.40	c 1127s |      13 |    62955 |    54432 |    80802      0 |      200 |        0
1131.20/1131.42	c 1129s |      13 |    63037 |    54532 |    80802      0 |      200 |        0
1134.60/1134.85	c 1133s |      13 |    63240 |    54732 |    80802      0 |      200 |        0
1137.60/1137.80	c 1136s |      13 |    63438 |    54932 |    80802      0 |      200 |        0
1141.50/1141.80	c 1140s |      13 |    63638 |    55132 |    80802      0 |      200 |        0
1144.40/1144.64	c 1143s |      13 |    63848 |    55332 |    80802      0 |      200 |        0
1147.90/1148.19	c 1146s |      13 |    64043 |    55532 |    80802      0 |      200 |        0
1150.10/1150.38	c 1148s |      13 |    64151 |    55632 |    80802      0 |      200 |        0
1153.40/1153.67	c 1152s |      13 |    64335 |    55832 |    80802      0 |      200 |        0
1156.50/1156.70	c 1155s |      13 |    64534 |    56032 |    80802      0 |      200 |        0
1158.70/1158.92	c 1157s |      13 |    64637 |    56132 |    80802      0 |      200 |        0
1160.80/1161.00	c 1159s |      13 |    64732 |    56232 |    80802      0 |      200 |        0
1163.61/1163.81	c 1162s |      13 |    64943 |    56432 |    80802      0 |      200 |        0
1167.29/1167.55	c 1166s |      13 |    65141 |    56632 |    80802      0 |      200 |        0
1169.29/1169.56	c 1168s |      13 |    65236 |    56732 |    80802      0 |      200 |        0
1172.09/1172.36	c 1170s |      13 |    65446 |    56932 |    80802      0 |      200 |        0
1175.70/1176.00	c 1174s |      13 |    65653 |    57132 |    80802      0 |      200 |        0
1177.99/1178.21	c 1176s |      13 |    65751 |    57232 |    80802      0 |      200 |        0
1180.29/1180.57	c 1179s |      13 |    65835 |    57332 |    80802      0 |      200 |        0
1184.29/1184.51	c 1183s |      13 |    65953 |    57432 |    80802      0 |      200 |        0
1187.79/1188.08	c 1186s |      13 |    66060 |    57532 |    80802      0 |      200 |        0
1190.68/1190.99	c 1189s |      13 |    66147 |    57632 |    80802      0 |      200 |        0
1193.58/1193.83	c 1192s |      13 |    66268 |    57732 |    80802      0 |      200 |        0
1195.59/1195.84	c 1194s |      13 |    66382 |    57832 |    80802      0 |      200 |        0
1197.79/1198.02	c 1196s |      13 |    66484 |    57932 |    80802      0 |      200 |        0
1200.28/1200.58	c 1199s |      13 |    66587 |    58032 |    88883      0 |      200 |        0
1203.19/1203.47	c 1202s |      13 |    66685 |    58132 |    88883      0 |      200 |        0
1205.57/1205.87	c 1204s |      13 |    66765 |    58232 |    88883      0 |      200 |        0
1208.07/1208.37	c 1206s |      13 |    66926 |    58332 |    88883      0 |      200 |        0
1208.68/1208.92	c 1207s |      14 |    66951 |    58352 |    88883      0 |      200 |        0
1211.07/1211.36	c 1209s |      14 |    67182 |    58452 |    88883      0 |      200 |        0
1215.17/1215.47	c 1214s |      14 |    67427 |    58652 |    88883      0 |      200 |        0
1218.07/1218.31	c 1216s |      14 |    67550 |    58752 |    88883      0 |      200 |        0
1221.67/1221.95	c 1220s |      14 |    67638 |    58852 |    88883      0 |      200 |        0
1225.06/1225.37	c 1223s |      14 |    67744 |    58952 |    88883      0 |      200 |        0
1228.96/1229.28	c 1227s |      14 |    67860 |    59052 |    88883      0 |      200 |        0
1232.76/1233.02	c 1231s |      14 |    67958 |    59152 |    88883      0 |      200 |        0
1236.56/1236.81	c 1235s |      14 |    68043 |    59252 |    88883      0 |      200 |        0
1240.06/1240.37	c 1238s |      14 |    68157 |    59352 |    88883      0 |      200 |        0
1242.36/1242.65	c 1241s |      14 |    68276 |    59452 |    88883      0 |      200 |        0
1244.66/1244.91	c 1243s |      14 |    68381 |    59552 |    88883      0 |      200 |        0
1246.86/1247.17	c 1245s |      14 |    68471 |    59652 |    88883      0 |      200 |        0
1249.66/1249.93	c 1248s |      14 |    68562 |    59752 |    88883      0 |      200 |        0
1252.16/1252.47	c 1251s |      14 |    68738 |    59852 |    88883      0 |      200 |        0
1255.05/1255.30	c 1253s |      14 |    68836 |    59952 |    88883      0 |      200 |        0
1257.25/1257.50	c 1256s |      14 |    68924 |    60052 |    88883      0 |      200 |        0
1259.26/1259.57	c 1258s |      14 |    69024 |    60152 |    88883      0 |      200 |        0
1262.75/1263.05	c 1261s |      14 |    69228 |    60352 |    88883      0 |      200 |        0
1265.55/1265.83	c 1264s |      14 |    69502 |    60552 |    88883      0 |      200 |        0
1267.85/1268.17	c 1266s |      14 |    69610 |    60652 |    88883      0 |      200 |        0
1270.55/1270.82	c 1269s |      14 |    69709 |    60752 |    88883      0 |      200 |        0
1273.65/1273.93	c 1272s |      14 |    69820 |    60852 |    88883      0 |      200 |        0
1276.34/1276.66	c 1275s |      14 |    69949 |    60952 |    88883      0 |      200 |        0
1278.94/1279.21	c 1277s |      14 |    70051 |    61052 |    88883      0 |      200 |        0
1281.04/1281.40	c 1279s |      14 |    70193 |    61152 |    88883      0 |      200 |        0
1283.45/1283.72	c 1282s |      14 |    70330 |    61252 |    88883      0 |      200 |        0
1285.84/1286.19	c 1284s |      14 |    70467 |    61352 |    88883      0 |      200 |        0
1288.24/1288.52	c 1287s |      14 |    70564 |    61452 |    88883      0 |      200 |        0
1290.54/1290.83	c 1289s |      14 |    70661 |    61552 |    88883      0 |      200 |        0
1293.64/1293.92	c 1292s |      14 |    70756 |    61652 |    88883      0 |      200 |        0
1295.64/1295.96	c 1294s |      14 |    70873 |    61752 |    88883      0 |      200 |        0
1297.84/1298.19	c 1296s |      14 |    71015 |    61852 |    88883      0 |      200 |        0
1299.94/1300.29	c 1298s |      14 |    71168 |    61952 |    88883      0 |      200 |        0
1302.33/1302.60	c 1301s |      14 |    71269 |    62052 |    88883      0 |      200 |        0
1304.44/1304.78	c 1303s |      14 |    71368 |    62152 |    88883      0 |      200 |        0
1308.32/1308.62	c 1307s |      14 |    71584 |    62352 |    88883      0 |      200 |        0
1310.52/1310.84	c 1309s |      14 |    71677 |    62452 |    88883      0 |      200 |        0
1313.13/1313.46	c 1311s |      14 |    71772 |    62552 |    88883      0 |      200 |        0
1315.52/1315.84	c 1314s |      14 |    71884 |    62652 |    88883      0 |      200 |        0
1317.83/1318.12	c 1316s |      14 |    71976 |    62752 |    88883      0 |      200 |        0
1321.33/1321.65	c 1320s |      14 |    72176 |    62952 |    88883      0 |      200 |        0
1324.43/1324.70	c 1323s |      14 |    72396 |    63152 |    88883      0 |      200 |        0
1326.92/1327.21	c 1325s |      14 |    72644 |    63352 |    88883      0 |      200 |        0
1330.62/1330.94	c 1329s |      14 |    72904 |    63552 |    88883      0 |      200 |        0
1333.22/1333.54	c 1332s |      14 |    73003 |    63652 |    88883      0 |      200 |        0
1335.32/1335.66	c 1334s |      14 |    73105 |    63752 |    88883      0 |      200 |        0
1338.81/1339.16	c 1337s |      14 |    73443 |    63952 |    88883      0 |      200 |        0
1341.11/1341.47	c 1340s |      14 |    73559 |    64052 |    88883      0 |      200 |        0
1343.71/1344.01	c 1342s |      14 |    73673 |    64152 |    88883      0 |      200 |        0
1346.30/1346.63	c 1345s |      14 |    73804 |    64252 |    88883      0 |      200 |        0
1348.41/1348.79	c 1347s |      14 |    73890 |    64352 |    88883      0 |      200 |        0
1350.51/1350.85	c 1349s |      14 |    73997 |    64452 |    88883      0 |      200 |        0
1354.10/1354.47	c 1353s |      14 |    74193 |    64652 |    88883      0 |      200 |        0
1357.50/1357.86	c 1356s |      14 |    74388 |    64852 |    88883      0 |      200 |        0
1359.70/1360.07	c 1358s |      14 |    74509 |    64952 |    88883      0 |      200 |        0
1361.80/1362.17	c 1360s |      14 |    74606 |    65052 |    88883      0 |      200 |        0
1365.39/1365.72	c 1364s |      14 |    74796 |    65252 |    88883      0 |      200 |        0
1368.49/1368.85	c 1367s |      14 |    75008 |    65452 |    88883      0 |      200 |        0
1370.79/1371.11	c 1369s |      14 |    75102 |    65552 |    88883      0 |      200 |        0
1372.89/1373.21	c 1371s |      14 |    75206 |    65652 |    88883      0 |      200 |        0
1376.39/1376.70	c 1375s |      14 |    75398 |    65852 |    88883      0 |      200 |        0
1379.10/1379.45	c 1377s |      14 |    75617 |    66052 |    88883      0 |      200 |        0
1381.40/1381.74	c 1380s |      14 |    75886 |    66252 |    88883      0 |      200 |        0
1383.59/1383.96	c 1382s |      14 |    75973 |    66352 |    88883      0 |      200 |        0
1385.58/1386.00	c 1384s |      14 |    76082 |    66452 |    88883      0 |      200 |        0
1389.28/1389.68	c 1388s |      14 |    76278 |    66652 |    88883      0 |      200 |        0
1391.78/1392.19	c 1390s |      14 |    76492 |    66852 |    88883      0 |      200 |        0
1395.09/1395.48	c 1394s |      14 |    76688 |    67052 |    88883      0 |      200 |        0
1399.29/1399.65	c 1398s |      14 |    76882 |    67252 |    88883      0 |      200 |        0
1401.58/1401.94	c 1400s |      14 |    76994 |    67352 |    88883      0 |      200 |        0
1403.88/1404.25	c 1402s |      14 |    77080 |    67452 |    88883      0 |      200 |        0
1405.88/1406.25	c 1404s |      14 |    77186 |    67552 |    88883      0 |      200 |        0
1409.38/1409.70	c 1408s |      14 |    77387 |    67752 |    88883      0 |      200 |        0
1412.88/1413.28	c 1411s |      14 |    77590 |    67952 |    88883      0 |      200 |        0
1415.28/1415.63	c 1414s |      14 |    77682 |    68052 |    88883      0 |      200 |        0
1418.88/1419.28	c 1417s |      14 |    77893 |    68252 |    88883      0 |      200 |        0
1421.67/1422.00	c 1420s |      14 |    78108 |    68452 |    88883      0 |      200 |        0
1423.87/1424.26	c 1422s |      14 |    78211 |    68552 |    88883      0 |      200 |        0
1426.17/1426.53	c 1425s |      14 |    78315 |    68652 |    88883      0 |      200 |        0
1428.27/1428.67	c 1427s |      14 |    78412 |    68752 |    88883      0 |      200 |        0
1431.77/1432.12	c 1430s |      14 |    78605 |    68952 |    88883      0 |      200 |        0
1434.96/1435.31	c 1433s |      14 |    78896 |    69152 |    88883      0 |      200 |        0
1438.06/1438.46	c 1436s |      14 |    78988 |    69252 |    88883      0 |      200 |        0
1440.06/1440.49	c 1439s |      14 |    79145 |    69352 |    88883      0 |      200 |        0
1442.66/1443.08	c 1441s |      14 |    79235 |    69452 |    88883      0 |      200 |        0
1446.75/1447.16	c 1445s |      14 |    79655 |    69652 |    88883      0 |      200 |        0
1449.65/1450.05	c 1448s |      14 |    79812 |    69752 |    88883      0 |      200 |        0
1452.25/1452.62	c 1451s |      14 |    79921 |    69852 |    88883      0 |      200 |        0
1454.65/1455.09	c 1453s |      14 |    80021 |    69952 |    88883      0 |      200 |        0
1457.46/1457.87	c 1456s |      14 |    80229 |    70152 |    88883      0 |      200 |        0
1459.66/1460.01	c 1458s |      14 |    80334 |    70252 |    88883      0 |      200 |        0
1461.86/1462.21	c 1460s |      14 |    80424 |    70352 |    88883      0 |      200 |        0
1464.26/1464.69	c 1463s |      14 |    80517 |    70452 |    88883      0 |      200 |        0
1466.95/1467.32	c 1465s |      14 |    80613 |    70552 |    88883      0 |      200 |        0
1469.65/1470.03	c 1468s |      14 |    80712 |    70652 |    88883      0 |      200 |        0
1472.45/1472.86	c 1471s |      14 |    80829 |    70752 |    88883      0 |      200 |        0
1475.25/1475.66	c 1474s |      14 |    80949 |    70852 |    88883      0 |      200 |        0
1477.75/1478.14	c 1476s |      14 |    81041 |    70952 |    88883      0 |      200 |        0
1480.26/1480.69	c 1479s |      14 |    81136 |    71052 |    88883      0 |      200 |        0
1482.75/1483.19	c 1481s |      14 |    81231 |    71152 |    88883      0 |      200 |        0
1484.95/1485.35	c 1483s |      14 |    81342 |    71252 |    88883      0 |      200 |        0
1486.95/1487.35	c 1485s |      14 |    81439 |    71352 |    88883      0 |      200 |        0
1490.15/1490.56	c 1489s |      14 |    81631 |    71552 |    88883      0 |      200 |        0
1494.74/1495.19	c 1493s |      14 |    81843 |    71752 |    88883      0 |      200 |        0
1497.64/1498.00	c 1496s |      14 |    81948 |    71852 |    88883      0 |      200 |        0
1499.84/1500.25	c 1498s |      14 |    82037 |    71952 |    88883      0 |      200 |        0
1501.84/1502.26	c 1500s |      14 |    82147 |    72052 |    88883      0 |      200 |        0
1505.14/1505.53	c 1504s |      14 |    82337 |    72252 |    88883      0 |      200 |        0
1508.74/1509.10	c 1507s |      14 |    82543 |    72452 |    88883      0 |      200 |        0
1511.15/1511.56	c 1510s |      14 |    82641 |    72552 |    88883      0 |      200 |        0
1513.44/1513.84	c 1512s |      14 |    82747 |    72652 |    88883      0 |      200 |        0
1515.64/1516.03	c 1514s |      14 |    82849 |    72752 |    88883      0 |      200 |        0
1519.24/1519.69	c 1518s |      14 |    83038 |    72952 |    88883      0 |      200 |        0
1522.84/1523.21	c 1521s |      14 |    83261 |    73152 |    88883      0 |      200 |        0
1525.14/1525.56	c 1524s |      14 |    83355 |    73252 |    88883      0 |      200 |        0
1527.24/1527.69	c 1526s |      14 |    83448 |    73352 |    88883      0 |      200 |        0
1529.44/1529.80	c 1528s |      14 |    83542 |    73452 |    88883      0 |      200 |        0
1532.64/1533.03	c 1531s |      14 |    83745 |    73652 |    88883      0 |      200 |        0
1536.74/1537.15	c 1535s |      14 |    83970 |    73852 |    88883      0 |      200 |        0
1539.14/1539.52	c 1538s |      14 |    84059 |    73952 |    88883      0 |      200 |        0
1541.33/1541.72	c 1540s |      14 |    84158 |    74052 |    88883      0 |      200 |        0
1544.93/1545.39	c 1543s |      14 |    84356 |    74252 |    88883      0 |      200 |        0
1548.23/1548.61	c 1547s |      14 |    84558 |    74452 |    88883      0 |      200 |        0
1550.93/1551.33	c 1549s |      14 |    84684 |    74552 |    88883      0 |      200 |        0
1554.33/1554.78	c 1553s |      14 |    84775 |    74652 |    88883      0 |      200 |        0
1556.63/1557.06	c 1555s |      14 |    84876 |    74752 |    88883      0 |      200 |        0
1558.93/1559.39	c 1557s |      14 |    84974 |    74852 |    88883      0 |      200 |        0
1561.94/1562.39	c 1560s |      14 |    85094 |    74952 |    88883      0 |      200 |        0
1564.34/1564.74	c 1563s |      14 |    85184 |    75052 |    88883      0 |      200 |        0
1566.53/1566.99	c 1565s |      14 |    85279 |    75152 |    88883      0 |      200 |        0
1568.73/1569.11	c 1567s |      14 |    85377 |    75252 |    88883      0 |      200 |        0
1571.93/1572.32	c 1570s |      14 |    85576 |    75452 |    88883      0 |      200 |        0
1574.03/1574.40	c 1572s |      14 |    85695 |    75552 |    88883      0 |      200 |        0
1576.63/1577.01	c 1575s |      14 |    85773 |    75652 |    88883      0 |      200 |        0
1579.34/1579.76	c 1578s |      14 |    85884 |    75752 |    88883      0 |      200 |        0
1582.93/1583.34	c 1581s |      14 |    85995 |    75852 |    88883      0 |      200 |        0
1585.63/1586.07	c 1584s |      14 |    86077 |    75952 |    88883      0 |      200 |        0
1587.93/1588.39	c 1586s |      14 |    86189 |    76052 |    88883      0 |      200 |        0
1590.13/1590.56	c 1589s |      14 |    86289 |    76152 |    88883      0 |      200 |        0
1593.64/1594.03	c 1592s |      14 |    86484 |    76352 |    88883      0 |      200 |        0
1597.03/1597.41	c 1595s |      14 |    86687 |    76552 |    88883      0 |      200 |        0
1599.53/1599.91	c 1598s |      14 |    86799 |    76652 |    88883      0 |      200 |        0
1602.33/1602.75	c 1601s |      14 |    86897 |    76752 |    88883      0 |      200 |        0
1604.53/1604.98	c 1603s |      14 |    86991 |    76852 |    88883      0 |      200 |        0
1606.63/1607.06	c 1605s |      14 |    87092 |    76952 |    88883      0 |      200 |        0
1609.92/1610.36	c 1608s |      14 |    87291 |    77152 |    88883      0 |      200 |        0
1614.22/1614.66	c 1613s |      14 |    87500 |    77352 |    88883      0 |      200 |        0
1616.83/1617.28	c 1615s |      14 |    87602 |    77452 |    88883      0 |      200 |        0
1619.03/1619.49	c 1618s |      14 |    87703 |    77552 |    88883      0 |      200 |        0
1621.14/1621.51	c 1620s |      14 |    87802 |    77652 |    88883      0 |      200 |        0
1624.34/1624.76	c 1623s |      14 |    87995 |    77852 |    88883      0 |      200 |        0
1628.73/1629.17	c 1627s |      14 |    88187 |    78052 |    88883      0 |      200 |        0
1631.53/1631.94	c 1630s |      14 |    88292 |    78152 |    88883      0 |      200 |        0
1633.92/1634.38	c 1632s |      14 |    88400 |    78252 |    88883      0 |      200 |        0
1636.12/1636.54	c 1635s |      14 |    88505 |    78352 |    88883      0 |      200 |        0
1639.62/1640.07	c 1638s |      14 |    88695 |    78552 |    88883      0 |      200 |        0
1643.72/1644.13	c 1642s |      14 |    88900 |    78752 |    88883      0 |      200 |        0
1646.43/1646.85	c 1645s |      14 |    89013 |    78852 |    88883      0 |      200 |        0
1649.02/1649.43	c 1647s |      14 |    89109 |    78952 |    88883      0 |      200 |        0
1651.32/1651.72	c 1650s |      14 |    89208 |    79052 |    88883      0 |      200 |        0
1653.42/1653.80	c 1652s |      14 |    89305 |    79152 |    88883      0 |      200 |        0
1656.52/1657.00	c 1655s |      14 |    89502 |    79352 |    88883      0 |      200 |        0
1658.62/1659.00	c 1657s |      14 |    89608 |    79452 |    88883      0 |      200 |        0
1661.21/1661.61	c 1660s |      14 |    89700 |    79552 |    88883      0 |      200 |        0
1665.13/1665.51	c 1664s |      14 |    89801 |    79652 |    88883      0 |      200 |        0
1669.22/1669.60	c 1668s |      14 |    89923 |    79752 |    88883      0 |      200 |        0
1671.63/1672.05	c 1670s |      14 |    90068 |    79852 |    88883      0 |      200 |        0
1673.62/1674.09	c 1672s |      14 |    90162 |    79952 |    88883      0 |      200 |        0
1676.02/1676.47	c 1675s |      14 |    90260 |    80052 |    88883      0 |      200 |        0
1679.12/1679.56	c 1678s |      14 |    90364 |    80152 |    88883      0 |      200 |        0
1682.41/1682.89	c 1681s |      14 |    90485 |    80252 |    88883      0 |      200 |        0
1685.61/1686.01	c 1684s |      14 |    90593 |    80352 |    88883      0 |      200 |        0
1689.41/1689.83	c 1688s |      14 |    90695 |    80452 |    88883      0 |      200 |        0
1693.62/1694.04	c 1692s |      14 |    90791 |    80552 |    88883      0 |      200 |        0
1696.11/1696.55	c 1695s |      14 |    90908 |    80652 |    88883      0 |      200 |        0
1700.81/1701.25	c 1699s |      14 |    91111 |    80852 |    88883      0 |      200 |        0
1704.21/1704.69	c 1703s |      14 |    91200 |    80952 |    88883      0 |      200 |        0
1708.31/1708.70	c 1707s |      14 |    91312 |    81052 |    88883      0 |      200 |        0
1712.01/1712.50	c 1711s |      14 |    91422 |    81152 |    88883      0 |      200 |        0
1715.02/1715.45	c 1713s |      14 |    91528 |    81252 |    88883      0 |      200 |        0
1718.01/1718.40	c 1716s |      14 |    91630 |    81352 |    88883      0 |      200 |        0
1720.51/1720.94	c 1719s |      14 |    91714 |    81452 |    88883      0 |      200 |        0
1723.01/1723.43	c 1721s |      14 |    91821 |    81552 |    88883      0 |      200 |        0
1725.31/1725.71	c 1724s |      14 |    91908 |    81652 |    88883      0 |      200 |        0
1727.31/1727.72	c 1726s |      14 |    92014 |    81752 |    88883      0 |      200 |        0
1730.71/1731.16	c 1729s |      14 |    92232 |    81952 |    88883      0 |      200 |        0
1733.51/1733.98	c 1732s |      14 |    92318 |    82052 |    88883      0 |      200 |        0
1736.11/1736.58	c 1735s |      14 |    92422 |    82152 |    88883      0 |      200 |        0
1738.61/1739.06	c 1737s |      14 |    92518 |    82252 |    88883      0 |      200 |        0
1740.92/1741.36	c 1739s |      14 |    92621 |    82352 |    88883      0 |      200 |        0
1743.12/1743.60	c 1742s |      14 |    92724 |    82452 |    88883      0 |      200 |        0
1746.81/1747.22	c 1745s |      14 |    92911 |    82652 |    88883      0 |      200 |        0
1750.11/1750.53	c 1749s |      14 |    93109 |    82852 |    88883      0 |      200 |        0
1752.31/1752.78	c 1751s |      14 |    93226 |    82952 |    88883      0 |      200 |        0
1754.61/1755.02	c 1753s |      14 |    93332 |    83052 |    88883      0 |      200 |        0
1758.01/1758.45	c 1756s |      14 |    93560 |    83252 |    88883      0 |      200 |        0
1760.41/1760.87	c 1759s |      14 |    93764 |    83452 |    88883      0 |      200 |        0
1762.41/1762.87	c 1761s |      14 |    93854 |    83552 |    88883      0 |      200 |        0
1767.11/1767.51	c 1766s |      14 |    94080 |    83752 |    88883      0 |      200 |        0
1769.51/1769.97	c 1768s |      14 |    94162 |    83852 |    88883      0 |      200 |        0
1771.71/1772.17	c 1770s |      14 |    94272 |    83952 |    88883      0 |      200 |        0
1773.91/1774.40	c 1772s |      14 |    94361 |    84052 |    88883      0 |      200 |        0
1776.11/1776.53	c 1775s |      14 |    94460 |    84152 |    88883      0 |      200 |        0
1779.60/1780.05	c 1778s |      14 |    94666 |    84352 |    88883      0 |      200 |        0
1783.00/1783.43	c 1781s |      14 |    94873 |    84552 |    88883      0 |      200 |        0
1785.50/1785.94	c 1784s |      14 |    94975 |    84652 |    88883      0 |      200 |        0
1787.80/1788.29	c 1786s |      14 |    95073 |    84752 |    88883      0 |      200 |        0
1790.10/1790.57	c 1789s |      14 |    95164 |    84852 |    88883      0 |      200 |        0
1792.30/1792.74	c 1791s |      14 |    95267 |    84952 |    88883      0 |      200 |        0
1796.01/1796.48	c 1795s |      14 |    95468 |    85152 |    88883      0 |      200 |        0
1798.80/1799.22	c 1797s |      14 |    95675 |    85352 |    88883      0 |      200 |        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-4079287-1465331717/watcher-4079287-1465331717 -o /tmp/evaluation-result-4079287-1465331717/solver-4079287-1465331717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21026 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079287-1465331717.opb 

pid=23244
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.20 2.10 2.04 3/179 23247
/proc/meminfo: memFree=29529332/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=666044 CPUtime=0 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 2475 0 0 0 0 0 0 0 20 0 4 0 115105133 682029056 2325 33554432000 4194304 16246674 140735136633360 140735136632784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23247/statm: 167279 2335 441 2943 0 164173 0
[pid=23247/tid=23248] ppid=23244 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 699854848 2394 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 704049152 2410 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115105133 708243456 2427 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.20 2.10 2.04 3/179 23247
/proc/meminfo: memFree=29529332/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 28179 0 0 0 4 5 0 0 20 0 4 0 115105133 1334382592 27968 33554432000 4194304 16246674 140735136633360 140735136632672 7376813 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23247/statm: 325777 27985 800 2943 0 322671 0
[pid=23247/tid=23248] ppid=23244 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1334382592 27996 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1334382592 28008 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1334382592 28019 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200481 s]
/proc/loadavg: 2.20 2.10 2.04 3/179 23247
/proc/meminfo: memFree=29529332/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1313348 CPUtime=0.18 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 46808 0 0 0 11 7 0 0 20 0 4 0 115105133 1344868352 47107 33554432000 4194304 16246674 140735136633360 140735136632672 7383936 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23247/statm: 328337 47107 801 2943 0 325231 0
[pid=23247/tid=23248] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 47107 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 47107 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 47107 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300462 s]
/proc/loadavg: 2.20 2.10 2.04 3/179 23247
/proc/meminfo: memFree=29529332/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 56972 0 0 0 20 9 0 0 20 0 4 0 115105133 1344868352 57271 33554432000 4194304 16246674 140735136633360 140735136616352 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 328337 57271 801 2943 0 325231 0
[pid=23247/tid=23248] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 57271 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 57271 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 57271 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700393 s]
/proc/loadavg: 2.20 2.10 2.04 3/179 23247
/proc/meminfo: memFree=29529332/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 91640 0 0 0 55 13 0 0 20 0 4 0 115105133 1344868352 91939 33554432000 4194304 16246674 140735136633360 140735136631168 6769513 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 328337 91948 841 2943 0 325231 0
[pid=23247/tid=23248] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 91952 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 91957 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1344868352 91963 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.20 2.10 2.04 3/183 23251
/proc/meminfo: memFree=28897696/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1.48 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166964 0 0 0 124 24 0 0 20 0 4 0 115105133 1381568512 167263 33554432000 4194304 16246674 140735136633360 140735136632576 5813092 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167266 876 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167266 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167266 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167266 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1349188

[startup+3.10042 s]
/proc/loadavg: 2.20 2.10 2.04 3/183 23251
/proc/meminfo: memFree=28861612/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=3.08 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166984 0 0 0 284 24 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140735136615232 5600384 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167283 891 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1349188

[startup+6.3004 s]
/proc/loadavg: 2.18 2.10 2.04 4/183 23251
/proc/meminfo: memFree=28860172/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=6.28 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166984 0 0 0 604 24 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140735136615232 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167283 891 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.17 2.09 2.04 3/183 23251
/proc/meminfo: memFree=28860752/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=12.68 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166984 0 0 0 1244 24 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140735136615232 5661428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167283 891 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.13 2.09 2.04 3/183 23251
/proc/meminfo: memFree=28860848/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=25.48 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166984 0 0 0 2524 24 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140735136615232 5711801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167283 891 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167283 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1349188

[startup+51.1005 s]
/proc/loadavg: 2.15 2.10 2.04 3/183 23251
/proc/meminfo: memFree=28861076/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=51.08 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166988 0 0 0 5083 25 0 0 20 0 4 0 115105133 1381568512 167287 33554432000 4194304 16246674 140735136633360 140735136615232 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167287 895 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167287 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167287 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167287 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1349188

[startup+102.301 s]
/proc/loadavg: 2.11 2.09 2.04 3/183 23252
/proc/meminfo: memFree=28861224/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=102.28 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 166989 0 0 0 10202 26 0 0 20 0 4 0 115105133 1381568512 167288 33554432000 4194304 16246674 140735136633360 140735136615232 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 167288 895 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167288 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167288 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 167288 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1349188


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

/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1349188

[startup+1302.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/183 23331
/proc/meminfo: memFree=29902604/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1302.03 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167065 0 0 0 130159 44 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5712622 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1349188

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.02 3/183 23332
/proc/meminfo: memFree=29903020/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1362 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167099 0 0 0 136155 45 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5712547 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 1349188

[startup+1422.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/183 23334
/proc/meminfo: memFree=29902732/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1421.98 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167133 0 0 0 142152 46 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 1349188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/183 23335
/proc/meminfo: memFree=29902960/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1481.95 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 148148 47 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5523464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1349188

[startup+1542.31 s]
/proc/loadavg: 2.04 2.04 2.01 3/184 23339
/proc/meminfo: memFree=29801140/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1541.94 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 154147 47 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 1349188

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/184 23363
/proc/meminfo: memFree=29703852/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1601.93 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 160145 48 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5722816 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1349188

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 23364
/proc/meminfo: memFree=29559660/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1661.92 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 166142 50 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5677422 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 1349188

[startup+1722.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 23366
/proc/meminfo: memFree=29463052/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1721.91 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 172140 51 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5722982 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 23367
/proc/meminfo: memFree=29351920/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1781.9 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 178139 51 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 23367
/proc/meminfo: memFree=29313304/32872528 swapFree=11196/354588
[pid=23247] ppid=23244 vsize=1349188 CPUtime=1800 cores=0,2,4,6
/proc/23247/stat : 23247 (toysat) R 23244 23247 21010 0 -1 4202496 167162 0 0 0 179949 51 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140735136615232 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23247/statm: 337297 278537 896 2943 0 334191 0
[pid=23247/tid=23248] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23248/stat : 23248 (toysat) S 23244 23247 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525196782832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23247/tid=23249] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23249/stat : 23249 (toysat) S 23244 23247 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525186292976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23247/tid=23250] ppid=23244 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/23247/task/23250/stat : 23250 (toysat) S 23244 23247 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115105133 1381568512 278537 33554432000 4194304 16246674 140735136633360 140525175819440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 23247 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.01
CPU user time (s): 1799.5
CPU system time (s): 0.516921
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.516921
maximum resident set size= 1114148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167162
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= 187
involuntary context switches= 2016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69629 second user time and 6.97794 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 22:35:17
IDJOB=4079287
IDBENCH=92723
IDSOLVER=2542
FILE ID=node126/4079287-1465331717
RUNJOBID= node126-1465306898-21026
PBS_JOBID= 19849495
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= f93bc86ebde6b06b59a0e975321ccaef
RANDOM SEED=1583412737

node126.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.500
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.00
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.500
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.500
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.500
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29529596 kB
Buffers:           39424 kB
Cached:           258028 kB
SwapCached:         2088 kB
Active:          2103292 kB
Inactive:         150348 kB
Active(anon):    1953804 kB
Inactive(anon):     4628 kB
Active(file):     149488 kB
Inactive(file):   145720 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             17872 kB
Writeback:             0 kB
AnonPages:       2268716 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             600248 kB
SReclaimable:      44292 kB
SUnreclaim:       555956 kB
KernelStack:        1520 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2451320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 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= 71704 MiB
End job on node126 at 2016-06-07 23:05:17