Trace number 4117429

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-oct6.5.opb
MD5SUM068413d24ee5a788c3cbd9d031bcf9f2
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1010
Best CPU time to get the best result obtained on this benchmark20.4809
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27574
Number of constraints which are cardinality constraints (but not clauses)226
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
Number of bits of the biggest sum of numbers12
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-29T17:03:37+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-4117429-1467212617.opb"]
0.00/0.01	c use --random-gen="1326367167 1449363909 1075433245 1632781306 4275036595 1076734263 2838438107 165949140 3511681835 1145449567 802630262 2675123590 3716086787 281063600 2001747090 1699670655 1138310812 1619332997 882778602 258494327 2714156756 4046450845 401478063 1979106712 433178975 3191202643 3284846671 384676279 1753133191 2757694906 2176586516 1024812236 239409359 1875965381 2164603991 1760216392 1902617027 1440795595 2223435075 3581180406 2745693941 1084723190 4149913906 17939480 3390838563 335781561 587622014 2911476159 1947676491 1507742839 4108550971 3700419711 2762391910 4088570758 3059965122 830470825 2620625332 3442822737 183826337 1883738947 1969536353 3305565934 2788804149 4024085312 2402466574 1822612653 3131235857 3019056741 4087321054 1606115498 1299932013 1508051684 1793053462 628893654 1034124504 2694295884 2206459354 3891534730 2554764992 4115159924 4011306452 2425728771 3144907096 3040822883 4235544055 1678986025 4134160181 1520332221 4026263742 1546571313 4189808811 2254823219 3906629949 307796847 2769658098 94283553 1364272586 3357490986 3531556303 859343990 2476096585 1434684435 953632743 227348346 2077139916 3555320900 1255498277 1044151607 556425378 2707425042 984834056 1763050575 3395460137 211725487 101665800 492384606 1806760475 4232018131 610723666 2515888964 2311572464 2939633408 3026307805 3293296539 3555649692 3699423112 916736280 3570627691 187345718 2748771310 4109825912 3786147683 406896651 355164882 3913340742 2217412485 616265033 3801020593 515144742 808618757 2431417919 2492175632 3309917950 3626746964 1724102466 3393603384 2620864564 3690896224 3507598284 1983902197 1539087297 544269201 2260342111 3409303365 2196048978 3890365549 2873831054 3738454498 3695184529 1136649767 1180869715 3524590534 3299225608 4278951563 3074177788 1358598644 4177226699 7537582 292867626 121742377 1676740097 4095840159 2091847154 2245781640 2282571832 1766112151 2979122084 39927498 3731446916 924834650 3445046773 479723869 4124956740 1033246852 292712945 2691156588 2256571191 2964341554 2493119500 514405125 3973241776 3885702257 597674277 17297023 290704616 2208358730 2892752893 413299818 4092091221 463099350 1579023601 1468144707 3627455710 2407966360 3105547192 2388318486 3771321143 3035939374 670749041 607940878 265004514 3512779047 3051254763 3799112856 818654526 2262746924 3412748193 228228508 1506045572 608903593 3484243072 1537808513 4015825238 1625432227 527428749 424435216 3223886034 1359035375 1149033 1160974989 2426514873 143785794 2718873082 1539282890 2679778267 371657450 89407032 988110093 1642489804 1840775922 911537020 2411230026 3131919641 3598139507 1194902448 2933763576 3328617546 3328714294 594027914 915621767 3307057091 455529050 190508738 3066860913 1228055552 972759502 255 362436" option to reproduce the execution
0.19/0.23	c #vars 9632
0.19/0.23	c #constraints 29620
0.59/0.67	c BCD2: Hardening is enabled.
0.59/0.67	c BCD2: BiasedSearch is enabled.
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |    13084      0 |        0 |        0
0.69/0.74	c  0.1s |       1 |      834 |      100 |    13084      0 |        0 |        0
0.79/0.85	c  0.2s |       2 |     4261 |      250 |    14393      0 |        0 |        0
0.89/0.96	c  0.3s |       3 |     9074 |      475 |    15833      0 |        0 |        0
0.99/1.09	c  0.4s |       4 |    11262 |      813 |    17417      0 |        0 |        0
1.49/1.50	c  0.8s |       5 |    39676 |     1320 |    19159      0 |        0 |        0
1.89/1.90	c  1.2s |       6 |    55877 |     2081 |    23183      0 |        0 |        0
2.09/2.14	c  1.5s |       7 |    64181 |     3223 |    25502      0 |        0 |        0
2.59/2.66	c  2.0s |       8 |    91670 |     4936 |    28053      0 |        0 |        0
3.50/3.58	c  2.9s |       9 |    97442 |     7506 |    30859      0 |        0 |        0
4.79/4.83	c  4.2s |       9 |   204274 |     9243 |    30859      0 |        0 |        0
4.79/4.83	c #cpu_time = 4.140s
4.79/4.83	c #wall_clock_time = 4.151s
4.79/4.83	c #decision = 204274
4.79/4.83	c #random_decision = 677
4.79/4.83	c #conflict = 9243
4.79/4.83	c #restart = 9
4.79/4.83	o 2110
4.79/4.83	c BCD2: refineUB: 2109 -> 2090
4.79/4.83	c BCD2: updating upper bound: 2110 -> 2090
4.79/4.83	c BCD2: 0 <= obj <= 2090
4.79/4.83	c BCD2: #cores=0, #unrelaxed=26, #relaxed=0, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=1 bias=1/2
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |    30859      0 |        0 |        0
4.89/4.90	c  0.1s |       1 |      604 |      100 |    30859      0 |        0 |        0
4.89/4.99	c  0.2s |       2 |      815 |      250 |    30859      0 |        0 |        0
4.99/5.09	c  0.3s |       3 |     1078 |      475 |    30859      0 |        0 |        0
5.19/5.23	c  0.4s |       4 |     1486 |      813 |    30859      0 |        0 |        0
5.39/5.41	c  0.6s |       5 |     2048 |     1320 |    30859      0 |        0 |        0
5.70/5.71	c  0.9s |       6 |     2850 |     2081 |    33945      0 |        0 |        0
6.09/6.17	c  1.3s |       7 |     4033 |     3223 |    33945      0 |        0 |        0
6.90/6.98	c  2.2s |       8 |     5823 |     4936 |    33945      0 |        0 |        0
8.09/8.12	c  3.3s |       9 |     8487 |     7506 |    33945      0 |        0 |        0
10.10/10.15	c  5.3s |       9 |    12452 |    11206 |    37340      0 |        0 |        0
10.20/10.24	c  5.4s |      10 |    12610 |    11361 |    37340      0 |        0 |        0
12.19/12.26	c  7.4s |      10 |    16367 |    14861 |    37340      0 |        0 |        0
13.59/13.66	c  8.8s |      11 |    18814 |    17144 |    41074      0 |        0 |        0
15.70/15.73	c 10.9s |      11 |    21998 |    20144 |    41074      0 |        0 |        0
17.69/17.77	c 12.9s |      11 |    24404 |    22444 |    41074      0 |        0 |        0
19.79/19.80	c 15.0s |      11 |    26771 |    24644 |    41074      0 |        0 |        0
20.69/20.78	c 16.0s |      12 |    28023 |    25819 |    41074      0 |        0 |        0
22.79/22.84	c 18.0s |      12 |    29294 |    27019 |    41074      0 |        0 |        0
24.89/24.91	c 20.1s |      12 |    31143 |    28819 |    41074      0 |        0 |        0
26.89/26.93	c 22.1s |      12 |    33077 |    30619 |    45182      0 |        0 |        0
28.99/29.01	c 24.2s |      12 |    35160 |    32519 |    45182      0 |        0 |        0
30.19/30.29	c 25.5s |      12 |    36376 |    33649 |    45182      0 |        0 |        0
30.19/30.29	c #cpu_time = 25.388s
30.19/30.29	c #wall_clock_time = 25.453s
30.19/30.29	c #decision = 36376
30.19/30.29	c #random_decision = 102
30.19/30.29	c #conflict = 33649
30.19/30.29	c #restart = 12
30.19/30.29	c BCD2: found a new core of size 13: cost of the new core is >=20
30.19/30.29	c lower bound updated to 20
30.19/30.29	c BCD2: refineUB: 2109 -> 2090
30.19/30.29	c BCD2: 20 <= obj <= 2090
30.19/30.29	c BCD2: #cores=1, #unrelaxed=13, #relaxed=13, #hardened=0
30.19/30.29	c BCD2: #sat=1 #unsat=2 bias=2/3
30.19/30.29	c Solving starts ...
30.19/30.29	c ============================[ Search Statistics ]============================
30.19/30.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.29	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.29	c =============================================================================
30.19/30.29	c  0.0s |       0 |        0 |        0 |    45182      0 |        0 |        0
30.39/30.43	c  0.1s |       0 |       13 |        0 |    45182      0 |        0 |        0
30.39/30.43	c #cpu_time = 0.142s
30.39/30.43	c #wall_clock_time = 0.142s
30.39/30.43	c #decision = 13
30.39/30.43	c #random_decision = 0
30.39/30.43	c #conflict = 0
30.39/30.43	c #restart = 0
30.39/30.43	c BCD2: found a new core of size 13: cost of the new core is >=50
30.39/30.43	c lower bound updated to 70
30.39/30.43	c BCD2: refineUB: 2109 -> 2090
30.39/30.43	c BCD2: 70 <= obj <= 2090
30.39/30.43	c BCD2: #cores=2, #unrelaxed=0, #relaxed=26, #hardened=0
30.39/30.43	c BCD2: #sat=1 #unsat=3 bias=3/4
30.39/30.43	c Solving starts ...
30.39/30.43	c ============================[ Search Statistics ]============================
30.39/30.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.39/30.43	c       |         |          |          |    Limit     GC | Var      | Constra 
30.39/30.43	c =============================================================================
30.39/30.43	c  0.0s |       0 |        0 |        0 |    45182      0 |        0 |        0
30.69/30.74	c  0.3s |       1 |      159 |      100 |    45182      0 |        0 |        0
31.10/31.13	c  0.7s |       2 |      376 |      250 |    45182      0 |        0 |        0
31.39/31.42	c  1.0s |       3 |     1793 |      475 |    45182      0 |        0 |        0
31.59/31.67	c  1.2s |       4 |     6359 |      813 |    45182      0 |        0 |        0
32.10/32.16	c  1.7s |       4 |    39113 |     1005 |    45182      0 |        0 |        0
32.10/32.16	c #cpu_time = 1.721s
32.10/32.16	c #wall_clock_time = 1.725s
32.10/32.16	c #decision = 39113
32.10/32.16	c #random_decision = 123
32.10/32.16	c #conflict = 1005
32.10/32.16	c #restart = 4
32.10/32.16	o 1550
32.10/32.16	c BCD2: refineUB: 1549 -> 1540
32.10/32.16	c BCD2: updating upper bound: 2090 -> 1540
32.10/32.16	c BCD2: 70 <= obj <= 1540
32.10/32.16	c BCD2: #cores=2, #unrelaxed=0, #relaxed=26, #hardened=0
32.10/32.16	c BCD2: #sat=2 #unsat=3 bias=3/5
32.10/32.16	c Solving starts ...
32.10/32.16	c ============================[ Search Statistics ]============================
32.10/32.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.10/32.16	c       |         |          |          |    Limit     GC | Var      | Constra 
32.10/32.16	c =============================================================================
32.10/32.16	c  0.0s |       0 |        0 |        0 |    45182      0 |        0 |        0
32.29/32.35	c  0.2s |       1 |      880 |      100 |    45182      0 |        0 |        0
32.59/32.66	c  0.5s |       2 |     1281 |      250 |    45182      0 |        0 |        0
32.89/32.93	c  0.8s |       3 |     1642 |      475 |    45182      0 |        0 |        0
33.39/33.45	c  1.3s |       4 |     2065 |      813 |    45182      0 |        0 |        0
33.79/33.90	c  1.7s |       5 |     2787 |     1320 |    45182      0 |        0 |        0
34.39/34.48	c  2.3s |       6 |     3610 |     2081 |    45182      1 |        0 |        0
34.99/35.06	c  2.9s |       7 |     5135 |     3223 |    45182      1 |        0 |        0
36.99/37.07	c  4.9s |       7 |     7313 |     4923 |    45182      1 |        0 |        0
36.99/37.08	c  4.9s |       8 |     7325 |     4936 |    45182      1 |        0 |        0
39.09/39.17	c  7.0s |       8 |     8774 |     6236 |    45182      1 |        0 |        0
40.68/40.76	c  8.6s |       9 |    10071 |     7506 |    45182      1 |        0 |        0
42.68/42.77	c 10.6s |       9 |    11347 |     8706 |    45182      1 |        0 |        0
44.68/44.77	c 12.6s |       9 |    12473 |     9806 |    45182      1 |        0 |        0
46.78/46.86	c 14.7s |       9 |    13644 |    10906 |    45182      1 |        0 |        0
47.78/47.87	c 15.7s |      10 |    14100 |    11361 |    45182      1 |        0 |        0
49.79/49.87	c 17.7s |      10 |    18611 |    15161 |    49701      1 |        0 |        0
50.79/50.86	c 18.7s |      11 |    20929 |    17144 |    49701      1 |        0 |        0
52.99/53.09	c 20.9s |      11 |    22053 |    18144 |    49701      1 |        0 |        0
55.08/55.12	c 23.0s |      11 |    23200 |    19144 |    49701      1 |        0 |        0
57.28/57.33	c 25.2s |      11 |    24487 |    20244 |    49701      1 |        0 |        0
59.28/59.37	c 27.2s |      11 |    25529 |    21244 |    49701      1 |        0 |        0
61.38/61.45	c 29.3s |      11 |    26598 |    22244 |    49701      1 |        0 |        0
63.38/63.48	c 31.3s |      11 |    27545 |    23144 |    49701      1 |        0 |        0
65.48/65.51	c 33.3s |      11 |    28500 |    24044 |    49701      1 |        0 |        0
67.58/67.63	c 35.5s |      11 |    29605 |    25044 |    49701      1 |        0 |        0
69.18/69.25	c 37.1s |      12 |    30498 |    25819 |    49701      1 |        0 |        0
71.28/71.37	c 39.2s |      12 |    31439 |    26619 |    49701      1 |        0 |        0
73.58/73.60	c 41.4s |      12 |    32477 |    27619 |    49701      1 |        0 |        0
75.58/75.63	c 43.5s |      12 |    33352 |    28419 |    49701      1 |        0 |        0
77.78/77.85	c 45.7s |      12 |    34052 |    29119 |    49701      2 |        0 |        0
80.08/80.11	c 47.9s |      12 |    34865 |    29919 |    49701      2 |        0 |        0
82.18/82.28	c 50.1s |      12 |    35695 |    30719 |    49701      2 |        0 |        0
84.38/84.44	c 52.3s |      12 |    36683 |    31619 |    49701      2 |        0 |        0
86.48/86.53	c 54.4s |      12 |    37495 |    32419 |    49701      2 |        0 |        0
88.58/88.66	c 56.5s |      12 |    38308 |    33219 |    49701      2 |        0 |        0
90.78/90.81	c 58.6s |      12 |    39118 |    34019 |    49701      2 |        0 |        0
92.88/92.97	c 60.8s |      12 |    39867 |    34719 |    49701      2 |        0 |        0
95.18/95.23	c 63.1s |      12 |    40589 |    35419 |    49701      2 |        0 |        0
97.38/97.47	c 65.3s |      12 |    41341 |    36119 |    49701      2 |        0 |        0
99.68/99.77	c 67.6s |      12 |    42055 |    36819 |    49701      2 |        0 |        0
101.78/101.85	c 69.7s |      12 |    42755 |    37519 |    49701      2 |        0 |        0
103.88/103.90	c 71.7s |      12 |    43600 |    38319 |    49701      2 |        0 |        0
105.58/105.64	c 73.5s |      13 |    44112 |    38832 |    49701      2 |        0 |        0
107.58/107.67	c 75.5s |      13 |    45330 |    39732 |    49701      2 |        0 |        0
109.68/109.73	c 77.6s |      13 |    47332 |    41432 |    49701      2 |        0 |        0
111.78/111.81	c 79.6s |      13 |    49944 |    43632 |    54672      2 |        0 |        0
113.78/113.82	c 81.7s |      13 |    51776 |    45232 |    54672      2 |        0 |        0
115.78/115.86	c 83.7s |      13 |    53592 |    46732 |    54672      2 |        0 |        0
117.78/117.87	c 85.7s |      13 |    55697 |    48532 |    54672      2 |        0 |        0
119.97/120.00	c 87.8s |      13 |    57440 |    49932 |    54672      2 |        0 |        0
121.97/122.04	c 89.9s |      13 |    59459 |    51632 |    54672      2 |        0 |        0
124.07/124.16	c 92.0s |      13 |    61306 |    53132 |    54672      2 |        0 |        0
126.27/126.30	c 94.1s |      13 |    63805 |    55132 |    54672      2 |        0 |        0
128.37/128.44	c 96.3s |      13 |    66069 |    57032 |    54672      2 |        0 |        0
129.87/129.95	c 97.8s |      14 |    67623 |    58352 |    54672      2 |        0 |        0
131.97/132.02	c 99.9s |      14 |    68137 |    58752 |    54672      3 |        0 |        0
138.88/138.96	c  106s |      14 |    68270 |    58852 |    54672      3 |        0 |        0
140.87/140.97	c  108s |      14 |    69307 |    59752 |    54672      3 |        0 |        0
143.07/143.12	c  110s |      14 |    70325 |    60652 |    54672      3 |        0 |        0
145.27/145.37	c  113s |      14 |    71322 |    61552 |    54672      3 |        0 |        0
147.37/147.49	c  115s |      14 |    72276 |    62452 |    54672      3 |        0 |        0
149.67/149.73	c  117s |      14 |    73186 |    63352 |    54672      3 |        0 |        0
151.67/151.79	c  119s |      14 |    74043 |    64152 |    54672      3 |        0 |        0
153.87/153.94	c  121s |      14 |    74628 |    64652 |    54672      3 |        0 |        0
155.97/156.04	c  123s |      14 |    75837 |    65652 |    54672      3 |        0 |        0
158.17/158.23	c  126s |      14 |    76751 |    66452 |    54672      3 |        0 |        0
160.27/160.39	c  128s |      14 |    77801 |    67352 |    54672      3 |        0 |        0
162.57/162.60	c  130s |      14 |    78694 |    68152 |    54672      3 |        0 |        0
164.57/164.63	c  132s |      14 |    79461 |    68852 |    54672      3 |        0 |        0
166.67/166.76	c  134s |      14 |    80180 |    69552 |    54672      3 |        0 |        0
168.97/169.07	c  136s |      14 |    80945 |    70252 |    54672      3 |        0 |        0
171.07/171.13	c  138s |      14 |    81866 |    71052 |    54672      3 |        0 |        0
173.07/173.15	c  140s |      14 |    82789 |    71852 |    54672      3 |        0 |        0
175.27/175.36	c  143s |      14 |    83856 |    72752 |    54672      3 |        0 |        0
177.47/177.52	c  145s |      14 |    84705 |    73452 |    54672      3 |        0 |        0
179.47/179.60	c  147s |      14 |    85452 |    74152 |    54672      3 |        0 |        0
181.77/181.82	c  149s |      14 |    86327 |    74952 |    54672      3 |        0 |        0
183.97/184.07	c  151s |      14 |    87200 |    75752 |    54672      3 |        0 |        0
186.17/186.29	c  154s |      14 |    88024 |    76452 |    54672      3 |        0 |        0
188.37/188.44	c  156s |      14 |    88642 |    77052 |    54672      3 |        0 |        0
190.47/190.58	c  158s |      14 |    89370 |    77752 |    54672      3 |        0 |        0
192.56/192.68	c  160s |      14 |    90119 |    78452 |    54672      3 |        0 |        0
194.76/194.87	c  162s |      14 |    91024 |    79252 |    54672      3 |        0 |        0
196.86/196.94	c  164s |      14 |    92016 |    80152 |    54672      3 |        0 |        0
199.27/199.32	c  167s |      14 |    93039 |    81052 |    54672      3 |        0 |        0
201.26/201.37	c  169s |      14 |    93743 |    81652 |    54672      3 |        0 |        0
203.36/203.40	c  171s |      14 |    94384 |    82252 |    54672      3 |        0 |        0
205.56/205.65	c  173s |      14 |    95122 |    82952 |    54672      3 |        0 |        0
207.76/207.86	c  175s |      14 |    95854 |    83652 |    54672      3 |        0 |        0
210.06/210.19	c  178s |      14 |    96585 |    84352 |    54672      3 |        0 |        0
212.36/212.43	c  180s |      14 |    97339 |    85052 |    54672      3 |        0 |        0
214.67/214.79	c  182s |      14 |    98013 |    85652 |    54672      3 |        0 |        0
219.06/219.13	c  186s |      14 |    98427 |    86052 |    54672      4 |        0 |        0
221.06/221.14	c  188s |      14 |    99060 |    86652 |    54672      4 |        0 |        0
225.35/225.49	c  193s |      14 |    99478 |    87052 |    60140      4 |        0 |        0
226.76/226.87	c  194s |      15 |   100098 |    87632 |    60140      4 |        0 |        0
248.25/248.30	c  216s |      15 |   100379 |    87832 |    60140      4 |        0 |        0
250.25/250.34	c  218s |      15 |   101001 |    88332 |    60140      4 |        0 |        0
252.25/252.34	c  220s |      15 |   102456 |    89432 |    60140      4 |        0 |        0
254.45/254.52	c  222s |      15 |   104202 |    90632 |    60140      4 |        0 |        0
256.46/256.57	c  224s |      15 |   105999 |    91932 |    60140      4 |        0 |        0
258.55/258.67	c  226s |      15 |   107865 |    93332 |    60140      4 |        0 |        0
260.65/260.75	c  228s |      15 |   109183 |    94232 |    60140      4 |        0 |        0
262.65/262.76	c  230s |      15 |   110777 |    95332 |    60140      4 |        0 |        0
264.75/264.83	c  232s |      15 |   112833 |    96932 |    60140      4 |        0 |        0
266.75/266.85	c  234s |      15 |   114287 |    98132 |    60140      4 |        0 |        0
268.75/268.89	c  236s |      15 |   115376 |    98932 |    60140      4 |        0 |        0
270.86/270.96	c  238s |      15 |   116867 |   100032 |    60140      4 |        0 |        0
272.85/273.00	c  240s |      15 |   118586 |   101432 |    60140      4 |        0 |        0
275.05/275.10	c  242s |      15 |   120601 |   103032 |    60140      4 |        0 |        0
277.05/277.10	c  244s |      15 |   122344 |   104532 |    60140      4 |        0 |        0
279.35/279.40	c  247s |      15 |   123065 |   105132 |    60140      4 |        0 |        0
281.55/281.61	c  249s |      15 |   124243 |   106132 |    60140      4 |        0 |        0
283.65/283.70	c  251s |      15 |   125206 |   107032 |    60140      4 |        0 |        0
285.75/285.80	c  253s |      15 |   126669 |   108332 |    60140      4 |        0 |        0
287.85/287.94	c  255s |      15 |   128035 |   109532 |    60140      4 |        0 |        0
289.95/290.03	c  257s |      15 |   129419 |   110732 |    60140      4 |        0 |        0
292.14/292.20	c  260s |      15 |   130667 |   111832 |    60140      4 |        0 |        0
294.64/294.73	c  262s |      15 |   131814 |   112832 |    60140      4 |        0 |        0
296.74/296.88	c  264s |      15 |   132120 |   113132 |    60140      4 |        0 |        0
299.04/299.11	c  266s |      15 |   132643 |   113532 |    60140      4 |        0 |        0
301.14/301.30	c  269s |      15 |   134061 |   114732 |    60140      4 |        0 |        0
303.24/303.32	c  271s |      15 |   135540 |   115832 |    60140      4 |        0 |        0
305.24/305.35	c  273s |      15 |   137159 |   117132 |    60140      4 |        0 |        0
307.24/307.38	c  275s |      15 |   138571 |   118332 |    60140      4 |        0 |        0
312.84/312.97	c  280s |      15 |   139787 |   119332 |    60140      5 |        0 |        0
318.74/318.86	c  286s |      15 |   140194 |   119632 |    60140      5 |        0 |        0
320.84/320.98	c  288s |      15 |   141121 |   120532 |    60140      5 |        0 |        0
322.94/323.08	c  290s |      15 |   141940 |   121332 |    60140      5 |        0 |        0
325.04/325.13	c  292s |      15 |   142650 |   122032 |    60140      5 |        0 |        0
327.14/327.28	c  295s |      15 |   143817 |   123132 |    60140      5 |        0 |        0
329.34/329.49	c  297s |      15 |   144872 |   124132 |    60140      5 |        0 |        0
331.54/331.69	c  299s |      15 |   145804 |   125032 |    60140      5 |        0 |        0
333.74/333.86	c  301s |      15 |   146846 |   126032 |    60140      5 |        0 |        0
335.84/335.94	c  303s |      15 |   147711 |   126832 |    60140      5 |        0 |        0
338.04/338.10	c  305s |      15 |   148538 |   127632 |    60140      5 |        0 |        0
340.04/340.12	c  307s |      15 |   149506 |   128532 |    60140      5 |        0 |        0
342.24/342.33	c  310s |      15 |   150245 |   129232 |    60140      5 |        0 |        0
344.24/344.35	c  312s |      15 |   151187 |   130032 |    60140      5 |        0 |        0
347.93/348.02	c  315s |      15 |   151994 |   130732 |    60140      5 |        0 |        0
349.43/349.57	c  317s |      16 |   152969 |   131552 |    60140      5 |        0 |        0
351.53/351.68	c  319s |      16 |   153613 |   132052 |    60140      5 |        0 |        0
353.73/353.80	c  321s |      16 |   154597 |   132752 |    60140      5 |        0 |        0
355.73/355.88	c  323s |      16 |   155554 |   133452 |    60140      5 |        0 |        0
357.93/358.09	c  325s |      16 |   156690 |   134352 |    60140      5 |        0 |        0
360.13/360.24	c  328s |      16 |   157872 |   135252 |    60140      5 |        0 |        0
362.23/362.32	c  330s |      16 |   158801 |   135852 |    60140      5 |        0 |        0
364.24/364.39	c  332s |      16 |   159614 |   136452 |    60140      5 |        0 |        0
366.93/367.02	c  334s |      16 |   160497 |   137152 |    60140      5 |        0 |        0
369.13/369.20	c  337s |      16 |   161278 |   137752 |    60140      5 |        0 |        0
371.13/371.26	c  339s |      16 |   161807 |   138252 |    60140      5 |        0 |        0
373.44/373.56	c  341s |      16 |   162440 |   138852 |    60140      5 |        0 |        0
375.54/375.60	c  343s |      16 |   163086 |   139452 |    60140      5 |        0 |        0
377.54/377.62	c  345s |      16 |   163656 |   139952 |    60140      5 |        0 |        0
379.54/379.64	c  347s |      16 |   164288 |   140552 |    60140      5 |        0 |        0
381.84/381.96	c  349s |      16 |   165034 |   141252 |    60140      5 |        0 |        0
383.94/384.07	c  351s |      16 |   165568 |   141752 |    60140      5 |        0 |        0
385.94/386.08	c  353s |      16 |   166207 |   142352 |    60140      5 |        0 |        0
388.44/388.55	c  356s |      16 |   166854 |   142952 |    60140      5 |        0 |        0
390.64/390.74	c  358s |      16 |   167501 |   143552 |    60140      5 |        0 |        0
392.94/393.01	c  360s |      16 |   168268 |   144252 |    60140      5 |        0 |        0
395.14/395.25	c  363s |      16 |   169466 |   145052 |    60140      5 |        0 |        0
397.34/397.49	c  365s |      16 |   170384 |   145752 |    60140      5 |        0 |        0
399.63/399.71	c  367s |      16 |   171393 |   146552 |    60140      5 |        0 |        0
401.83/401.94	c  369s |      16 |   172204 |   147152 |    60140      5 |        0 |        0
404.03/404.14	c  371s |      16 |   172905 |   147752 |    60140      5 |        0 |        0
406.43/406.53	c  374s |      16 |   174012 |   148452 |    60140      5 |        0 |        0
408.43/408.58	c  376s |      16 |   174620 |   148952 |    60140      5 |        0 |        0
413.03/413.16	c  380s |      16 |   174961 |   149252 |    60140      6 |        0 |        0
415.33/415.49	c  383s |      16 |   175542 |   149752 |    60140      6 |        0 |        0
419.83/419.94	c  387s |      16 |   176263 |   150352 |    60140      6 |        0 |        0
421.92/422.03	c  389s |      16 |   177042 |   151052 |    60140      6 |        0 |        0
423.93/424.03	c  391s |      16 |   177825 |   151752 |    60140      6 |        0 |        0
426.03/426.14	c  393s |      16 |   178730 |   152552 |    66154      6 |        0 |        0
428.22/428.32	c  396s |      16 |   179484 |   153252 |    66154      6 |        0 |        0
430.42/430.58	c  398s |      16 |   180445 |   154052 |    66154      6 |        0 |        0
432.62/432.73	c  400s |      16 |   181202 |   154752 |    66154      6 |        0 |        0
434.63/434.75	c  402s |      16 |   181984 |   155452 |    66154      6 |        0 |        0
464.82/464.90	c  432s |      16 |   182697 |   156052 |    66154      6 |        0 |        0
466.92/467.00	c  434s |      16 |   183911 |   157152 |    66154      6 |        0 |        0
469.02/469.11	c  436s |      16 |   184864 |   158052 |    66154      6 |        0 |        0
471.12/471.27	c  439s |      16 |   185821 |   158952 |    66154      6 |        0 |        0
473.32/473.48	c  441s |      16 |   186597 |   159652 |    66154      6 |        0 |        0
475.62/475.75	c  443s |      16 |   187349 |   160352 |    66154      6 |        0 |        0
477.82/477.94	c  445s |      16 |   188112 |   161052 |    66154      6 |        0 |        0
479.83/479.94	c  447s |      16 |   188869 |   161652 |    66154      6 |        0 |        0
482.03/482.18	c  450s |      16 |   189492 |   162252 |    66154      6 |        0 |        0
484.32/484.44	c  452s |      16 |   190109 |   162852 |    66154      6 |        0 |        0
486.72/486.81	c  454s |      16 |   190858 |   163552 |    66154      6 |        0 |        0
488.82/488.97	c  456s |      16 |   191485 |   164152 |    66154      6 |        0 |        0
490.82/490.99	c  458s |      16 |   192204 |   164752 |    66154      6 |        0 |        0
493.22/493.32	c  461s |      16 |   192949 |   165452 |    66154      6 |        0 |        0
495.52/495.65	c  463s |      16 |   193560 |   166052 |    66154      6 |        0 |        0
497.92/498.02	c  465s |      16 |   194164 |   166652 |    66154      6 |        0 |        0
499.92/500.04	c  467s |      16 |   194924 |   167252 |    66154      6 |        0 |        0
502.12/502.21	c  470s |      16 |   195731 |   167952 |    66154      6 |        0 |        0
504.12/504.28	c  472s |      16 |   196491 |   168652 |    66154      6 |        0 |        0
506.32/506.43	c  474s |      16 |   197152 |   169252 |    66154      6 |        0 |        0
508.42/508.59	c  476s |      16 |   197779 |   169852 |    66154      6 |        0 |        0
510.71/510.83	c  478s |      16 |   198418 |   170452 |    66154      6 |        0 |        0
512.82/512.91	c  480s |      16 |   199037 |   171052 |    66154      6 |        0 |        0
515.02/515.12	c  482s |      16 |   199564 |   171552 |    66154      6 |        0 |        0
517.01/517.20	c  485s |      16 |   200184 |   172052 |    66154      6 |        0 |        0
519.32/519.45	c  487s |      16 |   200706 |   172552 |    66154      6 |        0 |        0
521.62/521.72	c  489s |      16 |   201229 |   173052 |    66154      6 |        0 |        0
523.72/523.82	c  491s |      16 |   201866 |   173652 |    66154      6 |        0 |        0
526.02/526.17	c  494s |      16 |   202515 |   174252 |    66154      6 |        0 |        0
528.31/528.45	c  496s |      16 |   203161 |   174852 |    66154      6 |        0 |        0
530.51/530.66	c  498s |      16 |   203712 |   175352 |    66154      6 |        0 |        0
532.62/532.73	c  500s |      16 |   204331 |   175952 |    66154      6 |        0 |        0
534.72/534.84	c  502s |      16 |   204974 |   176552 |    66154      6 |        0 |        0
537.11/537.26	c  505s |      16 |   205636 |   177152 |    66154      6 |        0 |        0
539.31/539.47	c  507s |      16 |   206250 |   177752 |    66154      6 |        0 |        0
541.32/541.49	c  509s |      16 |   206787 |   178252 |    66154      6 |        0 |        0
543.62/543.80	c  511s |      16 |   207408 |   178852 |    66154      6 |        0 |        0
545.82/545.95	c  513s |      16 |   207944 |   179352 |    66154      6 |        0 |        0
548.21/548.32	c  516s |      16 |   208480 |   179852 |    66154      6 |        0 |        0
550.31/550.48	c  518s |      16 |   208898 |   180252 |    66154      6 |        0 |        0
552.51/552.67	c  520s |      16 |   209718 |   180952 |    66154      6 |        0 |        0
554.71/554.86	c  522s |      16 |   210418 |   181552 |    66154      6 |        0 |        0
556.91/557.07	c  524s |      16 |   211093 |   182152 |    66154      6 |        0 |        0
559.01/559.19	c  527s |      16 |   211765 |   182752 |    66154      6 |        0 |        0
561.41/561.51	c  529s |      16 |   212505 |   183352 |    66154      6 |        0 |        0
563.51/563.60	c  531s |      16 |   212906 |   183752 |    66154      6 |        0 |        0
565.51/565.66	c  533s |      16 |   213456 |   184252 |    66154      6 |        0 |        0
567.50/567.68	c  535s |      16 |   213889 |   184652 |    66154      6 |        0 |        0
570.01/570.14	c  537s |      16 |   214461 |   185152 |    66154      6 |        0 |        0
576.90/577.10	c  544s |      16 |   214805 |   185452 |    66154      7 |        0 |        0
579.21/579.33	c  547s |      16 |   215465 |   186052 |    66154      7 |        0 |        0
581.40/581.58	c  549s |      16 |   216065 |   186652 |    66154      7 |        0 |        0
583.50/583.61	c  551s |      16 |   216715 |   187252 |    66154      7 |        0 |        0
585.60/585.73	c  553s |      16 |   217459 |   187952 |    66154      7 |        0 |        0
587.61/587.74	c  555s |      16 |   218120 |   188552 |    66154      7 |        0 |        0
589.71/589.82	c  557s |      16 |   218735 |   189152 |    66154      7 |        0 |        0
597.41/597.53	c  565s |      16 |   219370 |   189752 |    66154      7 |        0 |        0
599.50/599.60	c  567s |      16 |   220144 |   190452 |    66154      7 |        0 |        0
603.20/603.37	c  571s |      16 |   220787 |   191052 |    66154      7 |        0 |        0
605.30/605.44	c  573s |      16 |   221362 |   191552 |    66154      7 |        0 |        0
607.70/607.80	c  575s |      16 |   221906 |   192052 |    66154      7 |        0 |        0
609.70/609.89	c  577s |      16 |   222568 |   192652 |    66154      7 |        0 |        0
612.10/612.26	c  580s |      16 |   223246 |   193252 |    66154      7 |        0 |        0
614.09/614.26	c  582s |      16 |   223994 |   193852 |    66154      7 |        0 |        0
616.20/616.37	c  584s |      16 |   224767 |   194552 |    66154      7 |        0 |        0
618.40/618.56	c  586s |      16 |   225592 |   195352 |    66154      7 |        0 |        0
620.69/620.86	c  588s |      16 |   226360 |   195952 |    66154      7 |        0 |        0
622.80/622.92	c  590s |      16 |   227085 |   196552 |    66154      7 |        0 |        0
624.79/624.94	c  592s |      16 |   227683 |   197052 |    66154      7 |        0 |        0
626.19/626.36	c  594s |      17 |   228102 |   197432 |    66154      7 |        0 |        0
628.30/628.43	c  596s |      17 |   228727 |   197932 |    66154      7 |        0 |        0
630.29/630.48	c  598s |      17 |   229684 |   198732 |    66154      7 |        0 |        0
632.60/632.70	c  600s |      17 |   230713 |   199632 |    66154      7 |        0 |        0
634.69/634.85	c  602s |      17 |   232015 |   200732 |    66154      7 |        0 |        0
636.79/636.98	c  604s |      17 |   233589 |   202032 |    66154      7 |        0 |        0
638.99/639.16	c  606s |      17 |   235145 |   203332 |    66154      7 |        0 |        0
641.09/641.25	c  609s |      17 |   236708 |   204632 |    66154      7 |        0 |        0
643.09/643.29	c  611s |      17 |   238328 |   206032 |    66154      7 |        0 |        0
645.19/645.31	c  613s |      17 |   240404 |   207732 |    66154      7 |        0 |        0
647.19/647.34	c  615s |      17 |   242083 |   209132 |    66154      7 |        0 |        0
649.20/649.36	c  617s |      17 |   243854 |   210632 |    66154      7 |        0 |        0
651.30/651.42	c  619s |      17 |   245681 |   212132 |    66154      7 |        0 |        0
653.39/653.50	c  621s |      17 |   247543 |   213632 |    66154      7 |        0 |        0
655.49/655.62	c  623s |      17 |   249253 |   215032 |    66154      7 |        0 |        0
657.49/657.66	c  625s |      17 |   250905 |   216332 |    66154      7 |        0 |        0
659.59/659.74	c  627s |      17 |   252601 |   217732 |    66154      7 |        0 |        0
661.69/661.81	c  629s |      17 |   254921 |   219632 |    66154      7 |        0 |        0
663.79/663.97	c  631s |      17 |   256018 |   220532 |    66154      8 |        0 |        0
666.29/666.43	c  634s |      17 |   256266 |   220732 |    66154      8 |        0 |        0
670.89/671.03	c  638s |      17 |   256759 |   221132 |    66154      8 |        0 |        0
672.88/673.06	c  640s |      17 |   259282 |   223232 |    66154      8 |        0 |        0
678.49/678.66	c  646s |      17 |   261132 |   224732 |    66154      8 |        0 |        0
680.59/680.72	c  648s |      17 |   264388 |   227432 |    66154      8 |        0 |        0
682.69/682.81	c  650s |      17 |   265379 |   228232 |    66154      8 |        0 |        0
684.69/684.88	c  652s |      17 |   267814 |   230332 |    66154      8 |        0 |        0
686.79/686.93	c  654s |      17 |   270678 |   232732 |    66154      8 |        0 |        0
688.80/688.98	c  656s |      17 |   273529 |   235032 |    66154      8 |        0 |        0
690.90/691.07	c  658s |      17 |   276210 |   237232 |    66154      8 |        0 |        0
692.99/693.17	c  661s |      17 |   278363 |   239032 |    66154      8 |        0 |        0
695.09/695.22	c  663s |      17 |   280881 |   241132 |    66154      8 |        0 |        0
697.09/697.25	c  665s |      17 |   282707 |   242632 |    66154      8 |        0 |        0
699.19/699.32	c  667s |      17 |   284783 |   244332 |    66154      8 |        0 |        0
701.29/701.42	c  669s |      17 |   287285 |   246332 |    66154      8 |        0 |        0
703.29/703.43	c  671s |      17 |   289606 |   248332 |    66154      8 |        0 |        0
705.29/705.49	c  673s |      17 |   292649 |   250932 |    72770      8 |        0 |        0
707.39/707.51	c  675s |      17 |   294788 |   252732 |    72770      8 |        0 |        0
709.38/709.56	c  677s |      17 |   297382 |   254932 |    72770      8 |        0 |        0
711.48/711.63	c  679s |      17 |   299186 |   256432 |    72770      8 |        0 |        0
713.58/713.77	c  681s |      17 |   300313 |   257332 |    72770      8 |        0 |        0
715.68/715.85	c  683s |      17 |   301752 |   258532 |    72770      8 |        0 |        0
717.88/718.00	c  685s |      17 |   303815 |   260232 |    72770      8 |        0 |        0
725.87/726.09	c  693s |      17 |   305175 |   261332 |    72770      9 |        0 |        0
729.07/729.20	c  697s |      17 |   307644 |   263332 |    72770      9 |        0 |        0
731.08/731.23	c  699s |      17 |   308000 |   263632 |    72770      9 |        0 |        0
736.48/736.66	c  704s |      17 |   308589 |   264132 |    72770      9 |        0 |        0
818.96/819.13	c  786s |      17 |   308918 |   264432 |    72770      9 |        0 |        0
821.06/821.26	c  789s |      17 |   311728 |   266732 |    72770      9 |        0 |        0
823.06/823.28	c  791s |      17 |   314439 |   268832 |    72770      9 |        0 |        0
825.17/825.33	c  793s |      17 |   317686 |   271632 |    72770      9 |        0 |        0
827.16/827.40	c  795s |      17 |   321022 |   274532 |    72770      9 |        0 |        0
829.26/829.43	c  797s |      17 |   323395 |   276432 |    72770      9 |        0 |        0
831.26/831.45	c  799s |      17 |   325913 |   278432 |    72770      9 |        0 |        0
833.36/833.52	c  801s |      17 |   327781 |   280032 |    72770      9 |        0 |        0
835.36/835.57	c  803s |      17 |   328322 |   280532 |    72770      9 |        0 |        0
837.55/837.71	c  805s |      17 |   329487 |   281632 |    72770      9 |        0 |        0
839.75/839.92	c  807s |      17 |   330687 |   282632 |    72770      9 |        0 |        0
841.75/841.97	c  809s |      17 |   332289 |   283932 |    72770      9 |        0 |        0
843.86/844.06	c  811s |      17 |   334634 |   285932 |    72770      9 |        0 |        0
845.96/846.18	c  814s |      17 |   337178 |   288132 |    72770      9 |        0 |        0
848.05/848.22	c  816s |      17 |   339011 |   289632 |    72770      9 |        0 |        0
850.05/850.29	c  818s |      17 |   340479 |   290832 |    72770      9 |        0 |        0
852.25/852.42	c  820s |      17 |   342744 |   292732 |    72770      9 |        0 |        0
854.35/854.53	c  822s |      17 |   344572 |   294232 |    72770      9 |        0 |        0
856.45/856.62	c  824s |      17 |   346459 |   295832 |    72770      9 |        0 |        0
857.06/857.28	c  825s |      18 |   346998 |   296252 |    72770      9 |        0 |        0
861.95/862.10	c  829s |      18 |   347561 |   296752 |    72770     10 |        0 |        0
893.94/894.16	c  861s |      18 |   347862 |   297052 |    72770     10 |        0 |        0
896.14/896.38	c  864s |      18 |   348264 |   297452 |    72770     10 |        0 |        0
1143.98/1144.23	c 1112s |      18 |   348904 |   298052 |    72770     10 |        0 |        0
1146.28/1146.59	c 1114s |      18 |   349727 |   298852 |    72770     10 |        0 |        0
1148.38/1148.67	c 1116s |      18 |   350616 |   299652 |    72770     10 |        0 |        0
1150.47/1150.70	c 1118s |      18 |   351680 |   300652 |    72770     10 |        0 |        0
1152.47/1152.70	c 1120s |      18 |   352828 |   301752 |    72770     10 |        0 |        0
1154.57/1154.83	c 1122s |      18 |   353972 |   302852 |    72770     10 |        0 |        0
1156.67/1156.94	c 1124s |      18 |   355252 |   304052 |    72770     10 |        0 |        0
1158.78/1159.04	c 1126s |      18 |   356416 |   305152 |    72770     10 |        0 |        0
1160.88/1161.15	c 1128s |      18 |   357465 |   306152 |    72770     10 |        0 |        0
1162.98/1163.21	c 1131s |      18 |   358532 |   307152 |    72770     10 |        0 |        0
1164.98/1165.24	c 1133s |      18 |   359601 |   308152 |    72770     10 |        0 |        0
1167.08/1167.32	c 1135s |      18 |   360850 |   309352 |    72770     10 |        0 |        0
1169.17/1169.41	c 1137s |      18 |   361890 |   310352 |    72770     10 |        0 |        0
1171.27/1171.53	c 1139s |      18 |   363259 |   311652 |    72770     10 |        0 |        0
1173.47/1173.73	c 1141s |      18 |   363982 |   312352 |    72770     10 |        0 |        0
1175.67/1175.94	c 1143s |      18 |   364922 |   313252 |    72770     10 |        0 |        0
1177.77/1178.08	c 1145s |      18 |   365887 |   314152 |    72770     10 |        0 |        0
1180.17/1180.49	c 1148s |      18 |   366870 |   315052 |    72770     10 |        0 |        0
1182.37/1182.63	c 1150s |      18 |   367606 |   315752 |    72770     10 |        0 |        0
1184.37/1184.66	c 1152s |      18 |   368423 |   316552 |    72770     10 |        0 |        0
1186.57/1186.84	c 1154s |      18 |   369257 |   317352 |    72770     10 |        0 |        0
1188.57/1188.86	c 1156s |      18 |   369996 |   318052 |    72770     10 |        0 |        0
1190.77/1191.02	c 1158s |      18 |   370720 |   318752 |    72770     10 |        0 |        0
1192.77/1193.05	c 1160s |      18 |   371392 |   319352 |    72770     10 |        0 |        0
1195.07/1195.33	c 1163s |      18 |   372001 |   319952 |    72770     10 |        0 |        0
1197.07/1197.34	c 1165s |      18 |   372628 |   320552 |    72770     10 |        0 |        0
1199.16/1199.40	c 1167s |      18 |   373247 |   321152 |    72770     10 |        0 |        0
1201.36/1201.68	c 1169s |      18 |   373970 |   321852 |    72770     10 |        0 |        0
1203.56/1203.82	c 1171s |      18 |   374705 |   322552 |    72770     10 |        0 |        0
1205.67/1205.91	c 1173s |      18 |   375948 |   323652 |    72770     10 |        0 |        0
1207.66/1207.94	c 1175s |      18 |   376590 |   324252 |    72770     10 |        0 |        0
1209.76/1210.00	c 1177s |      18 |   377209 |   324852 |    72770     10 |        0 |        0
1211.86/1212.13	c 1179s |      18 |   377815 |   325452 |    72770     10 |        0 |        0
1213.96/1214.27	c 1182s |      18 |   378320 |   325952 |    72770     10 |        0 |        0
1216.36/1216.65	c 1184s |      18 |   378828 |   326452 |    72770     10 |        0 |        0
1218.55/1218.89	c 1186s |      18 |   379549 |   327152 |    72770     10 |        0 |        0
1220.65/1220.94	c 1188s |      18 |   380071 |   327652 |    72770     10 |        0 |        0
1223.05/1223.31	c 1191s |      18 |   380678 |   328252 |    72770     10 |        0 |        0
1225.15/1225.41	c 1193s |      18 |   381296 |   328852 |    72770     10 |        0 |        0
1227.15/1227.45	c 1195s |      18 |   381948 |   329452 |    72770     10 |        0 |        0
1229.55/1229.81	c 1197s |      18 |   382583 |   330052 |    72770     10 |        0 |        0
1231.55/1231.84	c 1199s |      18 |   383098 |   330552 |    72770     10 |        0 |        0
1233.75/1234.09	c 1201s |      18 |   383710 |   331152 |    72770     10 |        0 |        0
1236.05/1236.36	c 1204s |      18 |   384331 |   331752 |    72770     10 |        0 |        0
1238.35/1238.64	c 1206s |      18 |   384958 |   332352 |    72770     10 |        0 |        0
1240.65/1240.94	c 1208s |      18 |   385557 |   332952 |    72770     10 |        0 |        0
1244.75/1245.06	c 1212s |      18 |   385766 |   333152 |    72770     11 |        0 |        0
1258.64/1258.96	c 1226s |      18 |   385867 |   333252 |    72770     11 |        0 |        0
1260.84/1261.17	c 1229s |      18 |   386395 |   333752 |    72770     11 |        0 |        0
1262.94/1263.26	c 1231s |      18 |   387223 |   334552 |    72770     11 |        0 |        0
1264.94/1265.26	c 1233s |      18 |   387836 |   335152 |    72770     11 |        0 |        0
1267.04/1267.31	c 1235s |      18 |   388451 |   335752 |    72770     11 |        0 |        0
1269.34/1269.69	c 1237s |      18 |   389161 |   336452 |    72770     11 |        0 |        0
1271.73/1272.01	c 1239s |      18 |   389907 |   337152 |    72770     11 |        0 |        0
1274.03/1274.30	c 1242s |      18 |   390740 |   337952 |    72770     11 |        0 |        0
1276.13/1276.49	c 1244s |      18 |   391673 |   338852 |    72770     11 |        0 |        0
1278.33/1278.68	c 1246s |      18 |   392500 |   339652 |    72770     11 |        0 |        0
1280.63/1280.94	c 1248s |      18 |   393338 |   340452 |    72770     11 |        0 |        0
1282.73/1283.02	c 1250s |      18 |   394147 |   341252 |    72770     11 |        0 |        0
1304.33/1304.65	c 1272s |      18 |   394254 |   341352 |    72770     11 |        0 |        0
1306.63/1306.93	c 1274s |      18 |   394881 |   341952 |    72770     11 |        0 |        0
1308.63/1308.94	c 1276s |      18 |   395410 |   342452 |    72770     11 |        0 |        0
1310.83/1311.11	c 1278s |      18 |   396047 |   343052 |    72770     11 |        0 |        0
1312.83/1313.15	c 1280s |      18 |   396551 |   343552 |    72770     11 |        0 |        0
1314.83/1315.19	c 1283s |      18 |   397076 |   344052 |    72770     11 |        0 |        0
1316.93/1317.21	c 1285s |      18 |   397477 |   344452 |    72770     11 |        0 |        0
1319.12/1319.41	c 1287s |      18 |   398011 |   344952 |    72770     11 |        0 |        0
1321.32/1321.61	c 1289s |      18 |   398655 |   345552 |    72770     11 |        0 |        0
1323.42/1323.77	c 1291s |      18 |   399162 |   346052 |    72770     11 |        0 |        0
1325.82/1326.18	c 1294s |      18 |   399875 |   346752 |    72770     11 |        0 |        0
1328.12/1328.48	c 1296s |      18 |   400392 |   347252 |    72770     11 |        0 |        0
1330.32/1330.65	c 1298s |      18 |   400892 |   347752 |    72770     11 |        0 |        0
1332.62/1332.91	c 1300s |      18 |   401512 |   348352 |    72770     11 |        0 |        0
1334.62/1334.93	c 1302s |      18 |   402125 |   348952 |    72770     11 |        0 |        0
1336.72/1337.05	c 1304s |      18 |   402728 |   349552 |    72770     11 |        0 |        0
1338.72/1339.08	c 1306s |      18 |   403548 |   350352 |    72770     11 |        0 |        0
1340.82/1341.17	c 1309s |      18 |   404154 |   350952 |    72770     11 |        0 |        0
1343.22/1343.50	c 1311s |      18 |   404661 |   351452 |    72770     11 |        0 |        0
1345.42/1345.77	c 1313s |      18 |   405164 |   351952 |    72770     11 |        0 |        0
1347.52/1347.89	c 1315s |      18 |   405772 |   352552 |    72770     11 |        0 |        0
1350.01/1350.36	c 1318s |      18 |   406390 |   353152 |    72770     11 |        0 |        0
1352.11/1352.49	c 1320s |      18 |   406922 |   353652 |    72770     11 |        0 |        0
1354.31/1354.69	c 1322s |      18 |   407427 |   354152 |    72770     11 |        0 |        0
1356.51/1356.88	c 1324s |      18 |   407947 |   354652 |    72770     11 |        0 |        0
1358.81/1359.13	c 1326s |      18 |   408492 |   355152 |    72770     11 |        0 |        0
1361.11/1361.46	c 1329s |      18 |   408993 |   355652 |    72770     11 |        0 |        0
1363.51/1363.80	c 1331s |      18 |   409512 |   356152 |    72770     11 |        0 |        0
1365.91/1366.24	c 1334s |      18 |   410020 |   356652 |    72770     11 |        0 |        0
1368.01/1368.39	c 1336s |      18 |   410565 |   357152 |    72770     11 |        0 |        0
1370.21/1370.56	c 1338s |      18 |   410863 |   357452 |    72770     11 |        0 |        0
1372.71/1373.07	c 1340s |      18 |   411264 |   357852 |    72770     11 |        0 |        0
1374.91/1375.29	c 1343s |      18 |   411677 |   358252 |    72770     11 |        0 |        0
1377.11/1377.43	c 1345s |      18 |   412112 |   358652 |    72770     11 |        0 |        0
1379.20/1379.58	c 1347s |      18 |   412663 |   359152 |    72770     11 |        0 |        0
1381.40/1381.73	c 1349s |      18 |   413072 |   359552 |    72770     11 |        0 |        0
1383.50/1383.89	c 1351s |      18 |   413476 |   359952 |    72770     11 |        0 |        0
1385.70/1386.09	c 1353s |      18 |   413904 |   360352 |    72770     11 |        0 |        0
1387.80/1388.14	c 1355s |      18 |   414308 |   360752 |    72770     11 |        0 |        0
1389.80/1390.17	c 1358s |      18 |   414728 |   361152 |    72770     11 |        0 |        0
1392.00/1392.36	c 1360s |      18 |   415130 |   361552 |    72770     11 |        0 |        0
1394.20/1394.58	c 1362s |      18 |   415552 |   361952 |    72770     11 |        0 |        0
1396.50/1396.82	c 1364s |      18 |   415956 |   362352 |    72770     11 |        0 |        0
1398.70/1399.07	c 1366s |      18 |   416395 |   362752 |    72770     11 |        0 |        0
1401.00/1401.38	c 1369s |      18 |   416922 |   363252 |    72770     11 |        0 |        0
1403.40/1403.75	c 1371s |      18 |   417444 |   363752 |    72770     11 |        0 |        0
1405.40/1405.76	c 1373s |      18 |   417848 |   364152 |    72770     11 |        0 |        0
1407.80/1408.12	c 1375s |      18 |   418367 |   364652 |    72770     11 |        0 |        0
1410.20/1410.52	c 1378s |      18 |   418899 |   365152 |    72770     11 |        0 |        0
1412.60/1412.99	c 1380s |      18 |   419433 |   365652 |    72770     11 |        0 |        0
1414.90/1415.20	c 1383s |      18 |   419944 |   366152 |    72770     11 |        0 |        0
1417.00/1417.33	c 1385s |      18 |   420366 |   366552 |    72770     11 |        0 |        0
1419.00/1419.35	c 1387s |      18 |   420791 |   366952 |    72770     11 |        0 |        0
1421.00/1421.40	c 1389s |      18 |   421322 |   367452 |    72770     11 |        0 |        0
1423.40/1423.71	c 1391s |      18 |   421894 |   367952 |    72770     11 |        0 |        0
1425.50/1425.85	c 1393s |      18 |   422414 |   368452 |    72770     11 |        0 |        0
1427.59/1427.91	c 1395s |      18 |   422840 |   368852 |    72770     11 |        0 |        0
1430.00/1430.31	c 1398s |      18 |   423360 |   369352 |    72770     11 |        0 |        0
1434.99/1435.31	c 1403s |      18 |   423670 |   369652 |    72770     12 |        0 |        0
1436.99/1437.35	c 1405s |      18 |   424195 |   370152 |    72770     12 |        0 |        0
1439.09/1439.47	c 1407s |      18 |   425016 |   370952 |    72770     12 |        0 |        0
1442.88/1443.26	c 1411s |      18 |   425126 |   371052 |    72770     12 |        0 |        0
1445.08/1445.43	c 1413s |      18 |   425750 |   371652 |    72770     12 |        0 |        0
1447.08/1447.48	c 1415s |      18 |   426291 |   372152 |    72770     12 |        0 |        0
1449.48/1449.88	c 1417s |      18 |   426952 |   372752 |    72770     12 |        0 |        0
1451.78/1452.19	c 1420s |      18 |   427562 |   373352 |    72770     12 |        0 |        0
1453.98/1454.36	c 1422s |      18 |   428373 |   374052 |    72770     12 |        0 |        0
1456.18/1456.59	c 1424s |      18 |   428874 |   374552 |    72770     12 |        0 |        0
1458.49/1458.86	c 1426s |      18 |   429607 |   375252 |    72770     12 |        0 |        0
1460.79/1461.10	c 1428s |      18 |   430219 |   375852 |    72770     12 |        0 |        0
1462.89/1463.25	c 1431s |      18 |   430838 |   376452 |    72770     12 |        0 |        0
1464.98/1465.30	c 1433s |      18 |   431447 |   377052 |    72770     12 |        0 |        0
1467.18/1467.57	c 1435s |      18 |   432166 |   377752 |    72770     12 |        0 |        0
1469.38/1469.73	c 1437s |      18 |   432889 |   378452 |    72770     12 |        0 |        0
1471.48/1471.82	c 1439s |      18 |   433614 |   379152 |    72770     12 |        0 |        0
1473.68/1474.08	c 1441s |      18 |   434451 |   379952 |    72770     12 |        0 |        0
1475.78/1476.18	c 1444s |      18 |   435175 |   380652 |    72770     12 |        0 |        0
1478.08/1478.41	c 1446s |      18 |   435805 |   381252 |    72770     12 |        0 |        0
1480.19/1480.55	c 1448s |      18 |   436303 |   381752 |    72770     12 |        0 |        0
1482.29/1482.61	c 1450s |      18 |   436814 |   382252 |    72770     12 |        0 |        0
1484.39/1484.70	c 1452s |      18 |   437340 |   382752 |    72770     12 |        0 |        0
1486.49/1486.85	c 1454s |      18 |   437948 |   383352 |    72770     12 |        0 |        0
1488.68/1489.00	c 1456s |      18 |   438577 |   383952 |    72770     12 |        0 |        0
1490.78/1491.12	c 1458s |      18 |   439322 |   384652 |    72770     12 |        0 |        0
1492.88/1493.20	c 1461s |      18 |   439942 |   385252 |    72770     12 |        0 |        0
1494.89/1495.20	c 1463s |      18 |   440458 |   385752 |    72770     12 |        0 |        0
1497.09/1497.43	c 1465s |      18 |   441075 |   386352 |    72770     12 |        0 |        0
1499.08/1499.45	c 1467s |      18 |   441710 |   386952 |    72770     12 |        0 |        0
1501.28/1501.61	c 1469s |      18 |   442456 |   387652 |    72770     12 |        0 |        0
1503.38/1503.73	c 1471s |      18 |   443308 |   388452 |    72770     12 |        0 |        0
1505.68/1506.01	c 1473s |      18 |   444063 |   389152 |    72770     12 |        0 |        0
1507.88/1508.26	c 1476s |      18 |   444765 |   389752 |    72770     12 |        0 |        0
1510.19/1510.54	c 1478s |      18 |   445396 |   390352 |    72770     12 |        0 |        0
1512.28/1512.69	c 1480s |      18 |   445921 |   390852 |    72770     12 |        0 |        0
1514.78/1515.14	c 1482s |      18 |   446656 |   391552 |    72770     12 |        0 |        0
1516.98/1517.31	c 1485s |      18 |   447166 |   392052 |    72770     12 |        0 |        0
1519.18/1519.57	c 1487s |      18 |   447692 |   392552 |    72770     12 |        0 |        0
1521.78/1522.15	c 1489s |      18 |   448214 |   393052 |    72770     12 |        0 |        0
1524.28/1524.63	c 1492s |      18 |   448729 |   393552 |    72770     12 |        0 |        0
1526.48/1526.87	c 1494s |      18 |   449251 |   394052 |    72770     12 |        0 |        0
1529.08/1529.44	c 1497s |      18 |   449772 |   394552 |    72770     12 |        0 |        0
1531.08/1531.50	c 1499s |      18 |   450189 |   394952 |    72770     12 |        0 |        0
1533.58/1533.96	c 1501s |      18 |   450708 |   395452 |    72770     12 |        0 |        0
1535.78/1536.16	c 1503s |      18 |   451252 |   395952 |    72770     12 |        0 |        0
1538.18/1538.53	c 1506s |      18 |   451786 |   396452 |    72770     12 |        0 |        0
1540.48/1540.87	c 1508s |      18 |   452401 |   397052 |    72770     12 |        0 |        0
1542.48/1542.89	c 1510s |      18 |   452917 |   397552 |    80047     12 |        0 |        0
1544.88/1545.24	c 1513s |      18 |   453542 |   398152 |    80047     12 |        0 |        0
1584.56/1584.98	c 1552s |      18 |   453910 |   398452 |    80047     12 |        0 |        0
1586.76/1587.19	c 1555s |      18 |   454363 |   398852 |    80047     12 |        0 |        0
1589.26/1589.67	c 1557s |      18 |   454978 |   399352 |    80047     12 |        0 |        0
1591.57/1591.95	c 1559s |      18 |   455544 |   399852 |    80047     12 |        0 |        0
1593.77/1594.11	c 1561s |      18 |   456071 |   400352 |    80047     12 |        0 |        0
1595.97/1596.39	c 1564s |      18 |   456584 |   400852 |    80047     12 |        0 |        0
1598.56/1598.95	c 1566s |      18 |   457208 |   401452 |    80047     12 |        0 |        0
1600.96/1601.32	c 1569s |      18 |   457714 |   401952 |    80047     12 |        0 |        0
1603.16/1603.50	c 1571s |      18 |   458228 |   402452 |    80047     12 |        0 |        0
1605.36/1605.79	c 1573s |      18 |   458872 |   403052 |    80047     12 |        0 |        0
1607.46/1607.84	c 1575s |      18 |   459396 |   403552 |    80047     12 |        0 |        0
1609.96/1610.31	c 1578s |      18 |   459808 |   403952 |    80047     12 |        0 |        0
1612.36/1612.71	c 1580s |      18 |   460316 |   404452 |    80047     12 |        0 |        0
1614.66/1615.05	c 1582s |      18 |   460716 |   404852 |    80047     12 |        0 |        0
1616.86/1617.25	c 1585s |      18 |   461125 |   405252 |    80047     12 |        0 |        0
1619.06/1619.48	c 1587s |      18 |   461626 |   405752 |    80047     12 |        0 |        0
1621.46/1621.85	c 1589s |      18 |   462141 |   406252 |    80047     12 |        0 |        0
1623.76/1624.16	c 1591s |      18 |   462550 |   406652 |    80047     12 |        0 |        0
1626.05/1626.42	c 1594s |      18 |   462973 |   407052 |    80047     12 |        0 |        0
1628.35/1628.78	c 1596s |      18 |   463376 |   407452 |    80047     12 |        0 |        0
1630.45/1630.85	c 1598s |      18 |   463892 |   407952 |    80047     12 |        0 |        0
1632.45/1632.86	c 1600s |      18 |   464305 |   408352 |    80047     12 |        0 |        0
1634.65/1635.10	c 1602s |      18 |   464818 |   408852 |    80047     12 |        0 |        0
1637.05/1637.46	c 1605s |      18 |   465331 |   409352 |    80047     12 |        0 |        0
1639.45/1639.82	c 1607s |      18 |   465835 |   409852 |    80047     12 |        0 |        0
1641.55/1642.00	c 1609s |      18 |   466452 |   410452 |    80047     12 |        0 |        0
1643.96/1644.30	c 1612s |      18 |   466861 |   410852 |    80047     12 |        0 |        0
1646.06/1646.43	c 1614s |      18 |   467375 |   411352 |    80047     12 |        0 |        0
1648.16/1648.56	c 1616s |      18 |   467778 |   411752 |    80047     12 |        0 |        0
1650.46/1650.85	c 1618s |      18 |   468277 |   412252 |    80047     12 |        0 |        0
1652.66/1653.08	c 1620s |      18 |   468795 |   412752 |    80047     12 |        0 |        0
1655.26/1655.64	c 1623s |      18 |   469428 |   413352 |    80047     12 |        0 |        0
1657.57/1657.99	c 1625s |      18 |   469937 |   413852 |    80047     12 |        0 |        0
1659.66/1660.04	c 1627s |      18 |   470366 |   414252 |    80047     12 |        0 |        0
1683.55/1683.96	c 1651s |      18 |   470496 |   414352 |    80047     13 |        0 |        0
1685.75/1686.14	c 1653s |      18 |   470608 |   414452 |    80047     13 |        0 |        0
1687.95/1688.33	c 1656s |      18 |   470901 |   414752 |    80047     13 |        0 |        0
1690.15/1690.58	c 1658s |      18 |   471449 |   415252 |    80047     13 |        0 |        0
1692.65/1693.03	c 1660s |      18 |   472096 |   415852 |    80047     13 |        0 |        0
1694.96/1695.34	c 1663s |      18 |   472705 |   416452 |    80047     13 |        0 |        0
1697.35/1697.72	c 1665s |      18 |   473337 |   417052 |    80047     13 |        0 |        0
1699.65/1700.08	c 1667s |      18 |   473968 |   417652 |    80047     13 |        0 |        0
1701.75/1702.14	c 1669s |      18 |   474489 |   418152 |    80047     13 |        0 |        0
1703.85/1704.22	c 1672s |      18 |   475196 |   418852 |    80047     13 |        0 |        0
1705.85/1706.25	c 1674s |      18 |   476030 |   419652 |    80047     13 |        0 |        0
1707.95/1708.34	c 1676s |      18 |   476845 |   420452 |    80047     13 |        0 |        0
1710.15/1710.52	c 1678s |      18 |   477562 |   421152 |    80047     13 |        0 |        0
1712.35/1712.74	c 1680s |      18 |   478272 |   421852 |    80047     13 |        0 |        0
1714.75/1715.12	c 1682s |      18 |   478785 |   422352 |    80047     13 |        0 |        0
1717.15/1717.58	c 1685s |      18 |   479321 |   422852 |    80047     13 |        0 |        0
1719.44/1719.89	c 1687s |      18 |   479844 |   423352 |    80047     13 |        0 |        0
1722.04/1722.40	c 1690s |      18 |   480362 |   423852 |    80047     13 |        0 |        0
1724.44/1724.85	c 1692s |      18 |   480878 |   424352 |    80047     13 |        0 |        0
1726.74/1727.10	c 1694s |      18 |   481384 |   424852 |    80047     13 |        0 |        0
1728.84/1729.22	c 1697s |      18 |   481886 |   425352 |    80047     13 |        0 |        0
1730.84/1731.29	c 1699s |      18 |   482402 |   425852 |    80047     13 |        0 |        0
1733.04/1733.43	c 1701s |      18 |   483028 |   426452 |    80047     13 |        0 |        0
1735.14/1735.56	c 1703s |      18 |   483534 |   426952 |    80047     13 |        0 |        0
1737.34/1737.70	c 1705s |      18 |   484146 |   427552 |    80047     13 |        0 |        0
1739.44/1739.88	c 1707s |      18 |   484772 |   428152 |    80047     13 |        0 |        0
1741.54/1741.90	c 1709s |      18 |   485395 |   428752 |    80047     13 |        0 |        0
1743.64/1744.00	c 1711s |      18 |   486122 |   429452 |    80047     13 |        0 |        0
1745.84/1746.23	c 1714s |      18 |   486636 |   429952 |    80047     13 |        0 |        0
1748.24/1748.64	c 1716s |      18 |   487140 |   430452 |    80047     13 |        0 |        0
1750.74/1751.16	c 1718s |      18 |   487684 |   430952 |    80047     13 |        0 |        0
1753.14/1753.54	c 1721s |      18 |   488193 |   431452 |    80047     13 |        0 |        0
1755.34/1755.77	c 1723s |      18 |   488722 |   431952 |    80047     13 |        0 |        0
1757.75/1758.14	c 1725s |      18 |   489348 |   432552 |    80047     13 |        0 |        0
1778.83/1779.25	c 1747s |      18 |   489815 |   432952 |    80047     13 |        0 |        0
1781.13/1781.55	c 1749s |      18 |   490654 |   433652 |    80047     13 |        0 |        0
1783.33/1783.73	c 1751s |      18 |   491469 |   434352 |    80047     13 |        0 |        0
1785.33/1785.75	c 1753s |      18 |   492246 |   434952 |    80047     13 |        0 |        0
1787.53/1787.95	c 1755s |      18 |   493450 |   435852 |    80047     13 |        0 |        0
1789.54/1790.00	c 1757s |      18 |   494022 |   436352 |    80047     13 |        0 |        0
1791.63/1792.08	c 1759s |      18 |   495057 |   437252 |    80047     13 |        0 |        0
1793.83/1794.22	c 1762s |      18 |   495987 |   437952 |    80047     13 |        0 |        0
1795.93/1796.31	c 1764s |      18 |   497386 |   438852 |    80047     13 |        0 |        0
1797.93/1798.34	c 1766s |      18 |   498672 |   439852 |    80047     13 |        0 |        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-4117429-1467212617/watcher-4117429-1467212617 -o /tmp/evaluation-result-4117429-1467212617/solver-4117429-1467212617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117429-1467212617.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.15 2.17 3/179 19472
/proc/meminfo: memFree=29591040/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=826948 CPUtime=0 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 3107 0 0 0 0 0 0 0 20 0 4 0 11290259 846794752 3468 33554432000 4194304 16246674 140734249416336 140734249415760 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 207505 3476 442 2943 0 204399 0
[pid=19472/tid=19473] ppid=19469 vsize=845380 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 865669120 3539 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=850500 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 870912000 3556 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=854596 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 875106304 3573 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.02 2.15 2.17 3/179 19472
/proc/meminfo: memFree=29591040/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 28795 0 0 0 5 4 0 0 20 0 4 0 11290259 1333334016 29093 33554432000 4194304 16246674 140734249416336 140734249415648 7368729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 325521 29109 801 2943 0 322415 0
[pid=19472/tid=19473] ppid=19469 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1333334016 29120 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1333334016 29130 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1333334016 29142 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200556 s]
/proc/loadavg: 2.02 2.15 2.17 3/179 19472
/proc/meminfo: memFree=29591040/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 48747 0 0 0 12 7 0 0 20 0 4 0 11290259 1345916928 49556 33554432000 4194304 16246674 140734249416336 140734249398208 8057101 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 49556 801 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49556 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49556 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49556 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.300534 s]
/proc/loadavg: 2.02 2.15 2.17 3/179 19472
/proc/meminfo: memFree=29591040/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 49038 0 0 0 22 7 0 0 20 0 4 0 11290259 1345916928 49847 33554432000 4194304 16246674 140734249416336 140734249398208 13929548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 49847 843 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49847 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49847 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 49847 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700408 s]
/proc/loadavg: 2.02 2.15 2.17 3/179 19472
/proc/meminfo: memFree=29591040/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 112879 0 0 0 55 14 0 0 20 0 4 0 11290259 1345916928 113689 33554432000 4194304 16246674 140734249416336 140734249398208 5531957 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 113695 871 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 113699 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 113703 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 113707 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.02 2.15 2.17 3/183 19476
/proc/meminfo: memFree=28006120/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=1.49 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 226700 0 0 0 119 30 0 0 20 0 4 0 11290259 1345916928 227509 33554432000 4194304 16246674 140734249416336 140734249398208 5600539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 227514 889 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 227517 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 227522 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 227531 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.02 2.15 2.17 3/183 19476
/proc/meminfo: memFree=27474392/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=3.09 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 269275 0 0 0 274 35 0 0 20 0 4 0 11290259 1345916928 270084 33554432000 4194304 16246674 140734249416336 140734249398208 12874792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 270084 896 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270084 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270084 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270084 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30042 s]
/proc/loadavg: 2.02 2.15 2.16 3/183 19476
/proc/meminfo: memFree=27473788/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=6.29 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 269286 0 0 0 594 35 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140734249398208 6010548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 270095 906 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.02 2.14 2.16 3/183 19476
/proc/meminfo: memFree=27474084/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=12.69 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 269286 0 0 0 1234 35 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140734249398208 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 270095 906 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1314372

[startup+25.5004 s]
/proc/loadavg: 2.08 2.15 2.17 4/183 19476
/proc/meminfo: memFree=27474860/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1314372 CPUtime=25.5 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 269286 0 0 0 2515 35 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140734249398208 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 328593 270095 906 2943 0 325487 0
[pid=19472/tid=19473] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1345916928 270095 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1314372

[startup+51.1004 s]
/proc/loadavg: 2.11 2.15 2.17 3/183 19477
/proc/meminfo: memFree=27468384/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1320516 CPUtime=51.08 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 270762 0 0 0 5073 35 0 0 20 0 4 0 11290259 1352208384 271571 33554432000 4194304 16246674 140734249416336 140734249398208 5523456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 330129 271571 921 2943 0 327023 0
[pid=19472/tid=19473] ppid=19469 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1352208384 271571 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1352208384 271571 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1352208384 271571 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1320516

[startup+102.3 s]
/proc/loadavg: 2.14 2.16 2.17 3/183 19478
/proc/meminfo: memFree=27463816/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1324612 CPUtime=102.28 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 271784 0 0 0 10192 36 0 0 20 0 4 0 11290259 1356402688 272593 33554432000 4194304 16246674 140734249416336 140734249398208 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 331153 272593 921 2943 0 328047 0
[pid=19472/tid=19473] ppid=19469 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1356402688 272593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1356402688 272593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1356402688 272593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1324612


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

/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1395268

[startup+1302.3 s]
/proc/loadavg: 2.17 2.22 2.19 3/183 19509
/proc/meminfo: memFree=27386872/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1395268 CPUtime=1302.02 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 289676 0 0 0 130112 90 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140734249415512 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 348817 290593 921 2943 0 345711 0
[pid=19472/tid=19473] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 1395268

[startup+1362.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/183 19510
/proc/meminfo: memFree=27386956/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1395268 CPUtime=1362.01 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 289710 0 0 0 136110 91 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140734249398208 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 348817 290593 921 2943 0 345711 0
[pid=19472/tid=19473] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1395268

[startup+1422.3 s]
/proc/loadavg: 2.28 2.23 2.19 4/183 19511
/proc/meminfo: memFree=27387064/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1395268 CPUtime=1421.99 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 289725 0 0 0 142108 91 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140734249398208 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 348817 290593 921 2943 0 345711 0
[pid=19472/tid=19473] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 1395268

[startup+1482.3 s]
/proc/loadavg: 2.28 2.24 2.19 3/183 19512
/proc/meminfo: memFree=27386816/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1395268 CPUtime=1481.99 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 289725 0 0 0 148107 92 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140734249398208 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 348817 290593 921 2943 0 345711 0
[pid=19472/tid=19473] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 1395268

[startup+1542.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 19513
/proc/meminfo: memFree=27386944/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1395268 CPUtime=1541.98 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 289725 0 0 0 154106 92 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140734249398208 5673413 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 348817 290593 921 2943 0 345711 0
[pid=19472/tid=19473] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1395268 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1428754432 290593 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1395268

[startup+1602.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/184 19518
/proc/meminfo: memFree=27370628/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1411652 CPUtime=1601.96 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 293821 0 0 0 160100 96 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140734249398208 5822548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 352913 294689 921 2943 0 349807 0
[pid=19472/tid=19473] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1411652

[startup+1662.3 s]
/proc/loadavg: 2.16 2.21 2.18 3/183 19519
/proc/meminfo: memFree=27370380/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1411652 CPUtime=1661.96 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 293821 0 0 0 166099 97 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140734249415512 13885029 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 352913 294689 921 2943 0 349807 0
[pid=19472/tid=19473] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1411652

[startup+1722.3 s]
/proc/loadavg: 2.31 2.25 2.19 3/183 19520
/proc/meminfo: memFree=27370380/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1411652 CPUtime=1721.94 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 293821 0 0 0 172095 99 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140734249398208 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 352913 294689 921 2943 0 349807 0
[pid=19472/tid=19473] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1411652

[startup+1782.31 s]
/proc/loadavg: 2.30 2.26 2.19 3/183 19521
/proc/meminfo: memFree=27369880/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1411652 CPUtime=1781.94 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 293821 0 0 0 178094 100 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140734249398208 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 352913 294689 921 2943 0 349807 0
[pid=19472/tid=19473] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 1411652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.31 2.26 2.19 3/183 19521
/proc/meminfo: memFree=27370140/32872528 swapFree=1394328/1580332
[pid=19472] ppid=19469 vsize=1411652 CPUtime=1800.04 cores=0,2,4,6
/proc/19472/stat : 19472 (toysat) R 19469 19472 19119 0 -1 4202496 293821 0 0 0 179903 101 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140734249398208 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19472/statm: 352913 294689 921 2943 0 349807 0
[pid=19472/tid=19473] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19473/stat : 19473 (toysat) S 19469 19472 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393512414448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19472/tid=19474] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19474/stat : 19474 (toysat) S 19469 19472 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393501924592 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19472/tid=19475] ppid=19469 vsize=1411652 CPUtime=0 cores=0,2,4,6
/proc/19472/task/19475/stat : 19475 (toysat) S 19469 19472 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11290259 1445531648 294689 33554432000 4194304 16246674 140734249416336 140393421204656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1411652

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.04
CPU system time (s): 1.01085
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 1411652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.01085
maximum resident set size= 1178756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293821
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= 213
involuntary context switches= 1840

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9919 second user time and 14.2628 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-29 17:03:37
IDJOB=4117429
IDBENCH=111574
IDSOLVER=2542
FILE ID=node139/4117429-1467212617
RUNJOBID= node139-1467208982-19135
PBS_JOBID= 19997572
Free space on /tmp= 71700 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-oct6.5.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117429-1467212617/watcher-4117429-1467212617 -o /tmp/evaluation-result-4117429-1467212617/solver-4117429-1467212617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117429-1467212617.opb

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

MD5SUM BENCH= 068413d24ee5a788c3cbd9d031bcf9f2
RANDOM SEED=346093507

node139.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.092
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.18
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.092
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.092
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.092
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.092
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.56
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.092
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.092
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.48
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.092
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:        29613724 kB
Buffers:           95848 kB
Cached:           834196 kB
SwapCached:         3080 kB
Active:           732012 kB
Inactive:         212836 kB
Active(anon):      14132 kB
Inactive(anon):     3176 kB
Active(file):     717880 kB
Inactive(file):   209660 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             33784 kB
Writeback:             0 kB
AnonPages:       1479420 kB
Mapped:             9952 kB
Shmem:                 0 kB
Slab:             599536 kB
SReclaimable:      43944 kB
SUnreclaim:       555592 kB
KernelStack:        1520 kB
PageTables:         7944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2178240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 71676 MiB
End job on node139 at 2016-06-29 17:33:37