Trace number 4100377

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.06 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-railway_8_1_0.opb
MD5SUM0748343c41c1a4f38800a46bbbd374d2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark33.6179
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 262119
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262119
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
Number of bits of the biggest sum of numbers20
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-18T03:29:32+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-4100377-1466213372.opb"]
0.00/0.01	c use --random-gen="741494495 3127891614 1673453206 222758111 3587363912 3996610948 764084159 2233396883 3619716503 1868168042 81248009 2465720244 2084986282 3380336324 1451503092 3326079512 1256059059 2093686139 1984515517 2643522738 959056136 937354622 3743178366 501265036 3401253092 1747801954 2701043262 1598052944 4177262508 3372848111 954165169 3187237161 2166752832 127516419 3209088247 105912526 1871095153 689995013 175258921 3936839180 1055330507 2431796985 581437955 3056496214 2919065849 916150497 1366176230 155091287 3750201532 3808863294 2292706621 3624317697 3861892286 2555157352 1404401953 2809585318 3594653041 4142495405 381631579 3030837998 3899948246 3914083413 2386626490 58693241 2421536213 3632726833 2802052177 601805837 1016496133 796028382 1560122476 487647808 3271598380 1132731296 2958528218 2927931397 399961665 3478778099 3113203362 72982645 2510170085 2243435865 2633777412 3057127551 1231945708 2762534357 2103062969 3183359125 930827879 3083420540 1920148727 934610715 1983418540 1448058539 3452442324 160566825 55189006 126060033 3766888011 823379384 3631382181 2515149468 2059461410 336819565 463275153 1302356974 1300838889 2619107689 3844953108 2255529097 2291821530 170822099 453653779 2170691173 731079233 960885052 847492230 1074842649 2603962550 2189203684 89412856 1405817191 408898674 509313644 3825482812 3700542838 4278944736 3653037938 873239733 2161654970 748108086 4189960181 224890251 258380330 2515630599 4258114448 3366002071 952515142 665095845 1119424656 3055102970 3378081756 808892389 1174036435 2531153510 597742864 2269658785 2876383087 800250419 3960778595 843677713 156908432 466288897 3255731943 1199470592 1364355095 4186157612 3037651214 557108345 3637184772 4059577635 635906265 540040353 4088878168 3720791406 2459057030 317797709 683121450 2289807891 1128061904 3699695016 50680092 522369 127377621 3726928081 3736486456 1360802205 3170130188 1702621016 3394878463 3952757447 2525048388 1345605616 2499288086 3839217266 3064073877 3102938341 3107400152 2507659171 1939155838 2987519622 1619248762 2278760162 3716672894 1629935505 2741229000 1415303807 163002777 1973285497 1613796150 907634337 234907655 4038062791 1492203367 4153963743 171399260 3763230212 1572389046 3494062405 3045963769 1983772764 2594598724 787444061 2014852122 2106836693 2181572024 2590189777 2899817526 575984894 1970755188 3057428218 3792282976 4217420333 1719081817 39173701 600403374 2370672446 1077336590 3499982595 2912429175 3802381353 1782764230 4089315361 1378364975 2405586345 1148775675 3300561200 4175818102 2047104265 837701574 758982169 3939229416 2262231573 1037912210 2275721826 863257388 4060600824 3041771822 1429969485 1996644269 1127766662 3368302140 4148605539 4123593412 166766617 2956290185 255 362436" option to reproduce the execution
0.29/0.30	c #vars 19747
0.29/0.30	c #constraints 3145
6.09/6.19	c BCD2: Hardening is enabled.
6.09/6.19	c BCD2: BiasedSearch is enabled.
6.09/6.19	c Solving starts ...
6.09/6.19	c ============================[ Search Statistics ]============================
6.09/6.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.19	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.19	c =============================================================================
6.09/6.19	c  0.0s |       0 |        0 |        0 |     7631      0 |       14 |        0
6.19/6.22	c  0.0s |       1 |     1033 |      100 |     7631      0 |       14 |        0
6.19/6.26	c  0.1s |       2 |     2162 |      250 |     8395      0 |       14 |        0
6.29/6.31	c  0.1s |       3 |     2396 |      475 |     9235      0 |       14 |        0
6.39/6.40	c  0.2s |       4 |     3758 |      813 |    10159      0 |       14 |        0
6.49/6.51	c  0.3s |       5 |     5341 |     1320 |    11175      0 |       14 |        0
6.60/6.65	c  0.5s |       6 |     6141 |     2081 |    13523      0 |       14 |        0
6.79/6.86	c  0.7s |       7 |     7306 |     3223 |    14876      0 |       14 |        0
7.29/7.35	c  1.2s |       8 |    10832 |     4936 |    16364      0 |       14 |        0
7.89/7.94	c  1.8s |       9 |    14941 |     7506 |    18001      0 |       14 |        0
8.99/9.03	c  2.8s |      10 |    19487 |    11361 |    19802      0 |       14 |        0
10.99/11.04	c  4.9s |      10 |    25131 |    16161 |    19802      0 |       14 |        0
11.49/11.54	c  5.4s |      11 |    26166 |    17144 |    21783      0 |       14 |        0
13.49/13.55	c  7.4s |      11 |    36711 |    25244 |    21783      1 |       14 |        0
13.69/13.74	c  7.6s |      12 |    37289 |    25819 |    23962      1 |       14 |        0
15.68/15.77	c  9.6s |      12 |    44146 |    32619 |    23962      1 |       14 |        0
17.69/17.79	c 11.6s |      12 |    48674 |    37119 |    23962      2 |       14 |        0
18.58/18.61	c 12.4s |      13 |    50392 |    38832 |    26359      2 |       14 |        0
20.58/20.64	c 14.5s |      13 |    55438 |    43832 |    26359      2 |       14 |        0
22.58/22.66	c 16.5s |      13 |    59952 |    48332 |    26359      2 |       14 |        0
24.58/24.68	c 18.5s |      13 |    63673 |    52032 |    26359      3 |       14 |        0
26.68/26.75	c 20.6s |      13 |    66597 |    54932 |    26359      3 |       14 |        0
28.69/28.78	c 22.6s |      13 |    68905 |    57232 |    26359      3 |       14 |        0
29.79/29.81	c 23.6s |      14 |    70029 |    58352 |    28995      3 |       14 |        0
31.78/31.84	c 25.7s |      14 |    71854 |    60152 |    28995      3 |       14 |        0
33.88/33.96	c 27.8s |      14 |    73673 |    61952 |    28995      3 |       14 |        0
35.88/35.99	c 29.8s |      14 |    75490 |    63752 |    28995      3 |       14 |        0
38.08/38.10	c 31.9s |      14 |    77193 |    65452 |    28995      3 |       14 |        0
46.28/46.33	c 40.1s |      14 |    78102 |    66352 |    28995      4 |       14 |        0
48.28/48.37	c 42.2s |      14 |    81420 |    69652 |    28995      4 |       14 |        0
50.37/50.44	c 44.3s |      14 |    84031 |    72252 |    28995      4 |       14 |        0
52.37/52.49	c 46.3s |      14 |    87046 |    75252 |    28995      4 |       14 |        0
54.48/54.52	c 48.3s |      14 |    90068 |    78252 |    28995      4 |       14 |        0
56.88/56.94	c 50.7s |      14 |    92679 |    80852 |    28995      5 |       14 |        0
58.87/58.96	c 52.8s |      14 |    95293 |    83452 |    28995      5 |       14 |        0
60.97/61.00	c 54.8s |      14 |    98600 |    86752 |    28995      5 |       14 |        0
61.47/61.60	c 55.4s |      15 |    99484 |    87632 |    31895      5 |       14 |        0
63.57/63.60	c 57.4s |      15 |   109117 |    95032 |    31895      5 |       14 |        0
65.57/65.60	c 59.4s |      15 |   114069 |    99932 |    31895      5 |       14 |        0
67.57/67.65	c 61.5s |      15 |   117612 |   103432 |    31895      6 |       14 |        0
69.57/69.69	c 63.5s |      15 |   120828 |   106632 |    31895      6 |       14 |        0
71.67/71.75	c 65.6s |      15 |   123368 |   109132 |    31895      6 |       14 |        0
73.68/73.77	c 67.6s |      15 |   125690 |   111432 |    31895      6 |       14 |        0
75.77/75.84	c 69.7s |      15 |   128018 |   113732 |    31895      6 |       14 |        0
77.87/77.92	c 71.7s |      15 |   130144 |   115832 |    31895      6 |       14 |        0
79.87/79.94	c 73.7s |      15 |   131552 |   117232 |    31895      6 |       14 |        0
81.97/82.00	c 75.8s |      15 |   133368 |   119032 |    31895      7 |       14 |        0
83.97/84.04	c 77.9s |      15 |   135591 |   121232 |    31895      7 |       14 |        0
86.07/86.12	c 79.9s |      15 |   137109 |   122732 |    31895      7 |       14 |        0
88.08/88.14	c 81.9s |      15 |   139390 |   124932 |    31895      7 |       14 |        0
90.07/90.20	c 84.0s |      15 |   141118 |   126632 |    31895      7 |       14 |        0
92.17/92.27	c 86.1s |      15 |   142421 |   127932 |    31895      7 |       14 |        0
94.37/94.42	c 88.2s |      15 |   143627 |   129132 |    31895      7 |       14 |        0
96.47/96.51	c 90.3s |      15 |   144942 |   130432 |    31895      7 |       14 |        0
97.77/97.88	c 91.7s |      16 |   146080 |   131552 |    35085      7 |       14 |        0
99.87/99.90	c 93.7s |      16 |   153715 |   138552 |    35085      8 |       14 |        0
101.87/101.94	c 95.8s |      16 |   160366 |   145152 |    35085      8 |       14 |        0
103.87/103.98	c 97.8s |      16 |   164794 |   149552 |    35085      8 |       14 |        0
105.97/106.02	c 99.8s |      16 |   168108 |   152852 |    35085      8 |       14 |        0
107.97/108.03	c  101s |      16 |   170826 |   155552 |    35085      9 |       14 |        0
110.17/110.20	c  104s |      16 |   173336 |   158052 |    35085      9 |       14 |        0
112.18/112.24	c  106s |      16 |   175744 |   160452 |    35085      9 |       14 |        0
114.17/114.25	c  108s |      16 |   177862 |   162552 |    35085      9 |       14 |        0
116.27/116.30	c  110s |      16 |   179770 |   164452 |    35085      9 |       14 |        0
118.27/118.35	c  112s |      16 |   181584 |   166252 |    35085      9 |       14 |        0
120.37/120.42	c  114s |      16 |   183292 |   167952 |    35085      9 |       14 |        0
122.37/122.44	c  116s |      16 |   185204 |   169852 |    35085      9 |       14 |        0
124.37/124.48	c  118s |      16 |   187319 |   171952 |    35085     10 |       14 |        0
126.47/126.54	c  120s |      16 |   188928 |   173552 |    35085     10 |       14 |        0
128.67/128.77	c  122s |      16 |   191140 |   175752 |    35085     10 |       14 |        0
131.06/131.13	c  124s |      16 |   193453 |   178052 |    35085     10 |       14 |        0
133.07/133.20	c  127s |      16 |   195455 |   180052 |    35085     10 |       14 |        0
135.16/135.28	c  129s |      16 |   197179 |   181752 |    35085     10 |       14 |        0
137.26/137.36	c  131s |      16 |   198800 |   183352 |    35085     10 |       14 |        0
139.26/139.39	c  133s |      16 |   200521 |   185052 |    35085     10 |       14 |        0
141.37/141.46	c  135s |      16 |   202332 |   186852 |    35085     10 |       14 |        0
143.47/143.56	c  137s |      16 |   204249 |   188752 |    35085     10 |       14 |        0
145.97/146.00	c  139s |      16 |   205356 |   189852 |    35085     11 |       14 |        0
149.86/149.91	c  143s |      16 |   205757 |   190252 |    35085     11 |       14 |        0
151.86/151.92	c  145s |      16 |   208068 |   192552 |    35085     11 |       14 |        0
159.66/159.79	c  153s |      16 |   209780 |   194252 |    35085     11 |       14 |        0
161.77/161.82	c  155s |      16 |   212505 |   196952 |    38594     11 |       14 |        0
162.16/162.20	c  156s |      17 |   212989 |   197432 |    38594     11 |       14 |        0
164.16/164.24	c  158s |      17 |   215868 |   200232 |    38594     11 |       14 |        0
166.16/166.27	c  160s |      17 |   219785 |   204132 |    38594     11 |       14 |        0
168.26/168.30	c  162s |      17 |   222395 |   206732 |    38594     11 |       14 |        0
170.36/170.41	c  164s |      17 |   224398 |   208732 |    38594     11 |       14 |        0
172.36/172.44	c  166s |      17 |   226209 |   210532 |    38594     11 |       14 |        0
174.46/174.51	c  168s |      17 |   228225 |   212532 |    38594     12 |       14 |        0
176.46/176.54	c  170s |      17 |   231146 |   215432 |    38594     12 |       14 |        0
178.56/178.63	c  172s |      17 |   233862 |   218132 |    38594     12 |       14 |        0
180.56/180.65	c  174s |      17 |   236173 |   220432 |    38594     12 |       14 |        0
182.56/182.65	c  176s |      17 |   238282 |   222532 |    38594     12 |       14 |        0
184.65/184.75	c  178s |      17 |   240290 |   224532 |    38594     12 |       14 |        0
186.65/186.79	c  180s |      17 |   242093 |   226332 |    38594     12 |       14 |        0
188.75/188.83	c  182s |      17 |   243813 |   228032 |    38594     12 |       14 |        0
190.75/190.84	c  184s |      17 |   245416 |   229632 |    38594     12 |       14 |        0
192.85/192.91	c  186s |      17 |   246121 |   230332 |    38594     13 |       14 |        0
194.85/194.96	c  188s |      17 |   247929 |   232132 |    38594     13 |       14 |        0
197.35/197.43	c  191s |      17 |   250043 |   234232 |    38594     13 |       14 |        0
199.45/199.50	c  193s |      17 |   252252 |   236432 |    38594     13 |       14 |        0
201.45/201.52	c  195s |      17 |   254260 |   238432 |    38594     13 |       14 |        0
203.56/203.61	c  197s |      17 |   256171 |   240332 |    38594     13 |       14 |        0
205.76/205.86	c  199s |      17 |   257172 |   241332 |    38594     13 |       14 |        0
207.75/207.88	c  201s |      17 |   264124 |   246832 |    38594     13 |       14 |        0
209.85/209.92	c  203s |      17 |   269046 |   251732 |    38594     14 |       14 |        0
211.85/211.95	c  205s |      17 |   272769 |   255432 |    38594     14 |       14 |        0
213.85/213.98	c  207s |      17 |   276189 |   258832 |    38594     14 |       14 |        0
215.95/216.04	c  209s |      17 |   278898 |   261532 |    38594     14 |       14 |        0
217.95/218.08	c  211s |      17 |   281411 |   264032 |    38594     14 |       14 |        0
219.95/220.08	c  213s |      17 |   286023 |   268032 |    38594     14 |       14 |        0
221.95/222.09	c  215s |      17 |   292777 |   274732 |    38594     15 |       14 |        0
224.05/224.15	c  217s |      17 |   296907 |   278832 |    38594     15 |       14 |        0
226.05/226.19	c  220s |      17 |   300321 |   282232 |    38594     15 |       14 |        0
228.15/228.23	c  222s |      17 |   303639 |   285532 |    38594     15 |       14 |        0
230.15/230.29	c  224s |      17 |   305867 |   287732 |    38594     15 |       14 |        0
232.16/232.30	c  226s |      17 |   308077 |   289932 |    38594     16 |       14 |        0
234.26/234.32	c  228s |      17 |   314107 |   295932 |    42454     16 |       14 |        0
234.36/234.43	c  228s |      18 |   314424 |   296252 |    42454     16 |       14 |        0
236.35/236.46	c  230s |      18 |   319399 |   301152 |    42454     16 |       14 |        0
238.35/238.49	c  232s |      18 |   323422 |   305152 |    42454     16 |       14 |        0
240.45/240.53	c  234s |      18 |   326645 |   308352 |    42454     16 |       14 |        0
242.45/242.58	c  236s |      18 |   329962 |   311652 |    42454     16 |       14 |        0
244.55/244.62	c  238s |      18 |   331269 |   312952 |    42454     17 |       14 |        0
246.55/246.67	c  240s |      18 |   334286 |   315952 |    42454     17 |       14 |        0
248.65/248.71	c  242s |      18 |   336897 |   318552 |    42454     17 |       14 |        0
250.65/250.74	c  244s |      18 |   339109 |   320752 |    42454     17 |       14 |        0
252.75/252.85	c  246s |      18 |   341229 |   322852 |    42454     17 |       14 |        0
254.75/254.89	c  248s |      18 |   343240 |   324852 |    42454     17 |       14 |        0
256.85/256.90	c  250s |      18 |   345159 |   326752 |    42454     17 |       14 |        0
258.85/258.91	c  252s |      18 |   346873 |   328452 |    42454     17 |       14 |        0
260.85/260.96	c  254s |      18 |   348384 |   329952 |    42454     17 |       14 |        0
262.85/262.99	c  256s |      18 |   349991 |   331552 |    42454     17 |       14 |        0
264.94/265.02	c  258s |      18 |   351506 |   333052 |    42454     17 |       14 |        0
267.84/267.90	c  261s |      18 |   352611 |   334152 |    42454     18 |       14 |        0
269.84/269.96	c  263s |      18 |   354315 |   335852 |    42454     18 |       14 |        0
282.14/282.24	c  276s |      18 |   355133 |   336652 |    42454     18 |       14 |        0
285.54/285.63	c  279s |      18 |   361587 |   337352 |    42454     18 |       14 |        0
287.54/287.64	c  281s |      18 |   366307 |   342052 |    42454     18 |       14 |        0
289.54/289.66	c  283s |      18 |   371788 |   347452 |    42454     18 |       14 |        0
291.64/291.70	c  285s |      18 |   375818 |   351452 |    42454     18 |       14 |        0
293.64/293.75	c  287s |      18 |   379536 |   355152 |    42454     18 |       14 |        0
295.64/295.80	c  289s |      18 |   382353 |   357952 |    42454     19 |       14 |        0
297.74/297.83	c  291s |      18 |   384758 |   360352 |    42454     19 |       14 |        0
299.84/299.90	c  293s |      18 |   387172 |   362752 |    42454     19 |       14 |        0
301.84/301.94	c  295s |      18 |   389579 |   365152 |    42454     19 |       14 |        0
303.94/304.02	c  297s |      18 |   391596 |   367152 |    42454     19 |       14 |        0
305.94/306.03	c  299s |      18 |   392999 |   368552 |    42454     19 |       14 |        0
308.04/308.10	c  301s |      18 |   394810 |   370352 |    42454     19 |       14 |        0
310.03/310.16	c  303s |      18 |   396622 |   372152 |    42454     19 |       14 |        0
312.03/312.18	c  305s |      18 |   398724 |   374252 |    42454     19 |       14 |        0
314.13/314.20	c  308s |      18 |   400133 |   375652 |    42454     19 |       14 |        0
316.13/316.22	c  310s |      18 |   401544 |   377052 |    42454     19 |       14 |        0
318.23/318.36	c  312s |      18 |   402348 |   377852 |    42454     20 |       14 |        0
320.23/320.37	c  314s |      18 |   403454 |   378952 |    42454     20 |       14 |        0
340.43/340.51	c  334s |      18 |   404458 |   379952 |    42454     20 |       14 |        0
342.53/342.61	c  336s |      18 |   406569 |   382052 |    42454     20 |       14 |        0
344.53/344.67	c  338s |      18 |   408171 |   383652 |    42454     20 |       14 |        0
346.63/346.76	c  340s |      18 |   409783 |   385252 |    42454     20 |       14 |        0
348.64/348.77	c  342s |      18 |   411289 |   386752 |    42454     20 |       14 |        0
350.73/350.88	c  344s |      18 |   412593 |   388052 |    42454     20 |       14 |        0
352.83/352.95	c  346s |      18 |   414002 |   389452 |    42454     20 |       14 |        0
354.93/355.01	c  348s |      18 |   415407 |   390852 |    42454     20 |       14 |        0
356.93/357.07	c  350s |      18 |   416614 |   392052 |    42454     20 |       14 |        0
359.13/359.24	c  353s |      18 |   417918 |   393352 |    42454     20 |       14 |        0
361.23/361.32	c  355s |      18 |   419322 |   394752 |    42454     20 |       14 |        0
363.32/363.46	c  357s |      18 |   420635 |   396052 |    42454     20 |       14 |        0
365.52/365.64	c  359s |      18 |   421934 |   397352 |    42454     20 |       14 |        0
367.62/367.78	c  361s |      18 |   423153 |   398552 |    42454     20 |       14 |        0
370.73/370.85	c  364s |      18 |   423949 |   399352 |    42454     21 |       14 |        0
372.72/372.88	c  366s |      18 |   425755 |   401152 |    42454     21 |       14 |        0
374.82/374.96	c  368s |      18 |   426860 |   402252 |    42454     21 |       14 |        0
376.82/376.98	c  370s |      18 |   428575 |   403952 |    42454     21 |       14 |        0
379.02/379.12	c  372s |      18 |   430282 |   405652 |    42454     21 |       14 |        0
381.23/381.34	c  375s |      18 |   431801 |   407152 |    42454     21 |       14 |        0
383.23/383.34	c  377s |      18 |   433706 |   409052 |    42454     21 |       14 |        0
385.23/385.35	c  379s |      18 |   435515 |   410852 |    42454     21 |       14 |        0
387.33/387.45	c  381s |      18 |   437422 |   412752 |    42454     21 |       14 |        0
389.34/389.47	c  383s |      18 |   438931 |   414252 |    42454     21 |       14 |        0
391.43/391.55	c  385s |      18 |   440539 |   415852 |    42454     21 |       14 |        0
393.43/393.58	c  387s |      18 |   442153 |   417452 |    42454     21 |       14 |        0
395.53/395.64	c  389s |      18 |   443759 |   419052 |    42454     21 |       14 |        0
397.53/397.69	c  391s |      18 |   444963 |   420252 |    42454     21 |       14 |        0
401.63/401.73	c  395s |      18 |   445672 |   420952 |    42454     22 |       14 |        0
403.63/403.73	c  397s |      18 |   446670 |   421952 |    42454     22 |       14 |        0
405.62/405.75	c  399s |      18 |   448784 |   424052 |    42454     22 |       14 |        0
407.62/407.76	c  401s |      18 |   450585 |   425852 |    42454     22 |       14 |        0
409.72/409.86	c  403s |      18 |   452292 |   427552 |    42454     22 |       14 |        0
411.82/411.91	c  405s |      18 |   453904 |   429152 |    42454     22 |       14 |        0
413.82/413.97	c  407s |      18 |   455413 |   430652 |    42454     22 |       14 |        0
415.83/415.98	c  409s |      18 |   456619 |   431852 |    42454     22 |       14 |        0
418.03/418.15	c  411s |      18 |   457922 |   433152 |    42454     22 |       14 |        0
420.13/420.25	c  414s |      18 |   459227 |   434452 |    42454     22 |       14 |        0
422.22/422.31	c  416s |      18 |   460432 |   435652 |    42454     22 |       14 |        0
424.32/424.44	c  418s |      18 |   461842 |   437052 |    42454     22 |       14 |        0
426.32/426.45	c  420s |      18 |   463147 |   438352 |    42454     22 |       14 |        0
428.42/428.56	c  422s |      18 |   464362 |   439552 |    42454     22 |       14 |        0
430.52/430.66	c  424s |      18 |   465663 |   440852 |    42454     22 |       14 |        0
432.72/432.80	c  426s |      18 |   466872 |   442052 |    46700     22 |       14 |        0
434.82/434.96	c  428s |      18 |   468180 |   443352 |    46700     22 |       14 |        0
456.52/456.66	c  450s |      18 |   468492 |   443652 |    46700     22 |       14 |        0
458.11/458.27	c  452s |      19 |   469320 |   444482 |    46700     22 |       14 |        0
462.42/462.54	c  456s |      19 |   472555 |   445182 |    46700     22 |       14 |        0
464.42/464.55	c  458s |      19 |   481587 |   451382 |    46700     23 |       14 |        0
466.42/466.58	c  460s |      19 |   486845 |   456182 |    46700     23 |       14 |        0
468.42/468.60	c  462s |      19 |   494986 |   461982 |    46700     23 |       14 |        0
470.52/470.61	c  464s |      19 |   500115 |   467082 |    46700     23 |       14 |        0
472.52/472.63	c  466s |      19 |   505192 |   471982 |    46700     23 |       14 |        0
474.61/474.70	c  468s |      19 |   508316 |   474982 |    46700     24 |       14 |        0
476.61/476.72	c  470s |      19 |   512292 |   478482 |    46700     24 |       14 |        0
478.61/478.73	c  472s |      19 |   515406 |   481382 |    46700     24 |       14 |        0
480.62/480.74	c  474s |      19 |   518512 |   484282 |    46700     24 |       14 |        0
482.71/482.81	c  476s |      19 |   521111 |   486782 |    46700     24 |       14 |        0
484.71/484.84	c  478s |      19 |   523241 |   488882 |    46700     24 |       14 |        0
486.81/486.94	c  480s |      19 |   525566 |   491182 |    46700     24 |       14 |        0
488.81/488.98	c  482s |      19 |   528238 |   493682 |    46700     24 |       14 |        0
490.91/491.02	c  484s |      19 |   531731 |   496682 |    46700     24 |       14 |        0
492.91/493.05	c  486s |      19 |   533558 |   498282 |    46700     25 |       14 |        0
494.91/495.06	c  488s |      19 |   543879 |   504482 |    46700     25 |       14 |        0
496.91/497.09	c  490s |      19 |   549165 |   509482 |    46700     25 |       14 |        0
499.01/499.15	c  492s |      19 |   553631 |   513582 |    46700     25 |       14 |        0
501.11/501.20	c  495s |      19 |   556752 |   516482 |    46700     25 |       14 |        0
503.11/503.23	c  497s |      19 |   559197 |   518782 |    46700     25 |       14 |        0
505.21/505.31	c  499s |      19 |   561309 |   520782 |    46700     25 |       14 |        0
507.21/507.38	c  501s |      19 |   563227 |   522582 |    46700     26 |       14 |        0
509.31/509.43	c  503s |      19 |   564795 |   524082 |    46700     26 |       14 |        0
511.41/511.57	c  505s |      19 |   566246 |   525482 |    46700     26 |       14 |        0
513.51/513.64	c  507s |      19 |   567477 |   526682 |    46700     26 |       14 |        0
515.50/515.66	c  509s |      19 |   568814 |   527982 |    46700     26 |       14 |        0
517.60/517.74	c  511s |      19 |   570095 |   529182 |    46700     26 |       14 |        0
519.70/519.87	c  513s |      19 |   571394 |   530382 |    46700     26 |       14 |        0
521.80/521.90	c  515s |      19 |   572420 |   531382 |    46700     26 |       14 |        0
523.80/523.98	c  517s |      19 |   573655 |   532582 |    46700     26 |       14 |        0
525.90/526.01	c  519s |      19 |   574883 |   533782 |    46700     26 |       14 |        0
528.01/528.19	c  522s |      19 |   576251 |   535082 |    46700     26 |       14 |        0
530.21/530.32	c  524s |      19 |   577798 |   536582 |    46700     26 |       14 |        0
532.41/532.53	c  526s |      19 |   578738 |   537482 |    46700     26 |       14 |        0
534.40/534.53	c  528s |      19 |   579658 |   538382 |    46700     26 |       14 |        0
536.40/536.59	c  530s |      19 |   580911 |   539582 |    46700     26 |       14 |        0
538.60/538.74	c  532s |      19 |   582404 |   540982 |    46700     26 |       14 |        0
540.60/540.78	c  534s |      19 |   583773 |   542282 |    46700     26 |       14 |        0
542.80/542.98	c  536s |      19 |   585091 |   543482 |    46700     26 |       14 |        0
545.00/545.17	c  538s |      19 |   586135 |   544482 |    46700     26 |       14 |        0
547.10/547.25	c  541s |      19 |   587065 |   545382 |    46700     26 |       14 |        0
549.10/549.25	c  543s |      19 |   588030 |   546282 |    46700     26 |       14 |        0
551.70/551.83	c  545s |      19 |   588235 |   546482 |    46700     27 |       14 |        0
553.70/553.89	c  547s |      19 |   589189 |   547382 |    46700     27 |       14 |        0
555.80/555.93	c  549s |      19 |   591077 |   549182 |    46700     27 |       14 |        0
569.70/569.90	c  563s |      19 |   592332 |   550382 |    46700     27 |       14 |        0
571.80/571.90	c  565s |      19 |   594644 |   552482 |    46700     27 |       14 |        0
573.79/573.93	c  567s |      19 |   596961 |   554682 |    46700     27 |       14 |        0
575.89/576.00	c  569s |      19 |   598583 |   556182 |    46700     27 |       14 |        0
577.99/578.11	c  571s |      19 |   599962 |   557482 |    46700     27 |       14 |        0
580.19/580.30	c  574s |      19 |   601231 |   558682 |    46700     27 |       14 |        0
582.29/582.44	c  576s |      19 |   602274 |   559682 |    46700     27 |       14 |        0
584.29/584.47	c  578s |      19 |   603125 |   560482 |    46700     27 |       14 |        0
586.39/586.50	c  580s |      19 |   603619 |   560982 |    46700     27 |       14 |        0
588.59/588.71	c  582s |      19 |   604221 |   561582 |    46700     27 |       14 |        0
590.60/590.77	c  584s |      19 |   605048 |   562382 |    46700     27 |       14 |        0
592.90/593.00	c  586s |      19 |   605977 |   563282 |    46700     27 |       14 |        0
595.00/595.19	c  589s |      19 |   607012 |   564282 |    46700     27 |       14 |        0
597.20/597.31	c  591s |      19 |   608047 |   565282 |    46700     27 |       14 |        0
599.29/599.40	c  593s |      19 |   609096 |   566282 |    46700     27 |       14 |        0
601.39/601.51	c  595s |      19 |   609934 |   567082 |    46700     27 |       14 |        0
604.69/604.85	c  598s |      19 |   611339 |   568382 |    46700     27 |       14 |        0
606.69/606.86	c  600s |      19 |   613241 |   570182 |    46700     28 |       14 |        0
608.89/609.02	c  602s |      19 |   613339 |   570282 |    46700     28 |       14 |        0
612.49/612.61	c  606s |      19 |   614595 |   571482 |    46700     28 |       14 |        0
614.49/614.61	c  608s |      19 |   617115 |   573982 |    46700     28 |       14 |        0
618.89/619.01	c  612s |      19 |   618944 |   575782 |    46700     28 |       14 |        0
620.89/621.02	c  614s |      19 |   621053 |   577882 |    46700     28 |       14 |        0
622.89/623.03	c  616s |      19 |   623221 |   579982 |    46700     28 |       14 |        0
624.89/625.06	c  618s |      19 |   625045 |   581782 |    46700     28 |       14 |        0
626.89/627.08	c  620s |      19 |   627110 |   583782 |    46700     28 |       14 |        0
628.99/629.14	c  622s |      19 |   628750 |   585382 |    46700     28 |       14 |        0
631.09/631.21	c  625s |      19 |   630329 |   586882 |    46700     28 |       14 |        0
633.09/633.29	c  627s |      19 |   631749 |   588282 |    46700     28 |       14 |        0
635.19/635.31	c  629s |      19 |   634196 |   590682 |    46700     28 |       14 |        0
637.19/637.32	c  631s |      19 |   635306 |   591782 |    46700     28 |       14 |        0
639.18/639.33	c  633s |      19 |   637227 |   593582 |    46700     28 |       14 |        0
642.58/642.74	c  636s |      19 |   638041 |   594382 |    46700     29 |       14 |        0
644.98/645.13	c  638s |      19 |   639780 |   596082 |    46700     29 |       14 |        0
646.98/647.17	c  640s |      19 |   642563 |   598682 |    46700     29 |       14 |        0
650.00/650.13	c  643s |      19 |   644749 |   600782 |    46700     29 |       14 |        0
651.99/652.14	c  645s |      19 |   646755 |   602782 |    46700     29 |       14 |        0
654.09/654.23	c  648s |      19 |   648682 |   604682 |    46700     29 |       14 |        0
656.09/656.27	c  650s |      19 |   650091 |   606082 |    46700     29 |       14 |        0
658.19/658.35	c  652s |      19 |   651703 |   607682 |    46700     29 |       14 |        0
660.19/660.35	c  654s |      19 |   653306 |   609282 |    46700     29 |       14 |        0
662.29/662.46	c  656s |      19 |   655144 |   611082 |    46700     29 |       14 |        0
664.39/664.56	c  658s |      19 |   656841 |   612782 |    46700     29 |       14 |        0
667.29/667.45	c  661s |      19 |   658292 |   614182 |    46700     29 |       14 |        0
669.39/669.50	c  663s |      19 |   659596 |   615382 |    46700     29 |       14 |        0
671.39/671.52	c  665s |      19 |   661403 |   617182 |    46700     29 |       14 |        0
673.48/673.68	c  667s |      19 |   662317 |   618082 |    46700     29 |       14 |        0
676.58/676.71	c  670s |      19 |   662725 |   618482 |    46700     30 |       14 |        0
678.59/678.71	c  672s |      19 |   664900 |   620582 |    46700     30 |       14 |        0
680.58/680.75	c  674s |      19 |   666450 |   622082 |    46700     30 |       14 |        0
682.58/682.79	c  676s |      19 |   668475 |   623982 |    46700     30 |       14 |        0
684.68/684.85	c  678s |      19 |   670764 |   626182 |    46700     30 |       14 |        0
686.78/686.95	c  680s |      19 |   672563 |   627882 |    46700     30 |       14 |        0
688.88/689.05	c  682s |      19 |   674544 |   629782 |    46700     30 |       14 |        0
690.98/691.14	c  684s |      19 |   675988 |   631182 |    46700     30 |       14 |        0
692.99/693.18	c  686s |      19 |   678117 |   633282 |    46700     30 |       14 |        0
695.09/695.27	c  689s |      19 |   680074 |   635182 |    46700     30 |       14 |        0
719.68/719.90	c  713s |      19 |   681390 |   636282 |    46700     30 |       14 |        0
721.78/721.94	c  715s |      19 |   682756 |   637482 |    46700     30 |       14 |        0
723.98/724.18	c  717s |      19 |   683702 |   638382 |    46700     30 |       14 |        0
726.18/726.31	c  720s |      19 |   684589 |   639182 |    46700     30 |       14 |        0
728.38/728.53	c  722s |      19 |   685197 |   639782 |    46700     30 |       14 |        0
730.38/730.54	c  724s |      19 |   685806 |   640382 |    46700     30 |       14 |        0
732.58/732.73	c  726s |      19 |   686538 |   641082 |    46700     30 |       14 |        0
734.87/735.06	c  728s |      19 |   687160 |   641682 |    46700     30 |       14 |        0
737.27/737.42	c  731s |      19 |   687764 |   642282 |    46700     30 |       14 |        0
747.26/747.43	c  741s |      19 |   688062 |   642582 |    46700     31 |       14 |        0
763.56/763.75	c  757s |      19 |   688873 |   643382 |    46700     31 |       14 |        0
765.57/765.76	c  759s |      19 |   690493 |   644982 |    46700     31 |       14 |        0
767.56/767.77	c  761s |      19 |   691903 |   646382 |    46700     31 |       14 |        0
769.66/769.88	c  763s |      19 |   693444 |   647882 |    46700     31 |       14 |        0
771.76/771.92	c  765s |      19 |   694659 |   649082 |    46700     31 |       14 |        0
773.76/773.98	c  767s |      19 |   695764 |   650182 |    46700     31 |       14 |        0
775.76/775.98	c  769s |      19 |   697171 |   651582 |    46700     31 |       14 |        0
777.96/778.11	c  771s |      19 |   698398 |   652782 |    46700     31 |       14 |        0
779.96/780.11	c  773s |      19 |   699402 |   653782 |    46700     31 |       14 |        0
781.96/782.19	c  776s |      19 |   701055 |   655382 |    46700     31 |       14 |        0
784.16/784.31	c  778s |      19 |   702502 |   656782 |    46700     31 |       14 |        0
786.16/786.34	c  780s |      19 |   703874 |   658082 |    46700     31 |       14 |        0
788.16/788.39	c  782s |      19 |   705271 |   659382 |    46700     31 |       14 |        0
790.26/790.47	c  784s |      19 |   706178 |   660282 |    46700     31 |       14 |        0
792.26/792.47	c  786s |      19 |   707394 |   661482 |    46700     31 |       14 |        0
794.46/794.61	c  788s |      19 |   708539 |   662482 |    51371     31 |       14 |        0
796.55/796.72	c  790s |      19 |   709350 |   663282 |    51371     31 |       14 |        0
798.75/798.93	c  792s |      19 |   710303 |   664182 |    51371     31 |       14 |        0
800.76/800.94	c  794s |      19 |   711221 |   665082 |    51371     31 |       14 |        0
802.75/802.99	c  796s |      19 |   712235 |   666082 |    51371     31 |       14 |        0
804.25/804.41	c  798s |      20 |   713041 |   666827 |    51371     31 |       14 |        0
806.55/806.73	c  800s |      20 |   714717 |   666927 |    51371     31 |       14 |        0
808.55/808.74	c  802s |      20 |   721527 |   671827 |    51371     32 |       14 |        0
810.55/810.77	c  804s |      20 |   725456 |   675727 |    51371     32 |       14 |        0
812.65/812.85	c  806s |      20 |   728487 |   678727 |    51371     32 |       14 |        0
814.74/814.91	c  808s |      20 |   730708 |   680927 |    51371     32 |       14 |        0
816.74/816.93	c  810s |      20 |   732747 |   682927 |    51371     32 |       14 |        0
818.84/819.02	c  812s |      20 |   734918 |   684927 |    51371     32 |       14 |        0
820.84/821.02	c  814s |      20 |   740069 |   687427 |    51371     32 |       14 |        0
822.84/823.05	c  816s |      20 |   749190 |   694827 |    51371     32 |       14 |        0
824.85/825.07	c  818s |      20 |   754844 |   699227 |    51371     33 |       14 |        0
826.84/827.08	c  820s |      20 |   759540 |   703527 |    51371     33 |       14 |        0
828.94/829.11	c  822s |      20 |   768096 |   709427 |    51371     33 |       14 |        0
830.95/831.13	c  824s |      20 |   774677 |   715227 |    51371     33 |       14 |        0
832.95/833.16	c  826s |      20 |   779493 |   719427 |    51371     33 |       14 |        0
835.05/835.20	c  829s |      20 |   784587 |   724327 |    51371     33 |       14 |        0
837.05/837.24	c  831s |      20 |   788025 |   727727 |    51371     34 |       14 |        0
839.15/839.30	c  833s |      20 |   791098 |   730627 |    51371     34 |       14 |        0
841.15/841.35	c  835s |      20 |   793808 |   733127 |    51371     34 |       14 |        0
843.14/843.38	c  837s |      20 |   796303 |   735527 |    51371     34 |       14 |        0
845.24/845.43	c  839s |      20 |   798676 |   737727 |    51371     34 |       14 |        0
847.24/847.44	c  841s |      20 |   800472 |   739327 |    51371     34 |       14 |        0
849.34/849.52	c  843s |      20 |   802555 |   741127 |    51371     34 |       14 |        0
855.14/855.34	c  849s |      20 |   807714 |   742027 |    51371     34 |       14 |        0
857.13/857.36	c  851s |      20 |   815220 |   749327 |    51371     34 |       14 |        0
859.13/859.37	c  853s |      20 |   820153 |   754227 |    51371     35 |       14 |        0
861.24/861.41	c  855s |      20 |   824273 |   758327 |    51371     35 |       14 |        0
863.23/863.42	c  857s |      20 |   827405 |   761427 |    51371     35 |       14 |        0
865.23/865.46	c  859s |      20 |   830111 |   764127 |    51371     35 |       14 |        0
867.33/867.53	c  861s |      20 |   832427 |   766427 |    51371     35 |       14 |        0
869.33/869.59	c  863s |      20 |   834636 |   768627 |    51371     35 |       14 |        0
871.43/871.66	c  865s |      20 |   837450 |   771427 |    51371     35 |       14 |        0
873.43/873.69	c  867s |      20 |   839864 |   773827 |    51371     35 |       14 |        0
875.54/875.74	c  869s |      20 |   841767 |   775727 |    51371     35 |       14 |        0
878.23/878.48	c  872s |      20 |   842674 |   776627 |    51371     36 |       14 |        0
880.33/880.54	c  874s |      20 |   843978 |   777927 |    51371     36 |       14 |        0
882.33/882.56	c  876s |      20 |   845693 |   779627 |    51371     36 |       14 |        0
884.43/884.64	c  878s |      20 |   847305 |   781227 |    51371     36 |       14 |        0
886.53/886.73	c  880s |      20 |   848712 |   782627 |    51371     36 |       14 |        0
888.63/888.89	c  882s |      20 |   850416 |   784327 |    51371     36 |       14 |        0
890.83/891.01	c  884s |      20 |   851924 |   785827 |    51371     36 |       14 |        0
892.83/893.07	c  886s |      20 |   853337 |   787227 |    51371     36 |       14 |        0
894.92/895.16	c  888s |      20 |   854542 |   788427 |    51371     36 |       14 |        0
897.12/897.32	c  891s |      20 |   855468 |   789327 |    51371     36 |       14 |        0
899.63/899.82	c  893s |      20 |   857729 |   790327 |    51371     36 |       14 |        0
901.63/901.83	c  895s |      20 |   865977 |   798127 |    51371     36 |       14 |        0
903.62/903.86	c  897s |      20 |   872640 |   803827 |    51371     37 |       14 |        0
905.62/905.88	c  899s |      20 |   877753 |   808327 |    51371     37 |       14 |        0
907.72/907.93	c  901s |      20 |   882100 |   812427 |    51371     37 |       14 |        0
909.82/910.02	c  903s |      20 |   885105 |   815127 |    51371     37 |       14 |        0
911.83/912.03	c  905s |      20 |   888006 |   817727 |    51371     37 |       14 |        0
913.82/914.10	c  907s |      20 |   891567 |   820727 |    51371     37 |       14 |        0
915.92/916.10	c  909s |      20 |   894356 |   823227 |    51371     37 |       14 |        0
917.92/918.10	c  911s |      20 |   897548 |   825827 |    51371     37 |       14 |        0
919.92/920.13	c  913s |      20 |   900254 |   828027 |    51371     37 |       14 |        0
922.52/922.77	c  916s |      20 |   902174 |   829727 |    51371     38 |       14 |        0
924.51/924.79	c  918s |      20 |   904452 |   831827 |    51371     38 |       14 |        0
926.61/926.87	c  920s |      20 |   907507 |   834627 |    51371     38 |       14 |        0
928.71/928.93	c  922s |      20 |   910362 |   837227 |    51371     38 |       14 |        0
930.81/931.00	c  924s |      20 |   913116 |   839727 |    51371     38 |       14 |        0
932.81/933.02	c  926s |      20 |   915838 |   842127 |    51371     38 |       14 |        0
934.92/935.12	c  928s |      20 |   917153 |   843427 |    51371     38 |       14 |        0
945.40/945.68	c  939s |      20 |   920001 |   844627 |    51371     38 |       14 |        0
947.50/947.71	c  941s |      20 |   931589 |   852327 |    51371     38 |       14 |        0
949.50/949.78	c  943s |      20 |   937386 |   856027 |    51371     39 |       14 |        0
951.60/951.80	c  945s |      20 |   941269 |   858827 |    51371     39 |       14 |        0
953.60/953.81	c  947s |      20 |   944248 |   861127 |    51371     39 |       14 |        0
955.60/955.84	c  949s |      20 |   948342 |   863927 |    51371     39 |       14 |        0
957.70/957.94	c  951s |      20 |   952104 |   866427 |    51371     39 |       14 |        0
959.70/959.95	c  953s |      20 |   954954 |   868327 |    51371     39 |       14 |        0
961.70/961.98	c  955s |      20 |   958051 |   870427 |    51371     39 |       14 |        0
963.79/964.04	c  957s |      20 |   961116 |   872527 |    51371     39 |       14 |        0
965.79/966.07	c  959s |      20 |   963119 |   874127 |    51371     39 |       14 |        0
967.90/968.10	c  961s |      20 |   964783 |   875427 |    51371     39 |       14 |        0
969.89/970.20	c  964s |      20 |   966650 |   876727 |    51371     39 |       14 |        0
972.09/972.30	c  966s |      20 |   968392 |   877927 |    51371     39 |       14 |        0
974.09/974.36	c  968s |      20 |   970246 |   879127 |    51371     39 |       14 |        0
976.28/976.53	c  970s |      20 |   971969 |   880327 |    51371     39 |       14 |        0
978.28/978.54	c  972s |      20 |   973443 |   881427 |    51371     39 |       14 |        0
980.38/980.63	c  974s |      20 |   975049 |   882527 |    51371     40 |       14 |        0
982.48/982.74	c  976s |      20 |   977006 |   883927 |    51371     40 |       14 |        0
984.58/984.90	c  978s |      20 |   978956 |   885327 |    51371     40 |       14 |        0
986.68/986.99	c  980s |      20 |   980386 |   886227 |    51371     40 |       14 |        0
988.79/989.06	c  982s |      20 |   983039 |   887927 |    51371     40 |       14 |        0
990.89/991.19	c  985s |      20 |   985183 |   889427 |    51371     40 |       14 |        0
993.09/993.32	c  987s |      20 |   987200 |   890827 |    51371     40 |       14 |        0
995.07/995.38	c  989s |      20 |   989018 |   892127 |    51371     40 |       14 |        0
997.17/997.47	c  991s |      20 |   990752 |   893327 |    51371     40 |       14 |        0
999.27/999.55	c  993s |      20 |   993129 |   894727 |    51371     40 |       14 |        0
1001.37/1001.61	c  995s |      20 |   995049 |   896027 |    51371     40 |       14 |        0
1003.47/1003.74	c  997s |      20 |   996565 |   897127 |    51371     40 |       14 |        0
1005.57/1005.83	c  999s |      20 |   998023 |   898127 |    51371     40 |       14 |        0
1007.67/1007.98	c 1001s |      20 |   999366 |   899127 |    51371     40 |       14 |        0
1009.87/1010.15	c 1003s |      20 |  1000633 |   900027 |    51371     40 |       14 |        0
1011.97/1012.29	c 1006s |      20 |  1001956 |   900927 |    51371     40 |       14 |        0
1014.07/1014.39	c 1008s |      20 |  1003415 |   901827 |    51371     40 |       14 |        0
1016.27/1016.53	c 1010s |      20 |  1004789 |   902727 |    51371     40 |       14 |        0
1018.37/1018.62	c 1012s |      20 |  1005770 |   903527 |    51371     40 |       14 |        0
1020.57/1020.87	c 1014s |      20 |  1006813 |   904327 |    51371     40 |       14 |        0
1022.67/1022.97	c 1016s |      20 |  1008006 |   905127 |    51371     40 |       14 |        0
1024.86/1025.12	c 1018s |      20 |  1008838 |   905927 |    51371     40 |       14 |        0
1026.86/1027.15	c 1020s |      20 |  1009651 |   906627 |    51371     40 |       14 |        0
1028.96/1029.28	c 1023s |      20 |  1010251 |   907227 |    51371     40 |       14 |        0
1034.57/1034.85	c 1028s |      20 |  1013389 |   907427 |    51371     41 |       14 |        0
1036.57/1036.89	c 1030s |      20 |  1021300 |   914427 |    51371     41 |       14 |        0
1038.67/1038.91	c 1032s |      20 |  1025640 |   918527 |    51371     41 |       14 |        0
1040.67/1040.92	c 1034s |      20 |  1029889 |   922527 |    51371     41 |       14 |        0
1042.67/1042.95	c 1036s |      20 |  1032488 |   925027 |    51371     41 |       14 |        0
1044.77/1045.01	c 1038s |      20 |  1035584 |   927827 |    51371     41 |       14 |        0
1046.76/1047.06	c 1040s |      20 |  1038797 |   930527 |    51371     41 |       14 |        0
1048.76/1049.09	c 1042s |      20 |  1042387 |   933627 |    51371     41 |       14 |        0
1050.86/1051.15	c 1044s |      20 |  1045658 |   936527 |    51371     42 |       14 |        0
1052.86/1053.17	c 1046s |      20 |  1048713 |   939227 |    51371     42 |       14 |        0
1054.96/1055.22	c 1049s |      20 |  1051396 |   941627 |    51371     42 |       14 |        0
1057.06/1057.31	c 1051s |      20 |  1053661 |   943327 |    51371     42 |       14 |        0
1059.06/1059.40	c 1053s |      20 |  1055215 |   944627 |    51371     42 |       14 |        0
1061.16/1061.41	c 1055s |      20 |  1057165 |   946327 |    51371     42 |       14 |        0
1063.25/1063.51	c 1057s |      20 |  1059078 |   947927 |    51371     42 |       14 |        0
1065.25/1065.51	c 1059s |      20 |  1060597 |   949227 |    51371     42 |       14 |        0
1067.25/1067.56	c 1061s |      20 |  1062252 |   950427 |    51371     42 |       14 |        0
1069.35/1069.65	c 1063s |      20 |  1063407 |   951427 |    51371     42 |       14 |        0
1071.45/1071.73	c 1065s |      20 |  1064808 |   952627 |    51371     42 |       14 |        0
1073.45/1073.76	c 1067s |      20 |  1066117 |   953727 |    51371     42 |       14 |        0
1075.45/1075.80	c 1069s |      20 |  1067553 |   954927 |    51371     42 |       14 |        0
1077.55/1077.88	c 1071s |      20 |  1068909 |   956127 |    51371     42 |       14 |        0
1079.75/1080.03	c 1073s |      20 |  1070088 |   957227 |    51371     42 |       14 |        0
1081.85/1082.12	c 1075s |      20 |  1071313 |   958327 |    51371     42 |       14 |        0
1083.94/1084.26	c 1078s |      20 |  1072659 |   959527 |    51371     42 |       14 |        0
1086.94/1087.28	c 1081s |      20 |  1073443 |   960227 |    51371     43 |       14 |        0
1089.03/1089.37	c 1083s |      20 |  1074674 |   961327 |    51371     43 |       14 |        0
1091.84/1092.19	c 1086s |      20 |  1074884 |   961527 |    51371     43 |       14 |        0
1100.53/1100.85	c 1094s |      20 |  1076319 |   962727 |    51371     43 |       14 |        0
1102.64/1102.96	c 1096s |      20 |  1078285 |   964227 |    51371     43 |       14 |        0
1104.64/1104.98	c 1098s |      20 |  1080366 |   966027 |    51371     43 |       14 |        0
1106.74/1107.00	c 1100s |      20 |  1082769 |   968127 |    51371     43 |       14 |        0
1108.84/1109.10	c 1102s |      20 |  1084896 |   970127 |    51371     43 |       14 |        0
1110.85/1111.19	c 1105s |      20 |  1086945 |   971827 |    51371     43 |       14 |        0
1113.04/1113.31	c 1107s |      20 |  1089114 |   973627 |    51371     43 |       14 |        0
1115.14/1115.47	c 1109s |      20 |  1090895 |   975127 |    51371     43 |       14 |        0
1117.23/1117.51	c 1111s |      20 |  1092320 |   976427 |    51371     43 |       14 |        0
1119.23/1119.60	c 1113s |      20 |  1093726 |   977727 |    51371     43 |       14 |        0
1121.63/1121.90	c 1115s |      20 |  1094863 |   978827 |    51371     43 |       14 |        0
1123.63/1123.92	c 1117s |      20 |  1095377 |   979327 |    51371     43 |       14 |        0
1125.83/1126.17	c 1119s |      20 |  1096187 |   980127 |    51371     43 |       14 |        0
1127.83/1128.18	c 1121s |      20 |  1096804 |   980727 |    51371     43 |       14 |        0
1129.93/1130.27	c 1124s |      20 |  1097738 |   981627 |    51371     43 |       14 |        0
1132.23/1132.56	c 1126s |      20 |  1098652 |   982527 |    51371     43 |       14 |        0
1134.43/1134.78	c 1128s |      20 |  1099475 |   983327 |    51371     43 |       14 |        0
1136.73/1137.01	c 1130s |      20 |  1100298 |   984127 |    51371     43 |       14 |        0
1138.72/1139.03	c 1132s |      20 |  1101175 |   984927 |    51371     43 |       14 |        0
1140.82/1141.14	c 1134s |      20 |  1102215 |   985927 |    51371     43 |       14 |        0
1143.83/1144.19	c 1138s |      20 |  1102839 |   986527 |    51371     44 |       14 |        0
1146.22/1146.56	c 1140s |      20 |  1103458 |   987127 |    51371     44 |       14 |        0
1148.72/1149.08	c 1142s |      20 |  1105039 |   988527 |    51371     44 |       14 |        0
1151.02/1151.30	c 1145s |      20 |  1106479 |   989927 |    51371     44 |       14 |        0
1153.02/1153.35	c 1147s |      20 |  1108800 |   992027 |    51371     44 |       14 |        0
1155.02/1155.36	c 1149s |      20 |  1110616 |   993727 |    56509     44 |       14 |        0
1157.12/1157.48	c 1151s |      20 |  1111341 |   994427 |    56509     44 |       14 |        0
1159.31/1159.64	c 1153s |      20 |  1112870 |   995627 |    56509     44 |       14 |        0
1161.42/1161.76	c 1155s |      20 |  1114408 |   996727 |    56509     44 |       14 |        0
1163.41/1163.80	c 1157s |      20 |  1115994 |   998027 |    56509     44 |       14 |        0
1165.61/1165.91	c 1159s |      20 |  1117592 |   999527 |    56509     44 |       14 |        0
1166.71/1167.08	c 1160s |      21 |  1118412 |  1000345 |    56509     44 |       14 |        0
1168.81/1169.11	c 1162s |      21 |  1124059 |  1004145 |    56509     44 |       14 |        0
1170.81/1171.15	c 1164s |      21 |  1129945 |  1009645 |    56509     44 |       14 |        0
1172.81/1173.16	c 1166s |      21 |  1134951 |  1014045 |    56509     44 |       14 |        0
1176.12/1176.45	c 1170s |      21 |  1136669 |  1014245 |    56509     44 |       14 |        0
1178.12/1178.47	c 1172s |      21 |  1141873 |  1019345 |    56509     44 |       14 |        0
1180.12/1180.48	c 1174s |      21 |  1147297 |  1024745 |    56509     45 |       14 |        0
1182.22/1182.51	c 1176s |      21 |  1151523 |  1028945 |    56509     45 |       14 |        0
1184.21/1184.52	c 1178s |      21 |  1155035 |  1032445 |    56509     45 |       14 |        0
1186.21/1186.55	c 1180s |      21 |  1158149 |  1035545 |    56509     45 |       14 |        0
1188.21/1188.58	c 1182s |      21 |  1160457 |  1037845 |    56509     45 |       14 |        0
1190.31/1190.62	c 1184s |      21 |  1162769 |  1040145 |    56509     45 |       14 |        0
1192.31/1192.64	c 1186s |      21 |  1164776 |  1042145 |    56509     45 |       14 |        0
1194.41/1194.72	c 1188s |      21 |  1166582 |  1043945 |    56509     45 |       14 |        0
1196.40/1196.78	c 1190s |      21 |  1168186 |  1045545 |    56509     45 |       14 |        0
1198.50/1198.80	c 1192s |      21 |  1172817 |  1049645 |    56509     45 |       14 |        0
1200.80/1201.20	c 1195s |      21 |  1179063 |  1055145 |    56509     46 |       14 |        0
1202.90/1203.22	c 1197s |      21 |  1185595 |  1061545 |    56509     46 |       14 |        0
1204.90/1205.23	c 1199s |      21 |  1190312 |  1066245 |    56509     46 |       14 |        0
1207.29/1207.61	c 1201s |      21 |  1193825 |  1069745 |    56509     46 |       14 |        0
1209.29/1209.64	c 1203s |      21 |  1197257 |  1073145 |    56509     46 |       14 |        0
1211.39/1211.70	c 1205s |      21 |  1200259 |  1076145 |    56509     46 |       14 |        0
1213.39/1213.71	c 1207s |      21 |  1202676 |  1078545 |    56509     46 |       14 |        0
1215.49/1215.82	c 1209s |      21 |  1205188 |  1081045 |    56509     47 |       14 |        0
1217.50/1217.89	c 1211s |      21 |  1207095 |  1082945 |    56509     47 |       14 |        0
1219.60/1219.94	c 1213s |      21 |  1209107 |  1084945 |    56509     47 |       14 |        0
1221.59/1221.98	c 1215s |      21 |  1210907 |  1086745 |    56509     47 |       14 |        0
1223.69/1224.05	c 1217s |      21 |  1212716 |  1088545 |    56509     47 |       14 |        0
1225.69/1226.09	c 1219s |      21 |  1214228 |  1090045 |    56509     47 |       14 |        0
1227.79/1228.15	c 1221s |      21 |  1215831 |  1091645 |    56509     47 |       14 |        0
1229.79/1230.18	c 1223s |      21 |  1217533 |  1093345 |    56509     47 |       14 |        0
1231.79/1232.19	c 1226s |      21 |  1219238 |  1095045 |    56509     47 |       14 |        0
1233.89/1234.26	c 1228s |      21 |  1220845 |  1096645 |    56509     47 |       14 |        0
1235.88/1236.29	c 1230s |      21 |  1222452 |  1098245 |    56509     47 |       14 |        0
1237.98/1238.32	c 1232s |      21 |  1223659 |  1099445 |    56509     47 |       14 |        0
1239.98/1240.37	c 1234s |      21 |  1224762 |  1100545 |    56509     47 |       14 |        0
1242.08/1242.40	c 1236s |      21 |  1226066 |  1101845 |    56509     47 |       14 |        0
1244.08/1244.42	c 1238s |      21 |  1227472 |  1103245 |    56509     47 |       14 |        0
1246.18/1246.50	c 1240s |      21 |  1228676 |  1104445 |    56509     47 |       14 |        0
1248.18/1248.59	c 1242s |      21 |  1229876 |  1105645 |    56509     47 |       14 |        0
1250.38/1250.77	c 1244s |      21 |  1230983 |  1106745 |    56509     47 |       14 |        0
1253.07/1253.49	c 1247s |      21 |  1231990 |  1107745 |    56509     48 |       14 |        0
1255.17/1255.53	c 1249s |      21 |  1233190 |  1108945 |    56509     48 |       14 |        0
1257.17/1257.59	c 1251s |      21 |  1235099 |  1110845 |    56509     48 |       14 |        0
1267.57/1267.98	c 1261s |      21 |  1236417 |  1112145 |    56509     48 |       14 |        0
1274.77/1275.13	c 1268s |      21 |  1236916 |  1112645 |    56509     48 |       14 |        0
1276.78/1277.18	c 1270s |      21 |  1241933 |  1117645 |    56509     48 |       14 |        0
1278.87/1279.23	c 1273s |      21 |  1246598 |  1120845 |    56509     48 |       14 |        0
1280.87/1281.26	c 1275s |      21 |  1253752 |  1127945 |    56509     48 |       14 |        0
1282.97/1283.30	c 1277s |      21 |  1258074 |  1132245 |    56509     48 |       14 |        0
1284.97/1285.32	c 1279s |      21 |  1262096 |  1136245 |    56509     48 |       14 |        0
1286.97/1287.35	c 1281s |      21 |  1264910 |  1139045 |    56509     49 |       14 |        0
1289.07/1289.41	c 1283s |      21 |  1267625 |  1141745 |    56509     49 |       14 |        0
1291.07/1291.47	c 1285s |      21 |  1270133 |  1144245 |    56509     49 |       14 |        0
1293.07/1293.49	c 1287s |      21 |  1272554 |  1146645 |    56509     49 |       14 |        0
1295.16/1295.53	c 1289s |      21 |  1274258 |  1148345 |    56509     49 |       14 |        0
1297.26/1297.64	c 1291s |      21 |  1276361 |  1150445 |    56509     49 |       14 |        0
1299.26/1299.65	c 1293s |      21 |  1277869 |  1151945 |    56509     49 |       14 |        0
1301.26/1301.69	c 1295s |      21 |  1279274 |  1153345 |    56509     49 |       14 |        0
1303.46/1303.85	c 1297s |      21 |  1280585 |  1154645 |    56509     49 |       14 |        0
1305.46/1305.89	c 1299s |      21 |  1281491 |  1155545 |    56509     49 |       14 |        0
1307.56/1308.00	c 1301s |      21 |  1282799 |  1156845 |    56509     49 |       14 |        0
1309.66/1310.03	c 1303s |      21 |  1284105 |  1158145 |    56509     49 |       14 |        0
1311.75/1312.12	c 1305s |      21 |  1285407 |  1159445 |    56509     49 |       14 |        0
1313.85/1314.27	c 1308s |      21 |  1286621 |  1160645 |    56509     49 |       14 |        0
1316.05/1316.43	c 1310s |      21 |  1287828 |  1161845 |    56509     49 |       14 |        0
1318.05/1318.45	c 1312s |      21 |  1288936 |  1162945 |    56509     49 |       14 |        0
1320.25/1320.63	c 1314s |      21 |  1290043 |  1164045 |    56509     49 |       14 |        0
1322.35/1322.72	c 1316s |      21 |  1291050 |  1165045 |    56509     49 |       14 |        0
1326.04/1326.40	c 1320s |      21 |  1291753 |  1165745 |    56509     50 |       14 |        0
1328.04/1328.42	c 1322s |      21 |  1293657 |  1167645 |    56509     50 |       14 |        0
1330.04/1330.45	c 1324s |      21 |  1295064 |  1169045 |    56509     50 |       14 |        0
1332.04/1332.45	c 1326s |      21 |  1296677 |  1170645 |    56509     50 |       14 |        0
1337.74/1338.13	c 1331s |      21 |  1297903 |  1171845 |    56509     50 |       14 |        0
1339.74/1340.13	c 1333s |      21 |  1299909 |  1173845 |    56509     50 |       14 |        0
1341.84/1342.28	c 1336s |      21 |  1301715 |  1175645 |    56509     50 |       14 |        0
1343.84/1344.30	c 1338s |      21 |  1303222 |  1177145 |    56509     50 |       14 |        0
1345.94/1346.37	c 1340s |      21 |  1304524 |  1178445 |    56509     50 |       14 |        0
1348.14/1348.53	c 1342s |      21 |  1306130 |  1180045 |    56509     50 |       14 |        0
1350.24/1350.62	c 1344s |      21 |  1307536 |  1181445 |    56509     50 |       14 |        0
1352.34/1352.70	c 1346s |      21 |  1308944 |  1182845 |    56509     50 |       14 |        0
1354.33/1354.75	c 1348s |      21 |  1310246 |  1184145 |    56509     50 |       14 |        0
1356.33/1356.79	c 1350s |      21 |  1311552 |  1185445 |    56509     50 |       14 |        0
1358.53/1358.93	c 1352s |      21 |  1312662 |  1186545 |    56509     50 |       14 |        0
1360.73/1361.19	c 1355s |      21 |  1313872 |  1187745 |    56509     50 |       14 |        0
1362.93/1363.34	c 1357s |      21 |  1314770 |  1188645 |    56509     50 |       14 |        0
1365.13/1365.52	c 1359s |      21 |  1315675 |  1189545 |    56509     50 |       14 |        0
1367.23/1367.68	c 1361s |      21 |  1316476 |  1190345 |    56509     50 |       14 |        0
1369.63/1370.01	c 1363s |      21 |  1317385 |  1191245 |    56509     50 |       14 |        0
1371.63/1372.05	c 1365s |      21 |  1318286 |  1192145 |    56509     50 |       14 |        0
1373.83/1374.28	c 1368s |      21 |  1319394 |  1193245 |    56509     50 |       14 |        0
1375.93/1376.33	c 1370s |      21 |  1320396 |  1194245 |    56509     50 |       14 |        0
1380.24/1380.63	c 1374s |      21 |  1320905 |  1194745 |    56509     51 |       14 |        0
1397.43/1397.87	c 1391s |      21 |  1321713 |  1195545 |    56509     51 |       14 |        0
1399.53/1399.90	c 1393s |      21 |  1324027 |  1197845 |    56509     51 |       14 |        0
1410.23/1410.61	c 1404s |      21 |  1325735 |  1199545 |    56509     51 |       14 |        0
1412.43/1412.80	c 1406s |      21 |  1327349 |  1201145 |    56509     51 |       14 |        0
1414.53/1414.95	c 1408s |      21 |  1328553 |  1202345 |    56509     51 |       14 |        0
1416.72/1417.15	c 1410s |      21 |  1329761 |  1203545 |    56509     51 |       14 |        0
1418.82/1419.27	c 1413s |      21 |  1331573 |  1205345 |    56509     51 |       14 |        0
1420.93/1421.35	c 1415s |      21 |  1332886 |  1206645 |    56509     51 |       14 |        0
1422.92/1423.36	c 1417s |      21 |  1334191 |  1207945 |    56509     51 |       14 |        0
1425.12/1425.59	c 1419s |      21 |  1335399 |  1209145 |    56509     51 |       14 |        0
1427.22/1427.68	c 1421s |      21 |  1336706 |  1210445 |    56509     51 |       14 |        0
1429.32/1429.79	c 1423s |      21 |  1337907 |  1211645 |    56509     51 |       14 |        0
1431.42/1431.80	c 1425s |      21 |  1339010 |  1212745 |    56509     51 |       14 |        0
1433.42/1433.81	c 1427s |      21 |  1340221 |  1213945 |    56509     51 |       14 |        0
1435.52/1435.98	c 1429s |      21 |  1341428 |  1215145 |    56509     51 |       14 |        0
1437.72/1438.13	c 1431s |      21 |  1342236 |  1215945 |    56509     51 |       14 |        0
1439.72/1440.16	c 1433s |      21 |  1343134 |  1216845 |    56509     51 |       14 |        0
1441.92/1442.36	c 1436s |      21 |  1344041 |  1217745 |    56509     51 |       14 |        0
1444.12/1444.56	c 1438s |      21 |  1344943 |  1218645 |    56509     51 |       14 |        0
1446.12/1446.58	c 1440s |      21 |  1345745 |  1219445 |    56509     51 |       14 |        0
1448.22/1448.62	c 1442s |      21 |  1346353 |  1220045 |    56509     51 |       14 |        0
1450.42/1450.82	c 1444s |      21 |  1347054 |  1220745 |    56509     51 |       14 |        0
1452.42/1452.89	c 1446s |      21 |  1347754 |  1221445 |    56509     51 |       14 |        0
1454.61/1455.03	c 1448s |      21 |  1348362 |  1222045 |    56509     51 |       14 |        0
1456.71/1457.10	c 1450s |      21 |  1348961 |  1222645 |    56509     51 |       14 |        0
1458.71/1459.16	c 1452s |      21 |  1349565 |  1223245 |    56509     51 |       14 |        0
1464.31/1464.76	c 1458s |      21 |  1350070 |  1223745 |    56509     52 |       14 |        0
1466.51/1466.97	c 1460s |      21 |  1350973 |  1224645 |    56509     52 |       14 |        0
1468.71/1469.10	c 1462s |      21 |  1351175 |  1224845 |    56509     52 |       14 |        0
1470.71/1471.17	c 1464s |      21 |  1352486 |  1226145 |    56509     52 |       14 |        0
1472.91/1473.34	c 1467s |      21 |  1353802 |  1227445 |    56509     52 |       14 |        0
1475.01/1475.42	c 1469s |      21 |  1355207 |  1228845 |    56509     52 |       14 |        0
1477.21/1477.64	c 1471s |      21 |  1356517 |  1230145 |    56509     52 |       14 |        0
1479.22/1479.66	c 1473s |      21 |  1357619 |  1231245 |    56509     52 |       14 |        0
1483.01/1483.40	c 1477s |      21 |  1358529 |  1232145 |    56509     52 |       14 |        0
1485.01/1485.46	c 1479s |      21 |  1359832 |  1233445 |    56509     52 |       14 |        0
1487.01/1487.47	c 1481s |      21 |  1361048 |  1234645 |    56509     52 |       14 |        0
1489.11/1489.52	c 1483s |      21 |  1362148 |  1235745 |    56509     52 |       14 |        0
1491.31/1491.70	c 1485s |      21 |  1363253 |  1236845 |    56509     52 |       14 |        0
1493.41/1493.88	c 1487s |      21 |  1364464 |  1238045 |    56509     52 |       14 |        0
1495.61/1496.01	c 1489s |      21 |  1365674 |  1239245 |    56509     52 |       14 |        0
1497.70/1498.13	c 1491s |      21 |  1366685 |  1240245 |    56509     52 |       14 |        0
1499.80/1500.22	c 1494s |      21 |  1367688 |  1241245 |    56509     52 |       14 |        0
1501.80/1502.27	c 1496s |      21 |  1368592 |  1242145 |    56509     52 |       14 |        0
1503.90/1504.36	c 1498s |      21 |  1369500 |  1243045 |    56509     52 |       14 |        0
1506.10/1506.52	c 1500s |      21 |  1370305 |  1243845 |    56509     52 |       14 |        0
1508.30/1508.70	c 1502s |      21 |  1371209 |  1244745 |    56509     52 |       14 |        0
1510.40/1510.82	c 1504s |      21 |  1372011 |  1245545 |    56509     52 |       14 |        0
1512.40/1512.83	c 1506s |      21 |  1372814 |  1246345 |    56509     52 |       14 |        0
1514.40/1514.86	c 1508s |      21 |  1373924 |  1247445 |    56509     52 |       14 |        0
1516.50/1516.98	c 1510s |      21 |  1375223 |  1248745 |    56509     52 |       14 |        0
1518.70/1519.17	c 1512s |      21 |  1376132 |  1249645 |    56509     52 |       14 |        0
1520.80/1521.26	c 1515s |      21 |  1376940 |  1250445 |    56509     52 |       14 |        0
1523.10/1523.52	c 1517s |      21 |  1377645 |  1251145 |    56509     52 |       14 |        0
1525.10/1525.55	c 1519s |      21 |  1378344 |  1251845 |    56509     52 |       14 |        0
1527.29/1527.70	c 1521s |      21 |  1379048 |  1252545 |    56509     52 |       14 |        0
1530.81/1531.26	c 1525s |      21 |  1379247 |  1252745 |    56509     53 |       14 |        0
1532.90/1533.35	c 1527s |      21 |  1379954 |  1253445 |    56509     53 |       14 |        0
1534.99/1535.42	c 1529s |      21 |  1381369 |  1254845 |    56509     53 |       14 |        0
1537.09/1537.55	c 1531s |      21 |  1382670 |  1256145 |    56509     53 |       14 |        0
1539.19/1539.64	c 1533s |      21 |  1383986 |  1257445 |    56509     53 |       14 |        0
1541.39/1541.86	c 1535s |      21 |  1385199 |  1258645 |    56509     53 |       14 |        0
1543.49/1543.99	c 1537s |      21 |  1386699 |  1260145 |    56509     53 |       14 |        0
1545.59/1546.02	c 1539s |      21 |  1388008 |  1261445 |    56509     53 |       14 |        0
1554.09/1554.53	c 1548s |      21 |  1388608 |  1262045 |    56509     53 |       14 |        0
1556.20/1556.66	c 1550s |      21 |  1390116 |  1263545 |    56509     53 |       14 |        0
1558.30/1558.78	c 1552s |      21 |  1391427 |  1264845 |    56509     53 |       14 |        0
1560.39/1560.81	c 1554s |      21 |  1392434 |  1265845 |    56509     53 |       14 |        0
1562.39/1562.83	c 1556s |      21 |  1393438 |  1266845 |    56509     53 |       14 |        0
1564.59/1565.01	c 1558s |      21 |  1394548 |  1267945 |    56509     53 |       14 |        0
1566.69/1567.10	c 1560s |      21 |  1395449 |  1268845 |    56509     53 |       14 |        0
1582.99/1583.43	c 1577s |      21 |  1395858 |  1269245 |    56509     53 |       14 |        0
1584.99/1585.49	c 1579s |      21 |  1396856 |  1270245 |    56509     53 |       14 |        0
1587.09/1587.51	c 1581s |      21 |  1397864 |  1271245 |    56509     53 |       14 |        0
1589.20/1589.66	c 1583s |      21 |  1398864 |  1272245 |    56509     53 |       14 |        0
1591.30/1591.78	c 1585s |      21 |  1399770 |  1273145 |    56509     53 |       14 |        0
1593.49/1593.93	c 1587s |      21 |  1400775 |  1274145 |    56509     53 |       14 |        0
1595.49/1595.99	c 1589s |      21 |  1401682 |  1275045 |    56509     53 |       14 |        0
1597.59/1598.09	c 1591s |      21 |  1402490 |  1275845 |    56509     53 |       14 |        0
1599.69/1600.11	c 1593s |      21 |  1403190 |  1276545 |    56509     53 |       14 |        0
1601.69/1602.13	c 1595s |      21 |  1403996 |  1277345 |    56509     53 |       14 |        0
1603.88/1604.34	c 1598s |      21 |  1404904 |  1278245 |    56509     53 |       14 |        0
1605.88/1606.37	c 1600s |      21 |  1405707 |  1279045 |    56509     53 |       14 |        0
1608.18/1608.67	c 1602s |      21 |  1406514 |  1279845 |    56509     53 |       14 |        0
1610.28/1610.79	c 1604s |      21 |  1407417 |  1280745 |    56509     53 |       14 |        0
1612.38/1612.85	c 1606s |      21 |  1408124 |  1281445 |    56509     53 |       14 |        0
1616.38/1616.86	c 1610s |      21 |  1408429 |  1281745 |    56509     54 |       14 |        0
1618.48/1618.91	c 1612s |      21 |  1409228 |  1282545 |    56509     54 |       14 |        0
1620.48/1620.96	c 1614s |      21 |  1410836 |  1284145 |    56509     54 |       14 |        0
1622.58/1623.04	c 1616s |      21 |  1412842 |  1286145 |    56509     54 |       14 |        0
1628.18/1628.68	c 1622s |      21 |  1413855 |  1287145 |    56509     54 |       14 |        0
1630.28/1630.71	c 1624s |      21 |  1415963 |  1289245 |    56509     54 |       14 |        0
1632.28/1632.75	c 1626s |      21 |  1417673 |  1290945 |    56509     54 |       14 |        0
1634.38/1634.85	c 1628s |      21 |  1419379 |  1292645 |    56509     54 |       14 |        0
1636.48/1636.96	c 1630s |      21 |  1420584 |  1293845 |    56509     54 |       14 |        0
1638.48/1639.00	c 1632s |      21 |  1422192 |  1295445 |    56509     54 |       14 |        0
1640.58/1641.08	c 1634s |      21 |  1423805 |  1297045 |    56509     54 |       14 |        0
1642.58/1643.09	c 1636s |      21 |  1425435 |  1298645 |    56509     54 |       14 |        0
1644.88/1645.32	c 1639s |      21 |  1426438 |  1299645 |    56509     54 |       14 |        0
1646.97/1647.43	c 1641s |      21 |  1427448 |  1300645 |    56509     54 |       14 |        0
1649.07/1649.54	c 1643s |      21 |  1428754 |  1301945 |    56509     54 |       14 |        0
1651.07/1651.54	c 1645s |      21 |  1429855 |  1303045 |    56509     54 |       14 |        0
1653.17/1653.60	c 1647s |      21 |  1431262 |  1304445 |    56509     54 |       14 |        0
1655.27/1655.75	c 1649s |      21 |  1432567 |  1305745 |    56509     54 |       14 |        0
1657.28/1657.75	c 1651s |      21 |  1433670 |  1306845 |    56509     54 |       14 |        0
1659.37/1659.83	c 1653s |      21 |  1434972 |  1308145 |    56509     54 |       14 |        0
1661.37/1661.88	c 1655s |      21 |  1436188 |  1309345 |    56509     54 |       14 |        0
1663.57/1664.01	c 1657s |      21 |  1437189 |  1310345 |    56509     54 |       14 |        0
1666.08/1666.55	c 1660s |      21 |  1437489 |  1310645 |    56509     55 |       14 |        0
1668.17/1668.64	c 1662s |      21 |  1437892 |  1311045 |    56509     55 |       14 |        0
1670.67/1671.16	c 1664s |      21 |  1438698 |  1311845 |    56509     55 |       14 |        0
1672.77/1673.24	c 1667s |      21 |  1440501 |  1313645 |    56509     55 |       14 |        0
1674.87/1675.32	c 1669s |      21 |  1441807 |  1314945 |    56509     55 |       14 |        0
1676.97/1677.41	c 1671s |      21 |  1443004 |  1316145 |    56509     55 |       14 |        0
1679.06/1679.55	c 1673s |      21 |  1444211 |  1317345 |    56509     55 |       14 |        0
1681.26/1681.77	c 1675s |      21 |  1445314 |  1318445 |    56509     55 |       14 |        0
1684.17/1684.60	c 1678s |      21 |  1446128 |  1319245 |    56509     55 |       14 |        0
1686.27/1686.76	c 1680s |      21 |  1447126 |  1320245 |    56509     55 |       14 |        0
1688.27/1688.77	c 1682s |      21 |  1448039 |  1321145 |    56509     55 |       14 |        0
1690.47/1690.98	c 1684s |      21 |  1448948 |  1322045 |    56509     55 |       14 |        0
1692.58/1693.09	c 1686s |      21 |  1449951 |  1323045 |    56509     55 |       14 |        0
1694.78/1695.25	c 1689s |      21 |  1451057 |  1324145 |    56509     55 |       14 |        0
1696.77/1697.27	c 1691s |      21 |  1451964 |  1325045 |    56509     55 |       14 |        0
1698.87/1699.35	c 1693s |      21 |  1452770 |  1325845 |    56509     55 |       14 |        0
1701.07/1701.55	c 1695s |      21 |  1453769 |  1326845 |    56509     55 |       14 |        0
1711.07/1711.54	c 1705s |      21 |  1454091 |  1327145 |    56509     55 |       14 |        0
1713.07/1713.55	c 1707s |      21 |  1454795 |  1327845 |    56509     55 |       14 |        0
1715.27/1715.75	c 1709s |      21 |  1455613 |  1328645 |    56509     55 |       14 |        0
1747.16/1747.61	c 1741s |      21 |  1455721 |  1328745 |    56509     55 |       14 |        0
1749.26/1749.76	c 1743s |      21 |  1456525 |  1329545 |    56509     55 |       14 |        0
1751.26/1751.76	c 1745s |      21 |  1457223 |  1330245 |    56509     55 |       14 |        0
1753.56/1754.00	c 1747s |      21 |  1458024 |  1331045 |    56509     55 |       14 |        0
1755.56/1756.02	c 1749s |      21 |  1458632 |  1331645 |    56509     55 |       14 |        0
1757.56/1758.05	c 1751s |      21 |  1459239 |  1332245 |    56509     55 |       14 |        0
1759.66/1760.18	c 1753s |      21 |  1459944 |  1332945 |    56509     55 |       14 |        0
1761.76/1762.27	c 1756s |      21 |  1460649 |  1333645 |    56509     55 |       14 |        0
1763.85/1764.38	c 1758s |      21 |  1461649 |  1334645 |    56509     55 |       14 |        0
1765.85/1766.39	c 1760s |      21 |  1462752 |  1335745 |    56509     55 |       14 |        0
1767.95/1768.48	c 1762s |      21 |  1463470 |  1336445 |    56509     55 |       14 |        0
1770.15/1770.62	c 1764s |      21 |  1464474 |  1337445 |    56509     55 |       14 |        0
1772.15/1772.63	c 1766s |      21 |  1464978 |  1337945 |    56509     55 |       14 |        0
1774.35/1774.81	c 1768s |      21 |  1465778 |  1338745 |    56509     55 |       14 |        0
1776.35/1776.88	c 1770s |      21 |  1466585 |  1339545 |    56509     55 |       14 |        0
1779.25/1779.76	c 1773s |      21 |  1466686 |  1339645 |    56509     56 |       14 |        0
1781.45/1781.95	c 1775s |      21 |  1466886 |  1339845 |    56509     56 |       14 |        0
1783.45/1783.98	c 1777s |      21 |  1468996 |  1341945 |    56509     56 |       14 |        0
1785.75/1786.24	c 1780s |      21 |  1470809 |  1343745 |    56509     56 |       14 |        0
1787.75/1788.29	c 1782s |      21 |  1472828 |  1345745 |    56509     56 |       14 |        0
1789.95/1790.42	c 1784s |      21 |  1474744 |  1347645 |    56509     56 |       14 |        0
1792.05/1792.52	c 1786s |      21 |  1475951 |  1348845 |    56509     56 |       14 |        0
1794.15/1794.61	c 1788s |      21 |  1477162 |  1350045 |    56509     56 |       14 |        0
1796.35/1796.82	c 1790s |      21 |  1478364 |  1351245 |    56509     56 |       14 |        0
1798.35/1798.83	c 1792s |      21 |  1479378 |  1352245 |    56509     56 |       14 |        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-4100377-1466213372/watcher-4100377-1466213372 -o /tmp/evaluation-result-4100377-1466213372/solver-4100377-1466213372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100377-1466213372.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 25123
/proc/meminfo: memFree=30715268/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=810428 CPUtime=0 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 3040 0 0 0 0 0 0 0 20 0 4 0 23382023 829878272 2890 33554432000 4194304 16246674 140734729965904 140734729965328 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 203375 2899 441 2943 0 200269 0
[pid=25123/tid=25124] ppid=25120 vsize=828860 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 848752640 2959 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=832956 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 852946944 2978 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=838076 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23382023 858189824 2995 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 25123
/proc/meminfo: memFree=30715268/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1302084 CPUtime=0.08 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 30228 0 0 0 4 4 0 0 20 0 4 0 23382023 1333334016 30016 33554432000 4194304 16246674 140734729965904 140734729965216 8056990 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 325521 30030 802 2943 0 322415 0
[pid=25123/tid=25124] ppid=25120 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1333334016 30042 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1333334016 30053 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1333334016 30064 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200512 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 25123
/proc/meminfo: memFree=30715268/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 44799 0 0 0 13 6 0 0 20 0 4 0 23382023 1344868352 45097 33554432000 4194304 16246674 140734729965904 140734729965216 7374129 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 328337 45097 802 2943 0 325231 0
[pid=25123/tid=25124] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 45097 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 45097 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 45097 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300488 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 25123
/proc/meminfo: memFree=30715268/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 50673 0 0 0 22 7 0 0 20 0 4 0 23382023 1344868352 50971 33554432000 4194304 16246674 140734729965904 140734729965216 8055566 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 328337 50971 802 2943 0 325231 0
[pid=25123/tid=25124] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 50971 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 50971 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1344868352 50971 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700398 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 25123
/proc/meminfo: memFree=30715268/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1316420 CPUtime=0.69 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 148975 0 0 0 50 19 0 0 20 0 4 0 23382023 1348014080 149274 33554432000 4194304 16246674 140734729965904 140734729947776 12654121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 329105 149290 833 2943 0 325999 0
[pid=25123/tid=25124] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 149298 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 149307 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 149317 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1316420

[startup+1.50041 s]
/proc/loadavg: 2.06 2.07 2.01 3/183 25127
/proc/meminfo: memFree=29636100/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1316420 CPUtime=1.48 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 269721 0 0 0 114 34 0 0 20 0 4 0 23382023 1348014080 270019 33554432000 4194304 16246674 140734729965904 140734729947776 13007872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25123/statm: 329105 270019 834 2943 0 325999 0
[pid=25123/tid=25124] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270019 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270019 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270019 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1316420

[startup+3.10036 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 25127
/proc/meminfo: memFree=29634976/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1316420 CPUtime=3.08 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 269723 0 0 0 274 34 0 0 20 0 4 0 23382023 1348014080 270021 33554432000 4194304 16246674 140734729965904 140734729947776 4220936 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 329105 270021 834 2943 0 325999 0
[pid=25123/tid=25124] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270021 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270021 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1348014080 270021 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1316420

[startup+6.30035 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 25127
/proc/meminfo: memFree=29635596/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1323588 CPUtime=6.29 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 271362 0 0 0 594 35 0 0 20 0 4 0 23382023 1355354112 271660 33554432000 4194304 16246674 140734729965904 140734729948896 12995176 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 330897 271660 890 2943 0 327791 0
[pid=25123/tid=25124] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271660 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271660 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271660 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1323588

[startup+12.7004 s]
/proc/loadavg: 2.11 2.09 2.02 3/183 25127
/proc/meminfo: memFree=29628164/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1323588 CPUtime=12.69 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 271581 0 0 0 1234 35 0 0 20 0 4 0 23382023 1355354112 271879 33554432000 4194304 16246674 140734729965904 140734729948904 5822187 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 330897 271879 897 2943 0 327791 0
[pid=25123/tid=25124] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271879 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271879 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271879 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1323588

[startup+25.5004 s]
/proc/loadavg: 2.09 2.08 2.02 3/183 25127
/proc/meminfo: memFree=29628744/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1323588 CPUtime=25.48 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 271591 0 0 0 2513 35 0 0 20 0 4 0 23382023 1355354112 271889 33554432000 4194304 16246674 140734729965904 140734729947776 5823408 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 330897 271889 903 2943 0 327791 0
[pid=25123/tid=25124] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271889 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271889 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1355354112 271889 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1323588

[startup+51.1004 s]
/proc/loadavg: 2.12 2.09 2.02 3/184 25130
/proc/meminfo: memFree=29607436/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1328708 CPUtime=51.07 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 272872 0 0 0 5071 36 0 0 20 0 4 0 23382023 1360596992 273170 33554432000 4194304 16246674 140734729965904 140734729947776 5672188 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 332177 273170 904 2943 0 329071 0
[pid=25123/tid=25124] ppid=25120 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1360596992 273170 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1360596992 273170 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1328708 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1360596992 273170 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1328708

[startup+102.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/183 25131
/proc/meminfo: memFree=29590740/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1345092 CPUtime=102.28 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 276968 0 0 0 10190 38 0 0 20 0 4 0 23382023 1377374208 277266 33554432000 4194304 16246674 140734729965904 140734729947776 5822604 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 336273 277266 904 2943 0 333167 0
[pid=25123/tid=25124] ppid=25120 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1377374208 277266 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1377374208 277266 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1345092 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1377374208 277266 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1345092


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

/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1592332288 330002 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1555012

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 25163
/proc/meminfo: memFree=29287224/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1604164 CPUtime=1361.93 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 341979 0 0 0 136117 76 0 0 20 0 4 0 23382023 1642663936 342290 33554432000 4194304 16246674 140734729965904 140734729948904 5822704 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 401041 342290 904 2943 0 397935 0
[pid=25123/tid=25124] ppid=25120 vsize=1604164 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1642663936 342290 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1604164 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1642663936 342290 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1604164 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1642663936 342290 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1604164

[startup+1422.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/183 25165
/proc/meminfo: memFree=29244400/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1647172 CPUtime=1421.93 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 352739 0 0 0 142112 81 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140734729947776 5823230 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 411793 353042 904 2943 0 408687 0
[pid=25123/tid=25124] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1647172

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/183 25166
/proc/meminfo: memFree=29244420/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1647172 CPUtime=1481.91 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 352745 0 0 0 148110 81 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140734729965080 4206964 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 411793 353042 904 2943 0 408687 0
[pid=25123/tid=25124] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1647172 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1686704128 353042 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1647172

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 25167
/proc/meminfo: memFree=29226708/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1664580 CPUtime=1541.9 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 357109 0 0 0 154108 82 0 0 20 0 4 0 23382023 1704529920 357394 33554432000 4194304 16246674 140734729965904 140734729965120 5822938 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 416145 357394 904 2943 0 413039 0
[pid=25123/tid=25124] ppid=25120 vsize=1664580 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1704529920 357394 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1664580 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1704529920 357394 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1664580 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1704529920 357394 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1664580

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 25168
/proc/meminfo: memFree=29223504/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1667652 CPUtime=1601.89 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 357879 0 0 0 160104 85 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140734729947776 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 416913 358162 904 2943 0 413807 0
[pid=25123/tid=25124] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1667652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25169
/proc/meminfo: memFree=29222572/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1667652 CPUtime=1661.87 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 357882 0 0 0 166102 85 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140734729947776 5672188 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 416913 358162 904 2943 0 413807 0
[pid=25123/tid=25124] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1667652 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1707675648 358162 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1667652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 25171
/proc/meminfo: memFree=29196900/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1693252 CPUtime=1721.86 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 364282 0 0 0 172099 87 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140734729965080 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 423313 364562 904 2943 0 420207 0
[pid=25123/tid=25124] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1693252

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 25221
/proc/meminfo: memFree=29217200/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1693252 CPUtime=1781.85 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 364282 0 0 0 178096 89 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140734729965120 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 423313 364562 904 2943 0 420207 0
[pid=25123/tid=25124] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1693252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25221
/proc/meminfo: memFree=29217472/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1693252 CPUtime=1800.05 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 364282 0 0 0 179916 89 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140734729947776 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 423313 364562 904 2943 0 420207 0
[pid=25123/tid=25124] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1693252

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 25123 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25221
/proc/meminfo: memFree=29217472/32872528 swapFree=7780/7780
[pid=25123] ppid=25120 vsize=1693252 CPUtime=1800.05 cores=0,2,4,6
/proc/25123/stat : 25123 (toysat) R 25120 25123 23276 0 -1 4202496 364282 0 0 0 179916 89 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140734729947776 5822252 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25123/statm: 423313 364562 904 2943 0 420207 0
[pid=25123/tid=25124] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25124/stat : 25124 (toysat) S 25120 25123 23276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375638387952 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25123/tid=25125] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25125/stat : 25125 (toysat) S 25120 25123 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375627898096 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25123/tid=25126] ppid=25120 vsize=1693252 CPUtime=0 cores=0,2,4,6
/proc/25123/task/25126/stat : 25126 (toysat) S 25120 25123 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23382023 1733890048 364562 33554432000 4194304 16246674 140734729965904 140375617424560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1693252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.897863
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 1693252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 0.897863
maximum resident set size= 1458248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364282
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= 745
involuntary context switches= 2561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5683 second user time and 6.94594 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 03:29:32
IDJOB=4100377
IDBENCH=1609
IDSOLVER=2542
FILE ID=node151/4100377-1466213372
RUNJOBID= node151-1466206051-23292
PBS_JOBID= 19918135
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-railway_8_1_0.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100377-1466213372/watcher-4100377-1466213372 -o /tmp/evaluation-result-4100377-1466213372/solver-4100377-1466213372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23292 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100377-1466213372.opb

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

MD5SUM BENCH= 0748343c41c1a4f38800a46bbbd374d2
RANDOM SEED=242120262

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30715160 kB
Buffers:           87300 kB
Cached:           226104 kB
SwapCached:         1996 kB
Active:          1201036 kB
Inactive:         212796 kB
Active(anon):    1100748 kB
Inactive(anon):     1788 kB
Active(file):     100288 kB
Inactive(file):   211008 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             35200 kB
Writeback:             0 kB
AnonPages:       1117220 kB
Mapped:            11872 kB
Shmem:                 0 kB
Slab:             603132 kB
SReclaimable:      46644 kB
SUnreclaim:       556488 kB
KernelStack:        1520 kB
PageTables:         6276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1251300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node151 at 2016-06-18 03:59:33