Trace number 4101329

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc04.opb
MD5SUMa740df3717a1394bed76c2a490fc20be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 528446
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T06:03:30+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-4101329-1466222610.opb"]
0.00/0.01	c use --random-gen="157207031 2295680308 726215228 709925828 2748366273 4117667098 1546403244 3810242469 94918742 1871956814 1184139129 3592230708 850644217 2995620021 2868996833 2543265118 655931638 2273862115 4049786710 893509077 3057172288 2890720459 4015507134 3362186935 2898650651 2695588095 2212766923 3897985074 417891491 3688608013 538641116 2134191790 1761122469 226181840 713327470 1305949247 1537493626 434727133 2810719820 2719403275 1859742 811773842 815611506 1499620938 331977462 1180975325 503324384 2316015525 2774790884 333134415 2641555536 159870830 1243018853 3457157339 2077567197 188702683 3737969195 3792951793 2244731732 3827865857 2650746221 2440251092 3389145582 319667737 2084950695 1178351440 4278637256 2178995699 2323285037 1094914185 1857796035 1177587081 2818266738 3657341388 2695930722 3434797181 1554933440 4241974167 2692015887 3911202384 247016464 2589716513 2762066825 1383590713 2977565562 736765139 1286271539 341680309 2848663444 3248605736 1589437317 2860955667 2623808207 3555478229 4144430619 1901466505 2594581732 4038213189 1125832958 219575101 905022100 1865361537 3259888931 440726611 3263807120 1105345712 389190863 1237705922 1086593759 3219183225 1993482693 1435634988 53842686 1325488376 108113079 1208008864 3594795228 42550431 3001709692 2729869951 762912549 325600333 1159035822 3265405467 415271325 1845041509 1009579498 1727689875 3748906952 1207286618 1345839721 4114546695 1879167358 815196271 729743879 462156866 1476957945 1342625522 2435759956 2689179389 2507466996 1582720045 763336397 1307455116 4284918211 945809141 391098345 1872079109 3336779170 3177336424 1494313253 4064356715 3854711607 206560944 4725764 1962515922 954982041 4155798269 3749653377 1957799678 4262254423 3572182431 1114120420 3820133496 614704198 2834356683 3855744572 4040473264 3120942958 2233769009 1492332233 3525846156 471620293 3770630579 1370988341 2691362004 3871189520 50033890 571377578 2912045703 3427077614 1897047310 3143069434 2370180780 3873932933 3437701943 1448843820 2423704625 3951461526 1525030435 1169828012 2782073018 1970309929 1130116497 2158713003 4247287510 3577271203 3486298041 4189810610 300983272 2081929181 1544957580 295575949 510632579 3069223872 2377491160 2995529630 2178006998 507828901 1706418836 3746017939 1757278315 2759830901 1665381998 3668246915 1852112467 1835051426 1537754607 3475681910 78238452 1495931931 2107601864 2108776000 4184298379 2617746007 322950448 1902517462 1819957192 2187758843 1492080919 3246670079 3359969493 2114922741 2374753280 2580350965 3996159913 15131269 500733331 2374909668 3915127165 3012195720 664557967 3303775474 2031829846 3520407554 3593152069 2058918606 2115742821 1567020035 2298718854 3443035266 857012021 2624373175 920216259 3206542345 1221232139 255 362436" option to reproduce the execution
0.69/0.78	c #vars 146276
0.69/0.78	c #constraints 1699
26.08/26.16	c BCD2: Hardening is enabled.
26.08/26.16	c BCD2: BiasedSearch is enabled.
26.08/26.16	c Solving starts ...
26.08/26.16	c ============================[ Search Statistics ]============================
26.08/26.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.16	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.16	c =============================================================================
26.08/26.17	c  0.0s |       0 |        0 |        0 |    49427      0 |    28697 |        0
27.68/27.74	c  1.6s |       1 |     4902 |      100 |    49427      0 |    28741 |       78
28.18/28.22	c  2.0s |       2 |     8608 |      250 |    54370      0 |    28745 |       78
28.38/28.42	c  2.2s |       3 |     9058 |      475 |    59808      0 |    28746 |       78
28.48/28.58	c  2.4s |       4 |     9462 |      813 |    65789      0 |    28746 |       78
28.78/28.83	c  2.7s |       5 |    11168 |     1320 |    72368      0 |    28746 |       78
29.08/29.20	c  3.0s |       6 |    12562 |     2081 |    87566      0 |    28746 |       78
29.69/29.74	c  3.6s |       7 |    14839 |     3223 |    96323      0 |    28746 |       78
30.48/30.53	c  4.4s |       8 |    17674 |     4936 |   105956      0 |    28746 |       78
31.68/31.79	c  5.6s |       9 |    22072 |     7506 |   116552      0 |    28746 |       78
33.78/33.85	c  7.7s |       9 |    29010 |    11106 |   116552      0 |    28746 |       78
33.98/34.01	c  7.8s |      10 |    29357 |    11361 |   128208      0 |    28746 |       78
35.98/36.05	c  9.9s |      10 |    35288 |    14961 |   128208      0 |    28746 |       78
37.28/37.33	c 11.2s |      11 |    39106 |    17144 |   141029      0 |    28746 |       78
39.28/39.36	c 13.2s |      11 |    43210 |    19644 |   141029      0 |    28746 |       78
41.38/41.42	c 15.2s |      11 |    48598 |    22844 |   141029      0 |    28746 |       78
43.28/43.37	c 17.2s |      12 |    54061 |    25819 |   155132      0 |    28746 |       78
45.38/45.49	c 19.3s |      12 |    57978 |    27819 |   155132      0 |    28746 |       78
47.48/47.53	c 21.4s |      12 |    61845 |    29719 |   155132      0 |    28746 |       78
49.48/49.55	c 23.4s |      12 |    65714 |    32019 |   155132      0 |    28746 |       78
51.58/51.60	c 25.4s |      12 |    70483 |    35019 |   155132      0 |    28746 |       78
53.58/53.68	c 27.5s |      12 |    75276 |    38219 |   155132      0 |    28746 |       78
53.99/54.04	c 27.9s |      13 |    76113 |    38832 |   170646      0 |    28746 |       78
55.98/56.05	c 29.9s |      13 |    80155 |    41432 |   170646      0 |    28746 |       78
57.98/58.06	c 31.9s |      13 |    84691 |    44332 |   170646      0 |    28746 |       78
60.08/60.16	c 34.0s |      13 |    88401 |    46632 |   170646      0 |    28746 |       78
62.08/62.17	c 36.0s |      13 |    91950 |    48632 |   170646      0 |    28746 |       78
64.08/64.18	c 38.0s |      13 |    96177 |    50732 |   170646      0 |    28746 |       78
66.18/66.27	c 40.1s |      13 |   100407 |    52932 |   170646      0 |    28746 |       78
68.19/68.29	c 42.1s |      13 |   104348 |    55132 |   170646      0 |    28746 |       78
70.28/70.38	c 44.2s |      13 |   108069 |    57232 |   170646      0 |    28746 |       78
71.59/71.62	c 45.4s |      14 |   109855 |    58352 |   187711      0 |    28746 |       78
73.69/73.75	c 47.6s |      14 |   112165 |    59652 |   187711      0 |    28746 |       78
75.78/75.89	c 49.7s |      14 |   115175 |    61252 |   187711      0 |    28746 |       78
77.88/77.90	c 51.7s |      14 |   117812 |    63052 |   187711      0 |    28746 |       78
79.88/79.97	c 53.8s |      14 |   120770 |    64952 |   187711      0 |    28746 |       78
81.98/82.03	c 55.9s |      14 |   124061 |    66552 |   187711      0 |    28746 |       78
83.98/84.04	c 57.9s |      14 |   127715 |    68152 |   187711      0 |    28746 |       78
86.08/86.11	c 59.9s |      14 |   131000 |    69852 |   187711      0 |    28746 |       78
88.28/88.35	c 62.2s |      14 |   133568 |    71052 |   187711      0 |    28746 |       78
90.29/90.36	c 64.2s |      14 |   135709 |    72352 |   187711      0 |    28746 |       78
92.39/92.43	c 66.3s |      14 |   139214 |    74152 |   187711      0 |    28746 |       78
94.48/94.53	c 68.4s |      14 |   142119 |    75752 |   187711      0 |    28746 |       78
96.68/96.77	c 70.6s |      14 |   145466 |    77552 |   187711      0 |    28746 |       78
98.78/98.83	c 72.7s |      14 |   147010 |    78352 |   187711      0 |    28746 |       78
100.88/100.91	c 74.7s |      14 |   149637 |    79652 |   187711      0 |    28746 |       78
102.98/103.08	c 76.9s |      14 |   152400 |    81152 |   187711      0 |    28746 |       78
105.28/105.34	c 79.2s |      14 |   154933 |    82452 |   187711      0 |    28746 |       78
107.38/107.44	c 81.3s |      14 |   156863 |    83252 |   187711      0 |    28746 |       78
109.38/109.48	c 83.3s |      14 |   158939 |    84552 |   187711      0 |    28746 |       78
111.58/111.65	c 85.5s |      14 |   162182 |    85952 |   187711      0 |    28746 |       78
113.67/113.77	c 87.6s |      14 |   164923 |    87352 |   206483      0 |    28746 |       78
114.38/114.43	c 88.3s |      15 |   165580 |    87632 |   206483      0 |    28746 |       78
116.47/116.55	c 90.4s |      15 |   166544 |    88032 |   206483      0 |    28746 |       78
118.57/118.60	c 92.4s |      15 |   167510 |    88532 |   206483      0 |    28746 |       78
120.87/120.92	c 94.7s |      15 |   168537 |    89032 |   206483      0 |    28746 |       78
122.87/122.99	c 96.8s |      15 |   169848 |    89632 |   206483      0 |    28746 |       78
124.97/125.05	c 98.9s |      15 |   172145 |    90832 |   206483      0 |    28746 |       78
127.17/127.23	c  101s |      15 |   175322 |    92232 |   206483      0 |    28746 |       78
129.17/129.25	c  103s |      15 |   177794 |    93532 |   206483      0 |    28746 |       78
131.17/131.28	c  105s |      15 |   180522 |    94832 |   206483      0 |    28746 |       78
133.27/133.36	c  107s |      15 |   183183 |    96532 |   206483      0 |    28746 |       78
135.47/135.52	c  109s |      15 |   184692 |    97132 |   206483      0 |    28746 |       78
137.48/137.59	c  111s |      15 |   185713 |    97732 |   206483      0 |    28746 |       78
139.97/140.02	c  113s |      15 |   187056 |    98332 |   206483      0 |    28746 |       78
141.98/142.09	c  115s |      15 |   188226 |    98932 |   206483      0 |    28746 |       78
143.97/144.10	c  117s |      15 |   189110 |    99332 |   206483      0 |    28746 |       78
146.28/146.35	c  120s |      15 |   190313 |    99832 |   206483      0 |    28746 |       78
148.27/148.39	c  122s |      15 |   191303 |   100332 |   206483      0 |    28746 |       78
150.37/150.43	c  124s |      15 |   192068 |   100732 |   206483      0 |    28746 |       78
152.77/152.86	c  126s |      15 |   192864 |   101232 |   206483      0 |    28746 |       78
154.87/154.91	c  128s |      15 |   194734 |   102232 |   206483      0 |    28746 |       78
157.07/157.18	c  131s |      15 |   196979 |   103432 |   206483      0 |    28746 |       78
159.17/159.26	c  133s |      15 |   199190 |   104532 |   206483      0 |    28746 |       78
161.27/161.38	c  135s |      15 |   201319 |   105532 |   206483      0 |    28746 |       78
163.37/163.40	c  137s |      15 |   203515 |   107032 |   206483      0 |    28746 |       78
165.37/165.46	c  139s |      15 |   205367 |   108032 |   206483      0 |    28746 |       78
167.47/167.51	c  141s |      15 |   207159 |   109132 |   206483      0 |    28746 |       78
169.57/169.67	c  143s |      15 |   208542 |   110032 |   206483      0 |    28746 |       78
171.96/172.03	c  145s |      15 |   209664 |   110632 |   206483      0 |    28746 |       78
174.46/174.56	c  148s |      15 |   212634 |   112932 |   206483      0 |    28746 |       78
176.86/176.91	c  150s |      15 |   213718 |   113632 |   206483      0 |    28746 |       78
179.06/179.15	c  152s |      15 |   214933 |   114232 |   206483      0 |    28746 |       78
181.26/181.32	c  155s |      15 |   215868 |   114732 |   206483      0 |    28746 |       78
183.36/183.48	c  157s |      15 |   217084 |   115432 |   206483      0 |    28746 |       78
185.36/185.48	c  159s |      15 |   218774 |   116332 |   206483      0 |    28746 |       78
187.56/187.62	c  161s |      15 |   220808 |   117232 |   206483      0 |    28746 |       78
189.66/189.76	c  163s |      15 |   223064 |   118132 |   206483      0 |    28746 |       78
191.66/191.79	c  165s |      15 |   224316 |   118732 |   206483      0 |    28746 |       78
193.86/193.96	c  167s |      15 |   225879 |   119332 |   206483      0 |    28746 |       78
196.06/196.15	c  169s |      15 |   228261 |   120432 |   206483      0 |    28746 |       78
198.16/198.21	c  172s |      15 |   230152 |   121332 |   206483      0 |    28746 |       78
200.17/200.29	c  174s |      15 |   232137 |   122232 |   206483      0 |    28746 |       78
202.37/202.48	c  176s |      15 |   234336 |   123232 |   206483      0 |    28746 |       78
204.66/204.71	c  178s |      15 |   236473 |   124232 |   206483      0 |    28746 |       78
206.86/206.98	c  180s |      15 |   238109 |   124932 |   206483      0 |    28746 |       78
209.06/209.13	c  182s |      15 |   240013 |   125732 |   206483      0 |    28746 |       78
211.26/211.38	c  185s |      15 |   241952 |   126632 |   206483      0 |    28746 |       78
213.36/213.42	c  187s |      15 |   244267 |   127532 |   206483      0 |    28746 |       78
215.56/215.61	c  189s |      15 |   245978 |   128332 |   206483      0 |    28746 |       78
217.66/217.70	c  191s |      15 |   248005 |   129332 |   206483      0 |    28746 |       78
219.66/219.78	c  193s |      15 |   249969 |   130232 |   206483      0 |    28746 |       78
221.86/221.92	c  195s |      15 |   252120 |   131232 |   227132      0 |    28746 |       78
222.56/222.64	c  196s |      16 |   252822 |   131552 |   227132      0 |    28746 |       78
224.55/224.68	c  198s |      16 |   253949 |   131952 |   227132      0 |    28746 |       78
226.75/226.81	c  200s |      16 |   256027 |   132752 |   227132      0 |    28746 |       78
228.95/229.08	c  202s |      16 |   257771 |   133552 |   227132      0 |    28746 |       78
231.06/231.19	c  205s |      16 |   259538 |   134352 |   227132      0 |    28746 |       78
233.16/233.26	c  207s |      16 |   261214 |   135152 |   227132      0 |    28746 |       78
235.25/235.31	c  209s |      16 |   262906 |   135852 |   227132      0 |    28746 |       78
237.35/237.44	c  211s |      16 |   264522 |   136452 |   227132      0 |    28746 |       78
239.35/239.47	c  213s |      16 |   265646 |   136952 |   227132      0 |    28746 |       78
241.55/241.65	c  215s |      16 |   266678 |   137352 |   227132      0 |    28746 |       78
243.75/243.81	c  217s |      16 |   267826 |   137752 |   227132      0 |    28746 |       78
245.75/245.87	c  219s |      16 |   268835 |   138152 |   227132      0 |    28746 |       78
247.95/248.06	c  221s |      16 |   269511 |   138552 |   227132      0 |    28746 |       78
250.35/250.43	c  224s |      16 |   270356 |   138952 |   227132      0 |    28746 |       78
252.85/252.92	c  226s |      16 |   271485 |   139452 |   227132      0 |    28746 |       78
254.95/255.07	c  228s |      16 |   272457 |   139952 |   227132      0 |    28746 |       78
257.15/257.26	c  231s |      16 |   274252 |   140852 |   227132      0 |    28746 |       78
259.15/259.26	c  233s |      16 |   276055 |   141852 |   227132      0 |    28746 |       78
261.35/261.48	c  235s |      16 |   277433 |   142652 |   227132      0 |    28746 |       78
263.55/263.61	c  237s |      16 |   278471 |   143152 |   227132      0 |    28746 |       78
265.75/265.86	c  239s |      16 |   280517 |   144252 |   227132      0 |    28746 |       78
267.85/267.98	c  241s |      16 |   282224 |   145252 |   227132      0 |    28746 |       78
269.95/270.07	c  243s |      16 |   283715 |   146252 |   227132      0 |    28746 |       78
272.15/272.28	c  246s |      16 |   285533 |   147152 |   227132      0 |    28746 |       78
274.55/274.61	c  248s |      16 |   287094 |   147852 |   227132      0 |    28746 |       78
276.64/276.79	c  250s |      16 |   288654 |   148852 |   227132      0 |    28746 |       78
278.84/278.93	c  252s |      16 |   290062 |   149652 |   227132      0 |    28746 |       78
280.84/280.99	c  254s |      16 |   291660 |   150452 |   227132      0 |    28746 |       78
282.94/283.01	c  256s |      16 |   293449 |   151152 |   227132      0 |    28746 |       78
284.95/285.05	c  258s |      16 |   295023 |   152052 |   227132      0 |    28746 |       78
287.15/287.27	c  261s |      16 |   296257 |   152652 |   227132      0 |    28746 |       78
289.54/289.65	c  263s |      16 |   297490 |   153052 |   227132      0 |    28746 |       78
292.55/292.62	c  266s |      16 |   298342 |   153352 |   227132      0 |    28746 |       78
294.85/294.92	c  268s |      16 |   298931 |   153652 |   227132      0 |    28746 |       78
297.34/297.45	c  271s |      16 |   299772 |   153952 |   227132      0 |    28746 |       78
300.04/300.13	c  273s |      16 |   300464 |   154252 |   227132      0 |    28746 |       78
302.04/302.19	c  276s |      16 |   300993 |   154452 |   227132      0 |    28746 |       78
304.14/304.28	c  278s |      16 |   302331 |   154952 |   227132      0 |    28746 |       78
306.44/306.54	c  280s |      16 |   303146 |   155252 |   227132      0 |    28746 |       78
308.74/308.87	c  282s |      16 |   304029 |   155552 |   227132      0 |    28746 |       78
310.74/310.88	c  284s |      16 |   304814 |   155852 |   227132      0 |    28746 |       78
313.24/313.31	c  287s |      16 |   305665 |   156252 |   227132      0 |    28746 |       78
315.44/315.55	c  289s |      16 |   306360 |   156552 |   227132      0 |    28746 |       78
317.74/317.90	c  291s |      16 |   306965 |   156852 |   227132      0 |    28746 |       78
319.94/320.06	c  293s |      16 |   307683 |   157152 |   227132      0 |    28746 |       78
322.14/322.20	c  296s |      16 |   308482 |   157452 |   227132      0 |    28746 |       78
324.24/324.39	c  298s |      16 |   309110 |   157752 |   227132      0 |    28746 |       78
326.64/326.71	c  300s |      16 |   309919 |   158052 |   227132      0 |    28746 |       78
328.94/329.01	c  302s |      16 |   310729 |   158352 |   227132      0 |    28746 |       78
330.94/331.07	c  304s |      16 |   311118 |   158552 |   227132      0 |    28746 |       78
333.24/333.35	c  307s |      16 |   311608 |   158752 |   227132      0 |    28746 |       78
336.14/336.25	c  310s |      16 |   312494 |   159052 |   227132      0 |    28746 |       78
338.74/338.90	c  312s |      16 |   313362 |   159352 |   227132      0 |    28746 |       78
341.54/341.64	c  315s |      16 |   314270 |   159752 |   227132      0 |    28746 |       78
343.73/343.86	c  317s |      16 |   315184 |   160252 |   227132      0 |    28746 |       78
345.73/345.88	c  319s |      16 |   315847 |   160552 |   227132      0 |    28746 |       78
348.33/348.41	c  322s |      16 |   316661 |   160852 |   227132      0 |    28746 |       78
350.84/350.91	c  324s |      16 |   318140 |   161552 |   227132      0 |    28746 |       78
353.14/353.21	c  327s |      16 |   319017 |   161952 |   227132      0 |    28746 |       78
355.43/355.53	c  329s |      16 |   319747 |   162352 |   227132      0 |    28746 |       78
358.13/358.29	c  332s |      16 |   320677 |   162752 |   227132      0 |    28746 |       78
360.74/360.89	c  334s |      16 |   321354 |   163052 |   227132      0 |    28746 |       78
362.94/363.10	c  336s |      16 |   322136 |   163452 |   227132      0 |    28746 |       78
365.33/365.41	c  339s |      16 |   323169 |   163852 |   227132      0 |    28746 |       78
367.63/367.70	c  341s |      16 |   324250 |   164252 |   227132      0 |    28746 |       78
369.93/370.03	c  343s |      16 |   325121 |   164652 |   227132      0 |    28746 |       78
372.53/372.65	c  346s |      16 |   325880 |   165052 |   227132      0 |    28746 |       78
375.14/375.24	c  349s |      16 |   326607 |   165352 |   227132      0 |    28746 |       78
377.24/377.37	c  351s |      16 |   327220 |   165652 |   227132      0 |    28746 |       78
379.33/379.40	c  353s |      16 |   327914 |   165952 |   227132      0 |    28746 |       78
381.43/381.50	c  355s |      16 |   328494 |   166252 |   227132      0 |    28746 |       78
384.03/384.19	c  358s |      16 |   329442 |   166652 |   227132      0 |    28746 |       78
387.03/387.15	c  360s |      16 |   330388 |   167052 |   227132      0 |    28746 |       78
389.43/389.55	c  363s |      16 |   331209 |   167352 |   227132      0 |    28746 |       78
391.83/391.92	c  365s |      16 |   331902 |   167652 |   227132      0 |    28746 |       78
394.13/394.23	c  368s |      16 |   332575 |   167952 |   227132      0 |    28746 |       78
396.63/396.78	c  370s |      16 |   333485 |   168352 |   227132      0 |    28746 |       78
399.03/399.17	c  372s |      16 |   334277 |   168752 |   227132      0 |    28746 |       78
401.13/401.24	c  375s |      16 |   334897 |   169052 |   227132      0 |    28746 |       78
403.33/403.40	c  377s |      16 |   335538 |   169352 |   227132      0 |    28746 |       78
405.63/405.72	c  379s |      16 |   336186 |   169652 |   227132      0 |    28746 |       78
408.42/408.52	c  382s |      16 |   337177 |   169952 |   227132      0 |    28746 |       78
410.52/410.61	c  384s |      16 |   337846 |   170252 |   227132      0 |    28746 |       78
412.62/412.72	c  386s |      16 |   338518 |   170552 |   227132      0 |    28746 |       78
415.22/415.37	c  389s |      16 |   339287 |   170952 |   227132      0 |    28746 |       78
417.42/417.57	c  391s |      16 |   340039 |   171252 |   227132      0 |    28746 |       78
419.92/420.06	c  393s |      16 |   340978 |   171652 |   227132      0 |    28746 |       78
422.22/422.37	c  396s |      16 |   341626 |   171952 |   227132      0 |    28746 |       78
424.42/424.55	c  398s |      16 |   342415 |   172252 |   227132      0 |    28746 |       78
426.52/426.66	c  400s |      16 |   343310 |   172552 |   227132      0 |    28746 |       78
428.62/428.72	c  402s |      16 |   344149 |   172852 |   227132      0 |    28746 |       78
430.82/430.91	c  404s |      16 |   344852 |   173152 |   227132      0 |    28746 |       78
433.02/433.17	c  407s |      16 |   345643 |   173452 |   227132      0 |    28746 |       78
435.72/435.85	c  409s |      16 |   346459 |   173852 |   227132      0 |    28746 |       78
438.42/438.50	c  412s |      16 |   347225 |   174152 |   227132      0 |    28746 |       78
441.13/441.27	c  415s |      16 |   347940 |   174452 |   227132      0 |    28746 |       78
443.52/443.60	c  417s |      16 |   348487 |   174752 |   227132      0 |    28746 |       78
445.53/445.66	c  419s |      16 |   349836 |   175352 |   227132      0 |    28746 |       78
447.63/447.74	c  421s |      16 |   351232 |   175852 |   227132      0 |    28746 |       78
449.72/449.83	c  423s |      16 |   352583 |   176652 |   227132      0 |    28746 |       78
451.82/451.98	c  425s |      16 |   353954 |   177552 |   227132      0 |    28746 |       78
454.12/454.24	c  428s |      16 |   355069 |   178152 |   227132      0 |    28746 |       78
456.12/456.27	c  430s |      16 |   356447 |   178752 |   227132      0 |    28746 |       78
458.42/458.54	c  432s |      16 |   357573 |   179452 |   227132      0 |    28746 |       78
460.62/460.73	c  434s |      16 |   358683 |   179952 |   227132      0 |    28746 |       78
463.02/463.14	c  436s |      16 |   359907 |   180552 |   227132      0 |    28746 |       78
465.02/465.18	c  439s |      16 |   360703 |   180952 |   227132      0 |    28746 |       78
467.02/467.19	c  441s |      16 |   362633 |   181952 |   227132      0 |    28746 |       78
469.51/469.69	c  443s |      16 |   363583 |   182352 |   227132      0 |    28746 |       78
471.82/471.99	c  445s |      16 |   364969 |   183152 |   227132      0 |    28746 |       78
473.91/474.07	c  447s |      16 |   366374 |   183852 |   227132      0 |    28746 |       78
476.11/476.29	c  450s |      16 |   367521 |   184452 |   227132      0 |    28746 |       78
478.52/478.68	c  452s |      16 |   368908 |   185052 |   227132      0 |    28746 |       78
480.72/480.85	c  454s |      16 |   369788 |   185452 |   227132      0 |    28746 |       78
483.41/483.58	c  457s |      16 |   370574 |   185752 |   227132      0 |    28746 |       78
485.61/485.72	c  459s |      16 |   371337 |   186052 |   227132      0 |    28746 |       78
487.81/487.93	c  461s |      16 |   372906 |   186852 |   227132      0 |    28746 |       78
489.91/490.00	c  463s |      16 |   374571 |   187852 |   227132      0 |    28746 |       78
492.11/492.22	c  466s |      16 |   376079 |   188552 |   227132      0 |    28746 |       78
494.31/494.41	c  468s |      16 |   377413 |   189352 |   227132      0 |    28746 |       78
496.51/496.63	c  470s |      16 |   378926 |   190052 |   227132      0 |    28746 |       78
498.51/498.67	c  472s |      16 |   380206 |   190752 |   227132      0 |    28746 |       78
500.61/500.78	c  474s |      16 |   380935 |   191052 |   227132      0 |    28746 |       78
503.01/503.17	c  476s |      16 |   382293 |   191752 |   227132      0 |    28746 |       78
505.11/505.27	c  479s |      16 |   383488 |   192452 |   227132      0 |    28746 |       78
508.01/508.19	c  482s |      16 |   384872 |   192952 |   227132      0 |    28746 |       78
510.51/510.61	c  484s |      16 |   385410 |   193152 |   227132      0 |    28746 |       78
512.51/512.67	c  486s |      16 |   386328 |   193652 |   227132      0 |    28746 |       78
514.71/514.86	c  488s |      16 |   387599 |   194352 |   227132      0 |    28746 |       78
517.01/517.18	c  491s |      16 |   388753 |   194952 |   227132      0 |    28746 |       78
519.31/519.41	c  493s |      16 |   390048 |   195552 |   227132      0 |    28746 |       78
521.71/521.85	c  495s |      16 |   391148 |   196152 |   249846      0 |    28746 |       78
524.21/524.40	c  498s |      16 |   392077 |   196452 |   249846      0 |    28746 |       78
526.51/526.66	c  500s |      16 |   393418 |   197252 |   249846      0 |    28746 |       78
527.00/527.12	c  500s |      17 |   393638 |   197432 |   249846      0 |    28746 |       78
529.30/529.40	c  503s |      17 |   394514 |   197832 |   249846      0 |    28746 |       78
531.31/531.47	c  505s |      17 |   396149 |   198532 |   249846      0 |    28746 |       78
533.41/533.54	c  507s |      17 |   397795 |   199232 |   249846      0 |    28746 |       78
535.61/535.80	c  509s |      17 |   399080 |   199832 |   249846      0 |    28746 |       78
537.70/537.84	c  511s |      17 |   400437 |   200532 |   249846      0 |    28746 |       78
539.90/540.02	c  513s |      17 |   401878 |   201232 |   249846      0 |    28746 |       78
542.00/542.11	c  515s |      17 |   402994 |   201732 |   249846      0 |    28746 |       78
544.60/544.75	c  518s |      17 |   403702 |   202032 |   249846      0 |    28746 |       78
547.20/547.34	c  521s |      17 |   404663 |   202532 |   249846      0 |    28746 |       78
549.30/549.42	c  523s |      17 |   405520 |   202832 |   249846      0 |    28746 |       78
551.60/551.70	c  525s |      17 |   406608 |   203132 |   249846      0 |    28746 |       78
554.00/554.19	c  528s |      17 |   407404 |   203432 |   249846      0 |    28746 |       78
556.20/556.30	c  530s |      17 |   408104 |   203732 |   249846      0 |    28746 |       78
558.30/558.44	c  532s |      17 |   408691 |   204032 |   249846      0 |    28746 |       78
560.80/560.93	c  534s |      17 |   409297 |   204332 |   249846      0 |    28746 |       78
563.11/563.22	c  537s |      17 |   410212 |   204832 |   249846      0 |    28746 |       78
565.50/565.60	c  539s |      17 |   410829 |   205032 |   249846      0 |    28746 |       78
567.70/567.87	c  541s |      17 |   411477 |   205232 |   249846      0 |    28746 |       78
569.90/570.04	c  543s |      17 |   411986 |   205432 |   249846      0 |    28746 |       78
572.30/572.44	c  546s |      17 |   412497 |   205632 |   249846      0 |    28746 |       78
574.50/574.65	c  548s |      17 |   413144 |   205932 |   249846      0 |    28746 |       78
576.50/576.69	c  550s |      17 |   413521 |   206132 |   249846      0 |    28746 |       78
578.60/578.75	c  552s |      17 |   414069 |   206332 |   249846      0 |    28746 |       78
581.00/581.19	c  555s |      17 |   414491 |   206532 |   249846      0 |    28746 |       78
583.10/583.22	c  557s |      17 |   414908 |   206732 |   249846      0 |    28746 |       78
585.10/585.30	c  559s |      17 |   415324 |   206932 |   249846      0 |    28746 |       78
587.60/587.78	c  561s |      17 |   415956 |   207132 |   249846      0 |    28746 |       78
589.90/590.08	c  563s |      17 |   416545 |   207332 |   249846      0 |    28746 |       78
592.39/592.58	c  566s |      17 |   417203 |   207632 |   249846      0 |    28746 |       78
594.69/594.87	c  568s |      17 |   417773 |   207832 |   249846      0 |    28746 |       78
596.99/597.19	c  571s |      17 |   418528 |   208232 |   249846      0 |    28746 |       78
598.99/599.19	c  573s |      17 |   419689 |   208832 |   249846      0 |    28746 |       78
601.29/601.41	c  575s |      17 |   420851 |   209732 |   249846      0 |    28746 |       78
603.39/603.58	c  577s |      17 |   421996 |   210532 |   249846      0 |    28746 |       78
605.59/605.73	c  579s |      17 |   423589 |   211232 |   249846      0 |    28746 |       78
607.79/607.90	c  581s |      17 |   424979 |   212132 |   249846      0 |    28746 |       78
609.89/610.03	c  583s |      17 |   426280 |   212732 |   249846      0 |    28746 |       78
612.09/612.30	c  586s |      17 |   427894 |   213332 |   249846      0 |    28746 |       78
614.39/614.56	c  588s |      17 |   428712 |   213732 |   249846      0 |    28746 |       78
616.69/616.84	c  590s |      17 |   429827 |   214232 |   249846      0 |    28746 |       78
619.09/619.30	c  593s |      17 |   430929 |   214732 |   249846      0 |    28746 |       78
621.29/621.42	c  595s |      17 |   431898 |   215232 |   249846      0 |    28746 |       78
623.49/623.68	c  597s |      17 |   432504 |   215532 |   249846      0 |    28746 |       78
625.49/625.69	c  599s |      17 |   433435 |   216032 |   249846      0 |    28746 |       78
627.89/628.06	c  601s |      17 |   434102 |   216332 |   249846      0 |    28746 |       78
629.89/630.08	c  603s |      17 |   434837 |   216632 |   249846      0 |    28746 |       78
631.89/632.09	c  605s |      17 |   435708 |   217132 |   249846      0 |    28746 |       78
633.99/634.10	c  607s |      17 |   436625 |   217732 |   249846      0 |    28746 |       78
636.19/636.36	c  610s |      17 |   438064 |   218432 |   249846      0 |    28746 |       78
638.89/639.07	c  612s |      17 |   439734 |   219132 |   249846      0 |    28746 |       78
641.29/641.45	c  615s |      17 |   440955 |   219732 |   249846      0 |    28746 |       78
643.49/643.67	c  617s |      17 |   441669 |   220032 |   249846      0 |    28746 |       78
645.59/645.77	c  619s |      17 |   442288 |   220332 |   249846      0 |    28746 |       78
647.89/648.10	c  621s |      17 |   442962 |   220632 |   249846      0 |    28746 |       78
650.39/650.56	c  624s |      17 |   443896 |   220932 |   249846      0 |    28746 |       78
652.59/652.74	c  626s |      17 |   444590 |   221332 |   249846      0 |    28746 |       78
654.69/654.81	c  628s |      17 |   445741 |   221932 |   249846      0 |    28746 |       78
656.69/656.84	c  630s |      17 |   446788 |   222532 |   249846      0 |    28746 |       78
658.89/659.00	c  632s |      17 |   447995 |   223032 |   249846      0 |    28746 |       78
660.88/661.03	c  634s |      17 |   449050 |   223532 |   249846      0 |    28746 |       78
662.88/663.03	c  636s |      17 |   450264 |   224032 |   249846      0 |    28746 |       78
664.98/665.13	c  638s |      17 |   451136 |   224432 |   249846      0 |    28746 |       78
667.08/667.24	c  641s |      17 |   452283 |   224932 |   249846      0 |    28746 |       78
669.48/669.60	c  643s |      17 |   453287 |   225432 |   249846      0 |    28746 |       78
671.99/672.18	c  646s |      17 |   454293 |   225932 |   249846      0 |    28746 |       78
674.19/674.32	c  648s |      17 |   455428 |   226532 |   249846      0 |    28746 |       78
676.28/676.41	c  650s |      17 |   456225 |   226932 |   249846      0 |    28746 |       78
678.69/678.87	c  652s |      17 |   457076 |   227332 |   249846      0 |    28746 |       78
681.19/681.35	c  655s |      17 |   457949 |   227732 |   249846      0 |    28746 |       78
683.39/683.55	c  657s |      17 |   458612 |   228032 |   249846      0 |    28746 |       78
685.89/686.01	c  659s |      17 |   459236 |   228332 |   249846      0 |    28746 |       78
688.29/688.43	c  662s |      17 |   460065 |   228632 |   249846      0 |    28746 |       78
690.69/690.88	c  664s |      17 |   460714 |   228932 |   249846      0 |    28746 |       78
693.09/693.24	c  667s |      17 |   461357 |   229232 |   249846      0 |    28746 |       78
695.69/695.80	c  669s |      17 |   461963 |   229532 |   249846      0 |    28746 |       78
698.19/698.34	c  672s |      17 |   462842 |   229832 |   249846      0 |    28746 |       78
700.49/700.62	c  674s |      17 |   463317 |   230132 |   249846      0 |    28746 |       78
703.09/703.20	c  677s |      17 |   464151 |   230432 |   249846      0 |    28746 |       78
705.88/706.05	c  679s |      17 |   465045 |   230832 |   249846      0 |    28746 |       78
707.98/708.16	c  681s |      17 |   465670 |   231132 |   249846      0 |    28746 |       78
710.08/710.29	c  684s |      17 |   466239 |   231432 |   249846      0 |    28746 |       78
712.28/712.43	c  686s |      17 |   466827 |   231732 |   249846      0 |    28746 |       78
714.48/714.62	c  688s |      17 |   467345 |   231932 |   249846      0 |    28746 |       78
716.68/716.84	c  690s |      17 |   467849 |   232132 |   249846      0 |    28746 |       78
718.78/718.99	c  692s |      17 |   468234 |   232332 |   249846      0 |    28746 |       78
721.08/721.21	c  695s |      17 |   468550 |   232532 |   249846      0 |    28746 |       78
723.18/723.39	c  697s |      17 |   469041 |   232832 |   249846      0 |    28746 |       78
725.18/725.39	c  699s |      17 |   469989 |   233332 |   249846      0 |    28746 |       78
727.38/727.56	c  701s |      17 |   470996 |   233832 |   249846      0 |    28746 |       78
729.78/729.96	c  703s |      17 |   472245 |   234532 |   249846      0 |    28746 |       78
731.88/732.08	c  705s |      17 |   473305 |   235032 |   249846      0 |    28746 |       78
734.08/734.20	c  708s |      17 |   474444 |   235632 |   249846      0 |    28746 |       78
736.28/736.45	c  710s |      17 |   475670 |   236332 |   249846      0 |    28746 |       78
738.48/738.64	c  712s |      17 |   476688 |   236932 |   249846      0 |    28746 |       78
740.78/740.99	c  714s |      17 |   477769 |   237432 |   249846      0 |    28746 |       78
743.08/743.28	c  717s |      17 |   478474 |   237832 |   249846      0 |    28746 |       78
745.28/745.46	c  719s |      17 |   479449 |   238532 |   249846      0 |    28746 |       78
747.68/747.84	c  721s |      17 |   480600 |   239332 |   249846      0 |    28746 |       78
749.78/749.99	c  723s |      17 |   481762 |   239832 |   249846      0 |    28746 |       78
751.88/752.00	c  725s |      17 |   482452 |   240132 |   249846      0 |    28746 |       78
754.18/754.33	c  728s |      17 |   483663 |   240732 |   249846      0 |    28746 |       78
756.28/756.43	c  730s |      17 |   484284 |   241032 |   249846      0 |    28746 |       78
758.68/758.87	c  732s |      17 |   484916 |   241332 |   249846      0 |    28746 |       78
761.08/761.28	c  735s |      17 |   485686 |   241632 |   249846      0 |    28746 |       78
763.18/763.38	c  737s |      17 |   486157 |   241832 |   249846      0 |    28746 |       78
766.07/766.24	c  740s |      17 |   486671 |   242132 |   249846      0 |    28746 |       78
768.67/768.80	c  742s |      17 |   487403 |   242432 |   249846      0 |    28746 |       78
770.67/770.84	c  744s |      17 |   488535 |   242932 |   249846      0 |    28746 |       78
772.77/772.96	c  746s |      17 |   489604 |   243532 |   249846      0 |    28746 |       78
774.87/775.04	c  748s |      17 |   490551 |   244032 |   249846      0 |    28746 |       78
776.97/777.11	c  750s |      17 |   491765 |   244732 |   249846      0 |    28746 |       78
779.17/779.33	c  753s |      17 |   492802 |   245332 |   249846      0 |    28746 |       78
781.67/781.89	c  755s |      17 |   494113 |   246132 |   249846      0 |    28746 |       78
783.67/783.89	c  757s |      17 |   495092 |   246632 |   249846      0 |    28746 |       78
785.87/786.01	c  759s |      17 |   496034 |   247232 |   249846      0 |    28746 |       78
788.07/788.20	c  762s |      17 |   496933 |   247632 |   249846      0 |    28746 |       78
790.26/790.49	c  764s |      17 |   498026 |   248132 |   249846      0 |    28746 |       78
792.56/792.77	c  766s |      17 |   499052 |   248732 |   249846      0 |    28746 |       78
795.17/795.34	c  769s |      17 |   500301 |   249232 |   249846      0 |    28746 |       78
797.47/797.67	c  771s |      17 |   501479 |   249932 |   249846      0 |    28746 |       78
799.76/799.90	c  773s |      17 |   502584 |   250432 |   249846      0 |    28746 |       78
802.06/802.25	c  776s |      17 |   503668 |   250932 |   249846      0 |    28746 |       78
804.36/804.55	c  778s |      17 |   504677 |   251432 |   249846      0 |    28746 |       78
806.76/806.94	c  780s |      17 |   505618 |   251832 |   249846      0 |    28746 |       78
809.16/809.39	c  783s |      17 |   506736 |   252332 |   249846      0 |    28746 |       78
811.25/811.47	c  785s |      17 |   507592 |   252732 |   249846      0 |    28746 |       78
813.96/814.11	c  787s |      17 |   508197 |   253032 |   249846      0 |    28746 |       78
816.06/816.28	c  790s |      17 |   508873 |   253332 |   249846      0 |    28746 |       78
818.45/818.65	c  792s |      17 |   509907 |   253832 |   249846      0 |    28746 |       78
820.56/820.78	c  794s |      17 |   510866 |   254232 |   249846      0 |    28746 |       78
823.05/823.25	c  797s |      17 |   511898 |   254632 |   249846      0 |    28746 |       78
825.15/825.35	c  799s |      17 |   512750 |   255032 |   249846      0 |    28746 |       78
827.55/827.77	c  801s |      17 |   513877 |   255532 |   249846      0 |    28746 |       78
830.05/830.24	c  804s |      17 |   514828 |   255932 |   249846      0 |    28746 |       78
832.44/832.63	c  806s |      17 |   515741 |   256432 |   249846      0 |    28746 |       78
835.04/835.24	c  809s |      17 |   517002 |   256932 |   249846      0 |    28746 |       78
837.14/837.36	c  811s |      17 |   517621 |   257232 |   249846      0 |    28746 |       78
839.25/839.44	c  813s |      17 |   518122 |   257432 |   249846      0 |    28746 |       78
842.04/842.23	c  816s |      17 |   518926 |   257732 |   249846      0 |    28746 |       78
844.14/844.31	c  818s |      17 |   519750 |   258232 |   249846      0 |    28746 |       78
846.24/846.49	c  820s |      17 |   520470 |   258532 |   249846      0 |    28746 |       78
848.54/848.74	c  822s |      17 |   521274 |   258932 |   249846      0 |    28746 |       78
850.73/850.91	c  824s |      17 |   522400 |   259332 |   249846      0 |    28746 |       78
853.33/853.52	c  827s |      17 |   523558 |   259732 |   249846      0 |    28746 |       78
856.03/856.29	c  830s |      17 |   524289 |   260032 |   249846      0 |    28746 |       78
858.13/858.39	c  832s |      17 |   525058 |   260332 |   249846      0 |    28746 |       78
860.33/860.51	c  834s |      17 |   526052 |   260732 |   249846      0 |    28746 |       78
862.73/862.98	c  836s |      17 |   526746 |   261032 |   249846      0 |    28746 |       78
865.64/865.85	c  839s |      17 |   527292 |   261332 |   249846      0 |    28746 |       78
868.03/868.21	c  842s |      17 |   527756 |   261532 |   249846      0 |    28746 |       78
871.13/871.32	c  845s |      17 |   528416 |   261832 |   249846      0 |    28746 |       78
873.13/873.33	c  847s |      17 |   528858 |   262032 |   249846      0 |    28746 |       78
875.72/875.97	c  849s |      17 |   529970 |   262432 |   249846      0 |    28746 |       78
877.92/878.19	c  852s |      17 |   530730 |   262832 |   249846      0 |    28746 |       78
880.12/880.37	c  854s |      17 |   531806 |   263332 |   249846      0 |    28746 |       78
882.52/882.74	c  856s |      17 |   532963 |   263932 |   249846      0 |    28746 |       78
885.02/885.26	c  859s |      17 |   533946 |   264432 |   249846      0 |    28746 |       78
887.72/887.90	c  861s |      17 |   534731 |   264732 |   249846      0 |    28746 |       78
889.92/890.20	c  864s |      17 |   535577 |   265032 |   249846      0 |    28746 |       78
892.72/892.95	c  866s |      17 |   536332 |   265332 |   249846      0 |    28746 |       78
894.92/895.17	c  868s |      17 |   537246 |   265832 |   249846      0 |    28746 |       78
897.42/897.67	c  871s |      17 |   538424 |   266332 |   249846      0 |    28746 |       78
899.62/899.87	c  873s |      17 |   539334 |   266732 |   249846      0 |    28746 |       78
901.82/902.07	c  875s |      17 |   540326 |   267132 |   249846      0 |    28746 |       78
903.91/904.14	c  877s |      17 |   541117 |   267432 |   249846      0 |    28746 |       78
906.01/906.21	c  880s |      17 |   542157 |   267832 |   249846      0 |    28746 |       78
908.31/908.55	c  882s |      17 |   543543 |   268332 |   249846      0 |    28746 |       78
910.41/910.63	c  884s |      17 |   544374 |   268632 |   249846      0 |    28746 |       78
912.82/913.09	c  886s |      17 |   545588 |   269132 |   249846      0 |    28746 |       78
914.91/915.11	c  888s |      17 |   546545 |   269532 |   249846      0 |    28746 |       78
917.51/917.72	c  891s |      17 |   547493 |   269932 |   249846      0 |    28746 |       78
919.61/919.88	c  893s |      17 |   548241 |   270232 |   249846      0 |    28746 |       78
922.30/922.51	c  896s |      17 |   548750 |   270432 |   249846      0 |    28747 |       78
924.30/924.53	c  898s |      17 |   549294 |   270632 |   249846      0 |    28747 |       78
927.40/927.66	c  901s |      17 |   549996 |   270932 |   249846      0 |    28747 |       78
930.10/930.37	c  904s |      17 |   550580 |   271232 |   249846      0 |    28747 |       78
932.30/932.51	c  906s |      17 |   550921 |   271432 |   249846      0 |    28747 |       78
934.30/934.52	c  908s |      17 |   551194 |   271632 |   249846      0 |    28747 |       78
936.30/936.59	c  910s |      17 |   551550 |   271832 |   249846      0 |    28747 |       78
938.40/938.62	c  912s |      17 |   552039 |   272032 |   249846      0 |    28747 |       78
940.49/940.76	c  914s |      17 |   552421 |   272232 |   249846      0 |    28747 |       78
942.79/943.04	c  916s |      17 |   553257 |   272632 |   249846      0 |    28747 |       78
944.99/945.25	c  919s |      17 |   554293 |   273132 |   249846      0 |    28747 |       78
947.00/947.25	c  921s |      17 |   555378 |   273632 |   249846      0 |    28747 |       78
949.49/949.71	c  923s |      17 |   556682 |   274132 |   249846      0 |    28747 |       78
952.09/952.35	c  926s |      17 |   557574 |   274532 |   249846      0 |    28747 |       78
954.49/954.74	c  928s |      17 |   558808 |   275032 |   249846      0 |    28747 |       78
956.69/956.99	c  930s |      17 |   559834 |   275532 |   249846      0 |    28747 |       78
959.19/959.48	c  933s |      17 |   561039 |   276132 |   249846      0 |    28747 |       78
961.49/961.75	c  935s |      17 |   562193 |   276632 |   249846      0 |    28747 |       78
963.69/963.90	c  937s |      17 |   563003 |   277132 |   249846      0 |    28747 |       78
965.99/966.20	c  940s |      17 |   564026 |   277632 |   249846      0 |    28747 |       78
968.09/968.35	c  942s |      17 |   564936 |   278132 |   249846      0 |    28747 |       78
970.58/970.84	c  944s |      17 |   566068 |   278632 |   249846      0 |    28747 |       78
975.59/975.89	c  949s |      17 |   566401 |   278832 |   249846      1 |    28747 |       78
983.78/984.01	c  957s |      17 |   566546 |   278932 |   249846      1 |    28747 |       78
1008.98/1009.28	c  983s |      17 |   566795 |   279032 |   249846      1 |    28747 |       78
1031.97/1032.20	c 1006s |      17 |   567089 |   279132 |   249846      1 |    28747 |       78
1034.58/1034.89	c 1008s |      17 |   567571 |   279332 |   249846      1 |    28747 |       78
1036.68/1036.90	c 1010s |      17 |   568197 |   279532 |   249846      1 |    28747 |       78
1038.88/1039.12	c 1012s |      17 |   570845 |   280532 |   249846      1 |    28747 |       78
1040.97/1041.26	c 1015s |      17 |   573244 |   281532 |   249846      1 |    28747 |       78
1042.97/1043.29	c 1017s |      17 |   575093 |   282432 |   249846      1 |    28747 |       78
1045.27/1045.53	c 1019s |      17 |   577037 |   283332 |   249846      1 |    28747 |       78
1076.77/1077.01	c 1050s |      17 |   578667 |   284232 |   249846      1 |    28747 |       78
1078.76/1079.05	c 1052s |      17 |   580520 |   285132 |   249846      1 |    28747 |       78
1080.86/1081.11	c 1054s |      17 |   582087 |   286032 |   249846      1 |    28747 |       78
1082.86/1083.11	c 1056s |      17 |   583673 |   286832 |   249846      1 |    28747 |       78
1084.86/1085.16	c 1058s |      17 |   585532 |   287532 |   249846      1 |    28747 |       78
1087.16/1087.47	c 1061s |      17 |   587370 |   288232 |   249846      1 |    28747 |       78
1089.26/1089.57	c 1063s |      17 |   589397 |   289332 |   249846      1 |    28747 |       78
1091.45/1091.73	c 1065s |      17 |   591340 |   290332 |   249846      1 |    28747 |       78
1093.45/1093.76	c 1067s |      17 |   593247 |   291232 |   249846      1 |    28747 |       78
1095.65/1095.94	c 1069s |      17 |   594965 |   292032 |   249846      1 |    28747 |       78
1097.75/1098.06	c 1071s |      17 |   595955 |   292532 |   249846      1 |    28747 |       78
1100.05/1100.35	c 1074s |      17 |   597044 |   292932 |   249846      1 |    28747 |       78
1116.15/1116.48	c 1090s |      17 |   598010 |   293332 |   249846      1 |    28747 |       78
1118.55/1118.82	c 1092s |      17 |   599007 |   293832 |   249846      1 |    28747 |       78
1120.75/1121.07	c 1094s |      17 |   600091 |   294332 |   274831      1 |    28747 |       78
1122.95/1123.28	c 1097s |      17 |   601228 |   294832 |   274831      1 |    28747 |       78
1125.05/1125.34	c 1099s |      17 |   602604 |   295532 |   274831      1 |    28747 |       78
1126.54/1126.86	c 1100s |      18 |   603893 |   296252 |   274831      1 |    28747 |       78
1128.84/1129.13	c 1102s |      18 |   604820 |   296652 |   274831      1 |    28747 |       78
1130.94/1131.23	c 1105s |      18 |   605929 |   297152 |   274831      1 |    28747 |       78
1132.94/1133.27	c 1107s |      18 |   606992 |   297652 |   274831      1 |    28747 |       78
1135.05/1135.39	c 1109s |      18 |   608524 |   298552 |   274831      1 |    28747 |       78
1140.84/1141.15	c 1114s |      18 |   608883 |   298752 |   274831      1 |    28747 |       78
1143.14/1143.48	c 1117s |      18 |   609906 |   299152 |   274831      1 |    28747 |       78
1145.23/1145.59	c 1119s |      18 |   610913 |   299552 |   274831      1 |    28747 |       78
1147.33/1147.60	c 1121s |      18 |   612287 |   300152 |   274831      1 |    28747 |       78
1149.34/1149.61	c 1123s |      18 |   613801 |   300752 |   274831      1 |    28747 |       78
1151.54/1151.89	c 1125s |      18 |   615004 |   301252 |   274831      1 |    28747 |       78
1153.64/1153.91	c 1127s |      18 |   616451 |   301952 |   274831      1 |    28747 |       78
1155.84/1156.10	c 1129s |      18 |   617943 |   302552 |   274831      1 |    28747 |       78
1158.23/1158.55	c 1132s |      18 |   618997 |   303052 |   274831      1 |    28747 |       78
1160.34/1160.67	c 1134s |      18 |   619977 |   303452 |   274831      1 |    28747 |       78
1162.54/1162.85	c 1136s |      18 |   621410 |   304152 |   274831      1 |    28747 |       78
1164.74/1165.03	c 1138s |      18 |   622770 |   304752 |   274831      1 |    28747 |       78
1167.03/1167.38	c 1141s |      18 |   624020 |   305352 |   274831      1 |    28747 |       78
1169.23/1169.57	c 1143s |      18 |   625024 |   305752 |   274831      1 |    28747 |       78
1171.43/1171.77	c 1145s |      18 |   626158 |   306252 |   274831      1 |    28747 |       78
1173.82/1174.13	c 1147s |      18 |   627707 |   306952 |   274831      1 |    28747 |       78
1176.22/1176.50	c 1150s |      18 |   628847 |   307452 |   274831      1 |    28747 |       78
1178.32/1178.67	c 1152s |      18 |   629774 |   307852 |   274831      1 |    28747 |       78
1180.42/1180.71	c 1154s |      18 |   630633 |   308252 |   274831      1 |    28747 |       78
1182.62/1182.99	c 1156s |      18 |   631782 |   308752 |   274831      1 |    28747 |       78
1184.82/1185.16	c 1158s |      18 |   633161 |   309352 |   274831      1 |    28747 |       78
1186.92/1187.27	c 1161s |      18 |   634281 |   310052 |   274831      1 |    28747 |       78
1189.12/1189.40	c 1163s |      18 |   634938 |   310352 |   274831      1 |    28747 |       78
1191.22/1191.57	c 1165s |      18 |   635511 |   310652 |   274831      1 |    28747 |       78
1193.23/1193.58	c 1167s |      18 |   636103 |   310852 |   274831      1 |    28747 |       78
1195.82/1196.18	c 1170s |      18 |   637076 |   311152 |   274831      1 |    28747 |       78
1198.32/1198.64	c 1172s |      18 |   637981 |   311452 |   274831      1 |    28747 |       78
1200.72/1201.02	c 1174s |      18 |   638857 |   311852 |   274831      1 |    28747 |       78
1203.23/1203.54	c 1177s |      18 |   639680 |   312252 |   274831      1 |    28747 |       78
1205.62/1205.95	c 1179s |      18 |   640213 |   312552 |   274831      1 |    28747 |       78
1207.82/1208.14	c 1181s |      18 |   640928 |   312852 |   274831      1 |    28747 |       78
1210.22/1210.51	c 1184s |      18 |   641701 |   313152 |   274831      1 |    28747 |       78
1212.32/1212.67	c 1186s |      18 |   642317 |   313452 |   274831      1 |    28747 |       78
1214.52/1214.89	c 1188s |      18 |   643099 |   313752 |   274831      1 |    28747 |       78
1216.72/1217.07	c 1190s |      18 |   643681 |   314052 |   274831      1 |    28747 |       78
1219.01/1219.38	c 1193s |      18 |   644552 |   314452 |   274831      1 |    28747 |       78
1221.51/1221.87	c 1195s |      18 |   645344 |   314852 |   274831      1 |    28747 |       78
1223.81/1224.17	c 1197s |      18 |   646019 |   315152 |   274831      1 |    28747 |       78
1226.41/1226.77	c 1200s |      18 |   647055 |   315652 |   274831      1 |    28747 |       78
1228.61/1228.93	c 1202s |      18 |   647683 |   315952 |   274831      1 |    28747 |       78
1230.81/1231.15	c 1204s |      18 |   648379 |   316252 |   274831      1 |    28747 |       78
1233.21/1233.58	c 1207s |      18 |   649126 |   316552 |   274831      1 |    28747 |       78
1235.71/1236.09	c 1209s |      18 |   649952 |   316852 |   274831      1 |    28747 |       78
1238.51/1238.82	c 1212s |      18 |   650721 |   317152 |   274831      1 |    28747 |       78
1240.61/1240.95	c 1214s |      18 |   651239 |   317352 |   274831      1 |    28747 |       78
1242.91/1243.27	c 1217s |      18 |   651791 |   317652 |   274831      1 |    28747 |       78
1245.01/1245.32	c 1219s |      18 |   652509 |   317952 |   274831      1 |    28747 |       78
1247.61/1247.98	c 1221s |      18 |   653495 |   318352 |   274831      1 |    28747 |       78
1249.81/1250.19	c 1224s |      18 |   654282 |   318752 |   274831      1 |    28747 |       78
1251.91/1252.26	c 1226s |      18 |   655042 |   319152 |   274831      1 |    28747 |       78
1254.21/1254.50	c 1228s |      18 |   655718 |   319452 |   274831      1 |    28747 |       78
1256.31/1256.69	c 1230s |      18 |   656441 |   319952 |   274831      1 |    28747 |       78
1258.61/1258.92	c 1232s |      18 |   656992 |   320252 |   274831      1 |    28747 |       78
1261.01/1261.36	c 1235s |      18 |   657731 |   320552 |   274831      1 |    28747 |       78
1263.81/1264.10	c 1237s |      18 |   658428 |   320952 |   274831      1 |    28747 |       78
1266.11/1266.45	c 1240s |      18 |   659187 |   321252 |   274831      1 |    28747 |       78
1268.21/1268.54	c 1242s |      18 |   660199 |   321852 |   274831      1 |    28747 |       78
1270.51/1270.80	c 1244s |      18 |   661206 |   322652 |   274831      1 |    28747 |       78
1272.51/1272.80	c 1246s |      18 |   662462 |   323252 |   274831      1 |    28747 |       78
1274.71/1275.02	c 1248s |      18 |   664012 |   324052 |   274831      1 |    28747 |       78
1277.01/1277.32	c 1251s |      18 |   665120 |   324752 |   274831      1 |    28747 |       78
1279.01/1279.36	c 1253s |      18 |   666263 |   325452 |   274831      1 |    28747 |       78
1281.31/1281.64	c 1255s |      18 |   667520 |   326052 |   274831      1 |    28747 |       78
1283.51/1283.88	c 1257s |      18 |   668963 |   326752 |   274831      1 |    28747 |       78
1285.90/1286.25	c 1260s |      18 |   670026 |   327452 |   274831      1 |    28747 |       78
1288.00/1288.32	c 1262s |      18 |   671223 |   328052 |   274831      1 |    28747 |       78
1290.11/1290.40	c 1264s |      18 |   672324 |   328652 |   274831      1 |    28747 |       78
1292.40/1292.71	c 1266s |      18 |   673674 |   329352 |   274831      1 |    28747 |       78
1294.60/1294.97	c 1268s |      18 |   674838 |   330052 |   274831      1 |    28747 |       78
1296.71/1297.08	c 1270s |      18 |   675988 |   330752 |   274831      1 |    28747 |       78
1299.10/1299.47	c 1273s |      18 |   677323 |   331352 |   274831      1 |    28747 |       78
1301.20/1301.58	c 1275s |      18 |   678117 |   331852 |   274831      1 |    28747 |       78
1303.40/1303.73	c 1277s |      18 |   679070 |   332552 |   274831      1 |    28747 |       78
1305.50/1305.90	c 1279s |      18 |   680402 |   333252 |   274831      1 |    28747 |       78
1307.60/1308.00	c 1281s |      18 |   681463 |   333852 |   274831      1 |    28747 |       78
1309.70/1310.03	c 1283s |      18 |   682549 |   334352 |   274831      1 |    28747 |       78
1311.79/1312.19	c 1286s |      18 |   683502 |   334952 |   274831      1 |    28747 |       78
1314.39/1314.73	c 1288s |      18 |   684611 |   335652 |   274831      1 |    28747 |       78
1316.50/1316.89	c 1290s |      18 |   685572 |   336152 |   274831      1 |    28747 |       78
1319.09/1319.40	c 1293s |      18 |   686240 |   336452 |   274831      1 |    28747 |       78
1321.49/1321.80	c 1295s |      18 |   687662 |   337052 |   274831      1 |    28747 |       78
1323.49/1323.87	c 1297s |      18 |   688543 |   337452 |   274831      1 |    28747 |       78
1325.79/1326.12	c 1299s |      18 |   689466 |   337952 |   274831      1 |    28747 |       78
1328.09/1328.46	c 1302s |      18 |   690614 |   338452 |   274831      1 |    28747 |       78
1330.29/1330.66	c 1304s |      18 |   692057 |   338952 |   274831      1 |    28747 |       78
1332.39/1332.70	c 1306s |      18 |   693255 |   339452 |   274831      1 |    28747 |       78
1334.69/1335.03	c 1308s |      18 |   694608 |   340052 |   274831      1 |    28747 |       78
1336.89/1337.28	c 1311s |      18 |   695998 |   340652 |   274831      1 |    28747 |       78
1339.29/1339.64	c 1313s |      18 |   697385 |   341252 |   274831      1 |    28747 |       78
1341.29/1341.69	c 1315s |      18 |   698496 |   341752 |   274831      1 |    28747 |       78
1343.69/1344.05	c 1317s |      18 |   699708 |   342252 |   274831      1 |    28747 |       78
1346.09/1346.46	c 1320s |      18 |   700962 |   342852 |   274831      1 |    28747 |       78
1348.29/1348.68	c 1322s |      18 |   702031 |   343452 |   274831      1 |    28747 |       78
1350.38/1350.73	c 1324s |      18 |   703014 |   343852 |   274831      1 |    28747 |       78
1352.69/1353.10	c 1326s |      18 |   704383 |   344452 |   274831      1 |    28747 |       78
1355.28/1355.63	c 1329s |      18 |   705581 |   344952 |   274831      1 |    28747 |       78
1357.68/1358.06	c 1331s |      18 |   706590 |   345452 |   274831      1 |    28747 |       78
1360.08/1360.44	c 1334s |      18 |   707733 |   345952 |   274831      1 |    28747 |       78
1362.18/1362.53	c 1336s |      18 |   708800 |   346452 |   274831      1 |    28747 |       78
1364.28/1364.68	c 1338s |      18 |   709736 |   346952 |   274831      1 |    28747 |       78
1366.68/1367.01	c 1340s |      18 |   710847 |   347552 |   274831      1 |    28747 |       78
1368.88/1369.21	c 1343s |      18 |   711858 |   348052 |   274831      1 |    28747 |       78
1371.17/1371.50	c 1345s |      18 |   713056 |   348552 |   274831      1 |    28747 |       78
1373.58/1373.96	c 1347s |      18 |   714225 |   349052 |   274831      1 |    28747 |       78
1375.67/1376.10	c 1349s |      18 |   715083 |   349352 |   274831      1 |    28747 |       78
1378.08/1378.42	c 1352s |      18 |   716336 |   349952 |   274831      1 |    28747 |       78
1380.07/1380.46	c 1354s |      18 |   717355 |   350452 |   274831      1 |    28747 |       78
1382.27/1382.65	c 1356s |      18 |   718637 |   350952 |   274831      1 |    28747 |       78
1384.67/1385.08	c 1358s |      18 |   720193 |   351452 |   274831      1 |    28747 |       78
1386.77/1387.19	c 1361s |      18 |   720867 |   351752 |   274831      1 |    28747 |       78
1389.07/1389.44	c 1363s |      18 |   721870 |   352152 |   274831      1 |    28747 |       78
1391.36/1391.77	c 1365s |      18 |   723295 |   352652 |   274831      1 |    28747 |       78
1393.66/1394.03	c 1367s |      18 |   724560 |   353152 |   274831      1 |    28747 |       78
1395.76/1396.19	c 1370s |      18 |   725549 |   353652 |   274831      1 |    28747 |       78
1398.06/1398.40	c 1372s |      18 |   726694 |   354052 |   274831      1 |    28747 |       78
1400.36/1400.70	c 1374s |      18 |   727478 |   354452 |   274831      1 |    28747 |       78
1402.65/1403.04	c 1376s |      18 |   728507 |   354952 |   274831      1 |    28747 |       78
1404.75/1405.18	c 1379s |      18 |   729676 |   355452 |   274831      1 |    28747 |       78
1407.15/1407.52	c 1381s |      18 |   730871 |   355952 |   274831      1 |    28747 |       78
1409.45/1409.87	c 1383s |      18 |   731815 |   356452 |   274831      1 |    28747 |       78
1411.55/1411.94	c 1385s |      18 |   732479 |   356752 |   274831      1 |    28747 |       78
1413.55/1413.97	c 1387s |      18 |   733173 |   357152 |   274831      1 |    28747 |       78
1416.05/1416.48	c 1390s |      18 |   734030 |   357652 |   274831      1 |    28747 |       78
1418.35/1418.75	c 1392s |      18 |   734885 |   358152 |   274831      1 |    28747 |       78
1420.55/1420.97	c 1394s |      18 |   735800 |   358652 |   274831      1 |    28747 |       78
1422.95/1423.40	c 1397s |      18 |   736609 |   358952 |   274831      1 |    28747 |       78
1425.65/1426.01	c 1399s |      18 |   737347 |   359252 |   274831      1 |    28747 |       78
1427.75/1428.14	c 1401s |      18 |   737972 |   359552 |   274831      1 |    28747 |       78
1430.55/1430.93	c 1404s |      18 |   739024 |   359952 |   274831      1 |    28747 |       78
1432.65/1433.09	c 1406s |      18 |   739748 |   360252 |   274831      1 |    28747 |       78
1435.25/1435.65	c 1409s |      18 |   740353 |   360552 |   274831      1 |    28747 |       78
1438.45/1438.85	c 1412s |      18 |   740994 |   360852 |   274831      1 |    28747 |       78
1441.14/1441.52	c 1415s |      18 |   741708 |   361152 |   274831      1 |    28747 |       78
1443.64/1444.06	c 1417s |      18 |   742530 |   361452 |   274831      1 |    28747 |       78
1446.25/1446.67	c 1420s |      18 |   743178 |   361752 |   274831      1 |    28747 |       78
1448.94/1449.38	c 1423s |      18 |   743863 |   362052 |   274831      1 |    28747 |       78
1451.44/1451.84	c 1425s |      18 |   744445 |   362352 |   274831      1 |    28747 |       78
1453.54/1453.92	c 1427s |      18 |   745180 |   362752 |   274831      1 |    28747 |       78
1456.05/1456.43	c 1430s |      18 |   745930 |   363052 |   274831      1 |    28747 |       78
1458.04/1458.49	c 1432s |      18 |   746773 |   363452 |   274831      1 |    28747 |       78
1460.45/1460.90	c 1434s |      18 |   747514 |   363752 |   274831      1 |    28747 |       78
1462.94/1463.31	c 1437s |      18 |   748071 |   364052 |   274831      1 |    28747 |       78
1465.34/1465.70	c 1439s |      18 |   748598 |   364352 |   274831      1 |    28747 |       78
1467.94/1468.35	c 1442s |      18 |   749230 |   364652 |   274831      1 |    28747 |       78
1470.53/1470.92	c 1444s |      18 |   749930 |   364952 |   274831      1 |    28747 |       78
1472.93/1473.38	c 1447s |      18 |   750519 |   365252 |   274831      1 |    28747 |       78
1475.23/1475.64	c 1449s |      18 |   750989 |   365452 |   274831      1 |    28747 |       78
1477.93/1478.35	c 1452s |      18 |   751615 |   365752 |   274831      1 |    28747 |       78
1480.53/1480.99	c 1454s |      18 |   752270 |   366052 |   274831      1 |    28747 |       78
1483.33/1483.73	c 1457s |      18 |   752941 |   366352 |   274831      1 |    28747 |       78
1485.53/1485.96	c 1459s |      18 |   753501 |   366752 |   274831      1 |    28747 |       78
1487.83/1488.27	c 1462s |      18 |   754280 |   367152 |   274831      1 |    28747 |       78
1490.83/1491.27	c 1465s |      18 |   755133 |   367552 |   274831      1 |    28747 |       78
1493.03/1493.44	c 1467s |      18 |   755734 |   367852 |   274831      1 |    28747 |       78
1495.43/1495.86	c 1469s |      18 |   756427 |   368252 |   274831      1 |    28747 |       78
1497.63/1498.06	c 1471s |      18 |   756984 |   368452 |   274831      1 |    28747 |       78
1500.33/1500.70	c 1474s |      18 |   757728 |   368752 |   274831      1 |    28747 |       78
1502.33/1502.73	c 1476s |      18 |   758250 |   368952 |   274831      1 |    28747 |       78
1504.33/1504.76	c 1478s |      18 |   758848 |   369252 |   274831      1 |    28747 |       78
1506.92/1507.30	c 1481s |      18 |   759583 |   369552 |   274831      1 |    28747 |       78
1508.93/1509.34	c 1483s |      18 |   760130 |   369752 |   274831      1 |    28747 |       78
1512.32/1512.74	c 1486s |      18 |   760875 |   370052 |   274831      1 |    28747 |       78
1514.43/1514.86	c 1488s |      18 |   761548 |   370352 |   274831      1 |    28747 |       78
1516.63/1517.04	c 1490s |      18 |   762143 |   370552 |   274831      1 |    28747 |       78
1519.62/1520.09	c 1493s |      18 |   762860 |   370852 |   274831      1 |    28747 |       78
1522.32/1522.79	c 1496s |      18 |   763507 |   371152 |   274831      1 |    28747 |       78
1525.02/1525.41	c 1499s |      18 |   763945 |   371352 |   274831      1 |    28747 |       78
1527.32/1527.76	c 1501s |      18 |   764390 |   371552 |   274831      1 |    28747 |       78
1530.12/1530.50	c 1504s |      18 |   765117 |   371852 |   274831      1 |    28747 |       78
1532.72/1533.14	c 1506s |      18 |   765839 |   372152 |   274831      1 |    28747 |       78
1534.72/1535.14	c 1508s |      18 |   766325 |   372352 |   274831      1 |    28747 |       78
1536.72/1537.19	c 1511s |      18 |   766835 |   372552 |   274831      1 |    28747 |       78
1540.02/1540.41	c 1514s |      18 |   767761 |   372852 |   274831      1 |    28747 |       78
1542.32/1542.78	c 1516s |      18 |   768084 |   373052 |   274831      1 |    28747 |       78
1545.42/1545.86	c 1519s |      18 |   768672 |   373352 |   274831      1 |    28747 |       78
1548.02/1548.42	c 1522s |      18 |   769211 |   373652 |   274831      1 |    28747 |       78
1550.12/1550.50	c 1524s |      18 |   769679 |   373852 |   274831      1 |    28747 |       78
1552.32/1552.71	c 1526s |      18 |   770182 |   374052 |   274831      1 |    28747 |       78
1554.42/1554.83	c 1528s |      18 |   770546 |   374252 |   274831      1 |    28747 |       78
1556.62/1557.00	c 1530s |      18 |   770866 |   374452 |   274831      1 |    28747 |       78
1558.82/1559.24	c 1533s |      18 |   771342 |   374652 |   274831      1 |    28747 |       78
1561.22/1561.60	c 1535s |      18 |   771779 |   374852 |   274831      1 |    28747 |       78
1563.92/1564.39	c 1538s |      18 |   772225 |   375052 |   274831      1 |    28747 |       78
1567.01/1567.47	c 1541s |      18 |   772791 |   375252 |   274831      1 |    28747 |       78
1569.61/1570.08	c 1543s |      18 |   773345 |   375452 |   274831      1 |    28747 |       78
1572.41/1572.83	c 1546s |      18 |   773929 |   375652 |   274831      1 |    28747 |       78
1575.11/1575.55	c 1549s |      18 |   774624 |   375952 |   274831      1 |    28747 |       78
1578.31/1578.74	c 1552s |      18 |   775136 |   376252 |   274831      1 |    28747 |       78
1580.42/1580.82	c 1554s |      18 |   775610 |   376452 |   274831      1 |    28747 |       78
1583.11/1583.55	c 1557s |      18 |   776142 |   376752 |   274831      1 |    28747 |       78
1585.51/1585.91	c 1559s |      18 |   776632 |   376952 |   274831      1 |    28747 |       78
1587.71/1588.11	c 1561s |      18 |   777149 |   377152 |   274831      1 |    28747 |       78
1590.01/1590.49	c 1564s |      18 |   777708 |   377352 |   274831      1 |    28747 |       78
1592.71/1593.13	c 1566s |      18 |   778329 |   377552 |   274831      1 |    28747 |       78
1595.21/1595.66	c 1569s |      18 |   778688 |   377752 |   274831      1 |    28747 |       78
1598.11/1598.53	c 1572s |      18 |   779367 |   378052 |   274831      1 |    28747 |       78
1600.81/1601.23	c 1575s |      18 |   780008 |   378352 |   274831      1 |    28747 |       78
1602.91/1603.35	c 1577s |      18 |   780698 |   378652 |   274831      1 |    28747 |       78
1605.41/1605.88	c 1579s |      18 |   781302 |   378852 |   274831      1 |    28747 |       78
1607.81/1608.26	c 1582s |      18 |   781769 |   379052 |   274831      1 |    28747 |       78
1610.81/1611.23	c 1585s |      18 |   782378 |   379352 |   274831      1 |    28747 |       78
1613.00/1613.48	c 1587s |      18 |   782958 |   379652 |   274831      1 |    28747 |       78
1615.70/1616.18	c 1590s |      18 |   783428 |   379852 |   274831      1 |    28747 |       78
1618.40/1618.83	c 1592s |      18 |   783918 |   380052 |   274831      1 |    28747 |       78
1620.70/1621.18	c 1595s |      18 |   784345 |   380252 |   274831      1 |    28747 |       78
1623.21/1623.63	c 1597s |      18 |   784739 |   380452 |   274831      1 |    28747 |       78
1625.80/1626.25	c 1600s |      18 |   785167 |   380652 |   274831      1 |    28747 |       78
1628.81/1629.22	c 1603s |      18 |   785708 |   380852 |   274831      1 |    28747 |       78
1631.60/1632.00	c 1605s |      18 |   786263 |   381052 |   274831      1 |    28747 |       78
1635.10/1635.58	c 1609s |      18 |   786715 |   381252 |   274831      1 |    28747 |       78
1638.50/1638.95	c 1612s |      18 |   787087 |   381452 |   274831      1 |    28747 |       78
1640.91/1641.36	c 1615s |      18 |   787456 |   381652 |   274831      1 |    28747 |       78
1643.01/1643.43	c 1617s |      18 |   787944 |   381852 |   274831      1 |    28747 |       78
1645.50/1645.98	c 1619s |      18 |   788416 |   382052 |   274831      1 |    28747 |       78
1648.40/1648.82	c 1622s |      18 |   788936 |   382252 |   274831      1 |    28747 |       78
1651.20/1651.67	c 1625s |      18 |   789401 |   382452 |   274831      1 |    28747 |       78
1653.40/1653.83	c 1627s |      18 |   790323 |   383052 |   274831      1 |    28747 |       78
1655.70/1656.18	c 1630s |      18 |   791171 |   383552 |   274831      1 |    28747 |       78
1657.80/1658.22	c 1632s |      18 |   791975 |   384052 |   274831      1 |    28747 |       78
1659.90/1660.32	c 1634s |      18 |   792831 |   384552 |   274831      1 |    28747 |       78
1662.60/1663.06	c 1636s |      18 |   793967 |   385152 |   274831      1 |    28747 |       78
1665.50/1665.97	c 1639s |      18 |   794622 |   385452 |   274831      1 |    28747 |       78
1667.80/1668.23	c 1642s |      18 |   795288 |   385752 |   274831      1 |    28747 |       78
1669.80/1670.25	c 1644s |      18 |   796047 |   386252 |   274831      1 |    28747 |       78
1672.19/1672.66	c 1646s |      18 |   796810 |   386852 |   274831      1 |    28747 |       78
1674.49/1674.98	c 1648s |      18 |   797533 |   387452 |   274831      1 |    28747 |       78
1676.59/1677.07	c 1650s |      18 |   798411 |   387952 |   274831      1 |    28747 |       78
1679.49/1679.93	c 1653s |      18 |   799565 |   388652 |   274831      1 |    28747 |       78
1682.49/1682.97	c 1656s |      18 |   800282 |   388952 |   274831      1 |    28747 |       78
1684.59/1685.06	c 1658s |      18 |   800776 |   389152 |   274831      1 |    28747 |       78
1687.39/1687.81	c 1661s |      18 |   801409 |   389452 |   274831      1 |    28747 |       78
1689.39/1689.87	c 1663s |      18 |   801782 |   389652 |   274831      1 |    28747 |       78
1691.50/1691.95	c 1665s |      18 |   802198 |   389852 |   274831      1 |    28747 |       78
1693.79/1694.26	c 1668s |      18 |   802564 |   390052 |   274831      1 |    28747 |       78
1696.19/1696.67	c 1670s |      18 |   802959 |   390252 |   274831      1 |    28747 |       78
1698.59/1699.04	c 1672s |      18 |   803346 |   390452 |   274831      1 |    28747 |       78
1700.69/1701.14	c 1674s |      18 |   803834 |   390652 |   274831      1 |    28747 |       78
1702.79/1703.29	c 1677s |      18 |   804326 |   390852 |   274831      1 |    28747 |       78
1704.99/1705.46	c 1679s |      18 |   804894 |   391052 |   274831      1 |    28747 |       78
1707.39/1707.82	c 1681s |      18 |   805234 |   391252 |   274831      1 |    28747 |       78
1709.69/1710.12	c 1683s |      18 |   805683 |   391452 |   274831      1 |    28747 |       78
1712.29/1712.74	c 1686s |      18 |   806047 |   391652 |   274831      1 |    28747 |       78
1714.29/1714.75	c 1688s |      18 |   806512 |   391852 |   274831      1 |    28747 |       78
1717.19/1717.65	c 1691s |      18 |   807306 |   392152 |   274831      1 |    28747 |       78
1720.09/1720.56	c 1694s |      18 |   808030 |   392452 |   274831      1 |    28747 |       78
1722.99/1723.47	c 1697s |      18 |   808689 |   392752 |   274831      1 |    28747 |       78
1726.09/1726.55	c 1700s |      18 |   809218 |   393052 |   274831      1 |    28747 |       78
1728.19/1728.64	c 1702s |      18 |   809773 |   393252 |   274831      1 |    28747 |       78
1730.39/1730.85	c 1704s |      18 |   810209 |   393452 |   274831      1 |    28747 |       78
1732.78/1733.21	c 1707s |      18 |   810747 |   393652 |   274831      1 |    28747 |       78
1735.88/1736.37	c 1710s |      18 |   811504 |   393952 |   274831      1 |    28747 |       78
1738.28/1738.77	c 1712s |      18 |   812070 |   394252 |   274831      1 |    28747 |       78
1740.38/1740.88	c 1714s |      18 |   812590 |   394552 |   274831      1 |    28747 |       78
1742.58/1743.05	c 1716s |      18 |   813165 |   394852 |   274831      1 |    28747 |       78
1744.68/1745.18	c 1719s |      18 |   813547 |   395052 |   274831      1 |    28747 |       78
1747.18/1747.69	c 1721s |      18 |   814232 |   395352 |   274831      1 |    28747 |       78
1749.69/1750.11	c 1723s |      18 |   815000 |   395552 |   274831      1 |    28747 |       78
1752.68/1753.17	c 1726s |      18 |   815552 |   395852 |   274831      1 |    28747 |       78
1754.88/1755.35	c 1729s |      18 |   815947 |   396052 |   274831      1 |    28747 |       78
1757.78/1758.26	c 1732s |      18 |   816592 |   396352 |   274831      1 |    28747 |       78
1759.88/1760.39	c 1734s |      18 |   817021 |   396552 |   274831      1 |    28747 |       78
1762.68/1763.10	c 1736s |      18 |   817569 |   396852 |   274831      1 |    28747 |       78
1764.68/1765.17	c 1739s |      18 |   818069 |   397152 |   274831      1 |    28747 |       78
1767.48/1767.97	c 1741s |      18 |   818849 |   397452 |   274831      1 |    28747 |       78
1770.38/1770.89	c 1744s |      18 |   819658 |   397752 |   274831      1 |    28747 |       78
1772.79/1773.25	c 1747s |      18 |   820372 |   398052 |   274831      1 |    28747 |       78
1775.48/1775.93	c 1749s |      18 |   821092 |   398352 |   274831      1 |    28747 |       78
1778.28/1778.80	c 1752s |      18 |   821767 |   398652 |   274831      1 |    28747 |       78
1781.28/1781.78	c 1755s |      18 |   822498 |   398952 |   274831      1 |    28747 |       78
1783.38/1783.86	c 1757s |      18 |   822857 |   399152 |   274831      1 |    28747 |       78
1786.18/1786.63	c 1760s |      18 |   823345 |   399352 |   274831      1 |    28747 |       78
1788.68/1789.19	c 1763s |      18 |   823837 |   399552 |   274831      1 |    28747 |       78
1790.87/1791.37	c 1765s |      18 |   824435 |   399852 |   274831      1 |    28747 |       78
1792.97/1793.40	c 1767s |      18 |   825025 |   400052 |   274831      1 |    28747 |       78
1795.57/1796.06	c 1769s |      18 |   825666 |   400352 |   274831      1 |    28747 |       78
1797.77/1798.21	c 1772s |      18 |   826153 |   400552 |   274831      1 |    28747 |       78
1799.77/1800.25	c 1774s |      18 |   826614 |   400752 |   274831      1 |    28747 |       78

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-4101329-1466222610/watcher-4101329-1466222610 -o /tmp/evaluation-result-4101329-1466222610/solver-4101329-1466222610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101329-1466222610.opb 

pid=19410
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.21 2.24 2.20 3/179 19413
/proc/meminfo: memFree=27534504/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 2555 0 0 0 0 0 0 0 20 0 4 0 24306544 704049152 3427 33554432000 4194304 16246674 140734421995984 140734421995408 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 172399 3437 441 2943 0 169293 0
[pid=19413/tid=19414] ppid=19410 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 721874944 3496 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 726069248 3511 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 730263552 3527 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.21 2.24 2.20 3/179 19413
/proc/meminfo: memFree=27534504/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 28771 0 0 0 6 3 0 0 20 0 4 0 24306544 1334382592 29580 33554432000 4194304 16246674 140734421995984 140734421995296 8056990 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 325777 29594 799 2943 0 322671 0
[pid=19413/tid=19414] ppid=19410 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1334382592 29604 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1334382592 29616 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1334382592 29628 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200452 s]
/proc/loadavg: 2.21 2.24 2.20 3/179 19413
/proc/meminfo: memFree=27534504/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 42996 0 0 0 14 5 0 0 20 0 4 0 24306544 1343819776 44317 33554432000 4194304 16246674 140734421995984 140734421995296 7371468 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 328081 44334 800 2943 0 324975 0
[pid=19413/tid=19414] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 44345 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 44357 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 44367 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.30047 s]
/proc/loadavg: 2.21 2.24 2.20 3/179 19413
/proc/meminfo: memFree=27534504/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 53860 0 0 0 23 6 0 0 20 0 4 0 24306544 1343819776 55180 33554432000 4194304 16246674 140734421995984 140734421993792 7377736 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 328081 55180 800 2943 0 324975 0
[pid=19413/tid=19414] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 55180 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 55180 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1343819776 55180 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700397 s]
/proc/loadavg: 2.21 2.24 2.20 3/179 19413
/proc/meminfo: memFree=27534504/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 61723 0 0 0 62 7 0 0 20 0 4 0 24306544 1344868352 63043 33554432000 4194304 16246674 140734421995984 140734421993792 13927438 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 328337 63043 802 2943 0 325231 0
[pid=19413/tid=19414] ppid=19410 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1344868352 63043 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1344868352 63043 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1344868352 63043 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.21 2.24 2.20 3/183 19417
/proc/meminfo: memFree=27154080/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=1.49 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 104788 0 0 0 135 14 0 0 20 0 4 0 24306544 1409880064 106108 33554432000 4194304 16246674 140734421995984 140734421995296 12654256 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 106108 845 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 106108 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 106108 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 106108 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1376836

[startup+3.10039 s]
/proc/loadavg: 2.21 2.24 2.20 3/183 19417
/proc/meminfo: memFree=26967096/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=3.09 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 237381 0 0 0 279 30 0 0 20 0 4 0 24306544 1409880064 238701 33554432000 4194304 16246674 140734421995984 140734421977856 12653060 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 238709 846 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 238715 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 238721 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 238727 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1376836

[startup+6.3004 s]
/proc/loadavg: 2.19 2.24 2.20 3/183 19417
/proc/meminfo: memFree=26399052/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=6.28 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 282633 0 0 0 592 36 0 0 20 0 4 0 24306544 1409880064 283953 33554432000 4194304 16246674 140734421995984 140734421977856 6958536 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 283953 846 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283953 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283953 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283953 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1376836

[startup+12.7004 s]
/proc/loadavg: 2.25 2.25 2.20 4/183 19417
/proc/meminfo: memFree=26399204/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=12.68 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 282637 0 0 0 1232 36 0 0 20 0 4 0 24306544 1409880064 283957 33554432000 4194304 16246674 140734421995984 140734421977856 12652957 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 283957 850 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283957 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283957 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283957 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1376836

[startup+25.5005 s]
/proc/loadavg: 2.42 2.28 2.21 3/183 19417
/proc/meminfo: memFree=26398428/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=25.48 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 282638 0 0 0 2512 36 0 0 20 0 4 0 24306544 1409880064 283958 33554432000 4194304 16246674 140734421995984 140734421977856 12429249 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 283958 850 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283958 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283958 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 283958 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1376836

[startup+51.1005 s]
/proc/loadavg: 2.35 2.28 2.21 3/183 19417
/proc/meminfo: memFree=26400308/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=51.08 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 282688 0 0 0 5072 36 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140734421977856 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 284008 900 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1376836

[startup+102.3 s]
/proc/loadavg: 2.24 2.26 2.21 3/183 19418
/proc/meminfo: memFree=26400148/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1376836 CPUtime=102.28 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 282688 0 0 0 10191 37 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140734421977856 5995168 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 344209 284008 900 2943 0 341103 0
[pid=19413/tid=19414] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1409880064 284008 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1376836


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

/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1645124

[startup+1362.3 s]
/proc/loadavg: 2.19 2.24 2.22 3/183 19450
/proc/meminfo: memFree=25900352/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1361.98 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352170 0 0 0 136141 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1645124

[startup+1422.3 s]
/proc/loadavg: 2.29 2.26 2.22 4/183 19451
/proc/meminfo: memFree=25838628/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1421.95 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352207 0 0 0 142138 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1645124

[startup+1482.3 s]
/proc/loadavg: 2.32 2.27 2.23 3/183 19452
/proc/meminfo: memFree=25838524/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1481.93 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352214 0 0 0 148136 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1645124

[startup+1542.31 s]
/proc/loadavg: 2.23 2.25 2.22 3/183 19502
/proc/meminfo: memFree=26179960/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1541.93 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352221 0 0 0 154136 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1645124

[startup+1602.3 s]
/proc/loadavg: 2.37 2.28 2.23 3/184 19506
/proc/meminfo: memFree=26148164/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1601.91 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352225 0 0 0 160134 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822252 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1645124

[startup+1662.3 s]
/proc/loadavg: 2.38 2.29 2.23 3/183 19556
/proc/meminfo: memFree=26560684/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1661.9 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352229 0 0 0 166133 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1645124

[startup+1722.3 s]
/proc/loadavg: 2.23 2.26 2.23 3/183 19557
/proc/meminfo: memFree=26398084/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1721.89 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352229 0 0 0 172132 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 1645124

[startup+1782.3 s]
/proc/loadavg: 2.39 2.30 2.24 3/183 19558
/proc/meminfo: memFree=26136852/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1781.88 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352229 0 0 0 178131 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1645124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.28 2.28 2.24 3/183 19558
/proc/meminfo: memFree=26136340/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1800.07 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352229 0 0 0 179950 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1645124

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

[startup+1800.5 s]
/proc/loadavg: 2.28 2.28 2.24 3/183 19558
/proc/meminfo: memFree=26136340/32872528 swapFree=1459628/1655852
[pid=19413] ppid=19410 vsize=1645124 CPUtime=1800.07 cores=0,2,4,6
/proc/19413/stat : 19413 (toysat) R 19410 19413 16189 0 -1 4202496 352229 0 0 0 179950 57 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140734421977856 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19413/statm: 411281 353294 906 2943 0 408175 0
[pid=19413/tid=19414] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19414/stat : 19414 (toysat) S 19410 19413 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057769913584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19413/tid=19415] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19415/stat : 19415 (toysat) S 19410 19413 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057759423728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19413/tid=19416] ppid=19410 vsize=1645124 CPUtime=0 cores=0,2,4,6
/proc/19413/task/19416/stat : 19416 (toysat) S 19410 19413 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24306544 1684606976 353294 33554432000 4194304 16246674 140734421995984 140057675558064 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1645124

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.51
CPU system time (s): 0.579911
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 1645124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.579911
maximum resident set size= 1413176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352229
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= 468
involuntary context switches= 1829

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.26935 second user time and 7.2289 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 06:03:30
IDJOB=4101329
IDBENCH=1731
IDSOLVER=2542
FILE ID=node136/4101329-1466222610
RUNJOBID= node136-1466206055-16205
PBS_JOBID= 19918141
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= a740df3717a1394bed76c2a490fc20be
RANDOM SEED=372697839

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.56
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.278
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.67
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.278
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:        27535148 kB
Buffers:          158140 kB
Cached:          1660584 kB
SwapCached:            0 kB
Active:          1258876 kB
Inactive:        1676464 kB
Active(anon):    1119128 kB
Inactive(anon):        0 kB
Active(file):     139748 kB
Inactive(file):  1676464 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20976 kB
Writeback:             0 kB
AnonPages:       2759320 kB
Mapped:            16560 kB
Shmem:               204 kB
Slab:             609576 kB
SReclaimable:      53868 kB
SUnreclaim:       555708 kB
KernelStack:        1520 kB
PageTables:         9524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2908368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71700 MiB
End job on node136 at 2016-06-18 06:33:31