Trace number 4079346

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.54

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_9_ic.opb
MD5SUM682b99afc8253237d78b2f22551fbcba
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26386625
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48555114814
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48555114814
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-08T01:08:07+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-4079346-1465340886.opb"]
0.00/0.01	c use --random-gen="1959247133 2714691263 1779160902 2194991772 3479006596 3483290871 3835134268 2924277854 1226899363 1650099989 582588007 4542538 2591458184 2546603745 3608685452 4248111990 2075047159 1758544162 3783411089 3130598527 1560398817 747617400 3916952504 1405543184 3210979311 1527480806 3387957872 594978018 267050801 1363764872 74542819 1962368788 526066745 1079406383 1027521731 269267954 738816531 3266184486 2536082867 1388287407 771741018 2744717114 636066653 2566769973 4273703955 138636994 563600074 787988626 257480781 3225820284 434868701 4089887410 2506954387 173796257 1372918262 3952420030 1569390673 3485054765 3519446307 2179744746 2223894570 838601294 1450488634 4086980846 1017545303 2035779244 1244188405 140254309 1910376550 483849448 176387714 4167340569 2307636459 2913468200 2351819473 3175248116 2585634080 3654719919 3378657753 2863746714 1882564723 833801071 2429769387 556084512 3805061965 3301585670 1881338037 3090465310 591804334 1093392982 2183625220 4055055083 3960471969 3277227920 3516452272 1565985068 3256935497 1843123688 1872550709 2206061270 403072680 1088081593 1662035509 1425695611 714103371 57434111 3708914128 4061485951 1598268125 2822121612 2122058613 197149008 662156521 4115910419 2734368327 132783266 188317346 1954474300 1091952711 2583649567 349243527 3544009163 421156747 457912492 2452600612 2443022445 2393030055 3681973867 1221463709 687277523 3243148891 1257127767 2266078302 1421571847 914297162 3239655272 1971991267 1150313152 862271123 4173239463 4163000782 1016844399 1332811321 2627963565 164777392 2574817861 3891893364 2008605698 1364401203 2373529046 768736820 2599577555 2051147138 840511059 3106986135 905718514 1557355989 2635741548 4011047362 1307238431 3413136556 473316761 1629610985 3249938608 273830332 2109225304 1642444871 106114256 2072620412 564784640 1365211381 595806185 1400165147 709440614 3102402388 475187180 3883748716 1106064619 1461252780 1014898296 1257005048 3625440818 3318902444 1167743201 3577379615 458197980 3928729733 1965982760 3646088245 747605754 1562656464 421800367 1827326318 1231341436 2545116227 801866119 2558953806 1022010361 1632232140 14195949 3468318055 999915560 649894535 1343403121 1986140296 1231285456 4100927962 1899524484 459499449 4137445905 1590778120 804893060 2274954696 2928814233 209081446 2118630071 1491463401 3658816567 2453627368 1176826708 2535595321 1755435294 1985569501 1659690090 3990990990 3143391705 2305378725 2949531341 1096573745 1660854436 3935061315 3698199777 3839947723 911529303 1261843447 573364531 4028837320 3048321402 2803868222 194110595 2759300587 595752101 719733294 2979191996 1220162667 968396838 2899859620 3728959950 2335001051 2191958083 4054313133 3525938605 742456240 636724285 1614735635 4075510451 255 362436" option to reproduce the execution
1.99/2.03	c #vars 125200
1.99/2.03	c #constraints 250157
6.88/6.97	c BCD2: Hardening is enabled.
6.88/6.97	c BCD2: BiasedSearch is enabled.
6.88/6.97	c Solving starts ...
6.88/6.97	c ============================[ Search Statistics ]============================
6.88/6.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.97	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.97	c =============================================================================
6.98/7.07	c  0.0s |       0 |        0 |        0 |   127569      0 |      150 |        0
18.68/18.71	c 11.6s |       0 |      144 |      100 |   127569      0 |      150 |        0
18.79/18.83	c 11.8s |       1 |      144 |      100 |   127569      0 |      150 |        0
21.68/21.74	c 14.7s |       2 |      495 |      250 |   140326      0 |      150 |        0
24.98/25.00	c 17.9s |       2 |      763 |      450 |   154359      0 |      150 |        0
25.39/25.44	c 18.4s |       3 |      794 |      475 |   154359      0 |      150 |        0
29.68/29.71	c 22.6s |       3 |     1540 |      575 |   169795      0 |      150 |        0
34.78/34.86	c 27.8s |       3 |     1741 |      675 |   169795      0 |      150 |        0
39.18/39.21	c 32.1s |       3 |     1884 |      775 |   169795      0 |      150 |        0
41.08/41.11	c 34.0s |       4 |     1952 |      813 |   169795      0 |      150 |        0
44.38/44.49	c 37.4s |       4 |     2285 |     1013 |   186775      0 |      150 |        0
47.38/47.41	c 40.3s |       4 |     2493 |     1213 |   186775      0 |      150 |        0
49.08/49.13	c 42.1s |       5 |     2604 |     1320 |   186775      0 |      150 |        0
51.58/51.68	c 44.6s |       5 |     2959 |     1520 |   205453      0 |      150 |        0
54.58/54.67	c 47.6s |       5 |     3277 |     1820 |   205453      0 |      150 |        0
57.18/57.23	c 50.2s |       6 |     3541 |     2081 |   225999      0 |      150 |        0
59.28/59.33	c 52.3s |       6 |     3715 |     2181 |   225999      0 |      150 |        0
61.69/61.78	c 54.7s |       6 |     4033 |     2481 |   225999      0 |      150 |        0
63.89/63.94	c 56.9s |       6 |     4340 |     2781 |   225999      0 |      150 |        0
66.48/66.52	c 59.5s |       6 |     4652 |     3081 |   225999      0 |      150 |        0
67.78/67.84	c 60.8s |       7 |     4802 |     3223 |   248599      0 |      150 |        0
69.88/69.99	c 62.9s |       7 |     5253 |     3323 |   248599      0 |      150 |        0
78.08/78.10	c 71.0s |       7 |     5751 |     3523 |   248599      0 |      150 |        0
83.18/83.28	c 76.2s |       7 |     6006 |     3723 |   248599      0 |      150 |        0
90.18/90.29	c 83.2s |       7 |     6236 |     3823 |   248599      0 |      150 |        0
93.48/93.59	c 86.5s |       7 |     6365 |     3923 |   248599      0 |      150 |        0
96.68/96.78	c 89.7s |       7 |     6606 |     4123 |   248599      0 |      150 |        0
99.67/99.77	c 92.7s |       7 |     6839 |     4323 |   248599      0 |      150 |        0
102.77/102.85	c 95.8s |       7 |     7068 |     4523 |   248599      0 |      150 |        0
105.57/105.68	c 98.6s |       7 |     7297 |     4723 |   248599      0 |      150 |        0
108.17/108.26	c  101s |       7 |     7415 |     4823 |   248599      0 |      150 |        0
109.97/110.03	c  102s |       8 |     7537 |     4936 |   273459      0 |      150 |        0
112.07/112.15	c  105s |       8 |     8921 |     5236 |   273459      0 |      150 |        0
114.27/114.33	c  107s |       8 |     9420 |     5736 |   273459      0 |      150 |        0
116.37/116.48	c  109s |       8 |     9924 |     6236 |   273459      0 |      150 |        0
118.57/118.60	c  111s |       8 |    10420 |     6736 |   273459      0 |      150 |        0
120.67/120.76	c  113s |       8 |    10920 |     7236 |   273459      0 |      150 |        0
121.97/122.07	c  115s |       9 |    11187 |     7506 |   300805      0 |      150 |        0
124.37/124.46	c  117s |       9 |    11553 |     7706 |   300805      0 |      150 |        0
126.87/126.92	c  119s |       9 |    11874 |     8006 |   300805      0 |      150 |        0
129.07/129.13	c  122s |       9 |    12192 |     8306 |   300805      0 |      150 |        0
131.17/131.23	c  124s |       9 |    12508 |     8606 |   300805      0 |      150 |        0
133.37/133.40	c  126s |       9 |    12823 |     8906 |   300805      0 |      150 |        0
135.56/135.62	c  128s |       9 |    13127 |     9206 |   300805      0 |      150 |        0
137.96/138.09	c  131s |       9 |    13451 |     9506 |   300805      0 |      150 |        0
140.26/140.36	c  133s |       9 |    13776 |     9806 |   300805      0 |      150 |        0
142.56/142.61	c  135s |       9 |    14106 |    10106 |   300805      0 |      150 |        0
145.06/145.12	c  138s |       9 |    14425 |    10406 |   300805      0 |      150 |        0
147.66/147.75	c  140s |       9 |    14744 |    10706 |   300805      0 |      150 |        0
150.06/150.12	c  143s |       9 |    15059 |    11006 |   300805      0 |      150 |        0
152.26/152.33	c  145s |       9 |    15383 |    11306 |   330886      0 |      150 |        0
152.76/152.86	c  145s |      10 |    15436 |    11361 |   330886      0 |      150 |        0
162.66/162.75	c  155s |      10 |    15999 |    11461 |   330886      0 |      150 |        0
169.96/170.08	c  163s |      10 |    16446 |    11561 |   330886      0 |      150 |        0
172.56/172.66	c  165s |      10 |    16657 |    11761 |   330886      0 |      150 |        0
174.86/174.95	c  167s |      10 |    17104 |    12161 |   330886      0 |      150 |        0
177.27/177.32	c  170s |      10 |    17559 |    12561 |   330886      0 |      150 |        0
179.86/179.94	c  172s |      10 |    17973 |    12961 |   330886      0 |      150 |        0
182.56/182.64	c  175s |      10 |    18404 |    13361 |   330886      0 |      150 |        0
184.66/184.75	c  177s |      10 |    18750 |    13661 |   330886      0 |      150 |        0
186.86/186.92	c  179s |      10 |    19078 |    13961 |   330886      0 |      150 |        0
189.26/189.34	c  182s |      10 |    19414 |    14261 |   330886      0 |      150 |        0
191.35/191.40	c  184s |      10 |    19630 |    14461 |   330886      0 |      150 |        0
193.56/193.61	c  186s |      10 |    19950 |    14761 |   330886      0 |      150 |        0
195.87/195.96	c  188s |      10 |    20282 |    15061 |   330886      0 |      150 |        0
198.26/198.33	c  191s |      10 |    20614 |    15361 |   330886      0 |      150 |        0
200.66/200.74	c  193s |      10 |    20950 |    15661 |   330886      0 |      150 |        0
202.96/203.04	c  195s |      10 |    21284 |    15961 |   330886      0 |      150 |        0
205.26/205.39	c  198s |      10 |    21616 |    16261 |   330886      0 |      150 |        0
207.66/207.77	c  200s |      10 |    21944 |    16561 |   330886      0 |      150 |        0
209.96/210.01	c  202s |      10 |    22273 |    16861 |   330886      0 |      150 |        0
212.26/212.33	c  205s |      11 |    22586 |    17144 |   363975      0 |      150 |        0
215.56/215.64	c  208s |      11 |    22920 |    17244 |   363975      0 |      150 |        0
218.36/218.43	c  211s |      11 |    23139 |    17444 |   363975      0 |      150 |        0
220.86/220.96	c  213s |      11 |    23342 |    17644 |   363975      0 |      150 |        0
223.05/223.15	c  216s |      11 |    23559 |    17844 |   363975      0 |      150 |        0
225.85/225.99	c  218s |      11 |    23777 |    18044 |   363975      0 |      150 |        0
228.86/229.00	c  221s |      11 |    23981 |    18244 |   363975      0 |      150 |        0
231.06/231.18	c  224s |      11 |    24094 |    18344 |   363975      0 |      150 |        0
233.45/233.53	c  226s |      11 |    24189 |    18444 |   363975      0 |      150 |        0
235.46/235.55	c  228s |      11 |    24291 |    18544 |   363975      0 |      150 |        0
238.15/238.24	c  231s |      11 |    24389 |    18644 |   363975      0 |      150 |        0
240.85/240.95	c  233s |      11 |    24615 |    18844 |   363975      0 |      150 |        0
243.65/243.71	c  236s |      11 |    24969 |    19144 |   363975      0 |      150 |        0
246.25/246.31	c  239s |      11 |    25298 |    19444 |   363975      0 |      150 |        0
249.35/249.45	c  242s |      11 |    25641 |    19744 |   363975      0 |      150 |        0
251.74/251.88	c  244s |      11 |    25859 |    19944 |   363975      0 |      150 |        0
254.04/254.17	c  247s |      11 |    26072 |    20144 |   363975      0 |      150 |        0
256.95/257.07	c  250s |      11 |    26401 |    20444 |   363975      0 |      150 |        0
260.35/260.47	c  253s |      11 |    26734 |    20744 |   363975      0 |      150 |        0
264.16/264.27	c  257s |      11 |    27045 |    21044 |   363975      0 |      150 |        0
266.85/266.98	c  259s |      11 |    27267 |    21244 |   363975      0 |      150 |        0
269.56/269.70	c  262s |      11 |    27516 |    21444 |   363975      0 |      150 |        0
272.45/272.53	c  265s |      11 |    27733 |    21644 |   363975      0 |      150 |        0
275.25/275.31	c  268s |      11 |    27955 |    21844 |   363975      0 |      150 |        0
279.24/279.36	c  272s |      11 |    28277 |    22144 |   363975      0 |      150 |        0
281.84/281.93	c  274s |      11 |    28494 |    22344 |   363975      0 |      150 |        0
285.05/285.12	c  278s |      11 |    28821 |    22644 |   363975      0 |      150 |        0
289.35/289.48	c  282s |      11 |    29296 |    22944 |   363975      0 |      150 |        0
295.04/295.14	c  288s |      11 |    29717 |    23144 |   363975      0 |      150 |        0
298.54/298.68	c  291s |      11 |    29907 |    23344 |   363975      0 |      150 |        0
301.14/301.27	c  294s |      11 |    30139 |    23444 |   363975      0 |      150 |        0
303.54/303.63	c  296s |      11 |    30287 |    23544 |   363975      0 |      150 |        0
305.94/306.07	c  299s |      11 |    30502 |    23744 |   363975      0 |      150 |        0
308.24/308.30	c  301s |      11 |    30714 |    23944 |   363975      0 |      150 |        0
310.24/310.39	c  303s |      11 |    30940 |    24144 |   363975      0 |      150 |        0
312.84/312.98	c  305s |      11 |    31273 |    24444 |   363975      0 |      150 |        0
315.54/315.60	c  308s |      11 |    31617 |    24744 |   363975      0 |      150 |        0
317.53/317.62	c  310s |      11 |    31835 |    24944 |   363975      0 |      150 |        0
320.03/320.13	c  313s |      11 |    32080 |    25144 |   363975      0 |      150 |        0
323.03/323.15	c  316s |      11 |    32393 |    25444 |   363975      0 |      150 |        0
326.04/326.17	c  319s |      11 |    32765 |    25744 |   400373      0 |      150 |        0
327.04/327.15	c  320s |      12 |    32848 |    25819 |   400373      0 |      150 |        0
329.84/329.92	c  322s |      12 |    33108 |    25919 |   400373      0 |      150 |        0
332.94/333.09	c  326s |      12 |    33323 |    26119 |   400373      0 |      150 |        0
335.84/335.96	c  328s |      12 |    33524 |    26319 |   400373      0 |      150 |        0
338.44/338.59	c  331s |      12 |    33739 |    26519 |   400373      0 |      150 |        0
341.24/341.33	c  334s |      12 |    33949 |    26719 |   400373      0 |      150 |        0
343.74/343.80	c  336s |      12 |    34161 |    26919 |   400373      0 |      150 |        0
346.55/346.62	c  339s |      12 |    34508 |    27219 |   400373      0 |      150 |        0
348.54/348.64	c  341s |      12 |    34713 |    27419 |   400373      0 |      150 |        0
351.14/351.27	c  344s |      12 |    34932 |    27619 |   400373      0 |      150 |        0
353.34/353.48	c  346s |      12 |    35134 |    27819 |   400373      0 |      150 |        0
355.44/355.59	c  348s |      12 |    35341 |    28019 |   400373      0 |      150 |        0
357.64/357.71	c  350s |      12 |    35621 |    28219 |   400373      0 |      150 |        0
360.34/360.42	c  353s |      12 |    35785 |    28319 |   400373      0 |      150 |        0
363.53/363.68	c  356s |      12 |    35881 |    28419 |   400373      0 |      150 |        0
369.03/369.10	c  362s |      12 |    35979 |    28519 |   400373      0 |      150 |        0
371.84/371.92	c  364s |      12 |    36118 |    28619 |   400373      0 |      150 |        0
375.73/375.82	c  368s |      12 |    36210 |    28719 |   400373      0 |      150 |        0
381.03/381.17	c  374s |      12 |    36330 |    28819 |   400373      0 |      150 |        0
384.23/384.34	c  377s |      12 |    36433 |    28919 |   400373      0 |      150 |        0
386.52/386.67	c  379s |      12 |    36674 |    29119 |   400373      0 |      150 |        0
388.82/388.97	c  381s |      12 |    36936 |    29319 |   400373      0 |      150 |        0
391.12/391.23	c  384s |      12 |    37057 |    29419 |   400373      0 |      150 |        0
393.83/393.99	c  386s |      12 |    37372 |    29619 |   400373      0 |      150 |        0
396.73/396.84	c  389s |      12 |    37669 |    29819 |   400373      0 |      150 |        0
399.34/399.50	c  392s |      12 |    37981 |    30019 |   400373      0 |      150 |        0
404.13/404.24	c  397s |      12 |    38137 |    30119 |   400373      0 |      150 |        0
408.33/408.46	c  401s |      12 |    38608 |    30419 |   400373      0 |      150 |        0
410.73/410.80	c  403s |      12 |    38944 |    30719 |   400373      0 |      150 |        0
412.93/413.02	c  405s |      12 |    39280 |    31019 |   400373      0 |      150 |        0
415.02/415.11	c  408s |      12 |    39617 |    31319 |   400373      0 |      150 |        0
417.62/417.76	c  410s |      12 |    39960 |    31619 |   400373      0 |      150 |        0
419.82/419.94	c  412s |      12 |    40309 |    31919 |   400373      0 |      150 |        0
422.32/422.41	c  415s |      12 |    40635 |    32219 |   400373      0 |      150 |        0
424.42/424.53	c  417s |      12 |    40989 |    32519 |   400373      0 |      150 |        0
426.72/426.90	c  419s |      12 |    41323 |    32819 |   400373      0 |      150 |        0
429.42/429.51	c  422s |      12 |    41654 |    33119 |   400373      0 |      150 |        0
432.12/432.27	c  425s |      12 |    41976 |    33419 |   400373      0 |      150 |        0
434.72/434.86	c  427s |      12 |    42214 |    33619 |   400373      0 |      150 |        0
438.42/438.50	c  431s |      12 |    42511 |    33819 |   400373      0 |      150 |        0
441.02/441.14	c  434s |      12 |    42645 |    33919 |   400373      0 |      150 |        0
444.42/444.57	c  437s |      12 |    43027 |    34019 |   400373      0 |      150 |        0
446.62/446.78	c  439s |      12 |    43131 |    34119 |   400373      0 |      150 |        0
452.51/452.69	c  445s |      12 |    43533 |    34319 |   400373      0 |      150 |        0
460.81/460.99	c  453s |      12 |    43857 |    34519 |   400373      0 |      150 |        0
466.21/466.32	c  459s |      12 |    43958 |    34619 |   400373      0 |      150 |        0
468.31/468.47	c  461s |      12 |    44219 |    34719 |   400373      0 |      150 |        0
471.32/471.48	c  464s |      12 |    44347 |    34819 |   400373      0 |      150 |        0
473.72/473.85	c  466s |      12 |    44667 |    34919 |   400373      0 |      150 |        0
478.63/478.79	c  471s |      12 |    44916 |    35119 |   400373      0 |      150 |        0
483.31/483.44	c  476s |      12 |    45069 |    35219 |   400373      0 |      150 |        0
485.81/485.91	c  478s |      12 |    45181 |    35319 |   400373      0 |      150 |        0
488.81/488.94	c  481s |      12 |    45298 |    35419 |   400373      0 |      150 |        0
491.11/491.29	c  484s |      12 |    45526 |    35619 |   400373      0 |      150 |        0
493.31/493.47	c  486s |      12 |    45738 |    35819 |   400373      0 |      150 |        0
496.11/496.24	c  489s |      12 |    46064 |    36119 |   400373      0 |      150 |        0
498.71/498.89	c  491s |      12 |    46398 |    36419 |   400373      0 |      150 |        0
500.81/500.90	c  493s |      12 |    46609 |    36619 |   400373      0 |      150 |        0
503.01/503.19	c  496s |      12 |    46821 |    36819 |   400373      0 |      150 |        0
505.21/505.39	c  498s |      12 |    47036 |    37019 |   400373      0 |      150 |        0
508.21/508.39	c  501s |      12 |    47251 |    37219 |   400373      0 |      150 |        0
511.11/511.29	c  504s |      12 |    47672 |    37519 |   400373      0 |      150 |        0
513.90/514.06	c  506s |      12 |    48004 |    37819 |   400373      0 |      150 |        0
516.20/516.35	c  509s |      12 |    48236 |    38019 |   400373      0 |      150 |        0
518.90/519.06	c  511s |      12 |    48561 |    38319 |   400373      0 |      150 |        0
521.00/521.17	c  514s |      12 |    48794 |    38519 |   400373      0 |      150 |        0
523.50/523.70	c  516s |      12 |    49128 |    38819 |   440411      0 |      150 |        0
523.80/523.97	c  516s |      13 |    49140 |    38832 |   440411      0 |      150 |        0
526.50/526.68	c  519s |      13 |    49378 |    38932 |   440411      0 |      150 |        0
528.70/528.85	c  521s |      13 |    49600 |    39132 |   440411      0 |      150 |        0
530.70/530.87	c  523s |      13 |    49812 |    39332 |   440411      0 |      150 |        0
533.00/533.19	c  526s |      13 |    50034 |    39532 |   440411      0 |      150 |        0
535.20/535.35	c  528s |      13 |    50245 |    39732 |   440411      0 |      150 |        0
537.50/537.69	c  530s |      13 |    50459 |    39932 |   440411      0 |      150 |        0
539.70/539.83	c  532s |      13 |    50674 |    40132 |   440411      0 |      150 |        0
541.70/541.86	c  534s |      13 |    50922 |    40332 |   440411      0 |      150 |        0
543.80/543.96	c  536s |      13 |    51168 |    40532 |   440411      0 |      150 |        0
545.90/546.04	c  538s |      13 |    51393 |    40732 |   440411      0 |      150 |        0
548.30/548.46	c  541s |      13 |    51622 |    40932 |   440411      0 |      150 |        0
550.50/550.64	c  543s |      13 |    51836 |    41132 |   440411      0 |      150 |        0
553.10/553.28	c  546s |      13 |    52176 |    41432 |   440411      0 |      150 |        0
555.70/555.87	c  548s |      13 |    52517 |    41732 |   440411      0 |      150 |        0
558.60/558.75	c  551s |      13 |    52830 |    42032 |   440411      0 |      150 |        0
561.30/561.40	c  554s |      13 |    53160 |    42332 |   440411      0 |      150 |        0
563.80/563.90	c  556s |      13 |    53480 |    42632 |   440411      0 |      150 |        0
566.30/566.46	c  559s |      13 |    53805 |    42932 |   440411      0 |      150 |        0
568.30/568.48	c  561s |      13 |    54022 |    43132 |   440411      0 |      150 |        0
571.20/571.33	c  564s |      13 |    54345 |    43432 |   440411      0 |      150 |        0
573.89/574.03	c  566s |      13 |    54664 |    43732 |   440411      0 |      150 |        0
576.50/576.65	c  569s |      13 |    54970 |    44032 |   440411      0 |      150 |        0
579.30/579.45	c  572s |      13 |    55282 |    44332 |   440411      0 |      150 |        0
582.01/582.12	c  575s |      13 |    55618 |    44632 |   440411      0 |      150 |        0
584.50/584.68	c  577s |      13 |    55951 |    44932 |   440411      0 |      150 |        0
586.60/586.71	c  579s |      13 |    56158 |    45132 |   440411      0 |      150 |        0
589.20/589.39	c  582s |      13 |    56483 |    45432 |   440411      0 |      150 |        0
591.81/591.97	c  584s |      13 |    56809 |    45732 |   440411      0 |      150 |        0
594.50/594.60	c  587s |      13 |    57125 |    46032 |   440411      0 |      150 |        0
596.90/597.02	c  589s |      13 |    57443 |    46332 |   440411      0 |      150 |        0
599.80/599.96	c  592s |      13 |    57762 |    46632 |   440411      0 |      150 |        0
601.90/602.06	c  594s |      13 |    57973 |    46832 |   440411      0 |      150 |        0
604.80/604.94	c  597s |      13 |    58291 |    47132 |   440411      0 |      150 |        0
606.80/606.95	c  599s |      13 |    58498 |    47332 |   440411      0 |      150 |        0
609.60/609.77	c  602s |      13 |    58846 |    47632 |   440411      0 |      150 |        0
612.30/612.43	c  605s |      13 |    59177 |    47932 |   440411      0 |      150 |        0
615.10/615.22	c  608s |      13 |    59512 |    48232 |   440411      0 |      150 |        0
617.80/617.93	c  610s |      13 |    59841 |    48532 |   440411      0 |      150 |        0
620.40/620.58	c  613s |      13 |    60181 |    48832 |   440411      0 |      150 |        0
622.50/622.69	c  615s |      13 |    60412 |    49032 |   440411      0 |      150 |        0
625.10/625.23	c  618s |      13 |    60748 |    49332 |   440411      0 |      150 |        0
627.49/627.68	c  620s |      13 |    61079 |    49632 |   440411      0 |      150 |        0
630.30/630.42	c  623s |      13 |    61433 |    49932 |   440411      0 |      150 |        0
633.09/633.20	c  626s |      13 |    61763 |    50232 |   440411      0 |      150 |        0
635.69/635.85	c  628s |      13 |    62092 |    50532 |   440411      0 |      150 |        0
638.69/638.83	c  631s |      13 |    62422 |    50832 |   440411      0 |      150 |        0
641.49/641.65	c  634s |      13 |    62771 |    51132 |   440411      0 |      150 |        0
643.99/644.19	c  637s |      13 |    63119 |    51432 |   440411      0 |      150 |        0
646.99/647.18	c  640s |      13 |    63436 |    51732 |   440411      0 |      150 |        0
649.79/649.93	c  642s |      13 |    63749 |    52032 |   440411      0 |      150 |        0
652.59/652.77	c  645s |      13 |    64065 |    52332 |   440411      0 |      150 |        0
654.99/655.13	c  648s |      13 |    64387 |    52632 |   440411      0 |      150 |        0
657.69/657.81	c  650s |      13 |    64739 |    52932 |   440411      0 |      150 |        0
660.29/660.43	c  653s |      13 |    65049 |    53232 |   440411      0 |      150 |        0
662.89/663.09	c  656s |      13 |    65371 |    53532 |   440411      0 |      150 |        0
665.69/665.83	c  658s |      13 |    65731 |    53832 |   440411      0 |      150 |        0
668.49/668.63	c  661s |      13 |    66060 |    54132 |   440411      0 |      150 |        0
671.29/671.42	c  664s |      13 |    66404 |    54432 |   440411      0 |      150 |        0
673.99/674.16	c  667s |      13 |    66725 |    54732 |   440411      0 |      150 |        0
676.89/677.04	c  669s |      13 |    67052 |    55032 |   440411      0 |      150 |        0
679.89/680.01	c  672s |      13 |    67382 |    55332 |   440411      0 |      150 |        0
682.39/682.58	c  675s |      13 |    67702 |    55632 |   440411      0 |      150 |        0
684.59/684.73	c  677s |      13 |    67931 |    55832 |   440411      0 |      150 |        0
686.59/686.74	c  679s |      13 |    68146 |    56032 |   440411      0 |      150 |        0
688.89/689.08	c  682s |      13 |    68466 |    56332 |   440411      0 |      150 |        0
691.38/691.58	c  684s |      13 |    68812 |    56632 |   440411      0 |      150 |        0
694.38/694.51	c  687s |      13 |    69148 |    56932 |   440411      0 |      150 |        0
697.18/697.36	c  690s |      13 |    69465 |    57232 |   440411      0 |      150 |        0
699.18/699.36	c  692s |      13 |    69685 |    57432 |   440411      0 |      150 |        0
701.38/701.50	c  694s |      13 |    69894 |    57632 |   440411      0 |      150 |        0
704.09/704.26	c  697s |      13 |    70225 |    57932 |   440411      0 |      150 |        0
706.08/706.27	c  699s |      13 |    70443 |    58132 |   484453      0 |      150 |        0
708.18/708.33	c  701s |      14 |    70675 |    58352 |   484453      0 |      150 |        0
710.78/710.98	c  703s |      14 |    71069 |    58452 |   484453      0 |      150 |        0
713.18/713.37	c  706s |      14 |    71378 |    58752 |   484453      0 |      150 |        0
715.28/715.45	c  708s |      14 |    71610 |    58952 |   484453      0 |      150 |        0
717.38/717.51	c  710s |      14 |    71836 |    59152 |   484453      0 |      150 |        0
719.49/719.65	c  712s |      14 |    72037 |    59352 |   484453      0 |      150 |        0
721.59/721.71	c  714s |      14 |    72252 |    59552 |   484453      0 |      150 |        0
723.68/723.90	c  716s |      14 |    72460 |    59752 |   484453      0 |      150 |        0
726.78/726.98	c  719s |      14 |    72765 |    60052 |   484453      0 |      150 |        0
729.08/729.23	c  722s |      14 |    72982 |    60252 |   484453      0 |      150 |        0
731.49/731.62	c  724s |      14 |    73200 |    60452 |   484453      0 |      150 |        0
733.88/734.08	c  727s |      14 |    73425 |    60652 |   484453      0 |      150 |        0
736.08/736.22	c  729s |      14 |    73653 |    60852 |   484453      0 |      150 |        0
738.78/738.91	c  731s |      14 |    73863 |    61052 |   484453      0 |      150 |        0
740.98/741.13	c  734s |      14 |    74073 |    61252 |   484453      0 |      150 |        0
743.28/743.42	c  736s |      14 |    74285 |    61452 |   484453      0 |      150 |        0
745.48/745.65	c  738s |      14 |    74495 |    61652 |   484453      0 |      150 |        0
747.88/748.04	c  740s |      14 |    74704 |    61852 |   484453      0 |      150 |        0
750.18/750.37	c  743s |      14 |    74909 |    62052 |   484453      0 |      150 |        0
752.67/752.87	c  745s |      14 |    75117 |    62252 |   484453      0 |      150 |        0
754.97/755.10	c  748s |      14 |    75337 |    62452 |   484453      0 |      150 |        0
757.27/757.44	c  750s |      14 |    75557 |    62652 |   484453      0 |      150 |        0
760.08/760.24	c  753s |      14 |    75762 |    62852 |   484453      0 |      150 |        0
762.67/762.86	c  755s |      14 |    75979 |    63052 |   484453      0 |      150 |        0
765.07/765.27	c  758s |      14 |    76196 |    63252 |   484453      0 |      150 |        0
767.57/767.77	c  760s |      14 |    76423 |    63452 |   484453      0 |      150 |        0
770.77/770.90	c  763s |      14 |    76649 |    63652 |   484453      0 |      150 |        0
773.56/773.75	c  766s |      14 |    76888 |    63852 |   484453      0 |      150 |        0
776.57/776.71	c  769s |      14 |    77117 |    64052 |   484453      0 |      150 |        0
778.96/779.19	c  772s |      14 |    77334 |    64252 |   484453      0 |      150 |        0
781.66/781.86	c  774s |      14 |    77556 |    64452 |   484453      0 |      150 |        0
784.56/784.76	c  777s |      14 |    77876 |    64752 |   484453      0 |      150 |        0
787.46/787.68	c  780s |      14 |    78197 |    65052 |   484453      0 |      150 |        0
789.56/789.74	c  782s |      14 |    78407 |    65252 |   484453      0 |      150 |        0
792.46/792.67	c  785s |      14 |    78734 |    65552 |   484453      0 |      150 |        0
795.07/795.21	c  788s |      14 |    78964 |    65752 |   484453      0 |      150 |        0
797.37/797.55	c  790s |      14 |    79176 |    65952 |   484453      0 |      150 |        0
799.78/799.98	c  792s |      14 |    79379 |    66152 |   484453      0 |      150 |        0
802.27/802.44	c  795s |      14 |    79590 |    66352 |   484453      0 |      150 |        0
804.77/804.95	c  797s |      14 |    79811 |    66552 |   484453      0 |      150 |        0
807.47/807.63	c  800s |      14 |    80121 |    66852 |   484453      0 |      150 |        0
809.97/810.19	c  803s |      14 |    80324 |    67052 |   484453      0 |      150 |        0
812.07/812.29	c  805s |      14 |    80523 |    67252 |   484453      0 |      150 |        0
814.27/814.48	c  807s |      14 |    80723 |    67452 |   484453      0 |      150 |        0
816.97/817.19	c  810s |      14 |    81049 |    67752 |   484453      0 |      150 |        0
819.17/819.38	c  812s |      14 |    81259 |    67952 |   484453      0 |      150 |        0
821.27/821.45	c  814s |      14 |    81473 |    68152 |   484453      0 |      150 |        0
823.56/823.79	c  816s |      14 |    81685 |    68352 |   484453      0 |      150 |        0
825.66/825.89	c  818s |      14 |    81907 |    68552 |   484453      0 |      150 |        0
828.37/828.54	c  821s |      14 |    82235 |    68852 |   484453      0 |      150 |        0
830.96/831.15	c  824s |      14 |    82540 |    69152 |   484453      0 |      150 |        0
833.56/833.77	c  826s |      14 |    82888 |    69452 |   484453      0 |      150 |        0
836.07/836.22	c  829s |      14 |    83233 |    69752 |   484453      0 |      150 |        0
838.86/839.04	c  831s |      14 |    83556 |    70052 |   484453      0 |      150 |        0
841.36/841.60	c  834s |      14 |    83886 |    70352 |   484453      0 |      150 |        0
844.16/844.40	c  837s |      14 |    84207 |    70652 |   484453      0 |      150 |        0
846.86/847.04	c  839s |      14 |    84531 |    70952 |   484453      0 |      150 |        0
849.36/849.50	c  842s |      14 |    84873 |    71252 |   484453      0 |      150 |        0
852.26/852.42	c  845s |      14 |    85215 |    71552 |   484453      0 |      150 |        0
855.26/855.47	c  848s |      14 |    85564 |    71852 |   484453      0 |      150 |        0
858.07/858.28	c  851s |      14 |    85870 |    72152 |   484453      0 |      150 |        0
860.46/860.69	c  853s |      14 |    86188 |    72452 |   484453      0 |      150 |        0
863.16/863.30	c  856s |      14 |    86501 |    72752 |   484453      0 |      150 |        0
865.56/865.72	c  858s |      14 |    86823 |    73052 |   484453      0 |      150 |        0
867.76/867.90	c  860s |      14 |    87047 |    73252 |   484453      0 |      150 |        0
869.96/870.11	c  863s |      14 |    87369 |    73552 |   484453      0 |      150 |        0
872.36/872.50	c  865s |      14 |    87699 |    73852 |   484453      0 |      150 |        0
874.86/875.00	c  867s |      14 |    88015 |    74152 |   484453      0 |      150 |        0
877.16/877.31	c  870s |      14 |    88339 |    74452 |   484453      0 |      150 |        0
879.76/879.95	c  872s |      14 |    88663 |    74752 |   484453      0 |      150 |        0
882.35/882.57	c  875s |      14 |    88993 |    75052 |   484453      0 |      150 |        0
884.95/885.12	c  878s |      14 |    89314 |    75352 |   484453      0 |      150 |        0
887.76/887.96	c  880s |      14 |    89652 |    75652 |   484453      0 |      150 |        0
890.55/890.73	c  883s |      14 |    89980 |    75952 |   484453      0 |      150 |        0
893.05/893.22	c  886s |      14 |    90296 |    76252 |   484453      0 |      150 |        0
895.15/895.33	c  888s |      14 |    90520 |    76452 |   484453      0 |      150 |        0
897.35/897.55	c  890s |      14 |    90852 |    76752 |   484453      0 |      150 |        0
899.76/899.95	c  892s |      14 |    91172 |    77052 |   484453      0 |      150 |        0
902.45/902.64	c  895s |      14 |    91477 |    77352 |   484453      0 |      150 |        0
905.26/905.42	c  898s |      14 |    91710 |    77552 |   484453      0 |      150 |        0
907.85/908.04	c  900s |      14 |    91913 |    77752 |   484453      0 |      150 |        0
910.76/910.93	c  903s |      14 |    92116 |    77952 |   484453      0 |      150 |        0
913.55/913.72	c  906s |      14 |    92336 |    78152 |   484453      0 |      150 |        0
916.55/916.72	c  909s |      14 |    92668 |    78452 |   484453      0 |      150 |        0
918.56/918.77	c  911s |      14 |    92884 |    78652 |   484453      0 |      150 |        0
921.55/921.74	c  914s |      14 |    93210 |    78952 |   484453      0 |      150 |        0
924.35/924.54	c  917s |      14 |    93541 |    79252 |   484453      0 |      150 |        0
927.05/927.20	c  920s |      14 |    93860 |    79552 |   484453      0 |      150 |        0
929.95/930.14	c  923s |      14 |    94176 |    79852 |   484453      0 |      150 |        0
932.35/932.55	c  925s |      14 |    94394 |    80052 |   484453      0 |      150 |        0
934.55/934.76	c  927s |      14 |    94613 |    80252 |   484453      0 |      150 |        0
937.15/937.37	c  930s |      14 |    94836 |    80452 |   484453      0 |      150 |        0
939.74/939.99	c  932s |      14 |    95061 |    80652 |   484453      0 |      150 |        0
942.54/942.74	c  935s |      14 |    95278 |    80852 |   484453      0 |      150 |        0
945.44/945.69	c  938s |      14 |    95493 |    81052 |   484453      0 |      150 |        0
948.64/948.81	c  941s |      14 |    95703 |    81252 |   484453      0 |      150 |        0
950.94/951.15	c  944s |      14 |    95912 |    81452 |   484453      0 |      150 |        0
952.94/953.19	c  946s |      14 |    96125 |    81652 |   484453      0 |      150 |        0
955.04/955.27	c  948s |      14 |    96329 |    81852 |   484453      0 |      150 |        0
957.84/958.03	c  950s |      14 |    96658 |    82152 |   484453      0 |      150 |        0
959.94/960.16	c  953s |      14 |    96874 |    82352 |   484453      0 |      150 |        0
962.04/962.25	c  955s |      14 |    97097 |    82552 |   484453      0 |      150 |        0
965.04/965.25	c  958s |      14 |    97411 |    82852 |   484453      0 |      150 |        0
967.14/967.31	c  960s |      14 |    97620 |    83052 |   484453      0 |      150 |        0
969.44/969.67	c  962s |      14 |    97835 |    83252 |   484453      0 |      150 |        0
972.04/972.23	c  965s |      14 |    98056 |    83452 |   484453      0 |      150 |        0
974.34/974.53	c  967s |      14 |    98261 |    83652 |   484453      0 |      150 |        0
977.24/977.44	c  970s |      14 |    98572 |    83952 |   484453      0 |      150 |        0
979.54/979.78	c  972s |      14 |    98796 |    84152 |   484453      0 |      150 |        0
981.64/981.88	c  974s |      14 |    99001 |    84352 |   484453      0 |      150 |        0
983.84/984.01	c  976s |      14 |    99201 |    84552 |   484453      0 |      150 |        0
986.04/986.23	c  979s |      14 |    99405 |    84752 |   484453      0 |      150 |        0
988.34/988.56	c  981s |      14 |    99616 |    84952 |   484453      0 |      150 |        0
990.44/990.61	c  983s |      14 |    99814 |    85152 |   484453      0 |      150 |        0
993.14/993.39	c  986s |      14 |   100024 |    85352 |   484453      0 |      150 |        0
995.33/995.58	c  988s |      14 |   100229 |    85552 |   484453      0 |      150 |        0
997.74/997.92	c  990s |      14 |   100440 |    85752 |   484453      0 |      150 |        0
999.94/1000.16	c  993s |      14 |   100642 |    85952 |   484453      0 |      150 |        0
1002.43/1002.61	c  995s |      14 |   100860 |    86152 |   484453      0 |      150 |        0
1004.73/1004.92	c  997s |      14 |   101067 |    86352 |   484453      0 |      150 |        0
1007.03/1007.29	c 1000s |      14 |   101283 |    86552 |   484453      0 |      150 |        0
1009.74/1009.90	c 1002s |      14 |   101596 |    86852 |   484453      0 |      150 |        0
1012.53/1012.75	c 1005s |      14 |   101931 |    87152 |   532899      0 |      150 |        0
1014.83/1015.07	c 1007s |      14 |   102169 |    87352 |   532899      0 |      150 |        0
1017.13/1017.38	c 1010s |      14 |   102382 |    87552 |   532899      0 |      150 |        0
1018.23/1018.46	c 1011s |      15 |   102466 |    87632 |   532899      0 |      150 |        0
1021.94/1022.14	c 1015s |      15 |   102614 |    87732 |   532899      0 |      150 |        0
1024.43/1024.66	c 1017s |      15 |   102836 |    87932 |   532899      0 |      150 |        0
1027.34/1027.53	c 1020s |      15 |   103061 |    88132 |   532899      0 |      150 |        0
1030.13/1030.38	c 1023s |      15 |   103282 |    88332 |   532899      0 |      150 |        0
1033.13/1033.35	c 1026s |      15 |   103499 |    88532 |   532899      0 |      150 |        0
1036.13/1036.38	c 1029s |      15 |   103711 |    88732 |   532899      0 |      150 |        0
1039.23/1039.48	c 1032s |      15 |   103937 |    88932 |   532899      0 |      150 |        0
1042.23/1042.40	c 1035s |      15 |   104142 |    89132 |   532899      0 |      150 |        0
1045.22/1045.43	c 1038s |      15 |   104355 |    89332 |   532899      0 |      150 |        0
1048.12/1048.38	c 1041s |      15 |   104572 |    89532 |   532899      0 |      150 |        0
1051.22/1051.40	c 1044s |      15 |   104781 |    89732 |   532899      0 |      150 |        0
1054.02/1054.21	c 1047s |      15 |   105001 |    89932 |   532899      0 |      150 |        0
1057.03/1057.23	c 1050s |      15 |   105221 |    90132 |   532899      0 |      150 |        0
1060.22/1060.43	c 1053s |      15 |   105427 |    90332 |   532899      0 |      150 |        0
1063.52/1063.75	c 1056s |      15 |   105634 |    90532 |   532899      0 |      150 |        0
1066.02/1066.26	c 1059s |      15 |   105852 |    90732 |   532899      0 |      150 |        0
1069.12/1069.35	c 1062s |      15 |   106073 |    90932 |   532899      0 |      150 |        0
1072.12/1072.32	c 1065s |      15 |   106292 |    91132 |   532899      0 |      150 |        0
1074.81/1075.02	c 1067s |      15 |   106503 |    91332 |   532899      0 |      150 |        0
1077.71/1077.94	c 1070s |      15 |   106718 |    91532 |   532899      0 |      150 |        0
1080.71/1080.96	c 1073s |      15 |   106926 |    91732 |   532899      0 |      150 |        0
1082.81/1083.04	c 1075s |      15 |   107164 |    91932 |   532899      0 |      150 |        0
1085.31/1085.50	c 1078s |      15 |   107482 |    92232 |   532899      0 |      150 |        0
1088.11/1088.32	c 1081s |      15 |   107819 |    92532 |   532899      0 |      150 |        0
1090.31/1090.50	c 1083s |      15 |   108038 |    92732 |   532899      0 |      150 |        0
1092.51/1092.76	c 1085s |      15 |   108268 |    92932 |   532899      0 |      150 |        0
1095.00/1095.24	c 1088s |      15 |   108489 |    93132 |   532899      0 |      150 |        0
1097.40/1097.64	c 1090s |      15 |   108706 |    93332 |   532899      0 |      150 |        0
1099.70/1099.92	c 1092s |      15 |   108931 |    93532 |   532899      0 |      150 |        0
1102.11/1102.39	c 1095s |      15 |   109154 |    93732 |   532899      0 |      150 |        0
1104.20/1104.43	c 1097s |      15 |   109376 |    93932 |   532899      0 |      150 |        0
1107.20/1107.42	c 1100s |      15 |   109697 |    94232 |   532899      0 |      150 |        0
1109.50/1109.72	c 1102s |      15 |   109909 |    94432 |   532899      0 |      150 |        0
1112.50/1112.73	c 1105s |      15 |   110239 |    94732 |   532899      0 |      150 |        0
1114.89/1115.15	c 1108s |      15 |   110459 |    94932 |   532899      0 |      150 |        0
1116.99/1117.27	c 1110s |      15 |   110670 |    95132 |   532899      0 |      150 |        0
1119.19/1119.42	c 1112s |      15 |   110889 |    95332 |   532899      0 |      150 |        0
1122.00/1122.24	c 1115s |      15 |   111209 |    95632 |   532899      0 |      150 |        0
1124.89/1125.19	c 1118s |      15 |   111534 |    95932 |   532899      0 |      150 |        0
1127.59/1127.86	c 1120s |      15 |   111743 |    96132 |   532899      0 |      150 |        0
1130.59/1130.87	c 1123s |      15 |   112056 |    96432 |   532899      0 |      150 |        0
1133.49/1133.71	c 1126s |      15 |   112378 |    96732 |   532899      0 |      150 |        0
1135.89/1136.15	c 1129s |      15 |   112588 |    96932 |   532899      0 |      150 |        0
1138.89/1139.16	c 1132s |      15 |   112904 |    97232 |   532899      0 |      150 |        0
1141.29/1141.59	c 1134s |      15 |   113116 |    97432 |   532899      0 |      150 |        0
1143.69/1143.97	c 1136s |      15 |   113325 |    97632 |   532899      0 |      150 |        0
1145.88/1146.11	c 1139s |      15 |   113543 |    97832 |   532899      0 |      150 |        0
1148.09/1148.31	c 1141s |      15 |   113756 |    98032 |   532899      0 |      150 |        0
1150.99/1151.20	c 1144s |      15 |   114064 |    98332 |   532899      0 |      150 |        0
1153.09/1153.30	c 1146s |      15 |   114275 |    98532 |   532899      0 |      150 |        0
1155.59/1155.86	c 1148s |      15 |   114487 |    98732 |   532899      0 |      150 |        0
1158.09/1158.32	c 1151s |      15 |   114704 |    98932 |   532899      0 |      150 |        0
1160.78/1161.01	c 1153s |      15 |   115021 |    99232 |   532899      0 |      150 |        0
1163.38/1163.69	c 1156s |      15 |   115335 |    99532 |   532899      0 |      150 |        0
1166.48/1166.74	c 1159s |      15 |   115654 |    99832 |   532899      0 |      150 |        0
1169.58/1169.80	c 1162s |      15 |   115968 |   100132 |   532899      0 |      150 |        0
1171.68/1171.99	c 1164s |      15 |   116172 |   100332 |   532899      0 |      150 |        0
1173.87/1174.12	c 1167s |      15 |   116384 |   100532 |   532899      0 |      150 |        0
1176.67/1176.94	c 1169s |      15 |   116691 |   100832 |   532899      0 |      150 |        0
1178.87/1179.10	c 1172s |      15 |   116897 |   101032 |   532899      0 |      150 |        0
1181.87/1182.14	c 1175s |      15 |   117116 |   101232 |   532899      0 |      150 |        0
1184.47/1184.75	c 1177s |      15 |   117335 |   101432 |   532899      0 |      150 |        0
1187.07/1187.36	c 1180s |      15 |   117551 |   101632 |   532899      0 |      150 |        0
1189.57/1189.87	c 1182s |      15 |   117759 |   101832 |   532899      0 |      150 |        0
1191.87/1192.14	c 1185s |      15 |   117979 |   102032 |   532899      0 |      150 |        0
1194.57/1194.82	c 1187s |      15 |   118199 |   102232 |   532899      0 |      150 |        0
1197.16/1197.46	c 1190s |      15 |   118404 |   102432 |   532899      0 |      150 |        0
1200.16/1200.42	c 1193s |      15 |   118723 |   102732 |   532899      0 |      150 |        0
1202.36/1202.62	c 1195s |      15 |   118936 |   102932 |   532899      0 |      150 |        0
1205.06/1205.36	c 1198s |      15 |   119245 |   103232 |   532899      0 |      150 |        0
1208.06/1208.32	c 1201s |      15 |   119554 |   103532 |   532899      0 |      150 |        0
1210.06/1210.32	c 1203s |      15 |   119768 |   103732 |   532899      0 |      150 |        0
1212.26/1212.55	c 1205s |      15 |   119979 |   103932 |   532899      0 |      150 |        0
1214.95/1215.27	c 1208s |      15 |   120294 |   104232 |   532899      0 |      150 |        0
1217.56/1217.84	c 1210s |      15 |   120494 |   104432 |   532899      0 |      150 |        0
1219.76/1220.07	c 1213s |      15 |   120710 |   104632 |   532899      0 |      150 |        0
1222.95/1223.23	c 1216s |      15 |   120930 |   104832 |   532899      0 |      150 |        0
1225.55/1225.80	c 1218s |      15 |   121146 |   105032 |   532899      0 |      150 |        0
1228.05/1228.32	c 1221s |      15 |   121364 |   105232 |   532899      0 |      150 |        0
1230.25/1230.58	c 1223s |      15 |   121597 |   105432 |   532899      0 |      150 |        0
1232.75/1233.00	c 1225s |      15 |   121820 |   105632 |   532899      0 |      150 |        0
1235.15/1235.50	c 1228s |      15 |   122035 |   105832 |   532899      0 |      150 |        0
1238.14/1238.43	c 1231s |      15 |   122262 |   106032 |   532899      0 |      150 |        0
1240.75/1241.03	c 1233s |      15 |   122469 |   106232 |   532899      0 |      150 |        0
1243.14/1243.41	c 1236s |      15 |   122694 |   106432 |   532899      0 |      150 |        0
1246.14/1246.43	c 1239s |      15 |   123029 |   106732 |   532899      0 |      150 |        0
1248.44/1248.75	c 1241s |      15 |   123258 |   106932 |   532899      0 |      150 |        0
1250.43/1250.76	c 1243s |      15 |   123478 |   107132 |   532899      0 |      150 |        0
1252.53/1252.80	c 1245s |      15 |   123701 |   107332 |   532899      0 |      150 |        0
1254.53/1254.88	c 1247s |      15 |   123914 |   107532 |   532899      0 |      150 |        0
1257.33/1257.63	c 1250s |      15 |   124245 |   107832 |   532899      0 |      150 |        0
1260.13/1260.43	c 1253s |      15 |   124569 |   108132 |   532899      0 |      150 |        0
1262.43/1262.70	c 1255s |      15 |   124782 |   108332 |   532899      0 |      150 |        0
1264.93/1265.21	c 1258s |      15 |   124991 |   108532 |   532899      0 |      150 |        0
1266.92/1267.22	c 1260s |      15 |   125197 |   108732 |   532899      0 |      150 |        0
1269.92/1270.24	c 1263s |      15 |   125513 |   109032 |   532899      0 |      150 |        0
1273.02/1273.32	c 1266s |      15 |   125838 |   109332 |   532899      0 |      150 |        0
1275.32/1275.63	c 1268s |      15 |   126042 |   109532 |   532899      0 |      150 |        0
1277.32/1277.69	c 1270s |      15 |   126246 |   109732 |   532899      0 |      150 |        0
1279.52/1279.82	c 1272s |      15 |   126452 |   109932 |   532899      0 |      150 |        0
1281.92/1282.24	c 1275s |      15 |   126658 |   110132 |   532899      0 |      150 |        0
1284.21/1284.55	c 1277s |      15 |   126868 |   110332 |   532899      0 |      150 |        0
1286.82/1287.12	c 1280s |      15 |   127076 |   110532 |   532899      0 |      150 |        0
1289.31/1289.61	c 1282s |      15 |   127383 |   110832 |   532899      0 |      150 |        0
1292.01/1292.31	c 1285s |      15 |   127703 |   111132 |   532899      0 |      150 |        0
1294.71/1295.03	c 1287s |      15 |   128009 |   111432 |   532899      0 |      150 |        0
1297.41/1297.79	c 1290s |      15 |   128323 |   111732 |   532899      0 |      150 |        0
1300.31/1300.66	c 1293s |      15 |   128635 |   112032 |   532899      0 |      150 |        0
1303.31/1303.61	c 1296s |      15 |   128839 |   112232 |   532899      0 |      150 |        0
1305.80/1306.14	c 1299s |      15 |   129049 |   112432 |   532899      0 |      150 |        0
1308.10/1308.43	c 1301s |      15 |   129268 |   112632 |   532899      0 |      150 |        0
1310.10/1310.45	c 1303s |      15 |   129484 |   112832 |   532899      0 |      150 |        0
1313.30/1313.61	c 1306s |      15 |   129799 |   113132 |   532899      0 |      150 |        0
1315.90/1316.25	c 1309s |      15 |   130105 |   113432 |   532899      0 |      150 |        0
1318.80/1319.12	c 1312s |      15 |   130426 |   113732 |   532899      0 |      150 |        0
1320.90/1321.26	c 1314s |      15 |   130636 |   113932 |   532899      0 |      150 |        0
1323.69/1324.09	c 1317s |      15 |   130938 |   114232 |   532899      0 |      150 |        0
1326.29/1326.63	c 1319s |      15 |   131258 |   114532 |   532899      0 |      150 |        0
1329.19/1329.50	c 1322s |      15 |   131578 |   114832 |   532899      0 |      150 |        0
1331.99/1332.31	c 1325s |      15 |   131901 |   115132 |   532899      0 |      150 |        0
1334.98/1335.38	c 1328s |      15 |   132223 |   115432 |   532899      0 |      150 |        0
1337.18/1337.52	c 1330s |      15 |   132428 |   115632 |   532899      0 |      150 |        0
1340.08/1340.41	c 1333s |      15 |   132737 |   115932 |   532899      0 |      150 |        0
1342.18/1342.53	c 1335s |      15 |   132945 |   116132 |   532899      0 |      150 |        0
1344.28/1344.67	c 1337s |      15 |   133153 |   116332 |   532899      0 |      150 |        0
1347.08/1347.45	c 1340s |      15 |   133466 |   116632 |   532899      0 |      150 |        0
1349.98/1350.35	c 1343s |      15 |   133774 |   116932 |   532899      0 |      150 |        0
1352.18/1352.55	c 1345s |      15 |   133983 |   117132 |   532899      0 |      150 |        0
1354.98/1355.37	c 1348s |      15 |   134289 |   117432 |   532899      0 |      150 |        0
1357.77/1358.12	c 1351s |      15 |   134599 |   117732 |   532899      0 |      150 |        0
1360.67/1361.06	c 1353s |      15 |   134908 |   118032 |   532899      0 |      150 |        0
1362.87/1363.20	c 1356s |      15 |   135109 |   118232 |   532899      0 |      150 |        0
1365.67/1366.02	c 1358s |      15 |   135412 |   118532 |   532899      0 |      150 |        0
1367.77/1368.10	c 1361s |      15 |   135622 |   118732 |   532899      0 |      150 |        0
1370.06/1370.41	c 1363s |      15 |   135826 |   118932 |   532899      0 |      150 |        0
1372.06/1372.50	c 1365s |      15 |   136026 |   119132 |   532899      0 |      150 |        0
1375.26/1375.60	c 1368s |      15 |   136352 |   119432 |   532899      0 |      150 |        0
1377.26/1377.67	c 1370s |      15 |   136566 |   119632 |   532899      0 |      150 |        0
1380.46/1380.84	c 1373s |      15 |   136889 |   119932 |   532899      0 |      150 |        0
1383.26/1383.67	c 1376s |      15 |   137087 |   120132 |   532899      0 |      150 |        0
1385.76/1386.10	c 1379s |      15 |   137293 |   120332 |   532899      0 |      150 |        0
1387.86/1388.22	c 1381s |      15 |   137500 |   120532 |   532899      0 |      150 |        0
1390.16/1390.55	c 1383s |      15 |   137709 |   120732 |   532899      0 |      150 |        0
1392.26/1392.69	c 1385s |      15 |   137917 |   120932 |   532899      0 |      150 |        0
1394.57/1394.95	c 1387s |      15 |   138129 |   121132 |   532899      0 |      150 |        0
1396.66/1397.10	c 1390s |      15 |   138338 |   121332 |   532899      0 |      150 |        0
1398.76/1399.11	c 1392s |      15 |   138542 |   121532 |   532899      0 |      150 |        0
1401.66/1402.01	c 1394s |      15 |   138847 |   121832 |   532899      0 |      150 |        0
1403.85/1404.22	c 1397s |      15 |   139061 |   122032 |   532899      0 |      150 |        0
1407.25/1407.68	c 1400s |      15 |   139261 |   122232 |   532899      0 |      150 |        0
1409.55/1409.94	c 1402s |      15 |   139477 |   122432 |   532899      0 |      150 |        0
1411.75/1412.16	c 1405s |      15 |   139691 |   122632 |   532899      0 |      150 |        0
1413.94/1414.39	c 1407s |      15 |   139899 |   122832 |   532899      0 |      150 |        0
1416.14/1416.50	c 1409s |      15 |   140103 |   123032 |   532899      0 |      150 |        0
1418.14/1418.54	c 1411s |      15 |   140312 |   123232 |   532899      0 |      150 |        0
1420.54/1420.94	c 1413s |      15 |   140630 |   123532 |   532899      0 |      150 |        0
1423.34/1423.77	c 1416s |      15 |   140940 |   123832 |   532899      0 |      150 |        0
1426.34/1426.71	c 1419s |      15 |   141253 |   124132 |   532899      0 |      150 |        0
1428.34/1428.75	c 1421s |      15 |   141458 |   124332 |   532899      0 |      150 |        0
1430.64/1431.04	c 1423s |      15 |   141673 |   124532 |   532899      0 |      150 |        0
1432.94/1433.32	c 1426s |      15 |   141876 |   124732 |   532899      0 |      150 |        0
1435.34/1435.79	c 1428s |      15 |   142088 |   124932 |   532899      0 |      150 |        0
1437.94/1438.38	c 1431s |      15 |   142293 |   125132 |   532899      0 |      150 |        0
1440.34/1440.73	c 1433s |      15 |   142501 |   125332 |   532899      0 |      150 |        0
1443.23/1443.68	c 1436s |      15 |   142826 |   125632 |   532899      0 |      150 |        0
1446.13/1446.58	c 1439s |      15 |   143156 |   125932 |   532899      0 |      150 |        0
1448.83/1449.20	c 1442s |      15 |   143481 |   126232 |   532899      0 |      150 |        0
1451.63/1452.02	c 1444s |      15 |   143792 |   126532 |   532899      0 |      150 |        0
1453.73/1454.12	c 1447s |      15 |   144006 |   126732 |   532899      0 |      150 |        0
1456.43/1456.81	c 1449s |      15 |   144313 |   127032 |   532899      0 |      150 |        0
1459.13/1459.51	c 1452s |      15 |   144623 |   127332 |   532899      0 |      150 |        0
1461.43/1461.88	c 1454s |      15 |   144865 |   127532 |   532899      0 |      150 |        0
1463.72/1464.19	c 1457s |      15 |   145071 |   127732 |   532899      0 |      150 |        0
1466.22/1466.60	c 1459s |      15 |   145273 |   127932 |   532899      0 |      150 |        0
1469.33/1469.73	c 1462s |      15 |   145599 |   128232 |   532899      0 |      150 |        0
1471.42/1471.80	c 1464s |      15 |   145808 |   128432 |   532899      0 |      150 |        0
1473.42/1473.83	c 1466s |      15 |   146035 |   128632 |   532899      0 |      150 |        0
1475.72/1476.10	c 1469s |      15 |   146245 |   128832 |   532899      0 |      150 |        0
1477.92/1478.32	c 1471s |      15 |   146443 |   129032 |   532899      0 |      150 |        0
1480.02/1480.48	c 1473s |      15 |   146662 |   129232 |   532899      0 |      150 |        0
1482.32/1482.73	c 1475s |      15 |   146869 |   129432 |   532899      0 |      150 |        0
1484.62/1485.00	c 1477s |      15 |   147076 |   129632 |   532899      0 |      150 |        0
1486.82/1487.23	c 1480s |      15 |   147290 |   129832 |   532899      0 |      150 |        0
1489.62/1490.02	c 1482s |      15 |   147611 |   130132 |   532899      0 |      150 |        0
1491.82/1492.24	c 1485s |      15 |   147828 |   130332 |   532899      0 |      150 |        0
1494.12/1494.55	c 1487s |      15 |   148028 |   130532 |   532899      0 |      150 |        0
1497.32/1497.73	c 1490s |      15 |   148332 |   130832 |   586189      0 |      150 |        0
1500.32/1500.73	c 1493s |      15 |   148647 |   131132 |   586189      0 |      150 |        0
1503.11/1503.52	c 1496s |      15 |   148955 |   131432 |   586189      0 |      150 |        0
1504.31/1504.73	c 1497s |      16 |   149082 |   131552 |   586189      0 |      150 |        0
1508.21/1508.68	c 1501s |      16 |   149525 |   131652 |   586189      0 |      150 |        0
1511.12/1511.52	c 1504s |      16 |   149755 |   131852 |   586189      0 |      150 |        0
1516.51/1516.91	c 1509s |      16 |   149988 |   132052 |   586189      0 |      150 |        0
1519.91/1520.36	c 1513s |      16 |   150314 |   132152 |   586189      0 |      150 |        0
1522.60/1523.03	c 1515s |      16 |   150639 |   132452 |   586189      0 |      150 |        0
1525.00/1525.47	c 1518s |      16 |   150973 |   132752 |   586189      0 |      150 |        0
1529.91/1530.39	c 1523s |      16 |   151300 |   133052 |   586189      0 |      150 |        0
1532.90/1533.33	c 1526s |      16 |   151529 |   133252 |   586189      0 |      150 |        0
1535.70/1536.12	c 1529s |      16 |   151841 |   133552 |   586189      0 |      150 |        0
1537.70/1538.19	c 1531s |      16 |   152174 |   133852 |   586189      0 |      150 |        0
1539.90/1540.34	c 1533s |      16 |   152500 |   134152 |   586189      0 |      150 |        0
1542.20/1542.64	c 1535s |      16 |   152827 |   134452 |   586189      0 |      150 |        0
1545.09/1545.51	c 1538s |      16 |   153176 |   134752 |   586189      0 |      150 |        0
1547.59/1548.08	c 1541s |      16 |   153541 |   135052 |   586189      0 |      150 |        0
1549.79/1550.25	c 1543s |      16 |   153862 |   135352 |   586189      0 |      150 |        0
1552.39/1552.81	c 1545s |      16 |   154289 |   135752 |   586189      0 |      150 |        0
1554.89/1555.36	c 1548s |      16 |   154602 |   136052 |   586189      0 |      150 |        0
1557.49/1557.92	c 1550s |      16 |   154934 |   136352 |   586189      0 |      150 |        0
1560.09/1560.57	c 1553s |      16 |   155273 |   136652 |   586189      0 |      150 |        0
1562.49/1562.91	c 1555s |      16 |   155599 |   136952 |   586189      0 |      150 |        0
1565.19/1565.61	c 1558s |      16 |   155941 |   137252 |   586189      0 |      150 |        0
1567.99/1568.44	c 1561s |      16 |   156257 |   137552 |   586189      0 |      150 |        0
1570.50/1570.92	c 1563s |      16 |   156580 |   137852 |   586189      0 |      150 |        0
1573.09/1573.58	c 1566s |      16 |   156901 |   138152 |   586189      0 |      150 |        0
1575.39/1575.80	c 1568s |      16 |   157223 |   138452 |   586189      0 |      150 |        0
1578.19/1578.64	c 1571s |      16 |   157543 |   138752 |   586189      0 |      150 |        0
1580.18/1580.68	c 1573s |      16 |   157749 |   138952 |   586189      0 |      150 |        0
1583.09/1583.51	c 1576s |      16 |   158066 |   139252 |   586189      0 |      150 |        0
1585.39/1585.86	c 1578s |      16 |   158279 |   139452 |   586189      0 |      150 |        0
1588.39/1588.85	c 1581s |      16 |   158483 |   139652 |   586189      0 |      150 |        0
1590.59/1591.06	c 1583s |      16 |   158690 |   139852 |   586189      0 |      150 |        0
1592.99/1593.43	c 1586s |      16 |   158917 |   140052 |   586189      0 |      150 |        0
1595.89/1596.34	c 1589s |      16 |   159260 |   140352 |   586189      0 |      150 |        0
1598.69/1599.14	c 1592s |      16 |   159600 |   140652 |   586189      0 |      150 |        0
1601.48/1601.99	c 1594s |      16 |   159923 |   140952 |   586189      0 |      150 |        0
1603.98/1604.46	c 1597s |      16 |   160160 |   141152 |   586189      0 |      150 |        0
1606.79/1607.24	c 1600s |      16 |   160511 |   141452 |   586189      0 |      150 |        0
1609.18/1609.60	c 1602s |      16 |   160854 |   141752 |   586189      0 |      150 |        0
1611.58/1612.09	c 1605s |      16 |   161301 |   142152 |   586189      0 |      150 |        0
1613.88/1614.37	c 1607s |      16 |   161630 |   142452 |   586189      0 |      150 |        0
1616.28/1616.78	c 1609s |      16 |   162097 |   142852 |   586189      0 |      150 |        0
1618.48/1618.98	c 1611s |      16 |   162406 |   143152 |   586189      0 |      150 |        0
1620.88/1621.33	c 1614s |      16 |   162753 |   143452 |   586189      0 |      150 |        0
1623.18/1623.62	c 1616s |      16 |   163088 |   143752 |   586189      0 |      150 |        0
1625.77/1626.23	c 1619s |      16 |   163528 |   144152 |   586189      0 |      150 |        0
1628.47/1628.99	c 1621s |      16 |   163866 |   144452 |   586189      0 |      150 |        0
1631.37/1631.81	c 1624s |      16 |   164200 |   144752 |   586189      0 |      150 |        0
1634.27/1634.74	c 1627s |      16 |   164442 |   144952 |   586189      0 |      150 |        0
1636.37/1636.85	c 1629s |      16 |   164671 |   145152 |   586189      0 |      150 |        0
1638.57/1639.10	c 1632s |      16 |   164870 |   145352 |   586189      0 |      150 |        0
1641.37/1641.80	c 1634s |      16 |   165239 |   145652 |   586189      0 |      150 |        0
1643.57/1644.05	c 1636s |      16 |   165476 |   145852 |   586189      0 |      150 |        0
1646.06/1646.57	c 1639s |      16 |   165675 |   146052 |   586189      0 |      150 |        0
1648.46/1648.92	c 1641s |      16 |   166000 |   146352 |   586189      0 |      150 |        0
1650.96/1651.48	c 1644s |      16 |   166331 |   146652 |   586189      0 |      150 |        0
1653.07/1653.58	c 1646s |      16 |   166547 |   146852 |   586189      0 |      150 |        0
1655.46/1655.97	c 1648s |      16 |   166743 |   147052 |   586189      0 |      150 |        0
1658.06/1658.56	c 1651s |      16 |   167082 |   147352 |   586189      0 |      150 |        0
1660.96/1661.46	c 1654s |      16 |   167447 |   147652 |   586189      0 |      150 |        0
1663.06/1663.51	c 1656s |      16 |   167727 |   147852 |   586189      0 |      150 |        0
1665.86/1666.31	c 1659s |      16 |   168110 |   148152 |   586189      0 |      150 |        0
1668.56/1669.01	c 1661s |      16 |   168536 |   148552 |   586189      0 |      150 |        0
1671.16/1671.67	c 1664s |      16 |   168868 |   148852 |   586189      0 |      150 |        0
1673.35/1673.87	c 1666s |      16 |   169082 |   149052 |   586189      0 |      150 |        0
1675.45/1675.92	c 1668s |      16 |   169299 |   149252 |   586189      0 |      150 |        0
1678.36/1678.88	c 1671s |      16 |   169761 |   149652 |   586189      0 |      150 |        0
1680.35/1680.88	c 1673s |      16 |   169980 |   149852 |   586189      0 |      150 |        0
1682.76/1683.29	c 1676s |      16 |   170201 |   150052 |   586189      0 |      150 |        0
1685.15/1685.66	c 1678s |      16 |   170534 |   150352 |   586189      0 |      150 |        0
1687.55/1688.02	c 1680s |      16 |   170766 |   150552 |   586189      0 |      150 |        0
1690.55/1691.00	c 1683s |      16 |   171099 |   150852 |   586189      0 |      150 |        0
1693.55/1694.09	c 1687s |      16 |   171427 |   151152 |   586189      0 |      150 |        0
1695.75/1696.21	c 1689s |      16 |   171750 |   151452 |   586189      0 |      150 |        0
1698.05/1698.58	c 1691s |      16 |   171976 |   151652 |   586189      0 |      150 |        0
1700.45/1700.92	c 1693s |      16 |   172186 |   151852 |   586189      0 |      150 |        0
1702.65/1703.12	c 1696s |      16 |   172405 |   152052 |   586189      0 |      150 |        0
1704.94/1705.45	c 1698s |      16 |   172643 |   152252 |   586189      0 |      150 |        0
1708.05/1708.51	c 1701s |      16 |   173001 |   152552 |   586189      0 |      150 |        0
1710.84/1711.33	c 1704s |      16 |   173327 |   152852 |   586189      0 |      150 |        0
1713.24/1713.76	c 1706s |      16 |   173528 |   153052 |   586189      0 |      150 |        0
1715.44/1715.90	c 1708s |      16 |   173746 |   153252 |   586189      0 |      150 |        0
1717.44/1717.92	c 1710s |      16 |   173954 |   153452 |   586189      0 |      150 |        0
1719.44/1719.99	c 1712s |      16 |   174183 |   153652 |   586189      0 |      150 |        0
1722.04/1722.57	c 1715s |      16 |   174519 |   153952 |   586189      0 |      150 |        0
1724.83/1725.31	c 1718s |      16 |   174962 |   154352 |   586189      0 |      150 |        0
1727.43/1727.99	c 1720s |      16 |   175301 |   154652 |   586189      0 |      150 |        0
1730.23/1730.78	c 1723s |      16 |   175626 |   154952 |   586189      0 |      150 |        0
1732.63/1733.19	c 1726s |      16 |   175974 |   155252 |   586189      0 |      150 |        0
1734.83/1735.37	c 1728s |      16 |   176204 |   155452 |   586189      0 |      150 |        0
1737.63/1738.16	c 1731s |      16 |   176567 |   155752 |   586189      0 |      150 |        0
1740.83/1741.34	c 1734s |      16 |   176880 |   156052 |   586189      0 |      150 |        0
1743.33/1743.80	c 1736s |      16 |   177191 |   156352 |   586189      0 |      150 |        0
1745.33/1745.90	c 1738s |      16 |   177429 |   156552 |   586189      0 |      150 |        0
1747.72/1748.28	c 1741s |      16 |   177744 |   156752 |   586189      0 |      150 |        0
1750.12/1750.60	c 1743s |      16 |   178057 |   157052 |   586189      0 |      150 |        0
1752.62/1753.15	c 1746s |      16 |   178498 |   157452 |   586189      0 |      150 |        0
1754.92/1755.48	c 1748s |      16 |   178950 |   157852 |   586189      0 |      150 |        0
1757.43/1757.99	c 1750s |      16 |   179362 |   158252 |   586189      0 |      150 |        0
1759.63/1760.19	c 1753s |      16 |   179782 |   158652 |   586189      0 |      150 |        0
1762.22/1762.78	c 1755s |      16 |   180212 |   159052 |   586189      0 |      150 |        0
1764.52/1765.04	c 1757s |      16 |   180517 |   159352 |   586189      0 |      150 |        0
1766.72/1767.27	c 1760s |      16 |   180836 |   159652 |   586189      0 |      150 |        0
1769.02/1769.52	c 1762s |      16 |   181148 |   159952 |   586189      0 |      150 |        0
1771.12/1771.65	c 1764s |      16 |   181454 |   160252 |   586189      0 |      150 |        0
1773.12/1773.65	c 1766s |      16 |   181793 |   160552 |   586189      0 |      150 |        0
1775.32/1775.83	c 1768s |      16 |   182099 |   160852 |   586189      0 |      150 |        0
1778.01/1778.51	c 1771s |      16 |   182529 |   161252 |   586189      0 |      150 |        0
1780.52/1781.03	c 1773s |      16 |   182859 |   161552 |   586189      0 |      150 |        0
1782.83/1783.31	c 1776s |      16 |   183180 |   161852 |   586189      0 |      150 |        0
1785.12/1785.62	c 1778s |      16 |   183498 |   162152 |   586189      0 |      150 |        0
1788.23/1788.75	c 1781s |      16 |   183819 |   162452 |   586189      0 |      150 |        0
1790.82/1791.35	c 1784s |      16 |   184254 |   162852 |   586189      0 |      150 |        0
1793.41/1793.90	c 1786s |      16 |   184681 |   163252 |   586189      0 |      150 |        0
1795.41/1795.91	c 1788s |      16 |   185016 |   163552 |   586189      0 |      150 |        0
1798.01/1798.50	c 1791s |      16 |   185430 |   163952 |   586189      0 |      150 |        0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.18 2.18 3/179 22674
/proc/meminfo: memFree=29125316/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 2599 0 0 0 0 0 0 0 20 0 4 0 116020998 714534912 2960 33554432000 4194304 16246674 140733594591984 140733594591408 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 175215 2969 441 2943 0 172109 0
[pid=22674/tid=22675] ppid=22671 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 733409280 3029 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=720316 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 737603584 3045 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 116020999 741797888 3062 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100156 s]
/proc/loadavg: 2.19 2.18 2.18 3/179 22674
/proc/meminfo: memFree=29125316/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 29889 0 0 0 5 4 0 0 20 0 4 0 116020998 1334382592 30188 33554432000 4194304 16246674 140733594591984 140733594591296 8056990 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 325777 30204 802 2943 0 322671 0
[pid=22674/tid=22675] ppid=22671 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1334382592 30215 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1334382592 30226 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1334382592 30237 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.325868 s]
/proc/loadavg: 2.19 2.18 2.18 3/179 22674
/proc/meminfo: memFree=29125316/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1313348 CPUtime=0.31 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 56120 0 0 0 24 7 0 0 20 0 4 0 116020998 1344868352 56929 33554432000 4194304 16246674 140733594591984 140733594591296 7377013 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 328337 56929 802 2943 0 325231 0
[pid=22674/tid=22675] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 56929 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 56929 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 56929 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1313348

[startup+0.400518 s]
/proc/loadavg: 2.19 2.18 2.18 3/179 22674
/proc/meminfo: memFree=29125316/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1313348 CPUtime=0.39 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 56608 0 0 0 32 7 0 0 20 0 4 0 116020998 1344868352 57417 33554432000 4194304 16246674 140733594591984 140733594591296 7387447 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 328337 57417 802 2943 0 325231 0
[pid=22674/tid=22675] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 57417 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 57417 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1344868352 57417 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1313348

[startup+0.700431 s]
/proc/loadavg: 2.19 2.18 2.18 3/179 22674
/proc/meminfo: memFree=29125316/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1319492 CPUtime=0.68 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 64358 0 0 0 60 8 0 0 20 0 4 0 116020998 1351159808 66700 33554432000 4194304 16246674 140733594591984 140733594591296 7439398 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 329873 66700 803 2943 0 326767 0
[pid=22674/tid=22675] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 66700 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 66700 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 66700 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1319492

[startup+1.50046 s]
/proc/loadavg: 2.19 2.18 2.18 3/183 22678
/proc/meminfo: memFree=28789288/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1319492 CPUtime=1.49 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 100174 0 0 0 135 14 0 0 20 0 4 0 116020998 1351159808 102516 33554432000 4194304 16246674 140733594591984 140733594574976 7367605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 329873 102516 803 2943 0 326767 0
[pid=22674/tid=22675] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 102516 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 102516 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1351159808 102516 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10039 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 22678
/proc/meminfo: memFree=28640720/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=3.09 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 233156 0 0 0 276 33 0 0 20 0 4 0 116020998 1388908544 235499 33554432000 4194304 16246674 140733594591984 140733594573888 6156109 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 235507 846 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 235512 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 235517 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 235521 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1356356

[startup+6.30042 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 22678
/proc/meminfo: memFree=28023484/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=6.28 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 273108 0 0 0 588 40 0 0 20 0 4 0 116020998 1388908544 275450 33554432000 4194304 16246674 140733594591984 140733594573888 6724792 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 275450 846 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 275450 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 275450 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 275450 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1356356

[startup+12.7004 s]
/proc/loadavg: 2.23 2.19 2.18 4/183 22678
/proc/meminfo: memFree=28003204/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=12.68 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 278240 0 0 0 1227 41 0 0 20 0 4 0 116020998 1388908544 280582 33554432000 4194304 16246674 140733594591984 140733594589952 5661532 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 280582 895 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1356356

[startup+25.5075 s]
/proc/loadavg: 2.19 2.18 2.18 4/183 22678
/proc/meminfo: memFree=28003340/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=25.49 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 278240 0 0 0 2508 41 0 0 20 0 4 0 116020998 1388908544 280582 33554432000 4194304 16246674 140733594591984 140733594573888 5813080 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 280582 895 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1356356

[startup+51.1004 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 22678
/proc/meminfo: memFree=28003344/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=51.08 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 278240 0 0 0 5067 41 0 0 20 0 4 0 116020998 1388908544 280582 33554432000 4194304 16246674 140733594591984 140733594573888 5711439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 280582 895 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280582 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1356356

[startup+102.3 s]
/proc/loadavg: 2.09 2.15 2.17 4/184 22680
/proc/meminfo: memFree=28002832/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1356356 CPUtime=102.27 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 278242 0 0 0 10185 42 0 0 20 0 4 0 116020998 1388908544 280584 33554432000 4194304 16246674 140733594591984 140733594573888 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 339089 280584 897 2943 0 335983 0
[pid=22674/tid=22675] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280584 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280584 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1356356 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1388908544 280584 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1356356


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

/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1434180

[startup+1302.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/183 22806
/proc/meminfo: memFree=27901532/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1434180 CPUtime=1302.01 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 297638 0 0 0 130149 52 0 0 20 0 4 0 116020998 1468600320 299821 33554432000 4194304 16246674 140733594591984 140733594573888 13774432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 358545 299821 897 2943 0 355439 0
[pid=22674/tid=22675] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1434180

[startup+1362.3 s]
/proc/loadavg: 2.14 2.19 2.18 3/184 22810
/proc/meminfo: memFree=27901520/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1434180 CPUtime=1361.97 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 297679 0 0 0 136145 52 0 0 20 0 4 0 116020998 1468600320 299821 33554432000 4194304 16246674 140733594591984 140733594573888 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 358545 299821 897 2943 0 355439 0
[pid=22674/tid=22675] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1434180 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1468600320 299821 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1434180

[startup+1422.3 s]
/proc/loadavg: 2.16 2.18 2.18 3/183 22811
/proc/meminfo: memFree=27698032/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1636932 CPUtime=1421.94 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 348511 0 0 0 142134 60 0 0 20 0 4 0 116020998 1676218368 350619 33554432000 4194304 16246674 140733594591984 140733594573888 5673488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 409233 350619 897 2943 0 406127 0
[pid=22674/tid=22675] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1636932

[startup+1482.3 s]
/proc/loadavg: 2.34 2.22 2.19 3/183 22812
/proc/meminfo: memFree=27697816/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1636932 CPUtime=1481.92 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 348536 0 0 0 148132 60 0 0 20 0 4 0 116020998 1676218368 350619 33554432000 4194304 16246674 140733594591984 140733594573888 12415831 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 409233 350619 897 2943 0 406127 0
[pid=22674/tid=22675] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1636932

[startup+1542.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/183 22814
/proc/meminfo: memFree=27697724/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1636932 CPUtime=1541.9 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 348567 0 0 0 154130 60 0 0 20 0 4 0 116020998 1676218368 350619 33554432000 4194304 16246674 140733594591984 140733594573888 5724032 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 409233 350619 897 2943 0 406127 0
[pid=22674/tid=22675] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1636932

[startup+1602.3 s]
/proc/loadavg: 2.24 2.23 2.19 4/182 22815
/proc/meminfo: memFree=27698264/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1636932 CPUtime=1601.88 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 348593 0 0 0 160127 61 0 0 20 0 4 0 116020998 1676218368 350619 33554432000 4194304 16246674 140733594591984 140733594573888 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 409233 350619 897 2943 0 406127 0
[pid=22674/tid=22675] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1636932 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1676218368 350619 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1636932

[startup+1662.31 s]
/proc/loadavg: 2.18 2.21 2.18 3/183 22817
/proc/meminfo: memFree=27435404/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1899076 CPUtime=1661.87 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 414027 0 0 0 166117 70 0 0 20 0 4 0 116020998 1944653824 416026 33554432000 4194304 16246674 140733594591984 140733594573888 5722960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 474769 416026 897 2943 0 471663 0
[pid=22674/tid=22675] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1899076

[startup+1722.3 s]
/proc/loadavg: 2.33 2.25 2.19 3/183 22818
/proc/meminfo: memFree=27435320/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1899076 CPUtime=1721.84 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 414050 0 0 0 172114 70 0 0 20 0 4 0 116020998 1944653824 416026 33554432000 4194304 16246674 140733594591984 140733594574984 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 474769 416026 897 2943 0 471663 0
[pid=22674/tid=22675] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1899076

[startup+1782.3 s]
/proc/loadavg: 2.32 2.26 2.20 3/183 22819
/proc/meminfo: memFree=27434980/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=1899076 CPUtime=1781.81 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 414068 0 0 0 178111 70 0 0 20 0 4 0 116020998 1944653824 416026 33554432000 4194304 16246674 140733594591984 140733594573888 5523464 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 474769 416026 897 2943 0 471663 0
[pid=22674/tid=22675] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=1899076 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 1944653824 416026 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1899076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.29 2.26 2.19 3/182 22819
/proc/meminfo: memFree=27286532/32872528 swapFree=16636/1570076
[pid=22674] ppid=22671 vsize=2046532 CPUtime=1800.01 cores=1,3,5,7
/proc/22674/stat : 22674 (toysat) R 22671 22674 2168 0 -1 4202496 451127 0 0 0 179923 78 0 0 20 0 4 0 116020998 2095648768 453079 33554432000 4194304 16246674 140733594591984 140733594573888 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22674/statm: 511633 453079 897 2943 0 508527 0
[pid=22674/tid=22675] ppid=22671 vsize=2046532 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22675/stat : 22675 (toysat) S 22671 22674 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 116020999 2095648768 453079 33554432000 4194304 16246674 140733594591984 140616543481072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22674/tid=22676] ppid=22671 vsize=2046532 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22676/stat : 22676 (toysat) S 22671 22674 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 116020999 2095648768 453079 33554432000 4194304 16246674 140733594591984 140616532991216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22674/tid=22677] ppid=22671 vsize=2046532 CPUtime=0 cores=1,3,5,7
/proc/22674/task/22677/stat : 22677 (toysat) S 22671 22674 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 116020999 2095648768 453079 33554432000 4194304 16246674 140733594591984 140616522517680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2046532

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.54
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.814876
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 2046532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.814876
maximum resident set size= 1812316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451127
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= 453
involuntary context switches= 1944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.13376 second user time and 9.41357 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 01:08:06
IDJOB=4079346
IDBENCH=92770
IDSOLVER=2542
FILE ID=node140/4079346-1465340886
RUNJOBID= node140-1465312758-19944
PBS_JOBID= 19850417
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 682b99afc8253237d78b2f22551fbcba
RANDOM SEED=963705616

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29125664 kB
Buffers:           78056 kB
Cached:           233516 kB
SwapCached:         1660 kB
Active:          1267252 kB
Inactive:         160656 kB
Active(anon):    1112476 kB
Inactive(anon):     5988 kB
Active(file):     154776 kB
Inactive(file):   154668 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             28200 kB
Writeback:             0 kB
AnonPages:       2687864 kB
Mapped:            10672 kB
Shmem:                 0 kB
Slab:             614540 kB
SReclaimable:      58268 kB
SUnreclaim:       556272 kB
KernelStack:        1480 kB
PageTables:         9340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2829932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2664448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node140 at 2016-06-08 01:38:07