Trace number 4079310

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_0.opb
MD5SUM0c13b673fccb5ec76783fc37235090e7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6470919
Best CPU time to get the best result obtained on this benchmark1800.01
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 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 130390723337
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 130390723337
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T23:05:18+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-4079310-1465333518.opb"]
0.00/0.01	c use --random-gen="1589205750 1826016446 163948033 1077873177 3640118318 1315905923 1721562688 1491775905 4194210447 2020992347 2288191162 4276165657 3514763664 2335952712 1853644040 1464446972 1763874619 3933112086 2795054739 690646000 3195993354 2174921588 1563441936 3907859890 2589364640 1777817414 1092821060 446413464 3855967210 553042635 3972736088 3667425547 2583825541 2841340267 2217364850 2253774826 4117836149 2314538244 2861188216 773284122 3064091343 681664456 279387112 348462131 1001264538 3269231449 1987658849 2017859988 1104137621 2804751163 1115130566 3454836341 851586403 1990697730 1170483429 2882806203 425673056 2416940484 3143450055 747871526 1240055812 1778776854 57778808 2553888751 1482152632 4225375512 1306020605 2008689488 2060094608 3685426283 1992378333 1617102077 3793458964 3320320292 3192748335 2377666805 3686734736 2001415843 1924321921 85161874 605058213 2054324733 3555826319 3479094531 1866128547 252443348 1092068096 2211808844 2442978745 2346693516 608597423 177453366 3030248029 3334752945 3893012232 2009700878 2251802340 2484280583 2166515119 987548188 3366869270 2517189446 3121331696 958204581 1012663498 380533199 2258752378 4258973280 2004551138 573917689 841533035 1897184289 3886626017 272903608 1624425285 3421667435 331755320 4030985266 3205060511 264333587 917800817 3951231539 2872486217 3861584785 3353514048 1649260008 2347605343 3792710793 1730635292 3848709026 979796951 4183912090 3157593663 465694689 1667280404 2817729013 2959397410 1016961866 3763095903 2939293290 589625991 1412806874 3602630581 400168501 2788981369 633811450 3093620901 500850934 2844356931 290075663 982397797 4054341094 434336486 2749679525 228664385 1293287687 3652387912 2822673518 2756074612 2989141711 3442548678 3701733750 3996334193 3289329927 1981557302 3393423149 267653299 2646102628 2318368273 1354548158 3698852386 2178373465 3442105478 957169074 3115616052 3389220245 1221925382 1884002135 1586126857 3592520119 1110798464 1234765958 1962330197 2001338744 681271347 4153148769 3492681384 352228904 1276948904 3540055503 2162159685 4059893060 511390989 840284849 3328991971 2663621710 3641376556 3660888879 2391940509 275886012 1412775888 1953517692 845838496 960426923 1617445989 2591836022 2485457572 1265599810 793835612 403798460 617882104 712627394 1912564025 632104731 4032022739 1193169584 4085778313 2594506768 3850961882 1100922678 2116076977 3294994433 1210340049 2417400876 2843558671 1023164188 967216748 2353812688 1160705958 757230288 2696525572 358097629 2553526785 1219196707 3637367797 763881468 2246317870 2171193222 4010810267 3106962941 688029890 2176491993 1911982360 235026137 2869005670 2073128209 2424816652 1030179855 3335742497 2133491380 2286168771 1028299932 1376082472 3620925794 496614284 625086995 255 362436" option to reproduce the execution
0.19/0.24	c #vars 14620
0.19/0.24	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.45	c  0.4s |       1 |      171 |      100 |    16917      0 |      170 |        0
3.79/3.83	c  2.8s |       1 |      410 |      200 |    18609      0 |      170 |        0
4.99/5.01	c  4.0s |       2 |      486 |      250 |    18609      0 |      170 |        0
6.99/7.02	c  6.0s |       2 |      660 |      350 |    20470      0 |      170 |        0
8.89/8.93	c  7.9s |       3 |      815 |      475 |    20470      0 |      170 |        0
10.99/11.05	c 10.0s |       3 |     1117 |      675 |    22517      0 |      170 |        0
13.29/13.36	c 12.4s |       4 |     1296 |      813 |    22517      0 |      170 |        0
16.38/16.46	c 15.4s |       4 |     1603 |     1013 |    24769      0 |      170 |        0
19.08/19.14	c 18.1s |       4 |     1821 |     1213 |    24769      0 |      170 |        0
19.98/20.05	c 19.0s |       5 |     1934 |     1320 |    24769      0 |      170 |        0
23.20/23.21	c 22.2s |       5 |     2287 |     1520 |    27246      0 |      170 |        0
25.39/25.46	c 24.4s |       5 |     2560 |     1720 |    27246      0 |      170 |        0
27.69/27.72	c 26.7s |       5 |     2788 |     1920 |    27246      0 |      170 |        0
29.18/29.27	c 28.3s |       6 |     2996 |     2081 |    29971      0 |      170 |        0
31.38/31.40	c 30.4s |       6 |     3299 |     2281 |    29971      0 |      170 |        0
34.28/34.36	c 33.3s |       6 |     3722 |     2581 |    29971      0 |      170 |        0
36.58/36.62	c 35.6s |       6 |     3950 |     2781 |    29971      0 |      170 |        0
39.08/39.15	c 38.1s |       6 |     4186 |     2981 |    29971      0 |      170 |        0
41.59/41.66	c 40.6s |       6 |     4600 |     3181 |    29971      0 |      170 |        0
42.19/42.22	c 41.2s |       7 |     4641 |     3223 |    32969      0 |      170 |        0
45.48/45.56	c 44.5s |       7 |     4980 |     3423 |    32969      0 |      170 |        0
49.08/49.18	c 48.2s |       7 |     5321 |     3723 |    32969      0 |      170 |        0
52.48/52.54	c 51.5s |       7 |     5541 |     3923 |    32969      0 |      170 |        0
56.19/56.25	c 55.2s |       7 |     5913 |     4223 |    32969      0 |      170 |        0
58.88/58.91	c 57.9s |       7 |     6125 |     4423 |    32969      0 |      170 |        0
61.48/61.59	c 60.6s |       7 |     6317 |     4623 |    32969      0 |      170 |        0
64.08/64.15	c 63.1s |       7 |     6561 |     4823 |    32969      0 |      170 |        0
65.18/65.28	c 64.3s |       8 |     6701 |     4936 |    36266      0 |      170 |        0
68.08/68.13	c 67.1s |       8 |     7003 |     5136 |    36266      0 |      170 |        0
70.49/70.56	c 69.5s |       8 |     7210 |     5336 |    36266      0 |      170 |        0
73.58/73.67	c 72.7s |       8 |     7463 |     5536 |    36266      0 |      170 |        0
75.99/76.07	c 75.1s |       8 |     7693 |     5736 |    36266      0 |      170 |        0
78.19/78.28	c 77.3s |       8 |     8005 |     6036 |    36266      0 |      170 |        0
80.68/80.77	c 79.8s |       8 |     8213 |     6236 |    36266      0 |      170 |        0
83.07/83.15	c 82.1s |       8 |     8441 |     6436 |    36266      0 |      170 |        0
85.47/85.57	c 84.6s |       8 |     8634 |     6636 |    36266      0 |      170 |        0
87.87/87.91	c 86.9s |       8 |     8836 |     6836 |    36266      0 |      170 |        0
90.58/90.65	c 89.6s |       8 |     9138 |     7136 |    36266      0 |      170 |        0
93.88/93.95	c 92.9s |       8 |     9486 |     7436 |    36266      0 |      170 |        0
94.98/95.01	c 94.0s |       9 |     9564 |     7506 |    39893      0 |      170 |        0
97.38/97.47	c 96.5s |       9 |     9957 |     7706 |    39893      0 |      170 |        0
99.67/99.71	c 98.7s |       9 |    10333 |     7906 |    39893      0 |      170 |        0
101.87/101.98	c  100s |       9 |    10550 |     8106 |    39893      0 |      170 |        0
104.17/104.22	c  103s |       9 |    10871 |     8406 |    39893      0 |      170 |        0
106.27/106.31	c  105s |       9 |    11106 |     8606 |    39893      0 |      170 |        0
108.67/108.74	c  107s |       9 |    11408 |     8806 |    39893      0 |      170 |        0
111.97/112.06	c  111s |       9 |    11636 |     9006 |    39893      0 |      170 |        0
114.78/114.82	c  113s |       9 |    11907 |     9206 |    39893      0 |      170 |        0
117.37/117.44	c  116s |       9 |    12112 |     9406 |    39893      0 |      170 |        0
119.98/120.08	c  119s |       9 |    12350 |     9606 |    39893      0 |      170 |        0
122.67/122.72	c  121s |       9 |    12556 |     9806 |    39893      0 |      170 |        0
125.48/125.57	c  124s |       9 |    12883 |    10006 |    39893      0 |      170 |        0
128.67/128.79	c  127s |       9 |    13102 |    10206 |    39893      0 |      170 |        0
131.67/131.72	c  130s |       9 |    13336 |    10406 |    39893      0 |      170 |        0
133.77/133.86	c  132s |       9 |    13586 |    10606 |    39893      0 |      170 |        0
136.27/136.36	c  135s |       9 |    13849 |    10806 |    39893      0 |      170 |        0
138.67/138.75	c  137s |       9 |    14142 |    11106 |    39893      0 |      170 |        0
141.56/141.62	c  140s |       9 |    14356 |    11306 |    43883      0 |      170 |        0
142.36/142.40	c  141s |      10 |    14445 |    11361 |    43883      0 |      170 |        0
144.36/144.49	c  143s |      10 |    14826 |    11561 |    43883      0 |      170 |        0
146.66/146.78	c  145s |      10 |    15099 |    11761 |    43883      0 |      170 |        0
149.47/149.56	c  148s |      10 |    15457 |    12061 |    43883      0 |      170 |        0
151.57/151.65	c  150s |      10 |    15697 |    12261 |    43883      0 |      170 |        0
154.17/154.27	c  153s |      10 |    16020 |    12561 |    43883      0 |      170 |        0
156.86/156.98	c  155s |      10 |    16455 |    12961 |    43883      0 |      170 |        0
159.26/159.36	c  158s |      10 |    16757 |    13261 |    43883      0 |      170 |        0
162.06/162.17	c  161s |      10 |    17111 |    13561 |    43883      0 |      170 |        0
164.46/164.59	c  163s |      10 |    17438 |    13861 |    43883      0 |      170 |        0
166.66/166.72	c  165s |      10 |    17762 |    14161 |    43883      0 |      170 |        0
169.16/169.21	c  168s |      10 |    17976 |    14361 |    43883      0 |      170 |        0
171.26/171.37	c  170s |      10 |    18211 |    14561 |    43883      0 |      170 |        0
174.36/174.47	c  173s |      10 |    18534 |    14861 |    43883      0 |      170 |        0
177.46/177.56	c  176s |      10 |    18861 |    15161 |    43883      0 |      170 |        0
179.56/179.67	c  178s |      10 |    19106 |    15361 |    43883      0 |      170 |        0
182.46/182.54	c  181s |      10 |    19445 |    15661 |    43883      0 |      170 |        0
185.46/185.50	c  184s |      10 |    19675 |    15861 |    43883      0 |      170 |        0
187.96/188.07	c  187s |      10 |    20077 |    16161 |    43883      0 |      170 |        0
190.66/190.79	c  189s |      10 |    20336 |    16361 |    43883      0 |      170 |        0
192.95/193.05	c  192s |      10 |    20563 |    16561 |    43883      0 |      170 |        0
195.36/195.41	c  194s |      10 |    20885 |    16861 |    43883      0 |      170 |        0
197.97/198.05	c  197s |      11 |    21244 |    17144 |    48272      0 |      170 |        0
200.17/200.27	c  199s |      11 |    21574 |    17344 |    48272      0 |      170 |        0
202.66/202.74	c  201s |      11 |    21966 |    17644 |    48272      0 |      170 |        0
205.67/205.74	c  204s |      11 |    22325 |    17944 |    48272      0 |      170 |        0
208.36/208.42	c  207s |      11 |    22674 |    18244 |    48272      0 |      170 |        0
211.66/211.77	c  210s |      11 |    23081 |    18544 |    48272      0 |      170 |        0
214.36/214.46	c  213s |      11 |    23298 |    18744 |    48272      0 |      170 |        0
216.76/216.88	c  215s |      11 |    23540 |    18944 |    48272      0 |      170 |        0
219.56/219.64	c  218s |      11 |    23780 |    19144 |    48272      0 |      170 |        0
222.26/222.36	c  221s |      11 |    24000 |    19344 |    48272      0 |      170 |        0
224.86/224.95	c  223s |      11 |    24213 |    19544 |    48272      0 |      170 |        0
227.66/227.74	c  226s |      11 |    24466 |    19744 |    48272      0 |      170 |        0
230.55/230.62	c  229s |      11 |    24807 |    20044 |    48272      0 |      170 |        0
233.45/233.57	c  232s |      11 |    25134 |    20244 |    48272      0 |      170 |        0
235.95/236.02	c  235s |      11 |    25473 |    20444 |    48272      0 |      170 |        0
238.25/238.38	c  237s |      11 |    25664 |    20644 |    48272      0 |      170 |        0
241.35/241.50	c  240s |      11 |    26024 |    20944 |    48272      0 |      170 |        0
243.95/244.04	c  243s |      11 |    26296 |    21144 |    48272      0 |      170 |        0
246.85/246.96	c  245s |      11 |    26542 |    21344 |    48272      0 |      170 |        0
249.25/249.38	c  248s |      11 |    26790 |    21544 |    48272      0 |      170 |        0
251.55/251.67	c  250s |      11 |    27017 |    21744 |    48272      0 |      170 |        0
255.16/255.28	c  254s |      11 |    27247 |    21944 |    48272      0 |      170 |        0
257.75/257.82	c  256s |      11 |    27367 |    22044 |    48272      0 |      170 |        0
260.15/260.23	c  259s |      11 |    27461 |    22144 |    48272      0 |      170 |        0
263.64/263.77	c  262s |      11 |    27734 |    22344 |    48272      0 |      170 |        0
266.94/267.06	c  266s |      11 |    27928 |    22544 |    48272      0 |      170 |        0
270.84/270.90	c  269s |      11 |    28176 |    22744 |    48272      0 |      170 |        0
273.34/273.49	c  272s |      11 |    28381 |    22944 |    48272      0 |      170 |        0
276.74/276.87	c  275s |      11 |    28594 |    23144 |    48272      0 |      170 |        0
279.24/279.39	c  278s |      11 |    28726 |    23244 |    48272      0 |      170 |        0
282.44/282.51	c  281s |      11 |    28937 |    23444 |    48272      0 |      170 |        0
285.04/285.17	c  284s |      11 |    29135 |    23644 |    48272      0 |      170 |        0
287.84/287.98	c  286s |      11 |    29450 |    23944 |    48272      0 |      170 |        0
290.95/291.07	c  290s |      11 |    29710 |    24144 |    48272      0 |      170 |        0
293.95/294.01	c  292s |      11 |    30331 |    24344 |    48272      0 |      170 |        0
295.96/296.01	c  294s |      11 |    30443 |    24444 |    48272      0 |      170 |        0
298.65/298.76	c  297s |      11 |    30673 |    24644 |    48272      0 |      170 |        0
300.75/300.85	c  299s |      11 |    30862 |    24844 |    48272      0 |      170 |        0
302.85/302.93	c  301s |      11 |    31192 |    25144 |    48272      0 |      170 |        0
304.95/305.08	c  304s |      11 |    31488 |    25444 |    48272      0 |      170 |        0
307.15/307.28	c  306s |      11 |    31805 |    25744 |    53100      0 |      170 |        0
307.75/307.89	c  306s |      12 |    31876 |    25819 |    53100      0 |      170 |        0
310.35/310.42	c  309s |      12 |    32167 |    26019 |    53100      0 |      170 |        0
313.25/313.31	c  312s |      12 |    32489 |    26319 |    53100      0 |      170 |        0
315.95/316.05	c  315s |      12 |    32796 |    26619 |    53100      0 |      170 |        0
318.64/318.78	c  317s |      12 |    33200 |    26919 |    53100      0 |      170 |        0
321.04/321.13	c  320s |      12 |    33418 |    27119 |    53100      0 |      170 |        0
323.24/323.32	c  322s |      12 |    33628 |    27319 |    53100      0 |      170 |        0
325.84/325.97	c  324s |      12 |    33850 |    27519 |    53100      0 |      170 |        0
327.94/328.06	c  327s |      12 |    34047 |    27719 |    53100      0 |      170 |        0
330.54/330.61	c  329s |      12 |    34253 |    27919 |    53100      0 |      170 |        0
332.84/332.98	c  331s |      12 |    34459 |    28119 |    53100      0 |      170 |        0
336.34/336.40	c  335s |      12 |    34830 |    28419 |    53100      0 |      170 |        0
338.54/338.64	c  337s |      12 |    35035 |    28619 |    53100      0 |      170 |        0
341.64/341.76	c  340s |      12 |    35407 |    28919 |    53100      0 |      170 |        0
344.54/344.61	c  343s |      12 |    35623 |    29119 |    53100      0 |      170 |        0
347.14/347.29	c  346s |      12 |    35833 |    29319 |    53100      0 |      170 |        0
350.13/350.22	c  349s |      12 |    36157 |    29619 |    53100      0 |      170 |        0
353.43/353.60	c  352s |      12 |    36374 |    29819 |    53100      0 |      170 |        0
356.44/356.55	c  355s |      12 |    36601 |    30019 |    53100      0 |      170 |        0
359.33/359.43	c  358s |      12 |    36887 |    30319 |    53100      0 |      170 |        0
362.63/362.79	c  361s |      12 |    37117 |    30519 |    53100      0 |      170 |        0
364.93/365.05	c  364s |      12 |    37367 |    30719 |    53100      0 |      170 |        0
367.34/367.45	c  366s |      12 |    37583 |    30919 |    53100      0 |      170 |        0
370.23/370.31	c  369s |      12 |    37895 |    31219 |    53100      0 |      170 |        0
373.83/373.91	c  372s |      12 |    38129 |    31419 |    53100      0 |      170 |        0
376.03/376.20	c  375s |      12 |    38323 |    31619 |    53100      0 |      170 |        0
378.43/378.59	c  377s |      12 |    38554 |    31819 |    53100      0 |      170 |        0
381.43/381.51	c  380s |      12 |    38885 |    32119 |    53100      0 |      170 |        0
384.43/384.53	c  383s |      12 |    39110 |    32319 |    53100      0 |      170 |        0
387.73/387.85	c  386s |      12 |    39298 |    32519 |    53100      0 |      170 |        0
390.44/390.52	c  389s |      12 |    39522 |    32719 |    53100      0 |      170 |        0
393.23/393.32	c  392s |      12 |    39835 |    33019 |    53100      0 |      170 |        0
396.13/396.22	c  395s |      12 |    40044 |    33219 |    53100      0 |      170 |        0
399.83/399.94	c  398s |      12 |    40259 |    33419 |    53100      0 |      170 |        0
402.43/402.54	c  401s |      12 |    40476 |    33619 |    53100      0 |      170 |        0
404.63/404.71	c  403s |      12 |    40691 |    33819 |    53100      0 |      170 |        0
407.43/407.55	c  406s |      12 |    41002 |    34119 |    53100      0 |      170 |        0
410.13/410.21	c  409s |      12 |    41240 |    34319 |    53100      0 |      170 |        0
412.73/412.85	c  411s |      12 |    41467 |    34519 |    53100      0 |      170 |        0
415.84/415.99	c  414s |      12 |    41707 |    34719 |    53100      0 |      170 |        0
418.23/418.38	c  417s |      12 |    41912 |    34919 |    53100      0 |      170 |        0
421.43/421.57	c  420s |      12 |    42255 |    35219 |    53100      0 |      170 |        0
424.03/424.12	c  423s |      12 |    42458 |    35419 |    53100      0 |      170 |        0
427.63/427.70	c  426s |      12 |    42662 |    35619 |    53100      0 |      170 |        0
430.62/430.76	c  429s |      12 |    42870 |    35819 |    53100      0 |      170 |        0
433.43/433.59	c  432s |      12 |    43102 |    36019 |    53100      0 |      170 |        0
436.52/436.69	c  435s |      12 |    43318 |    36219 |    53100      0 |      170 |        0
439.32/439.41	c  438s |      12 |    43513 |    36419 |    53100      0 |      170 |        0
441.92/442.04	c  441s |      12 |    43709 |    36619 |    53100      0 |      170 |        0
445.02/445.15	c  444s |      12 |    44028 |    36919 |    53100      0 |      170 |        0
447.22/447.37	c  446s |      12 |    44130 |    37019 |    53100      0 |      170 |        0
449.72/449.86	c  448s |      12 |    44338 |    37219 |    53100      0 |      170 |        0
452.62/452.75	c  451s |      12 |    44597 |    37419 |    53100      0 |      170 |        0
455.32/455.41	c  454s |      12 |    44786 |    37619 |    53100      0 |      170 |        0
458.12/458.26	c  457s |      12 |    45130 |    37919 |    53100      0 |      170 |        0
460.92/461.09	c  460s |      12 |    45381 |    38119 |    53100      0 |      170 |        0
463.72/463.82	c  462s |      12 |    45573 |    38319 |    53100      0 |      170 |        0
465.82/465.96	c  464s |      12 |    45687 |    38419 |    53100      0 |      170 |        0
469.41/469.50	c  468s |      12 |    45928 |    38619 |    58411      0 |      170 |        0
471.92/472.01	c  470s |      12 |    46124 |    38819 |    58411      0 |      170 |        0
472.02/472.15	c  471s |      13 |    46134 |    38832 |    58411      0 |      170 |        0
475.71/475.81	c  474s |      13 |    46476 |    39032 |    58411      0 |      170 |        0
477.91/478.07	c  477s |      13 |    46607 |    39132 |    58411      0 |      170 |        0
482.01/482.15	c  481s |      13 |    46828 |    39332 |    58411      0 |      170 |        0
485.12/485.24	c  484s |      13 |    47052 |    39532 |    58411      0 |      170 |        0
488.32/488.46	c  487s |      13 |    47270 |    39732 |    58411      0 |      170 |        0
491.72/491.88	c  490s |      13 |    47602 |    39932 |    58411      0 |      170 |        0
495.02/495.18	c  494s |      13 |    47836 |    40132 |    58411      0 |      170 |        0
498.22/498.33	c  497s |      13 |    48048 |    40332 |    58411      0 |      170 |        0
501.01/501.13	c  500s |      13 |    48245 |    40532 |    58411      0 |      170 |        0
503.21/503.39	c  502s |      13 |    48441 |    40732 |    58411      0 |      170 |        0
506.11/506.29	c  505s |      13 |    48920 |    41032 |    58411      0 |      170 |        0
508.51/508.67	c  507s |      13 |    49185 |    41232 |    58411      0 |      170 |        0
510.81/510.95	c  509s |      13 |    49398 |    41432 |    58411      0 |      170 |        0
513.71/513.84	c  512s |      13 |    49758 |    41732 |    58411      0 |      170 |        0
515.81/515.92	c  514s |      13 |    50219 |    41932 |    58411      0 |      170 |        0
518.51/518.62	c  517s |      13 |    50562 |    42232 |    58411      0 |      170 |        0
521.10/521.20	c  520s |      13 |    50784 |    42432 |    58411      0 |      170 |        0
524.40/524.50	c  523s |      13 |    51123 |    42732 |    58411      0 |      170 |        0
527.91/528.10	c  527s |      13 |    51352 |    42932 |    58411      0 |      170 |        0
531.10/531.28	c  530s |      13 |    51573 |    43132 |    58411      0 |      170 |        0
533.71/533.88	c  532s |      13 |    51773 |    43332 |    58411      0 |      170 |        0
536.91/537.07	c  536s |      13 |    51992 |    43532 |    58411      0 |      170 |        0
539.11/539.26	c  538s |      13 |    52131 |    43632 |    58411      0 |      170 |        0
541.41/541.53	c  540s |      13 |    52213 |    43732 |    58411      0 |      170 |        0
544.31/544.46	c  543s |      13 |    52555 |    43932 |    58411      0 |      170 |        0
547.31/547.47	c  546s |      13 |    52829 |    44132 |    58411      0 |      170 |        0
550.51/550.69	c  549s |      13 |    53035 |    44332 |    58411      0 |      170 |        0
553.61/553.77	c  552s |      13 |    53237 |    44532 |    58411      0 |      170 |        0
556.01/556.11	c  555s |      13 |    53433 |    44732 |    58411      0 |      170 |        0
559.71/559.87	c  558s |      13 |    53755 |    45032 |    58411      0 |      170 |        0
562.01/562.15	c  561s |      13 |    53862 |    45132 |    58411      0 |      170 |        0
564.80/564.97	c  563s |      13 |    54050 |    45332 |    58411      0 |      170 |        0
566.90/567.08	c  566s |      13 |    54247 |    45532 |    58411      0 |      170 |        0
569.81/569.93	c  568s |      13 |    54486 |    45732 |    58411      0 |      170 |        0
572.70/572.85	c  571s |      13 |    54759 |    45932 |    58411      0 |      170 |        0
575.90/576.09	c  575s |      13 |    54960 |    46132 |    58411      0 |      170 |        0
578.10/578.21	c  577s |      13 |    55054 |    46232 |    58411      0 |      170 |        0
580.40/580.59	c  579s |      13 |    55165 |    46332 |    58411      0 |      170 |        0
584.80/584.91	c  583s |      13 |    55386 |    46532 |    58411      0 |      170 |        0
587.10/587.24	c  586s |      13 |    55462 |    46632 |    58411      0 |      170 |        0
590.30/590.49	c  589s |      13 |    55705 |    46832 |    58411      0 |      170 |        0
593.50/593.64	c  592s |      13 |    55904 |    47032 |    58411      0 |      170 |        0
597.40/597.58	c  596s |      13 |    56111 |    47232 |    58411      0 |      170 |        0
599.80/599.91	c  598s |      13 |    56290 |    47332 |    58411      0 |      170 |        0
603.10/603.24	c  602s |      13 |    56585 |    47532 |    58411      0 |      170 |        0
605.30/605.48	c  604s |      13 |    56700 |    47632 |    58411      0 |      170 |        0
608.10/608.30	c  607s |      13 |    56920 |    47832 |    58411      0 |      170 |        0
612.40/612.57	c  611s |      13 |    57151 |    48032 |    58411      0 |      170 |        0
615.19/615.35	c  614s |      13 |    57241 |    48132 |    58411      0 |      170 |        0
617.99/618.17	c  617s |      13 |    57330 |    48232 |    58411      0 |      170 |        0
620.59/620.73	c  619s |      13 |    57448 |    48332 |    58411      0 |      170 |        0
622.79/622.90	c  621s |      13 |    57553 |    48432 |    58411      0 |      170 |        0
625.29/625.44	c  624s |      13 |    57652 |    48532 |    58411      0 |      170 |        0
627.29/627.49	c  626s |      13 |    57769 |    48632 |    58411      0 |      170 |        0
630.09/630.29	c  629s |      13 |    57968 |    48832 |    58411      0 |      170 |        0
632.89/633.01	c  631s |      13 |    58169 |    49032 |    58411      0 |      170 |        0
634.99/635.19	c  634s |      13 |    58371 |    49232 |    58411      0 |      170 |        0
637.49/637.65	c  636s |      13 |    58699 |    49532 |    58411      0 |      170 |        0
640.39/640.52	c  639s |      13 |    59046 |    49832 |    58411      0 |      170 |        0
642.40/642.52	c  641s |      13 |    59293 |    50032 |    58411      0 |      170 |        0
645.09/645.29	c  644s |      13 |    59558 |    50232 |    58411      0 |      170 |        0
647.90/648.03	c  647s |      13 |    59944 |    50532 |    58411      0 |      170 |        0
650.59/650.77	c  649s |      13 |    60183 |    50732 |    58411      0 |      170 |        0
652.79/652.95	c  651s |      13 |    60415 |    50932 |    58411      0 |      170 |        0
655.69/655.89	c  654s |      13 |    60646 |    51132 |    58411      0 |      170 |        0
657.89/658.06	c  657s |      13 |    60865 |    51332 |    58411      0 |      170 |        0
659.89/660.10	c  659s |      13 |    61085 |    51532 |    58411      0 |      170 |        0
662.79/662.94	c  661s |      13 |    61397 |    51732 |    58411      0 |      170 |        0
665.19/665.39	c  664s |      13 |    61598 |    51932 |    58411      0 |      170 |        0
667.99/668.19	c  667s |      13 |    61814 |    52132 |    58411      0 |      170 |        0
671.78/671.91	c  670s |      13 |    62034 |    52332 |    58411      0 |      170 |        0
674.59/674.71	c  673s |      13 |    62234 |    52532 |    58411      0 |      170 |        0
676.69/676.87	c  675s |      13 |    62474 |    52732 |    58411      0 |      170 |        0
678.89/679.05	c  678s |      13 |    62661 |    52932 |    58411      0 |      170 |        0
680.99/681.13	c  680s |      13 |    62919 |    53132 |    58411      0 |      170 |        0
684.10/684.30	c  683s |      13 |    63131 |    53332 |    58411      0 |      170 |        0
686.69/686.86	c  685s |      13 |    63339 |    53532 |    58411      0 |      170 |        0
689.59/689.77	c  688s |      13 |    63569 |    53732 |    58411      0 |      170 |        0
692.39/692.53	c  691s |      13 |    63820 |    53932 |    58411      0 |      170 |        0
695.69/695.83	c  694s |      13 |    64030 |    54132 |    58411      0 |      170 |        0
698.08/698.30	c  697s |      13 |    64231 |    54332 |    58411      0 |      170 |        0
700.99/701.10	c  700s |      13 |    64492 |    54532 |    58411      0 |      170 |        0
704.38/704.54	c  703s |      13 |    64730 |    54732 |    58411      0 |      170 |        0
707.48/707.66	c  706s |      13 |    64942 |    54932 |    58411      0 |      170 |        0
709.88/710.00	c  708s |      13 |    65146 |    55132 |    58411      0 |      170 |        0
712.88/713.02	c  712s |      13 |    65451 |    55432 |    58411      0 |      170 |        0
716.28/716.44	c  715s |      13 |    65802 |    55732 |    58411      0 |      170 |        0
719.39/719.54	c  718s |      13 |    66012 |    55932 |    58411      0 |      170 |        0
722.59/722.79	c  721s |      13 |    66245 |    56132 |    58411      0 |      170 |        0
724.89/725.00	c  723s |      13 |    66443 |    56332 |    58411      0 |      170 |        0
727.28/727.48	c  726s |      13 |    66655 |    56532 |    58411      0 |      170 |        0
731.08/731.22	c  730s |      13 |    66842 |    56732 |    58411      0 |      170 |        0
733.48/733.63	c  732s |      13 |    67044 |    56932 |    58411      0 |      170 |        0
735.78/735.93	c  734s |      13 |    67262 |    57132 |    58411      0 |      170 |        0
738.98/739.17	c  738s |      13 |    67469 |    57332 |    58411      0 |      170 |        0
741.58/741.79	c  740s |      13 |    67682 |    57532 |    58411      0 |      170 |        0
744.37/744.51	c  743s |      13 |    67908 |    57732 |    58411      0 |      170 |        0
746.37/746.55	c  745s |      13 |    67994 |    57832 |    58411      0 |      170 |        0
748.77/748.94	c  747s |      13 |    68191 |    58032 |    64253      0 |      170 |        0
752.97/753.17	c  752s |      13 |    68499 |    58332 |    64253      0 |      170 |        0
753.27/753.50	c  752s |      14 |    68518 |    58352 |    64253      0 |      170 |        0
756.07/756.29	c  755s |      14 |    68723 |    58452 |    64253      0 |      170 |        0
758.88/759.09	c  758s |      14 |    68924 |    58652 |    64253      0 |      170 |        0
762.47/762.66	c  761s |      14 |    69262 |    58852 |    64253      0 |      170 |        0
764.87/765.08	c  764s |      14 |    69353 |    58952 |    64253      0 |      170 |        0
768.58/768.77	c  767s |      14 |    69583 |    59152 |    64253      0 |      170 |        0
772.48/772.63	c  771s |      14 |    69820 |    59352 |    64253      0 |      170 |        0
775.18/775.35	c  774s |      14 |    69932 |    59452 |    64253      0 |      170 |        0
777.68/777.83	c  776s |      14 |    70017 |    59552 |    64253      0 |      170 |        0
780.27/780.42	c  779s |      14 |    70116 |    59652 |    64253      0 |      170 |        0
782.87/783.08	c  782s |      14 |    70223 |    59752 |    64253      0 |      170 |        0
785.47/785.67	c  784s |      14 |    70338 |    59852 |    64253      0 |      170 |        0
787.77/787.93	c  786s |      14 |    70466 |    59952 |    64253      0 |      170 |        0
790.88/791.06	c  790s |      14 |    70792 |    60152 |    64253      0 |      170 |        0
793.57/793.79	c  792s |      14 |    71107 |    60352 |    64253      0 |      170 |        0
796.97/797.16	c  796s |      14 |    71316 |    60552 |    64253      0 |      170 |        0
800.78/800.91	c  799s |      14 |    71529 |    60752 |    64253      0 |      170 |        0
803.57/803.76	c  802s |      14 |    71765 |    60952 |    64253      0 |      170 |        0
806.67/806.84	c  805s |      14 |    71978 |    61152 |    64253      0 |      170 |        0
810.17/810.33	c  809s |      14 |    72231 |    61352 |    64253      0 |      170 |        0
813.17/813.36	c  812s |      14 |    72470 |    61552 |    64253      0 |      170 |        0
815.96/816.16	c  815s |      14 |    72682 |    61752 |    64253      0 |      170 |        0
818.06/818.22	c  817s |      14 |    72901 |    61952 |    64253      0 |      170 |        0
821.46/821.62	c  820s |      14 |    73267 |    62252 |    64253      0 |      170 |        0
824.36/824.50	c  823s |      14 |    73483 |    62452 |    64253      0 |      170 |        0
827.46/827.68	c  826s |      14 |    73963 |    62752 |    64253      0 |      170 |        0
830.56/830.74	c  829s |      14 |    74194 |    62952 |    64253      0 |      170 |        0
832.85/833.09	c  832s |      14 |    74438 |    63152 |    64253      0 |      170 |        0
834.95/835.11	c  834s |      14 |    74629 |    63352 |    64253      0 |      170 |        0
838.45/838.68	c  837s |      14 |    74849 |    63552 |    64253      0 |      170 |        0
840.95/841.13	c  840s |      14 |    75074 |    63752 |    64253      0 |      170 |        0
844.35/844.57	c  843s |      14 |    75395 |    64052 |    64253      0 |      170 |        0
846.75/846.98	c  845s |      14 |    75585 |    64252 |    64253      0 |      170 |        0
848.95/849.13	c  848s |      14 |    75784 |    64452 |    64253      0 |      170 |        0
851.55/851.74	c  850s |      14 |    75989 |    64652 |    64253      0 |      170 |        0
853.65/853.86	c  852s |      14 |    76196 |    64852 |    64253      0 |      170 |        0
855.84/856.05	c  855s |      14 |    76296 |    64952 |    64253      0 |      170 |        0
859.24/859.45	c  858s |      14 |    76571 |    65152 |    64253      0 |      170 |        0
862.44/862.66	c  861s |      14 |    76774 |    65352 |    64253      0 |      170 |        0
865.24/865.49	c  864s |      14 |    76965 |    65552 |    64253      0 |      170 |        0
867.54/867.76	c  866s |      14 |    77172 |    65752 |    64253      0 |      170 |        0
869.73/869.95	c  868s |      14 |    77274 |    65852 |    64253      0 |      170 |        0
872.73/872.90	c  871s |      14 |    77474 |    66052 |    64253      0 |      170 |        0
874.93/875.19	c  874s |      14 |    77680 |    66252 |    64253      0 |      170 |        0
878.03/878.26	c  877s |      14 |    77874 |    66452 |    64253      0 |      170 |        0
881.04/881.27	c  880s |      14 |    78078 |    66652 |    64253      0 |      170 |        0
883.33/883.55	c  882s |      14 |    78268 |    66852 |    64253      0 |      170 |        0
886.02/886.27	c  885s |      14 |    78478 |    67052 |    64253      0 |      170 |        0
888.42/888.67	c  887s |      14 |    78581 |    67152 |    64253      0 |      170 |        0
892.32/892.55	c  891s |      14 |    78810 |    67352 |    64253      0 |      170 |        0
896.52/896.76	c  895s |      14 |    79011 |    67552 |    64253      0 |      170 |        0
900.32/900.59	c  899s |      14 |    79211 |    67752 |    64253      0 |      170 |        0
902.62/902.87	c  901s |      14 |    79341 |    67852 |    64253      0 |      170 |        0
905.52/905.75	c  904s |      14 |    79555 |    68052 |    64253      0 |      170 |        0
909.72/909.93	c  908s |      14 |    79812 |    68252 |    64253      0 |      170 |        0
911.93/912.12	c  911s |      14 |    79900 |    68352 |    64253      0 |      170 |        0
914.53/914.77	c  913s |      14 |    80000 |    68452 |    64253      0 |      170 |        0
916.62/916.85	c  915s |      14 |    80110 |    68552 |    64253      0 |      170 |        0
918.82/919.05	c  918s |      14 |    80222 |    68652 |    64253      0 |      170 |        0
921.92/922.14	c  921s |      14 |    80412 |    68852 |    64253      0 |      170 |        0
925.62/925.84	c  924s |      14 |    80652 |    69052 |    64253      0 |      170 |        0
928.42/928.61	c  927s |      14 |    80943 |    69252 |    64253      0 |      170 |        0
931.92/932.17	c  931s |      14 |    81144 |    69452 |    64253      0 |      170 |        0
934.02/934.28	c  933s |      14 |    81253 |    69552 |    64253      0 |      170 |        0
936.12/936.36	c  935s |      14 |    81361 |    69652 |    64253      0 |      170 |        0
938.52/938.72	c  937s |      14 |    81459 |    69752 |    64253      0 |      170 |        0
941.62/941.86	c  940s |      14 |    81657 |    69952 |    64253      0 |      170 |        0
944.22/944.42	c  943s |      14 |    81853 |    70152 |    64253      0 |      170 |        0
948.21/948.40	c  947s |      14 |    82184 |    70452 |    64253      0 |      170 |        0
950.61/950.88	c  949s |      14 |    82290 |    70552 |    64253      0 |      170 |        0
952.71/952.90	c  951s |      14 |    82388 |    70652 |    64253      0 |      170 |        0
954.71/954.91	c  953s |      14 |    82531 |    70752 |    64253      0 |      170 |        0
957.00/957.28	c  956s |      14 |    82637 |    70852 |    64253      0 |      170 |        0
959.30/959.51	c  958s |      14 |    82750 |    70952 |    64253      0 |      170 |        0
961.40/961.64	c  960s |      14 |    82868 |    71052 |    64253      0 |      170 |        0
963.60/963.85	c  962s |      14 |    82982 |    71152 |    64253      0 |      170 |        0
966.60/966.80	c  965s |      14 |    83201 |    71352 |    64253      0 |      170 |        0
970.20/970.47	c  969s |      14 |    83475 |    71552 |    64253      0 |      170 |        0
983.79/984.05	c  983s |      14 |    83699 |    71752 |    64253      1 |      170 |        0
986.39/986.70	c  985s |      14 |    83912 |    71952 |    64253      1 |      170 |        0
989.68/989.97	c  988s |      14 |    84120 |    72152 |    64253      1 |      170 |        0
992.28/992.53	c  991s |      14 |    84426 |    72452 |    64253      1 |      170 |        0
994.58/994.87	c  993s |      14 |    84629 |    72652 |    64253      1 |      170 |        0
998.28/998.50	c  997s |      14 |    84823 |    72852 |    64253      1 |      170 |        0
1001.48/1001.71	c 1000s |      14 |    85040 |    73052 |    64253      1 |      170 |        0
1003.78/1004.06	c 1003s |      14 |    85248 |    73252 |    64253      1 |      170 |        0
1006.88/1007.13	c 1006s |      14 |    85452 |    73452 |    64253      1 |      170 |        0
1010.38/1010.67	c 1009s |      14 |    85782 |    73752 |    64253      1 |      170 |        0
1012.78/1013.05	c 1012s |      14 |    85889 |    73852 |    64253      1 |      170 |        0
1016.37/1016.67	c 1015s |      14 |    86065 |    74052 |    64253      1 |      170 |        0
1018.77/1019.04	c 1018s |      14 |    86278 |    74252 |    64253      1 |      170 |        0
1020.87/1021.14	c 1020s |      14 |    86386 |    74352 |    64253      1 |      170 |        0
1023.07/1023.36	c 1022s |      14 |    86626 |    74552 |    64253      1 |      170 |        0
1026.47/1026.75	c 1025s |      14 |    86853 |    74752 |    64253      1 |      170 |        0
1030.17/1030.48	c 1029s |      14 |    87077 |    74952 |    64253      1 |      170 |        0
1032.57/1032.85	c 1031s |      14 |    87283 |    75152 |    64253      1 |      170 |        0
1035.06/1035.32	c 1034s |      14 |    87385 |    75252 |    64253      1 |      170 |        0
1037.96/1038.21	c 1037s |      14 |    87585 |    75452 |    64253      1 |      170 |        0
1040.37/1040.63	c 1039s |      14 |    87703 |    75552 |    64253      1 |      170 |        0
1043.96/1044.21	c 1043s |      14 |    87903 |    75752 |    64253      1 |      170 |        0
1047.06/1047.38	c 1046s |      14 |    88234 |    76052 |    64253      1 |      170 |        0
1049.96/1050.29	c 1049s |      14 |    88439 |    76252 |    64253      1 |      170 |        0
1052.56/1052.81	c 1051s |      14 |    88631 |    76452 |    64253      1 |      170 |        0
1055.15/1055.45	c 1054s |      14 |    88844 |    76652 |    64253      1 |      170 |        0
1057.35/1057.70	c 1056s |      14 |    89210 |    76952 |    64253      1 |      170 |        0
1060.26/1060.52	c 1059s |      14 |    89559 |    77252 |    64253      1 |      170 |        0
1062.65/1062.92	c 1061s |      14 |    89773 |    77452 |    64253      1 |      170 |        0
1065.66/1065.93	c 1064s |      14 |    90134 |    77752 |    64253      1 |      170 |        0
1067.75/1068.10	c 1067s |      14 |    90340 |    77952 |    64253      1 |      170 |        0
1070.25/1070.53	c 1069s |      14 |    90672 |    78252 |    64253      1 |      170 |        0
1072.25/1072.60	c 1071s |      14 |    90973 |    78552 |    64253      1 |      170 |        0
1075.05/1075.37	c 1074s |      14 |    91301 |    78852 |    64253      1 |      170 |        0
1077.25/1077.58	c 1076s |      14 |    91538 |    79052 |    64253      1 |      170 |        0
1079.84/1080.13	c 1079s |      14 |    91857 |    79352 |    64253      1 |      170 |        0
1082.84/1083.10	c 1082s |      14 |    92199 |    79652 |    64253      1 |      170 |        0
1085.14/1085.48	c 1084s |      14 |    92412 |    79852 |    64253      1 |      170 |        0
1088.34/1088.67	c 1087s |      14 |    92629 |    80052 |    64253      1 |      170 |        0
1091.14/1091.42	c 1090s |      14 |    92834 |    80252 |    64253      1 |      170 |        0
1094.74/1095.04	c 1094s |      14 |    93056 |    80452 |    64253      1 |      170 |        0
1097.64/1097.97	c 1096s |      14 |    93250 |    80652 |    64253      1 |      170 |        0
1101.54/1101.89	c 1100s |      14 |    93459 |    80852 |    64253      1 |      170 |        0
1104.14/1104.48	c 1103s |      14 |    93666 |    81052 |    64253      1 |      170 |        0
1107.44/1107.77	c 1106s |      14 |    93905 |    81252 |    64253      1 |      170 |        0
1109.53/1109.80	c 1108s |      14 |    94105 |    81452 |    64253      1 |      170 |        0
1111.73/1112.00	c 1110s |      14 |    94314 |    81652 |    64253      1 |      170 |        0
1113.73/1114.06	c 1113s |      14 |    94406 |    81752 |    64253      1 |      170 |        0
1116.43/1116.77	c 1115s |      14 |    94628 |    81952 |    64253      1 |      170 |        0
1118.73/1119.02	c 1118s |      14 |    94720 |    82052 |    64253      1 |      170 |        0
1121.84/1122.16	c 1121s |      14 |    94939 |    82252 |    64253      1 |      170 |        0
1125.53/1125.88	c 1124s |      14 |    95146 |    82452 |    64253      1 |      170 |        0
1128.13/1128.47	c 1127s |      14 |    95340 |    82652 |    64253      1 |      170 |        0
1130.23/1130.56	c 1129s |      14 |    95544 |    82852 |    64253      1 |      170 |        0
1133.43/1133.72	c 1132s |      14 |    95854 |    83152 |    64253      1 |      170 |        0
1135.53/1135.80	c 1134s |      14 |    96047 |    83352 |    64253      1 |      170 |        0
1138.84/1139.13	c 1138s |      14 |    96365 |    83652 |    64253      1 |      170 |        0
1141.04/1141.36	c 1140s |      14 |    96557 |    83852 |    64253      1 |      170 |        0
1144.34/1144.66	c 1143s |      14 |    96867 |    84152 |    64253      1 |      170 |        0
1146.84/1147.12	c 1146s |      14 |    97053 |    84352 |    64253      1 |      170 |        0
1149.94/1150.20	c 1149s |      14 |    97363 |    84652 |    64253      1 |      170 |        0
1152.33/1152.67	c 1151s |      14 |    97557 |    84852 |    64253      1 |      170 |        0
1155.33/1155.62	c 1154s |      14 |    97873 |    85152 |    64253      1 |      170 |        0
1158.04/1158.34	c 1157s |      14 |    98163 |    85452 |    64253      1 |      170 |        0
1160.13/1160.48	c 1159s |      14 |    98369 |    85652 |    64253      1 |      170 |        0
1163.33/1163.62	c 1162s |      14 |    98686 |    85952 |    64253      1 |      170 |        0
1166.33/1166.62	c 1165s |      14 |    98999 |    86252 |    64253      1 |      170 |        0
1168.93/1169.29	c 1168s |      14 |    99187 |    86452 |    64253      1 |      170 |        0
1171.83/1172.19	c 1171s |      14 |    99487 |    86752 |    64253      1 |      170 |        0
1174.73/1175.07	c 1174s |      14 |    99697 |    86952 |    64253      1 |      170 |        0
1177.13/1177.45	c 1176s |      14 |    99891 |    87152 |    70679      1 |      170 |        0
1181.03/1181.40	c 1180s |      14 |   100218 |    87452 |    70679      1 |      170 |        0
1183.43/1183.72	c 1182s |      14 |   100362 |    87552 |    70679      1 |      170 |        0
1185.33/1185.69	c 1184s |      15 |   100446 |    87632 |    70679      1 |      170 |        0
1188.33/1188.65	c 1187s |      15 |   100758 |    87832 |    70679      1 |      170 |        0
1192.03/1192.31	c 1191s |      15 |   101014 |    88032 |    70679      1 |      170 |        0
1194.13/1194.45	c 1193s |      15 |   101136 |    88132 |    70679      1 |      170 |        0
1196.13/1196.48	c 1195s |      15 |   101246 |    88232 |    70679      1 |      170 |        0
1198.52/1198.81	c 1197s |      15 |   101366 |    88332 |    70679      1 |      170 |        0
1202.32/1202.64	c 1201s |      15 |   101584 |    88532 |    70679      1 |      170 |        0
1204.82/1205.16	c 1204s |      15 |   101788 |    88732 |    70679      1 |      170 |        0
1207.53/1207.89	c 1206s |      15 |   102006 |    88932 |    70679      1 |      170 |        0
1209.73/1210.07	c 1209s |      15 |   102107 |    89032 |    70679      1 |      170 |        0
1213.62/1213.94	c 1212s |      15 |   102360 |    89232 |    70679      1 |      170 |        0
1216.43/1216.77	c 1215s |      15 |   102576 |    89432 |    70679      1 |      170 |        0
1220.12/1220.47	c 1219s |      15 |   102779 |    89632 |    70679      1 |      170 |        0
1223.52/1223.83	c 1222s |      15 |   102996 |    89832 |    70679      1 |      170 |        0
1226.12/1226.50	c 1225s |      15 |   103188 |    90032 |    70679      1 |      170 |        0
1228.53/1228.85	c 1227s |      15 |   103414 |    90232 |    70679      1 |      170 |        0
1231.92/1232.24	c 1231s |      15 |   103639 |    90432 |    70679      1 |      170 |        0
1235.32/1235.69	c 1234s |      15 |   103859 |    90632 |    70679      1 |      170 |        0
1238.52/1238.80	c 1237s |      15 |   104074 |    90832 |    70679      1 |      170 |        0
1241.52/1241.90	c 1240s |      15 |   104289 |    91032 |    70679      1 |      170 |        0
1244.11/1244.47	c 1243s |      15 |   104505 |    91232 |    70679      1 |      170 |        0
1247.22/1247.51	c 1246s |      15 |   104701 |    91432 |    70679      1 |      170 |        0
1249.91/1250.23	c 1249s |      15 |   104912 |    91632 |    70679      1 |      170 |        0
1252.51/1252.86	c 1251s |      15 |   105114 |    91832 |    70679      1 |      170 |        0
1254.82/1255.20	c 1254s |      15 |   105330 |    92032 |    70679      1 |      170 |        0
1257.02/1257.36	c 1256s |      15 |   105538 |    92232 |    70679      1 |      170 |        0
1259.41/1259.79	c 1258s |      15 |   105751 |    92432 |    70679      1 |      170 |        0
1262.32/1262.63	c 1261s |      15 |   105965 |    92632 |    70679      1 |      170 |        0
1265.22/1265.59	c 1264s |      15 |   106174 |    92832 |    70679      1 |      170 |        0
1268.32/1268.67	c 1267s |      15 |   106393 |    93032 |    70679      1 |      170 |        0
1271.42/1271.79	c 1270s |      15 |   106652 |    93232 |    70679      1 |      170 |        0
1273.72/1274.03	c 1273s |      15 |   106886 |    93432 |    70679      1 |      170 |        0
1276.02/1276.33	c 1275s |      15 |   107099 |    93632 |    70679      1 |      170 |        0
1278.12/1278.46	c 1277s |      15 |   107307 |    93832 |    70679      1 |      170 |        0
1281.11/1281.47	c 1280s |      15 |   107686 |    94032 |    70679      1 |      170 |        0
1284.31/1284.65	c 1283s |      15 |   107893 |    94232 |    70679      1 |      170 |        0
1287.51/1287.80	c 1286s |      15 |   108194 |    94532 |    70679      1 |      170 |        0
1290.71/1291.07	c 1290s |      15 |   108421 |    94732 |    70679      1 |      170 |        0
1293.61/1293.96	c 1292s |      15 |   108651 |    94932 |    70679      1 |      170 |        0
1296.51/1296.89	c 1295s |      15 |   108845 |    95132 |    70679      1 |      170 |        0
1298.51/1298.89	c 1297s |      15 |   109097 |    95332 |    70679      1 |      170 |        0
1300.81/1301.17	c 1300s |      15 |   109311 |    95532 |    70679      1 |      170 |        0
1303.51/1303.85	c 1302s |      15 |   109521 |    95732 |    70679      1 |      170 |        0
1306.31/1306.69	c 1305s |      15 |   109814 |    96032 |    70679      1 |      170 |        0
1308.82/1309.15	c 1308s |      15 |   110135 |    96232 |    70679      1 |      170 |        0
1311.91/1312.28	c 1311s |      15 |   110349 |    96432 |    70679      1 |      170 |        0
1315.11/1315.48	c 1314s |      15 |   110572 |    96632 |    70679      1 |      170 |        0
1317.51/1317.84	c 1316s |      15 |   110795 |    96832 |    70679      1 |      170 |        0
1320.01/1320.39	c 1319s |      15 |   111026 |    97032 |    70679      1 |      170 |        0
1323.01/1323.40	c 1322s |      15 |   111360 |    97332 |    70679      1 |      170 |        0
1325.50/1325.87	c 1324s |      15 |   111584 |    97532 |    70679      1 |      170 |        0
1328.00/1328.39	c 1327s |      15 |   111684 |    97632 |    70679      1 |      170 |        0
1331.00/1331.35	c 1330s |      15 |   111891 |    97832 |    70679      1 |      170 |        0
1333.90/1334.24	c 1333s |      15 |   112185 |    98032 |    70679      1 |      170 |        0
1336.21/1336.57	c 1335s |      15 |   112396 |    98232 |    70679      1 |      170 |        0
1339.00/1339.35	c 1338s |      15 |   112705 |    98532 |    70679      1 |      170 |        0
1341.20/1341.59	c 1340s |      15 |   112960 |    98732 |    70679      1 |      170 |        0
1344.10/1344.44	c 1343s |      15 |   113165 |    98932 |    70679      1 |      170 |        0
1346.60/1346.96	c 1345s |      15 |   113369 |    99132 |    70679      1 |      170 |        0
1350.00/1350.35	c 1349s |      15 |   113650 |    99332 |    70679      1 |      170 |        0
1352.71/1353.01	c 1351s |      15 |   113952 |    99532 |    70679      1 |      170 |        0
1355.80/1356.13	c 1355s |      15 |   114188 |    99732 |    70679      1 |      170 |        0
1358.10/1358.41	c 1357s |      15 |   114396 |    99932 |    70679      1 |      170 |        0
1360.51/1360.85	c 1359s |      15 |   114616 |   100132 |    70679      1 |      170 |        0
1363.20/1363.59	c 1362s |      15 |   114833 |   100332 |    70679      1 |      170 |        0
1366.50/1366.82	c 1365s |      15 |   115035 |   100532 |    70679      1 |      170 |        0
1369.70/1370.03	c 1369s |      15 |   115255 |   100732 |    70679      1 |      170 |        0
1372.90/1373.24	c 1372s |      15 |   115534 |   100932 |    70679      1 |      170 |        0
1375.10/1375.42	c 1374s |      15 |   115737 |   101132 |    70679      1 |      170 |        0
1378.10/1378.44	c 1377s |      15 |   115973 |   101332 |    70679      1 |      170 |        0
1380.69/1381.10	c 1380s |      15 |   116187 |   101532 |    70679      1 |      170 |        0
1384.39/1384.73	c 1383s |      15 |   116407 |   101732 |    70679      1 |      170 |        0
1387.79/1388.19	c 1387s |      15 |   116622 |   101932 |    70679      1 |      170 |        0
1390.99/1391.34	c 1390s |      15 |   116828 |   102132 |    70679      1 |      170 |        0
1393.79/1394.17	c 1393s |      15 |   117062 |   102332 |    70679      1 |      170 |        0
1395.99/1396.30	c 1395s |      15 |   117255 |   102532 |    70679      1 |      170 |        0
1400.01/1400.33	c 1399s |      15 |   117565 |   102832 |    70679      1 |      170 |        0
1403.60/1403.91	c 1402s |      15 |   117793 |   103032 |    70679      1 |      170 |        0
1406.20/1406.58	c 1405s |      15 |   117990 |   103232 |    70679      1 |      170 |        0
1409.10/1409.49	c 1408s |      15 |   118204 |   103432 |    70679      1 |      170 |        0
1412.20/1412.54	c 1411s |      15 |   118417 |   103632 |    70679      1 |      170 |        0
1414.99/1415.31	c 1414s |      15 |   118636 |   103832 |    70679      1 |      170 |        0
1417.49/1417.86	c 1416s |      15 |   118847 |   104032 |    70679      1 |      170 |        0
1421.59/1421.94	c 1420s |      15 |   119064 |   104232 |    70679      1 |      170 |        0
1424.99/1425.34	c 1424s |      15 |   119396 |   104532 |    70679      1 |      170 |        0
1428.29/1428.61	c 1427s |      15 |   119632 |   104732 |    70679      1 |      170 |        0
1431.79/1432.14	c 1431s |      15 |   119905 |   104932 |    70679      1 |      170 |        0
1435.69/1436.09	c 1435s |      15 |   120122 |   105132 |    70679      1 |      170 |        0
1437.89/1438.20	c 1437s |      15 |   120331 |   105332 |    70679      1 |      170 |        0
1440.80/1441.19	c 1440s |      15 |   120722 |   105632 |    70679      1 |      170 |        0
1443.69/1444.08	c 1443s |      15 |   121022 |   105832 |    70679      1 |      170 |        0
1446.59/1446.96	c 1445s |      15 |   121285 |   106032 |    70679      1 |      170 |        0
1449.49/1449.84	c 1448s |      15 |   121479 |   106232 |    70679      1 |      170 |        0
1452.09/1452.45	c 1451s |      15 |   121689 |   106432 |    70679      1 |      170 |        0
1454.19/1454.55	c 1453s |      15 |   121890 |   106632 |    70679      1 |      170 |        0
1456.19/1456.59	c 1455s |      15 |   121997 |   106732 |    70679      1 |      170 |        0
1459.08/1459.46	c 1458s |      15 |   122227 |   106932 |    70679      1 |      170 |        0
1461.69/1462.09	c 1461s |      15 |   122432 |   107132 |    70679      1 |      170 |        0
1464.68/1465.06	c 1464s |      15 |   122676 |   107332 |    70679      1 |      170 |        0
1468.48/1468.88	c 1467s |      15 |   122886 |   107532 |    70679      1 |      170 |        0
1471.49/1471.86	c 1470s |      15 |   123099 |   107732 |    70679      1 |      170 |        0
1474.08/1474.47	c 1473s |      15 |   123403 |   108032 |    70679      1 |      170 |        0
1477.48/1477.84	c 1476s |      15 |   123610 |   108232 |    70679      1 |      170 |        0
1479.78/1480.13	c 1479s |      15 |   123814 |   108432 |    70679      1 |      170 |        0
1481.78/1482.16	c 1481s |      15 |   124017 |   108632 |    70679      1 |      170 |        0
1484.88/1485.22	c 1484s |      15 |   124247 |   108832 |    70679      1 |      170 |        0
1488.08/1488.49	c 1487s |      15 |   124472 |   109032 |    70679      1 |      170 |        0
1492.08/1492.45	c 1491s |      15 |   124711 |   109232 |    70679      1 |      170 |        0
1495.57/1495.95	c 1494s |      15 |   124918 |   109432 |    70679      1 |      170 |        0
1498.87/1499.24	c 1498s |      15 |   125194 |   109632 |    70679      1 |      170 |        0
1500.97/1501.39	c 1500s |      15 |   125318 |   109732 |    70679      1 |      170 |        0
1503.18/1503.56	c 1502s |      15 |   125423 |   109832 |    70679      1 |      170 |        0
1506.08/1506.46	c 1505s |      15 |   125647 |   110032 |    70679      1 |      170 |        0
1508.18/1508.54	c 1507s |      15 |   125758 |   110132 |    70679      1 |      170 |        0
1510.88/1511.20	c 1510s |      15 |   125873 |   110232 |    70679      1 |      170 |        0
1514.18/1514.55	c 1513s |      15 |   126086 |   110432 |    70679      1 |      170 |        0
1518.18/1518.52	c 1517s |      15 |   126274 |   110632 |    70679      1 |      170 |        0
1522.38/1522.71	c 1521s |      15 |   126493 |   110832 |    70679      1 |      170 |        0
1524.48/1524.81	c 1523s |      15 |   126686 |   111032 |    70679      1 |      170 |        0
1527.68/1528.01	c 1526s |      15 |   126900 |   111232 |    70679      1 |      170 |        0
1529.68/1530.09	c 1529s |      15 |   127008 |   111332 |    70679      1 |      170 |        0
1532.48/1532.88	c 1531s |      15 |   127215 |   111532 |    70679      1 |      170 |        0
1534.68/1535.04	c 1534s |      15 |   127317 |   111632 |    70679      1 |      170 |        0
1536.68/1537.07	c 1536s |      15 |   127432 |   111732 |    70679      1 |      170 |        0
1539.38/1539.72	c 1538s |      15 |   127627 |   111932 |    70679      1 |      170 |        0
1541.68/1542.00	c 1540s |      15 |   127840 |   112132 |    70679      1 |      170 |        0
1543.88/1544.20	c 1543s |      15 |   127951 |   112232 |    70679      1 |      170 |        0
1546.97/1547.30	c 1546s |      15 |   128187 |   112432 |    70679      1 |      170 |        0
1550.17/1550.52	c 1549s |      15 |   128413 |   112632 |    70679      1 |      170 |        0
1552.47/1552.89	c 1551s |      15 |   128604 |   112832 |    70679      1 |      170 |        0
1554.77/1555.18	c 1554s |      15 |   128821 |   113032 |    70679      1 |      170 |        0
1557.38/1557.71	c 1556s |      15 |   128903 |   113132 |    70679      1 |      170 |        0
1559.48/1559.85	c 1558s |      15 |   129014 |   113232 |    70679      1 |      170 |        0
1561.57/1561.92	c 1560s |      15 |   129111 |   113332 |    70679      1 |      170 |        0
1565.57/1565.96	c 1564s |      15 |   129323 |   113532 |    70679      1 |      170 |        0
1567.67/1568.07	c 1567s |      15 |   129432 |   113632 |    70679      1 |      170 |        0
1572.67/1573.07	c 1572s |      15 |   129648 |   113832 |    70679      2 |      170 |        0
1576.36/1576.78	c 1575s |      15 |   129753 |   113932 |    70679      2 |      170 |        0
1578.46/1578.89	c 1577s |      15 |   129847 |   114032 |    70679      2 |      170 |        0
1581.36/1581.80	c 1580s |      15 |   130069 |   114232 |    70679      2 |      170 |        0
1583.56/1583.92	c 1582s |      15 |   130330 |   114332 |    70679      2 |      170 |        0
1585.76/1586.13	c 1585s |      15 |   130523 |   114532 |    70679      2 |      170 |        0
1589.56/1589.93	c 1588s |      15 |   130842 |   114832 |    70679      2 |      170 |        0
1592.16/1592.52	c 1591s |      15 |   131030 |   115032 |    70679      2 |      170 |        0
1594.26/1594.61	c 1593s |      15 |   131249 |   115232 |    70679      2 |      170 |        0
1596.97/1597.33	c 1596s |      15 |   131560 |   115532 |    70679      2 |      170 |        0
1600.06/1600.47	c 1599s |      15 |   131750 |   115732 |    70679      2 |      170 |        0
1603.06/1603.44	c 1602s |      15 |   131948 |   115932 |    70679      2 |      170 |        0
1605.27/1605.61	c 1604s |      15 |   132142 |   116132 |    70679      2 |      170 |        0
1609.27/1609.65	c 1608s |      15 |   132374 |   116332 |    70679      2 |      170 |        0
1612.86/1613.30	c 1612s |      15 |   132577 |   116532 |    70679      2 |      170 |        0
1615.46/1615.87	c 1614s |      15 |   132813 |   116732 |    70679      2 |      170 |        0
1617.87/1618.22	c 1617s |      15 |   132902 |   116832 |    70679      2 |      170 |        0
1621.66/1622.05	c 1621s |      15 |   133121 |   117032 |    70679      2 |      170 |        0
1624.66/1625.09	c 1624s |      15 |   133341 |   117232 |    70679      2 |      170 |        0
1627.96/1628.39	c 1627s |      15 |   133555 |   117432 |    70679      2 |      170 |        0
1630.06/1630.41	c 1629s |      15 |   133761 |   117632 |    70679      2 |      170 |        0
1634.16/1634.55	c 1633s |      15 |   134094 |   117932 |    70679      2 |      170 |        0
1637.16/1637.59	c 1636s |      15 |   134294 |   118132 |    70679      2 |      170 |        0
1639.56/1639.97	c 1638s |      15 |   134515 |   118332 |    70679      2 |      170 |        0
1643.07/1643.46	c 1642s |      15 |   134732 |   118532 |    70679      2 |      170 |        0
1645.56/1645.96	c 1644s |      15 |   134946 |   118732 |    70679      2 |      170 |        0
1648.46/1648.88	c 1647s |      15 |   135149 |   118932 |    70679      2 |      170 |        0
1650.96/1651.33	c 1650s |      15 |   135340 |   119132 |    70679      2 |      170 |        0
1653.76/1654.17	c 1653s |      15 |   135645 |   119432 |    70679      2 |      170 |        0
1656.15/1656.54	c 1655s |      15 |   135839 |   119632 |    70679      2 |      170 |        0
1659.16/1659.59	c 1658s |      15 |   136052 |   119832 |    70679      2 |      170 |        0
1662.66/1663.06	c 1662s |      15 |   136273 |   120032 |    70679      2 |      170 |        0
1665.35/1665.75	c 1664s |      15 |   136509 |   120232 |    70679      2 |      170 |        0
1668.75/1669.12	c 1668s |      15 |   136720 |   120432 |    70679      2 |      170 |        0
1670.85/1671.25	c 1670s |      15 |   136919 |   120632 |    70679      2 |      170 |        0
1674.05/1674.46	c 1673s |      15 |   137225 |   120932 |    70679      2 |      170 |        0
1676.35/1676.78	c 1675s |      15 |   137341 |   121032 |    70679      2 |      170 |        0
1679.95/1680.35	c 1679s |      15 |   137565 |   121232 |    70679      2 |      170 |        0
1682.95/1683.38	c 1682s |      15 |   137764 |   121432 |    70679      2 |      170 |        0
1686.25/1686.63	c 1685s |      15 |   138035 |   121632 |    70679      2 |      170 |        0
1688.55/1688.99	c 1687s |      15 |   138135 |   121732 |    70679      2 |      170 |        0
1691.74/1692.16	c 1691s |      15 |   138338 |   121932 |    70679      2 |      170 |        0
1695.04/1695.48	c 1694s |      15 |   138559 |   122132 |    70679      2 |      170 |        0
1697.84/1698.26	c 1697s |      15 |   138754 |   122332 |    70679      2 |      170 |        0
1700.45/1700.85	c 1699s |      15 |   138968 |   122532 |    70679      2 |      170 |        0
1703.45/1703.86	c 1702s |      15 |   139175 |   122732 |    70679      2 |      170 |        0
1705.95/1706.32	c 1705s |      15 |   139369 |   122932 |    70679      2 |      170 |        0
1708.15/1708.58	c 1707s |      15 |   139520 |   123032 |    70679      2 |      170 |        0
1712.15/1712.58	c 1711s |      15 |   139721 |   123232 |    70679      2 |      170 |        0
1714.56/1714.91	c 1713s |      15 |   139845 |   123332 |    70679      2 |      170 |        0
1717.75/1718.20	c 1717s |      15 |   140061 |   123532 |    70679      2 |      170 |        0
1721.05/1721.47	c 1720s |      15 |   140292 |   123732 |    70679      2 |      170 |        0
1723.05/1723.48	c 1722s |      15 |   140383 |   123832 |    70679      2 |      170 |        0
1725.55/1725.97	c 1724s |      15 |   140631 |   124032 |    70679      2 |      170 |        0
1728.25/1728.70	c 1727s |      15 |   140843 |   124232 |    70679      2 |      170 |        0
1730.55/1730.97	c 1729s |      15 |   140947 |   124332 |    70679      2 |      170 |        0
1733.84/1734.29	c 1733s |      15 |   141174 |   124532 |    70679      2 |      170 |        0
1736.24/1736.61	c 1735s |      15 |   141390 |   124732 |    70679      2 |      170 |        0
1738.54/1738.92	c 1737s |      15 |   141596 |   124932 |    70679      2 |      170 |        0
1741.05/1741.46	c 1740s |      15 |   141986 |   125232 |    70679      2 |      170 |        0
1744.04/1744.43	c 1743s |      15 |   142205 |   125432 |    70679      2 |      170 |        0
1746.55/1746.95	c 1745s |      15 |   142511 |   125732 |    70679      2 |      170 |        0
1748.94/1749.36	c 1748s |      15 |   142831 |   126032 |    70679      2 |      170 |        0
1751.24/1751.65	c 1750s |      15 |   143055 |   126232 |    70679      2 |      170 |        0
1753.94/1754.31	c 1753s |      15 |   143359 |   126532 |    70679      2 |      170 |        0
1756.44/1756.84	c 1755s |      15 |   143557 |   126732 |    70679      2 |      170 |        0
1758.54/1758.90	c 1757s |      15 |   143779 |   126932 |    70679      2 |      170 |        0
1761.24/1761.67	c 1760s |      15 |   144002 |   127132 |    70679      2 |      170 |        0
1763.84/1764.22	c 1763s |      15 |   144391 |   127432 |    70679      2 |      170 |        0
1766.54/1766.93	c 1765s |      15 |   144790 |   127732 |    70679      2 |      170 |        0
1768.54/1768.99	c 1767s |      15 |   145105 |   127932 |    70679      2 |      170 |        0
1771.43/1771.82	c 1770s |      15 |   145421 |   128232 |    70679      2 |      170 |        0
1774.14/1774.56	c 1773s |      15 |   145679 |   128432 |    70679      2 |      170 |        0
1776.53/1776.99	c 1775s |      15 |   145926 |   128632 |    70679      2 |      170 |        0
1778.53/1778.99	c 1777s |      15 |   146125 |   128832 |    70679      2 |      170 |        0
1780.93/1781.30	c 1780s |      15 |   146388 |   129032 |    70679      2 |      170 |        0
1783.53/1783.99	c 1782s |      15 |   146747 |   129332 |    70679      2 |      170 |        0
1786.14/1786.58	c 1785s |      15 |   146973 |   129532 |    70679      2 |      170 |        0
1788.53/1788.99	c 1787s |      15 |   147251 |   129732 |    70679      2 |      170 |        0
1790.73/1791.18	c 1790s |      15 |   147489 |   129932 |    70679      2 |      170 |        0
1792.83/1793.27	c 1792s |      15 |   147701 |   130132 |    70679      2 |      170 |        0
1795.33/1795.73	c 1794s |      15 |   148027 |   130432 |    70679      2 |      170 |        0
1797.74/1798.18	c 1797s |      15 |   148238 |   130632 |    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-4079310-1465333518/watcher-4079310-1465333518 -o /tmp/evaluation-result-4079310-1465333518/solver-4079310-1465333518 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21026 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079310-1465333518.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 23412
/proc/meminfo: memFree=30427092/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=644540 CPUtime=0 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 2392 0 0 0 0 0 0 0 20 0 4 0 115285226 660008960 2752 33554432000 4194304 16246674 140733950427888 140733950427312 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 161647 2760 441 2943 0 158541 0
[pid=23412/tid=23413] ppid=23409 vsize=662972 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 678883328 2821 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=667068 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 683077632 2839 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=671164 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115285227 687271936 2856 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100189 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 23412
/proc/meminfo: memFree=30427092/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 30513 0 0 0 5 4 0 0 20 0 4 0 115285226 1334382592 30812 33554432000 4194304 16246674 140733950427888 140733950427200 7889302 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 325777 30828 800 2943 0 322671 0
[pid=23412/tid=23413] ppid=23409 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1334382592 30838 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1334382592 30849 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1334382592 30860 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200575 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 23412
/proc/meminfo: memFree=30427092/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 45687 0 0 0 13 6 0 0 20 0 4 0 115285226 1344868352 46496 33554432000 4194304 16246674 140733950427888 140733950427200 13965719 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 328337 46496 801 2943 0 325231 0
[pid=23412/tid=23413] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 46496 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 46496 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 46496 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300528 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 23412
/proc/meminfo: memFree=30427092/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 55373 0 0 0 21 8 0 0 20 0 4 0 115285226 1344868352 56182 33554432000 4194304 16246674 140733950427888 140733950427200 5913156 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 328337 56182 838 2943 0 325231 0
[pid=23412/tid=23413] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 56182 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 56182 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 56182 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700422 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 23412
/proc/meminfo: memFree=30427092/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 111876 0 0 0 52 17 0 0 20 0 4 0 115285226 1344868352 112685 33554432000 4194304 16246674 140733950427888 140733950409792 5515837 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 328337 112691 841 2943 0 325231 0
[pid=23412/tid=23413] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 112697 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 112703 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1344868352 112708 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 23416
/proc/meminfo: memFree=29927700/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124418 0 0 0 130 19 0 0 20 0 4 0 115285226 1357451264 125227 33554432000 4194304 16246674 140733950427888 140733950409792 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125227 890 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1325636

[startup+3.10043 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 23416
/proc/meminfo: memFree=29927080/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=3.09 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124418 0 0 0 290 19 0 0 20 0 4 0 115285226 1357451264 125227 33554432000 4194304 16246674 140733950427888 140733950409792 12415676 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125227 890 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1325636

[startup+6.30037 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 23416
/proc/meminfo: memFree=29911024/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=6.29 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124418 0 0 0 610 19 0 0 20 0 4 0 115285226 1357451264 125227 33554432000 4194304 16246674 140733950427888 140733950409792 5754966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125227 890 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1325636

[startup+12.7004 s]
/proc/loadavg: 2.15 2.07 2.01 3/183 23416
/proc/meminfo: memFree=29911048/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=12.69 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124418 0 0 0 1250 19 0 0 20 0 4 0 115285226 1357451264 125227 33554432000 4194304 16246674 140733950427888 140733950409792 5721768 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125227 890 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125227 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1325636

[startup+25.5006 s]
/proc/loadavg: 2.20 2.08 2.01 4/183 23416
/proc/meminfo: memFree=29906524/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=25.49 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124422 0 0 0 2529 20 0 0 20 0 4 0 115285226 1357451264 125231 33554432000 4194304 16246674 140733950427888 140733950409792 12483204 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125231 894 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1325636

[startup+51.1006 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 23416
/proc/meminfo: memFree=29906744/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=51.08 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124422 0 0 0 5087 21 0 0 20 0 4 0 115285226 1357451264 125231 33554432000 4194304 16246674 140733950427888 140733950409792 5711984 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125231 894 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1325636

[startup+102.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/183 23417
/proc/meminfo: memFree=29867788/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1325636 CPUtime=102.28 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 124422 0 0 0 10205 23 0 0 20 0 4 0 115285226 1357451264 125231 33554432000 4194304 16246674 140733950427888 140733950409792 5722960 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 331409 125231 894 2943 0 328303 0
[pid=23412/tid=23413] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1357451264 125231 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1325636


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

/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1347140

[startup+1302.3 s]
/proc/loadavg: 2.12 2.12 2.05 4/183 23496
/proc/meminfo: memFree=29358044/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1302.01 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 130146 55 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1347140

[startup+1362.3 s]
/proc/loadavg: 2.12 2.12 2.05 3/183 23497
/proc/meminfo: memFree=29293220/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1362 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 136145 55 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 1347140

[startup+1422.3 s]
/proc/loadavg: 2.10 2.11 2.05 3/183 23499
/proc/meminfo: memFree=29266828/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1422 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 142144 56 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5711355 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1347140

[startup+1482.3 s]
/proc/loadavg: 2.04 2.09 2.05 3/183 23500
/proc/meminfo: memFree=29266500/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1481.98 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 148142 56 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1347140

[startup+1542.31 s]
/proc/loadavg: 2.08 2.08 2.05 3/184 23504
/proc/meminfo: memFree=29266116/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1541.98 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 154141 57 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950426984 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1347140

[startup+1602.3 s]
/proc/loadavg: 2.03 2.07 2.04 3/183 23505
/proc/meminfo: memFree=29266436/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1601.96 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 160139 57 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1347140

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.03 3/183 23506
/proc/meminfo: memFree=29266204/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1661.96 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 166137 59 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5723721 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1347140

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.04 3/183 23508
/proc/meminfo: memFree=29257360/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1721.95 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 172135 60 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5827950 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 1347140

[startup+1782.3 s]
/proc/loadavg: 2.14 2.08 2.04 3/183 23509
/proc/meminfo: memFree=29256792/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1781.93 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 178133 60 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5711624 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1347140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.08 2.04 3/183 23509
/proc/meminfo: memFree=29256960/32872528 swapFree=11196/354588
[pid=23412] ppid=23409 vsize=1347140 CPUtime=1800.04 cores=0,2,4,6
/proc/23412/stat : 23412 (toysat) R 23409 23412 21010 0 -1 4202496 134123 0 0 0 179943 61 0 0 20 0 4 0 115285226 1379471360 278284 33554432000 4194304 16246674 140733950427888 140733950409792 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23412/statm: 336785 278284 899 2943 0 333679 0
[pid=23412/tid=23413] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23413/stat : 23413 (toysat) S 23409 23412 21010 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069486701808 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23412/tid=23414] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23414/stat : 23414 (toysat) S 23409 23412 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069476211952 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23412/tid=23415] ppid=23409 vsize=1347140 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23415/stat : 23415 (toysat) S 23409 23412 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115285227 1379471360 278284 33554432000 4194304 16246674 140733950427888 140069465738416 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1347140

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 23412 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.05
CPU user time (s): 1799.44
CPU system time (s): 0.611906
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 1347140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.611906
maximum resident set size= 1113136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134123
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= 145
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1342 second user time and 15.8826 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 23:05:18
IDJOB=4079310
IDBENCH=92736
IDSOLVER=2542
FILE ID=node126/4079310-1465333518
RUNJOBID= node126-1465306898-21026
PBS_JOBID= 19849495
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 0c13b673fccb5ec76783fc37235090e7
RANDOM SEED=646189329

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30427248 kB
Buffers:           42152 kB
Cached:           234020 kB
SwapCached:         2088 kB
Active:          1204876 kB
Inactive:         153848 kB
Active(anon):    1080044 kB
Inactive(anon):     4628 kB
Active(file):     124832 kB
Inactive(file):   149220 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             17532 kB
Writeback:             0 kB
AnonPages:       1550412 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             599940 kB
SReclaimable:      44092 kB
SUnreclaim:       555848 kB
KernelStack:        1520 kB
PageTables:         7040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1602564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node126 at 2016-06-07 23:35:18