Trace number 4079312

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_4.opb
MD5SUM213b2ab8f9fabc47faf8664d1026e564
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6700817
Best CPU time to get the best result obtained on this benchmark1800.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 169112377
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 146273936801
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 169112377
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 146273936801
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-30T00:40:03+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-4079312-1467240003.opb"]
0.00/0.01	c use --random-gen="2204263948 4123170651 4020891423 3592775352 846020654 4270750651 3596431158 1320712466 1228877107 631379486 2759400766 883038909 97174274 1497363518 2945967675 1625099900 1648547412 3388316406 2231853342 748144517 2715471675 3295543611 2268829045 1087369316 2550343966 1125462420 787483568 642879543 3684040732 3603769349 3149688328 3053502794 1252553100 2276968036 1296262785 2076177494 3997665368 3752255758 1134569447 2890481582 2201130430 3914993809 2918904169 808927901 2487310744 1690750259 1267879964 867847476 494976833 3059471115 1480647055 1274424567 4234517087 153377054 1743203981 2198086095 3696385182 3660159890 444892592 3782007838 1656771717 937943410 3481907309 302675759 1042631553 4236968024 3990561266 2766345529 3952040334 3478528472 3495847420 2300320120 2788597714 1395716070 178366168 59050944 3268247073 3655323104 3081683014 58739776 2429735361 148574633 625554518 3819021824 500872728 1845261610 3590532559 2895493536 3499457309 2468378996 353496893 2165568568 2087400807 3331131297 4078173733 1441589289 3921577451 4183738159 213769083 3639624796 1975698065 890320959 3823865698 1599990894 45442162 209595700 2637727075 2551834512 1176325463 1449935635 254540647 438216907 4125435569 3195076256 2102493478 4082077392 3188287214 590091986 2988068589 2070221603 690978054 2413829715 866979535 1869433472 4133436744 3141843257 3492259919 2349701345 3688140599 3306857856 4047282347 3192549218 122696535 444414651 2534571710 1049179351 2259792026 3392884245 2374510099 2200036639 161775202 280434936 2286756119 163657252 3342493958 1369454705 1311702892 3473055538 2676918345 4034513476 3702580334 2488638714 2636945824 1538097289 861604730 3231178667 893451179 2825696138 3169525834 174474098 2102333067 3315304181 2965136430 3468685079 4117737624 965281691 1627600039 1023808375 3817357780 3159004090 248731912 102553385 1579344114 3809596380 4093754240 3001286720 1495952313 1733798498 3774187969 3106699746 2440440813 2654477236 2999026641 883792090 1651448782 4204202448 1309712543 1933142478 2753716432 547634265 1431722864 2220785170 873364820 2982674252 972123772 46118347 2850804638 3627615143 1817390188 4119304899 1216724869 2154989067 987883525 3494769127 3956214455 1959506871 1444739156 3351013109 2582909229 34443642 670397230 4081714128 14771228 4057826420 1893758699 1406512773 2903116657 2770298025 625511251 112243984 2160601515 264701935 1698777690 3182670131 497455663 4051660274 2731128678 2710053926 3289779226 1415597583 1618977194 1779477050 323493321 929138394 3188635394 2598482787 1157274836 2182202020 4245177079 3933742650 2275295160 2888460958 2434794946 2290827082 163964200 968188988 2530541600 4048232407 100457113 1832186628 2610724473 890204137 287300134 4072665360 1060527079 3943995762 255 362436" option to reproduce the execution
0.19/0.23	c #vars 14620
0.19/0.23	c #constraints 21851
0.99/1.01	c BCD2: Hardening is enabled.
0.99/1.01	c BCD2: BiasedSearch is enabled.
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |    16917      0 |      170 |        0
1.39/1.44	c  0.4s |       1 |      171 |      100 |    16917      0 |      170 |        0
3.79/3.81	c  2.8s |       1 |      410 |      200 |    18609      0 |      170 |        0
4.98/5.00	c  4.0s |       2 |      487 |      250 |    18609      0 |      170 |        0
8.68/8.70	c  7.7s |       2 |      798 |      450 |    20470      0 |      170 |        0
8.79/8.87	c  7.9s |       3 |      815 |      475 |    20470      0 |      170 |        0
10.89/10.97	c 10.0s |       3 |     1117 |      675 |    22517      0 |      170 |        0
13.20/13.26	c 12.3s |       4 |     1297 |      813 |    22517      0 |      170 |        0
16.29/16.33	c 15.3s |       4 |     1606 |     1013 |    24769      0 |      170 |        0
18.89/18.98	c 18.0s |       4 |     1825 |     1213 |    24769      0 |      170 |        0
19.80/19.88	c 18.9s |       5 |     1938 |     1320 |    24769      0 |      170 |        0
22.99/23.02	c 22.0s |       5 |     2290 |     1520 |    27246      0 |      170 |        0
25.19/25.25	c 24.2s |       5 |     2564 |     1720 |    27246      0 |      170 |        0
27.39/27.50	c 26.5s |       5 |     2792 |     1920 |    27246      0 |      170 |        0
28.99/29.04	c 28.0s |       6 |     3000 |     2081 |    29971      0 |      170 |        0
31.09/31.15	c 30.1s |       6 |     3302 |     2281 |    29971      0 |      170 |        0
33.98/34.09	c 33.1s |       6 |     3726 |     2581 |    29971      0 |      170 |        0
36.29/36.34	c 35.3s |       6 |     3954 |     2781 |    29971      0 |      170 |        0
38.78/38.87	c 37.9s |       6 |     4190 |     2981 |    29971      0 |      170 |        0
41.28/41.36	c 40.4s |       6 |     4604 |     3181 |    29971      0 |      170 |        0
41.89/41.92	c 40.9s |       7 |     4645 |     3223 |    32969      0 |      170 |        0
45.19/45.26	c 44.3s |       7 |     4984 |     3423 |    32969      0 |      170 |        0
48.78/48.87	c 47.9s |       7 |     5325 |     3723 |    32969      0 |      170 |        0
52.18/52.21	c 51.2s |       7 |     5545 |     3923 |    32969      0 |      170 |        0
55.88/55.90	c 54.9s |       7 |     5916 |     4223 |    32969      0 |      170 |        0
58.48/58.55	c 57.5s |       7 |     6127 |     4423 |    32969      0 |      170 |        0
61.17/61.22	c 60.2s |       7 |     6319 |     4623 |    32969      0 |      170 |        0
63.67/63.78	c 62.8s |       7 |     6563 |     4823 |    32969      0 |      170 |        0
64.77/64.89	c 63.9s |       8 |     6703 |     4936 |    36266      0 |      170 |        0
67.67/67.72	c 66.7s |       8 |     7005 |     5136 |    36266      0 |      170 |        0
70.07/70.12	c 69.1s |       8 |     7212 |     5336 |    36266      0 |      170 |        0
73.07/73.19	c 72.2s |       8 |     7466 |     5536 |    36266      0 |      170 |        0
75.47/75.56	c 74.6s |       8 |     7696 |     5736 |    36266      0 |      170 |        0
77.67/77.76	c 76.8s |       8 |     8008 |     6036 |    36266      0 |      170 |        0
80.17/80.22	c 79.2s |       8 |     8216 |     6236 |    36266      0 |      170 |        0
82.48/82.57	c 81.6s |       8 |     8444 |     6436 |    36266      0 |      170 |        0
84.87/84.96	c 84.0s |       8 |     8637 |     6636 |    36266      0 |      170 |        0
87.17/87.28	c 86.3s |       8 |     8839 |     6836 |    36266      0 |      170 |        0
89.87/89.99	c 89.0s |       8 |     9141 |     7136 |    36266      0 |      170 |        0
93.17/93.28	c 92.3s |       8 |     9489 |     7436 |    36266      0 |      170 |        0
94.27/94.33	c 93.3s |       9 |     9567 |     7506 |    39893      0 |      170 |        0
96.67/96.77	c 95.8s |       9 |     9960 |     7706 |    39893      0 |      170 |        0
98.87/98.99	c 98.0s |       9 |    10335 |     7906 |    39893      0 |      170 |        0
101.18/101.25	c  100s |       9 |    10552 |     8106 |    39893      0 |      170 |        0
103.38/103.45	c  102s |       9 |    10873 |     8406 |    39893      0 |      170 |        0
105.48/105.53	c  104s |       9 |    11108 |     8606 |    39893      0 |      170 |        0
107.88/107.93	c  106s |       9 |    11411 |     8806 |    39893      0 |      170 |        0
111.18/111.22	c  110s |       9 |    11638 |     9006 |    39893      0 |      170 |        0
113.87/113.94	c  112s |       9 |    11909 |     9206 |    39893      0 |      170 |        0
116.47/116.52	c  115s |       9 |    12114 |     9406 |    39893      0 |      170 |        0
119.07/119.13	c  118s |       9 |    12352 |     9606 |    39893      0 |      170 |        0
121.67/121.75	c  120s |       9 |    12558 |     9806 |    39893      0 |      170 |        0
124.47/124.55	c  123s |       9 |    12885 |    10006 |    39893      0 |      170 |        0
127.68/127.74	c  126s |       9 |    13104 |    10206 |    39893      0 |      170 |        0
130.57/130.63	c  129s |       9 |    13337 |    10406 |    39893      0 |      170 |        0
132.67/132.74	c  131s |       9 |    13587 |    10606 |    39893      0 |      170 |        0
135.17/135.22	c  134s |       9 |    13850 |    10806 |    39893      0 |      170 |        0
137.48/137.58	c  136s |       9 |    14143 |    11106 |    39893      0 |      170 |        0
140.37/140.43	c  139s |       9 |    14357 |    11306 |    43883      0 |      170 |        0
141.17/141.20	c  140s |      10 |    14446 |    11361 |    43883      0 |      170 |        0
143.17/143.28	c  142s |      10 |    14827 |    11561 |    43883      0 |      170 |        0
145.47/145.54	c  144s |      10 |    15100 |    11761 |    43883      0 |      170 |        0
148.17/148.29	c  147s |      10 |    15460 |    12061 |    43883      0 |      170 |        0
150.27/150.35	c  149s |      10 |    15701 |    12261 |    43883      0 |      170 |        0
152.87/152.96	c  151s |      10 |    16024 |    12561 |    43883      0 |      170 |        0
155.57/155.63	c  154s |      10 |    16458 |    12961 |    43883      0 |      170 |        0
157.86/157.99	c  156s |      10 |    16760 |    13261 |    43883      0 |      170 |        0
160.67/160.76	c  159s |      10 |    17114 |    13561 |    43883      0 |      170 |        0
163.06/163.15	c  162s |      10 |    17441 |    13861 |    43883      0 |      170 |        0
165.16/165.26	c  164s |      10 |    17765 |    14161 |    43883      0 |      170 |        0
167.66/167.71	c  166s |      10 |    17979 |    14361 |    43883      0 |      170 |        0
169.76/169.85	c  168s |      10 |    18214 |    14561 |    43883      0 |      170 |        0
172.86/172.92	c  171s |      10 |    18537 |    14861 |    43883      0 |      170 |        0
175.86/175.96	c  174s |      10 |    18864 |    15161 |    43883      0 |      170 |        0
177.96/178.03	c  177s |      10 |    19109 |    15361 |    43883      0 |      170 |        0
180.77/180.86	c  179s |      10 |    19448 |    15661 |    43883      0 |      170 |        0
183.67/183.78	c  182s |      10 |    19678 |    15861 |    43883      0 |      170 |        0
186.26/186.32	c  185s |      10 |    20080 |    16161 |    43883      0 |      170 |        0
188.96/189.01	c  188s |      10 |    20339 |    16361 |    43883      0 |      170 |        0
191.16/191.24	c  190s |      10 |    20566 |    16561 |    43883      0 |      170 |        0
193.46/193.57	c  192s |      10 |    20888 |    16861 |    43883      0 |      170 |        0
196.06/196.18	c  195s |      11 |    21247 |    17144 |    48272      0 |      170 |        0
198.26/198.39	c  197s |      11 |    21577 |    17344 |    48272      0 |      170 |        0
200.76/200.84	c  199s |      11 |    21968 |    17644 |    48272      0 |      170 |        0
203.76/203.82	c  202s |      11 |    22327 |    17944 |    48272      0 |      170 |        0
206.36/206.48	c  205s |      11 |    22677 |    18244 |    48272      0 |      170 |        0
209.76/209.80	c  208s |      11 |    23084 |    18544 |    48272      0 |      170 |        0
212.37/212.48	c  211s |      11 |    23301 |    18744 |    48272      0 |      170 |        0
214.76/214.88	c  213s |      11 |    23542 |    18944 |    48272      0 |      170 |        0
217.56/217.62	c  216s |      11 |    23782 |    19144 |    48272      0 |      170 |        0
220.26/220.32	c  219s |      11 |    24000 |    19344 |    48272      0 |      170 |        0
222.76/222.90	c  221s |      11 |    24213 |    19544 |    48272      0 |      170 |        0
225.56/225.67	c  224s |      11 |    24465 |    19744 |    48272      0 |      170 |        0
228.45/228.51	c  227s |      11 |    24806 |    20044 |    48272      0 |      170 |        0
231.35/231.43	c  230s |      11 |    25132 |    20244 |    48272      0 |      170 |        0
233.75/233.85	c  232s |      11 |    25471 |    20444 |    48272      0 |      170 |        0
236.05/236.19	c  235s |      11 |    25662 |    20644 |    48272      0 |      170 |        0
239.15/239.27	c  238s |      11 |    26022 |    20944 |    48272      0 |      170 |        0
241.75/241.80	c  240s |      11 |    26294 |    21144 |    48272      0 |      170 |        0
244.65/244.70	c  243s |      11 |    26540 |    21344 |    48272      0 |      170 |        0
247.05/247.10	c  246s |      11 |    26788 |    21544 |    48272      0 |      170 |        0
249.25/249.37	c  248s |      11 |    27015 |    21744 |    48272      0 |      170 |        0
252.85/252.96	c  251s |      11 |    27245 |    21944 |    48272      0 |      170 |        0
255.35/255.48	c  254s |      11 |    27365 |    22044 |    48272      0 |      170 |        0
257.75/257.87	c  256s |      11 |    27459 |    22144 |    48272      0 |      170 |        0
261.25/261.39	c  260s |      11 |    27732 |    22344 |    48272      0 |      170 |        0
264.54/264.66	c  263s |      11 |    27926 |    22544 |    48272      0 |      170 |        0
268.35/268.48	c  267s |      11 |    28174 |    22744 |    48272      0 |      170 |        0
270.95/271.08	c  270s |      11 |    28379 |    22944 |    48272      0 |      170 |        0
274.35/274.46	c  273s |      11 |    28592 |    23144 |    48272      0 |      170 |        0
276.85/276.98	c  275s |      11 |    28724 |    23244 |    48272      0 |      170 |        0
280.05/280.10	c  279s |      11 |    28935 |    23444 |    48272      0 |      170 |        0
282.66/282.77	c  281s |      11 |    29133 |    23644 |    48272      0 |      170 |        0
285.45/285.58	c  284s |      11 |    29448 |    23944 |    48272      0 |      170 |        0
288.55/288.66	c  287s |      11 |    29708 |    24144 |    48272      0 |      170 |        0
291.45/291.59	c  290s |      11 |    30330 |    24344 |    48272      0 |      170 |        0
293.45/293.59	c  292s |      11 |    30442 |    24444 |    48272      0 |      170 |        0
296.24/296.34	c  295s |      11 |    30672 |    24644 |    48272      0 |      170 |        0
298.34/298.43	c  297s |      11 |    30861 |    24844 |    48272      0 |      170 |        0
300.44/300.55	c  299s |      11 |    31196 |    25144 |    48272      0 |      170 |        0
303.14/303.25	c  302s |      11 |    31638 |    25544 |    48272      0 |      170 |        0
305.14/305.29	c  304s |      12 |    31911 |    25819 |    53100      0 |      170 |        0
308.14/308.27	c  307s |      12 |    32222 |    26019 |    53100      0 |      170 |        0
310.54/310.60	c  309s |      12 |    32584 |    26319 |    53100      0 |      170 |        0
312.74/312.81	c  311s |      12 |    32799 |    26519 |    53100      0 |      170 |        0
314.74/314.87	c  313s |      12 |    33121 |    26819 |    53100      0 |      170 |        0
317.64/317.75	c  316s |      12 |    33446 |    27119 |    53100      0 |      170 |        0
320.34/320.45	c  319s |      12 |    33661 |    27319 |    53100      0 |      170 |        0
323.24/323.35	c  322s |      12 |    33924 |    27519 |    53100      0 |      170 |        0
326.14/326.26	c  325s |      12 |    34223 |    27819 |    53100      0 |      170 |        0
329.24/329.32	c  328s |      12 |    34584 |    28119 |    53100      0 |      170 |        0
331.94/332.09	c  331s |      12 |    34967 |    28419 |    53100      0 |      170 |        0
334.64/334.70	c  333s |      12 |    35185 |    28619 |    53100      0 |      170 |        0
337.03/337.10	c  336s |      12 |    35392 |    28819 |    53100      0 |      170 |        0
340.13/340.26	c  339s |      12 |    35711 |    29119 |    53100      0 |      170 |        0
343.03/343.11	c  342s |      12 |    36055 |    29319 |    53100      0 |      170 |        0
346.33/346.43	c  345s |      12 |    36277 |    29519 |    53100      0 |      170 |        0
348.53/348.70	c  347s |      12 |    36480 |    29719 |    53100      0 |      170 |        0
352.33/352.45	c  351s |      12 |    36803 |    30019 |    53100      0 |      170 |        0
355.35/355.47	c  354s |      12 |    37002 |    30219 |    53100      0 |      170 |        0
357.84/357.92	c  356s |      12 |    37220 |    30419 |    53100      0 |      170 |        0
361.04/361.13	c  360s |      12 |    37520 |    30719 |    53100      0 |      170 |        0
363.84/363.94	c  362s |      12 |    37758 |    30919 |    53100      0 |      170 |        0
367.04/367.14	c  366s |      12 |    37967 |    31119 |    53100      0 |      170 |        0
369.33/369.48	c  368s |      12 |    38163 |    31319 |    53100      0 |      170 |        0
371.93/372.06	c  371s |      12 |    38388 |    31519 |    53100      0 |      170 |        0
375.53/375.62	c  374s |      12 |    38589 |    31719 |    53100      0 |      170 |        0
378.44/378.55	c  377s |      12 |    38821 |    31919 |    53100      0 |      170 |        0
381.33/381.43	c  380s |      12 |    39022 |    32119 |    53100      0 |      170 |        0
384.23/384.34	c  383s |      12 |    39329 |    32419 |    53100      0 |      170 |        0
388.13/388.27	c  387s |      12 |    39542 |    32619 |    53100      0 |      170 |        0
390.23/390.30	c  389s |      12 |    39650 |    32719 |    53100      0 |      170 |        0
393.03/393.18	c  392s |      12 |    39866 |    32919 |    53100      0 |      170 |        0
395.23/395.39	c  394s |      12 |    39963 |    33019 |    53100      0 |      170 |        0
397.83/397.93	c  396s |      12 |    40171 |    33219 |    53100      0 |      170 |        0
401.13/401.27	c  400s |      12 |    40525 |    33519 |    53100      0 |      170 |        0
404.83/404.94	c  403s |      12 |    40740 |    33719 |    53100      0 |      170 |        0
406.93/407.08	c  406s |      12 |    40932 |    33919 |    53100      0 |      170 |        0
409.33/409.43	c  408s |      12 |    41145 |    34119 |    53100      0 |      170 |        0
412.03/412.19	c  411s |      12 |    41352 |    34319 |    53100      0 |      170 |        0
415.52/415.66	c  414s |      12 |    41550 |    34519 |    53100      0 |      170 |        0
418.22/418.37	c  417s |      12 |    41750 |    34719 |    53100      0 |      170 |        0
422.22/422.32	c  421s |      12 |    41989 |    34919 |    53100      0 |      170 |        0
424.53/424.70	c  423s |      12 |    42185 |    35119 |    53100      0 |      170 |        0
427.93/428.02	c  427s |      12 |    42532 |    35419 |    53100      0 |      170 |        0
430.92/431.09	c  430s |      12 |    42733 |    35619 |    53100      0 |      170 |        0
434.43/434.60	c  433s |      12 |    43025 |    35819 |    53100      0 |      170 |        0
437.62/437.73	c  436s |      12 |    43244 |    36019 |    53100      0 |      170 |        0
440.82/440.92	c  439s |      12 |    43446 |    36219 |    53100      0 |      170 |        0
444.02/444.14	c  443s |      12 |    43654 |    36419 |    53100      0 |      170 |        0
446.82/446.98	c  445s |      12 |    43964 |    36719 |    53100      0 |      170 |        0
450.02/450.12	c  449s |      12 |    44172 |    36919 |    53100      0 |      170 |        0
452.92/453.08	c  452s |      12 |    44371 |    37119 |    53100      0 |      170 |        0
455.12/455.28	c  454s |      12 |    44493 |    37219 |    53100      0 |      170 |        0
457.92/458.04	c  457s |      12 |    44692 |    37419 |    53100      0 |      170 |        0
460.12/460.22	c  459s |      12 |    44882 |    37619 |    53100      0 |      170 |        0
462.82/462.92	c  461s |      12 |    45125 |    37819 |    53100      0 |      170 |        0
465.82/465.96	c  464s |      12 |    45348 |    38019 |    53100      0 |      170 |        0
469.32/469.40	c  468s |      12 |    45555 |    38219 |    53100      0 |      170 |        0
472.42/472.59	c  471s |      12 |    45775 |    38419 |    53100      0 |      170 |        0
475.12/475.22	c  474s |      12 |    46001 |    38619 |    58411      0 |      170 |        0
479.02/479.14	c  478s |      12 |    46242 |    38819 |    58411      0 |      170 |        0
479.22/479.36	c  478s |      13 |    46261 |    38832 |    58411      0 |      170 |        0
482.22/482.32	c  481s |      13 |    46526 |    39032 |    58411      0 |      170 |        0
485.42/485.59	c  484s |      13 |    46861 |    39332 |    58411      0 |      170 |        0
488.91/489.08	c  488s |      13 |    47064 |    39532 |    58411      0 |      170 |        0
491.41/491.51	c  490s |      13 |    47172 |    39632 |    58411      0 |      170 |        0
493.71/493.86	c  492s |      13 |    47285 |    39732 |    58411      0 |      170 |        0
495.91/496.04	c  495s |      13 |    47379 |    39832 |    58411      0 |      170 |        0
498.71/498.87	c  497s |      13 |    47602 |    40032 |    58411      0 |      170 |        0
500.91/501.03	c  500s |      13 |    47741 |    40132 |    58411      0 |      170 |        0
504.61/504.72	c  503s |      13 |    47989 |    40332 |    58411      0 |      170 |        0
506.61/506.73	c  505s |      13 |    48098 |    40432 |    58411      0 |      170 |        0
508.71/508.86	c  507s |      13 |    48195 |    40532 |    58411      0 |      170 |        0
511.52/511.64	c  510s |      13 |    48413 |    40732 |    58411      0 |      170 |        0
515.31/515.44	c  514s |      13 |    48650 |    40932 |    58411      0 |      170 |        0
518.51/518.62	c  517s |      13 |    48898 |    41132 |    58411      0 |      170 |        0
521.31/521.42	c  520s |      13 |    49109 |    41332 |    58411      0 |      170 |        0
524.01/524.13	c  523s |      13 |    49473 |    41532 |    58411      0 |      170 |        0
526.41/526.54	c  525s |      13 |    49743 |    41732 |    58411      0 |      170 |        0
529.41/529.54	c  528s |      13 |    50090 |    42032 |    58411      0 |      170 |        0
531.91/532.02	c  531s |      13 |    50279 |    42232 |    58411      0 |      170 |        0
534.81/534.90	c  533s |      13 |    50585 |    42532 |    58411      0 |      170 |        0
537.71/537.84	c  536s |      13 |    50887 |    42832 |    58411      0 |      170 |        0
540.51/540.65	c  539s |      13 |    51185 |    43132 |    58411      0 |      170 |        0
542.71/542.88	c  541s |      13 |    51294 |    43232 |    58411      0 |      170 |        0
545.71/545.80	c  544s |      13 |    51537 |    43432 |    58411      0 |      170 |        0
549.01/549.16	c  548s |      13 |    51753 |    43632 |    58411      0 |      170 |        0
551.51/551.67	c  550s |      13 |    51938 |    43832 |    58411      0 |      170 |        0
554.71/554.80	c  553s |      13 |    52286 |    44132 |    58411      0 |      170 |        0
557.61/557.77	c  556s |      13 |    52524 |    44332 |    58411      0 |      170 |        0
560.70/560.84	c  559s |      13 |    52759 |    44532 |    58411      0 |      170 |        0
563.50/563.67	c  562s |      13 |    53037 |    44732 |    58411      0 |      170 |        0
566.10/566.22	c  565s |      13 |    53239 |    44932 |    58411      0 |      170 |        0
569.20/569.35	c  568s |      13 |    53555 |    45232 |    58411      0 |      170 |        0
571.50/571.68	c  570s |      13 |    53663 |    45332 |    58411      0 |      170 |        0
575.10/575.25	c  574s |      13 |    53923 |    45532 |    58411      0 |      170 |        0
578.20/578.35	c  577s |      13 |    54137 |    45732 |    58411      0 |      170 |        0
580.50/580.64	c  579s |      13 |    54255 |    45832 |    58411      0 |      170 |        0
583.70/583.88	c  582s |      13 |    54590 |    46032 |    58411      0 |      170 |        0
587.80/587.91	c  586s |      13 |    54803 |    46232 |    58411      0 |      170 |        0
589.90/590.05	c  589s |      13 |    54917 |    46332 |    58411      0 |      170 |        0
592.10/592.24	c  591s |      13 |    55028 |    46432 |    58411      0 |      170 |        0
596.30/596.42	c  595s |      13 |    55242 |    46632 |    58411      0 |      170 |        0
598.41/598.53	c  597s |      13 |    55351 |    46732 |    58411      0 |      170 |        0
601.61/601.77	c  600s |      13 |    55576 |    46932 |    58411      0 |      170 |        0
604.20/604.37	c  603s |      13 |    55695 |    47032 |    58411      0 |      170 |        0
606.60/606.71	c  605s |      13 |    55820 |    47132 |    58411      0 |      170 |        0
609.40/609.53	c  608s |      13 |    55917 |    47232 |    58411      0 |      170 |        0
612.19/612.35	c  611s |      13 |    56043 |    47332 |    58411      0 |      170 |        0
614.29/614.43	c  613s |      13 |    56148 |    47432 |    58411      0 |      170 |        0
617.39/617.59	c  616s |      13 |    56387 |    47632 |    58411      0 |      170 |        0
621.69/621.84	c  620s |      13 |    56657 |    47832 |    58411      0 |      170 |        0
624.19/624.38	c  623s |      13 |    56752 |    47932 |    58411      0 |      170 |        0
626.69/626.81	c  625s |      13 |    56855 |    48032 |    58411      0 |      170 |        0
629.79/629.99	c  628s |      13 |    57084 |    48232 |    58411      0 |      170 |        0
633.29/633.43	c  632s |      13 |    57287 |    48432 |    58411      0 |      170 |        0
635.49/635.60	c  634s |      13 |    57379 |    48532 |    58411      0 |      170 |        0
638.09/638.28	c  637s |      13 |    57484 |    48632 |    58411      0 |      170 |        0
640.39/640.54	c  639s |      13 |    57627 |    48732 |    58411      0 |      170 |        0
642.49/642.68	c  641s |      13 |    57758 |    48832 |    58411      0 |      170 |        0
645.69/645.89	c  644s |      13 |    57945 |    49032 |    58411      0 |      170 |        0
647.80/647.91	c  646s |      13 |    58160 |    49132 |    58411      0 |      170 |        0
651.69/651.89	c  650s |      13 |    58359 |    49332 |    58411      0 |      170 |        0
655.19/655.39	c  654s |      13 |    58595 |    49532 |    58411      0 |      170 |        0
658.90/659.01	c  658s |      13 |    58801 |    49732 |    58411      0 |      170 |        0
661.59/661.71	c  660s |      13 |    58924 |    49832 |    58411      0 |      170 |        0
664.30/664.49	c  663s |      13 |    59030 |    49932 |    58411      0 |      170 |        0
666.69/666.87	c  665s |      13 |    59139 |    50032 |    58411      0 |      170 |        0
669.49/669.64	c  668s |      13 |    59344 |    50232 |    58411      0 |      170 |        0
671.68/671.87	c  670s |      13 |    59545 |    50432 |    58411      0 |      170 |        0
674.29/674.45	c  673s |      13 |    59780 |    50632 |    58411      0 |      170 |        0
676.88/677.07	c  676s |      13 |    59996 |    50832 |    58411      0 |      170 |        0
680.18/680.38	c  679s |      13 |    60243 |    51032 |    58411      0 |      170 |        0
682.99/683.17	c  682s |      13 |    60388 |    51132 |    58411      0 |      170 |        0
685.78/685.97	c  684s |      13 |    60504 |    51232 |    58411      0 |      170 |        0
689.88/690.05	c  689s |      13 |    60705 |    51432 |    58411      0 |      170 |        0
691.98/692.10	c  691s |      13 |    60860 |    51532 |    58411      0 |      170 |        0
694.48/694.65	c  693s |      13 |    61059 |    51732 |    58411      0 |      170 |        0
697.58/697.78	c  696s |      13 |    61271 |    51932 |    58411      0 |      170 |        0
699.98/700.15	c  699s |      13 |    61390 |    52032 |    58411      0 |      170 |        0
703.49/703.61	c  702s |      13 |    61596 |    52232 |    58411      0 |      170 |        0
705.59/705.77	c  704s |      13 |    61913 |    52432 |    58411      0 |      170 |        0
709.39/709.53	c  708s |      13 |    62126 |    52632 |    58411      0 |      170 |        0
711.59/711.72	c  710s |      13 |    62335 |    52832 |    58411      0 |      170 |        0
713.89/714.08	c  713s |      13 |    62562 |    53032 |    58411      0 |      170 |        0
717.78/717.96	c  716s |      13 |    62809 |    53232 |    58411      0 |      170 |        0
721.28/721.49	c  720s |      13 |    63044 |    53432 |    58411      0 |      170 |        0
723.48/723.63	c  722s |      13 |    63130 |    53532 |    58411      0 |      170 |        0
725.78/725.90	c  724s |      13 |    63230 |    53632 |    58411      0 |      170 |        0
727.78/727.98	c  726s |      13 |    63363 |    53732 |    58411      0 |      170 |        0
729.98/730.12	c  729s |      13 |    63488 |    53832 |    58411      0 |      170 |        0
732.48/732.70	c  731s |      13 |    63591 |    53932 |    58411      0 |      170 |        0
734.68/734.84	c  733s |      13 |    63695 |    54032 |    58411      0 |      170 |        0
737.88/738.02	c  737s |      13 |    63887 |    54232 |    58411      0 |      170 |        0
740.88/741.05	c  740s |      13 |    64099 |    54432 |    58411      0 |      170 |        0
743.48/743.64	c  742s |      13 |    64293 |    54632 |    58411      0 |      170 |        0
746.27/746.45	c  745s |      13 |    64512 |    54832 |    58411      0 |      170 |        0
749.27/749.47	c  748s |      13 |    64739 |    55032 |    58411      0 |      170 |        0
752.77/752.91	c  751s |      13 |    64960 |    55232 |    58411      0 |      170 |        0
755.97/756.15	c  755s |      13 |    65160 |    55432 |    58411      0 |      170 |        0
758.67/758.87	c  757s |      13 |    65353 |    55632 |    58411      0 |      170 |        0
760.77/760.94	c  759s |      13 |    65588 |    55832 |    58411      0 |      170 |        0
763.28/763.40	c  762s |      13 |    65841 |    56032 |    58411      0 |      170 |        0
765.97/766.15	c  765s |      13 |    66121 |    56232 |    58411      0 |      170 |        0
768.27/768.41	c  767s |      13 |    66368 |    56432 |    58411      0 |      170 |        0
770.67/770.80	c  769s |      13 |    66625 |    56632 |    58411      0 |      170 |        0
773.27/773.41	c  772s |      13 |    66816 |    56832 |    58411      0 |      170 |        0
775.57/775.75	c  774s |      13 |    67031 |    57032 |    58411      0 |      170 |        0
778.57/778.73	c  777s |      13 |    67354 |    57332 |    58411      0 |      170 |        0
781.07/781.21	c  780s |      13 |    67664 |    57632 |    58411      0 |      170 |        0
783.97/784.14	c  783s |      13 |    68039 |    57932 |    58411      0 |      170 |        0
787.07/787.27	c  786s |      13 |    68252 |    58132 |    64253      0 |      170 |        0
789.57/789.79	c  788s |      13 |    68456 |    58332 |    64253      0 |      170 |        0
789.97/790.10	c  789s |      14 |    68482 |    58352 |    64253      0 |      170 |        0
792.07/792.24	c  791s |      14 |    68799 |    58552 |    64253      0 |      170 |        0
794.87/795.00	c  793s |      14 |    69141 |    58852 |    64253      0 |      170 |        0
797.87/798.06	c  797s |      14 |    69474 |    59152 |    64253      0 |      170 |        0
800.68/800.90	c  799s |      14 |    69682 |    59352 |    64253      0 |      170 |        0
802.98/803.13	c  802s |      14 |    69886 |    59552 |    64253      0 |      170 |        0
806.87/807.09	c  806s |      14 |    70220 |    59852 |    64253      0 |      170 |        0
808.97/809.12	c  808s |      14 |    70418 |    60052 |    64253      0 |      170 |        0
811.07/811.23	c  810s |      14 |    70617 |    60252 |    64253      0 |      170 |        0
813.17/813.32	c  812s |      14 |    70852 |    60452 |    64253      0 |      170 |        0
815.97/816.11	c  815s |      14 |    71084 |    60652 |    64253      0 |      170 |        0
819.57/819.74	c  818s |      14 |    71296 |    60852 |    64253      0 |      170 |        0
823.17/823.30	c  822s |      14 |    71582 |    61052 |    64253      0 |      170 |        0
825.27/825.44	c  824s |      14 |    71882 |    61252 |    64253      0 |      170 |        0
827.67/827.87	c  826s |      14 |    72105 |    61452 |    64253      0 |      170 |        0
830.37/830.60	c  829s |      14 |    72304 |    61652 |    64253      0 |      170 |        0
834.06/834.28	c  833s |      14 |    72527 |    61852 |    64253      0 |      170 |        0
837.16/837.35	c  836s |      14 |    72845 |    62152 |    64253      0 |      170 |        0
840.16/840.39	c  839s |      14 |    73053 |    62352 |    64253      0 |      170 |        0
842.86/843.09	c  842s |      14 |    73266 |    62552 |    64253      0 |      170 |        0
844.96/845.13	c  844s |      14 |    73377 |    62652 |    64253      0 |      170 |        0
847.26/847.47	c  846s |      14 |    73477 |    62752 |    64253      0 |      170 |        0
850.56/850.79	c  849s |      14 |    73691 |    62952 |    64253      0 |      170 |        0
853.46/853.64	c  852s |      14 |    73915 |    63152 |    64253      0 |      170 |        0
855.76/855.93	c  854s |      14 |    74121 |    63352 |    64253      0 |      170 |        0
857.76/857.98	c  856s |      14 |    74344 |    63552 |    64253      0 |      170 |        0
861.06/861.26	c  860s |      14 |    74537 |    63752 |    64253      0 |      170 |        0
863.96/864.19	c  863s |      14 |    74858 |    64052 |    64253      0 |      170 |        0
867.06/867.29	c  866s |      14 |    75080 |    64252 |    64253      0 |      170 |        0
870.76/870.93	c  869s |      14 |    75285 |    64452 |    64253      0 |      170 |        0
873.96/874.15	c  873s |      14 |    75496 |    64652 |    64253      0 |      170 |        0
877.56/877.77	c  876s |      14 |    75748 |    64852 |    64253      0 |      170 |        0
879.66/879.82	c  878s |      14 |    75849 |    64952 |    64253      0 |      170 |        0
883.05/883.24	c  882s |      14 |    76058 |    65152 |    64253      0 |      170 |        0
886.35/886.52	c  885s |      14 |    76285 |    65352 |    64253      0 |      170 |        0
889.25/889.44	c  888s |      14 |    76492 |    65552 |    64253      0 |      170 |        0
892.15/892.37	c  891s |      14 |    76805 |    65852 |    64253      0 |      170 |        0
895.85/896.05	c  895s |      14 |    77029 |    66052 |    64253      0 |      170 |        0
899.05/899.28	c  898s |      14 |    77246 |    66252 |    64253      0 |      170 |        0
901.55/901.78	c  900s |      14 |    77375 |    66352 |    64253      0 |      170 |        0
904.45/904.67	c  903s |      14 |    77568 |    66552 |    64253      0 |      170 |        0
907.65/907.85	c  906s |      14 |    77790 |    66752 |    64253      0 |      170 |        0
911.45/911.61	c  910s |      14 |    78012 |    66952 |    64253      0 |      170 |        0
913.55/913.75	c  912s |      14 |    78123 |    67052 |    64253      0 |      170 |        0
915.75/915.96	c  914s |      14 |    78239 |    67152 |    64253      0 |      170 |        0
919.35/919.54	c  918s |      14 |    78431 |    67352 |    64253      0 |      170 |        0
921.94/922.19	c  921s |      14 |    78636 |    67552 |    64253      0 |      170 |        0
924.64/924.84	c  923s |      14 |    78849 |    67752 |    64253      0 |      170 |        0
927.34/927.51	c  926s |      14 |    79054 |    67952 |    64253      0 |      170 |        0
930.34/930.60	c  929s |      14 |    79373 |    68252 |    64253      0 |      170 |        0
933.75/933.97	c  932s |      14 |    79685 |    68552 |    64253      0 |      170 |        0
936.05/936.25	c  935s |      14 |    79903 |    68752 |    64253      0 |      170 |        0
938.25/938.44	c  937s |      14 |    80028 |    68852 |    64253      0 |      170 |        0
941.24/941.41	c  940s |      14 |    80300 |    69052 |    64253      0 |      170 |        0
944.15/944.39	c  943s |      14 |    80510 |    69252 |    64253      0 |      170 |        0
947.85/948.09	c  947s |      14 |    80730 |    69452 |    64253      0 |      170 |        0
950.35/950.56	c  949s |      14 |    80860 |    69552 |    64253      0 |      170 |        0
952.95/953.14	c  952s |      14 |    81051 |    69752 |    64253      0 |      170 |        0
955.25/955.41	c  954s |      14 |    81280 |    69952 |    64253      0 |      170 |        0
958.35/958.51	c  957s |      14 |    81482 |    70152 |    64253      0 |      170 |        0
960.74/960.93	c  959s |      14 |    81683 |    70352 |    64253      0 |      170 |        0
963.14/963.31	c  962s |      14 |    81885 |    70552 |    64253      0 |      170 |        0
965.75/965.91	c  964s |      14 |    82121 |    70752 |    64253      0 |      170 |        0
968.04/968.24	c  967s |      14 |    82321 |    70952 |    64253      0 |      170 |        0
970.15/970.34	c  969s |      14 |    82520 |    71152 |    64253      0 |      170 |        0
972.25/972.44	c  971s |      14 |    82726 |    71352 |    64253      0 |      170 |        0
975.03/975.29	c  974s |      14 |    82944 |    71552 |    64253      0 |      170 |        0
977.64/977.87	c  976s |      14 |    83049 |    71652 |    64253      0 |      170 |        0
980.14/980.35	c  979s |      14 |    83251 |    71852 |    64253      0 |      170 |        0
982.94/983.19	c  982s |      14 |    83454 |    72052 |    64253      0 |      170 |        0
985.45/985.68	c  984s |      14 |    83661 |    72252 |    64253      0 |      170 |        0
988.64/988.83	c  987s |      14 |    83882 |    72452 |    64253      0 |      170 |        0
992.05/992.21	c  991s |      14 |    84079 |    72652 |    64253      0 |      170 |        0
994.74/994.94	c  993s |      14 |    84303 |    72852 |    64253      0 |      170 |        0
996.84/997.01	c  996s |      14 |    84488 |    73052 |    64253      0 |      170 |        0
1000.04/1000.25	c  999s |      14 |    84639 |    73152 |    64253      1 |      170 |        0
1002.94/1003.17	c 1002s |      14 |    84848 |    73352 |    64253      1 |      170 |        0
1006.04/1006.20	c 1005s |      14 |    85150 |    73652 |    64253      1 |      170 |        0
1008.23/1008.47	c 1007s |      14 |    85338 |    73852 |    64253      1 |      170 |        0
1014.04/1014.23	c 1013s |      14 |    85461 |    73952 |    64253      1 |      170 |        0
1017.53/1017.70	c 1016s |      14 |    85663 |    74152 |    64253      1 |      170 |        0
1020.64/1020.90	c 1019s |      14 |    85871 |    74352 |    64253      1 |      170 |        0
1023.13/1023.38	c 1022s |      14 |    86078 |    74552 |    64253      1 |      170 |        0
1025.53/1025.80	c 1024s |      14 |    86286 |    74752 |    64253      1 |      170 |        0
1028.23/1028.45	c 1027s |      14 |    86583 |    75052 |    64253      1 |      170 |        0
1030.73/1030.91	c 1029s |      14 |    86793 |    75252 |    64253      1 |      170 |        0
1032.93/1033.17	c 1032s |      14 |    86992 |    75452 |    64253      1 |      170 |        0
1035.53/1035.73	c 1034s |      14 |    87241 |    75652 |    64253      1 |      170 |        0
1038.93/1039.11	c 1038s |      14 |    87447 |    75852 |    64253      1 |      170 |        0
1041.23/1041.46	c 1040s |      14 |    87552 |    75952 |    64253      1 |      170 |        0
1044.03/1044.27	c 1043s |      14 |    87869 |    76252 |    64253      1 |      170 |        0
1046.53/1046.75	c 1045s |      14 |    88061 |    76452 |    64253      1 |      170 |        0
1049.24/1049.44	c 1048s |      14 |    88369 |    76752 |    64253      1 |      170 |        0
1051.23/1051.48	c 1050s |      14 |    88566 |    76952 |    64253      1 |      170 |        0
1053.53/1053.76	c 1052s |      14 |    88758 |    77152 |    64253      1 |      170 |        0
1056.13/1056.35	c 1055s |      14 |    89065 |    77452 |    64253      1 |      170 |        0
1059.93/1060.12	c 1059s |      14 |    89260 |    77652 |    64253      1 |      170 |        0
1061.93/1062.13	c 1061s |      14 |    89367 |    77752 |    64253      1 |      170 |        0
1064.93/1065.14	c 1064s |      14 |    89618 |    77952 |    64253      1 |      170 |        0
1067.42/1067.69	c 1066s |      14 |    89812 |    78152 |    64253      1 |      170 |        0
1071.12/1071.39	c 1070s |      14 |    90041 |    78352 |    64253      1 |      170 |        0
1074.53/1074.79	c 1073s |      14 |    90244 |    78552 |    64253      1 |      170 |        0
1076.83/1077.02	c 1076s |      14 |    90468 |    78752 |    64253      1 |      170 |        0
1078.82/1079.03	c 1078s |      14 |    90561 |    78852 |    64253      1 |      170 |        0
1081.32/1081.59	c 1080s |      14 |    90773 |    79052 |    64253      1 |      170 |        0
1083.52/1083.76	c 1082s |      14 |    90971 |    79252 |    64253      1 |      170 |        0
1087.22/1087.45	c 1086s |      14 |    91294 |    79552 |    64253      1 |      170 |        0
1089.63/1089.85	c 1088s |      14 |    91534 |    79752 |    64253      1 |      170 |        0
1092.13/1092.36	c 1091s |      14 |    91818 |    79952 |    64253      1 |      170 |        0
1094.92/1095.11	c 1094s |      14 |    92064 |    80152 |    64253      1 |      170 |        0
1097.02/1097.29	c 1096s |      14 |    92269 |    80352 |    64253      1 |      170 |        0
1099.32/1099.57	c 1098s |      14 |    92473 |    80552 |    64253      1 |      170 |        0
1101.52/1101.73	c 1100s |      14 |    92573 |    80652 |    64253      1 |      170 |        0
1104.52/1104.70	c 1103s |      14 |    92797 |    80852 |    64253      1 |      170 |        0
1107.42/1107.70	c 1106s |      14 |    93018 |    81052 |    64253      1 |      170 |        0
1110.92/1111.15	c 1110s |      14 |    93232 |    81252 |    64253      1 |      170 |        0
1112.92/1113.20	c 1112s |      14 |    93327 |    81352 |    64253      1 |      170 |        0
1116.72/1116.98	c 1115s |      14 |    93574 |    81552 |    64253      1 |      170 |        0
1119.21/1119.42	c 1118s |      14 |    93928 |    81852 |    64253      1 |      170 |        0
1122.71/1122.92	c 1121s |      14 |    94139 |    82052 |    64253      1 |      170 |        0
1126.11/1126.34	c 1125s |      14 |    94343 |    82252 |    64253      1 |      170 |        0
1128.71/1128.90	c 1127s |      14 |    94552 |    82452 |    64253      1 |      170 |        0
1131.11/1131.38	c 1130s |      14 |    94671 |    82552 |    64253      1 |      170 |        0
1133.61/1133.82	c 1132s |      14 |    94784 |    82652 |    64253      1 |      170 |        0
1136.71/1136.93	c 1135s |      14 |    95015 |    82852 |    64253      1 |      170 |        0
1138.80/1139.09	c 1138s |      14 |    95197 |    83052 |    64253      1 |      170 |        0
1142.11/1142.34	c 1141s |      14 |    95416 |    83252 |    64253      1 |      170 |        0
1145.41/1145.63	c 1144s |      14 |    95631 |    83452 |    64253      1 |      170 |        0
1147.61/1147.88	c 1146s |      14 |    95828 |    83652 |    64253      1 |      170 |        0
1150.21/1150.48	c 1149s |      14 |    96141 |    83952 |    64253      1 |      170 |        0
1153.91/1154.16	c 1153s |      14 |    96351 |    84152 |    64253      1 |      170 |        0
1156.51/1156.77	c 1155s |      14 |    96730 |    84352 |    64253      1 |      170 |        0
1159.90/1160.18	c 1159s |      14 |    97000 |    84552 |    64253      1 |      170 |        0
1162.40/1162.64	c 1161s |      14 |    97214 |    84752 |    64253      1 |      170 |        0
1165.20/1165.40	c 1164s |      14 |    97530 |    85052 |    64253      1 |      170 |        0
1168.01/1168.21	c 1167s |      14 |    97735 |    85252 |    64253      1 |      170 |        0
1170.90/1171.16	c 1170s |      14 |    98021 |    85452 |    64253      1 |      170 |        0
1173.40/1173.66	c 1172s |      14 |    98240 |    85652 |    64253      1 |      170 |        0
1176.20/1176.42	c 1175s |      14 |    98444 |    85852 |    64253      1 |      170 |        0
1178.89/1179.16	c 1178s |      14 |    98756 |    86152 |    64253      1 |      170 |        0
1180.99/1181.27	c 1180s |      14 |    98990 |    86352 |    64253      1 |      170 |        0
1183.40/1183.66	c 1182s |      14 |    99335 |    86652 |    64253      1 |      170 |        0
1186.19/1186.42	c 1185s |      14 |    99694 |    86952 |    64253      1 |      170 |        0
1188.90/1189.13	c 1188s |      14 |   100081 |    87252 |    70679      1 |      170 |        0
1190.99/1191.25	c 1190s |      14 |   100335 |    87452 |    70679      1 |      170 |        0
1192.20/1192.50	c 1191s |      15 |   100527 |    87632 |    70679      1 |      170 |        0
1195.09/1195.31	c 1194s |      15 |   100841 |    87832 |    70679      1 |      170 |        0
1197.59/1197.89	c 1196s |      15 |   101069 |    88032 |    70679      1 |      170 |        0
1199.79/1200.01	c 1199s |      15 |   101269 |    88232 |    70679      1 |      170 |        0
1202.19/1202.43	c 1201s |      15 |   101504 |    88432 |    70679      1 |      170 |        0
1205.08/1205.36	c 1204s |      15 |   101824 |    88732 |    70679      1 |      170 |        0
1207.18/1207.48	c 1206s |      15 |   102069 |    88932 |    70679      1 |      170 |        0
1209.38/1209.64	c 1208s |      15 |   102310 |    89132 |    70679      1 |      170 |        0
1212.28/1212.60	c 1211s |      15 |   102522 |    89332 |    70679      1 |      170 |        0
1215.39/1215.68	c 1214s |      15 |   102738 |    89532 |    70679      1 |      170 |        0
1218.48/1218.74	c 1217s |      15 |   103097 |    89832 |    70679      1 |      170 |        0
1220.68/1220.92	c 1219s |      15 |   103337 |    90032 |    70679      1 |      170 |        0
1222.78/1223.04	c 1222s |      15 |   103553 |    90232 |    70679      1 |      170 |        0
1225.68/1225.97	c 1224s |      15 |   103753 |    90432 |    70679      1 |      170 |        0
1227.98/1228.26	c 1227s |      15 |   103953 |    90632 |    70679      1 |      170 |        0
1230.38/1230.66	c 1229s |      15 |   104162 |    90832 |    70679      1 |      170 |        0
1232.48/1232.77	c 1231s |      15 |   104373 |    91032 |    70679      1 |      170 |        0
1234.78/1235.00	c 1233s |      15 |   104590 |    91232 |    70679      1 |      170 |        0
1237.57/1237.86	c 1236s |      15 |   104841 |    91432 |    70679      1 |      170 |        0
1239.67/1239.92	c 1238s |      15 |   104933 |    91532 |    70679      1 |      170 |        0
1243.07/1243.32	c 1242s |      15 |   105134 |    91732 |    70679      1 |      170 |        0
1245.57/1245.87	c 1244s |      15 |   105398 |    91932 |    70679      1 |      170 |        0
1247.97/1248.22	c 1247s |      15 |   105596 |    92132 |    70679      1 |      170 |        0
1250.57/1250.82	c 1249s |      15 |   105827 |    92332 |    70679      1 |      170 |        0
1252.67/1252.97	c 1251s |      15 |   105929 |    92432 |    70679      1 |      170 |        0
1256.16/1256.43	c 1255s |      15 |   106144 |    92632 |    70679      1 |      170 |        0
1258.96/1259.29	c 1258s |      15 |   106347 |    92832 |    70679      1 |      170 |        0
1261.06/1261.34	c 1260s |      15 |   106552 |    93032 |    70679      1 |      170 |        0
1263.76/1264.09	c 1263s |      15 |   106759 |    93232 |    70679      1 |      170 |        0
1267.66/1267.96	c 1266s |      15 |   107009 |    93432 |    70679      1 |      170 |        0
1271.16/1271.40	c 1270s |      15 |   107211 |    93632 |    70679      1 |      170 |        0
1274.16/1274.41	c 1273s |      15 |   107419 |    93832 |    70679      1 |      170 |        0
1276.36/1276.61	c 1275s |      15 |   107518 |    93932 |    70679      1 |      170 |        0
1278.36/1278.66	c 1277s |      15 |   107635 |    94032 |    70679      1 |      170 |        0
1280.65/1280.94	c 1279s |      15 |   107839 |    94232 |    70679      1 |      170 |        0
1284.45/1284.74	c 1283s |      15 |   108153 |    94532 |    70679      1 |      170 |        0
1287.15/1287.45	c 1286s |      15 |   108365 |    94732 |    70679      1 |      170 |        0
1289.35/1289.62	c 1288s |      15 |   108472 |    94832 |    70679      1 |      170 |        0
1292.95/1293.23	c 1292s |      15 |   108685 |    95032 |    70679      1 |      170 |        0
1295.15/1295.44	c 1294s |      15 |   108890 |    95232 |    70679      1 |      170 |        0
1297.15/1297.44	c 1296s |      15 |   109127 |    95432 |    70679      1 |      170 |        0
1300.34/1300.68	c 1299s |      15 |   109375 |    95632 |    70679      1 |      170 |        0
1304.04/1304.35	c 1303s |      15 |   109571 |    95832 |    70679      1 |      170 |        0
1307.75/1308.02	c 1307s |      15 |   109815 |    96032 |    70679      1 |      170 |        0
1309.85/1310.11	c 1309s |      15 |   109919 |    96132 |    70679      1 |      170 |        0
1312.24/1312.57	c 1311s |      15 |   110123 |    96332 |    70679      1 |      170 |        0
1315.34/1315.60	c 1314s |      15 |   110449 |    96632 |    70679      1 |      170 |        0
1318.34/1318.65	c 1317s |      15 |   110640 |    96832 |    70679      1 |      170 |        0
1322.73/1323.01	c 1321s |      15 |   110843 |    97032 |    70679      1 |      170 |        0
1324.93/1325.24	c 1324s |      15 |   111088 |    97232 |    70679      1 |      170 |        0
1327.54/1327.88	c 1326s |      15 |   111440 |    97532 |    70679      1 |      170 |        0
1329.83/1330.13	c 1329s |      15 |   111664 |    97732 |    70679      1 |      170 |        0
1332.33/1332.67	c 1331s |      15 |   111862 |    97932 |    70679      1 |      170 |        0
1335.24/1335.58	c 1334s |      15 |   112161 |    98232 |    70679      1 |      170 |        0
1337.53/1337.84	c 1336s |      15 |   112368 |    98432 |    70679      1 |      170 |        0
1340.92/1341.24	c 1340s |      15 |   112575 |    98632 |    70679      1 |      170 |        0
1344.22/1344.59	c 1343s |      15 |   112819 |    98832 |    70679      1 |      170 |        0
1347.92/1348.21	c 1347s |      15 |   113026 |    99032 |    70679      1 |      170 |        0
1350.02/1350.30	c 1349s |      15 |   113139 |    99132 |    70679      1 |      170 |        0
1353.82/1354.12	c 1353s |      15 |   113374 |    99332 |    70679      1 |      170 |        0
1357.31/1357.67	c 1356s |      15 |   113571 |    99532 |    70679      1 |      170 |        0
1360.42/1360.74	c 1359s |      15 |   113780 |    99732 |    70679      1 |      170 |        0
1363.31/1363.62	c 1362s |      15 |   114132 |   100032 |    70679      1 |      170 |        0
1366.51/1366.80	c 1365s |      15 |   114336 |   100232 |    70679      1 |      170 |        0
1369.60/1369.92	c 1368s |      15 |   114572 |   100432 |    70679      1 |      170 |        0
1371.80/1372.12	c 1371s |      15 |   114674 |   100532 |    70679      1 |      170 |        0
1373.80/1374.18	c 1373s |      15 |   114790 |   100632 |    70679      1 |      170 |        0
1376.20/1376.50	c 1375s |      15 |   114906 |   100732 |    70679      1 |      170 |        0
1379.40/1379.70	c 1378s |      15 |   115105 |   100932 |    70679      1 |      170 |        0
1383.09/1383.48	c 1382s |      15 |   115340 |   101132 |    70679      1 |      170 |        0
1386.10/1386.44	c 1385s |      15 |   115445 |   101232 |    70679      1 |      170 |        0
1388.80/1389.15	c 1388s |      15 |   115562 |   101332 |    70679      1 |      170 |        0
1392.50/1392.83	c 1391s |      15 |   115801 |   101532 |    70679      1 |      170 |        0
1394.90/1395.21	c 1394s |      15 |   115917 |   101632 |    70679      1 |      170 |        0
1397.70/1398.01	c 1397s |      15 |   116005 |   101732 |    70679      1 |      170 |        0
1400.10/1400.47	c 1399s |      15 |   116136 |   101832 |    70679      1 |      170 |        0
1402.79/1403.11	c 1402s |      15 |   116260 |   101932 |    70679      1 |      170 |        0
1405.79/1406.10	c 1405s |      15 |   116456 |   102132 |    70679      1 |      170 |        0
1408.59/1408.95	c 1407s |      15 |   116761 |   102432 |    70679      1 |      170 |        0
1411.98/1412.38	c 1411s |      15 |   116979 |   102632 |    70679      1 |      170 |        0
1414.58/1414.92	c 1413s |      15 |   117090 |   102732 |    70679      1 |      170 |        0
1417.88/1418.26	c 1417s |      15 |   117306 |   102932 |    70679      1 |      170 |        0
1420.48/1420.86	c 1419s |      15 |   117506 |   103132 |    70679      1 |      170 |        0
1422.78/1423.17	c 1422s |      15 |   117598 |   103232 |    70679      1 |      170 |        0
1426.78/1427.14	c 1426s |      15 |   117821 |   103432 |    70679      1 |      170 |        0
1429.48/1429.82	c 1428s |      15 |   118028 |   103632 |    70679      1 |      170 |        0
1433.67/1434.05	c 1433s |      15 |   118262 |   103832 |    70679      1 |      170 |        0
1436.08/1436.46	c 1435s |      15 |   118390 |   103932 |    70679      1 |      170 |        0
1438.18/1438.55	c 1437s |      15 |   118505 |   104032 |    70679      1 |      170 |        0
1441.58/1441.92	c 1440s |      15 |   118735 |   104232 |    70679      1 |      170 |        0
1443.58/1443.98	c 1442s |      15 |   118826 |   104332 |    70679      1 |      170 |        0
1445.97/1446.33	c 1445s |      15 |   118933 |   104432 |    70679      1 |      170 |        0
1448.07/1448.43	c 1447s |      15 |   119050 |   104532 |    70679      1 |      170 |        0
1451.07/1451.49	c 1450s |      15 |   119305 |   104732 |    70679      1 |      170 |        0
1453.77/1454.20	c 1453s |      15 |   119498 |   104932 |    70679      1 |      170 |        0
1456.57/1456.92	c 1455s |      15 |   119701 |   105132 |    70679      1 |      170 |        0
1460.87/1461.27	c 1460s |      15 |   119949 |   105332 |    70679      1 |      170 |        0
1463.37/1463.71	c 1462s |      15 |   120059 |   105432 |    70679      1 |      170 |        0
1465.47/1465.87	c 1464s |      15 |   120152 |   105532 |    70679      1 |      170 |        0
1468.37/1468.77	c 1467s |      15 |   120475 |   105732 |    70679      1 |      170 |        0
1471.07/1471.48	c 1470s |      15 |   120682 |   105932 |    70679      1 |      170 |        0
1473.68/1474.08	c 1473s |      15 |   120901 |   106132 |    70679      1 |      170 |        0
1475.97/1476.38	c 1475s |      15 |   121090 |   106332 |    70679      1 |      170 |        0
1478.27/1478.67	c 1477s |      15 |   121308 |   106532 |    70679      1 |      170 |        0
1480.77/1481.12	c 1480s |      15 |   121513 |   106732 |    70679      1 |      170 |        0
1483.67/1484.02	c 1483s |      15 |   121813 |   107032 |    70679      1 |      170 |        0
1486.17/1486.51	c 1485s |      15 |   122014 |   107232 |    70679      1 |      170 |        0
1488.96/1489.33	c 1488s |      15 |   122218 |   107432 |    70679      1 |      170 |        0
1491.96/1492.32	c 1491s |      15 |   122438 |   107632 |    70679      1 |      170 |        0
1495.06/1495.46	c 1494s |      15 |   122651 |   107832 |    70679      1 |      170 |        0
1497.26/1497.66	c 1496s |      15 |   122755 |   107932 |    70679      1 |      170 |        0
1500.46/1500.87	c 1499s |      15 |   122963 |   108132 |    70679      1 |      170 |        0
1503.16/1503.57	c 1502s |      15 |   123159 |   108332 |    70679      1 |      170 |        0
1507.46/1507.81	c 1506s |      15 |   123492 |   108632 |    70679      1 |      170 |        0
1509.97/1510.34	c 1509s |      15 |   123597 |   108732 |    70679      1 |      170 |        0
1512.96/1513.31	c 1512s |      15 |   123939 |   108932 |    70679      1 |      170 |        0
1515.96/1516.37	c 1515s |      15 |   124139 |   109132 |    70679      1 |      170 |        0
1518.06/1518.44	c 1517s |      15 |   124243 |   109232 |    70679      1 |      170 |        0
1520.06/1520.46	c 1519s |      15 |   124351 |   109332 |    70679      1 |      170 |        0
1523.66/1524.02	c 1523s |      15 |   124566 |   109532 |    70679      1 |      170 |        0
1525.96/1526.37	c 1525s |      15 |   124763 |   109732 |    70679      1 |      170 |        0
1529.26/1529.68	c 1528s |      15 |   125060 |   110032 |    70679      1 |      170 |        0
1531.86/1532.26	c 1531s |      15 |   125260 |   110232 |    70679      1 |      170 |        0
1534.96/1535.39	c 1534s |      15 |   125473 |   110432 |    70679      1 |      170 |        0
1537.56/1537.97	c 1536s |      15 |   125565 |   110532 |    70679      1 |      170 |        0
1539.86/1540.23	c 1539s |      15 |   125688 |   110632 |    70679      1 |      170 |        0
1542.65/1543.04	c 1542s |      15 |   125892 |   110832 |    70679      1 |      170 |        0
1547.25/1547.61	c 1546s |      15 |   126099 |   111032 |    70679      1 |      170 |        0
1549.56/1549.92	c 1548s |      15 |   126217 |   111132 |    70679      1 |      170 |        0
1552.15/1552.51	c 1551s |      15 |   126309 |   111232 |    70679      1 |      170 |        0
1554.15/1554.59	c 1553s |      15 |   126436 |   111332 |    70679      1 |      170 |        0
1557.66/1558.06	c 1557s |      15 |   126655 |   111532 |    70679      1 |      170 |        0
1561.06/1561.40	c 1560s |      15 |   126875 |   111732 |    70679      1 |      170 |        0
1563.26/1563.61	c 1562s |      15 |   126981 |   111832 |    70679      1 |      170 |        0
1565.86/1566.20	c 1565s |      15 |   127102 |   111932 |    70679      1 |      170 |        0
1568.46/1568.88	c 1567s |      15 |   127224 |   112032 |    70679      1 |      170 |        0
1570.96/1571.31	c 1570s |      15 |   127318 |   112132 |    70679      1 |      170 |        0
1573.15/1573.57	c 1572s |      15 |   127416 |   112232 |    70679      1 |      170 |        0
1576.45/1576.88	c 1575s |      15 |   127640 |   112432 |    70679      1 |      170 |        0
1579.55/1579.96	c 1578s |      15 |   127859 |   112632 |    70679      1 |      170 |        0
1581.95/1582.31	c 1581s |      15 |   127982 |   112732 |    70679      1 |      170 |        0
1584.76/1585.17	c 1584s |      15 |   128186 |   112932 |    70679      1 |      170 |        0
1587.95/1588.35	c 1587s |      15 |   128425 |   113132 |    70679      1 |      170 |        0
1590.05/1590.44	c 1589s |      15 |   128546 |   113232 |    70679      1 |      170 |        0
1592.85/1593.27	c 1592s |      15 |   128736 |   113432 |    70679      1 |      170 |        0
1596.65/1597.06	c 1596s |      15 |   129056 |   113732 |    70679      1 |      170 |        0
1599.65/1600.03	c 1599s |      15 |   129264 |   113932 |    70679      1 |      170 |        0
1601.75/1602.10	c 1601s |      15 |   129362 |   114032 |    70679      1 |      170 |        0
1604.15/1604.52	c 1603s |      15 |   129481 |   114132 |    70679      1 |      170 |        0
1608.35/1608.74	c 1607s |      15 |   129677 |   114332 |    70679      1 |      170 |        0
1610.65/1611.05	c 1610s |      15 |   129789 |   114432 |    70679      1 |      170 |        0
1615.65/1616.01	c 1615s |      15 |   129934 |   114532 |    70679      2 |      170 |        0
1620.54/1620.90	c 1619s |      15 |   130029 |   114632 |    70679      2 |      170 |        0
1622.54/1622.98	c 1621s |      15 |   130130 |   114732 |    70679      2 |      170 |        0
1624.64/1625.09	c 1624s |      15 |   130247 |   114832 |    70679      2 |      170 |        0
1626.74/1627.19	c 1626s |      15 |   130342 |   114932 |    70679      2 |      170 |        0
1630.14/1630.50	c 1629s |      15 |   130563 |   115132 |    70679      2 |      170 |        0
1632.15/1632.51	c 1631s |      15 |   130658 |   115232 |    70679      2 |      170 |        0
1634.34/1634.73	c 1633s |      15 |   130764 |   115332 |    70679      2 |      170 |        0
1636.44/1636.81	c 1635s |      15 |   130860 |   115432 |    70679      2 |      170 |        0
1640.04/1640.49	c 1639s |      15 |   131070 |   115632 |    70679      2 |      170 |        0
1642.94/1643.31	c 1642s |      15 |   131321 |   115832 |    70679      2 |      170 |        0
1646.64/1647.04	c 1646s |      15 |   131553 |   116032 |    70679      2 |      170 |        0
1648.84/1649.24	c 1648s |      15 |   131873 |   116332 |    70679      2 |      170 |        0
1651.04/1651.49	c 1650s |      15 |   132074 |   116532 |    70679      2 |      170 |        0
1654.84/1655.20	c 1654s |      15 |   132275 |   116732 |    70679      2 |      170 |        0
1657.14/1657.57	c 1656s |      15 |   132379 |   116832 |    70679      2 |      170 |        0
1659.24/1659.60	c 1658s |      15 |   132478 |   116932 |    70679      2 |      170 |        0
1661.34/1661.70	c 1660s |      15 |   132588 |   117032 |    70679      2 |      170 |        0
1663.54/1663.96	c 1662s |      15 |   132907 |   117232 |    70679      2 |      170 |        0
1665.84/1666.28	c 1665s |      15 |   133002 |   117332 |    70679      2 |      170 |        0
1668.84/1669.21	c 1668s |      15 |   133217 |   117532 |    70679      2 |      170 |        0
1671.44/1671.82	c 1670s |      15 |   133511 |   117832 |    70679      2 |      170 |        0
1675.14/1675.51	c 1674s |      15 |   133762 |   118032 |    70679      2 |      170 |        0
1677.24/1677.68	c 1676s |      15 |   133861 |   118132 |    70679      2 |      170 |        0
1680.63/1681.04	c 1680s |      15 |   134070 |   118332 |    70679      2 |      170 |        0
1683.53/1683.97	c 1682s |      15 |   134305 |   118532 |    70679      2 |      170 |        0
1685.94/1686.36	c 1685s |      15 |   134542 |   118732 |    70679      2 |      170 |        0
1688.33/1688.73	c 1687s |      15 |   134632 |   118832 |    70679      2 |      170 |        0
1690.63/1691.09	c 1690s |      15 |   134729 |   118932 |    70679      2 |      170 |        0
1692.93/1693.32	c 1692s |      15 |   134935 |   119132 |    70679      2 |      170 |        0
1695.73/1696.14	c 1695s |      15 |   135262 |   119432 |    70679      2 |      170 |        0
1698.73/1699.13	c 1698s |      15 |   135493 |   119632 |    70679      2 |      170 |        0
1701.83/1702.20	c 1701s |      15 |   135794 |   119932 |    70679      2 |      170 |        0
1704.13/1704.56	c 1703s |      15 |   136017 |   120132 |    70679      2 |      170 |        0
1707.03/1707.40	c 1706s |      15 |   136326 |   120432 |    70679      2 |      170 |        0
1709.03/1709.49	c 1708s |      15 |   136565 |   120632 |    70679      2 |      170 |        0
1711.34/1711.73	c 1710s |      15 |   136902 |   120932 |    70679      2 |      170 |        0
1714.13/1714.51	c 1713s |      15 |   137320 |   121332 |    70679      2 |      170 |        0
1716.93/1717.31	c 1716s |      15 |   137630 |   121632 |    70679      2 |      170 |        0
1719.63/1720.05	c 1719s |      15 |   137934 |   121932 |    70679      2 |      170 |        0
1722.13/1722.57	c 1721s |      15 |   138143 |   122132 |    70679      2 |      170 |        0
1724.73/1725.19	c 1724s |      15 |   138462 |   122432 |    70679      2 |      170 |        0
1726.93/1727.31	c 1726s |      15 |   138655 |   122632 |    70679      2 |      170 |        0
1729.23/1729.63	c 1728s |      15 |   138962 |   122932 |    70679      2 |      170 |        0
1731.73/1732.16	c 1731s |      15 |   139377 |   123332 |    70679      2 |      170 |        0
1734.33/1734.75	c 1733s |      15 |   139711 |   123632 |    70679      2 |      170 |        0
1736.73/1737.13	c 1736s |      15 |   139921 |   123832 |    70679      2 |      170 |        0
1738.73/1739.18	c 1738s |      15 |   140130 |   124032 |    70679      2 |      170 |        0
1740.83/1741.23	c 1740s |      15 |   140334 |   124232 |    70679      2 |      170 |        0
1743.13/1743.50	c 1742s |      15 |   140533 |   124432 |    70679      2 |      170 |        0
1745.92/1746.39	c 1745s |      15 |   140866 |   124732 |    70679      2 |      170 |        0
1748.82/1749.26	c 1748s |      15 |   141172 |   125032 |    70679      2 |      170 |        0
1751.52/1751.96	c 1750s |      15 |   141390 |   125232 |    70679      2 |      170 |        0
1754.82/1755.23	c 1754s |      15 |   141640 |   125432 |    70679      2 |      170 |        0
1757.92/1758.35	c 1757s |      15 |   141862 |   125632 |    70679      2 |      170 |        0
1761.23/1761.63	c 1760s |      15 |   142076 |   125832 |    70679      2 |      170 |        0
1763.63/1764.00	c 1762s |      15 |   142266 |   126032 |    70679      2 |      170 |        0
1765.93/1766.30	c 1765s |      15 |   142466 |   126232 |    70679      2 |      170 |        0
1768.83/1769.24	c 1768s |      15 |   142673 |   126432 |    70679      2 |      170 |        0
1771.83/1772.21	c 1771s |      15 |   142965 |   126732 |    70679      2 |      170 |        0
1774.52/1774.95	c 1773s |      15 |   143181 |   126932 |    70679      2 |      170 |        0
1776.72/1777.12	c 1776s |      15 |   143386 |   127132 |    70679      2 |      170 |        0
1779.62/1780.03	c 1779s |      15 |   143767 |   127432 |    70679      2 |      170 |        0
1782.42/1782.86	c 1781s |      15 |   143973 |   127632 |    70679      2 |      170 |        0
1785.32/1785.70	c 1784s |      15 |   144397 |   127932 |    70679      2 |      170 |        0
1788.82/1789.23	c 1788s |      15 |   144617 |   128132 |    70679      2 |      170 |        0
1791.82/1792.22	c 1791s |      15 |   144953 |   128332 |    70679      2 |      170 |        0
1794.72/1795.16	c 1794s |      15 |   145174 |   128532 |    70679      2 |      170 |        0
1797.32/1797.77	c 1796s |      15 |   145378 |   128732 |    70679      2 |      170 |        0
1799.82/1800.24	c 1799s |      15 |   145484 |   128832 |    70679      2 |      170 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079312-1467240003/watcher-4079312-1467240003 -o /tmp/evaluation-result-4079312-1467240003/solver-4079312-1467240003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467234598-6496 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079312-1467240003.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.04 2.00 3/244 6994
/proc/meminfo: memFree=29233216/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=623036 CPUtime=0 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 2304 0 0 0 0 0 0 0 20 0 4 0 5106813 637988864 3175 33554432000 4194304 16246674 140736893368800 140736893368224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 156527 3185 441 2943 0 153421 0
[pid=6994/tid=6995] ppid=6991 vsize=641468 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 656863232 3249 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=646588 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 662106112 3267 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=650684 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 666300416 3285 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.06 2.04 2.00 3/244 6994
/proc/meminfo: memFree=29233216/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 29918 0 0 0 5 4 0 0 20 0 4 0 5106813 1334382592 30727 33554432000 4194304 16246674 140736893368800 140736893368112 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 325777 30745 800 2943 0 322671 0
[pid=6994/tid=6995] ppid=6991 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1334382592 30755 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1334382592 30766 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1334382592 30778 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200487 s]
/proc/loadavg: 2.06 2.04 2.00 3/244 6994
/proc/meminfo: memFree=29233216/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 48047 0 0 0 13 6 0 0 20 0 4 0 5106813 1344868352 49367 33554432000 4194304 16246674 140736893368800 140736893368112 7393558 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 328337 49367 800 2943 0 325231 0
[pid=6994/tid=6995] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 49367 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 49367 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1344868352 49367 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.30046 s]
/proc/loadavg: 2.06 2.04 2.00 3/244 6994
/proc/meminfo: memFree=29233216/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 53048 0 0 0 22 7 0 0 20 0 4 0 5106813 1344868352 54368 33554432000 4194304 16246674 140736893368800 140736893368112 12880612 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 328337 54368 838 2943 0 325231 0
[pid=6994/tid=6995] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 54368 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 54368 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1344868352 54368 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700362 s]
/proc/loadavg: 2.06 2.04 2.00 3/244 6994
/proc/meminfo: memFree=29233216/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 107611 0 0 0 53 16 0 0 20 0 4 0 5106813 1344868352 108932 33554432000 4194304 16246674 140736893368800 140736893350720 5515837 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 328337 108941 839 2943 0 325231 0
[pid=6994/tid=6995] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 108946 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1344868352 108952 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1344868352 108957 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.06 2.04 2.00 3/248 6998
/proc/meminfo: memFree=28375044/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1.49 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122516 0 0 0 130 19 0 0 20 0 4 0 5106813 1368985600 123836 33554432000 4194304 16246674 140736893368800 140736893350720 5523460 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123836 888 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123836 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123836 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123836 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1336900

[startup+3.10037 s]
/proc/loadavg: 2.05 2.04 2.00 3/248 6998
/proc/meminfo: memFree=28374184/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=3.09 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122518 0 0 0 290 19 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 140736893350720 12415720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123838 890 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30038 s]
/proc/loadavg: 2.05 2.04 2.00 3/248 6998
/proc/meminfo: memFree=28373792/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=6.28 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122518 0 0 0 608 20 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 140736893350720 6024784 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123838 890 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1336900

[startup+12.7004 s]
/proc/loadavg: 2.04 2.03 2.00 3/248 6998
/proc/meminfo: memFree=28373988/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=12.69 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122518 0 0 0 1248 21 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 140736893350720 12483300 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123838 890 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123838 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1336900

[startup+25.5005 s]
/proc/loadavg: 2.04 2.03 2.00 3/248 6998
/proc/meminfo: memFree=28374968/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=25.49 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122522 0 0 0 2528 21 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 140736893350720 5721579 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123842 894 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1336900

[startup+51.1005 s]
/proc/loadavg: 2.09 2.04 2.00 3/248 6998
/proc/meminfo: memFree=28374860/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=51.08 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122522 0 0 0 5087 21 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 140736893350720 13820890 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123842 894 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1336900

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/247 6999
/proc/meminfo: memFree=28326468/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=102.28 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 122522 0 0 0 10207 21 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 140736893350720 5723016 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 123842 894 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 123842 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1336900


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

/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276044 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1336900

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/248 7052
/proc/meminfo: memFree=27318860/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1302.04 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162249 0 0 0 130161 43 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 1336900

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/247 7053
/proc/meminfo: memFree=27319036/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1362.01 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162287 0 0 0 136157 44 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 6837238 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1336900

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/247 7054
/proc/meminfo: memFree=27319184/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1421.98 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162321 0 0 0 142153 45 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 5711439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 1336900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/247 7055
/proc/meminfo: memFree=27319092/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1481.97 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162334 0 0 0 148151 46 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 5721677 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1336900

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/247 7057
/proc/meminfo: memFree=27319104/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1541.96 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162334 0 0 0 154149 47 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1336900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/247 7058
/proc/meminfo: memFree=27319100/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1336900 CPUtime=1601.95 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 162334 0 0 0 160147 48 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 140736893350720 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 334225 276233 900 2943 0 331119 0
[pid=6994/tid=6995] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1368985600 276233 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1336900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/247 7059
/proc/meminfo: memFree=27289100/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1366596 CPUtime=1661.94 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 169758 0 0 0 166144 50 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 140736893367976 5711318 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 341649 283657 900 2943 0 338543 0
[pid=6994/tid=6995] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1366596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/247 7060
/proc/meminfo: memFree=27288616/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1366596 CPUtime=1721.93 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 169758 0 0 0 172142 51 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 140736893350720 12483632 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 341649 283657 900 2943 0 338543 0
[pid=6994/tid=6995] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1366596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/247 7061
/proc/meminfo: memFree=27288360/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1366596 CPUtime=1781.92 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 169758 0 0 0 178140 52 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 140736893350720 5721398 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 341649 283657 900 2943 0 338543 0
[pid=6994/tid=6995] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1366596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/248 7064
/proc/meminfo: memFree=27287332/32872528 swapFree=189444/189444
[pid=6994] ppid=6991 vsize=1366596 CPUtime=1800.02 cores=1,3,5,7
/proc/6994/stat : 6994 (toysat) R 6991 6994 3947 0 -1 4202496 169758 0 0 0 179950 52 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 140736893350720 5722960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6994/statm: 341649 283657 900 2943 0 338543 0
[pid=6994/tid=6995] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6995/stat : 6995 (toysat) S 6991 6994 3947 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674305670384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6994/tid=6996] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6996/stat : 6996 (toysat) S 6991 6994 3947 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5106813 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674295180528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=6994/tid=6997] ppid=6991 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/6994/task/6997/stat : 6997 (toysat) S 6991 6994 3947 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5106814 1399394304 283657 33554432000 4194304 16246674 140736893368800 139674215509168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1366596

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 6994 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.03
CPU user time (s): 1799.51
CPU system time (s): 0.52592
CPU usage (%): 99.979
Max. virtual memory (cumulated for all children) (KiB): 1366596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.52592
maximum resident set size= 1134628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169758
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= 177
involuntary context switches= 2450

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35019 second user time and 8.02078 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 00:40:03
IDJOB=4079312
IDBENCH=92741
IDSOLVER=2542
FILE ID=node102/4079312-1467240003
RUNJOBID= node102-1467234598-6496
PBS_JOBID= 19997591
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 213b2ab8f9fabc47faf8664d1026e564
RANDOM SEED=1913146961

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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:        29244284 kB
Buffers:          119584 kB
Cached:          2261444 kB
SwapCached:            0 kB
Active:           681320 kB
Inactive:        2012080 kB
Active(anon):     314904 kB
Inactive(anon):        0 kB
Active(file):     366416 kB
Inactive(file):  2012080 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35724 kB
Writeback:             0 kB
AnonPages:        505804 kB
Mapped:            17692 kB
Shmem:               204 kB
Slab:             611280 kB
SReclaimable:      54572 kB
SUnreclaim:       556708 kB
KernelStack:        1984 kB
PageTables:         7016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1430612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 71688 MiB
End job on node102 at 2016-06-30 01:10:03