Trace number 4101657

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.11 1800.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-dano3mip.opb
MD5SUM14e6c259fcfc7693ea81c905b2ebcb59
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T06:59:34+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-4101657-1466225973.opb"]
0.00/0.01	c use --random-gen="1484974710 2107211176 2690505250 1242177169 4167744854 4056414785 2220958052 1778320804 116264071 1128123418 3961781156 2243393729 1409133239 1355629437 3577183050 2676854600 2982692700 827525692 2185615814 2378250707 4073084028 3737069577 2120112067 3262899846 3508868277 3318807869 2026213118 2444750469 3674960871 3682220581 2302046192 2914010601 2630039719 2825788198 4242354288 1077752408 2778588021 132789685 3607952052 202660672 2026406322 1434972424 1900853127 2171957296 1328605455 234439572 941914100 3728224013 3324416399 3513588356 2893598363 1262696372 575183077 1342844617 1684752204 1860018592 1054276464 1669884984 3225159434 2258720495 1274987313 3376086040 1297272386 541027905 3726580848 2861719493 766145911 182546489 579964497 2288139560 3415846105 1073648986 3354189650 1921212889 991982435 4234179493 273926893 1257793135 3154375497 2103244799 3345885527 3106826724 3320301534 2846913457 3599900348 2440036254 1252174974 2900838086 1419493884 3658615035 1285589127 2538043844 2368941121 1932568243 3125824185 2885300256 2321640662 3675473096 2293020642 2012631771 4243190340 2092844650 1737909658 3246158848 2641969773 3142742075 1942872435 3928038146 1147536680 2291516871 2378159725 3506284906 4034308534 2481468213 2647938219 2545879530 1926028275 2029497877 2371704160 2449006434 1746282243 353315408 2181517483 4027766955 2178736457 865863118 3254711212 1932462998 2505894091 471914306 3458048100 1645667175 1102314946 4244077440 455219395 3046209546 3527536121 4185141352 1748806272 2180664434 3620843760 455386037 1490110027 2069104686 2901861712 2424400524 2985247121 3212335938 1584212714 416583948 2411077506 3119132027 1319992236 1654347805 1012124165 3159600377 1454602938 314350330 2634816505 2840831818 645086105 1044913266 1171917052 3161264747 1310037223 2139614938 1856881110 2681674453 1437482000 816910327 1050073372 3273410858 4024443464 2397092116 2165771334 92305894 3923648310 3997571605 1645335244 2589296357 2077832972 2777391958 1346288347 2453469991 2886800736 1797505399 3657806084 2080927445 790642497 3476745861 3717532395 3981870324 984814323 1337506435 2683996556 3645941433 550812701 3679942649 4059505171 3935628918 3010873589 2645539464 2205382517 4128405612 1583635263 1224769492 1832021660 1134424982 4163702318 1036215199 408506439 2418048486 3537804327 2974564516 635083289 2062988828 636513388 1311592521 2531647621 2806388398 3282642664 506645882 3325752125 2039288498 2734017667 365102025 2796277452 1797606026 504962468 1683616077 1453821881 432269664 3063641612 1401187794 1425640768 132987266 804913664 2013553169 115814127 2254907513 1802446940 3154263117 305996516 3416481853 275759390 1303043947 166029382 3378355545 2153549709 3146390571 3426634310 3278548702 1646404698 1924741074 4281349690 1099713264 255 362436" option to reproduce the execution
3.89/3.94	c #vars 399966
3.89/3.94	c #constraints 3226
21.28/21.30	c BCD2: Hardening is enabled.
21.28/21.30	c BCD2: BiasedSearch is enabled.
21.28/21.30	c Solving starts ...
21.28/21.30	c ============================[ Search Statistics ]============================
21.28/21.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.30	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.30	c =============================================================================
21.28/21.30	c  0.0s |       0 |        0 |        0 |   134805      0 |   119978 |        0
22.99/23.06	c  1.8s |       1 |      178 |      100 |   134805      0 |   119978 |        0
26.49/26.55	c  5.2s |       1 |      641 |      200 |   148286      0 |   119978 |        0
28.70/28.71	c  7.4s |       2 |      821 |      250 |   148286      0 |   119978 |        0
33.39/33.43	c 12.1s |       2 |    11605 |      350 |   163115      0 |   119978 |        0
36.59/36.69	c 15.4s |       2 |    12028 |      450 |   163115      0 |   119978 |        0
37.39/37.45	c 16.1s |       3 |    12090 |      475 |   163115      0 |   119978 |        0
40.58/40.65	c 19.3s |       3 |    24718 |      575 |   179427      0 |   119978 |        0
43.89/43.94	c 22.6s |       3 |    24926 |      775 |   179427      0 |   119978 |        0
44.49/44.55	c 23.2s |       4 |    24971 |      813 |   179427      0 |   119978 |        0
48.08/48.11	c 26.8s |       4 |    28206 |      913 |   197370      0 |   119978 |        0
51.39/51.46	c 30.2s |       4 |    28602 |     1013 |   197370      0 |   119978 |        0
54.39/54.44	c 33.1s |       4 |    28845 |     1113 |   197370      0 |   119978 |        0
57.38/57.49	c 36.2s |       4 |    29202 |     1213 |   197370      0 |   119978 |        0
60.49/60.54	c 39.2s |       4 |    29494 |     1313 |   197370      0 |   119978 |        0
60.78/60.86	c 39.6s |       5 |    29590 |     1320 |   197370      0 |   119978 |        0
65.28/65.32	c 44.0s |       5 |    36277 |     1420 |   217108      0 |   119978 |        0
68.58/68.67	c 47.4s |       5 |    36591 |     1520 |   217108      0 |   119978 |        0
71.68/71.72	c 50.4s |       5 |    36866 |     1620 |   217108      0 |   119978 |        0
74.88/74.99	c 53.7s |       5 |    37229 |     1720 |   217108      0 |   119978 |        0
78.28/78.37	c 57.1s |       5 |    37802 |     1820 |   217108      0 |   119978 |        0
82.08/82.11	c 60.8s |       5 |    38200 |     1920 |   217108      0 |   119978 |        0
85.28/85.37	c 64.1s |       5 |    38459 |     2020 |   217108      0 |   119978 |        0
87.38/87.46	c 66.2s |       6 |    38695 |     2081 |   238819      0 |   119978 |        0
91.18/91.22	c 69.9s |       6 |    40773 |     2181 |   238819      0 |   119978 |        0
93.58/93.61	c 72.3s |       6 |    41114 |     2281 |   238819      0 |   119978 |        0
95.68/95.79	c 74.5s |       6 |    41401 |     2381 |   238819      0 |   119978 |        0
97.98/98.06	c 76.8s |       6 |    41750 |     2481 |   238819      0 |   119978 |        0
100.27/100.31	c 79.0s |       6 |    42336 |     2581 |   238819      0 |   119978 |        0
102.87/102.94	c 81.6s |       6 |    42952 |     2681 |   238819      0 |   119978 |        0
105.28/105.32	c 84.0s |       6 |    43236 |     2781 |   238819      0 |   119978 |        0
107.78/107.85	c 86.5s |       6 |    43446 |     2881 |   238819      0 |   119978 |        0
110.08/110.19	c 88.9s |       6 |    43673 |     2981 |   238819      0 |   119978 |        0
113.87/113.92	c 92.6s |       6 |    44122 |     3081 |   238819      0 |   119978 |        0
116.37/116.50	c 95.2s |       6 |    44760 |     3181 |   238819      0 |   119978 |        0
117.57/117.60	c 96.3s |       7 |    45052 |     3223 |   262701      0 |   119978 |        0
121.87/121.95	c  100s |       7 |    58240 |     3323 |   262701      0 |   119978 |        0
125.07/125.12	c  103s |       7 |    58617 |     3423 |   262701      0 |   119978 |        0
127.87/127.98	c  106s |       7 |    58884 |     3523 |   262701      0 |   119978 |        0
130.77/130.80	c  109s |       7 |    59213 |     3623 |   262701      0 |   119978 |        0
133.57/133.69	c  112s |       7 |    59655 |     3723 |   262701      0 |   119978 |        0
136.77/136.83	c  115s |       7 |    60209 |     3823 |   262701      0 |   119978 |        0
140.07/140.12	c  118s |       7 |    60657 |     3923 |   262701      0 |   119978 |        0
143.47/143.50	c  122s |       7 |    60970 |     4023 |   262701      0 |   119978 |        0
146.86/146.98	c  125s |       7 |    61221 |     4123 |   262701      0 |   119978 |        0
150.47/150.55	c  129s |       7 |    61416 |     4223 |   262701      0 |   119978 |        0
153.47/153.58	c  132s |       7 |    61912 |     4323 |   262701      0 |   119978 |        0
156.67/156.79	c  135s |       7 |    62514 |     4423 |   262701      0 |   119978 |        0
159.97/160.06	c  138s |       7 |    62957 |     4523 |   262701      0 |   119978 |        0
163.27/163.35	c  142s |       7 |    63377 |     4623 |   262701      0 |   119978 |        0
166.47/166.59	c  145s |       7 |    63702 |     4723 |   262701      0 |   119978 |        0
169.97/170.05	c  148s |       7 |    63980 |     4823 |   262701      0 |   119978 |        0
173.07/173.19	c  151s |       7 |    64491 |     4923 |   288972      0 |   119978 |        0
173.57/173.66	c  152s |       8 |    64634 |     4936 |   288972      0 |   119978 |        0
177.46/177.55	c  156s |       8 |    67087 |     5036 |   288972      0 |   119978 |        0
179.56/179.66	c  158s |       8 |    67410 |     5136 |   288972      0 |   119978 |        0
183.36/183.41	c  162s |       8 |    68062 |     5336 |   288972      0 |   119978 |        0
185.46/185.52	c  164s |       8 |    68574 |     5436 |   288972      0 |   119978 |        0
187.97/188.10	c  166s |       8 |    69121 |     5536 |   288972      0 |   119978 |        0
190.37/190.48	c  169s |       8 |    69489 |     5636 |   288972      0 |   119978 |        0
192.76/192.83	c  171s |       8 |    69689 |     5736 |   288972      0 |   119978 |        0
195.26/195.31	c  174s |       8 |    69918 |     5836 |   288972      0 |   119978 |        0
197.46/197.56	c  176s |       8 |    70292 |     5936 |   288972      0 |   119978 |        0
199.76/199.84	c  178s |       8 |    71042 |     6036 |   288972      0 |   119978 |        0
201.96/202.02	c  180s |       8 |    71430 |     6136 |   288972      0 |   119978 |        0
204.36/204.43	c  183s |       8 |    71911 |     6236 |   288972      0 |   119978 |        0
206.56/206.60	c  185s |       8 |    72224 |     6336 |   288972      0 |   119978 |        0
208.96/209.08	c  187s |       8 |    72405 |     6436 |   288972      0 |   119978 |        0
211.36/211.42	c  190s |       8 |    72926 |     6536 |   288972      0 |   119978 |        0
213.46/213.57	c  192s |       8 |    73333 |     6636 |   288972      0 |   119978 |        0
215.57/215.63	c  194s |       8 |    73658 |     6736 |   288972      0 |   119978 |        0
217.66/217.77	c  196s |       8 |    74041 |     6836 |   288972      0 |   119978 |        0
220.26/220.31	c  199s |       8 |    74292 |     6936 |   288972      0 |   119978 |        0
222.36/222.48	c  201s |       8 |    74525 |     7036 |   288972      0 |   119978 |        0
224.56/224.60	c  203s |       8 |    74888 |     7136 |   288972      0 |   119978 |        0
226.75/226.84	c  205s |       8 |    75338 |     7236 |   288972      0 |   119978 |        0
229.26/229.32	c  208s |       8 |    75693 |     7336 |   288972      0 |   119978 |        0
231.96/232.02	c  210s |       8 |    75906 |     7436 |   288972      0 |   119978 |        0
233.55/233.65	c  212s |       9 |    76084 |     7506 |   317870      0 |   119978 |        0
238.05/238.16	c  216s |       9 |    94402 |     7706 |   317870      0 |   119978 |        0
240.25/240.31	c  219s |       9 |    94713 |     7806 |   317870      0 |   119978 |        0
242.25/242.39	c  221s |       9 |    94964 |     7906 |   317870      0 |   119978 |        0
244.45/244.51	c  223s |       9 |    95222 |     8006 |   317870      0 |   119978 |        0
246.65/246.71	c  225s |       9 |    95777 |     8106 |   317870      0 |   119978 |        0
249.45/249.59	c  228s |       9 |    96284 |     8206 |   317870      0 |   119978 |        0
252.05/252.18	c  230s |       9 |    96543 |     8306 |   317870      0 |   119978 |        0
254.74/254.81	c  233s |       9 |    97034 |     8406 |   317870      0 |   119978 |        0
257.15/257.22	c  235s |       9 |    97496 |     8506 |   317870      0 |   119978 |        0
259.56/259.67	c  238s |       9 |    97891 |     8606 |   317870      0 |   119978 |        0
262.25/262.30	c  240s |       9 |    98205 |     8706 |   317870      0 |   119978 |        0
264.55/264.69	c  243s |       9 |    98731 |     8806 |   317870      0 |   119978 |        0
266.94/267.07	c  245s |       9 |    99180 |     8906 |   317870      0 |   119978 |        0
269.46/269.53	c  248s |       9 |    99579 |     9006 |   317870      0 |   119978 |        0
271.85/271.93	c  250s |       9 |    99991 |     9106 |   317870      0 |   119978 |        0
274.35/274.44	c  253s |       9 |   100453 |     9206 |   317870      0 |   119978 |        0
276.84/276.90	c  255s |       9 |   100772 |     9306 |   317870      0 |   119978 |        0
280.24/280.38	c  259s |       9 |   101189 |     9406 |   317870      0 |   119978 |        0
282.75/282.83	c  261s |       9 |   101582 |     9506 |   317870      0 |   119978 |        0
285.24/285.37	c  264s |       9 |   101809 |     9606 |   317870      0 |   119978 |        0
287.74/287.88	c  266s |       9 |   102361 |     9706 |   317870      0 |   119978 |        0
290.35/290.46	c  269s |       9 |   102581 |     9806 |   317870      0 |   119978 |        0
292.84/292.90	c  271s |       9 |   103045 |     9906 |   317870      0 |   119978 |        0
295.34/295.40	c  274s |       9 |   103461 |    10006 |   317870      0 |   119978 |        0
297.94/298.09	c  276s |       9 |   103703 |    10106 |   317870      0 |   119978 |        0
300.64/300.71	c  279s |       9 |   104093 |    10206 |   317870      0 |   119978 |        0
303.24/303.35	c  282s |       9 |   104460 |    10306 |   317870      0 |   119978 |        0
305.85/305.92	c  284s |       9 |   104701 |    10406 |   317870      0 |   119978 |        0
308.14/308.26	c  286s |       9 |   105335 |    10506 |   317870      0 |   119978 |        0
310.74/310.82	c  289s |       9 |   105735 |    10606 |   317870      0 |   119978 |        0
313.54/313.69	c  292s |       9 |   105993 |    10706 |   317870      0 |   119978 |        0
316.04/316.13	c  294s |       9 |   106724 |    10806 |   317870      0 |   119978 |        0
318.54/318.62	c  297s |       9 |   107137 |    10906 |   317870      0 |   119978 |        0
321.04/321.12	c  299s |       9 |   107383 |    11006 |   317870      0 |   119978 |        0
323.64/323.72	c  302s |       9 |   107891 |    11106 |   317870      0 |   119978 |        0
326.13/326.26	c  304s |       9 |   108407 |    11206 |   317870      0 |   119978 |        0
328.64/328.75	c  307s |       9 |   108778 |    11306 |   349657      0 |   119978 |        0
330.34/330.41	c  309s |      10 |   108917 |    11361 |   349657      0 |   119978 |        0
336.03/336.11	c  314s |      10 |   112242 |    11461 |   349657      0 |   119978 |        0
340.44/340.60	c  319s |      10 |   112557 |    11561 |   349657      0 |   119978 |        0
344.73/344.89	c  323s |      10 |   112766 |    11661 |   349657      0 |   119978 |        0
348.93/349.08	c  327s |      10 |   113078 |    11761 |   349657      0 |   119978 |        0
353.23/353.32	c  332s |      10 |   113395 |    11861 |   349657      0 |   119978 |        0
357.44/357.56	c  336s |      10 |   113979 |    11961 |   349657      0 |   119978 |        0
361.73/361.84	c  340s |      10 |   114439 |    12061 |   349657      0 |   119978 |        0
366.13/366.30	c  344s |      10 |   114858 |    12161 |   349657      0 |   119978 |        0
371.03/371.14	c  349s |      10 |   115060 |    12261 |   349657      0 |   119978 |        0
375.23/375.36	c  354s |      10 |   115320 |    12361 |   349657      0 |   119978 |        0
379.33/379.46	c  358s |      10 |   116070 |    12461 |   349657      0 |   119978 |        0
383.32/383.49	c  362s |      10 |   116478 |    12561 |   349657      0 |   119978 |        0
387.33/387.43	c  366s |      10 |   116774 |    12661 |   349657      0 |   119978 |        0
391.43/391.56	c  370s |      10 |   117062 |    12761 |   349657      0 |   119978 |        0
395.82/395.93	c  374s |      10 |   117289 |    12861 |   349657      0 |   119978 |        0
400.33/400.41	c  379s |      10 |   117560 |    12961 |   349657      0 |   119978 |        0
404.42/404.56	c  383s |      10 |   118150 |    13061 |   349657      0 |   119978 |        0
407.92/408.02	c  386s |      10 |   118624 |    13161 |   349657      0 |   119978 |        0
411.62/411.72	c  390s |      10 |   119284 |    13261 |   349657      0 |   119978 |        0
415.42/415.56	c  394s |      10 |   119759 |    13361 |   349657      0 |   119978 |        0
419.62/419.78	c  398s |      10 |   120257 |    13461 |   349657      0 |   119978 |        0
424.12/424.23	c  402s |      10 |   120624 |    13561 |   349657      0 |   119978 |        0
428.52/428.66	c  407s |      10 |   120936 |    13661 |   349657      0 |   119978 |        0
433.12/433.29	c  411s |      10 |   121166 |    13761 |   349657      0 |   119978 |        0
437.22/437.35	c  416s |      10 |   121721 |    13861 |   349657      0 |   119978 |        0
442.61/442.74	c  421s |      10 |   122166 |    13961 |   349657      0 |   119978 |        0
446.92/447.00	c  425s |      10 |   122478 |    14061 |   349657      0 |   119978 |        0
451.82/451.94	c  430s |      10 |   122686 |    14161 |   349657      0 |   119978 |        0
455.91/456.06	c  434s |      10 |   122971 |    14261 |   349657      0 |   119978 |        0
460.21/460.34	c  439s |      10 |   123531 |    14361 |   349657      0 |   119978 |        0
464.52/464.62	c  443s |      10 |   123986 |    14461 |   349657      0 |   119978 |        0
468.62/468.76	c  447s |      10 |   124322 |    14561 |   349657      0 |   119978 |        0
473.11/473.28	c  451s |      10 |   124609 |    14661 |   349657      0 |   119978 |        0
477.51/477.66	c  456s |      10 |   124836 |    14761 |   349657      0 |   119978 |        0
482.11/482.26	c  460s |      10 |   125271 |    14861 |   349657      0 |   119978 |        0
486.71/486.83	c  465s |      10 |   125792 |    14961 |   349657      0 |   119978 |        0
491.11/491.22	c  469s |      10 |   126168 |    15061 |   349657      0 |   119978 |        0
496.02/496.12	c  474s |      10 |   126429 |    15161 |   349657      0 |   119978 |        0
500.71/500.84	c  479s |      10 |   126661 |    15261 |   349657      0 |   119978 |        0
504.51/504.60	c  483s |      10 |   127373 |    15361 |   349657      0 |   119978 |        0
508.50/508.62	c  487s |      10 |   127709 |    15461 |   349657      0 |   119978 |        0
512.61/512.79	c  491s |      10 |   128106 |    15561 |   349657      0 |   119978 |        0
517.20/517.39	c  496s |      10 |   128295 |    15661 |   349657      0 |   119978 |        0
522.11/522.24	c  500s |      10 |   128626 |    15761 |   349657      0 |   119978 |        0
527.20/527.31	c  506s |      10 |   128856 |    15861 |   349657      0 |   119978 |        0
531.80/531.93	c  510s |      10 |   129448 |    15961 |   349657      0 |   119978 |        0
536.20/536.34	c  515s |      10 |   129930 |    16061 |   349657      0 |   119978 |        0
540.50/540.63	c  519s |      10 |   130428 |    16161 |   349657      0 |   119978 |        0
544.80/544.90	c  523s |      10 |   130691 |    16261 |   349657      0 |   119978 |        0
550.10/550.22	c  528s |      10 |   130949 |    16361 |   349657      0 |   119978 |        0
554.40/554.56	c  533s |      10 |   131583 |    16461 |   349657      0 |   119978 |        0
558.80/558.97	c  537s |      10 |   132186 |    16561 |   349657      0 |   119978 |        0
563.49/563.66	c  542s |      10 |   132516 |    16661 |   349657      0 |   119978 |        0
568.79/568.99	c  547s |      10 |   132710 |    16761 |   349657      0 |   119978 |        0
573.69/573.88	c  552s |      10 |   132958 |    16861 |   349657      0 |   119978 |        0
577.70/577.81	c  556s |      10 |   133619 |    16961 |   349657      0 |   119978 |        0
583.59/583.75	c  562s |      10 |   134069 |    17061 |   384623      0 |   119978 |        0
587.40/587.59	c  566s |      11 |   134386 |    17144 |   384623      0 |   119978 |        0
591.29/591.42	c  570s |      11 |   148141 |    17244 |   384623      0 |   119978 |        0
593.59/593.71	c  572s |      11 |   148554 |    17344 |   384623      0 |   119978 |        0
596.89/597.09	c  575s |      11 |   149105 |    17544 |   384623      0 |   119978 |        0
601.08/601.26	c  579s |      11 |   150115 |    17744 |   384623      0 |   119978 |        0
603.29/603.49	c  582s |      11 |   150772 |    17844 |   384623      0 |   119978 |        0
605.59/605.77	c  584s |      11 |   151289 |    17944 |   384623      0 |   119978 |        0
607.69/607.86	c  586s |      11 |   151625 |    18044 |   384623      0 |   119978 |        0
610.19/610.31	c  589s |      11 |   151885 |    18144 |   384623      0 |   119978 |        0
612.29/612.43	c  591s |      11 |   152374 |    18244 |   384623      0 |   119978 |        0
614.39/614.52	c  593s |      11 |   152815 |    18344 |   384623      0 |   119978 |        0
618.58/618.71	c  597s |      11 |   153563 |    18544 |   384623      0 |   119978 |        0
620.99/621.16	c  599s |      11 |   153951 |    18644 |   384623      0 |   119978 |        0
623.39/623.50	c  602s |      11 |   154174 |    18744 |   384623      0 |   119978 |        0
625.68/625.88	c  604s |      11 |   154313 |    18844 |   384623      0 |   119978 |        0
627.78/627.99	c  606s |      11 |   154963 |    18944 |   384623      0 |   119978 |        0
630.09/630.20	c  608s |      11 |   155466 |    19044 |   384623      0 |   119978 |        0
632.18/632.37	c  611s |      11 |   155869 |    19144 |   384623      0 |   119978 |        0
634.38/634.53	c  613s |      11 |   156121 |    19244 |   384623      0 |   119978 |        0
636.79/636.99	c  615s |      11 |   156371 |    19344 |   384623      0 |   119978 |        0
638.88/639.09	c  617s |      11 |   156784 |    19444 |   384623      0 |   119978 |        0
640.98/641.15	c  619s |      11 |   157269 |    19544 |   384623      0 |   119978 |        0
643.29/643.43	c  622s |      11 |   157806 |    19644 |   384623      0 |   119978 |        0
645.38/645.55	c  624s |      11 |   158056 |    19744 |   384623      0 |   119978 |        0
648.08/648.28	c  626s |      11 |   158287 |    19844 |   384623      0 |   119978 |        0
650.58/650.71	c  629s |      11 |   158913 |    19944 |   384623      0 |   119978 |        0
652.68/652.81	c  631s |      11 |   159365 |    20044 |   384623      0 |   119978 |        0
654.88/655.03	c  633s |      11 |   159835 |    20144 |   384623      0 |   119978 |        0
657.08/657.24	c  635s |      11 |   160087 |    20244 |   384623      0 |   119978 |        0
659.88/660.02	c  638s |      11 |   160301 |    20344 |   384623      0 |   119978 |        0
661.98/662.18	c  640s |      11 |   160750 |    20444 |   384623      0 |   119978 |        0
664.18/664.36	c  643s |      11 |   161060 |    20544 |   384623      0 |   119978 |        0
666.48/666.63	c  645s |      11 |   161263 |    20644 |   384623      0 |   119978 |        0
668.57/668.76	c  647s |      11 |   161485 |    20744 |   384623      0 |   119978 |        0
670.67/670.85	c  649s |      11 |   161710 |    20844 |   384623      0 |   119978 |        0
672.78/672.92	c  651s |      11 |   162174 |    20944 |   384623      0 |   119978 |        0
674.87/675.03	c  653s |      11 |   162629 |    21044 |   384623      0 |   119978 |        0
677.27/677.49	c  656s |      11 |   163040 |    21144 |   384623      0 |   119978 |        0
681.18/681.31	c  660s |      11 |   163339 |    21244 |   384623      0 |   119978 |        0
683.88/684.06	c  662s |      11 |   163579 |    21344 |   384623      0 |   119978 |        0
686.08/686.24	c  664s |      11 |   164247 |    21444 |   384623      0 |   119978 |        0
688.27/688.40	c  667s |      11 |   164723 |    21544 |   384623      0 |   119978 |        0
690.47/690.68	c  669s |      11 |   165061 |    21644 |   384623      0 |   119978 |        0
692.98/693.15	c  671s |      11 |   165263 |    21744 |   384623      0 |   119978 |        0
695.07/695.26	c  673s |      11 |   165757 |    21844 |   384623      0 |   119978 |        0
697.28/697.48	c  676s |      11 |   166225 |    21944 |   384623      0 |   119978 |        0
699.27/699.49	c  678s |      11 |   166514 |    22044 |   384623      0 |   119978 |        0
701.87/702.03	c  680s |      11 |   166799 |    22144 |   384623      0 |   119978 |        0
704.07/704.28	c  682s |      11 |   167216 |    22244 |   384623      0 |   119978 |        0
706.37/706.59	c  685s |      11 |   167683 |    22344 |   384623      0 |   119978 |        0
708.87/709.08	c  687s |      11 |   167881 |    22444 |   384623      0 |   119978 |        0
711.77/711.94	c  690s |      11 |   168191 |    22544 |   384623      0 |   119978 |        0
714.07/714.22	c  692s |      11 |   168642 |    22644 |   384623      0 |   119978 |        0
718.37/718.56	c  697s |      11 |   169278 |    22844 |   384623      0 |   119978 |        0
720.38/720.60	c  699s |      11 |   169455 |    22944 |   384623      0 |   119978 |        0
722.67/722.81	c  701s |      11 |   169953 |    23044 |   384623      0 |   119978 |        0
725.07/725.24	c  703s |      11 |   170170 |    23144 |   384623      0 |   119978 |        0
727.27/727.48	c  706s |      11 |   170418 |    23244 |   384623      0 |   119978 |        0
729.86/730.01	c  708s |      11 |   170603 |    23344 |   384623      0 |   119978 |        0
732.17/732.33	c  711s |      11 |   171071 |    23444 |   384623      0 |   119978 |        0
734.17/734.34	c  713s |      11 |   171300 |    23544 |   384623      0 |   119978 |        0
736.26/736.42	c  715s |      11 |   171589 |    23644 |   384623      0 |   119978 |        0
738.36/738.58	c  717s |      11 |   171932 |    23744 |   384623      0 |   119978 |        0
740.66/740.80	c  719s |      11 |   172435 |    23844 |   384623      0 |   119978 |        0
742.87/743.07	c  721s |      11 |   172816 |    23944 |   384623      0 |   119978 |        0
745.67/745.81	c  724s |      11 |   173054 |    24044 |   384623      0 |   119978 |        0
748.26/748.45	c  727s |      11 |   173595 |    24144 |   384623      0 |   119978 |        0
751.17/751.38	c  730s |      11 |   173865 |    24244 |   384623      0 |   119978 |        0
753.56/753.72	c  732s |      11 |   174173 |    24344 |   384623      0 |   119978 |        0
755.76/755.92	c  734s |      11 |   174503 |    24444 |   384623      0 |   119978 |        0
758.26/758.43	c  737s |      11 |   174820 |    24544 |   384623      0 |   119978 |        0
761.27/761.40	c  740s |      11 |   175000 |    24644 |   384623      0 |   119978 |        0
763.66/763.80	c  742s |      11 |   175539 |    24744 |   384623      0 |   119978 |        0
767.16/767.38	c  746s |      11 |   175790 |    24844 |   384623      0 |   119978 |        0
769.66/769.86	c  748s |      11 |   176087 |    24944 |   384623      0 |   119978 |        0
771.76/771.90	c  750s |      11 |   176406 |    25044 |   384623      0 |   119978 |        0
774.06/774.27	c  752s |      11 |   176633 |    25144 |   384623      0 |   119978 |        0
776.16/776.39	c  755s |      11 |   177027 |    25244 |   384623      0 |   119978 |        0
778.46/778.68	c  757s |      11 |   177363 |    25344 |   384623      0 |   119978 |        0
781.16/781.31	c  760s |      11 |   177766 |    25444 |   384623      0 |   119978 |        0
783.56/783.79	c  762s |      11 |   178245 |    25544 |   384623      0 |   119978 |        0
785.96/786.15	c  764s |      11 |   178505 |    25644 |   384623      0 |   119978 |        0
788.16/788.34	c  767s |      11 |   178971 |    25744 |   423086      0 |   119978 |        0
789.86/790.04	c  768s |      12 |   179172 |    25819 |   423086      0 |   119978 |        0
794.07/794.25	c  772s |      12 |   182484 |    25919 |   423086      0 |   119978 |        0
796.26/796.48	c  775s |      12 |   182826 |    26019 |   423086      0 |   119978 |        0
800.45/800.64	c  779s |      12 |   183467 |    26219 |   423086      0 |   119978 |        0
802.55/802.78	c  781s |      12 |   183779 |    26319 |   423086      0 |   119978 |        0
804.95/805.12	c  783s |      12 |   184375 |    26419 |   423086      0 |   119978 |        0
807.16/807.36	c  786s |      12 |   184783 |    26519 |   423086      0 |   119978 |        0
809.56/809.78	c  788s |      12 |   185131 |    26619 |   423086      0 |   119978 |        0
812.25/812.44	c  791s |      12 |   185274 |    26719 |   423086      0 |   119978 |        0
814.45/814.63	c  793s |      12 |   185467 |    26819 |   423086      0 |   119978 |        0
816.76/816.91	c  795s |      12 |   185655 |    26919 |   423086      0 |   119978 |        0
818.85/819.07	c  797s |      12 |   186076 |    27019 |   423086      0 |   119978 |        0
821.05/821.29	c  799s |      12 |   186555 |    27119 |   423086      0 |   119978 |        0
823.35/823.56	c  802s |      12 |   186892 |    27219 |   423086      0 |   119978 |        0
825.75/825.99	c  804s |      12 |   187112 |    27319 |   423086      0 |   119978 |        0
828.05/828.26	c  806s |      12 |   187362 |    27419 |   423086      0 |   119978 |        0
830.45/830.69	c  809s |      12 |   187625 |    27519 |   423086      0 |   119978 |        0
833.14/833.33	c  812s |      12 |   188198 |    27619 |   423086      0 |   119978 |        0
835.55/835.75	c  814s |      12 |   188593 |    27719 |   423086      0 |   119978 |        0
837.85/838.01	c  816s |      12 |   188848 |    27819 |   423086      0 |   119978 |        0
840.05/840.20	c  818s |      12 |   189160 |    27919 |   423086      0 |   119978 |        0
842.34/842.56	c  821s |      12 |   189422 |    28019 |   423086      0 |   119978 |        0
845.04/845.24	c  823s |      12 |   190065 |    28119 |   423086      0 |   119978 |        0
847.34/847.53	c  826s |      12 |   190450 |    28219 |   423086      0 |   119978 |        0
850.05/850.26	c  828s |      12 |   190696 |    28319 |   423086      0 |   119978 |        0
852.35/852.51	c  831s |      12 |   191017 |    28419 |   423086      0 |   119978 |        0
854.65/854.86	c  833s |      12 |   191290 |    28519 |   423086      0 |   119978 |        0
858.54/858.76	c  837s |      12 |   191476 |    28619 |   423086      0 |   119978 |        0
861.14/861.36	c  840s |      12 |   192201 |    28719 |   423086      0 |   119978 |        0
863.64/863.85	c  842s |      12 |   192586 |    28819 |   423086      0 |   119978 |        0
866.43/866.61	c  845s |      12 |   192839 |    28919 |   423086      0 |   119978 |        0
869.13/869.35	c  848s |      12 |   193242 |    29019 |   423086      0 |   119978 |        0
871.73/871.91	c  850s |      12 |   193480 |    29119 |   423086      0 |   119978 |        0
874.23/874.47	c  853s |      12 |   194084 |    29219 |   423086      0 |   119978 |        0
876.83/877.03	c  855s |      12 |   194582 |    29319 |   423086      0 |   119978 |        0
879.54/879.75	c  858s |      12 |   195157 |    29419 |   423086      0 |   119978 |        0
882.14/882.34	c  861s |      12 |   195431 |    29519 |   423086      0 |   119978 |        0
885.24/885.50	c  864s |      12 |   195715 |    29619 |   423086      0 |   119978 |        0
888.03/888.20	c  866s |      12 |   196208 |    29719 |   423086      0 |   119978 |        0
890.73/890.92	c  869s |      12 |   196538 |    29819 |   423086      0 |   119978 |        0
893.14/893.33	c  872s |      12 |   196904 |    29919 |   423086      0 |   119978 |        0
895.43/895.65	c  874s |      12 |   197264 |    30019 |   423086      0 |   119978 |        0
898.13/898.32	c  877s |      12 |   197955 |    30119 |   423086      0 |   119978 |        0
900.53/900.73	c  879s |      12 |   198351 |    30219 |   423086      0 |   119978 |        0
902.94/903.19	c  881s |      12 |   198700 |    30319 |   423086      0 |   119978 |        0
905.83/906.00	c  884s |      12 |   198964 |    30419 |   423086      0 |   119978 |        0
908.53/908.72	c  887s |      12 |   199209 |    30519 |   423086      0 |   119978 |        0
911.03/911.27	c  889s |      12 |   199736 |    30619 |   423086      0 |   119978 |        0
913.33/913.57	c  892s |      12 |   200079 |    30719 |   423086      0 |   119978 |        0
915.73/915.95	c  894s |      12 |   200358 |    30819 |   423086      0 |   119978 |        0
918.23/918.45	c  897s |      12 |   200602 |    30919 |   423086      0 |   119978 |        0
920.92/921.11	c  899s |      12 |   200884 |    31019 |   423086      0 |   119978 |        0
923.93/924.12	c  902s |      12 |   201374 |    31119 |   423086      0 |   119978 |        0
926.42/926.69	c  905s |      12 |   201904 |    31219 |   423086      0 |   119978 |        0
928.93/929.16	c  907s |      12 |   202268 |    31319 |   423086      0 |   119978 |        0
931.82/932.03	c  910s |      12 |   202465 |    31419 |   423086      0 |   119978 |        0
934.12/934.36	c  913s |      12 |   202897 |    31519 |   423086      0 |   119978 |        0
936.72/936.97	c  915s |      12 |   203413 |    31619 |   423086      0 |   119978 |        0
939.12/939.33	c  918s |      12 |   203715 |    31719 |   423086      0 |   119978 |        0
941.43/941.64	c  920s |      12 |   203996 |    31819 |   423086      0 |   119978 |        0
943.92/944.11	c  922s |      12 |   204404 |    31919 |   423086      0 |   119978 |        0
946.42/946.66	c  925s |      12 |   204931 |    32019 |   423086      0 |   119978 |        0
948.91/949.13	c  927s |      12 |   205328 |    32119 |   423086      0 |   119978 |        0
952.82/953.09	c  931s |      12 |   205579 |    32219 |   423086      0 |   119978 |        0
955.01/955.27	c  933s |      12 |   205780 |    32319 |   423086      0 |   119978 |        0
957.42/957.66	c  936s |      12 |   206247 |    32419 |   423086      0 |   119978 |        0
959.92/960.15	c  938s |      12 |   206576 |    32519 |   423086      0 |   119978 |        0
962.61/962.87	c  941s |      12 |   206813 |    32619 |   423086      0 |   119978 |        0
965.52/965.74	c  944s |      12 |   206965 |    32719 |   423086      0 |   119978 |        0
967.92/968.11	c  946s |      12 |   207314 |    32819 |   423086      0 |   119978 |        0
970.31/970.51	c  949s |      12 |   207634 |    32919 |   423086      0 |   119978 |        0
972.92/973.11	c  951s |      12 |   207811 |    33019 |   423086      0 |   119978 |        0
975.41/975.64	c  954s |      12 |   208030 |    33119 |   423086      0 |   119978 |        0
978.12/978.33	c  957s |      12 |   208435 |    33219 |   423086      0 |   119978 |        0
980.72/980.92	c  959s |      12 |   208929 |    33319 |   423086      0 |   119978 |        0
983.22/983.42	c  962s |      12 |   209242 |    33419 |   423086      0 |   119978 |        0
985.92/986.16	c  964s |      12 |   209493 |    33519 |   423086      0 |   119978 |        0
988.31/988.60	c  967s |      12 |   209960 |    33619 |   423086      0 |   119978 |        0
991.02/991.27	c  969s |      12 |   210427 |    33719 |   423086      0 |   119978 |        0
993.91/994.12	c  972s |      12 |   210761 |    33819 |   423086      0 |   119978 |        0
996.71/996.95	c  975s |      12 |   211124 |    33919 |   423086      0 |   119978 |        0
999.21/999.41	c  978s |      12 |   211548 |    34019 |   423086      0 |   119978 |        0
1001.91/1002.13	c  980s |      12 |   211911 |    34119 |   423086      0 |   119978 |        0
1004.71/1004.95	c  983s |      12 |   212307 |    34219 |   423086      0 |   119978 |        0
1007.01/1007.26	c  985s |      12 |   212537 |    34319 |   423086      0 |   119978 |        0
1009.62/1009.82	c  988s |      12 |   212838 |    34419 |   423086      0 |   119978 |        0
1012.41/1012.65	c  991s |      12 |   213173 |    34519 |   423086      0 |   119978 |        0
1015.01/1015.25	c  993s |      12 |   213673 |    34619 |   423086      0 |   119978 |        0
1017.71/1017.97	c  996s |      12 |   213906 |    34719 |   423086      0 |   119978 |        0
1020.71/1020.95	c  999s |      12 |   214341 |    34819 |   423086      0 |   119978 |        0
1023.30/1023.51	c 1002s |      12 |   214729 |    34919 |   423086      0 |   119978 |        0
1026.01/1026.21	c 1004s |      12 |   214989 |    35019 |   423086      0 |   119978 |        0
1028.60/1028.88	c 1007s |      12 |   215361 |    35119 |   423086      0 |   119978 |        0
1031.10/1031.37	c 1010s |      12 |   215689 |    35219 |   423086      0 |   119978 |        0
1033.91/1034.15	c 1012s |      12 |   215882 |    35319 |   423086      0 |   119978 |        0
1036.60/1036.87	c 1015s |      12 |   216220 |    35419 |   423086      0 |   119978 |        0
1039.21/1039.41	c 1018s |      12 |   216512 |    35519 |   423086      0 |   119978 |        0
1043.11/1043.37	c 1022s |      12 |   216785 |    35619 |   423086      0 |   119978 |        0
1045.60/1045.85	c 1024s |      12 |   217185 |    35719 |   423086      0 |   119978 |        0
1048.40/1048.68	c 1027s |      12 |   217355 |    35819 |   423086      0 |   119978 |        0
1051.51/1051.79	c 1030s |      12 |   217600 |    35919 |   423086      0 |   119978 |        0
1054.20/1054.40	c 1033s |      12 |   218027 |    36019 |   423086      0 |   119978 |        0
1056.91/1057.19	c 1035s |      12 |   218229 |    36119 |   423086      0 |   119978 |        0
1059.60/1059.81	c 1038s |      12 |   218560 |    36219 |   423086      0 |   119978 |        0
1062.30/1062.54	c 1041s |      12 |   218852 |    36319 |   423086      0 |   119978 |        0
1064.90/1065.18	c 1043s |      12 |   219172 |    36419 |   423086      0 |   119978 |        0
1067.79/1068.04	c 1046s |      12 |   219524 |    36519 |   423086      0 |   119978 |        0
1070.39/1070.65	c 1049s |      12 |   219826 |    36619 |   423086      0 |   119978 |        0
1073.29/1073.55	c 1052s |      12 |   220089 |    36719 |   423086      0 |   119978 |        0
1076.09/1076.38	c 1055s |      12 |   220440 |    36819 |   423086      0 |   119978 |        0
1079.00/1079.24	c 1057s |      12 |   220662 |    36919 |   423086      0 |   119978 |        0
1081.69/1081.96	c 1060s |      12 |   220922 |    37019 |   423086      0 |   119978 |        0
1084.59/1084.83	c 1063s |      12 |   221200 |    37119 |   423086      0 |   119978 |        0
1087.19/1087.49	c 1066s |      12 |   221475 |    37219 |   423086      0 |   119978 |        0
1090.39/1090.64	c 1069s |      12 |   221819 |    37319 |   423086      0 |   119978 |        0
1093.09/1093.35	c 1072s |      12 |   221985 |    37419 |   423086      0 |   119978 |        0
1095.89/1096.15	c 1074s |      12 |   222323 |    37519 |   423086      0 |   119978 |        0
1098.99/1099.29	c 1077s |      12 |   222587 |    37619 |   423086      0 |   119978 |        0
1103.19/1103.43	c 1082s |      12 |   222808 |    37719 |   423086      0 |   119978 |        0
1106.79/1107.04	c 1085s |      12 |   222998 |    37819 |   423086      0 |   119978 |        0
1109.79/1110.02	c 1088s |      12 |   223144 |    37919 |   423086      0 |   119978 |        0
1113.48/1113.77	c 1092s |      12 |   223371 |    38019 |   423086      0 |   119978 |        0
1117.69/1117.98	c 1096s |      12 |   223564 |    38119 |   423086      0 |   119978 |        0
1123.18/1123.48	c 1102s |      12 |   223791 |    38219 |   423086      0 |   119978 |        0
1126.88/1127.10	c 1105s |      12 |   224035 |    38319 |   423086      0 |   119978 |        0
1129.68/1129.98	c 1108s |      12 |   224294 |    38419 |   423086      0 |   119978 |        0
1133.08/1133.33	c 1112s |      12 |   224458 |    38519 |   423086      0 |   119978 |        0
1136.98/1137.21	c 1115s |      12 |   224645 |    38619 |   465395      0 |   119978 |        0
1140.68/1140.91	c 1119s |      12 |   224863 |    38719 |   465395      0 |   119978 |        0
1143.28/1143.57	c 1122s |      12 |   225208 |    38819 |   465395      0 |   119978 |        0
1143.79/1144.08	c 1122s |      13 |   225228 |    38832 |   465395      0 |   119978 |        0
1147.88/1148.15	c 1126s |      13 |   241438 |    38932 |   465395      0 |   119978 |        0
1150.58/1150.82	c 1129s |      13 |   241871 |    39032 |   465395      0 |   119978 |        0
1154.28/1154.51	c 1133s |      13 |   242367 |    39232 |   465395      0 |   119978 |        0
1158.08/1158.36	c 1137s |      13 |   243223 |    39432 |   465395      0 |   119978 |        0
1160.28/1160.54	c 1139s |      13 |   243616 |    39532 |   465395      0 |   119978 |        0
1162.58/1162.89	c 1141s |      13 |   244168 |    39632 |   465395      0 |   119978 |        0
1164.98/1165.29	c 1143s |      13 |   244399 |    39732 |   465395      0 |   119978 |        0
1167.58/1167.83	c 1146s |      13 |   244741 |    39832 |   465395      0 |   119978 |        0
1170.07/1170.33	c 1149s |      13 |   244901 |    39932 |   465395      0 |   119978 |        0
1172.27/1172.58	c 1151s |      13 |   245580 |    40032 |   465395      0 |   119978 |        0
1174.48/1174.79	c 1153s |      13 |   246019 |    40132 |   465395      0 |   119978 |        0
1176.67/1176.97	c 1155s |      13 |   246511 |    40232 |   465395      0 |   119978 |        0
1179.17/1179.44	c 1158s |      13 |   246873 |    40332 |   465395      0 |   119978 |        0
1181.97/1182.23	c 1160s |      13 |   247113 |    40432 |   465395      0 |   119978 |        0
1184.27/1184.50	c 1163s |      13 |   247609 |    40532 |   465395      0 |   119978 |        0
1186.68/1186.91	c 1165s |      13 |   248130 |    40632 |   465395      0 |   119978 |        0
1189.37/1189.62	c 1168s |      13 |   248270 |    40732 |   465395      0 |   119978 |        0
1191.67/1191.92	c 1170s |      13 |   248503 |    40832 |   465395      0 |   119978 |        0
1193.87/1194.14	c 1172s |      13 |   248683 |    40932 |   465395      0 |   119978 |        0
1196.27/1196.50	c 1175s |      13 |   249010 |    41032 |   465395      0 |   119978 |        0
1198.57/1198.83	c 1177s |      13 |   249658 |    41132 |   465395      0 |   119978 |        0
1200.57/1200.87	c 1179s |      13 |   249972 |    41232 |   465395      0 |   119978 |        0
1202.67/1202.98	c 1181s |      13 |   250280 |    41332 |   465395      0 |   119978 |        0
1204.87/1205.13	c 1183s |      13 |   250569 |    41432 |   465395      0 |   119978 |        0
1207.36/1207.61	c 1186s |      13 |   250792 |    41532 |   465395      0 |   119978 |        0
1209.47/1209.79	c 1188s |      13 |   251226 |    41632 |   465395      0 |   119978 |        0
1213.07/1213.31	c 1192s |      13 |   251669 |    41732 |   465395      0 |   119978 |        0
1215.86/1216.16	c 1194s |      13 |   251981 |    41832 |   465395      0 |   119978 |        0
1218.57/1218.80	c 1197s |      13 |   252164 |    41932 |   465395      0 |   119978 |        0
1221.36/1221.69	c 1200s |      13 |   252352 |    42032 |   465395      0 |   119978 |        0
1223.86/1224.12	c 1202s |      13 |   252769 |    42132 |   465395      0 |   119978 |        0
1226.27/1226.53	c 1205s |      13 |   253300 |    42232 |   465395      0 |   119978 |        0
1228.87/1229.13	c 1207s |      13 |   253794 |    42332 |   465395      0 |   119978 |        0
1231.46/1231.79	c 1210s |      13 |   254163 |    42432 |   465395      0 |   119978 |        0
1234.36/1234.66	c 1213s |      13 |   254344 |    42532 |   465395      0 |   119978 |        0
1236.66/1236.93	c 1215s |      13 |   254845 |    42632 |   465395      0 |   119978 |        0
1238.96/1239.21	c 1217s |      13 |   255414 |    42732 |   465395      0 |   119978 |        0
1241.16/1241.40	c 1220s |      13 |   255760 |    42832 |   465395      0 |   119978 |        0
1243.66/1243.91	c 1222s |      13 |   255943 |    42932 |   465395      0 |   119978 |        0
1246.17/1246.44	c 1225s |      13 |   256173 |    43032 |   465395      0 |   119978 |        0
1248.76/1249.01	c 1227s |      13 |   256704 |    43132 |   465395      0 |   119978 |        0
1251.26/1251.52	c 1230s |      13 |   257023 |    43232 |   465395      0 |   119978 |        0
1254.06/1254.36	c 1233s |      13 |   257250 |    43332 |   465395      0 |   119978 |        0
1256.76/1257.09	c 1235s |      13 |   257449 |    43432 |   465395      0 |   119978 |        0
1259.36/1259.63	c 1238s |      13 |   257759 |    43532 |   465395      0 |   119978 |        0
1261.76/1262.00	c 1240s |      13 |   258374 |    43632 |   465395      0 |   119978 |        0
1264.36/1264.60	c 1243s |      13 |   258811 |    43732 |   465395      0 |   119978 |        0
1266.65/1266.94	c 1245s |      13 |   259145 |    43832 |   465395      0 |   119978 |        0
1269.36/1269.61	c 1248s |      13 |   259530 |    43932 |   465395      0 |   119978 |        0
1271.56/1271.88	c 1250s |      13 |   260011 |    44032 |   465395      0 |   119978 |        0
1274.05/1274.38	c 1253s |      13 |   260354 |    44132 |   465395      0 |   119978 |        0
1276.66/1276.95	c 1255s |      13 |   260657 |    44232 |   465395      0 |   119978 |        0
1278.85/1279.18	c 1257s |      13 |   260908 |    44332 |   465395      0 |   119978 |        0
1281.55/1281.85	c 1260s |      13 |   261443 |    44432 |   465395      0 |   119978 |        0
1284.25/1284.52	c 1263s |      13 |   261837 |    44532 |   465395      0 |   119978 |        0
1286.95/1287.26	c 1265s |      13 |   262150 |    44632 |   465395      0 |   119978 |        0
1289.96/1290.23	c 1268s |      13 |   262629 |    44732 |   465395      0 |   119978 |        0
1292.45/1292.70	c 1271s |      13 |   262875 |    44832 |   465395      0 |   119978 |        0
1295.05/1295.33	c 1274s |      13 |   263057 |    44932 |   465395      0 |   119978 |        0
1297.36/1297.63	c 1276s |      13 |   263275 |    45032 |   465395      0 |   119978 |        0
1299.85/1300.14	c 1278s |      13 |   263866 |    45132 |   465395      0 |   119978 |        0
1302.05/1302.31	c 1281s |      13 |   264138 |    45232 |   465395      0 |   119978 |        0
1304.55/1304.84	c 1283s |      13 |   264332 |    45332 |   465395      0 |   119978 |        0
1306.85/1307.13	c 1285s |      13 |   264704 |    45432 |   465395      0 |   119978 |        0
1309.25/1309.58	c 1288s |      13 |   265152 |    45532 |   465395      0 |   119978 |        0
1313.35/1313.61	c 1292s |      13 |   265360 |    45632 |   465395      0 |   119978 |        0
1315.85/1316.19	c 1294s |      13 |   265569 |    45732 |   465395      0 |   119978 |        0
1318.24/1318.57	c 1297s |      13 |   266120 |    45832 |   465395      0 |   119978 |        0
1320.54/1320.81	c 1299s |      13 |   266369 |    45932 |   465395      0 |   119978 |        0
1323.16/1323.45	c 1302s |      13 |   266549 |    46032 |   465395      0 |   119978 |        0
1325.54/1325.81	c 1304s |      13 |   266873 |    46132 |   465395      0 |   119978 |        0
1327.95/1328.21	c 1306s |      13 |   267254 |    46232 |   465395      0 |   119978 |        0
1330.54/1330.87	c 1309s |      13 |   267530 |    46332 |   465395      0 |   119978 |        0
1332.84/1333.15	c 1311s |      13 |   267862 |    46432 |   465395      0 |   119978 |        0
1335.15/1335.42	c 1314s |      13 |   268261 |    46532 |   465395      0 |   119978 |        0
1337.75/1338.07	c 1316s |      13 |   268545 |    46632 |   465395      0 |   119978 |        0
1340.55/1340.83	c 1319s |      13 |   269022 |    46732 |   465395      0 |   119978 |        0
1343.15/1343.40	c 1322s |      13 |   269387 |    46832 |   465395      0 |   119978 |        0
1345.94/1346.21	c 1324s |      13 |   269619 |    46932 |   465395      0 |   119978 |        0
1348.55/1348.87	c 1327s |      13 |   270005 |    47032 |   465395      0 |   119978 |        0
1350.84/1351.12	c 1329s |      13 |   270254 |    47132 |   465395      0 |   119978 |        0
1353.54/1353.84	c 1332s |      13 |   270415 |    47232 |   465395      0 |   119978 |        0
1356.25/1356.52	c 1335s |      13 |   270927 |    47332 |   465395      0 |   119978 |        0
1358.84/1359.10	c 1337s |      13 |   271193 |    47432 |   465395      0 |   119978 |        0
1361.44/1361.78	c 1340s |      13 |   271484 |    47532 |   465395      0 |   119978 |        0
1364.04/1364.37	c 1343s |      13 |   271792 |    47632 |   465395      0 |   119978 |        0
1367.05/1367.35	c 1346s |      13 |   272009 |    47732 |   465395      0 |   119978 |        0
1369.44/1369.73	c 1348s |      13 |   272357 |    47832 |   465395      0 |   119978 |        0
1372.33/1372.60	c 1351s |      13 |   272596 |    47932 |   465395      0 |   119978 |        0
1374.74/1375.10	c 1353s |      13 |   272970 |    48032 |   465395      0 |   119978 |        0
1377.64/1377.92	c 1356s |      13 |   273198 |    48132 |   465395      0 |   119978 |        0
1381.73/1382.02	c 1360s |      13 |   273456 |    48232 |   465395      0 |   119978 |        0
1384.53/1384.80	c 1363s |      13 |   273796 |    48332 |   465395      0 |   119978 |        0
1387.43/1387.77	c 1366s |      13 |   274193 |    48432 |   465395      0 |   119978 |        0
1390.03/1390.37	c 1369s |      13 |   274380 |    48532 |   465395      0 |   119978 |        0
1392.73/1393.09	c 1371s |      13 |   274707 |    48632 |   465395      0 |   119978 |        0
1395.64/1395.93	c 1374s |      13 |   275027 |    48732 |   465395      0 |   119978 |        0
1398.34/1398.65	c 1377s |      13 |   275302 |    48832 |   465395      0 |   119978 |        0
1401.33/1401.65	c 1380s |      13 |   275612 |    48932 |   465395      0 |   119978 |        0
1404.23/1404.58	c 1383s |      13 |   275842 |    49032 |   465395      0 |   119978 |        0
1408.23/1408.52	c 1387s |      13 |   276158 |    49132 |   465395      0 |   119978 |        0
1411.33/1411.68	c 1390s |      13 |   276319 |    49232 |   465395      0 |   119978 |        0
1414.13/1414.48	c 1393s |      13 |   276593 |    49332 |   465395      0 |   119978 |        0
1416.93/1417.29	c 1395s |      13 |   276828 |    49432 |   465395      0 |   119978 |        0
1420.33/1420.63	c 1399s |      13 |   277107 |    49532 |   465395      0 |   119978 |        0
1423.83/1424.13	c 1402s |      13 |   277366 |    49632 |   465395      0 |   119978 |        0
1427.13/1427.49	c 1406s |      13 |   277659 |    49732 |   465395      0 |   119978 |        0
1430.73/1431.00	c 1409s |      13 |   277963 |    49832 |   465395      0 |   119978 |        0
1433.33/1433.66	c 1412s |      13 |   278218 |    49932 |   465395      0 |   119978 |        0
1436.53/1436.80	c 1415s |      13 |   278493 |    50032 |   465395      0 |   119978 |        0
1441.63/1441.95	c 1420s |      13 |   278713 |    50132 |   465395      0 |   119978 |        0
1444.33/1444.62	c 1423s |      13 |   278915 |    50232 |   465395      0 |   119978 |        0
1447.73/1448.03	c 1426s |      13 |   279212 |    50332 |   465395      0 |   119978 |        0
1450.42/1450.73	c 1429s |      13 |   279391 |    50432 |   465395      0 |   119978 |        0
1453.12/1453.42	c 1432s |      13 |   279714 |    50532 |   465395      0 |   119978 |        0
1455.43/1455.77	c 1434s |      13 |   280153 |    50632 |   465395      0 |   119978 |        0
1457.92/1458.26	c 1436s |      13 |   280704 |    50732 |   465395      0 |   119978 |        0
1460.72/1461.05	c 1439s |      13 |   281262 |    50832 |   465395      0 |   119978 |        0
1463.72/1464.08	c 1442s |      13 |   281605 |    50932 |   465395      0 |   119978 |        0
1466.32/1466.66	c 1445s |      13 |   282207 |    51032 |   465395      0 |   119978 |        0
1468.92/1469.21	c 1447s |      13 |   282665 |    51132 |   465395      0 |   119978 |        0
1472.12/1472.43	c 1451s |      13 |   282890 |    51232 |   465395      0 |   119978 |        0
1475.02/1475.33	c 1454s |      13 |   283174 |    51332 |   465395      0 |   119978 |        0
1477.61/1477.95	c 1456s |      13 |   283507 |    51432 |   465395      0 |   119978 |        0
1480.02/1480.36	c 1459s |      13 |   283742 |    51532 |   465395      0 |   119978 |        0
1482.53/1482.85	c 1461s |      13 |   284109 |    51632 |   465395      0 |   119978 |        0
1485.22/1485.53	c 1464s |      13 |   284764 |    51732 |   465395      0 |   119978 |        0
1487.81/1488.12	c 1466s |      13 |   285122 |    51832 |   465395      0 |   119978 |        0
1490.52/1490.82	c 1469s |      13 |   285617 |    51932 |   465395      0 |   119978 |        0
1493.31/1493.62	c 1472s |      13 |   285941 |    52032 |   465395      0 |   119978 |        0
1495.91/1496.28	c 1474s |      13 |   286255 |    52132 |   465395      0 |   119978 |        0
1498.51/1498.85	c 1477s |      13 |   286947 |    52232 |   465395      0 |   119978 |        0
1501.00/1501.31	c 1480s |      13 |   287417 |    52332 |   465395      0 |   119978 |        0
1503.52/1503.85	c 1482s |      13 |   287762 |    52432 |   465395      0 |   119978 |        0
1506.11/1506.40	c 1485s |      13 |   288223 |    52532 |   465395      0 |   119978 |        0
1508.61/1508.93	c 1487s |      13 |   288497 |    52632 |   465395      0 |   119978 |        0
1511.01/1511.33	c 1490s |      13 |   289146 |    52732 |   465395      0 |   119978 |        0
1513.51/1513.83	c 1492s |      13 |   289567 |    52832 |   465395      0 |   119978 |        0
1516.10/1516.47	c 1495s |      13 |   289805 |    52932 |   465395      0 |   119978 |        0
1518.60/1518.98	c 1497s |      13 |   290054 |    53032 |   465395      0 |   119978 |        0
1522.60/1522.94	c 1501s |      13 |   290255 |    53132 |   465395      0 |   119978 |        0
1525.51/1525.87	c 1504s |      13 |   290413 |    53232 |   465395      0 |   119978 |        0
1528.10/1528.47	c 1507s |      13 |   291086 |    53332 |   465395      0 |   119978 |        0
1530.60/1530.98	c 1509s |      13 |   291479 |    53432 |   465395      0 |   119978 |        0
1533.21/1533.56	c 1512s |      13 |   291739 |    53532 |   465395      0 |   119978 |        0
1536.10/1536.45	c 1515s |      13 |   291947 |    53632 |   465395      0 |   119978 |        0
1538.50/1538.83	c 1517s |      13 |   292232 |    53732 |   465395      0 |   119978 |        0
1541.40/1541.71	c 1520s |      13 |   292828 |    53832 |   465395      0 |   119978 |        0
1544.11/1544.43	c 1523s |      13 |   293225 |    53932 |   465395      0 |   119978 |        0
1546.90/1547.24	c 1525s |      13 |   293543 |    54032 |   465395      0 |   119978 |        0
1549.90/1550.28	c 1528s |      13 |   293781 |    54132 |   465395      0 |   119978 |        0
1553.10/1553.40	c 1532s |      13 |   294120 |    54232 |   465395      0 |   119978 |        0
1555.80/1556.18	c 1534s |      13 |   294551 |    54332 |   465395      0 |   119978 |        0
1558.90/1559.22	c 1537s |      13 |   295062 |    54432 |   465395      0 |   119978 |        0
1562.10/1562.43	c 1541s |      13 |   295425 |    54532 |   465395      0 |   119978 |        0
1565.39/1565.72	c 1544s |      13 |   295688 |    54632 |   465395      0 |   119978 |        0
1568.00/1568.34	c 1547s |      13 |   296271 |    54732 |   465395      0 |   119978 |        0
1570.69/1571.01	c 1549s |      13 |   296845 |    54832 |   465395      0 |   119978 |        0
1573.40/1573.70	c 1552s |      13 |   297215 |    54932 |   465395      0 |   119978 |        0
1576.19/1576.60	c 1555s |      13 |   297423 |    55032 |   465395      0 |   119978 |        0
1578.89/1579.22	c 1557s |      13 |   297898 |    55132 |   465395      0 |   119978 |        0
1581.69/1582.00	c 1560s |      13 |   298376 |    55232 |   465395      0 |   119978 |        0
1584.49/1584.89	c 1563s |      13 |   298548 |    55332 |   465395      0 |   119978 |        0
1587.20/1587.59	c 1566s |      13 |   298821 |    55432 |   465395      0 |   119978 |        0
1590.30/1590.65	c 1569s |      13 |   299111 |    55532 |   465395      0 |   119978 |        0
1592.89/1593.29	c 1571s |      13 |   299686 |    55632 |   465395      0 |   119978 |        0
1595.80/1596.13	c 1574s |      13 |   300258 |    55732 |   465395      0 |   119978 |        0
1598.49/1598.80	c 1577s |      13 |   300504 |    55832 |   465395      0 |   119978 |        0
1601.59/1601.90	c 1580s |      13 |   300680 |    55932 |   465395      0 |   119978 |        0
1604.39/1604.78	c 1583s |      13 |   301198 |    56032 |   465395      0 |   119978 |        0
1607.49/1607.83	c 1586s |      13 |   301722 |    56132 |   465395      0 |   119978 |        0
1610.38/1610.75	c 1589s |      13 |   302003 |    56232 |   465395      0 |   119978 |        0
1614.89/1615.26	c 1593s |      13 |   302252 |    56332 |   465395      0 |   119978 |        0
1617.98/1618.32	c 1597s |      13 |   302839 |    56432 |   465395      0 |   119978 |        0
1620.69/1621.00	c 1599s |      13 |   303179 |    56532 |   465395      0 |   119978 |        0
1623.19/1623.60	c 1602s |      13 |   303431 |    56632 |   465395      0 |   119978 |        0
1626.09/1626.45	c 1605s |      13 |   303577 |    56732 |   465395      0 |   119978 |        0
1628.69/1629.02	c 1607s |      13 |   304022 |    56832 |   465395      0 |   119978 |        0
1631.28/1631.66	c 1610s |      13 |   304377 |    56932 |   465395      0 |   119978 |        0
1633.88/1634.27	c 1612s |      13 |   304670 |    57032 |   465395      0 |   119978 |        0
1636.38/1636.72	c 1615s |      13 |   304889 |    57132 |   465395      0 |   119978 |        0
1639.08/1639.41	c 1618s |      13 |   305361 |    57232 |   465395      0 |   119978 |        0
1641.69/1642.03	c 1620s |      13 |   305637 |    57332 |   465395      0 |   119978 |        0
1644.68/1645.04	c 1623s |      13 |   305947 |    57432 |   465395      0 |   119978 |        0
1647.59/1647.94	c 1626s |      13 |   306533 |    57532 |   465395      0 |   119978 |        0
1650.47/1650.81	c 1629s |      13 |   306922 |    57632 |   465395      0 |   119978 |        0
1653.58/1653.94	c 1632s |      13 |   307157 |    57732 |   465395      0 |   119978 |        0
1656.48/1656.80	c 1635s |      13 |   307671 |    57832 |   465395      0 |   119978 |        0
1659.08/1659.48	c 1638s |      13 |   308112 |    57932 |   465395      0 |   119978 |        0
1662.58/1662.90	c 1641s |      13 |   308364 |    58032 |   511935      0 |   119978 |        0
1665.37/1665.75	c 1644s |      13 |   308742 |    58132 |   511935      0 |   119978 |        0
1668.27/1668.65	c 1647s |      13 |   309015 |    58232 |   511935      0 |   119978 |        0
1671.38/1671.74	c 1650s |      13 |   309238 |    58332 |   511935      0 |   119978 |        0
1671.97/1672.31	c 1651s |      14 |   309298 |    58352 |   511935      0 |   119978 |        0
1679.67/1680.05	c 1658s |      14 |   316589 |    58452 |   511935      0 |   119978 |        0
1682.47/1682.88	c 1661s |      14 |   317098 |    58552 |   511935      0 |   119978 |        0
1685.17/1685.58	c 1664s |      14 |   317433 |    58652 |   511935      0 |   119978 |        0
1687.76/1688.12	c 1666s |      14 |   317773 |    58752 |   511935      0 |   119978 |        0
1690.38/1690.72	c 1669s |      14 |   318137 |    58852 |   511935      0 |   119978 |        0
1692.97/1693.37	c 1672s |      14 |   318572 |    58952 |   511935      0 |   119978 |        0
1695.77/1696.17	c 1674s |      14 |   318825 |    59052 |   511935      0 |   119978 |        0
1698.57/1698.93	c 1677s |      14 |   319074 |    59152 |   511935      0 |   119978 |        0
1701.26/1701.69	c 1680s |      14 |   319447 |    59252 |   511935      0 |   119978 |        0
1704.47/1704.82	c 1683s |      14 |   319845 |    59352 |   511935      0 |   119978 |        0
1707.06/1707.45	c 1686s |      14 |   320256 |    59452 |   511935      0 |   119978 |        0
1709.76/1710.10	c 1688s |      14 |   320475 |    59552 |   511935      0 |   119978 |        0
1712.26/1712.63	c 1691s |      14 |   320926 |    59652 |   511935      0 |   119978 |        0
1715.26/1715.61	c 1694s |      14 |   321142 |    59752 |   511935      0 |   119978 |        0
1717.86/1718.25	c 1696s |      14 |   321463 |    59852 |   511935      0 |   119978 |        0
1720.67/1721.07	c 1699s |      14 |   321731 |    59952 |   511935      0 |   119978 |        0
1723.66/1724.07	c 1702s |      14 |   321953 |    60052 |   511935      0 |   119978 |        0
1728.06/1728.45	c 1707s |      14 |   322132 |    60152 |   511935      0 |   119978 |        0
1730.96/1731.37	c 1710s |      14 |   322721 |    60252 |   511935      0 |   119978 |        0
1733.66/1734.02	c 1712s |      14 |   322987 |    60352 |   511935      0 |   119978 |        0
1736.56/1736.98	c 1715s |      14 |   323312 |    60452 |   511935      0 |   119978 |        0
1739.35/1739.70	c 1718s |      14 |   323557 |    60552 |   511935      0 |   119978 |        0
1741.86/1742.22	c 1720s |      14 |   323934 |    60652 |   511935      0 |   119978 |        0
1744.66/1745.03	c 1723s |      14 |   324408 |    60752 |   511935      0 |   119978 |        0
1747.56/1747.95	c 1726s |      14 |   324715 |    60852 |   511935      0 |   119978 |        0
1750.16/1750.55	c 1729s |      14 |   324996 |    60952 |   511935      0 |   119978 |        0
1752.96/1753.32	c 1732s |      14 |   325586 |    61052 |   511935      0 |   119978 |        0
1755.56/1755.94	c 1734s |      14 |   325931 |    61152 |   511935      0 |   119978 |        0
1758.45/1758.86	c 1737s |      14 |   326354 |    61252 |   511935      0 |   119978 |        0
1761.66/1762.05	c 1740s |      14 |   326565 |    61352 |   511935      0 |   119978 |        0
1764.25/1764.61	c 1743s |      14 |   327023 |    61452 |   511935      0 |   119978 |        0
1766.95/1767.35	c 1746s |      14 |   327421 |    61552 |   511935      0 |   119978 |        0
1769.86/1770.20	c 1748s |      14 |   327742 |    61652 |   511935      0 |   119978 |        0
1773.05/1773.47	c 1752s |      14 |   327925 |    61752 |   511935      0 |   119978 |        0
1775.85/1776.26	c 1754s |      14 |   328413 |    61852 |   511935      0 |   119978 |        0
1778.45/1778.87	c 1757s |      14 |   328789 |    61952 |   511935      0 |   119978 |        0
1781.15/1781.54	c 1760s |      14 |   329221 |    62052 |   511935      0 |   119978 |        0
1783.75/1784.18	c 1762s |      14 |   329493 |    62152 |   511935      0 |   119978 |        0
1786.55/1786.94	c 1765s |      14 |   329714 |    62252 |   511935      0 |   119978 |        0
1789.75/1790.19	c 1768s |      14 |   329953 |    62352 |   511935      0 |   119978 |        0
1792.35/1792.75	c 1771s |      14 |   330461 |    62452 |   511935      0 |   119978 |        0
1794.95/1795.35	c 1774s |      14 |   330970 |    62552 |   511935      0 |   119978 |        0
1797.65/1798.05	c 1776s |      14 |   331408 |    62652 |   511935      0 |   119978 |        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-4101657-1466225973/watcher-4101657-1466225973 -o /tmp/evaluation-result-4101657-1466225973/solver-4101657-1466225973 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466206051-23293 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101657-1466225973.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26285
/proc/meminfo: memFree=30527720/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 2733 0 0 0 0 0 0 0 20 0 4 0 24642255 750186496 3094 33554432000 4194304 16246674 140735597656704 140735597656128 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 183919 3106 441 2943 0 180813 0
[pid=26285/tid=26286] ppid=26282 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 769060864 3166 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=755132 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 773255168 3182 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=759228 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24642255 777449472 3199 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26285
/proc/meminfo: memFree=30527720/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 30493 0 0 0 5 4 0 0 20 0 4 0 24642255 1334382592 30792 33554432000 4194304 16246674 140735597656704 140735597656016 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 325777 30808 802 2943 0 322671 0
[pid=26285/tid=26286] ppid=26282 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1334382592 30820 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1334382592 30831 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1334382592 30843 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200525 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26285
/proc/meminfo: memFree=30527720/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 44981 0 0 0 13 6 0 0 20 0 4 0 24642255 1343819776 45791 33554432000 4194304 16246674 140735597656704 140735597655800 8055525 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 328081 45809 802 2943 0 324975 0
[pid=26285/tid=26286] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 45820 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 45833 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 45843 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.30049 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26285
/proc/meminfo: memFree=30527720/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 52667 0 0 0 22 7 0 0 20 0 4 0 24642255 1343819776 53476 33554432000 4194304 16246674 140735597656704 140735597655800 7852941 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 328081 53476 802 2943 0 324975 0
[pid=26285/tid=26286] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 53476 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 53476 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 53476 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700427 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26285
/proc/meminfo: memFree=30527720/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 62267 0 0 0 60 9 0 0 20 0 4 0 24642255 1343819776 63076 33554432000 4194304 16246674 140735597656704 140735597655800 7378128 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 328081 63076 803 2943 0 324975 0
[pid=26285/tid=26286] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 63076 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 63076 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 63076 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26289
/proc/meminfo: memFree=30253512/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1312324 CPUtime=1.49 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 78208 0 0 0 137 12 0 0 20 0 4 0 24642255 1343819776 79017 33554432000 4194304 16246674 140735597656704 140735597638592 7361367 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 328081 79017 803 2943 0 324975 0
[pid=26285/tid=26286] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 79017 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 79017 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1343819776 79017 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26289
/proc/meminfo: memFree=30076772/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1336900 CPUtime=3.09 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 117746 0 0 0 291 18 0 0 20 0 4 0 24642255 1368985600 123665 33554432000 4194304 16246674 140735597656704 140735597638592 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 334225 123665 803 2943 0 331119 0
[pid=26285/tid=26286] ppid=26282 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1368985600 123665 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24642255 1368985600 123665 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1336900 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1368985600 123665 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1336900

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26289
/proc/meminfo: memFree=29344428/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1497668 CPUtime=6.29 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 309408 0 0 0 586 43 0 0 20 0 4 0 24642255 1533612032 315838 33554432000 4194304 16246674 140735597656704 140735597638592 12654316 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 374417 315838 835 2943 0 371311 0
[pid=26285/tid=26286] ppid=26282 vsize=1497668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1533612032 315838 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1497668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1533612032 315838 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1497668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1533612032 315838 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1497668

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26289
/proc/meminfo: memFree=29265352/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=1619524 CPUtime=12.69 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 339780 0 0 0 1221 48 0 0 20 0 4 0 24642255 1658392576 346211 33554432000 4194304 16246674 140735597656704 140735597654528 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 404881 346219 843 2943 0 401775 0
[pid=26285/tid=26286] ppid=26282 vsize=1619524 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1658392576 346222 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=1619524 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 1658392576 346225 33554432000 4194304 16246674 140735597656704 139697160428560 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=1619524 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 1658392576 346229 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1619524

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26289
/proc/meminfo: memFree=27708876/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3052100 CPUtime=25.49 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 698088 0 0 0 2450 99 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 140735597655880 13781168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 763025 704518 896 2943 0 759919 0
[pid=26285/tid=26286] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3052100

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26292
/proc/meminfo: memFree=27708892/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3052100 CPUtime=51.09 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 698088 0 0 0 5007 102 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 140735597655880 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 763025 704518 896 2943 0 759919 0
[pid=26285/tid=26286] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3052100

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26366
/proc/meminfo: memFree=27834288/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3052100 CPUtime=102.28 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 698088 0 0 0 10123 105 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 140735597638592 5711552 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 763025 704518 896 2943 0 759919 0
[pid=26285/tid=26286] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3052100 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3125350400 704518 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3052100


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

/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3730378752 852037 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 3642948

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 26396
/proc/meminfo: memFree=27164900/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3642948 CPUtime=1302.05 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 845675 0 0 0 129962 243 0 0 20 0 4 0 24642255 3730378752 852037 33554432000 4194304 16246674 140735597656704 140735597638592 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 910737 852037 901 2943 0 907631 0
[pid=26285/tid=26286] ppid=26282 vsize=3642948 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3730378752 852037 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3642948 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3730378752 852037 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3642948 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3730378752 852037 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 3642948

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 26397
/proc/meminfo: memFree=27114464/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3693124 CPUtime=1362.04 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 858226 0 0 0 135950 254 0 0 20 0 4 0 24642255 3781758976 864583 33554432000 4194304 16246674 140735597656704 140735597638592 13780624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 923281 864583 901 2943 0 920175 0
[pid=26285/tid=26286] ppid=26282 vsize=3693124 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3781758976 864583 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3693124 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3781758976 864583 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3693124 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3781758976 864583 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 3693124

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 26398
/proc/meminfo: memFree=27063252/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3743300 CPUtime=1422.04 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 870858 0 0 0 141939 265 0 0 20 0 4 0 24642255 3833139200 877214 33554432000 4194304 16246674 140735597656704 140735597638592 5600476 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 935825 877214 901 2943 0 932719 0
[pid=26285/tid=26286] ppid=26282 vsize=3743300 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3833139200 877214 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3743300 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3833139200 877214 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3743300 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3833139200 877214 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 3743300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26399
/proc/meminfo: memFree=27031352/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3776068 CPUtime=1482.02 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 878953 0 0 0 147927 275 0 0 20 0 4 0 24642255 3866693632 885299 33554432000 4194304 16246674 140735597656704 140735597638592 5712600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 944017 885299 901 2943 0 940911 0
[pid=26285/tid=26286] ppid=26282 vsize=3776068 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3866693632 885299 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3776068 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3866693632 885299 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3776068 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3866693632 885299 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 3776068

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 26400
/proc/meminfo: memFree=27005484/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3801668 CPUtime=1542.01 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 885385 0 0 0 153919 282 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 140735597655880 5600432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 950417 891721 901 2943 0 947311 0
[pid=26285/tid=26286] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 3801668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26402
/proc/meminfo: memFree=27004804/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3801668 CPUtime=1601.99 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 885385 0 0 0 159910 289 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 140735597655880 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 950417 891721 901 2943 0 947311 0
[pid=26285/tid=26286] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3801668 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3892908032 891721 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 3801668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26403
/proc/meminfo: memFree=26967040/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3840580 CPUtime=1661.98 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 895099 0 0 0 165900 298 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 140735597638592 5711644 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 960145 901424 901 2943 0 957039 0
[pid=26285/tid=26286] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 3840580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26404
/proc/meminfo: memFree=26966328/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3840580 CPUtime=1721.97 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 895106 0 0 0 171891 306 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 140735597638592 12995176 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 960145 901424 901 2943 0 957039 0
[pid=26285/tid=26286] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3840580 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3932753920 901424 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 3840580

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26405
/proc/meminfo: memFree=26921480/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3884612 CPUtime=1781.95 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 906235 0 0 0 177882 313 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 140735597638592 5711338 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 971153 912552 901 2943 0 968047 0
[pid=26285/tid=26286] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 3884612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 26405
/proc/meminfo: memFree=26921576/32872528 swapFree=7780/7780
[pid=26285] ppid=26282 vsize=3884612 CPUtime=1800.05 cores=1,3,5,7
/proc/26285/stat : 26285 (toysat) R 26282 26285 23276 0 -1 4202496 906235 0 0 0 179690 315 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 140735597638592 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26285/statm: 971153 912552 901 2943 0 968047 0
[pid=26285/tid=26286] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26286/stat : 26286 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697170918640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=26285/tid=26287] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26287/stat : 26287 (toysat) S 26282 26285 23276 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697160428784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=3884612 CPUtime=0 cores=1,3,5,7
/proc/26285/task/26288/stat : 26288 (toysat) S 26282 26285 23276 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24642255 3977842688 912552 33554432000 4194304 16246674 140735597656704 139697149955248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 3884612

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 26285 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.46
CPU time (s): 1800.11
CPU user time (s): 1796.91
CPU system time (s): 3.20251
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 3884612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.20251
maximum resident set size= 3650208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906235
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= 202
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.44932 second user time and 7.04393 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 06:59:34
IDJOB=4101657
IDBENCH=1778
IDSOLVER=2542
FILE ID=node151/4101657-1466225973
RUNJOBID= node151-1466206051-23293
PBS_JOBID= 19918135
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 14e6c259fcfc7693ea81c905b2ebcb59
RANDOM SEED=558436869

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30528364 kB
Buffers:          106956 kB
Cached:           284296 kB
SwapCached:         1996 kB
Active:          1331524 kB
Inactive:         266328 kB
Active(anon):    1206984 kB
Inactive(anon):     1788 kB
Active(file):     124540 kB
Inactive(file):   264540 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             40492 kB
Writeback:             0 kB
AnonPages:       1215652 kB
Mapped:            11916 kB
Shmem:                 0 kB
Slab:             605744 kB
SReclaimable:      48940 kB
SUnreclaim:       556804 kB
KernelStack:        1472 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1354724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1200128 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= 71692 MiB
End job on node151 at 2016-06-18 07:29:35