Trace number 4079344

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.1 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_7_ic.opb
MD5SUMbec2717a52f6ea64bb8c452be5283561
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22647773
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 114791256
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45888514984
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114791256
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45888514984
Number of bits of the biggest sum of numbers36
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-08T02:15:42+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-4079344-1465344941.opb"]
0.00/0.01	c use --random-gen="1941409394 2481466769 2634754396 3333978028 1861100239 371673699 593720361 276771252 3574613885 4044479229 2896533274 2940424551 1078843001 3045908166 235420091 3545759717 3201139263 2016857611 138697775 2685958955 518741855 2938905624 3965645178 670207055 2516687071 2749918644 3214931615 4195000413 2870290297 1007392758 105445270 4183886268 772437404 16289418 706055999 1237184009 2229034069 2544013997 3688888297 2645100991 2080586583 3829389543 176296026 3398821235 80002519 1689982477 4101468871 4110812027 2239944193 3515690972 2882392480 1612075795 822370136 2346003840 4250608763 1390250756 533390183 2144785281 3233896938 259858099 4216889686 2787373588 3663812955 4062214458 903937578 2007319645 713885990 2715878639 1093833448 2580856215 893898264 3438677000 3327661119 3706901677 4267762862 1014815928 3496720569 841044046 2332382352 1929490870 3701784699 3094715211 3189613836 3635843798 3541038188 2857960717 2265779941 1796449214 3741132313 1044522812 543683124 1598718128 1259948669 1639430349 2322071231 4076816102 4145102807 1532699541 4014494828 4171381351 485947026 471499325 2984016240 1582205627 1905804881 4036553347 345565558 3316744186 4082308134 2635962974 3804360127 3847397740 1439032568 4127013183 3089144839 297495383 665226976 3716262846 3574651145 2209589609 1301439250 3747848691 607595808 2963099061 2381447071 65249459 3193063452 1226889612 1235752291 3403372014 305254761 505264773 4003281514 3226410625 1948306888 3406138861 1905140683 1418190909 239838553 3182196131 151726144 2338358790 4053510267 2171333984 343598314 441883916 4044087423 2821657112 3142852346 1223599057 459993200 972506166 1954054008 3746890652 1484142729 3750515726 854858860 2130720457 426567124 2063594194 2884221248 1661356631 137561101 2699906633 2687617858 2695165735 187963985 3120787542 2028271235 3842308860 1986743526 1382006377 1394510379 2132787674 2764586426 931216169 2640924888 2215585553 2987066442 3764691971 3958194122 286473399 3208077581 2676920796 2161363364 307784563 493492805 3022930604 2224732300 1477603727 481773119 310379339 3922795372 2214880365 4084317371 4004942710 2971436261 975342604 1757242741 2557457765 4139484238 2180194718 2219877724 3605843691 940974248 554426517 3782009982 585834568 1234749712 1006503177 3624767370 288073035 2496924576 846941210 2340898286 2979381877 3982847294 3741698119 3878126053 1786310710 2717317094 3060703157 3845090424 1020422109 1205537924 4040065414 4028591454 1539060221 3879552961 3695767497 3138922705 1829751840 1337237160 3226897559 754813812 273391265 1187313652 1979057196 4016616343 2462999092 1481864503 437029653 158536861 2401445943 2287447462 1187826332 1948802177 71066763 3629758814 3728517842 2127797025 2135224545 3054730322 1531147965 3299360532 349188988 255 362436" option to reproduce the execution
1.99/2.08	c #vars 125200
1.99/2.08	c #constraints 250157
6.89/6.99	c BCD2: Hardening is enabled.
6.89/6.99	c BCD2: BiasedSearch is enabled.
6.89/6.99	c Solving starts ...
6.89/6.99	c ============================[ Search Statistics ]============================
6.89/6.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.99	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.99	c =============================================================================
6.98/7.09	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.48/18.57	c 11.5s |       0 |      144 |      100 |   127569      0 |      150 |        0
18.58/18.69	c 11.6s |       1 |      144 |      100 |   127569      0 |      150 |        0
21.28/21.32	c 14.2s |       2 |      500 |      250 |   140326      0 |      150 |        0
24.58/24.65	c 17.6s |       2 |      776 |      450 |   154359      0 |      150 |        0
25.08/25.12	c 18.0s |       3 |      815 |      475 |   154359      0 |      150 |        0
27.38/27.46	c 20.4s |       3 |     1057 |      675 |   169795      0 |      150 |        0
28.68/28.79	c 21.7s |       4 |     1197 |      813 |   169795      0 |      150 |        0
30.78/30.89	c 23.8s |       4 |     1602 |      913 |   186775      0 |      150 |        0
33.38/33.42	c 26.3s |       4 |     1807 |     1113 |   186775      0 |      150 |        0
35.98/36.06	c 29.0s |       4 |     2012 |     1313 |   186775      0 |      150 |        0
36.18/36.29	c 29.2s |       5 |     2021 |     1320 |   186775      0 |      150 |        0
39.18/39.21	c 32.1s |       5 |     2415 |     1520 |   205453      0 |      150 |        0
41.58/41.68	c 34.6s |       5 |     2621 |     1620 |   205453      0 |      150 |        0
43.78/43.89	c 36.8s |       5 |     2719 |     1720 |   205453      0 |      150 |        0
47.98/48.08	c 41.0s |       5 |     2838 |     1820 |   205453      0 |      150 |        0
51.48/51.59	c 44.5s |       5 |     2942 |     1920 |   205453      0 |      150 |        0
53.78/53.89	c 46.8s |       5 |     3138 |     2020 |   205453      0 |      150 |        0
59.88/59.94	c 52.9s |       6 |     3241 |     2081 |   225999      0 |      150 |        0
62.38/62.45	c 55.4s |       6 |     3514 |     2281 |   225999      0 |      150 |        0
65.48/65.52	c 58.4s |       6 |     3837 |     2581 |   225999      0 |      150 |        0
67.48/67.52	c 60.4s |       6 |     4048 |     2781 |   225999      0 |      150 |        0
70.18/70.27	c 63.2s |       6 |     4370 |     3081 |   225999      0 |      150 |        0
71.59/71.65	c 64.6s |       7 |     4526 |     3223 |   248599      0 |      150 |        0
73.79/73.84	c 66.8s |       7 |     4977 |     3323 |   248599      0 |      150 |        0
76.88/76.92	c 69.8s |       7 |     5199 |     3523 |   248599      0 |      150 |        0
79.68/79.74	c 72.6s |       7 |     5431 |     3723 |   248599      0 |      150 |        0
82.38/82.44	c 75.4s |       7 |     5652 |     3923 |   248599      0 |      150 |        0
84.98/85.03	c 77.9s |       7 |     5860 |     4123 |   248599      0 |      150 |        0
87.77/87.83	c 80.7s |       7 |     6086 |     4323 |   248599      0 |      150 |        0
89.87/89.92	c 82.8s |       7 |     6290 |     4523 |   248599      0 |      150 |        0
92.38/92.46	c 85.4s |       7 |     6507 |     4723 |   248599      0 |      150 |        0
94.58/94.70	c 87.6s |       7 |     6738 |     4923 |   273459      0 |      150 |        0
94.87/94.94	c 87.9s |       8 |     6748 |     4936 |   273459      0 |      150 |        0
97.88/97.96	c 90.9s |       8 |     7016 |     5136 |   273459      0 |      150 |        0
100.08/100.10	c 93.0s |       8 |     7221 |     5336 |   273459      0 |      150 |        0
102.07/102.17	c 95.1s |       8 |     7445 |     5536 |   273459      0 |      150 |        0
104.37/104.40	c 97.3s |       8 |     7668 |     5736 |   273459      0 |      150 |        0
106.78/106.87	c 99.8s |       8 |     7907 |     5936 |   273459      0 |      150 |        0
109.37/109.43	c  102s |       8 |     8123 |     6136 |   273459      0 |      150 |        0
111.87/111.90	c  104s |       8 |     8341 |     6336 |   273459      0 |      150 |        0
113.97/114.06	c  106s |       8 |     8553 |     6536 |   273459      0 |      150 |        0
116.37/116.41	c  109s |       8 |     8773 |     6736 |   273459      0 |      150 |        0
119.37/119.43	c  112s |       8 |     9111 |     7036 |   273459      0 |      150 |        0
122.18/122.22	c  115s |       8 |     9447 |     7336 |   273459      0 |      150 |        0
123.87/123.95	c  116s |       9 |     9614 |     7506 |   300805      0 |      150 |        0
134.57/134.69	c  127s |       9 |    10586 |     7606 |   300805      0 |      150 |        0
139.47/139.52	c  132s |       9 |    10710 |     7706 |   300805      0 |      150 |        0
142.86/142.97	c  135s |       9 |    10794 |     7806 |   300805      0 |      150 |        0
145.06/145.12	c  138s |       9 |    10903 |     7906 |   300805      0 |      150 |        0
149.46/149.57	c  142s |       9 |    11077 |     8006 |   300805      0 |      150 |        0
153.76/153.87	c  146s |       9 |    11301 |     8106 |   300805      0 |      150 |        0
157.46/157.50	c  150s |       9 |    11398 |     8206 |   300805      0 |      150 |        0
162.56/162.69	c  155s |       9 |    11806 |     8306 |   300805      0 |      150 |        0
164.76/164.86	c  157s |       9 |    11908 |     8406 |   300805      0 |      150 |        0
170.16/170.22	c  163s |       9 |    12885 |     8506 |   300805      0 |      150 |        0
174.75/174.83	c  167s |       9 |    13318 |     8606 |   300805      0 |      150 |        0
177.16/177.26	c  170s |       9 |    13414 |     8706 |   300805      0 |      150 |        0
179.45/179.53	c  172s |       9 |    13823 |     8806 |   300805      0 |      150 |        0
182.35/182.40	c  175s |       9 |    14151 |     8906 |   300805      0 |      150 |        0
191.46/191.54	c  184s |       9 |    14254 |     9006 |   300805      0 |      150 |        0
199.56/199.66	c  192s |       9 |    14349 |     9106 |   300805      0 |      150 |        0
203.36/203.43	c  196s |       9 |    14516 |     9206 |   300805      0 |      150 |        0
208.66/208.73	c  201s |       9 |    14604 |     9306 |   300805      0 |      150 |        0
213.16/213.21	c  206s |       9 |    14735 |     9406 |   300805      0 |      150 |        0
218.65/218.78	c  211s |       9 |    14814 |     9506 |   300805      0 |      150 |        0
223.15/223.26	c  216s |       9 |    14911 |     9606 |   300805      0 |      150 |        0
226.95/227.05	c  219s |       9 |    15119 |     9806 |   300805      0 |      150 |        0
231.35/231.47	c  224s |       9 |    15334 |     9906 |   300805      0 |      150 |        0
233.85/233.91	c  226s |       9 |    15415 |    10006 |   300805      0 |      150 |        0
236.05/236.14	c  229s |       9 |    15525 |    10106 |   300805      0 |      150 |        0
239.15/239.23	c  232s |       9 |    15613 |    10206 |   300805      0 |      150 |        0
242.65/242.78	c  235s |       9 |    15712 |    10306 |   300805      0 |      150 |        0
245.26/245.33	c  238s |       9 |    15808 |    10406 |   300805      0 |      150 |        0
249.25/249.30	c  242s |       9 |    16051 |    10506 |   300805      0 |      150 |        0
253.95/254.08	c  246s |       9 |    16159 |    10606 |   300805      0 |      150 |        0
256.45/256.55	c  249s |       9 |    16345 |    10806 |   300805      0 |      150 |        0
261.65/261.77	c  254s |       9 |    16529 |    11006 |   300805      0 |      150 |        0
265.55/265.65	c  258s |       9 |    16638 |    11106 |   300805      0 |      150 |        0
268.35/268.42	c  261s |       9 |    16766 |    11206 |   300805      0 |      150 |        0
270.65/270.74	c  263s |       9 |    16870 |    11306 |   330886      0 |      150 |        0
274.14/274.27	c  267s |      10 |    16981 |    11361 |   330886      0 |      150 |        0
276.64/276.76	c  269s |      10 |    17366 |    11561 |   330886      0 |      150 |        0
278.94/279.06	c  271s |      10 |    17693 |    11861 |   330886      0 |      150 |        0
281.34/281.45	c  274s |      10 |    18014 |    12161 |   330886      0 |      150 |        0
283.94/284.06	c  276s |      10 |    18445 |    12561 |   330886      0 |      150 |        0
286.24/286.37	c  279s |      10 |    18762 |    12861 |   330886      0 |      150 |        0
288.84/288.90	c  281s |      10 |    19078 |    13161 |   330886      0 |      150 |        0
291.14/291.25	c  284s |      10 |    19391 |    13461 |   330886      0 |      150 |        0
293.54/293.60	c  286s |      10 |    19710 |    13761 |   330886      0 |      150 |        0
295.94/296.01	c  288s |      10 |    20025 |    14061 |   330886      0 |      150 |        0
298.44/298.51	c  291s |      10 |    20340 |    14361 |   330886      0 |      150 |        0
300.84/300.90	c  293s |      10 |    20665 |    14661 |   330886      0 |      150 |        0
303.34/303.40	c  296s |      10 |    20978 |    14961 |   330886      0 |      150 |        0
305.74/305.84	c  298s |      10 |    21288 |    15261 |   330886      0 |      150 |        0
308.04/308.19	c  301s |      10 |    21598 |    15561 |   330886      0 |      150 |        0
310.63/310.76	c  303s |      10 |    21907 |    15861 |   330886      0 |      150 |        0
313.23/313.34	c  306s |      10 |    22221 |    16161 |   330886      0 |      150 |        0
315.43/315.59	c  308s |      10 |    22556 |    16461 |   330886      0 |      150 |        0
318.13/318.28	c  311s |      10 |    22865 |    16761 |   330886      0 |      150 |        0
321.24/321.33	c  314s |      10 |    23179 |    17061 |   363975      0 |      150 |        0
322.14/322.22	c  315s |      11 |    23261 |    17144 |   363975      0 |      150 |        0
324.74/324.82	c  317s |      11 |    23504 |    17244 |   363975      0 |      150 |        0
327.24/327.33	c  320s |      11 |    23740 |    17444 |   363975      0 |      150 |        0
329.74/329.89	c  322s |      11 |    23990 |    17644 |   363975      0 |      150 |        0
332.74/332.82	c  325s |      11 |    24211 |    17844 |   363975      0 |      150 |        0
335.24/335.34	c  328s |      11 |    24451 |    18044 |   363975      0 |      150 |        0
337.44/337.56	c  330s |      11 |    24699 |    18244 |   363975      0 |      150 |        0
339.44/339.59	c  332s |      11 |    24925 |    18444 |   363975      0 |      150 |        0
341.64/341.78	c  334s |      11 |    25132 |    18644 |   363975      0 |      150 |        0
343.74/343.85	c  336s |      11 |    25345 |    18844 |   363975      0 |      150 |        0
345.84/345.96	c  338s |      11 |    25554 |    19044 |   363975      0 |      150 |        0
348.04/348.17	c  341s |      11 |    25763 |    19244 |   363975      0 |      150 |        0
350.24/350.36	c  343s |      11 |    25999 |    19444 |   363975      0 |      150 |        0
352.44/352.56	c  345s |      11 |    26219 |    19644 |   363975      0 |      150 |        0
355.64/355.71	c  348s |      11 |    26532 |    19944 |   363975      0 |      150 |        0
357.73/357.80	c  350s |      11 |    26735 |    20144 |   363975      0 |      150 |        0
359.74/359.85	c  352s |      11 |    26946 |    20344 |   363975      0 |      150 |        0
361.84/362.00	c  354s |      11 |    27167 |    20544 |   363975      0 |      150 |        0
364.04/364.13	c  357s |      11 |    27375 |    20744 |   363975      0 |      150 |        0
366.13/366.22	c  359s |      11 |    27580 |    20944 |   363975      0 |      150 |        0
368.13/368.23	c  361s |      11 |    27793 |    21144 |   363975      0 |      150 |        0
370.13/370.26	c  363s |      11 |    28015 |    21344 |   363975      0 |      150 |        0
372.43/372.51	c  365s |      11 |    28232 |    21544 |   363975      0 |      150 |        0
375.14/375.29	c  368s |      11 |    28444 |    21744 |   363975      0 |      150 |        0
377.63/377.72	c  370s |      11 |    28661 |    21944 |   363975      0 |      150 |        0
380.33/380.40	c  373s |      11 |    28874 |    22144 |   363975      0 |      150 |        0
382.63/382.73	c  375s |      11 |    29098 |    22344 |   363975      0 |      150 |        0
385.43/385.53	c  378s |      11 |    29324 |    22544 |   363975      0 |      150 |        0
387.93/388.09	c  381s |      11 |    29536 |    22744 |   363975      0 |      150 |        0
390.33/390.47	c  383s |      11 |    29744 |    22944 |   363975      0 |      150 |        0
392.53/392.64	c  385s |      11 |    29953 |    23144 |   363975      0 |      150 |        0
394.94/395.05	c  387s |      11 |    30180 |    23344 |   363975      0 |      150 |        0
397.13/397.27	c  390s |      11 |    30416 |    23544 |   363975      0 |      150 |        0
399.53/399.63	c  392s |      11 |    30625 |    23744 |   363975      0 |      150 |        0
401.83/401.90	c  394s |      11 |    30840 |    23944 |   363975      0 |      150 |        0
404.73/404.82	c  397s |      11 |    31176 |    24244 |   363975      0 |      150 |        0
407.13/407.29	c  400s |      11 |    31406 |    24444 |   363975      0 |      150 |        0
409.53/409.69	c  402s |      11 |    31625 |    24644 |   363975      0 |      150 |        0
412.23/412.35	c  405s |      11 |    31835 |    24844 |   363975      0 |      150 |        0
415.22/415.33	c  408s |      11 |    32041 |    25044 |   363975      0 |      150 |        0
417.72/417.86	c  410s |      11 |    32257 |    25244 |   363975      0 |      150 |        0
420.02/420.12	c  413s |      11 |    32467 |    25444 |   363975      0 |      150 |        0
422.72/422.81	c  415s |      11 |    32705 |    25644 |   363975      0 |      150 |        0
425.12/425.21	c  418s |      12 |    32901 |    25819 |   400373      0 |      150 |        0
427.52/427.62	c  420s |      12 |    33060 |    25919 |   400373      0 |      150 |        0
429.82/429.91	c  422s |      12 |    33272 |    26119 |   400373      0 |      150 |        0
432.23/432.36	c  425s |      12 |    33490 |    26319 |   400373      0 |      150 |        0
434.53/434.69	c  427s |      12 |    33705 |    26519 |   400373      0 |      150 |        0
436.92/437.08	c  429s |      12 |    33924 |    26719 |   400373      0 |      150 |        0
439.12/439.24	c  432s |      12 |    34143 |    26919 |   400373      0 |      150 |        0
441.32/441.46	c  434s |      12 |    34353 |    27119 |   400373      0 |      150 |        0
443.62/443.80	c  436s |      12 |    34557 |    27319 |   400373      0 |      150 |        0
445.82/445.95	c  438s |      12 |    34776 |    27519 |   400373      0 |      150 |        0
448.12/448.28	c  441s |      12 |    35006 |    27719 |   400373      0 |      150 |        0
450.72/450.88	c  443s |      12 |    35225 |    27919 |   400373      0 |      150 |        0
453.23/453.30	c  446s |      12 |    35446 |    28119 |   400373      0 |      150 |        0
455.92/456.08	c  448s |      12 |    35657 |    28319 |   400373      0 |      150 |        0
458.52/458.70	c  451s |      12 |    35895 |    28519 |   400373      0 |      150 |        0
461.12/461.28	c  454s |      12 |    36119 |    28719 |   400373      0 |      150 |        0
463.62/463.72	c  456s |      12 |    36327 |    28919 |   400373      0 |      150 |        0
465.82/465.91	c  458s |      12 |    36544 |    29119 |   400373      0 |      150 |        0
468.12/468.24	c  461s |      12 |    36752 |    29319 |   400373      0 |      150 |        0
470.72/470.84	c  463s |      12 |    36962 |    29519 |   400373      0 |      150 |        0
473.62/473.71	c  466s |      12 |    37173 |    29719 |   400373      0 |      150 |        0
476.12/476.25	c  469s |      12 |    37396 |    29919 |   400373      0 |      150 |        0
478.72/478.88	c  471s |      12 |    37612 |    30119 |   400373      0 |      150 |        0
481.41/481.54	c  474s |      12 |    37835 |    30319 |   400373      0 |      150 |        0
483.81/483.94	c  476s |      12 |    38041 |    30519 |   400373      0 |      150 |        0
486.41/486.56	c  479s |      12 |    38252 |    30719 |   400373      0 |      150 |        0
488.81/488.95	c  481s |      12 |    38466 |    30919 |   400373      0 |      150 |        0
491.11/491.27	c  484s |      12 |    38680 |    31119 |   400373      0 |      150 |        0
493.21/493.37	c  486s |      12 |    38899 |    31319 |   400373      0 |      150 |        0
495.81/495.93	c  488s |      12 |    39131 |    31519 |   400373      0 |      150 |        0
498.32/498.46	c  491s |      12 |    39358 |    31719 |   400373      0 |      150 |        0
500.71/500.88	c  493s |      12 |    39569 |    31919 |   400373      0 |      150 |        0
502.91/503.07	c  495s |      12 |    39786 |    32119 |   400373      0 |      150 |        0
505.11/505.23	c  498s |      12 |    39998 |    32319 |   400373      0 |      150 |        0
507.61/507.70	c  500s |      12 |    40208 |    32519 |   400373      0 |      150 |        0
510.01/510.17	c  503s |      12 |    40433 |    32719 |   400373      0 |      150 |        0
512.41/512.60	c  505s |      12 |    40666 |    32919 |   400373      0 |      150 |        0
515.01/515.18	c  508s |      12 |    40878 |    33119 |   400373      0 |      150 |        0
517.51/517.61	c  510s |      12 |    41105 |    33319 |   400373      0 |      150 |        0
519.51/519.69	c  512s |      12 |    41317 |    33519 |   400373      0 |      150 |        0
521.61/521.73	c  514s |      12 |    41522 |    33719 |   400373      0 |      150 |        0
524.72/524.82	c  517s |      12 |    41847 |    34019 |   400373      0 |      150 |        0
527.51/527.67	c  520s |      12 |    42093 |    34219 |   400373      0 |      150 |        0
530.22/530.36	c  523s |      12 |    42353 |    34419 |   400373      0 |      150 |        0
533.01/533.17	c  526s |      12 |    42576 |    34619 |   400373      0 |      150 |        0
535.51/535.69	c  528s |      12 |    42816 |    34819 |   400373      0 |      150 |        0
538.21/538.33	c  531s |      12 |    43034 |    35019 |   400373      0 |      150 |        0
540.91/541.07	c  533s |      12 |    43251 |    35219 |   400373      0 |      150 |        0
543.41/543.50	c  536s |      12 |    43460 |    35419 |   400373      0 |      150 |        0
545.91/546.01	c  538s |      12 |    43677 |    35619 |   400373      0 |      150 |        0
548.40/548.58	c  541s |      12 |    43893 |    35819 |   400373      0 |      150 |        0
551.01/551.18	c  544s |      12 |    44146 |    36019 |   400373      0 |      150 |        0
553.60/553.70	c  546s |      12 |    44368 |    36219 |   400373      0 |      150 |        0
556.10/556.23	c  549s |      12 |    44611 |    36419 |   400373      0 |      150 |        0
558.71/558.87	c  551s |      12 |    44845 |    36619 |   400373      0 |      150 |        0
561.01/561.11	c  554s |      12 |    45065 |    36819 |   400373      0 |      150 |        0
563.30/563.48	c  556s |      12 |    45279 |    37019 |   400373      0 |      150 |        0
565.90/566.08	c  558s |      12 |    45511 |    37219 |   400373      0 |      150 |        0
568.50/568.66	c  561s |      12 |    45730 |    37419 |   400373      0 |      150 |        0
570.70/570.86	c  563s |      12 |    45940 |    37619 |   400373      0 |      150 |        0
572.70/572.89	c  565s |      12 |    46156 |    37819 |   400373      0 |      150 |        0
575.31/575.42	c  568s |      12 |    46362 |    38019 |   400373      0 |      150 |        0
577.60/577.72	c  570s |      12 |    46581 |    38219 |   400373      0 |      150 |        0
579.80/579.99	c  572s |      12 |    46813 |    38419 |   400373      0 |      150 |        0
582.50/582.66	c  575s |      12 |    47040 |    38619 |   440411      0 |      150 |        0
584.70/584.87	c  577s |      12 |    47253 |    38819 |   440411      0 |      150 |        0
584.90/585.09	c  578s |      13 |    47277 |    38832 |   440411      0 |      150 |        0
587.60/587.75	c  580s |      13 |    47440 |    38932 |   440411      0 |      150 |        0
590.50/590.62	c  583s |      13 |    47660 |    39132 |   440411      0 |      150 |        0
593.20/593.31	c  586s |      13 |    47874 |    39332 |   440411      0 |      150 |        0
596.10/596.27	c  589s |      13 |    48086 |    39532 |   440411      0 |      150 |        0
599.00/599.15	c  592s |      13 |    48311 |    39732 |   440411      0 |      150 |        0
601.70/601.88	c  594s |      13 |    48532 |    39932 |   440411      0 |      150 |        0
604.60/604.72	c  597s |      13 |    48745 |    40132 |   440411      0 |      150 |        0
607.40/607.52	c  600s |      13 |    48953 |    40332 |   440411      0 |      150 |        0
610.00/610.17	c  603s |      13 |    49171 |    40532 |   440411      0 |      150 |        0
612.49/612.68	c  605s |      13 |    49379 |    40732 |   440411      0 |      150 |        0
615.09/615.21	c  608s |      13 |    49598 |    40932 |   440411      0 |      150 |        0
617.49/617.69	c  610s |      13 |    49802 |    41132 |   440411      0 |      150 |        0
620.09/620.25	c  613s |      13 |    50026 |    41332 |   440411      0 |      150 |        0
623.29/623.41	c  616s |      13 |    50243 |    41532 |   440411      0 |      150 |        0
626.19/626.39	c  619s |      13 |    50449 |    41732 |   440411      0 |      150 |        0
629.10/629.21	c  622s |      13 |    50665 |    41932 |   440411      0 |      150 |        0
631.79/631.97	c  624s |      13 |    50881 |    42132 |   440411      0 |      150 |        0
634.60/634.76	c  627s |      13 |    51102 |    42332 |   440411      0 |      150 |        0
637.19/637.32	c  630s |      13 |    51311 |    42532 |   440411      0 |      150 |        0
640.10/640.24	c  633s |      13 |    51545 |    42732 |   440411      0 |      150 |        0
642.79/642.94	c  635s |      13 |    51770 |    42932 |   440411      0 |      150 |        0
645.70/645.88	c  638s |      13 |    51985 |    43132 |   440411      0 |      150 |        0
648.69/648.89	c  641s |      13 |    52203 |    43332 |   440411      0 |      150 |        0
651.69/651.83	c  644s |      13 |    52408 |    43532 |   440411      0 |      150 |        0
654.29/654.45	c  647s |      13 |    52616 |    43732 |   440411      0 |      150 |        0
656.99/657.18	c  650s |      13 |    52835 |    43932 |   440411      0 |      150 |        0
659.79/659.93	c  652s |      13 |    53050 |    44132 |   440411      0 |      150 |        0
662.39/662.53	c  655s |      13 |    53262 |    44332 |   440411      0 |      150 |        0
665.09/665.28	c  658s |      13 |    53469 |    44532 |   440411      0 |      150 |        0
667.89/668.03	c  660s |      13 |    53677 |    44732 |   440411      0 |      150 |        0
670.59/670.72	c  663s |      13 |    53881 |    44932 |   440411      0 |      150 |        0
673.39/673.51	c  666s |      13 |    54086 |    45132 |   440411      0 |      150 |        0
676.09/676.24	c  669s |      13 |    54298 |    45332 |   440411      0 |      150 |        0
678.59/678.80	c  671s |      13 |    54510 |    45532 |   440411      0 |      150 |        0
681.28/681.43	c  674s |      13 |    54728 |    45732 |   440411      0 |      150 |        0
684.19/684.39	c  677s |      13 |    54946 |    45932 |   440411      0 |      150 |        0
686.98/687.18	c  680s |      13 |    55155 |    46132 |   440411      0 |      150 |        0
689.88/690.08	c  682s |      13 |    55374 |    46332 |   440411      0 |      150 |        0
692.58/692.79	c  685s |      13 |    55602 |    46532 |   440411      0 |      150 |        0
695.58/695.78	c  688s |      13 |    55802 |    46732 |   440411      0 |      150 |        0
698.08/698.28	c  691s |      13 |    56026 |    46932 |   440411      0 |      150 |        0
700.69/700.86	c  693s |      13 |    56235 |    47132 |   440411      0 |      150 |        0
703.38/703.52	c  696s |      13 |    56449 |    47332 |   440411      0 |      150 |        0
706.48/706.68	c  699s |      13 |    56660 |    47532 |   440411      0 |      150 |        0
709.58/709.72	c  702s |      13 |    56864 |    47732 |   440411      0 |      150 |        0
712.58/712.77	c  705s |      13 |    57082 |    47932 |   440411      0 |      150 |        0
715.58/715.77	c  708s |      13 |    57301 |    48132 |   440411      0 |      150 |        0
718.19/718.36	c  711s |      13 |    57517 |    48332 |   440411      0 |      150 |        0
721.38/721.51	c  714s |      13 |    57724 |    48532 |   440411      0 |      150 |        0
724.28/724.44	c  717s |      13 |    57934 |    48732 |   440411      0 |      150 |        0
727.28/727.40	c  720s |      13 |    58152 |    48932 |   440411      0 |      150 |        0
730.18/730.33	c  723s |      13 |    58363 |    49132 |   440411      0 |      150 |        0
732.78/732.98	c  725s |      13 |    58587 |    49332 |   440411      0 |      150 |        0
735.68/735.84	c  728s |      13 |    58819 |    49532 |   440411      0 |      150 |        0
739.08/739.27	c  732s |      13 |    59042 |    49732 |   440411      0 |      150 |        0
741.98/742.13	c  735s |      13 |    59248 |    49932 |   440411      0 |      150 |        0
744.68/744.81	c  737s |      13 |    59470 |    50132 |   440411      0 |      150 |        0
747.07/747.23	c  740s |      13 |    59675 |    50332 |   440411      0 |      150 |        0
749.37/749.58	c  742s |      13 |    59881 |    50532 |   440411      0 |      150 |        0
752.17/752.32	c  745s |      13 |    60091 |    50732 |   440411      0 |      150 |        0
754.97/755.17	c  748s |      13 |    60293 |    50932 |   440411      0 |      150 |        0
757.67/757.83	c  750s |      13 |    60505 |    51132 |   440411      0 |      150 |        0
760.17/760.37	c  753s |      13 |    60705 |    51332 |   440411      0 |      150 |        0
762.47/762.68	c  755s |      13 |    60914 |    51532 |   440411      0 |      150 |        0
765.37/765.52	c  758s |      13 |    61124 |    51732 |   440411      0 |      150 |        0
767.97/768.18	c  761s |      13 |    61324 |    51932 |   440411      0 |      150 |        0
770.98/771.14	c  764s |      13 |    61543 |    52132 |   440411      0 |      150 |        0
773.67/773.88	c  766s |      13 |    61748 |    52332 |   440411      0 |      150 |        0
776.67/776.86	c  769s |      13 |    61966 |    52532 |   440411      0 |      150 |        0
779.37/779.59	c  772s |      13 |    62172 |    52732 |   440411      0 |      150 |        0
781.87/782.04	c  774s |      13 |    62383 |    52932 |   440411      0 |      150 |        0
783.97/784.16	c  777s |      13 |    62592 |    53132 |   440411      0 |      150 |        0
787.27/787.47	c  780s |      13 |    62912 |    53432 |   440411      0 |      150 |        0
790.27/790.43	c  783s |      13 |    63112 |    53632 |   440411      0 |      150 |        0
793.08/793.26	c  786s |      13 |    63318 |    53832 |   440411      0 |      150 |        0
795.57/795.76	c  788s |      13 |    63534 |    54032 |   440411      0 |      150 |        0
798.37/798.57	c  791s |      13 |    63740 |    54232 |   440411      0 |      150 |        0
800.87/801.01	c  793s |      13 |    63948 |    54432 |   440411      0 |      150 |        0
803.07/803.29	c  796s |      13 |    64159 |    54632 |   440411      0 |      150 |        0
805.47/805.61	c  798s |      13 |    64367 |    54832 |   440411      0 |      150 |        0
807.77/807.94	c  800s |      13 |    64581 |    55032 |   440411      0 |      150 |        0
810.36/810.52	c  803s |      13 |    64787 |    55232 |   440411      0 |      150 |        0
812.87/813.04	c  805s |      13 |    64995 |    55432 |   440411      0 |      150 |        0
815.46/815.60	c  808s |      13 |    65198 |    55632 |   440411      0 |      150 |        0
818.16/818.31	c  811s |      13 |    65413 |    55832 |   440411      0 |      150 |        0
820.96/821.19	c  814s |      13 |    65621 |    56032 |   440411      0 |      150 |        0
823.87/824.02	c  816s |      13 |    65835 |    56232 |   440411      0 |      150 |        0
826.36/826.56	c  819s |      13 |    66042 |    56432 |   440411      0 |      150 |        0
829.16/829.32	c  822s |      13 |    66240 |    56632 |   440411      0 |      150 |        0
831.66/831.88	c  824s |      13 |    66443 |    56832 |   440411      0 |      150 |        0
834.56/834.73	c  827s |      13 |    66673 |    57032 |   440411      0 |      150 |        0
836.97/837.18	c  830s |      13 |    66899 |    57232 |   440411      0 |      150 |        0
839.46/839.63	c  832s |      13 |    67099 |    57432 |   440411      0 |      150 |        0
841.86/842.03	c  834s |      13 |    67309 |    57632 |   440411      0 |      150 |        0
844.26/844.43	c  837s |      13 |    67523 |    57832 |   440411      0 |      150 |        0
847.36/847.57	c  840s |      13 |    67725 |    58032 |   484453      0 |      150 |        0
850.46/850.60	c  843s |      13 |    67951 |    58232 |   484453      0 |      150 |        0
852.36/852.59	c  845s |      14 |    68071 |    58352 |   484453      0 |      150 |        0
855.06/855.20	c  848s |      14 |    68225 |    58452 |   484453      0 |      150 |        0
857.66/857.89	c  850s |      14 |    68440 |    58652 |   484453      0 |      150 |        0
859.96/860.15	c  853s |      14 |    68673 |    58852 |   484453      0 |      150 |        0
862.06/862.20	c  855s |      14 |    68876 |    59052 |   484453      0 |      150 |        0
864.76/864.91	c  857s |      14 |    69107 |    59252 |   484453      0 |      150 |        0
867.46/867.62	c  860s |      14 |    69326 |    59452 |   484453      0 |      150 |        0
869.85/870.10	c  863s |      14 |    69538 |    59652 |   484453      0 |      150 |        0
872.35/872.53	c  865s |      14 |    69745 |    59852 |   484453      0 |      150 |        0
874.46/874.64	c  867s |      14 |    69965 |    60052 |   484453      0 |      150 |        0
876.85/877.02	c  869s |      14 |    70171 |    60252 |   484453      0 |      150 |        0
879.55/879.73	c  872s |      14 |    70386 |    60452 |   484453      0 |      150 |        0
882.24/882.45	c  875s |      14 |    70597 |    60652 |   484453      0 |      150 |        0
884.74/884.91	c  877s |      14 |    70794 |    60852 |   484453      0 |      150 |        0
887.34/887.56	c  880s |      14 |    71019 |    61052 |   484453      0 |      150 |        0
890.74/890.97	c  883s |      14 |    71284 |    61252 |   484453      0 |      150 |        0
893.64/893.88	c  886s |      14 |    71502 |    61452 |   484453      0 |      150 |        0
896.54/896.79	c  889s |      14 |    71726 |    61652 |   484453      0 |      150 |        0
899.14/899.36	c  892s |      14 |    71933 |    61852 |   484453      0 |      150 |        0
901.44/901.64	c  894s |      14 |    72141 |    62052 |   484453      0 |      150 |        0
903.94/904.16	c  897s |      14 |    72357 |    62252 |   484453      0 |      150 |        0
906.54/906.71	c  899s |      14 |    72573 |    62452 |   484453      0 |      150 |        0
909.13/909.36	c  902s |      14 |    72786 |    62652 |   484453      0 |      150 |        0
911.74/911.95	c  904s |      14 |    72994 |    62852 |   484453      0 |      150 |        0
914.53/914.76	c  907s |      14 |    73217 |    63052 |   484453      0 |      150 |        0
917.43/917.64	c  910s |      14 |    73445 |    63252 |   484453      0 |      150 |        0
920.33/920.54	c  913s |      14 |    73659 |    63452 |   484453      0 |      150 |        0
922.62/922.83	c  915s |      14 |    73871 |    63652 |   484453      0 |      150 |        0
924.62/924.89	c  917s |      14 |    74073 |    63852 |   484453      0 |      150 |        0
926.92/927.11	c  920s |      14 |    74291 |    64052 |   484453      0 |      150 |        0
929.12/929.34	c  922s |      14 |    74492 |    64252 |   484453      0 |      150 |        0
931.53/931.77	c  924s |      14 |    74699 |    64452 |   484453      0 |      150 |        0
933.92/934.14	c  927s |      14 |    74908 |    64652 |   484453      0 |      150 |        0
936.32/936.55	c  929s |      14 |    75114 |    64852 |   484453      0 |      150 |        0
938.52/938.78	c  931s |      14 |    75317 |    65052 |   484453      0 |      150 |        0
940.62/940.82	c  933s |      14 |    75522 |    65252 |   484453      0 |      150 |        0
943.22/943.43	c  936s |      14 |    75728 |    65452 |   484453      0 |      150 |        0
946.02/946.22	c  939s |      14 |    75940 |    65652 |   484453      0 |      150 |        0
948.91/949.13	c  942s |      14 |    76154 |    65852 |   484453      0 |      150 |        0
951.81/952.07	c  944s |      14 |    76362 |    66052 |   484453      0 |      150 |        0
954.61/954.89	c  947s |      14 |    76566 |    66252 |   484453      0 |      150 |        0
957.31/957.52	c  950s |      14 |    76779 |    66452 |   484453      0 |      150 |        0
959.80/960.06	c  952s |      14 |    76997 |    66652 |   484453      0 |      150 |        0
962.00/962.29	c  955s |      14 |    77204 |    66852 |   484453      0 |      150 |        0
964.61/964.83	c  957s |      14 |    77405 |    67052 |   484453      0 |      150 |        0
967.20/967.45	c  960s |      14 |    77621 |    67252 |   484453      0 |      150 |        0
969.60/969.86	c  962s |      14 |    77836 |    67452 |   484453      0 |      150 |        0
972.40/972.66	c  965s |      14 |    78043 |    67652 |   484453      0 |      150 |        0
974.90/975.19	c  968s |      14 |    78246 |    67852 |   484453      0 |      150 |        0
977.40/977.69	c  970s |      14 |    78456 |    68052 |   484453      0 |      150 |        0
980.09/980.33	c  973s |      14 |    78662 |    68252 |   484453      0 |      150 |        0
982.49/982.70	c  975s |      14 |    78875 |    68452 |   484453      0 |      150 |        0
984.99/985.26	c  978s |      14 |    79085 |    68652 |   484453      0 |      150 |        0
987.79/988.00	c  980s |      14 |    79295 |    68852 |   484453      0 |      150 |        0
990.39/990.64	c  983s |      14 |    79500 |    69052 |   484453      0 |      150 |        0
992.79/993.08	c  985s |      14 |    79709 |    69252 |   484453      0 |      150 |        0
995.19/995.40	c  988s |      14 |    79912 |    69452 |   484453      0 |      150 |        0
998.09/998.39	c  991s |      14 |    80135 |    69652 |   484453      0 |      150 |        0
1001.18/1001.47	c  994s |      14 |    80355 |    69852 |   484453      0 |      150 |        0
1004.48/1004.79	c  997s |      14 |    80558 |    70052 |   484453      0 |      150 |        0
1007.68/1007.95	c 1000s |      14 |    80775 |    70252 |   484453      0 |      150 |        0
1010.78/1011.04	c 1003s |      14 |    80999 |    70452 |   484453      0 |      150 |        0
1013.77/1014.08	c 1006s |      14 |    81200 |    70652 |   484453      0 |      150 |        0
1016.37/1016.66	c 1009s |      14 |    81418 |    70852 |   484453      0 |      150 |        0
1019.07/1019.32	c 1012s |      14 |    81617 |    71052 |   484453      0 |      150 |        0
1022.06/1022.38	c 1015s |      14 |    81841 |    71252 |   484453      0 |      150 |        0
1024.56/1024.87	c 1017s |      14 |    82051 |    71452 |   484453      0 |      150 |        0
1027.27/1027.59	c 1020s |      14 |    82264 |    71652 |   484453      0 |      150 |        0
1029.86/1030.10	c 1023s |      14 |    82491 |    71852 |   484453      0 |      150 |        0
1032.76/1033.03	c 1025s |      14 |    82694 |    72052 |   484453      0 |      150 |        0
1035.56/1035.83	c 1028s |      14 |    82893 |    72252 |   484453      0 |      150 |        0
1038.16/1038.50	c 1031s |      14 |    83105 |    72452 |   484453      0 |      150 |        0
1040.85/1041.16	c 1034s |      14 |    83321 |    72652 |   484453      0 |      150 |        0
1043.45/1043.76	c 1036s |      14 |    83537 |    72852 |   484453      0 |      150 |        0
1045.86/1046.18	c 1039s |      14 |    83749 |    73052 |   484453      0 |      150 |        0
1048.25/1048.55	c 1041s |      14 |    83960 |    73252 |   484453      0 |      150 |        0
1050.65/1050.92	c 1043s |      14 |    84164 |    73452 |   484453      0 |      150 |        0
1053.35/1053.66	c 1046s |      14 |    84379 |    73652 |   484453      0 |      150 |        0
1056.25/1056.53	c 1049s |      14 |    84599 |    73852 |   484453      0 |      150 |        0
1059.45/1059.79	c 1052s |      14 |    84802 |    74052 |   484453      0 |      150 |        0
1062.14/1062.49	c 1055s |      14 |    85018 |    74252 |   484453      0 |      150 |        0
1064.84/1065.14	c 1058s |      14 |    85214 |    74452 |   484453      0 |      150 |        0
1067.44/1067.78	c 1060s |      14 |    85421 |    74652 |   484453      0 |      150 |        0
1070.04/1070.40	c 1063s |      14 |    85620 |    74852 |   484453      0 |      150 |        0
1072.94/1073.22	c 1066s |      14 |    85836 |    75052 |   484453      0 |      150 |        0
1075.54/1075.83	c 1068s |      14 |    86041 |    75252 |   484453      0 |      150 |        0
1078.04/1078.31	c 1071s |      14 |    86237 |    75452 |   484453      0 |      150 |        0
1080.33/1080.65	c 1073s |      14 |    86452 |    75652 |   484453      0 |      150 |        0
1082.43/1082.79	c 1075s |      14 |    86658 |    75852 |   484453      0 |      150 |        0
1085.73/1086.05	c 1078s |      14 |    86879 |    76052 |   484453      0 |      150 |        0
1089.13/1089.42	c 1082s |      14 |    87093 |    76252 |   484453      0 |      150 |        0
1091.93/1092.28	c 1085s |      14 |    87300 |    76452 |   484453      0 |      150 |        0
1095.23/1095.55	c 1088s |      14 |    87520 |    76652 |   484453      0 |      150 |        0
1098.83/1099.15	c 1092s |      14 |    87727 |    76852 |   484453      0 |      150 |        0
1102.03/1102.33	c 1095s |      14 |    87968 |    77052 |   484453      0 |      150 |        0
1105.12/1105.43	c 1098s |      14 |    88183 |    77252 |   484453      0 |      150 |        0
1107.62/1107.99	c 1100s |      14 |    88391 |    77452 |   484453      0 |      150 |        0
1110.01/1110.38	c 1103s |      14 |    88594 |    77652 |   484453      0 |      150 |        0
1112.51/1112.85	c 1105s |      14 |    88804 |    77852 |   484453      0 |      150 |        0
1115.31/1115.64	c 1108s |      14 |    89015 |    78052 |   484453      0 |      150 |        0
1117.81/1118.18	c 1111s |      14 |    89230 |    78252 |   484453      0 |      150 |        0
1121.00/1121.30	c 1114s |      14 |    89436 |    78452 |   484453      0 |      150 |        0
1123.80/1124.11	c 1117s |      14 |    89653 |    78652 |   484453      0 |      150 |        0
1126.90/1127.27	c 1120s |      14 |    89866 |    78852 |   484453      0 |      150 |        0
1129.41/1129.80	c 1122s |      14 |    90071 |    79052 |   484453      0 |      150 |        0
1133.00/1133.31	c 1126s |      14 |    90276 |    79252 |   484453      0 |      150 |        0
1135.60/1135.91	c 1128s |      14 |    90498 |    79452 |   484453      0 |      150 |        0
1138.40/1138.72	c 1131s |      14 |    90711 |    79652 |   484453      0 |      150 |        0
1141.69/1142.00	c 1134s |      14 |    90941 |    79852 |   484453      0 |      150 |        0
1144.39/1144.76	c 1137s |      14 |    91148 |    80052 |   484453      0 |      150 |        0
1147.69/1148.05	c 1140s |      14 |    91355 |    80252 |   484453      0 |      150 |        0
1150.49/1150.87	c 1143s |      14 |    91570 |    80452 |   484453      0 |      150 |        0
1153.19/1153.56	c 1146s |      14 |    91789 |    80652 |   484453      0 |      150 |        0
1156.09/1156.41	c 1149s |      14 |    91997 |    80852 |   484453      0 |      150 |        0
1158.79/1159.17	c 1152s |      14 |    92199 |    81052 |   484453      0 |      150 |        0
1161.29/1161.61	c 1154s |      14 |    92405 |    81252 |   484453      0 |      150 |        0
1164.09/1164.46	c 1157s |      14 |    92614 |    81452 |   484453      0 |      150 |        0
1166.89/1167.24	c 1160s |      14 |    92827 |    81652 |   484453      0 |      150 |        0
1168.88/1169.27	c 1162s |      14 |    92931 |    81752 |   484453      0 |      150 |        0
1172.18/1172.59	c 1165s |      14 |    93129 |    81952 |   484453      0 |      150 |        0
1174.98/1175.34	c 1168s |      14 |    93346 |    82152 |   484453      0 |      150 |        0
1178.08/1178.48	c 1171s |      14 |    93555 |    82352 |   484453      0 |      150 |        0
1181.19/1181.57	c 1174s |      14 |    93772 |    82552 |   484453      0 |      150 |        0
1183.98/1184.31	c 1177s |      14 |    93975 |    82752 |   484453      0 |      150 |        0
1186.48/1186.89	c 1179s |      14 |    94184 |    82952 |   484453      0 |      150 |        0
1189.18/1189.57	c 1182s |      14 |    94388 |    83152 |   484453      0 |      150 |        0
1191.88/1192.21	c 1185s |      14 |    94589 |    83352 |   484453      0 |      150 |        0
1194.58/1194.98	c 1187s |      14 |    94808 |    83552 |   484453      0 |      150 |        0
1197.48/1197.87	c 1190s |      14 |    95011 |    83752 |   484453      0 |      150 |        0
1200.17/1200.50	c 1193s |      14 |    95224 |    83952 |   484453      0 |      150 |        0
1202.97/1203.34	c 1196s |      14 |    95449 |    84152 |   484453      0 |      150 |        0
1206.07/1206.42	c 1199s |      14 |    95666 |    84352 |   484453      0 |      150 |        0
1208.97/1209.37	c 1202s |      14 |    95878 |    84552 |   484453      0 |      150 |        0
1212.17/1212.54	c 1205s |      14 |    96091 |    84752 |   484453      0 |      150 |        0
1215.28/1215.63	c 1208s |      14 |    96294 |    84952 |   484453      0 |      150 |        0
1218.17/1218.56	c 1211s |      14 |    96497 |    85152 |   484453      0 |      150 |        0
1221.46/1221.81	c 1214s |      14 |    96710 |    85352 |   484453      0 |      150 |        0
1224.66/1225.00	c 1217s |      14 |    96920 |    85552 |   484453      0 |      150 |        0
1227.46/1227.81	c 1220s |      14 |    97131 |    85752 |   484453      0 |      150 |        0
1230.16/1230.53	c 1223s |      14 |    97335 |    85952 |   484453      0 |      150 |        0
1232.77/1233.13	c 1226s |      14 |    97543 |    86152 |   484453      0 |      150 |        0
1235.56/1235.92	c 1228s |      14 |    97757 |    86352 |   484453      0 |      150 |        0
1238.76/1239.16	c 1232s |      14 |    97964 |    86552 |   484453      0 |      150 |        0
1241.46/1241.86	c 1234s |      14 |    98171 |    86752 |   484453      0 |      150 |        0
1244.25/1244.65	c 1237s |      14 |    98377 |    86952 |   484453      0 |      150 |        0
1246.85/1247.26	c 1240s |      14 |    98584 |    87152 |   532899      0 |      150 |        0
1249.95/1250.34	c 1243s |      14 |    98790 |    87352 |   532899      0 |      150 |        0
1252.66/1253.04	c 1245s |      14 |    98988 |    87552 |   532899      0 |      150 |        0
1254.05/1254.47	c 1247s |      15 |    99069 |    87632 |   532899      0 |      150 |        0
1257.45/1257.87	c 1250s |      15 |    99226 |    87732 |   532899      0 |      150 |        0
1260.65/1261.07	c 1253s |      15 |    99427 |    87932 |   532899      0 |      150 |        0
1263.66/1264.03	c 1256s |      15 |    99648 |    88132 |   532899      0 |      150 |        0
1267.15/1267.55	c 1260s |      15 |    99858 |    88332 |   532899      0 |      150 |        0
1270.35/1270.70	c 1263s |      15 |   100077 |    88532 |   532899      0 |      150 |        0
1273.35/1273.74	c 1266s |      15 |   100292 |    88732 |   532899      0 |      150 |        0
1276.15/1276.59	c 1269s |      15 |   100494 |    88932 |   532899      0 |      150 |        0
1279.25/1279.69	c 1272s |      15 |   100720 |    89132 |   532899      0 |      150 |        0
1283.14/1283.50	c 1276s |      15 |   100942 |    89332 |   532899      0 |      150 |        0
1285.14/1285.59	c 1278s |      15 |   101043 |    89432 |   532899      0 |      150 |        0
1289.04/1289.40	c 1282s |      15 |   101257 |    89632 |   532899      0 |      150 |        0
1292.64/1293.08	c 1285s |      15 |   101463 |    89832 |   532899      0 |      150 |        0
1295.64/1296.05	c 1288s |      15 |   101672 |    90032 |   532899      0 |      150 |        0
1298.84/1299.26	c 1292s |      15 |   101889 |    90232 |   532899      0 |      150 |        0
1301.83/1302.24	c 1295s |      15 |   102090 |    90432 |   532899      0 |      150 |        0
1305.34/1305.75	c 1298s |      15 |   102302 |    90632 |   532899      0 |      150 |        0
1308.23/1308.61	c 1301s |      15 |   102514 |    90832 |   532899      0 |      150 |        0
1310.94/1311.32	c 1304s |      15 |   102717 |    91032 |   532899      0 |      150 |        0
1313.63/1314.05	c 1306s |      15 |   102926 |    91232 |   532899      0 |      150 |        0
1316.63/1317.06	c 1309s |      15 |   103146 |    91432 |   532899      0 |      150 |        0
1319.83/1320.25	c 1313s |      15 |   103350 |    91632 |   532899      0 |      150 |        0
1322.72/1323.17	c 1316s |      15 |   103559 |    91832 |   532899      0 |      150 |        0
1325.52/1325.94	c 1318s |      15 |   103773 |    92032 |   532899      0 |      150 |        0
1328.22/1328.61	c 1321s |      15 |   103990 |    92232 |   532899      0 |      150 |        0
1331.42/1331.90	c 1324s |      15 |   104186 |    92432 |   532899      0 |      150 |        0
1334.32/1334.72	c 1327s |      15 |   104388 |    92632 |   532899      0 |      150 |        0
1337.22/1337.61	c 1330s |      15 |   104598 |    92832 |   532899      0 |      150 |        0
1340.01/1340.46	c 1333s |      15 |   104818 |    93032 |   532899      0 |      150 |        0
1343.61/1344.04	c 1336s |      15 |   105028 |    93232 |   532899      0 |      150 |        0
1346.31/1346.75	c 1339s |      15 |   105237 |    93432 |   532899      0 |      150 |        0
1348.91/1349.37	c 1342s |      15 |   105448 |    93632 |   532899      0 |      150 |        0
1351.91/1352.30	c 1345s |      15 |   105658 |    93832 |   532899      0 |      150 |        0
1355.51/1355.99	c 1348s |      15 |   105864 |    94032 |   532899      0 |      150 |        0
1358.31/1358.79	c 1351s |      15 |   106083 |    94232 |   532899      0 |      150 |        0
1361.10/1361.58	c 1354s |      15 |   106287 |    94432 |   532899      0 |      150 |        0
1364.10/1364.55	c 1357s |      15 |   106502 |    94632 |   532899      0 |      150 |        0
1367.01/1367.41	c 1360s |      15 |   106710 |    94832 |   532899      0 |      150 |        0
1369.90/1370.37	c 1363s |      15 |   106940 |    95032 |   532899      0 |      150 |        0
1373.51/1373.98	c 1366s |      15 |   107149 |    95232 |   532899      0 |      150 |        0
1377.50/1377.97	c 1370s |      15 |   107368 |    95432 |   532899      0 |      150 |        0
1381.09/1381.51	c 1374s |      15 |   107580 |    95632 |   532899      0 |      150 |        0
1384.39/1384.84	c 1377s |      15 |   107805 |    95832 |   532899      0 |      150 |        0
1387.90/1388.31	c 1381s |      15 |   108024 |    96032 |   532899      0 |      150 |        0
1391.49/1391.92	c 1384s |      15 |   108235 |    96232 |   532899      0 |      150 |        0
1394.89/1395.33	c 1388s |      15 |   108446 |    96432 |   532899      0 |      150 |        0
1398.09/1398.57	c 1391s |      15 |   108659 |    96632 |   532899      0 |      150 |        0
1401.68/1402.10	c 1395s |      15 |   108866 |    96832 |   532899      0 |      150 |        0
1405.18/1405.64	c 1398s |      15 |   109087 |    97032 |   532899      0 |      150 |        0
1408.38/1408.83	c 1401s |      15 |   109289 |    97232 |   532899      0 |      150 |        0
1411.58/1412.07	c 1404s |      15 |   109504 |    97432 |   532899      0 |      150 |        0
1415.18/1415.64	c 1408s |      15 |   109705 |    97632 |   532899      0 |      150 |        0
1418.88/1419.30	c 1412s |      15 |   109914 |    97832 |   532899      0 |      150 |        0
1422.08/1422.56	c 1415s |      15 |   110126 |    98032 |   532899      0 |      150 |        0
1425.47/1425.94	c 1418s |      15 |   110334 |    98232 |   532899      0 |      150 |        0
1428.37/1428.88	c 1421s |      15 |   110543 |    98432 |   532899      0 |      150 |        0
1431.27/1431.73	c 1424s |      15 |   110746 |    98632 |   532899      0 |      150 |        0
1433.98/1434.50	c 1427s |      15 |   110949 |    98832 |   532899      0 |      150 |        0
1437.28/1437.78	c 1430s |      15 |   111160 |    99032 |   532899      0 |      150 |        0
1439.77/1440.24	c 1433s |      15 |   111367 |    99232 |   532899      0 |      150 |        0
1442.67/1443.16	c 1436s |      15 |   111565 |    99432 |   532899      0 |      150 |        0
1446.57/1447.00	c 1439s |      15 |   111788 |    99632 |   532899      0 |      150 |        0
1448.76/1449.29	c 1442s |      15 |   111891 |    99732 |   532899      0 |      150 |        0
1451.06/1451.53	c 1444s |      15 |   112002 |    99832 |   532899      0 |      150 |        0
1453.06/1453.56	c 1446s |      15 |   112107 |    99932 |   532899      0 |      150 |        0
1456.96/1457.47	c 1450s |      15 |   112321 |   100132 |   532899      0 |      150 |        0
1459.06/1459.59	c 1452s |      15 |   112428 |   100232 |   532899      0 |      150 |        0
1462.75/1463.27	c 1456s |      15 |   112634 |   100432 |   532899      0 |      150 |        0
1466.15/1466.63	c 1459s |      15 |   112843 |   100632 |   532899      0 |      150 |        0
1469.45/1469.93	c 1462s |      15 |   113056 |   100832 |   532899      0 |      150 |        0
1473.15/1473.68	c 1466s |      15 |   113263 |   101032 |   532899      0 |      150 |        0
1476.96/1477.42	c 1470s |      15 |   113482 |   101232 |   532899      0 |      150 |        0
1479.74/1480.21	c 1473s |      15 |   113692 |   101432 |   532899      0 |      150 |        0
1482.94/1483.47	c 1476s |      15 |   113911 |   101632 |   532899      0 |      150 |        0
1486.24/1486.72	c 1479s |      15 |   114122 |   101832 |   532899      0 |      150 |        0
1489.74/1490.22	c 1483s |      15 |   114331 |   102032 |   532899      0 |      150 |        0
1492.94/1493.45	c 1486s |      15 |   114539 |   102232 |   532899      0 |      150 |        0
1496.14/1496.63	c 1489s |      15 |   114746 |   102432 |   532899      0 |      150 |        0
1499.24/1499.72	c 1492s |      15 |   114949 |   102632 |   532899      0 |      150 |        0
1502.63/1503.12	c 1496s |      15 |   115156 |   102832 |   532899      0 |      150 |        0
1506.23/1506.72	c 1499s |      15 |   115356 |   103032 |   532899      0 |      150 |        0
1510.03/1510.60	c 1503s |      15 |   115569 |   103232 |   532899      0 |      150 |        0
1513.14/1513.64	c 1506s |      15 |   115769 |   103432 |   532899      0 |      150 |        0
1516.73/1517.23	c 1510s |      15 |   115978 |   103632 |   532899      0 |      150 |        0
1519.93/1520.45	c 1513s |      15 |   116189 |   103832 |   532899      0 |      150 |        0
1522.83/1523.37	c 1516s |      15 |   116391 |   104032 |   532899      0 |      150 |        0
1526.23/1526.74	c 1519s |      15 |   116595 |   104232 |   532899      0 |      150 |        0
1529.53/1530.01	c 1522s |      15 |   116823 |   104432 |   532899      0 |      150 |        0
1532.62/1533.18	c 1526s |      15 |   117032 |   104632 |   532899      0 |      150 |        0
1536.12/1536.70	c 1529s |      15 |   117252 |   104832 |   532899      0 |      150 |        0
1539.53/1540.05	c 1532s |      15 |   117460 |   105032 |   532899      0 |      150 |        0
1542.93/1543.46	c 1536s |      15 |   117668 |   105232 |   532899      0 |      150 |        0
1545.82/1546.30	c 1539s |      15 |   117871 |   105432 |   532899      0 |      150 |        0
1548.72/1549.20	c 1542s |      15 |   118076 |   105632 |   532899      0 |      150 |        0
1551.52/1552.08	c 1544s |      15 |   118283 |   105832 |   532899      0 |      150 |        0
1554.72/1555.23	c 1548s |      15 |   118502 |   106032 |   532899      0 |      150 |        0
1558.22/1558.77	c 1551s |      15 |   118711 |   106232 |   532899      0 |      150 |        0
1561.62/1562.14	c 1555s |      15 |   118917 |   106432 |   532899      0 |      150 |        0
1565.02/1565.58	c 1558s |      15 |   119120 |   106632 |   532899      0 |      150 |        0
1568.82/1569.39	c 1562s |      15 |   119333 |   106832 |   532899      0 |      150 |        0
1572.12/1572.70	c 1565s |      15 |   119541 |   107032 |   532899      0 |      150 |        0
1575.82/1576.33	c 1569s |      15 |   119754 |   107232 |   532899      0 |      150 |        0
1579.22/1579.78	c 1572s |      15 |   119962 |   107432 |   532899      0 |      150 |        0
1582.42/1582.90	c 1575s |      15 |   120178 |   107632 |   532899      0 |      150 |        0
1585.41/1585.94	c 1578s |      15 |   120377 |   107832 |   532899      0 |      150 |        0
1588.31/1588.88	c 1581s |      15 |   120585 |   108032 |   532899      0 |      150 |        0
1591.22/1591.75	c 1584s |      15 |   120793 |   108232 |   532899      0 |      150 |        0
1594.41/1594.98	c 1587s |      15 |   120996 |   108432 |   532899      0 |      150 |        0
1597.82/1598.34	c 1591s |      15 |   121212 |   108632 |   532899      0 |      150 |        0
1600.71/1601.29	c 1594s |      15 |   121425 |   108832 |   532899      0 |      150 |        0
1603.81/1604.39	c 1597s |      15 |   121643 |   109032 |   532899      0 |      150 |        0
1607.01/1607.59	c 1600s |      15 |   121845 |   109232 |   532899      0 |      150 |        0
1610.02/1610.54	c 1603s |      15 |   122053 |   109432 |   532899      0 |      150 |        0
1613.01/1613.57	c 1606s |      15 |   122255 |   109632 |   532899      0 |      150 |        0
1615.61/1616.10	c 1609s |      15 |   122471 |   109832 |   532899      0 |      150 |        0
1617.81/1618.32	c 1611s |      15 |   122573 |   109932 |   532899      0 |      150 |        0
1621.41/1621.98	c 1614s |      15 |   122784 |   110132 |   532899      0 |      150 |        0
1624.91/1625.43	c 1618s |      15 |   122989 |   110332 |   532899      0 |      150 |        0
1628.11/1628.68	c 1621s |      15 |   123193 |   110532 |   532899      0 |      150 |        0
1631.61/1632.17	c 1625s |      15 |   123402 |   110732 |   532899      0 |      150 |        0
1634.70/1635.29	c 1628s |      15 |   123608 |   110932 |   532899      0 |      150 |        0
1637.61/1638.11	c 1631s |      15 |   123808 |   111132 |   532899      0 |      150 |        0
1640.20/1640.74	c 1633s |      15 |   124008 |   111332 |   532899      0 |      150 |        0
1643.30/1643.83	c 1636s |      15 |   124221 |   111532 |   532899      0 |      150 |        0
1646.31/1646.88	c 1639s |      15 |   124421 |   111732 |   532899      0 |      150 |        0
1649.70/1650.24	c 1643s |      15 |   124640 |   111932 |   532899      0 |      150 |        0
1652.00/1652.54	c 1645s |      15 |   124752 |   112032 |   532899      0 |      150 |        0
1654.20/1654.77	c 1647s |      15 |   124858 |   112132 |   532899      0 |      150 |        0
1656.60/1657.16	c 1650s |      15 |   124965 |   112232 |   532899      0 |      150 |        0
1658.80/1659.31	c 1652s |      15 |   125073 |   112332 |   532899      0 |      150 |        0
1661.40/1661.90	c 1654s |      15 |   125180 |   112432 |   532899      0 |      150 |        0
1663.70/1664.25	c 1657s |      15 |   125310 |   112532 |   532899      0 |      150 |        0
1666.30/1666.84	c 1659s |      15 |   125433 |   112632 |   532899      0 |      150 |        0
1668.40/1668.94	c 1661s |      15 |   125537 |   112732 |   532899      0 |      150 |        0
1672.20/1672.74	c 1665s |      15 |   125752 |   112932 |   532899      0 |      150 |        0
1676.30/1676.86	c 1669s |      15 |   125972 |   113132 |   532899      0 |      150 |        0
1678.50/1679.07	c 1671s |      15 |   126121 |   113232 |   532899      0 |      150 |        0
1682.20/1682.72	c 1675s |      15 |   126360 |   113432 |   532899      0 |      150 |        0
1686.00/1686.56	c 1679s |      15 |   126564 |   113632 |   532899      0 |      150 |        0
1690.00/1690.52	c 1683s |      15 |   126777 |   113832 |   532899      0 |      150 |        0
1693.70/1694.21	c 1687s |      15 |   126977 |   114032 |   532899      0 |      150 |        0
1697.79/1698.35	c 1691s |      15 |   127186 |   114232 |   532899      0 |      150 |        0
1699.99/1700.58	c 1693s |      15 |   127298 |   114332 |   532899      0 |      150 |        0
1702.30/1702.83	c 1695s |      15 |   127405 |   114432 |   532899      0 |      150 |        0
1704.39/1704.93	c 1697s |      15 |   127517 |   114532 |   532899      0 |      150 |        0
1706.89/1707.42	c 1700s |      15 |   127615 |   114632 |   532899      0 |      150 |        0
1709.19/1709.73	c 1702s |      15 |   127735 |   114732 |   532899      0 |      150 |        0
1713.19/1713.71	c 1706s |      15 |   127943 |   114932 |   532899      0 |      150 |        0
1715.60/1716.12	c 1709s |      15 |   128045 |   115032 |   532899      0 |      150 |        0
1717.80/1718.36	c 1711s |      15 |   128147 |   115132 |   532899      0 |      150 |        0
1721.69/1722.29	c 1715s |      15 |   128360 |   115332 |   532899      0 |      150 |        0
1725.59/1726.10	c 1719s |      15 |   128572 |   115532 |   532899      0 |      150 |        0
1727.60/1728.15	c 1721s |      15 |   128669 |   115632 |   532899      0 |      150 |        0
1731.39/1731.94	c 1724s |      15 |   128872 |   115832 |   532899      0 |      150 |        0
1733.69/1734.21	c 1727s |      15 |   128977 |   115932 |   532899      0 |      150 |        0
1735.89/1736.41	c 1729s |      15 |   129087 |   116032 |   532899      0 |      150 |        0
1738.19/1738.79	c 1731s |      15 |   129185 |   116132 |   532899      0 |      150 |        0
1740.39/1740.92	c 1733s |      15 |   129290 |   116232 |   532899      0 |      150 |        0
1742.59/1743.10	c 1736s |      15 |   129418 |   116332 |   532899      0 |      150 |        0
1746.59/1747.12	c 1740s |      15 |   129622 |   116532 |   532899      0 |      150 |        0
1750.49/1751.01	c 1743s |      15 |   129839 |   116732 |   532899      0 |      150 |        0
1754.29/1754.87	c 1747s |      15 |   130049 |   116932 |   532899      0 |      150 |        0
1757.49/1758.05	c 1750s |      15 |   130274 |   117132 |   532899      0 |      150 |        0
1761.19/1761.74	c 1754s |      15 |   130482 |   117332 |   532899      0 |      150 |        0
1765.28/1765.85	c 1758s |      15 |   130687 |   117532 |   532899      0 |      150 |        0
1768.88/1769.44	c 1762s |      15 |   130901 |   117732 |   532899      0 |      150 |        0
1772.28/1772.84	c 1765s |      15 |   131118 |   117932 |   532899      0 |      150 |        0
1775.58/1776.16	c 1769s |      15 |   131330 |   118132 |   532899      0 |      150 |        0
1779.39/1779.92	c 1772s |      15 |   131536 |   118332 |   532899      0 |      150 |        0
1783.28/1783.88	c 1776s |      15 |   131738 |   118532 |   532899      0 |      150 |        0
1786.88/1787.42	c 1780s |      15 |   131945 |   118732 |   532899      0 |      150 |        0
1788.98/1789.50	c 1782s |      15 |   132049 |   118832 |   532899      0 |      150 |        0
1792.68/1793.25	c 1786s |      15 |   132255 |   119032 |   532899      0 |      150 |        0
1796.38/1796.98	c 1789s |      15 |   132462 |   119232 |   532899      0 |      150 |        0
1799.98/1800.52	c 1793s |      15 |   132666 |   119432 |   532899      0 |      150 |        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-4079344-1465344941/watcher-4079344-1465344941 -o /tmp/evaluation-result-4079344-1465344941/solver-4079344-1465344941 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19944 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079344-1465344941.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.25 2.19 3/179 23138
/proc/meminfo: memFree=29105284/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=699836 CPUtime=0 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 2608 0 0 0 0 0 0 0 20 0 4 0 116426521 716632064 2968 33554432000 4194304 16246674 140735264932672 140735264932096 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 175471 2976 441 2943 0 172365 0
[pid=23138/tid=23139] ppid=23135 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 733409280 3034 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=721340 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 738652160 3051 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=725436 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 742846464 3067 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.23 2.25 2.19 3/179 23138
/proc/meminfo: memFree=29105284/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 30161 0 0 0 4 5 0 0 20 0 4 0 116426521 1334382592 30460 33554432000 4194304 16246674 140735264932672 140735264931984 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 325777 30477 801 2943 0 322671 0
[pid=23138/tid=23139] ppid=23135 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1334382592 30487 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1334382592 30498 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1334382592 30509 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200635 s]
/proc/loadavg: 2.23 2.25 2.19 3/179 23138
/proc/meminfo: memFree=29105284/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 45345 0 0 0 12 7 0 0 20 0 4 0 116426521 1344868352 46154 33554432000 4194304 16246674 140735264932672 140735264931984 8055582 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 328337 46154 801 2943 0 325231 0
[pid=23138/tid=23139] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 46154 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 46154 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 46154 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300601 s]
/proc/loadavg: 2.23 2.25 2.19 3/179 23138
/proc/meminfo: memFree=29105284/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 52740 0 0 0 21 8 0 0 20 0 4 0 116426521 1344868352 53549 33554432000 4194304 16246674 140735264932672 140735264931984 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 328337 53549 801 2943 0 325231 0
[pid=23138/tid=23139] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 53549 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 53549 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 53549 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.70044 s]
/proc/loadavg: 2.23 2.25 2.19 3/179 23138
/proc/meminfo: memFree=29105284/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 67137 0 0 0 59 10 0 0 20 0 4 0 116426521 1344868352 67946 33554432000 4194304 16246674 140735264932672 140735264915664 4207600 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 328337 67946 802 2943 0 325231 0
[pid=23138/tid=23139] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 67946 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 67946 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1344868352 67946 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.23 2.25 2.19 3/183 23142
/proc/meminfo: memFree=28777068/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1325636 CPUtime=1.49 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 109468 0 0 0 134 15 0 0 20 0 4 0 116426521 1357451264 112321 33554432000 4194304 16246674 140735264932672 140735264930496 4207635 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 331409 112321 802 2943 0 328303 0
[pid=23138/tid=23139] ppid=23135 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1357451264 112321 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1357451264 112321 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1357451264 112321 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1325636

[startup+3.10043 s]
/proc/loadavg: 2.23 2.25 2.19 3/183 23142
/proc/meminfo: memFree=28647592/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=3.09 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 227980 0 0 0 274 35 0 0 20 0 4 0 116426521 1388908544 231344 33554432000 4194304 16246674 140735264932672 140735264930496 6762828 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23138/statm: 339089 231352 845 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 231358 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 231364 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 231368 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30043 s]
/proc/loadavg: 2.21 2.25 2.19 3/183 23142
/proc/meminfo: memFree=28003828/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=6.29 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 272092 0 0 0 588 41 0 0 20 0 4 0 116426521 1388908544 275456 33554432000 4194304 16246674 140735264932672 140735264930496 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 275456 846 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 275456 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 275456 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 275456 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.20 2.24 2.19 4/183 23142
/proc/meminfo: memFree=27983540/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=12.68 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277218 0 0 0 1227 41 0 0 20 0 4 0 116426521 1388908544 280582 33554432000 4194304 16246674 140735264932672 140735264914560 12415827 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280582 895 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1356356

[startup+25.5005 s]
/proc/loadavg: 2.30 2.26 2.20 3/183 23142
/proc/meminfo: memFree=27983796/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=25.48 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277218 0 0 0 2507 41 0 0 20 0 4 0 116426521 1388908544 280582 33554432000 4194304 16246674 140735264932672 140735264914560 5829844 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280582 895 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1356356

[startup+51.1006 s]
/proc/loadavg: 2.20 2.24 2.19 4/183 23142
/proc/meminfo: memFree=27983800/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=51.08 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277218 0 0 0 5066 42 0 0 20 0 4 0 116426521 1388908544 280582 33554432000 4194304 16246674 140735264932672 140735264914560 4220501 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280582 895 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1356356

[startup+102.301 s]
/proc/loadavg: 2.18 2.23 2.19 3/183 23143
/proc/meminfo: memFree=27983740/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=102.28 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277218 0 0 0 10186 42 0 0 20 0 4 0 116426521 1388908544 280582 33554432000 4194304 16246674 140735264932672 140735264914560 5600136 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280582 895 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280582 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1356356


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

/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1356356

[startup+1302.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/183 23222
/proc/meminfo: memFree=27975712/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1301.93 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277480 0 0 0 130148 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1356356

[startup+1362.3 s]
/proc/loadavg: 2.30 2.20 2.18 3/183 23223
/proc/meminfo: memFree=27975716/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1361.91 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277512 0 0 0 136146 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 12415827 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1356356

[startup+1422.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/183 23225
/proc/meminfo: memFree=27975388/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1421.88 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277539 0 0 0 142143 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1356356

[startup+1482.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/184 23229
/proc/meminfo: memFree=27975820/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1481.84 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277575 0 0 0 148139 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 12478272 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1356356

[startup+1542.31 s]
/proc/loadavg: 2.34 2.23 2.19 3/183 23230
/proc/meminfo: memFree=27975544/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1541.83 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 154138 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 6837238 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1356356

[startup+1602.3 s]
/proc/loadavg: 2.37 2.25 2.19 3/183 23231
/proc/meminfo: memFree=27974888/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1601.81 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 160136 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5711980 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 1356356

[startup+1662.3 s]
/proc/loadavg: 2.24 2.23 2.19 3/183 23232
/proc/meminfo: memFree=27974488/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1661.8 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 166135 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 13906983 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 1356356

[startup+1722.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/183 23234
/proc/meminfo: memFree=27974140/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1721.79 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 172134 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5722908 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1356356

[startup+1782.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/183 23235
/proc/meminfo: memFree=27974040/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1781.78 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 178133 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5824506 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 1356356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.18 2.17 3/183 23235
/proc/meminfo: memFree=27974352/32872528 swapFree=16636/1570076
[pid=23138] ppid=23135 vsize=1356356 CPUtime=1800.08 cores=1,3,5,7
/proc/23138/stat : 23138 (toysat) R 23135 23138 2168 0 -1 4202496 277603 0 0 0 179963 45 0 0 20 0 4 0 116426521 1388908544 280840 33554432000 4194304 16246674 140735264932672 140735264914560 5677720 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23138/statm: 339089 280840 897 2943 0 335983 0
[pid=23138/tid=23139] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23139/stat : 23139 (toysat) S 23135 23138 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901872876784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=23138/tid=23140] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23140/stat : 23140 (toysat) S 23135 23138 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901862386928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=23138/tid=23141] ppid=23135 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/23138/task/23141/stat : 23141 (toysat) S 23135 23138 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116426522 1388908544 280840 33554432000 4194304 16246674 140735264932672 139901781666992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1356356

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 23138 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.61
CPU time (s): 1800.1
CPU user time (s): 1799.64
CPU system time (s): 0.45593
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 1356356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.45593
maximum resident set size= 1123360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277603
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= 428
involuntary context switches= 1837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0359 second user time and 15.1837 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 02:15:42
IDJOB=4079344
IDBENCH=92784
IDSOLVER=2542
FILE ID=node140/4079344-1465344941
RUNJOBID= node140-1465312758-19944
PBS_JOBID= 19850417
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= bec2717a52f6ea64bb8c452be5283561
RANDOM SEED=1690494984

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29105664 kB
Buffers:           81172 kB
Cached:           237788 kB
SwapCached:         1504 kB
Active:          1289584 kB
Inactive:         157124 kB
Active(anon):    1123256 kB
Inactive(anon):     6504 kB
Active(file):     166328 kB
Inactive(file):   150620 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             28392 kB
Writeback:             0 kB
AnonPages:       2697304 kB
Mapped:            10676 kB
Shmem:                 0 kB
Slab:             614628 kB
SReclaimable:      58420 kB
SUnreclaim:       556208 kB
KernelStack:        1472 kB
PageTables:         9428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2839032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2674688 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= 71696 MiB
End job on node140 at 2016-06-08 02:45:42