Trace number 4079289

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_4.opb
MD5SUMae94003fbe7fdee247bdd3d5d595cb68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10590801
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 141420761
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 186872004500
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 141420761
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 186872004500
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T23:51:18+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079289-1465336278.opb"]
0.00/0.01	c use --random-gen="1843765255 1921072004 3997956007 3550951854 1717463189 509772246 1332419880 3221327858 3676519135 3046122582 1948201351 2429750475 3305913540 3449311339 2065969977 3427903469 2535310958 2600259289 4028116862 134819205 152421987 3906807925 2708130631 2690839137 1465135668 3618118060 2335032082 282712507 3438117358 3371984217 170126632 588707618 955455127 2456287652 1507373055 1619065474 1695001777 1843792039 2759500354 3224627739 2805674160 2955673574 1099309958 3044143910 4187026867 335640981 1985415856 4142478336 3573561658 1386927860 1823943632 1939101739 2986393880 3673367680 751541693 3713697867 846091672 586084205 3017743808 43244655 392328554 3404675042 779290039 4169035459 240725035 4031194447 2287508627 2514788875 1900017496 787043764 2705598472 3553237809 503033373 2975052724 114159212 3554128257 594574205 3836142220 439075115 2042032724 1856769910 1009543 742776788 1180511678 2765962312 3864227522 1478993710 390763233 4197978044 195191508 991928714 266051408 3874011076 2139987362 3536862737 2163402314 1114921229 2637271845 245760245 3264931544 1229583833 434159383 992382909 2167408420 1826543939 280883822 3046542188 3573747582 2227574039 4175567292 2824729625 2887428199 3243592989 3632176228 2520696 3033075162 2998829070 522644869 3701896475 3709565307 1568077347 1007114907 813009850 3235302620 2410745131 1575430108 1170316160 1990055140 951891253 422592571 3649855169 14193345 3392004324 2113033487 1497179517 2840755509 871099521 2237942245 2634912447 2698855004 684237660 3886775573 3762872536 3951513495 2450447159 3660075134 3532561762 1582819214 2279825447 2525418998 256317257 73151102 2355809589 434280453 2328561593 329845025 3449866028 4255211783 343224707 270125402 92797988 866076049 327760576 632954129 3558264156 3995207462 147080224 2389055969 1108648469 2062826847 3251122827 1049129146 565848415 283696874 3305448513 413968569 4171608751 3310435563 43376999 3409410123 3561675852 139302085 2581118169 475497543 2383582771 2487699580 4202411147 4071388345 2737234109 1061309205 577498102 1108290760 4169092502 2946133860 2200774086 2455356799 3647403875 3797603643 3201639917 2590956568 1613996567 2487972678 540095857 2934228324 2067363838 1258069479 1515487457 3052607521 3291983973 2265560499 3956939115 3226852304 3634299500 2269861699 2679727178 2780151859 1042127580 2310930868 593579398 720374073 3315187915 3798702718 4195431619 1341305662 1400695634 580070269 2304448019 549947008 3511735228 3112411883 611546558 1966132496 3646742367 2571428171 3803279140 1171423527 1636558237 2709857844 4175699128 1589698561 2100717596 2604157409 836414857 987574169 923550409 64866731 4063259346 1359005977 926869222 542405028 1773663699 2367078886 2732705649 515478951 1371756427 2387097067 255 362436" option to reproduce the execution
0.29/0.34	c #vars 20200
0.29/0.34	c #constraints 30206
1.38/1.40	c BCD2: Hardening is enabled.
1.38/1.40	c BCD2: BiasedSearch is enabled.
1.38/1.40	c Solving starts ...
1.38/1.40	c ============================[ Search Statistics ]============================
1.38/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.40	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |    23402      0 |      200 |        0
1.98/2.07	c  0.7s |       1 |      180 |      100 |    23402      0 |      200 |        0
5.49/5.56	c  4.1s |       1 |     1896 |      200 |    25743      0 |      200 |        0
6.78/6.86	c  5.4s |       2 |     1930 |      250 |    25743      0 |      200 |        0
10.38/10.46	c  9.0s |       2 |     2159 |      350 |    28318      0 |      200 |        0
13.98/14.06	c 12.6s |       2 |     2308 |      450 |    28318      0 |      200 |        0
14.68/14.73	c 13.3s |       3 |     2331 |      475 |    28318      0 |      200 |        0
17.59/17.66	c 16.2s |       3 |     2545 |      575 |    31150      0 |      200 |        0
21.28/21.33	c 19.9s |       3 |     2763 |      775 |    31150      0 |      200 |        0
22.78/22.82	c 21.4s |       4 |     2803 |      813 |    31150      0 |      200 |        0
25.98/26.09	c 24.7s |       4 |     3007 |      913 |    34265      0 |      200 |        0
29.29/29.36	c 27.9s |       4 |     3118 |     1013 |    34265      0 |      200 |        0
33.29/33.33	c 31.9s |       4 |     3238 |     1113 |    34265      0 |      200 |        0
37.69/37.73	c 36.3s |       4 |     3303 |     1213 |    34265      0 |      200 |        0
40.79/40.84	c 39.4s |       4 |     3432 |     1313 |    34265      0 |      200 |        0
40.89/40.99	c 39.6s |       5 |     3444 |     1320 |    34265      0 |      200 |        0
42.99/43.04	c 41.6s |       5 |     3634 |     1420 |    37692      0 |      200 |        0
46.19/46.21	c 44.8s |       5 |     3870 |     1620 |    37692      0 |      200 |        0
49.88/49.97	c 48.6s |       5 |     4128 |     1820 |    37692      0 |      200 |        0
52.89/52.99	c 51.6s |       5 |     4221 |     1920 |    37692      0 |      200 |        0
55.98/56.05	c 54.6s |       5 |     4351 |     2020 |    37692      0 |      200 |        0
58.08/58.12	c 56.7s |       6 |     4429 |     2081 |    41462      0 |      200 |        0
61.18/61.21	c 59.8s |       6 |     4633 |     2181 |    41462      0 |      200 |        0
64.28/64.38	c 63.0s |       6 |     4753 |     2281 |    41462      0 |      200 |        0
67.58/67.64	c 66.2s |       6 |     4860 |     2381 |    41462      0 |      200 |        0
70.49/70.58	c 69.2s |       6 |     4955 |     2481 |    41462      0 |      200 |        0
73.18/73.24	c 71.8s |       6 |     5041 |     2581 |    41462      0 |      200 |        0
76.48/76.51	c 75.1s |       6 |     5275 |     2781 |    41462      0 |      200 |        0
78.58/78.69	c 77.3s |       6 |     5378 |     2881 |    41462      0 |      200 |        0
82.18/82.24	c 80.8s |       6 |     5580 |     3081 |    41462      0 |      200 |        0
85.18/85.28	c 83.9s |       6 |     5689 |     3181 |    41462      0 |      200 |        0
85.98/86.03	c 84.6s |       7 |     5715 |     3223 |    45609      0 |      200 |        0
88.48/88.57	c 87.1s |       7 |     6078 |     3423 |    45609      0 |      200 |        0
92.08/92.12	c 90.7s |       7 |     6331 |     3623 |    45609      0 |      200 |        0
95.68/95.75	c 94.3s |       7 |     6693 |     3823 |    45609      0 |      200 |        0
98.17/98.21	c 96.8s |       7 |     6871 |     3923 |    45609      0 |      200 |        0
100.27/100.34	c 98.9s |       7 |     7126 |     4123 |    45609      0 |      200 |        0
103.07/103.17	c  101s |       7 |     7378 |     4323 |    45609      0 |      200 |        0
107.17/107.23	c  105s |       7 |     7699 |     4523 |    45609      0 |      200 |        0
110.08/110.12	c  108s |       7 |     8028 |     4723 |    45609      0 |      200 |        0
112.87/112.90	c  111s |       7 |     8263 |     4923 |    50170      0 |      200 |        0
113.17/113.22	c  111s |       8 |     8279 |     4936 |    50170      0 |      200 |        0
116.17/116.20	c  114s |       8 |     8624 |     5136 |    50170      0 |      200 |        0
119.57/119.68	c  118s |       8 |     8827 |     5336 |    50170      0 |      200 |        0
121.97/122.08	c  120s |       8 |     8938 |     5436 |    50170      0 |      200 |        0
124.07/124.19	c  122s |       8 |     9055 |     5536 |    50170      0 |      200 |        0
126.67/126.73	c  125s |       8 |     9228 |     5636 |    50170      0 |      200 |        0
128.78/128.84	c  127s |       8 |     9350 |     5736 |    50170      0 |      200 |        0
131.77/131.80	c  130s |       8 |     9467 |     5836 |    50170      0 |      200 |        0
134.87/134.94	c  133s |       8 |     9588 |     5936 |    50170      0 |      200 |        0
137.17/137.23	c  135s |       8 |     9683 |     6036 |    50170      0 |      200 |        0
140.27/140.30	c  138s |       8 |     9797 |     6136 |    50170      0 |      200 |        0
142.77/142.80	c  141s |       8 |     9905 |     6236 |    50170      0 |      200 |        0
145.47/145.59	c  144s |       8 |    10034 |     6336 |    50170      0 |      200 |        0
148.17/148.25	c  146s |       8 |    10186 |     6436 |    50170      0 |      200 |        0
151.27/151.34	c  149s |       8 |    10286 |     6536 |    50170      0 |      200 |        0
153.97/154.03	c  152s |       8 |    10425 |     6636 |    50170      0 |      200 |        0
157.66/157.74	c  156s |       8 |    10522 |     6736 |    50170      0 |      200 |        0
160.36/160.47	c  159s |       8 |    10680 |     6836 |    50170      0 |      200 |        0
162.96/163.07	c  161s |       8 |    10775 |     6936 |    50170      0 |      200 |        0
166.07/166.12	c  164s |       8 |    10896 |     7036 |    50170      0 |      200 |        0
168.96/169.05	c  167s |       8 |    11001 |     7136 |    50170      0 |      200 |        0
171.76/171.84	c  170s |       8 |    11109 |     7236 |    50170      0 |      200 |        0
174.66/174.71	c  173s |       8 |    11214 |     7336 |    50170      0 |      200 |        0
177.07/177.11	c  175s |       8 |    11337 |     7436 |    50170      0 |      200 |        0
179.06/179.17	c  177s |       9 |    11399 |     7506 |    55188      0 |      200 |        0
181.36/181.43	c  180s |       9 |    11660 |     7606 |    55188      0 |      200 |        0
184.66/184.80	c  183s |       9 |    11873 |     7806 |    55188      0 |      200 |        0
189.06/189.18	c  187s |       9 |    12119 |     8006 |    55188      0 |      200 |        0
191.26/191.30	c  189s |       9 |    12255 |     8106 |    55188      0 |      200 |        0
193.76/193.83	c  192s |       9 |    12384 |     8206 |    55188      0 |      200 |        0
195.96/196.03	c  194s |       9 |    12479 |     8306 |    55188      0 |      200 |        0
199.16/199.26	c  197s |       9 |    12604 |     8406 |    55188      0 |      200 |        0
202.16/202.21	c  200s |       9 |    12695 |     8506 |    55188      0 |      200 |        0
204.75/204.80	c  203s |       9 |    12819 |     8606 |    55188      0 |      200 |        0
208.15/208.20	c  206s |       9 |    12945 |     8706 |    55188      0 |      200 |        0
212.26/212.40	c  210s |       9 |    13170 |     8906 |    55188      0 |      200 |        0
216.15/216.22	c  214s |       9 |    13384 |     9106 |    55188      0 |      200 |        0
218.96/219.04	c  217s |       9 |    13595 |     9306 |    55188      0 |      200 |        0
220.95/221.06	c  219s |       9 |    13704 |     9406 |    55188      0 |      200 |        0
223.75/223.81	c  222s |       9 |    13918 |     9606 |    55188      0 |      200 |        0
226.85/226.92	c  225s |       9 |    14130 |     9806 |    55188      0 |      200 |        0
230.35/230.49	c  229s |       9 |    14349 |    10006 |    55188      0 |      200 |        0
233.56/233.62	c  232s |       9 |    14566 |    10206 |    55188      0 |      200 |        0
235.76/235.88	c  234s |       9 |    14672 |    10306 |    55188      0 |      200 |        0
238.56/238.68	c  237s |       9 |    14874 |    10506 |    55188      0 |      200 |        0
240.96/241.05	c  239s |       9 |    14980 |    10606 |    55188      0 |      200 |        0
242.96/243.09	c  241s |       9 |    15090 |    10706 |    55188      0 |      200 |        0
247.05/247.17	c  245s |       9 |    15294 |    10906 |    55188      0 |      200 |        0
249.25/249.32	c  247s |       9 |    15401 |    11006 |    55188      0 |      200 |        0
252.55/252.67	c  251s |       9 |    15609 |    11206 |    55188      0 |      200 |        0
255.26/255.39	c  253s |      10 |    15780 |    11361 |    60707      0 |      200 |        0
257.55/257.65	c  256s |      10 |    16073 |    11461 |    60707      0 |      200 |        0
259.66/259.72	c  258s |      10 |    16180 |    11561 |    60707      0 |      200 |        0
261.86/261.95	c  260s |      10 |    16605 |    11761 |    60707      0 |      200 |        0
265.25/265.33	c  263s |      10 |    16850 |    11961 |    60707      0 |      200 |        0
267.26/267.34	c  265s |      10 |    16981 |    12061 |    60707      0 |      200 |        0
271.35/271.46	c  270s |      10 |    17237 |    12261 |    60707      0 |      200 |        0
273.65/273.76	c  272s |      10 |    17338 |    12361 |    60707      0 |      200 |        0
277.55/277.68	c  276s |      10 |    17560 |    12561 |    60707      0 |      200 |        0
279.65/279.72	c  278s |      10 |    17672 |    12661 |    60707      0 |      200 |        0
282.15/282.29	c  280s |      10 |    17818 |    12761 |    60707      0 |      200 |        0
284.95/285.03	c  283s |      10 |    17923 |    12861 |    60707      0 |      200 |        0
287.55/287.63	c  286s |      10 |    18036 |    12961 |    60707      0 |      200 |        0
290.24/290.39	c  288s |      10 |    18285 |    13161 |    60707      0 |      200 |        0
292.34/292.47	c  291s |      10 |    18378 |    13261 |    60707      0 |      200 |        0
295.14/295.26	c  293s |      10 |    18494 |    13361 |    60707      0 |      200 |        0
297.44/297.53	c  296s |      10 |    18626 |    13461 |    60707      0 |      200 |        0
299.54/299.62	c  298s |      10 |    18727 |    13561 |    60707      0 |      200 |        0
302.04/302.15	c  300s |      10 |    18827 |    13661 |    60707      0 |      200 |        0
304.65/304.73	c  303s |      10 |    18975 |    13761 |    60707      0 |      200 |        0
306.64/306.78	c  305s |      10 |    19073 |    13861 |    60707      0 |      200 |        0
308.84/308.94	c  307s |      10 |    19194 |    13961 |    60707      0 |      200 |        0
311.54/311.60	c  310s |      10 |    19327 |    14061 |    60707      0 |      200 |        0
313.64/313.75	c  312s |      10 |    19441 |    14161 |    60707      0 |      200 |        0
315.75/315.84	c  314s |      10 |    19568 |    14261 |    60707      0 |      200 |        0
318.54/318.61	c  317s |      10 |    19825 |    14461 |    60707      0 |      200 |        0
320.84/320.93	c  319s |      10 |    19965 |    14561 |    60707      0 |      200 |        0
323.64/323.74	c  322s |      10 |    20074 |    14661 |    60707      0 |      200 |        0
325.74/325.84	c  324s |      10 |    20188 |    14761 |    60707      0 |      200 |        0
328.85/328.98	c  327s |      10 |    20393 |    14961 |    60707      0 |      200 |        0
331.44/331.50	c  330s |      10 |    20521 |    15061 |    60707      0 |      200 |        0
333.84/333.96	c  332s |      10 |    20620 |    15161 |    60707      0 |      200 |        0
336.04/336.19	c  334s |      10 |    20710 |    15261 |    60707      0 |      200 |        0
338.14/338.27	c  336s |      10 |    20827 |    15361 |    60707      0 |      200 |        0
341.34/341.40	c  339s |      10 |    20954 |    15461 |    60707      0 |      200 |        0
343.64/343.78	c  342s |      10 |    21067 |    15561 |    60707      0 |      200 |        0
345.74/345.85	c  344s |      10 |    21180 |    15661 |    60707      0 |      200 |        0
347.94/348.02	c  346s |      10 |    21292 |    15761 |    60707      0 |      200 |        0
350.63/350.71	c  349s |      10 |    21409 |    15861 |    60707      0 |      200 |        0
352.93/353.02	c  351s |      10 |    21506 |    15961 |    60707      0 |      200 |        0
355.43/355.54	c  354s |      10 |    21650 |    16061 |    60707      0 |      200 |        0
358.54/358.62	c  357s |      10 |    21850 |    16261 |    60707      0 |      200 |        0
363.53/363.63	c  362s |      10 |    22082 |    16461 |    60707      0 |      200 |        0
366.43/366.53	c  365s |      10 |    22195 |    16561 |    60707      0 |      200 |        0
370.64/370.73	c  369s |      10 |    22516 |    16761 |    60707      0 |      200 |        0
373.43/373.56	c  372s |      10 |    22657 |    16861 |    60707      0 |      200 |        0
376.24/376.33	c  374s |      10 |    22771 |    16961 |    60707      0 |      200 |        0
378.83/378.96	c  377s |      10 |    22894 |    17061 |    66778      0 |      200 |        0
380.73/380.85	c  379s |      11 |    22980 |    17144 |    66778      0 |      200 |        0
383.03/383.15	c  381s |      11 |    23202 |    17244 |    66778      0 |      200 |        0
385.93/386.04	c  384s |      11 |    23306 |    17344 |    66778      0 |      200 |        0
389.34/389.40	c  387s |      11 |    23412 |    17444 |    66778      0 |      200 |        0
392.83/392.97	c  391s |      11 |    23526 |    17544 |    66778      0 |      200 |        0
396.83/396.94	c  395s |      11 |    23944 |    17744 |    66778      0 |      200 |        0
399.13/399.24	c  397s |      11 |    24075 |    17844 |    66778      0 |      200 |        0
401.23/401.38	c  399s |      11 |    24214 |    17944 |    66778      0 |      200 |        0
403.83/403.91	c  402s |      11 |    24342 |    18044 |    66778      0 |      200 |        0
407.13/407.20	c  405s |      11 |    24549 |    18244 |    66778      0 |      200 |        0
410.13/410.26	c  408s |      11 |    24657 |    18344 |    66778      0 |      200 |        0
412.53/412.60	c  411s |      11 |    24781 |    18444 |    66778      0 |      200 |        0
415.83/415.95	c  414s |      11 |    24903 |    18544 |    66778      0 |      200 |        0
419.13/419.28	c  417s |      11 |    25094 |    18744 |    66778      0 |      200 |        0
422.02/422.18	c  420s |      11 |    25299 |    18944 |    66778      0 |      200 |        0
425.52/425.69	c  424s |      11 |    25494 |    19144 |    66778      0 |      200 |        0
427.93/428.04	c  426s |      11 |    25625 |    19244 |    66778      0 |      200 |        0
431.02/431.13	c  429s |      11 |    25728 |    19344 |    66778      0 |      200 |        0
434.22/434.34	c  432s |      11 |    25841 |    19444 |    66778      0 |      200 |        0
436.22/436.36	c  434s |      11 |    25930 |    19544 |    66778      0 |      200 |        0
438.52/438.64	c  437s |      11 |    26037 |    19644 |    66778      0 |      200 |        0
440.62/440.74	c  439s |      11 |    26142 |    19744 |    66778      0 |      200 |        0
444.52/444.66	c  443s |      11 |    26377 |    19944 |    66778      0 |      200 |        0
447.02/447.15	c  445s |      11 |    26459 |    20044 |    66778      0 |      200 |        0
450.32/450.48	c  449s |      11 |    26563 |    20144 |    66778      0 |      200 |        0
452.62/452.77	c  451s |      11 |    26696 |    20244 |    66778      0 |      200 |        0
455.32/455.40	c  453s |      11 |    26803 |    20344 |    66778      0 |      200 |        0
458.02/458.12	c  456s |      11 |    26924 |    20444 |    66778      0 |      200 |        0
460.82/460.92	c  459s |      11 |    27033 |    20544 |    66778      0 |      200 |        0
463.02/463.15	c  461s |      11 |    27164 |    20644 |    66778      0 |      200 |        0
465.72/465.80	c  464s |      11 |    27256 |    20744 |    66778      0 |      200 |        0
468.22/468.31	c  466s |      11 |    27464 |    20944 |    66778      0 |      200 |        0
470.42/470.57	c  469s |      11 |    27555 |    21044 |    66778      0 |      200 |        0
472.42/472.58	c  471s |      11 |    27663 |    21144 |    66778      0 |      200 |        0
475.01/475.19	c  473s |      11 |    27764 |    21244 |    66778      0 |      200 |        0
477.71/477.81	c  476s |      11 |    27870 |    21344 |    66778      0 |      200 |        0
479.71/479.86	c  478s |      11 |    27975 |    21444 |    66778      0 |      200 |        0
482.31/482.46	c  481s |      11 |    28116 |    21544 |    66778      0 |      200 |        0
486.91/487.07	c  485s |      11 |    28396 |    21744 |    66778      0 |      200 |        0
490.21/490.36	c  488s |      11 |    28497 |    21844 |    66778      0 |      200 |        0
492.82/492.91	c  491s |      11 |    28632 |    21944 |    66778      0 |      200 |        0
495.02/495.19	c  493s |      11 |    28742 |    22044 |    66778      0 |      200 |        0
497.22/497.37	c  495s |      11 |    28843 |    22144 |    66778      0 |      200 |        0
500.61/500.73	c  499s |      11 |    28967 |    22244 |    66778      0 |      200 |        0
504.11/504.27	c  502s |      11 |    29053 |    22344 |    66778      0 |      200 |        0
507.31/507.41	c  505s |      11 |    29172 |    22444 |    66778      0 |      200 |        0
510.21/510.36	c  508s |      11 |    29283 |    22544 |    66778      0 |      200 |        0
512.52/512.67	c  511s |      11 |    29388 |    22644 |    66778      0 |      200 |        0
516.91/517.01	c  515s |      11 |    29604 |    22844 |    66778      0 |      200 |        0
518.91/519.05	c  517s |      11 |    29716 |    22944 |    66778      0 |      200 |        0
522.11/522.25	c  520s |      11 |    29904 |    23144 |    66778      0 |      200 |        0
524.11/524.26	c  522s |      11 |    30006 |    23244 |    66778      0 |      200 |        0
527.50/527.65	c  526s |      11 |    30130 |    23344 |    66778      0 |      200 |        0
530.30/530.44	c  529s |      11 |    30232 |    23444 |    66778      0 |      200 |        0
533.60/533.73	c  532s |      11 |    30338 |    23544 |    66778      0 |      200 |        0
536.60/536.79	c  535s |      11 |    30466 |    23644 |    66778      0 |      200 |        0
540.30/540.43	c  539s |      11 |    30668 |    23844 |    66778      0 |      200 |        0
543.00/543.17	c  541s |      11 |    30776 |    23944 |    66778      0 |      200 |        0
545.00/545.19	c  543s |      11 |    30884 |    24044 |    66778      0 |      200 |        0
548.50/548.68	c  547s |      11 |    30993 |    24144 |    66778      0 |      200 |        0
551.50/551.62	c  550s |      11 |    31122 |    24244 |    66778      0 |      200 |        0
554.20/554.32	c  552s |      11 |    31234 |    24344 |    66778      0 |      200 |        0
556.30/556.41	c  554s |      11 |    31366 |    24444 |    66778      0 |      200 |        0
558.71/558.81	c  557s |      11 |    31478 |    24544 |    66778      0 |      200 |        0
561.60/561.73	c  560s |      11 |    31622 |    24644 |    66778      0 |      200 |        0
564.80/564.91	c  563s |      11 |    31792 |    24744 |    66778      0 |      200 |        0
567.10/567.21	c  565s |      11 |    31902 |    24844 |    66778      0 |      200 |        0
569.10/569.28	c  567s |      11 |    31991 |    24944 |    66778      0 |      200 |        0
572.40/572.59	c  571s |      11 |    32194 |    25144 |    66778      0 |      200 |        0
576.11/576.23	c  574s |      11 |    32438 |    25344 |    66778      0 |      200 |        0
578.70/578.84	c  577s |      11 |    32540 |    25444 |    66778      0 |      200 |        0
580.90/581.07	c  579s |      11 |    32629 |    25544 |    66778      0 |      200 |        0
584.50/584.67	c  583s |      11 |    32831 |    25744 |    73456      0 |      200 |        0
585.60/585.74	c  584s |      12 |    32906 |    25819 |    73456      0 |      200 |        0
588.10/588.27	c  586s |      12 |    33105 |    25919 |    73456      0 |      200 |        0
590.90/591.07	c  589s |      12 |    33219 |    26019 |    73456      0 |      200 |        0
593.60/593.74	c  592s |      12 |    33363 |    26119 |    73456      0 |      200 |        0
596.30/596.48	c  595s |      12 |    33485 |    26219 |    73456      0 |      200 |        0
598.90/599.01	c  597s |      12 |    33603 |    26319 |    73456      0 |      200 |        0
602.00/602.11	c  600s |      12 |    33747 |    26419 |    73456      0 |      200 |        0
605.20/605.31	c  603s |      12 |    33872 |    26519 |    73456      0 |      200 |        0
609.10/609.20	c  607s |      12 |    33951 |    26619 |    73456      0 |      200 |        0
612.50/612.68	c  611s |      12 |    34084 |    26719 |    73456      0 |      200 |        0
615.10/615.25	c  613s |      12 |    34201 |    26819 |    73456      0 |      200 |        0
617.40/617.59	c  616s |      12 |    34376 |    26919 |    73456      0 |      200 |        0
620.90/621.03	c  619s |      12 |    34466 |    27019 |    73456      0 |      200 |        0
623.80/623.99	c  622s |      12 |    34578 |    27119 |    73456      0 |      200 |        0
626.40/626.53	c  625s |      12 |    34686 |    27219 |    73456      0 |      200 |        0
628.60/628.78	c  627s |      12 |    34785 |    27319 |    73456      0 |      200 |        0
631.10/631.22	c  629s |      12 |    34882 |    27419 |    73456      0 |      200 |        0
633.29/633.48	c  632s |      12 |    34983 |    27519 |    73456      0 |      200 |        0
635.39/635.51	c  634s |      12 |    35076 |    27619 |    73456      0 |      200 |        0
638.89/639.06	c  637s |      12 |    35278 |    27819 |    73456      0 |      200 |        0
642.49/642.69	c  641s |      12 |    35403 |    27919 |    73456      0 |      200 |        0
644.89/645.06	c  643s |      12 |    35499 |    28019 |    73456      0 |      200 |        0
647.09/647.26	c  645s |      12 |    35594 |    28119 |    73456      0 |      200 |        0
650.59/650.79	c  649s |      12 |    35788 |    28319 |    73456      0 |      200 |        0
654.79/654.93	c  653s |      12 |    36015 |    28519 |    73456      0 |      200 |        0
658.09/658.26	c  656s |      12 |    36109 |    28619 |    73456      0 |      200 |        0
660.89/661.06	c  659s |      12 |    36215 |    28719 |    73456      0 |      200 |        0
663.09/663.27	c  661s |      12 |    36324 |    28819 |    73456      0 |      200 |        0
665.29/665.44	c  664s |      12 |    36424 |    28919 |    73456      0 |      200 |        0
669.49/669.66	c  668s |      12 |    36532 |    29019 |    73456      0 |      200 |        0
672.49/672.69	c  671s |      12 |    36650 |    29119 |    73456      0 |      200 |        0
675.19/675.30	c  673s |      12 |    36771 |    29219 |    73456      0 |      200 |        0
677.79/677.96	c  676s |      12 |    36863 |    29319 |    73456      0 |      200 |        0
680.89/681.05	c  679s |      12 |    36967 |    29419 |    73456      0 |      200 |        0
683.59/683.74	c  682s |      12 |    37284 |    29519 |    73456      0 |      200 |        0
687.18/687.38	c  685s |      12 |    37374 |    29619 |    73456      0 |      200 |        0
690.69/690.86	c  689s |      12 |    37489 |    29719 |    73456      0 |      200 |        0
693.48/693.63	c  692s |      12 |    37598 |    29819 |    73456      0 |      200 |        0
696.88/697.03	c  695s |      12 |    37714 |    29919 |    73456      0 |      200 |        0
701.38/701.58	c  700s |      12 |    37861 |    30019 |    73456      0 |      200 |        0
704.98/705.11	c  703s |      12 |    37960 |    30119 |    73456      0 |      200 |        0
707.28/707.43	c  706s |      12 |    38044 |    30219 |    73456      0 |      200 |        0
709.68/709.82	c  708s |      12 |    38155 |    30319 |    73456      0 |      200 |        0
711.68/711.83	c  710s |      12 |    38244 |    30419 |    73456      0 |      200 |        0
714.68/714.81	c  713s |      12 |    38451 |    30619 |    73456      0 |      200 |        0
717.18/717.39	c  715s |      12 |    38587 |    30719 |    73456      0 |      200 |        0
719.97/720.18	c  718s |      12 |    38692 |    30819 |    73456      0 |      200 |        0
722.58/722.70	c  721s |      12 |    38807 |    30919 |    73456      0 |      200 |        0
725.88/726.02	c  724s |      12 |    38927 |    31019 |    73456      0 |      200 |        0
729.07/729.20	c  727s |      12 |    39032 |    31119 |    73456      0 |      200 |        0
731.48/731.65	c  730s |      12 |    39144 |    31219 |    73456      0 |      200 |        0
734.47/734.68	c  733s |      12 |    39240 |    31319 |    73456      0 |      200 |        0
737.07/737.25	c  735s |      12 |    39350 |    31419 |    73456      0 |      200 |        0
739.37/739.58	c  738s |      12 |    39451 |    31519 |    73456      0 |      200 |        0
742.48/742.64	c  741s |      12 |    39651 |    31719 |    73456      0 |      200 |        0
745.57/745.80	c  744s |      12 |    39865 |    31919 |    73456      0 |      200 |        0
747.77/747.99	c  746s |      12 |    39970 |    32019 |    73456      0 |      200 |        0
750.08/750.24	c  748s |      12 |    40093 |    32119 |    73456      0 |      200 |        0
752.47/752.65	c  751s |      12 |    40185 |    32219 |    73456      0 |      200 |        0
755.27/755.42	c  753s |      12 |    40289 |    32319 |    73456      0 |      200 |        0
758.37/758.51	c  757s |      12 |    40388 |    32419 |    73456      0 |      200 |        0
761.67/761.80	c  760s |      12 |    40503 |    32519 |    73456      0 |      200 |        0
765.17/765.31	c  763s |      12 |    40641 |    32619 |    73456      0 |      200 |        0
768.27/768.47	c  767s |      12 |    40723 |    32719 |    73456      0 |      200 |        0
771.37/771.57	c  770s |      12 |    40836 |    32819 |    73456      0 |      200 |        0
774.37/774.59	c  773s |      12 |    41041 |    32919 |    73456      0 |      200 |        0
777.37/777.56	c  776s |      12 |    41156 |    33019 |    73456      0 |      200 |        0
779.67/779.80	c  778s |      12 |    41238 |    33119 |    73456      0 |      200 |        0
782.37/782.50	c  781s |      12 |    41394 |    33219 |    73456      0 |      200 |        0
785.27/785.50	c  784s |      12 |    41502 |    33319 |    73456      0 |      200 |        0
788.26/788.48	c  787s |      12 |    41627 |    33419 |    73456      0 |      200 |        0
790.96/791.17	c  789s |      12 |    41734 |    33519 |    73456      0 |      200 |        0
793.46/793.63	c  792s |      12 |    41848 |    33619 |    73456      0 |      200 |        0
796.06/796.26	c  794s |      12 |    41956 |    33719 |    73456      0 |      200 |        0
798.86/799.08	c  797s |      12 |    42096 |    33819 |    73456      0 |      200 |        0
801.96/802.10	c  800s |      12 |    42212 |    33919 |    73456      0 |      200 |        0
804.07/804.28	c  802s |      12 |    42315 |    34019 |    73456      0 |      200 |        0
806.46/806.67	c  805s |      12 |    42426 |    34119 |    73456      0 |      200 |        0
809.06/809.23	c  807s |      12 |    42530 |    34219 |    73456      0 |      200 |        0
811.26/811.40	c  809s |      12 |    42627 |    34319 |    73456      0 |      200 |        0
813.26/813.40	c  811s |      12 |    42763 |    34419 |    73456      0 |      200 |        0
815.56/815.78	c  814s |      12 |    42865 |    34519 |    73456      0 |      200 |        0
818.16/818.37	c  816s |      12 |    43057 |    34619 |    73456      0 |      200 |        0
821.46/821.65	c  820s |      12 |    43186 |    34719 |    73456      0 |      200 |        0
823.87/824.01	c  822s |      12 |    43318 |    34819 |    73456      0 |      200 |        0
827.97/828.17	c  826s |      12 |    43420 |    34919 |    73456      0 |      200 |        0
832.07/832.27	c  830s |      12 |    43634 |    35119 |    73456      0 |      200 |        0
835.27/835.41	c  833s |      12 |    43746 |    35219 |    73456      0 |      200 |        0
838.57/838.74	c  837s |      12 |    43857 |    35319 |    73456      0 |      200 |        0
842.27/842.42	c  840s |      12 |    43940 |    35419 |    73456      0 |      200 |        0
845.66/845.87	c  844s |      12 |    44063 |    35519 |    73456      0 |      200 |        0
848.26/848.44	c  847s |      12 |    44197 |    35619 |    73456      0 |      200 |        0
850.56/850.74	c  849s |      12 |    44301 |    35719 |    73456      0 |      200 |        0
853.06/853.29	c  851s |      12 |    44420 |    35819 |    73456      0 |      200 |        0
855.36/855.56	c  854s |      12 |    44529 |    35919 |    73456      0 |      200 |        0
857.46/857.62	c  856s |      12 |    44650 |    36019 |    73456      0 |      200 |        0
860.07/860.27	c  858s |      12 |    44741 |    36119 |    73456      0 |      200 |        0
862.37/862.58	c  861s |      12 |    44843 |    36219 |    73456      0 |      200 |        0
866.26/866.42	c  864s |      12 |    44940 |    36319 |    73456      0 |      200 |        0
869.16/869.30	c  867s |      12 |    45061 |    36419 |    73456      0 |      200 |        0
871.86/872.03	c  870s |      12 |    45142 |    36519 |    73456      0 |      200 |        0
874.26/874.46	c  873s |      12 |    45272 |    36619 |    73456      0 |      200 |        0
876.46/876.70	c  875s |      12 |    45368 |    36719 |    73456      0 |      200 |        0
878.66/878.81	c  877s |      12 |    45459 |    36819 |    73456      0 |      200 |        0
882.16/882.36	c  880s |      12 |    45656 |    37019 |    73456      0 |      200 |        0
885.86/886.08	c  884s |      12 |    45865 |    37219 |    73456      0 |      200 |        0
889.25/889.45	c  888s |      12 |    45960 |    37319 |    73456      0 |      200 |        0
892.35/892.53	c  891s |      12 |    46095 |    37419 |    73456      0 |      200 |        0
895.36/895.52	c  894s |      12 |    46197 |    37519 |    73456      0 |      200 |        0
897.85/898.00	c  896s |      12 |    46302 |    37619 |    73456      0 |      200 |        0
899.95/900.19	c  898s |      12 |    46408 |    37719 |    73456      0 |      200 |        0
903.65/903.85	c  902s |      12 |    46518 |    37819 |    73456      0 |      200 |        0
907.55/907.72	c  906s |      12 |    46613 |    37919 |    73456      0 |      200 |        0
910.25/910.44	c  909s |      12 |    46728 |    38019 |    73456      0 |      200 |        0
913.25/913.40	c  911s |      12 |    46839 |    38119 |    73456      0 |      200 |        0
916.16/916.31	c  914s |      12 |    46948 |    38219 |    73456      0 |      200 |        0
919.85/920.09	c  918s |      12 |    47014 |    38319 |    73456      0 |      200 |        0
923.85/924.03	c  922s |      12 |    47131 |    38419 |    73456      0 |      200 |        0
928.15/928.36	c  926s |      12 |    47244 |    38519 |    73456      0 |      200 |        0
931.55/931.75	c  930s |      12 |    47344 |    38619 |    80802      0 |      200 |        0
935.05/935.20	c  933s |      12 |    47458 |    38719 |    80802      0 |      200 |        0
937.64/937.86	c  936s |      12 |    47562 |    38819 |    80802      0 |      200 |        0
937.84/938.09	c  936s |      13 |    47572 |    38832 |    80802      0 |      200 |        0
940.84/941.06	c  939s |      13 |    47817 |    38932 |    80802      0 |      200 |        0
943.75/943.99	c  942s |      13 |    47948 |    39032 |    80802      0 |      200 |        0
946.95/947.18	c  945s |      13 |    48059 |    39132 |    80802      0 |      200 |        0
950.35/950.57	c  949s |      13 |    48191 |    39232 |    80802      0 |      200 |        0
954.95/955.12	c  953s |      13 |    48289 |    39332 |    80802      0 |      200 |        0
959.25/959.42	c  957s |      13 |    48436 |    39432 |    80802      0 |      200 |        0
962.04/962.28	c  960s |      13 |    48544 |    39532 |    80802      0 |      200 |        0
964.84/965.04	c  963s |      13 |    48644 |    39632 |    80802      0 |      200 |        0
967.24/967.49	c  966s |      13 |    48746 |    39732 |    80802      0 |      200 |        0
969.54/969.78	c  968s |      13 |    48852 |    39832 |    80802      0 |      200 |        0
971.84/972.06	c  970s |      13 |    48951 |    39932 |    80802      0 |      200 |        0
974.04/974.20	c  972s |      13 |    49052 |    40032 |    80802      0 |      200 |        0
977.04/977.21	c  975s |      13 |    49247 |    40232 |    80802      0 |      200 |        0
981.44/981.64	c  980s |      13 |    49455 |    40432 |    80802      0 |      200 |        0
984.14/984.31	c  982s |      13 |    49567 |    40532 |    80802      0 |      200 |        0
986.55/986.79	c  985s |      13 |    49667 |    40632 |    80802      0 |      200 |        0
988.64/988.86	c  987s |      13 |    49775 |    40732 |    80802      0 |      200 |        0
991.54/991.74	c  990s |      13 |    49965 |    40932 |    80802      0 |      200 |        0
995.64/995.81	c  994s |      13 |    50177 |    41132 |    80802      0 |      200 |        0
997.84/998.08	c  996s |      13 |    50273 |    41232 |    80802      0 |      200 |        0
1000.54/1000.75	c  999s |      13 |    50362 |    41332 |    80802      0 |      200 |        0
1003.14/1003.33	c 1001s |      13 |    50474 |    41432 |    80802      0 |      200 |        0
1005.74/1005.92	c 1004s |      13 |    50554 |    41532 |    80802      0 |      200 |        0
1008.24/1008.41	c 1006s |      13 |    50676 |    41632 |    80802      0 |      200 |        0
1010.34/1010.59	c 1009s |      13 |    50764 |    41732 |    80802      0 |      200 |        0
1012.44/1012.65	c 1011s |      13 |    50876 |    41832 |    80802      0 |      200 |        0
1015.53/1015.75	c 1014s |      13 |    51105 |    42032 |    80802      0 |      200 |        0
1019.33/1019.59	c 1018s |      13 |    51311 |    42232 |    80802      0 |      200 |        0
1021.93/1022.11	c 1020s |      13 |    51421 |    42332 |    80802      0 |      200 |        0
1024.13/1024.39	c 1022s |      13 |    51497 |    42432 |    80802      0 |      200 |        0
1026.24/1026.43	c 1025s |      13 |    51602 |    42532 |    80802      0 |      200 |        0
1029.44/1029.66	c 1028s |      13 |    51798 |    42732 |    80802      0 |      200 |        0
1032.03/1032.22	c 1030s |      13 |    51918 |    42832 |    80802      0 |      200 |        0
1034.33/1034.55	c 1033s |      13 |    52011 |    42932 |    80802      0 |      200 |        0
1036.63/1036.81	c 1035s |      13 |    52109 |    43032 |    80802      0 |      200 |        0
1039.73/1039.90	c 1038s |      13 |    52318 |    43232 |    80802      0 |      200 |        0
1043.23/1043.42	c 1042s |      13 |    52540 |    43432 |    80802      0 |      200 |        0
1045.43/1045.66	c 1044s |      13 |    52631 |    43532 |    80802      0 |      200 |        0
1047.83/1048.00	c 1046s |      13 |    52733 |    43632 |    80802      0 |      200 |        0
1049.93/1050.17	c 1048s |      13 |    52838 |    43732 |    80802      0 |      200 |        0
1053.13/1053.35	c 1051s |      13 |    53032 |    43932 |    80802      0 |      200 |        0
1055.43/1055.66	c 1054s |      13 |    53151 |    44032 |    80802      0 |      200 |        0
1058.63/1058.83	c 1057s |      13 |    53346 |    44232 |    80802      0 |      200 |        0
1062.83/1063.08	c 1061s |      13 |    53535 |    44432 |    80802      0 |      200 |        0
1065.23/1065.47	c 1064s |      13 |    53645 |    44532 |    80802      0 |      200 |        0
1067.62/1067.82	c 1066s |      13 |    53744 |    44632 |    80802      0 |      200 |        0
1070.02/1070.24	c 1068s |      13 |    53840 |    44732 |    80802      0 |      200 |        0
1072.52/1072.72	c 1071s |      13 |    53947 |    44832 |    80802      0 |      200 |        0
1074.72/1074.97	c 1073s |      13 |    54041 |    44932 |    80802      0 |      200 |        0
1077.02/1077.21	c 1075s |      13 |    54126 |    45032 |    80802      0 |      200 |        0
1079.03/1079.25	c 1077s |      13 |    54236 |    45132 |    80802      0 |      200 |        0
1082.82/1083.00	c 1081s |      13 |    54435 |    45332 |    80802      0 |      200 |        0
1086.32/1086.51	c 1085s |      13 |    54627 |    45532 |    80802      0 |      200 |        0
1088.52/1088.70	c 1087s |      13 |    54732 |    45632 |    80802      0 |      200 |        0
1091.92/1092.18	c 1090s |      13 |    54926 |    45832 |    80802      0 |      200 |        0
1094.43/1094.60	c 1093s |      13 |    55045 |    45932 |    80802      0 |      200 |        0
1096.42/1096.64	c 1095s |      13 |    55132 |    46032 |    80802      0 |      200 |        0
1099.52/1099.75	c 1098s |      13 |    55340 |    46232 |    80802      0 |      200 |        0
1103.23/1103.48	c 1102s |      13 |    55541 |    46432 |    80802      0 |      200 |        0
1105.52/1105.78	c 1104s |      13 |    55635 |    46532 |    80802      0 |      200 |        0
1107.82/1108.08	c 1106s |      13 |    55726 |    46632 |    80802      0 |      200 |        0
1111.32/1111.59	c 1110s |      13 |    55926 |    46832 |    80802      0 |      200 |        0
1113.42/1113.67	c 1112s |      13 |    56155 |    47032 |    80802      0 |      200 |        0
1115.72/1115.98	c 1114s |      13 |    56354 |    47232 |    80802      0 |      200 |        0
1118.22/1118.45	c 1117s |      13 |    56564 |    47432 |    80802      0 |      200 |        0
1120.82/1121.01	c 1119s |      13 |    56765 |    47632 |    80802      0 |      200 |        0
1123.42/1123.62	c 1122s |      13 |    56966 |    47832 |    80802      0 |      200 |        0
1126.62/1126.89	c 1125s |      13 |    57161 |    48032 |    80802      0 |      200 |        0
1129.52/1129.75	c 1128s |      13 |    57356 |    48232 |    80802      0 |      200 |        0
1132.71/1132.92	c 1131s |      13 |    57558 |    48432 |    80802      0 |      200 |        0
1136.01/1136.22	c 1134s |      13 |    57751 |    48632 |    80802      0 |      200 |        0
1139.11/1139.37	c 1137s |      13 |    57962 |    48832 |    80802      0 |      200 |        0
1142.72/1142.94	c 1141s |      13 |    58152 |    49032 |    80802      0 |      200 |        0
1146.12/1146.33	c 1144s |      13 |    58365 |    49232 |    80802      0 |      200 |        0
1149.71/1149.91	c 1148s |      13 |    58560 |    49432 |    80802      0 |      200 |        0
1152.91/1153.19	c 1151s |      13 |    58769 |    49632 |    80802      0 |      200 |        0
1156.31/1156.52	c 1155s |      13 |    58968 |    49832 |    80802      0 |      200 |        0
1159.51/1159.77	c 1158s |      13 |    59176 |    50032 |    80802      0 |      200 |        0
1162.62/1162.85	c 1161s |      13 |    59370 |    50232 |    80802      0 |      200 |        0
1164.71/1164.92	c 1163s |      13 |    59466 |    50332 |    80802      0 |      200 |        0
1168.01/1168.22	c 1166s |      13 |    59655 |    50532 |    80802      0 |      200 |        0
1170.01/1170.26	c 1168s |      13 |    59781 |    50632 |    80802      0 |      200 |        0
1172.91/1173.17	c 1171s |      13 |    59975 |    50832 |    80802      0 |      200 |        0
1175.11/1175.35	c 1173s |      13 |    60075 |    50932 |    80802      0 |      200 |        0
1178.51/1178.79	c 1177s |      13 |    60268 |    51132 |    80802      0 |      200 |        0
1180.61/1180.81	c 1179s |      13 |    60373 |    51232 |    80802      0 |      200 |        0
1183.41/1183.61	c 1182s |      13 |    60585 |    51432 |    80802      0 |      200 |        0
1187.00/1187.23	c 1185s |      13 |    60766 |    51632 |    80802      0 |      200 |        0
1189.10/1189.31	c 1187s |      13 |    60878 |    51732 |    80802      0 |      200 |        0
1191.30/1191.58	c 1190s |      13 |    60963 |    51832 |    80802      0 |      200 |        0
1194.50/1194.79	c 1193s |      13 |    61166 |    52032 |    80802      0 |      200 |        0
1196.90/1197.17	c 1195s |      13 |    61382 |    52232 |    80802      0 |      200 |        0
1200.60/1200.83	c 1199s |      13 |    61582 |    52432 |    80802      0 |      200 |        0
1202.70/1202.91	c 1201s |      13 |    61668 |    52532 |    80802      0 |      200 |        0
1205.99/1206.20	c 1204s |      13 |    61870 |    52732 |    80802      0 |      200 |        0
1208.59/1208.89	c 1207s |      13 |    62071 |    52932 |    80802      0 |      200 |        0
1212.49/1212.77	c 1211s |      13 |    62274 |    53132 |    80802      0 |      200 |        0
1215.49/1215.71	c 1214s |      13 |    62484 |    53332 |    80802      0 |      200 |        0
1218.49/1218.78	c 1217s |      13 |    62676 |    53532 |    80802      0 |      200 |        0
1220.59/1220.88	c 1219s |      13 |    62766 |    53632 |    80802      0 |      200 |        0
1224.29/1224.59	c 1223s |      13 |    62964 |    53832 |    80802      0 |      200 |        0
1226.99/1227.28	c 1225s |      13 |    63170 |    54032 |    80802      0 |      200 |        0
1231.19/1231.42	c 1230s |      13 |    63363 |    54232 |    80802      0 |      200 |        0
1233.19/1233.44	c 1232s |      13 |    63463 |    54332 |    80802      0 |      200 |        0
1235.99/1236.24	c 1234s |      13 |    63673 |    54532 |    80802      0 |      200 |        0
1239.39/1239.62	c 1238s |      13 |    63868 |    54732 |    80802      0 |      200 |        0
1241.49/1241.73	c 1240s |      13 |    63976 |    54832 |    80802      0 |      200 |        0
1244.59/1244.88	c 1243s |      13 |    64159 |    55032 |    80802      0 |      200 |        0
1247.79/1248.07	c 1246s |      13 |    64315 |    55132 |    80802      0 |      200 |        0
1251.69/1251.95	c 1250s |      13 |    64409 |    55232 |    80802      0 |      200 |        0
1253.89/1254.16	c 1252s |      13 |    64505 |    55332 |    80802      0 |      200 |        0
1256.09/1256.36	c 1254s |      13 |    64611 |    55432 |    80802      0 |      200 |        0
1260.08/1260.36	c 1258s |      13 |    64800 |    55632 |    80802      0 |      200 |        0
1264.98/1265.25	c 1263s |      13 |    65007 |    55832 |    80802      0 |      200 |        0
1268.68/1268.99	c 1267s |      13 |    65115 |    55932 |    80802      0 |      200 |        0
1272.07/1272.37	c 1270s |      13 |    65224 |    56032 |    80802      0 |      200 |        0
1274.57/1274.87	c 1273s |      13 |    65330 |    56132 |    80802      0 |      200 |        0
1279.47/1279.71	c 1278s |      13 |    65525 |    56332 |    80802      0 |      200 |        0
1283.58/1283.83	c 1282s |      13 |    65634 |    56432 |    80802      0 |      200 |        0
1286.17/1286.46	c 1285s |      13 |    65750 |    56532 |    80802      0 |      200 |        0
1289.97/1290.30	c 1288s |      13 |    65857 |    56632 |    80802      0 |      200 |        0
1292.47/1292.71	c 1291s |      13 |    65949 |    56732 |    80802      0 |      200 |        0
1295.87/1296.17	c 1294s |      13 |    66054 |    56832 |    80802      0 |      200 |        0
1299.57/1299.80	c 1298s |      13 |    66162 |    56932 |    80802      0 |      200 |        0
1303.28/1303.58	c 1302s |      13 |    66246 |    57032 |    80802      0 |      200 |        0
1305.87/1306.10	c 1304s |      13 |    66362 |    57132 |    80802      0 |      200 |        0
1308.27/1308.58	c 1307s |      13 |    66445 |    57232 |    80802      0 |      200 |        0
1310.67/1310.99	c 1309s |      13 |    66545 |    57332 |    80802      0 |      200 |        0
1312.77/1313.09	c 1311s |      13 |    66648 |    57432 |    80802      0 |      200 |        0
1314.87/1315.13	c 1313s |      13 |    66748 |    57532 |    80802      0 |      200 |        0
1318.47/1318.74	c 1317s |      13 |    66943 |    57732 |    80802      0 |      200 |        0
1321.97/1322.22	c 1320s |      13 |    67156 |    57932 |    80802      0 |      200 |        0
1325.16/1325.42	c 1323s |      13 |    67273 |    58032 |    88883      0 |      200 |        0
1327.96/1328.27	c 1326s |      13 |    67350 |    58132 |    88883      0 |      200 |        0
1331.76/1332.05	c 1330s |      13 |    67454 |    58232 |    88883      0 |      200 |        0
1334.56/1334.84	c 1333s |      13 |    67562 |    58332 |    88883      0 |      200 |        0
1334.96/1335.25	c 1333s |      14 |    67583 |    58352 |    88883      0 |      200 |        0
1337.48/1337.71	c 1336s |      14 |    67814 |    58452 |    88883      0 |      200 |        0
1340.87/1341.18	c 1339s |      14 |    68105 |    58652 |    88883      0 |      200 |        0
1343.17/1343.49	c 1342s |      14 |    68288 |    58752 |    88883      0 |      200 |        0
1345.96/1346.22	c 1344s |      14 |    68404 |    58852 |    88883      0 |      200 |        0
1349.06/1349.32	c 1347s |      14 |    68537 |    58952 |    88883      0 |      200 |        0
1351.67/1351.92	c 1350s |      14 |    68623 |    59052 |    88883      0 |      200 |        0
1354.26/1354.59	c 1353s |      14 |    68730 |    59152 |    88883      0 |      200 |        0
1357.66/1357.94	c 1356s |      14 |    68948 |    59352 |    88883      0 |      200 |        0
1362.06/1362.32	c 1360s |      14 |    69133 |    59552 |    88883      0 |      200 |        0
1364.56/1364.88	c 1363s |      14 |    69230 |    59652 |    88883      0 |      200 |        0
1367.76/1368.00	c 1366s |      14 |    69389 |    59752 |    88883      0 |      200 |        0
1369.75/1370.06	c 1368s |      14 |    69478 |    59852 |    88883      0 |      200 |        0
1373.35/1373.64	c 1372s |      14 |    69629 |    59952 |    88883      0 |      200 |        0
1376.55/1376.85	c 1375s |      14 |    69711 |    60052 |    88883      0 |      200 |        0
1380.25/1380.58	c 1379s |      14 |    69946 |    60252 |    88883      0 |      200 |        0
1384.35/1384.60	c 1383s |      14 |    70187 |    60452 |    88883      0 |      200 |        0
1386.95/1387.28	c 1385s |      14 |    70298 |    60552 |    88883      0 |      200 |        0
1390.64/1390.99	c 1389s |      14 |    70396 |    60652 |    88883      0 |      200 |        0
1394.55/1394.85	c 1393s |      14 |    70485 |    60752 |    88883      0 |      200 |        0
1397.34/1397.61	c 1396s |      14 |    70601 |    60852 |    88883      0 |      200 |        0
1400.74/1401.02	c 1399s |      14 |    70683 |    60952 |    88883      0 |      200 |        0
1403.74/1404.01	c 1402s |      14 |    70793 |    61052 |    88883      0 |      200 |        0
1406.14/1406.41	c 1404s |      14 |    70908 |    61152 |    88883      0 |      200 |        0
1409.54/1409.88	c 1408s |      14 |    71111 |    61352 |    88883      0 |      200 |        0
1415.03/1415.38	c 1413s |      14 |    71323 |    61552 |    88883      0 |      200 |        0
1418.74/1419.00	c 1417s |      14 |    71526 |    61752 |    88883      0 |      200 |        0
1421.63/1421.94	c 1420s |      14 |    71729 |    61952 |    88883      0 |      200 |        0
1424.43/1424.72	c 1423s |      14 |    72008 |    62152 |    88883      0 |      200 |        0
1426.63/1426.98	c 1425s |      14 |    72087 |    62252 |    88883      0 |      200 |        0
1429.13/1429.46	c 1428s |      14 |    72215 |    62352 |    88883      0 |      200 |        0
1432.42/1432.80	c 1431s |      14 |    72300 |    62452 |    88883      0 |      200 |        0
1435.52/1435.87	c 1434s |      14 |    72383 |    62552 |    88883      0 |      200 |        0
1439.12/1439.41	c 1437s |      14 |    72486 |    62652 |    88883      0 |      200 |        0
1442.42/1442.73	c 1441s |      14 |    72600 |    62752 |    88883      0 |      200 |        0
1445.82/1446.14	c 1444s |      14 |    72705 |    62852 |    88883      0 |      200 |        0
1449.31/1449.60	c 1448s |      14 |    72825 |    62952 |    88883      0 |      200 |        0
1451.61/1451.92	c 1450s |      14 |    72938 |    63052 |    88883      0 |      200 |        0
1455.81/1456.19	c 1454s |      14 |    73127 |    63252 |    88883      0 |      200 |        0
1457.91/1458.24	c 1456s |      14 |    73275 |    63352 |    88883      0 |      200 |        0
1460.80/1461.16	c 1459s |      14 |    73368 |    63452 |    88883      0 |      200 |        0
1463.30/1463.63	c 1462s |      14 |    73483 |    63552 |    88883      0 |      200 |        0
1465.40/1465.70	c 1464s |      14 |    73602 |    63652 |    88883      0 |      200 |        0
1467.70/1468.05	c 1466s |      14 |    73703 |    63752 |    88883      0 |      200 |        0
1470.41/1470.72	c 1469s |      14 |    73908 |    63952 |    88883      0 |      200 |        0
1474.81/1475.12	c 1473s |      14 |    74130 |    64152 |    88883      0 |      200 |        0
1477.50/1477.84	c 1476s |      14 |    74229 |    64252 |    88883      0 |      200 |        0
1481.10/1481.46	c 1480s |      14 |    74311 |    64352 |    88883      0 |      200 |        0
1484.20/1484.56	c 1483s |      14 |    74420 |    64452 |    88883      0 |      200 |        0
1486.50/1486.81	c 1485s |      14 |    74678 |    64652 |    88883      0 |      200 |        0
1489.39/1489.75	c 1488s |      14 |    74970 |    64852 |    88883      0 |      200 |        0
1491.49/1491.88	c 1490s |      14 |    75086 |    64952 |    88883      0 |      200 |        0
1493.79/1494.16	c 1492s |      14 |    75184 |    65052 |    88883      0 |      200 |        0
1496.69/1497.02	c 1495s |      14 |    75430 |    65252 |    88883      0 |      200 |        0
1498.69/1499.03	c 1497s |      14 |    75679 |    65452 |    88883      0 |      200 |        0
1500.89/1501.26	c 1499s |      14 |    75912 |    65652 |    88883      0 |      200 |        0
1503.29/1503.67	c 1502s |      14 |    76112 |    65852 |    88883      0 |      200 |        0
1505.60/1505.93	c 1504s |      14 |    76383 |    66052 |    88883      0 |      200 |        0
1507.80/1508.14	c 1506s |      14 |    76682 |    66252 |    88883      0 |      200 |        0
1510.00/1510.39	c 1508s |      14 |    76950 |    66452 |    88883      0 |      200 |        0
1512.39/1512.70	c 1511s |      14 |    77155 |    66652 |    88883      0 |      200 |        0
1514.79/1515.12	c 1513s |      14 |    77370 |    66852 |    88883      0 |      200 |        0
1517.39/1517.71	c 1516s |      14 |    77572 |    67052 |    88883      0 |      200 |        0
1519.89/1520.25	c 1518s |      14 |    77774 |    67252 |    88883      0 |      200 |        0
1522.68/1523.06	c 1521s |      14 |    77976 |    67452 |    88883      0 |      200 |        0
1525.58/1525.91	c 1524s |      14 |    78176 |    67652 |    88883      0 |      200 |        0
1528.08/1528.47	c 1527s |      14 |    78385 |    67852 |    88883      0 |      200 |        0
1530.68/1531.01	c 1529s |      14 |    78648 |    68052 |    88883      0 |      200 |        0
1532.68/1533.02	c 1531s |      14 |    78797 |    68152 |    88883      0 |      200 |        0
1534.78/1535.15	c 1533s |      14 |    78887 |    68252 |    88883      0 |      200 |        0
1537.37/1537.73	c 1536s |      14 |    79087 |    68452 |    88883      0 |      200 |        0
1540.67/1541.00	c 1539s |      14 |    79284 |    68652 |    88883      0 |      200 |        0
1543.47/1543.81	c 1542s |      14 |    79492 |    68852 |    88883      0 |      200 |        0
1545.87/1546.24	c 1544s |      14 |    79719 |    69052 |    88883      0 |      200 |        0
1548.47/1548.81	c 1547s |      14 |    79924 |    69252 |    88883      0 |      200 |        0
1550.67/1551.04	c 1549s |      14 |    80025 |    69352 |    88883      0 |      200 |        0
1553.56/1553.92	c 1552s |      14 |    80127 |    69452 |    88883      0 |      200 |        0
1555.66/1556.04	c 1554s |      14 |    80229 |    69552 |    88883      0 |      200 |        0
1558.37/1558.74	c 1557s |      14 |    80334 |    69652 |    88883      0 |      200 |        0
1560.96/1561.34	c 1559s |      14 |    80464 |    69752 |    88883      0 |      200 |        0
1563.06/1563.43	c 1562s |      14 |    80571 |    69852 |    88883      0 |      200 |        0
1566.07/1566.40	c 1564s |      14 |    80764 |    70052 |    88883      0 |      200 |        0
1568.96/1569.34	c 1567s |      14 |    80871 |    70152 |    88883      0 |      200 |        0
1574.46/1574.84	c 1573s |      14 |    81096 |    70352 |    88883      0 |      200 |        0
1577.06/1577.45	c 1576s |      14 |    81206 |    70452 |    88883      0 |      200 |        0
1580.56/1580.99	c 1579s |      14 |    81409 |    70652 |    88883      0 |      200 |        0
1583.26/1583.65	c 1582s |      14 |    81628 |    70852 |    88883      0 |      200 |        0
1585.56/1585.91	c 1584s |      14 |    81751 |    70952 |    88883      0 |      200 |        0
1587.66/1588.06	c 1586s |      14 |    81850 |    71052 |    88883      0 |      200 |        0
1589.76/1590.10	c 1588s |      14 |    81942 |    71152 |    88883      0 |      200 |        0
1592.85/1593.26	c 1591s |      14 |    82053 |    71252 |    88883      0 |      200 |        0
1595.35/1595.71	c 1594s |      14 |    82152 |    71352 |    88883      0 |      200 |        0
1598.06/1598.49	c 1597s |      14 |    82285 |    71452 |    88883      0 |      200 |        0
1600.85/1601.23	c 1599s |      14 |    82475 |    71652 |    88883      0 |      200 |        0
1604.35/1604.79	c 1603s |      14 |    82700 |    71852 |    88883      0 |      200 |        0
1606.95/1607.33	c 1605s |      14 |    82803 |    71952 |    88883      0 |      200 |        0
1609.35/1609.79	c 1608s |      14 |    82894 |    72052 |    88883      0 |      200 |        0
1611.75/1612.17	c 1610s |      14 |    83011 |    72152 |    88883      0 |      200 |        0
1614.65/1615.02	c 1613s |      14 |    83224 |    72352 |    88883      0 |      200 |        0
1616.95/1617.30	c 1615s |      14 |    83331 |    72452 |    88883      0 |      200 |        0
1619.15/1619.52	c 1618s |      14 |    83440 |    72552 |    88883      0 |      200 |        0
1621.85/1622.23	c 1620s |      14 |    83549 |    72652 |    88883      0 |      200 |        0
1626.05/1626.41	c 1624s |      14 |    83844 |    72852 |    88883      0 |      200 |        0
1628.65/1629.00	c 1627s |      14 |    83969 |    72952 |    88883      0 |      200 |        0
1632.06/1632.43	c 1631s |      14 |    84043 |    73052 |    88883      0 |      200 |        0
1635.16/1635.54	c 1634s |      14 |    84252 |    73252 |    88883      0 |      200 |        0
1637.76/1638.14	c 1636s |      14 |    84459 |    73452 |    88883      0 |      200 |        0
1640.86/1641.30	c 1639s |      14 |    84665 |    73652 |    88883      0 |      200 |        0
1644.16/1644.51	c 1643s |      14 |    84864 |    73852 |    88883      0 |      200 |        0
1646.76/1647.13	c 1645s |      14 |    85072 |    73952 |    88883      0 |      200 |        0
1649.56/1649.99	c 1648s |      14 |    85184 |    74052 |    88883      0 |      200 |        0
1651.75/1652.15	c 1650s |      14 |    85291 |    74152 |    88883      0 |      200 |        0
1654.06/1654.43	c 1653s |      14 |    85390 |    74252 |    88883      0 |      200 |        0
1657.36/1657.74	c 1656s |      14 |    85484 |    74352 |    88883      0 |      200 |        0
1660.35/1660.75	c 1659s |      14 |    85596 |    74452 |    88883      0 |      200 |        0
1662.35/1662.80	c 1661s |      14 |    85693 |    74552 |    88883      0 |      200 |        0
1665.35/1665.70	c 1664s |      14 |    85894 |    74752 |    88883      0 |      200 |        0
1669.05/1669.46	c 1668s |      14 |    86133 |    74952 |    88883      0 |      200 |        0
1671.66/1672.02	c 1670s |      14 |    86232 |    75052 |    88883      0 |      200 |        0
1673.65/1674.06	c 1672s |      14 |    86334 |    75152 |    88883      0 |      200 |        0
1676.55/1676.97	c 1675s |      14 |    86523 |    75352 |    88883      0 |      200 |        0
1682.25/1682.60	c 1681s |      14 |    86754 |    75552 |    88883      0 |      200 |        0
1685.75/1686.18	c 1684s |      14 |    86897 |    75652 |    88883      0 |      200 |        0
1688.55/1688.93	c 1687s |      14 |    86990 |    75752 |    88883      0 |      200 |        0
1690.85/1691.24	c 1689s |      14 |    87091 |    75852 |    88883      0 |      200 |        0
1695.25/1695.66	c 1694s |      14 |    87200 |    75952 |    88883      0 |      200 |        0
1698.35/1698.71	c 1697s |      14 |    87312 |    76052 |    88883      0 |      200 |        0
1701.35/1701.72	c 1700s |      14 |    87430 |    76152 |    88883      0 |      200 |        0
1704.45/1704.86	c 1703s |      14 |    87531 |    76252 |    88883      0 |      200 |        0
1707.45/1707.87	c 1706s |      14 |    87621 |    76352 |    88883      0 |      200 |        0
1712.55/1712.93	c 1711s |      14 |    87719 |    76452 |    88883      0 |      200 |        0
1715.55/1715.94	c 1714s |      14 |    87853 |    76552 |    88883      0 |      200 |        0
1719.14/1719.53	c 1718s |      14 |    87954 |    76652 |    88883      0 |      200 |        0
1721.64/1722.08	c 1720s |      14 |    88059 |    76752 |    88883      0 |      200 |        0
1724.24/1724.69	c 1723s |      14 |    88187 |    76852 |    88883      0 |      200 |        0
1727.75/1728.18	c 1726s |      14 |    88306 |    76952 |    88883      0 |      200 |        0
1733.04/1733.49	c 1732s |      14 |    88415 |    77052 |    88883      0 |      200 |        0
1737.44/1737.84	c 1736s |      14 |    88530 |    77152 |    88883      0 |      200 |        0
1741.54/1741.99	c 1740s |      14 |    88637 |    77252 |    88883      0 |      200 |        0
1744.14/1744.52	c 1743s |      14 |    88746 |    77352 |    88883      0 |      200 |        0
1746.14/1746.56	c 1745s |      14 |    88857 |    77452 |    88883      0 |      200 |        0
1748.24/1748.60	c 1747s |      14 |    88953 |    77552 |    88883      0 |      200 |        0
1751.64/1752.01	c 1750s |      14 |    89061 |    77652 |    88883      0 |      200 |        0
1755.44/1755.84	c 1754s |      14 |    89189 |    77752 |    88883      0 |      200 |        0
1759.14/1759.58	c 1758s |      14 |    89386 |    77952 |    88883      0 |      200 |        0
1762.04/1762.41	c 1760s |      14 |    89580 |    78152 |    88883      0 |      200 |        0
1765.44/1765.88	c 1764s |      14 |    89785 |    78352 |    88883      0 |      200 |        0
1769.04/1769.50	c 1768s |      14 |    89998 |    78552 |    88883      0 |      200 |        0
1772.04/1772.44	c 1771s |      14 |    90214 |    78752 |    88883      0 |      200 |        0
1776.24/1776.65	c 1775s |      14 |    90403 |    78952 |    88883      0 |      200 |        0
1779.33/1779.77	c 1778s |      14 |    90606 |    79152 |    88883      0 |      200 |        0
1782.74/1783.11	c 1781s |      14 |    90839 |    79352 |    88883      0 |      200 |        0
1786.14/1786.54	c 1785s |      14 |    90964 |    79452 |    88883      0 |      200 |        0
1788.53/1788.93	c 1787s |      14 |    91070 |    79552 |    88883      0 |      200 |        0
1791.03/1791.47	c 1790s |      14 |    91162 |    79652 |    88883      0 |      200 |        0
1793.93/1794.35	c 1792s |      14 |    91308 |    79752 |    88883      0 |      200 |        0
1796.83/1797.27	c 1795s |      14 |    91404 |    79852 |    88883      0 |      200 |        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-4079289-1465336278/watcher-4079289-1465336278 -o /tmp/evaluation-result-4079289-1465336278/solver-4079289-1465336278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079289-1465336278.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.15 2.17 4/179 22213
/proc/meminfo: memFree=29130728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 2719 0 0 0 0 0 0 0 20 0 4 0 115560151 747040768 3081 33554432000 4194304 16246674 140734996320912 140734996320336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 182895 3088 441 2943 0 179789 0
[pid=22213/tid=22214] ppid=22210 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 763817984 3148 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=751036 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 769060864 3166 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=755132 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115560151 773255168 3182 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 1.99 2.15 2.17 4/179 22213
/proc/meminfo: memFree=29130728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 29066 0 0 0 4 5 0 0 20 0 4 0 115560151 1334382592 29366 33554432000 4194304 16246674 140734996320912 140734996320224 7371468 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 325777 29380 799 2943 0 322671 0
[pid=22213/tid=22214] ppid=22210 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1334382592 29390 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1334382592 29402 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1334382592 29413 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200461 s]
/proc/loadavg: 1.99 2.15 2.17 4/179 22213
/proc/meminfo: memFree=29130728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 43644 0 0 0 12 7 0 0 20 0 4 0 115560151 1344868352 44454 33554432000 4194304 16246674 140734996320912 140734996303904 8058877 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 328337 44454 801 2943 0 325231 0
[pid=22213/tid=22214] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 44454 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 44454 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 44454 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300441 s]
/proc/loadavg: 1.99 2.15 2.17 4/179 22213
/proc/meminfo: memFree=29130728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 60016 0 0 0 19 10 0 0 20 0 4 0 115560151 1344868352 60826 33554432000 4194304 16246674 140734996320912 140734996303904 7440024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 328337 60826 801 2943 0 325231 0
[pid=22213/tid=22214] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 60826 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 60826 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 60826 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700394 s]
/proc/loadavg: 1.99 2.15 2.17 4/179 22213
/proc/meminfo: memFree=29130728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 95880 0 0 0 53 16 0 0 20 0 4 0 115560151 1344868352 96690 33554432000 4194304 16246674 140734996320912 140734996303904 6939076 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 328337 96698 839 2943 0 325231 0
[pid=22213/tid=22214] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 96703 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 96708 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1344868352 96713 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 1.99 2.15 2.17 3/183 22217
/proc/meminfo: memFree=28489612/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1.48 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166369 0 0 0 121 27 0 0 20 0 4 0 115560151 1381568512 167179 33554432000 4194304 16246674 140734996320912 140734996320224 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167179 876 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167179 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167179 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167179 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1349188

[startup+3.1004 s]
/proc/loadavg: 1.99 2.15 2.17 3/183 22217
/proc/meminfo: memFree=28462960/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=3.08 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166384 0 0 0 281 27 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140734996302784 5717148 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167194 891 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1349188

[startup+6.30039 s]
/proc/loadavg: 2.07 2.16 2.17 3/183 22217
/proc/meminfo: memFree=28462732/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=6.28 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166384 0 0 0 601 27 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140734996302784 6021628 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167194 891 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.07 2.16 2.17 3/183 22217
/proc/meminfo: memFree=28462648/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=12.68 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166384 0 0 0 1241 27 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140734996302784 5711788 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167194 891 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 22217
/proc/meminfo: memFree=28463364/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=25.48 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166384 0 0 0 2521 27 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140734996302784 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167194 891 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167194 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1349188

[startup+51.1005 s]
/proc/loadavg: 2.14 2.17 2.17 3/183 22217
/proc/meminfo: memFree=28463368/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=51.08 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166388 0 0 0 5080 28 0 0 20 0 4 0 115560151 1381568512 167198 33554432000 4194304 16246674 140734996320912 140734996302784 5711439 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167198 895 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167198 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167198 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167198 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1349188

[startup+102.3 s]
/proc/loadavg: 2.29 2.20 2.18 3/183 22218
/proc/meminfo: memFree=28463000/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=102.28 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166389 0 0 0 10200 28 0 0 20 0 4 0 115560151 1381568512 167199 33554432000 4194304 16246674 140734996320912 140734996302784 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 167199 895 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167199 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167199 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 167199 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1349188


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

/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1349188

[startup+1302.3 s]
/proc/loadavg: 2.36 2.26 2.20 3/183 22331
/proc/meminfo: memFree=28468904/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1302.07 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166420 0 0 0 130175 32 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5712536 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1349188

[startup+1362.3 s]
/proc/loadavg: 2.17 2.23 2.19 3/183 22332
/proc/meminfo: memFree=28468684/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1362.06 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166438 0 0 0 136173 33 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5823250 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 1349188

[startup+1422.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/183 22333
/proc/meminfo: memFree=28469036/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1422.03 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166475 0 0 0 142170 33 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5712204 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1349188

[startup+1482.3 s]
/proc/loadavg: 2.26 2.23 2.19 3/183 22334
/proc/meminfo: memFree=28468708/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1482 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166504 0 0 0 148167 33 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5711956 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 1349188

[startup+1542.31 s]
/proc/loadavg: 2.14 2.20 2.18 4/183 22336
/proc/meminfo: memFree=28468940/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1541.98 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166525 0 0 0 154165 33 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996303912 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1349188

[startup+1602.3 s]
/proc/loadavg: 2.44 2.27 2.20 3/183 22337
/proc/meminfo: memFree=28439648/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1601.95 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166536 0 0 0 160162 33 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5712022 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 1349188

[startup+1662.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/183 22338
/proc/meminfo: memFree=28342408/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1661.95 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166536 0 0 0 166161 34 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 1349188

[startup+1722.3 s]
/proc/loadavg: 2.21 2.24 2.19 3/183 22339
/proc/meminfo: memFree=28245728/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1721.94 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166536 0 0 0 172160 34 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5661428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.43 2.29 2.21 3/184 22343
/proc/meminfo: memFree=28148792/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1781.93 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166536 0 0 0 178159 34 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.41 2.29 2.21 3/183 22344
/proc/meminfo: memFree=28132784/32872528 swapFree=16636/1570076
[pid=22213] ppid=22210 vsize=1349188 CPUtime=1800.03 cores=0,2,4,6
/proc/22213/stat : 22213 (toysat) R 22210 22213 2168 0 -1 4202496 166536 0 0 0 179969 34 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140734996302784 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22213/statm: 337297 278794 897 2943 0 334191 0
[pid=22213/tid=22214] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22214/stat : 22214 (toysat) S 22210 22213 2168 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111599611120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=22213/tid=22215] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22215/stat : 22215 (toysat) S 22210 22213 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111589121264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=22213/tid=22216] ppid=22210 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22213/task/22216/stat : 22216 (toysat) S 22210 22213 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115560151 1381568512 278794 33554432000 4194304 16246674 140734996320912 140111578647728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1349188

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.343947
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.343947
maximum resident set size= 1115176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166536
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= 163
involuntary context switches= 1916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.75128 second user time and 6.83896 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 23:51:18
IDJOB=4079289
IDBENCH=92751
IDSOLVER=2542
FILE ID=node140/4079289-1465336278
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= ae94003fbe7fdee247bdd3d5d595cb68
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:        29131684 kB
Buffers:           71652 kB
Cached:           217696 kB
SwapCached:         1660 kB
Active:          1269892 kB
Inactive:         151548 kB
Active(anon):    1127624 kB
Inactive(anon):     6668 kB
Active(file):     142268 kB
Inactive(file):   144880 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             17892 kB
Writeback:             0 kB
AnonPages:       2701648 kB
Mapped:            10704 kB
Shmem:                 0 kB
Slab:             614016 kB
SReclaimable:      58032 kB
SUnreclaim:       555984 kB
KernelStack:        1520 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2845284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node140 at 2016-06-08 00:21:19