Trace number 4080105

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-112
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.00/0.00	c 2016-06-07T02:54:03+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-4080105-1465260843.opb"]
0.00/0.01	c use --random-gen="594078035 248110465 3987971061 441215268 4047631332 1347706520 3285888297 671568677 3422667293 2727637945 632432632 2444243281 1044204917 3036335664 4226137285 1623338571 3033202468 513757033 1224062626 2841511044 4206626390 869746444 2921329757 4139587761 522134549 1795434492 4011623983 2519236534 228960353 4280711500 2756502187 3788160730 3925002987 966644142 2735698703 633161415 854003458 3011300806 3337986640 1614319052 2648921465 1454628172 569767423 1759389225 2226310013 1032308656 2473305581 965502743 1381322631 1932376007 4011314177 1478673810 1087273816 2269971431 3541879652 51502545 3337692382 4265966718 229626089 2968844386 1541416918 2028009628 197880340 3994624378 1024968061 1814805102 3621456446 3867164609 263673678 3147695467 4087615666 954013410 4158273118 814771784 2687463458 6304902 1585628813 2429177339 2043467239 1343698728 1762943018 3213815558 64997525 2277815131 1961251804 2849340673 737473653 1203447429 3063733113 956241318 4291049449 1566166716 1645479334 4100562757 1477684285 4049188761 3795216248 3075491464 367796041 2486380031 1821787474 2081430347 3415138897 232493655 1927012670 3567159183 2025099089 3515459966 156665009 430256534 2062306872 11466468 1676815723 2862438253 2900828782 3310594385 894070952 3526208245 1259649801 1701825330 4191868322 1609540370 2896122931 1730828120 781017692 3713409393 3854945940 344269441 2535888614 3658568110 106865204 673774336 818287717 623676860 549400640 3922607291 3902534565 1903888071 2084307507 1233449130 1728002371 1227306277 1267340703 1875778384 4252490803 2179770523 4225433825 3126960667 3707858082 2716309335 514116928 3724253521 3100734722 2472096292 3249337591 2129380375 486669779 3805418189 3593360950 524363975 1283907285 1655451205 1955024397 3266473657 2013506474 3518431503 907184039 3644229518 3054413303 241664392 3394400382 2083719978 1920432111 1308519297 3557719101 3254619161 2698031375 3260389786 3857743012 1133252937 3833063945 3727175934 1239975384 894462507 2126518535 1852011453 3853052176 1827131518 1740737248 409001943 3267240116 2639971367 340239994 1795925877 1171446406 3939200085 67840362 1899445725 2734707500 2057852186 1987497552 1069235732 2705565186 695101441 762229827 855819442 3367556555 3027306214 2566214230 3458896788 573326312 331235618 1209570868 1246209366 3688754825 1233961079 2030499656 1491676442 4000114070 3206329010 2968523566 3464466631 3278622168 164272506 4241059664 1401817955 3079967031 1684263099 2663392783 586363572 599148822 3532307363 1456033306 2838755042 3344885424 1712815330 792853495 1316887191 2807479114 3263322980 4244553517 2373836505 303014631 3524314064 2932857712 1885758798 702072292 1253551130 2927828016 3556881980 966669729 1195649088 2190174723 844209418 2718379788 198175311 255 362436" option to reproduce the execution
0.00/0.05	c #vars 1000
0.00/0.05	c #constraints 1501
0.19/0.22	c BCD2: Hardening is enabled.
0.19/0.22	c BCD2: BiasedSearch is enabled.
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     5051      0 |        0 |        0
0.19/0.24	c  0.0s |       0 |      570 |        1 |     5051      0 |        0 |        0
0.19/0.24	c #cpu_time = 0.015s
0.19/0.24	c #wall_clock_time = 0.015s
0.19/0.24	c #decision = 570
0.19/0.24	c #random_decision = 6
0.19/0.24	c #conflict = 1
0.19/0.24	c #restart = 0
0.19/0.24	o -82
0.19/0.24	c BCD2: updating upper bound: 500 -> 417
0.19/0.24	c BCD2: 0 <= obj <= 417
0.19/0.24	c BCD2: #cores=0, #unrelaxed=500, #relaxed=0, #hardened=0
0.19/0.24	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     5051      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      275 |        2 |     5051      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.014s
0.19/0.26	c #wall_clock_time = 0.015s
0.19/0.26	c #decision = 275
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 2
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: found a new core of size 250: cost of the new core is >=1
0.19/0.26	c lower bound updated to -499
0.19/0.26	c BCD2: 1 <= obj <= 417
0.19/0.26	c BCD2: #cores=1, #unrelaxed=250, #relaxed=250, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     5051      0 |        0 |        0
0.28/0.31	c  0.1s |       0 |      251 |        1 |     5051      0 |        0 |        0
0.28/0.31	c #cpu_time = 0.052s
0.28/0.31	c #wall_clock_time = 0.052s
0.28/0.31	c #decision = 251
0.28/0.31	c #random_decision = 0
0.28/0.31	c #conflict = 1
0.28/0.31	c #restart = 0
0.28/0.31	c BCD2: relaxing 250 and merging with 1 cores into a new core of size 500: cost of the new core is >=2
0.28/0.34	c lower bound updated to -498
0.28/0.34	c BCD2: 2 <= obj <= 417
0.28/0.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=500, #hardened=0
0.28/0.34	c BCD2: #sat=1 #unsat=3 bias=3/4
0.28/0.34	c Solving starts ...
0.28/0.34	c ============================[ Search Statistics ]============================
0.28/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.34	c =============================================================================
0.28/0.34	c  0.0s |       0 |        0 |        0 |     5051      0 |        1 |        0
0.39/0.45	c  0.1s |       1 |     7302 |      100 |     5557      0 |        1 |        1
0.58/0.63	c  0.3s |       2 |    12349 |      250 |     6113      0 |        1 |        1
2.39/2.41	c  2.1s |       3 |    29618 |      475 |     6725      0 |        1 |        1
4.89/4.92	c  4.6s |       3 |    56559 |      775 |     6725      0 |        1 |        1
5.49/5.57	c  5.2s |       4 |    56833 |      813 |     7398      0 |        1 |        1
7.99/8.02	c  7.7s |       4 |    65399 |     1013 |     7398      0 |        1 |        1
11.39/11.41	c 11.1s |       4 |    71744 |     1213 |     7398      0 |        1 |        1
13.39/13.49	c 13.2s |       5 |    72003 |     1320 |     8138      0 |        1 |        1
17.29/17.31	c 17.0s |       5 |    73663 |     1520 |     8138      0 |        1 |        1
20.58/20.62	c 20.3s |       5 |    77385 |     1720 |     8138      0 |        1 |        1
24.38/24.42	c 24.1s |       5 |    77790 |     1920 |     8138      0 |        1 |        1
26.88/26.99	c 26.6s |       6 |    82719 |     2081 |     8952      0 |        1 |        1
29.38/29.46	c 29.1s |       6 |    90153 |     2281 |     8952      0 |        1 |        1
33.18/33.26	c 32.9s |       6 |    90354 |     2481 |     8952      0 |        1 |        1
36.98/37.01	c 36.7s |       6 |    90768 |     2681 |     8952      0 |        1 |        1
40.48/40.58	c 40.2s |       6 |    91092 |     2881 |     8952      0 |        1 |        1
43.78/43.83	c 43.5s |       6 |    94929 |     3081 |     8952      0 |        1 |        1
46.48/46.54	c 46.2s |       7 |    95131 |     3223 |     9848      0 |        1 |        1
49.18/49.22	c 48.9s |       7 |   100868 |     3423 |     9848      0 |        1 |        1
53.08/53.17	c 52.8s |       7 |   101072 |     3623 |     9848      0 |        1 |        1
56.98/57.06	c 56.7s |       7 |   101781 |     3823 |     9848      0 |        1 |        1
60.68/60.73	c 60.4s |       7 |   102440 |     4023 |     9848      0 |        1 |        1
64.58/64.64	c 64.3s |       7 |   102639 |     4223 |     9848      0 |        1 |        1
68.38/68.48	c 68.1s |       7 |   102837 |     4423 |     9848      0 |        1 |        1
72.28/72.35	c 72.0s |       7 |   103044 |     4623 |     9848      0 |        1 |        1
76.18/76.29	c 76.0s |       7 |   103289 |     4823 |     9848      0 |        1 |        1
78.18/78.26	c 77.9s |       8 |   103397 |     4936 |    10833      0 |        1 |        1
82.07/82.13	c 81.8s |       8 |   103819 |     5136 |    10833      0 |        1 |        1
85.88/85.92	c 85.6s |       8 |   104017 |     5336 |    10833      0 |        1 |        1
87.98/88.00	c 87.7s |       8 |   111313 |     5536 |    10833      0 |        1 |        1
90.37/90.44	c 90.1s |       8 |   116428 |     5736 |    10833      0 |        1 |        1
94.17/94.24	c 93.9s |       8 |   116632 |     5936 |    10833      0 |        1 |        1
97.88/97.96	c 97.6s |       8 |   116832 |     6136 |    10833      0 |        1 |        1
101.67/101.71	c  101s |       8 |   117710 |     6336 |    10833      0 |        1 |        1
105.37/105.44	c  105s |       8 |   117996 |     6536 |    10833      0 |        1 |        1
109.07/109.16	c  108s |       8 |   118319 |     6736 |    10833      0 |        1 |        1
112.67/112.78	c  112s |       8 |   118514 |     6936 |    10833      0 |        1 |        1
116.37/116.45	c  116s |       8 |   119799 |     7136 |    10833      0 |        1 |        1
120.07/120.16	c  119s |       8 |   119994 |     7336 |    10833      0 |        1 |        1
123.27/123.35	c  123s |       9 |   120169 |     7506 |    11917      0 |        1 |        1
125.27/125.36	c  125s |       9 |   120499 |     7706 |    11917      0 |        1 |        1
127.87/127.99	c  127s |       9 |   125019 |     7906 |    11917      0 |        1 |        1
131.37/131.43	c  131s |       9 |   127081 |     8106 |    11917      0 |        1 |        1
134.77/134.85	c  134s |       9 |   129456 |     8306 |    11917      0 |        1 |        1
138.67/138.77	c  138s |       9 |   129655 |     8506 |    11917      0 |        1 |        1
142.56/142.62	c  142s |       9 |   129857 |     8706 |    11917      0 |        1 |        1
146.27/146.35	c  146s |       9 |   130057 |     8906 |    11917      0 |        1 |        1
150.16/150.27	c  149s |       9 |   130260 |     9106 |    11917      0 |        1 |        1
153.26/153.38	c  153s |       9 |   134863 |     9306 |    11917      0 |        1 |        1
157.16/157.24	c  156s |       9 |   135062 |     9506 |    11917      0 |        1 |        1
159.16/159.27	c  158s |       9 |   135166 |     9606 |    11917      0 |        1 |        1
162.96/163.06	c  162s |       9 |   135365 |     9806 |    11917      0 |        1 |        1
165.07/165.15	c  164s |       9 |   135466 |     9906 |    11917      0 |        1 |        1
168.66/168.78	c  168s |       9 |   136934 |    10106 |    11917      0 |        1 |        1
172.77/172.89	c  172s |       9 |   137381 |    10306 |    11917      0 |        1 |        1
176.66/176.75	c  176s |       9 |   137581 |    10506 |    11917      0 |        1 |        1
180.57/180.65	c  180s |       9 |   137808 |    10706 |    11917      0 |        1 |        1
184.37/184.46	c  184s |       9 |   138008 |    10906 |    11917      0 |        1 |        1
188.07/188.15	c  187s |       9 |   138818 |    11106 |    11917      0 |        1 |        1
191.96/192.04	c  191s |       9 |   139019 |    11306 |    13109      0 |        1 |        1
193.06/193.17	c  192s |      10 |   139074 |    11361 |    13109      0 |        1 |        1
195.16/195.27	c  194s |      10 |   139308 |    11461 |    13109      0 |        1 |        1
197.26/197.33	c  196s |      10 |   139465 |    11561 |    13109      0 |        1 |        1
200.56/200.63	c  200s |      10 |   141782 |    11761 |    13109      0 |        1 |        1
204.46/204.59	c  204s |      10 |   141981 |    11961 |    13109      0 |        1 |        1
208.46/208.55	c  208s |      10 |   142179 |    12161 |    13109      0 |        1 |        1
212.46/212.57	c  212s |      10 |   142472 |    12361 |    13109      0 |        1 |        1
216.46/216.53	c  216s |      10 |   142674 |    12561 |    13109      0 |        1 |        1
220.36/220.48	c  220s |      10 |   142871 |    12761 |    13109      0 |        1 |        1
222.36/222.48	c  222s |      10 |   142974 |    12861 |    13109      0 |        1 |        1
226.16/226.28	c  225s |      10 |   143169 |    13061 |    13109      0 |        1 |        1
229.97/230.09	c  229s |      10 |   143369 |    13261 |    13109      0 |        1 |        1
233.86/233.91	c  233s |      10 |   143569 |    13461 |    13109      0 |        1 |        1
237.66/237.78	c  237s |      10 |   143776 |    13661 |    13109      0 |        1 |        1
239.86/239.95	c  239s |      10 |   143877 |    13761 |    13109      1 |        1 |        1
243.66/243.76	c  243s |      10 |   144078 |    13961 |    13109      1 |        1 |        1
247.46/247.58	c  247s |      10 |   144277 |    14161 |    13109      1 |        1 |        1
251.35/251.42	c  251s |      10 |   144474 |    14361 |    13109      1 |        1 |        1
255.16/255.27	c  254s |      10 |   144677 |    14561 |    13109      1 |        1 |        1
259.05/259.17	c  258s |      10 |   144879 |    14761 |    13109      1 |        1 |        1
262.96/263.06	c  262s |      10 |   145077 |    14961 |    13109      1 |        1 |        1
266.85/266.94	c  266s |      10 |   145279 |    15161 |    13109      1 |        1 |        1
270.66/270.77	c  270s |      10 |   145484 |    15361 |    13109      1 |        1 |        1
274.65/274.70	c  274s |      10 |   145681 |    15561 |    13109      1 |        1 |        1
278.45/278.52	c  278s |      10 |   145885 |    15761 |    13109      1 |        1 |        1
282.25/282.36	c  282s |      10 |   146087 |    15961 |    13109      1 |        1 |        1
285.95/286.06	c  285s |      10 |   146283 |    16161 |    13109      1 |        1 |        1
289.75/289.81	c  289s |      10 |   146490 |    16361 |    13109      1 |        1 |        1
293.45/293.54	c  293s |      10 |   146691 |    16561 |    13109      1 |        1 |        1
297.14/297.23	c  296s |      10 |   146889 |    16761 |    13109      1 |        1 |        1
300.84/300.90	c  300s |      10 |   147090 |    16961 |    13109      1 |        1 |        1
302.84/302.99	c  302s |      11 |   152935 |    17144 |    14420      1 |        1 |        1
306.04/306.16	c  305s |      11 |   157507 |    17344 |    14420      1 |        1 |        1
310.04/310.11	c  309s |      11 |   157709 |    17544 |    14420      1 |        1 |        1
313.84/313.93	c  313s |      11 |   157908 |    17744 |    14420      1 |        1 |        1
317.64/317.73	c  317s |      11 |   158107 |    17944 |    14420      1 |        1 |        1
320.54/320.68	c  320s |      11 |   160837 |    18144 |    14420      1 |        1 |        1
323.54/323.60	c  323s |      11 |   166293 |    18344 |    14420      1 |        1 |        1
325.55/325.63	c  325s |      11 |   166394 |    18444 |    14420      1 |        1 |        1
329.44/329.51	c  329s |      11 |   166587 |    18644 |    14420      1 |        1 |        1
331.44/331.53	c  331s |      11 |   166687 |    18744 |    14420      1 |        1 |        1
335.24/335.36	c  335s |      11 |   166888 |    18944 |    14420      1 |        1 |        1
338.64/338.70	c  338s |      11 |   170243 |    19144 |    14420      1 |        1 |        1
342.34/342.47	c  342s |      11 |   183939 |    19544 |    14420      1 |        1 |        1
344.43/344.50	c  344s |      11 |   184045 |    19644 |    14420      1 |        1 |        1
346.33/346.50	c  346s |      11 |   184141 |    19744 |    14420      1 |        1 |        1
348.43/348.51	c  348s |      11 |   184238 |    19844 |    14420      1 |        1 |        1
350.43/350.56	c  350s |      11 |   184343 |    19944 |    14420      1 |        1 |        1
352.43/352.56	c  352s |      11 |   184440 |    20044 |    14420      1 |        1 |        1
356.34/356.47	c  356s |      11 |   184646 |    20244 |    14420      1 |        1 |        1
358.33/358.47	c  358s |      11 |   184746 |    20344 |    14420      1 |        1 |        1
362.33/362.47	c  362s |      11 |   184948 |    20544 |    14420      1 |        1 |        1
366.24/366.34	c  366s |      11 |   185150 |    20744 |    14420      1 |        1 |        1
370.03/370.19	c  369s |      11 |   185343 |    20944 |    14420      1 |        1 |        1
373.94/374.09	c  373s |      11 |   185545 |    21144 |    14420      1 |        1 |        1
376.33/376.44	c  376s |      11 |   186015 |    21244 |    14420      2 |        1 |        1
379.13/379.24	c  378s |      11 |   218254 |    21544 |    14420      2 |        1 |        1
382.73/382.83	c  382s |      11 |   222040 |    21744 |    14420      2 |        1 |        1
384.83/384.96	c  384s |      11 |   222801 |    21844 |    14420      2 |        1 |        1
387.83/387.94	c  387s |      11 |   237251 |    22144 |    14420      2 |        1 |        1
389.93/390.09	c  389s |      11 |   237492 |    22244 |    14420      2 |        1 |        1
392.23/392.38	c  392s |      11 |   237592 |    22344 |    14420      2 |        1 |        1
394.53/394.65	c  394s |      11 |   237691 |    22444 |    14420      2 |        1 |        1
396.73/396.81	c  396s |      11 |   238133 |    22544 |    14420      2 |        1 |        1
399.03/399.13	c  398s |      11 |   238229 |    22644 |    14420      2 |        1 |        1
401.03/401.13	c  400s |      11 |   240083 |    22744 |    14420      2 |        1 |        1
403.73/403.83	c  403s |      11 |   253384 |    23144 |    14420      2 |        1 |        1
407.13/407.26	c  406s |      11 |   261100 |    23344 |    14420      2 |        1 |        1
409.33/409.41	c  409s |      11 |   261200 |    23444 |    14420      2 |        1 |        1
412.83/412.98	c  412s |      11 |   267294 |    23644 |    14420      2 |        1 |        1
414.93/415.02	c  414s |      11 |   268369 |    23744 |    14420      2 |        1 |        1
417.03/417.16	c  416s |      11 |   268469 |    23844 |    14420      2 |        1 |        1
419.52/419.64	c  419s |      11 |   274044 |    24044 |    14420      2 |        1 |        1
421.82/421.91	c  421s |      11 |   274142 |    24144 |    14420      2 |        1 |        1
425.52/425.68	c  425s |      11 |   274546 |    24344 |    14420      2 |        1 |        1
429.42/429.55	c  429s |      11 |   274747 |    24544 |    14420      2 |        1 |        1
433.52/433.62	c  433s |      11 |   274947 |    24744 |    14420      2 |        1 |        1
435.63/435.77	c  435s |      11 |   275047 |    24844 |    14420      2 |        1 |        1
437.83/437.96	c  437s |      11 |   275147 |    24944 |    14420      2 |        1 |        1
439.93/440.09	c  439s |      11 |   275245 |    25044 |    14420      2 |        1 |        1
442.13/442.25	c  441s |      11 |   275345 |    25144 |    14420      2 |        1 |        1
444.43/444.54	c  444s |      11 |   287617 |    25444 |    14420      2 |        1 |        1
447.12/447.27	c  446s |      11 |   288471 |    25644 |    14420      2 |        1 |        1
449.32/449.45	c  449s |      12 |   300402 |    25819 |    15863      2 |        1 |        1
451.42/451.51	c  451s |      12 |   300742 |    25919 |    15863      2 |        1 |        1
453.42/453.58	c  453s |      12 |   300848 |    26019 |    15863      2 |        1 |        1
455.52/455.62	c  455s |      12 |   300943 |    26119 |    15863      2 |        1 |        1
457.52/457.65	c  457s |      12 |   301044 |    26219 |    15863      2 |        1 |        1
459.52/459.69	c  459s |      12 |   301146 |    26319 |    15863      2 |        1 |        1
463.62/463.74	c  463s |      12 |   301345 |    26519 |    15863      2 |        1 |        1
465.62/465.79	c  465s |      12 |   301446 |    26619 |    15863      2 |        1 |        1
467.71/467.82	c  467s |      12 |   301544 |    26719 |    15863      2 |        1 |        1
471.01/471.11	c  470s |      12 |   318040 |    27119 |    15863      2 |        1 |        1
473.41/473.56	c  473s |      12 |   318141 |    27219 |    15863      2 |        1 |        1
475.81/475.96	c  475s |      12 |   318239 |    27319 |    15863      2 |        1 |        1
478.21/478.38	c  478s |      12 |   318339 |    27419 |    15863      2 |        1 |        1
480.72/480.80	c  480s |      12 |   318443 |    27519 |    15863      2 |        1 |        1
483.01/483.18	c  482s |      12 |   318531 |    27619 |    15863      2 |        1 |        1
485.41/485.55	c  485s |      12 |   318636 |    27719 |    15863      2 |        1 |        1
487.81/487.97	c  487s |      12 |   318735 |    27819 |    15863      2 |        1 |        1
490.21/490.35	c  490s |      12 |   318831 |    27919 |    15863      2 |        1 |        1
492.61/492.72	c  492s |      12 |   318949 |    28019 |    15863      2 |        1 |        1
495.02/495.13	c  494s |      12 |   319045 |    28119 |    15863      2 |        1 |        1
497.31/497.49	c  497s |      12 |   319141 |    28219 |    15863      2 |        1 |        1
499.71/499.89	c  499s |      12 |   319240 |    28319 |    15863      2 |        1 |        1
502.11/502.23	c  501s |      12 |   319347 |    28419 |    15863      2 |        1 |        1
504.41/504.58	c  504s |      12 |   319443 |    28519 |    15863      2 |        1 |        1
506.81/506.93	c  506s |      12 |   319542 |    28619 |    15863      2 |        1 |        1
509.22/509.31	c  508s |      12 |   319638 |    28719 |    15863      2 |        1 |        1
511.52/511.64	c  511s |      12 |   319746 |    28819 |    15863      2 |        1 |        1
513.92/514.02	c  513s |      12 |   319846 |    28919 |    15863      2 |        1 |        1
516.32/516.43	c  516s |      12 |   319942 |    29019 |    15863      2 |        1 |        1
518.72/518.81	c  518s |      12 |   320039 |    29119 |    15863      2 |        1 |        1
521.01/521.18	c  520s |      12 |   320147 |    29219 |    15863      2 |        1 |        1
523.52/523.62	c  523s |      12 |   320244 |    29319 |    15863      2 |        1 |        1
526.01/526.16	c  525s |      12 |   320365 |    29419 |    15863      2 |        1 |        1
528.11/528.20	c  527s |      12 |   320475 |    29519 |    15863      2 |        1 |        1
530.41/530.56	c  530s |      12 |   320566 |    29619 |    15863      2 |        1 |        1
532.91/533.06	c  532s |      12 |   320673 |    29719 |    15863      2 |        1 |        1
535.41/535.50	c  535s |      12 |   320770 |    29819 |    15863      2 |        1 |        1
537.82/537.95	c  537s |      12 |   320866 |    29919 |    15863      2 |        1 |        1
540.21/540.36	c  540s |      12 |   320965 |    30019 |    15863      2 |        1 |        1
542.61/542.80	c  542s |      12 |   321073 |    30119 |    15863      2 |        1 |        1
545.11/545.24	c  544s |      12 |   321169 |    30219 |    15863      2 |        1 |        1
547.72/547.90	c  547s |      12 |   321269 |    30319 |    15863      3 |        1 |        1
550.21/550.32	c  549s |      12 |   321365 |    30419 |    15863      3 |        1 |        1
552.51/552.67	c  552s |      12 |   321474 |    30519 |    15863      3 |        1 |        1
554.91/555.04	c  554s |      12 |   321572 |    30619 |    15863      3 |        1 |        1
557.31/557.41	c  557s |      12 |   321668 |    30719 |    15863      3 |        1 |        1
559.61/559.76	c  559s |      12 |   321764 |    30819 |    15863      3 |        1 |        1
561.91/562.10	c  561s |      12 |   321872 |    30919 |    15863      3 |        1 |        1
564.31/564.47	c  564s |      12 |   321968 |    31019 |    15863      3 |        1 |        1
566.71/566.80	c  566s |      12 |   322065 |    31119 |    15863      3 |        1 |        1
569.21/569.31	c  568s |      12 |   322408 |    31219 |    15863      3 |        1 |        1
573.11/573.21	c  572s |      12 |   332898 |    31519 |    15863      3 |        1 |        1
575.11/575.27	c  574s |      12 |   332999 |    31619 |    15863      3 |        1 |        1
577.21/577.34	c  577s |      12 |   333098 |    31719 |    15863      3 |        1 |        1
579.30/579.46	c  579s |      12 |   333693 |    31819 |    15863      3 |        1 |        1
582.40/582.56	c  582s |      12 |   341443 |    32019 |    15863      3 |        1 |        1
584.60/584.70	c  584s |      12 |   341542 |    32119 |    15863      3 |        1 |        1
586.70/586.85	c  586s |      12 |   341643 |    32219 |    15863      3 |        1 |        1
588.80/588.98	c  588s |      12 |   341740 |    32319 |    15863      3 |        1 |        1
592.50/592.65	c  592s |      12 |   348822 |    32519 |    15863      3 |        1 |        1
594.60/594.76	c  594s |      12 |   348919 |    32619 |    15863      3 |        1 |        1
596.80/596.90	c  596s |      12 |   349019 |    32719 |    15863      3 |        1 |        1
598.80/598.99	c  598s |      12 |   349202 |    32819 |    15863      3 |        1 |        1
601.10/601.22	c  600s |      12 |   349301 |    32919 |    15863      3 |        1 |        1
603.20/603.33	c  602s |      12 |   349401 |    33019 |    15863      3 |        1 |        1
605.30/605.41	c  605s |      12 |   349503 |    33119 |    15863      3 |        1 |        1
607.30/607.49	c  607s |      12 |   349601 |    33219 |    15863      3 |        1 |        1
610.51/610.69	c  610s |      12 |   363532 |    33619 |    15863      3 |        1 |        1
613.81/613.99	c  613s |      12 |   368694 |    33819 |    15863      3 |        1 |        1
616.20/616.30	c  615s |      12 |   368798 |    33919 |    15863      3 |        1 |        1
618.50/618.62	c  618s |      12 |   368898 |    34019 |    15863      3 |        1 |        1
620.90/621.00	c  620s |      12 |   369001 |    34119 |    15863      3 |        1 |        1
623.20/623.30	c  622s |      12 |   369094 |    34219 |    15863      3 |        1 |        1
625.40/625.59	c  625s |      12 |   369203 |    34319 |    15863      3 |        1 |        1
627.80/627.92	c  627s |      12 |   369298 |    34419 |    15863      3 |        1 |        1
630.10/630.24	c  629s |      12 |   369397 |    34519 |    15863      3 |        1 |        1
632.30/632.50	c  632s |      12 |   369497 |    34619 |    15863      3 |        1 |        1
634.60/634.79	c  634s |      12 |   369602 |    34719 |    15863      3 |        1 |        1
637.00/637.11	c  636s |      12 |   369698 |    34819 |    15863      3 |        1 |        1
639.29/639.43	c  639s |      12 |   369797 |    34919 |    15863      3 |        1 |        1
641.59/641.72	c  641s |      12 |   369901 |    35019 |    15863      3 |        1 |        1
643.89/644.00	c  643s |      12 |   369997 |    35119 |    15863      3 |        1 |        1
646.09/646.26	c  645s |      12 |   370100 |    35219 |    15863      3 |        1 |        1
648.29/648.42	c  648s |      12 |   370198 |    35319 |    15863      3 |        1 |        1
650.59/650.70	c  650s |      12 |   370302 |    35419 |    15863      3 |        1 |        1
652.79/652.91	c  652s |      12 |   370396 |    35519 |    15863      3 |        1 |        1
654.99/655.17	c  654s |      12 |   370494 |    35619 |    15863      3 |        1 |        1
657.19/657.36	c  657s |      12 |   370597 |    35719 |    15863      3 |        1 |        1
659.39/659.53	c  659s |      12 |   370699 |    35819 |    15863      3 |        1 |        1
661.59/661.79	c  661s |      12 |   370797 |    35919 |    15863      3 |        1 |        1
663.89/664.00	c  663s |      12 |   370895 |    36019 |    15863      3 |        1 |        1
666.09/666.29	c  665s |      12 |   371003 |    36119 |    15863      3 |        1 |        1
668.29/668.48	c  668s |      12 |   371104 |    36219 |    15863      3 |        1 |        1
670.59/670.76	c  670s |      12 |   371208 |    36319 |    15863      3 |        1 |        1
672.79/672.95	c  672s |      12 |   371300 |    36419 |    15863      3 |        1 |        1
674.99/675.13	c  674s |      12 |   371402 |    36519 |    15863      3 |        1 |        1
677.19/677.34	c  676s |      12 |   371505 |    36619 |    15863      3 |        1 |        1
679.39/679.51	c  679s |      12 |   371601 |    36719 |    15863      3 |        1 |        1
681.59/681.76	c  681s |      12 |   371702 |    36819 |    15863      3 |        1 |        1
683.79/683.91	c  683s |      12 |   371804 |    36919 |    15863      3 |        1 |        1
685.99/686.15	c  685s |      12 |   371906 |    37019 |    15863      3 |        1 |        1
688.09/688.28	c  687s |      12 |   372005 |    37119 |    15863      3 |        1 |        1
690.29/690.46	c  690s |      12 |   372100 |    37219 |    15863      3 |        1 |        1
692.49/692.62	c  692s |      12 |   372203 |    37319 |    15863      3 |        1 |        1
694.69/694.80	c  694s |      12 |   372299 |    37419 |    15863      3 |        1 |        1
696.89/697.05	c  696s |      12 |   372405 |    37519 |    15863      3 |        1 |        1
699.08/699.26	c  698s |      12 |   372501 |    37619 |    15863      3 |        1 |        1
701.28/701.49	c  701s |      12 |   372605 |    37719 |    15863      3 |        1 |        1
703.48/703.66	c  703s |      12 |   372704 |    37819 |    15863      3 |        1 |        1
705.68/705.83	c  705s |      12 |   372808 |    37919 |    15863      3 |        1 |        1
707.78/707.99	c  707s |      12 |   372902 |    38019 |    15863      3 |        1 |        1
710.08/710.24	c  709s |      12 |   373013 |    38119 |    15863      3 |        1 |        1
712.38/712.57	c  712s |      12 |   373108 |    38219 |    15863      3 |        1 |        1
714.68/714.83	c  714s |      12 |   373208 |    38319 |    15863      3 |        1 |        1
716.98/717.12	c  716s |      12 |   373314 |    38419 |    15863      3 |        1 |        1
719.58/719.70	c  719s |      12 |   373411 |    38519 |    15863      4 |        1 |        1
721.78/721.91	c  721s |      12 |   373510 |    38619 |    17450      4 |        1 |        1
723.88/724.07	c  723s |      12 |   373611 |    38719 |    17450      4 |        1 |        1
726.18/726.32	c  725s |      12 |   373715 |    38819 |    17450      4 |        1 |        1
726.38/726.59	c  726s |      13 |   373722 |    38832 |    17450      4 |        1 |        1
728.88/729.03	c  728s |      13 |   374085 |    38932 |    17450      4 |        1 |        1
730.98/731.20	c  730s |      13 |   374182 |    39032 |    17450      4 |        1 |        1
733.18/733.37	c  733s |      13 |   374284 |    39132 |    17450      4 |        1 |        1
735.38/735.55	c  735s |      13 |   374387 |    39232 |    17450      4 |        1 |        1
737.58/737.73	c  737s |      13 |   374480 |    39332 |    17450      4 |        1 |        1
739.68/739.89	c  739s |      13 |   374583 |    39432 |    17450      4 |        1 |        1
741.88/742.01	c  741s |      13 |   375447 |    39532 |    17450      4 |        1 |        1
746.08/746.22	c  745s |      13 |   385722 |    39832 |    17450      4 |        1 |        1
748.68/748.81	c  748s |      13 |   385816 |    39932 |    17450      4 |        1 |        1
751.18/751.30	c  750s |      13 |   385920 |    40032 |    17450      4 |        1 |        1
753.68/753.82	c  753s |      13 |   386011 |    40132 |    17450      4 |        1 |        1
756.18/756.33	c  755s |      13 |   386118 |    40232 |    17450      4 |        1 |        1
758.68/758.81	c  758s |      13 |   386220 |    40332 |    17450      4 |        1 |        1
761.18/761.38	c  761s |      13 |   386311 |    40432 |    17450      4 |        1 |        1
763.67/763.87	c  763s |      13 |   386418 |    40532 |    17450      4 |        1 |        1
766.07/766.27	c  765s |      13 |   386521 |    40632 |    17450      4 |        1 |        1
768.57/768.73	c  768s |      13 |   386624 |    40732 |    17450      4 |        1 |        1
771.08/771.21	c  770s |      13 |   386715 |    40832 |    17450      4 |        1 |        1
773.47/773.66	c  773s |      13 |   386822 |    40932 |    17450      4 |        1 |        1
775.97/776.11	c  775s |      13 |   386914 |    41032 |    17450      4 |        1 |        1
778.37/778.54	c  778s |      13 |   387019 |    41132 |    17450      4 |        1 |        1
780.77/780.98	c  780s |      13 |   387115 |    41232 |    17450      4 |        1 |        1
783.18/783.36	c  783s |      13 |   387224 |    41332 |    17450      4 |        1 |        1
785.57/785.75	c  785s |      13 |   387320 |    41432 |    17450      4 |        1 |        1
787.97/788.14	c  787s |      13 |   387419 |    41532 |    17450      4 |        1 |        1
790.47/790.63	c  790s |      13 |   387516 |    41632 |    17450      4 |        1 |        1
792.87/793.07	c  792s |      13 |   387625 |    41732 |    17450      4 |        1 |        1
795.37/795.50	c  795s |      13 |   387721 |    41832 |    17450      4 |        1 |        1
797.77/797.93	c  797s |      13 |   387819 |    41932 |    17450      4 |        1 |        1
800.17/800.36	c  800s |      13 |   387916 |    42032 |    17450      4 |        1 |        1
802.57/802.76	c  802s |      13 |   388023 |    42132 |    17450      4 |        1 |        1
804.97/805.15	c  804s |      13 |   388120 |    42232 |    17450      4 |        1 |        1
807.47/807.60	c  807s |      13 |   388221 |    42332 |    17450      4 |        1 |        1
809.87/810.08	c  809s |      13 |   388318 |    42432 |    17450      4 |        1 |        1
812.37/812.56	c  812s |      13 |   388430 |    42532 |    17450      4 |        1 |        1
814.87/815.00	c  814s |      13 |   388527 |    42632 |    17450      4 |        1 |        1
817.27/817.46	c  817s |      13 |   388625 |    42732 |    17450      4 |        1 |        1
819.77/819.91	c  819s |      13 |   388721 |    42832 |    17450      4 |        1 |        1
822.17/822.30	c  821s |      13 |   388830 |    42932 |    17450      4 |        1 |        1
824.46/824.69	c  824s |      13 |   388927 |    43032 |    17450      4 |        1 |        1
826.96/827.13	c  826s |      13 |   389026 |    43132 |    17450      4 |        1 |        1
829.37/829.56	c  829s |      13 |   389122 |    43232 |    17450      4 |        1 |        1
831.76/831.95	c  831s |      13 |   389232 |    43332 |    17450      4 |        1 |        1
834.16/834.35	c  834s |      13 |   389328 |    43432 |    17450      4 |        1 |        1
836.56/836.75	c  836s |      13 |   389426 |    43532 |    17450      4 |        1 |        1
838.96/839.15	c  838s |      13 |   389522 |    43632 |    17450      4 |        1 |        1
841.26/841.50	c  841s |      13 |   389630 |    43732 |    17450      4 |        1 |        1
843.67/843.86	c  843s |      13 |   389726 |    43832 |    17450      4 |        1 |        1
846.16/846.32	c  845s |      13 |   389826 |    43932 |    17450      4 |        1 |        1
848.56/848.78	c  848s |      13 |   389922 |    44032 |    17450      4 |        1 |        1
851.06/851.22	c  850s |      13 |   390036 |    44132 |    17450      4 |        1 |        1
853.46/853.62	c  853s |      13 |   390134 |    44232 |    17450      4 |        1 |        1
855.86/856.03	c  855s |      13 |   390231 |    44332 |    17450      4 |        1 |        1
858.26/858.46	c  858s |      13 |   390329 |    44432 |    17450      4 |        1 |        1
860.66/860.82	c  860s |      13 |   390425 |    44532 |    17450      4 |        1 |        1
863.06/863.23	c  862s |      13 |   390608 |    44632 |    17450      4 |        1 |        1
866.46/866.65	c  866s |      13 |   403062 |    44932 |    17450      4 |        1 |        1
869.06/869.25	c  868s |      13 |   413846 |    45132 |    17450      4 |        1 |        1
871.36/871.56	c  871s |      13 |   413949 |    45232 |    17450      4 |        1 |        1
873.56/873.78	c  873s |      13 |   414051 |    45332 |    17450      4 |        1 |        1
875.85/876.01	c  875s |      13 |   414149 |    45432 |    17450      4 |        1 |        1
878.15/878.38	c  878s |      13 |   426346 |    45732 |    17450      4 |        1 |        1
880.55/880.73	c  880s |      13 |   427955 |    45932 |    17450      4 |        1 |        1
883.55/883.78	c  883s |      13 |   436798 |    46132 |    17450      4 |        1 |        1
886.25/886.48	c  886s |      13 |   450262 |    46432 |    17450      4 |        1 |        1
888.66/888.85	c  888s |      13 |   461334 |    46632 |    17450      4 |        1 |        1
890.75/890.93	c  890s |      13 |   465631 |    46832 |    17450      4 |        1 |        1
893.06/893.28	c  892s |      13 |   469824 |    47032 |    17450      4 |        1 |        1
895.36/895.53	c  895s |      13 |   469925 |    47132 |    17450      4 |        1 |        1
897.56/897.77	c  897s |      13 |   470025 |    47232 |    17450      4 |        1 |        1
899.85/900.05	c  899s |      13 |   470124 |    47332 |    17450      4 |        1 |        1
902.15/902.33	c  901s |      13 |   470226 |    47432 |    17450      4 |        1 |        1
904.45/904.61	c  904s |      13 |   470325 |    47532 |    17450      4 |        1 |        1
906.65/906.86	c  906s |      13 |   470426 |    47632 |    17450      4 |        1 |        1
908.95/909.13	c  908s |      13 |   470525 |    47732 |    17450      4 |        1 |        1
911.25/911.40	c  911s |      13 |   470628 |    47832 |    17450      4 |        1 |        1
913.55/913.72	c  913s |      13 |   470727 |    47932 |    17450      4 |        1 |        1
915.75/915.98	c  915s |      13 |   470827 |    48032 |    17450      4 |        1 |        1
918.05/918.28	c  917s |      13 |   470926 |    48132 |    17450      4 |        1 |        1
920.75/920.90	c  920s |      13 |   471027 |    48232 |    17450      5 |        1 |        1
922.95/923.13	c  922s |      13 |   471128 |    48332 |    17450      5 |        1 |        1
925.15/925.34	c  924s |      13 |   471230 |    48432 |    17450      5 |        1 |        1
927.35/927.55	c  927s |      13 |   471330 |    48532 |    17450      5 |        1 |        1
929.84/930.04	c  929s |      13 |   479398 |    48732 |    17450      5 |        1 |        1
932.84/933.07	c  932s |      13 |   484425 |    48932 |    17450      5 |        1 |        1
935.34/935.58	c  935s |      13 |   484527 |    49032 |    17450      5 |        1 |        1
937.54/937.75	c  937s |      13 |   484625 |    49132 |    17450      5 |        1 |        1
939.74/939.91	c  939s |      13 |   484729 |    49232 |    17450      5 |        1 |        1
941.84/942.01	c  941s |      13 |   484828 |    49332 |    17450      5 |        1 |        1
943.94/944.17	c  943s |      13 |   484930 |    49432 |    17450      5 |        1 |        1
946.04/946.28	c  945s |      13 |   485028 |    49532 |    17450      5 |        1 |        1
948.24/948.45	c  948s |      13 |   496457 |    49832 |    17450      5 |        1 |        1
950.54/950.73	c  950s |      13 |   498197 |    50032 |    17450      5 |        1 |        1
953.24/953.49	c  953s |      13 |   512357 |    50332 |    17450      5 |        1 |        1
955.54/955.74	c  955s |      13 |   523035 |    50532 |    17450      5 |        1 |        1
958.44/958.64	c  958s |      13 |   527517 |    50832 |    17450      5 |        1 |        1
962.14/962.34	c  961s |      13 |   528425 |    51032 |    17450      5 |        1 |        1
964.34/964.55	c  964s |      13 |   531320 |    51132 |    17450      5 |        1 |        1
966.95/967.17	c  966s |      13 |   531426 |    51232 |    17450      5 |        1 |        1
969.55/969.78	c  969s |      13 |   531528 |    51332 |    17450      5 |        1 |        1
972.25/972.43	c  972s |      13 |   531630 |    51432 |    17450      5 |        1 |        1
974.85/975.04	c  974s |      13 |   531728 |    51532 |    17450      5 |        1 |        1
977.55/977.73	c  977s |      13 |   531823 |    51632 |    17450      5 |        1 |        1
980.15/980.36	c  980s |      13 |   531945 |    51732 |    17450      5 |        1 |        1
982.74/982.95	c  982s |      13 |   532037 |    51832 |    17450      5 |        1 |        1
985.45/985.61	c  985s |      13 |   532131 |    51932 |    17450      5 |        1 |        1
987.94/988.18	c  987s |      13 |   532221 |    52032 |    17450      5 |        1 |        1
990.64/990.82	c  990s |      13 |   532342 |    52132 |    17450      5 |        1 |        1
993.25/993.48	c  993s |      13 |   532432 |    52232 |    17450      5 |        1 |        1
995.84/996.09	c  995s |      13 |   532521 |    52332 |    17450      5 |        1 |        1
998.44/998.68	c  998s |      13 |   532639 |    52432 |    17450      5 |        1 |        1
1001.14/1001.31	c 1000s |      13 |   532730 |    52532 |    17450      5 |        1 |        1
1003.64/1003.90	c 1003s |      13 |   532845 |    52632 |    17450      5 |        1 |        1
1006.24/1006.42	c 1006s |      13 |   532928 |    52732 |    17450      5 |        1 |        1
1008.74/1008.97	c 1008s |      13 |   533044 |    52832 |    17450      5 |        1 |        1
1011.34/1011.52	c 1011s |      13 |   533132 |    52932 |    17450      5 |        1 |        1
1013.94/1014.14	c 1013s |      13 |   533248 |    53032 |    17450      5 |        1 |        1
1016.64/1016.82	c 1016s |      13 |   533331 |    53132 |    17450      5 |        1 |        1
1019.24/1019.45	c 1019s |      13 |   533443 |    53232 |    17450      5 |        1 |        1
1021.94/1022.15	c 1021s |      13 |   533527 |    53332 |    17450      5 |        1 |        1
1024.64/1024.82	c 1024s |      13 |   533640 |    53432 |    17450      5 |        1 |        1
1027.24/1027.50	c 1027s |      13 |   533751 |    53532 |    17450      5 |        1 |        1
1029.94/1030.13	c 1029s |      13 |   533831 |    53632 |    17450      5 |        1 |        1
1032.54/1032.77	c 1032s |      13 |   533942 |    53732 |    17450      5 |        1 |        1
1035.23/1035.43	c 1035s |      13 |   534027 |    53832 |    17450      5 |        1 |        1
1037.83/1038.09	c 1037s |      13 |   534134 |    53932 |    17450      5 |        1 |        1
1040.54/1040.72	c 1040s |      13 |   534238 |    54032 |    17450      5 |        1 |        1
1043.13/1043.34	c 1043s |      13 |   534342 |    54132 |    17450      5 |        1 |        1
1045.73/1045.98	c 1045s |      13 |   534446 |    54232 |    17450      5 |        1 |        1
1048.33/1048.57	c 1048s |      13 |   534551 |    54332 |    17450      5 |        1 |        1
1050.93/1051.13	c 1050s |      13 |   534628 |    54432 |    17450      5 |        1 |        1
1053.43/1053.66	c 1053s |      13 |   534733 |    54532 |    17450      5 |        1 |        1
1056.03/1056.20	c 1055s |      13 |   534836 |    54632 |    17450      5 |        1 |        1
1058.53/1058.78	c 1058s |      13 |   534942 |    54732 |    17450      5 |        1 |        1
1061.33/1061.52	c 1061s |      13 |   535041 |    54832 |    17450      5 |        1 |        1
1063.93/1064.19	c 1063s |      13 |   535144 |    54932 |    17450      5 |        1 |        1
1066.73/1066.90	c 1066s |      13 |   535244 |    55032 |    17450      5 |        1 |        1
1069.33/1069.57	c 1069s |      13 |   535345 |    55132 |    17450      5 |        1 |        1
1072.03/1072.25	c 1071s |      13 |   535444 |    55232 |    17450      5 |        1 |        1
1074.63/1074.90	c 1074s |      13 |   535544 |    55332 |    17450      5 |        1 |        1
1077.33/1077.57	c 1077s |      13 |   535643 |    55432 |    17450      5 |        1 |        1
1080.03/1080.23	c 1079s |      13 |   535744 |    55532 |    17450      5 |        1 |        1
1082.72/1082.96	c 1082s |      13 |   535839 |    55632 |    17450      5 |        1 |        1
1085.42/1085.63	c 1085s |      13 |   535935 |    55732 |    17450      5 |        1 |        1
1088.12/1088.33	c 1087s |      13 |   536056 |    55832 |    17450      5 |        1 |        1
1090.72/1090.96	c 1090s |      13 |   536153 |    55932 |    17450      5 |        1 |        1
1093.33/1093.58	c 1093s |      13 |   536248 |    56032 |    17450      5 |        1 |        1
1095.92/1096.18	c 1095s |      13 |   536344 |    56132 |    17450      5 |        1 |        1
1098.52/1098.77	c 1098s |      13 |   536439 |    56232 |    17450      5 |        1 |        1
1101.22/1101.44	c 1101s |      13 |   536538 |    56332 |    17450      5 |        1 |        1
1103.82/1104.09	c 1103s |      13 |   536655 |    56432 |    17450      5 |        1 |        1
1106.53/1106.76	c 1106s |      13 |   536751 |    56532 |    17450      5 |        1 |        1
1109.22/1109.41	c 1109s |      13 |   536846 |    56632 |    17450      5 |        1 |        1
1111.82/1112.08	c 1111s |      13 |   536943 |    56732 |    17450      5 |        1 |        1
1114.52/1114.75	c 1114s |      13 |   537038 |    56832 |    17450      5 |        1 |        1
1117.12/1117.38	c 1117s |      13 |   537134 |    56932 |    17450      5 |        1 |        1
1119.72/1119.97	c 1119s |      13 |   537259 |    57032 |    17450      5 |        1 |        1
1122.82/1123.03	c 1122s |      13 |   537356 |    57132 |    17450      6 |        1 |        1
1125.31/1125.59	c 1125s |      13 |   537452 |    57232 |    17450      6 |        1 |        1
1127.91/1128.14	c 1127s |      13 |   537548 |    57332 |    17450      6 |        1 |        1
1130.41/1130.67	c 1130s |      13 |   537645 |    57432 |    17450      6 |        1 |        1
1132.92/1133.19	c 1132s |      13 |   537740 |    57532 |    17450      6 |        1 |        1
1135.41/1135.61	c 1135s |      13 |   537860 |    57632 |    17450      6 |        1 |        1
1137.81/1138.06	c 1137s |      13 |   537955 |    57732 |    17450      6 |        1 |        1
1140.51/1140.73	c 1140s |      13 |   538056 |    57832 |    17450      6 |        1 |        1
1143.21/1143.44	c 1143s |      13 |   538153 |    57932 |    17450      6 |        1 |        1
1145.91/1146.10	c 1145s |      13 |   538249 |    58032 |    19195      6 |        1 |        1
1148.51/1148.77	c 1148s |      13 |   538346 |    58132 |    19195      6 |        1 |        1
1151.21/1151.40	c 1151s |      13 |   538470 |    58232 |    19195      6 |        1 |        1
1153.81/1154.04	c 1153s |      13 |   538566 |    58332 |    19195      6 |        1 |        1
1154.30/1154.56	c 1154s |      14 |   538588 |    58352 |    19195      6 |        1 |        1
1156.80/1157.01	c 1156s |      14 |   538961 |    58452 |    19195      6 |        1 |        1
1158.90/1159.16	c 1158s |      14 |   539058 |    58552 |    19195      6 |        1 |        1
1161.20/1161.41	c 1161s |      14 |   539161 |    58652 |    19195      6 |        1 |        1
1163.30/1163.52	c 1163s |      14 |   539258 |    58752 |    19195      6 |        1 |        1
1165.40/1165.68	c 1165s |      14 |   539359 |    58852 |    19195      6 |        1 |        1
1167.81/1168.02	c 1167s |      14 |   539463 |    58952 |    19195      6 |        1 |        1
1169.91/1170.19	c 1169s |      14 |   539561 |    59052 |    19195      6 |        1 |        1
1172.11/1172.32	c 1171s |      14 |   539662 |    59152 |    19195      6 |        1 |        1
1174.11/1174.37	c 1174s |      14 |   539764 |    59252 |    19195      6 |        1 |        1
1176.21/1176.43	c 1176s |      14 |   539862 |    59352 |    19195      6 |        1 |        1
1178.20/1178.45	c 1178s |      14 |   539964 |    59452 |    19195      6 |        1 |        1
1180.21/1180.47	c 1180s |      14 |   540062 |    59552 |    19195      6 |        1 |        1
1182.70/1182.93	c 1182s |      14 |   550998 |    59752 |    19195      6 |        1 |        1
1185.40/1185.66	c 1185s |      14 |   556450 |    60052 |    19195      6 |        1 |        1
1188.90/1189.15	c 1188s |      14 |   561265 |    60252 |    19195      6 |        1 |        1
1191.30/1191.56	c 1191s |      14 |   577389 |    60552 |    19195      6 |        1 |        1
1194.00/1194.24	c 1193s |      14 |   578793 |    60752 |    19195      6 |        1 |        1
1196.90/1197.10	c 1196s |      14 |   594530 |    61052 |    19195      6 |        1 |        1
1200.00/1200.22	c 1199s |      14 |   595048 |    61252 |    19195      6 |        1 |        1
1203.69/1203.95	c 1203s |      14 |   600605 |    61452 |    19195      6 |        1 |        1
1205.99/1206.27	c 1205s |      14 |   600705 |    61552 |    19195      6 |        1 |        1
1208.49/1208.78	c 1208s |      14 |   600802 |    61652 |    19195      6 |        1 |        1
1210.90/1211.20	c 1210s |      14 |   600902 |    61752 |    19195      6 |        1 |        1
1213.49/1213.70	c 1213s |      14 |   601003 |    61852 |    19195      6 |        1 |        1
1215.79/1216.07	c 1215s |      14 |   601103 |    61952 |    19195      6 |        1 |        1
1218.29/1218.57	c 1218s |      14 |   601203 |    62052 |    19195      6 |        1 |        1
1220.59/1220.83	c 1220s |      14 |   601307 |    62152 |    19195      6 |        1 |        1
1222.89/1223.17	c 1222s |      14 |   601404 |    62252 |    19195      6 |        1 |        1
1225.20/1225.45	c 1225s |      14 |   601505 |    62352 |    19195      6 |        1 |        1
1227.59/1227.80	c 1227s |      14 |   601603 |    62452 |    19195      6 |        1 |        1
1229.89/1230.11	c 1229s |      14 |   601709 |    62552 |    19195      6 |        1 |        1
1232.19/1232.44	c 1232s |      14 |   601807 |    62652 |    19195      6 |        1 |        1
1234.49/1234.70	c 1234s |      14 |   601907 |    62752 |    19195      6 |        1 |        1
1236.69/1236.98	c 1236s |      14 |   602006 |    62852 |    19195      6 |        1 |        1
1239.09/1239.30	c 1238s |      14 |   602106 |    62952 |    19195      6 |        1 |        1
1241.49/1241.73	c 1241s |      14 |   602208 |    63052 |    19195      6 |        1 |        1
1243.79/1244.00	c 1243s |      14 |   602308 |    63152 |    19195      6 |        1 |        1
1246.10/1246.38	c 1246s |      14 |   602408 |    63252 |    19195      6 |        1 |        1
1248.49/1248.79	c 1248s |      14 |   602513 |    63352 |    19195      6 |        1 |        1
1250.89/1251.10	c 1250s |      14 |   602614 |    63452 |    19195      6 |        1 |        1
1253.09/1253.37	c 1253s |      14 |   602714 |    63552 |    19195      6 |        1 |        1
1255.29/1255.59	c 1255s |      14 |   602815 |    63652 |    19195      6 |        1 |        1
1257.59/1257.85	c 1257s |      14 |   602918 |    63752 |    19195      6 |        1 |        1
1259.99/1260.24	c 1259s |      14 |   603015 |    63852 |    19195      6 |        1 |        1
1262.39/1262.67	c 1262s |      14 |   603117 |    63952 |    19195      6 |        1 |        1
1264.79/1265.05	c 1264s |      14 |   603215 |    64052 |    19195      6 |        1 |        1
1267.09/1267.32	c 1266s |      14 |   603318 |    64152 |    19195      6 |        1 |        1
1269.29/1269.55	c 1269s |      14 |   603415 |    64252 |    19195      6 |        1 |        1
1271.58/1271.87	c 1271s |      14 |   603516 |    64352 |    19195      6 |        1 |        1
1273.88/1274.16	c 1273s |      14 |   603617 |    64452 |    19195      6 |        1 |        1
1276.18/1276.48	c 1276s |      14 |   603718 |    64552 |    19195      6 |        1 |        1
1278.58/1278.86	c 1278s |      14 |   603823 |    64652 |    19195      6 |        1 |        1
1280.88/1281.14	c 1280s |      14 |   603920 |    64752 |    19195      6 |        1 |        1
1283.18/1283.45	c 1283s |      14 |   604019 |    64852 |    19195      6 |        1 |        1
1285.58/1285.87	c 1285s |      14 |   604121 |    64952 |    19195      6 |        1 |        1
1287.99/1288.26	c 1287s |      14 |   604223 |    65052 |    19195      6 |        1 |        1
1290.19/1290.49	c 1290s |      14 |   604325 |    65152 |    19195      6 |        1 |        1
1292.48/1292.72	c 1292s |      14 |   604423 |    65252 |    19195      6 |        1 |        1
1294.78/1295.08	c 1294s |      14 |   604525 |    65352 |    19195      6 |        1 |        1
1297.18/1297.43	c 1297s |      14 |   604622 |    65452 |    19195      6 |        1 |        1
1299.48/1299.75	c 1299s |      14 |   604722 |    65552 |    19195      6 |        1 |        1
1301.77/1302.03	c 1301s |      14 |   604831 |    65652 |    19195      6 |        1 |        1
1303.97/1304.28	c 1303s |      14 |   604931 |    65752 |    19195      6 |        1 |        1
1306.17/1306.49	c 1306s |      14 |   605029 |    65852 |    19195      6 |        1 |        1
1308.47/1308.75	c 1308s |      14 |   605129 |    65952 |    19195      6 |        1 |        1
1310.67/1310.97	c 1310s |      14 |   605234 |    66052 |    19195      6 |        1 |        1
1312.97/1313.28	c 1312s |      14 |   605332 |    66152 |    19195      6 |        1 |        1
1315.38/1315.69	c 1315s |      14 |   605433 |    66252 |    19195      6 |        1 |        1
1317.68/1317.91	c 1317s |      14 |   605532 |    66352 |    19195      6 |        1 |        1
1319.97/1320.20	c 1319s |      14 |   605634 |    66452 |    19195      6 |        1 |        1
1322.17/1322.42	c 1322s |      14 |   605733 |    66552 |    19195      6 |        1 |        1
1324.47/1324.72	c 1324s |      14 |   605835 |    66652 |    19195      6 |        1 |        1
1326.67/1326.95	c 1326s |      14 |   605935 |    66752 |    19195      6 |        1 |        1
1328.87/1329.13	c 1328s |      14 |   606035 |    66852 |    19195      6 |        1 |        1
1331.17/1331.44	c 1331s |      14 |   606133 |    66952 |    19195      6 |        1 |        1
1333.47/1333.70	c 1333s |      14 |   606234 |    67052 |    19195      6 |        1 |        1
1335.77/1336.02	c 1335s |      14 |   606334 |    67152 |    19195      6 |        1 |        1
1337.97/1338.29	c 1337s |      14 |   606439 |    67252 |    19195      6 |        1 |        1
1340.37/1340.61	c 1340s |      14 |   606535 |    67352 |    19195      6 |        1 |        1
1342.56/1342.83	c 1342s |      14 |   606636 |    67452 |    19195      6 |        1 |        1
1344.76/1345.06	c 1344s |      14 |   606734 |    67552 |    19195      6 |        1 |        1
1347.06/1347.34	c 1346s |      14 |   606838 |    67652 |    19195      6 |        1 |        1
1349.36/1349.66	c 1349s |      14 |   606936 |    67752 |    19195      6 |        1 |        1
1351.96/1352.27	c 1351s |      14 |   607037 |    67852 |    19195      7 |        1 |        1
1354.06/1354.32	c 1353s |      14 |   607135 |    67952 |    19195      7 |        1 |        1
1356.17/1356.47	c 1356s |      14 |   607242 |    68052 |    19195      7 |        1 |        1
1358.27/1358.50	c 1358s |      14 |   607340 |    68152 |    19195      7 |        1 |        1
1360.36/1360.60	c 1360s |      14 |   607439 |    68252 |    19195      7 |        1 |        1
1362.35/1362.61	c 1362s |      14 |   607539 |    68352 |    19195      7 |        1 |        1
1364.45/1364.79	c 1364s |      14 |   607641 |    68452 |    19195      7 |        1 |        1
1366.65/1366.97	c 1366s |      14 |   607741 |    68552 |    19195      7 |        1 |        1
1368.85/1369.10	c 1368s |      14 |   607841 |    68652 |    19195      7 |        1 |        1
1370.85/1371.16	c 1370s |      14 |   607939 |    68752 |    19195      7 |        1 |        1
1372.85/1373.16	c 1372s |      14 |   608041 |    68852 |    19195      7 |        1 |        1
1374.95/1375.20	c 1374s |      14 |   608138 |    68952 |    19195      7 |        1 |        1
1376.96/1377.30	c 1376s |      14 |   608239 |    69052 |    19195      7 |        1 |        1
1379.16/1379.42	c 1379s |      14 |   608340 |    69152 |    19195      7 |        1 |        1
1381.36/1381.62	c 1381s |      14 |   608442 |    69252 |    19195      7 |        1 |        1
1383.55/1383.85	c 1383s |      14 |   608541 |    69352 |    19195      7 |        1 |        1
1385.65/1385.98	c 1385s |      14 |   608644 |    69452 |    19195      7 |        1 |        1
1387.85/1388.15	c 1387s |      14 |   608742 |    69552 |    19195      7 |        1 |        1
1390.15/1390.45	c 1390s |      14 |   608847 |    69652 |    19195      7 |        1 |        1
1392.45/1392.74	c 1392s |      14 |   608946 |    69752 |    19195      7 |        1 |        1
1394.74/1395.03	c 1394s |      14 |   609043 |    69852 |    19195      7 |        1 |        1
1396.94/1397.21	c 1396s |      14 |   609145 |    69952 |    19195      7 |        1 |        1
1399.05/1399.34	c 1399s |      14 |   609243 |    70052 |    19195      7 |        1 |        1
1401.25/1401.52	c 1401s |      14 |   609345 |    70152 |    19195      7 |        1 |        1
1403.35/1403.66	c 1403s |      14 |   609447 |    70252 |    19195      7 |        1 |        1
1405.44/1405.79	c 1405s |      14 |   609547 |    70352 |    19195      7 |        1 |        1
1407.64/1407.98	c 1407s |      14 |   609646 |    70452 |    19195      7 |        1 |        1
1409.84/1410.11	c 1409s |      14 |   609746 |    70552 |    19195      7 |        1 |        1
1411.94/1412.24	c 1411s |      14 |   609847 |    70652 |    19195      7 |        1 |        1
1413.95/1414.24	c 1413s |      14 |   610200 |    70752 |    19195      7 |        1 |        1
1416.04/1416.39	c 1416s |      14 |   621081 |    71052 |    19195      7 |        1 |        1
1418.14/1418.48	c 1418s |      14 |   622682 |    71252 |    19195      7 |        1 |        1
1420.74/1421.03	c 1420s |      14 |   626596 |    71452 |    19195      7 |        1 |        1
1423.63/1423.93	c 1423s |      14 |   636520 |    71752 |    19195      7 |        1 |        1
1426.73/1427.02	c 1426s |      14 |   639888 |    71952 |    19195      7 |        1 |        1
1429.63/1429.94	c 1429s |      14 |   653310 |    72252 |    19195      7 |        1 |        1
1433.63/1433.93	c 1433s |      14 |   665378 |    72652 |    19195      7 |        1 |        1
1436.03/1436.32	c 1435s |      14 |   665482 |    72752 |    19195      7 |        1 |        1
1438.33/1438.63	c 1438s |      14 |   665580 |    72852 |    19195      7 |        1 |        1
1440.53/1440.87	c 1440s |      14 |   665680 |    72952 |    19195      7 |        1 |        1
1442.83/1443.10	c 1442s |      14 |   665782 |    73052 |    19195      7 |        1 |        1
1444.93/1445.27	c 1444s |      14 |   665883 |    73152 |    19195      7 |        1 |        1
1447.13/1447.40	c 1447s |      14 |   665981 |    73252 |    19195      7 |        1 |        1
1449.23/1449.53	c 1449s |      14 |   666087 |    73352 |    19195      7 |        1 |        1
1451.53/1451.85	c 1451s |      14 |   666185 |    73452 |    19195      7 |        1 |        1
1453.73/1454.03	c 1453s |      14 |   666285 |    73552 |    19195      7 |        1 |        1
1456.03/1456.30	c 1455s |      14 |   666385 |    73652 |    19195      7 |        1 |        1
1458.23/1458.55	c 1458s |      14 |   666485 |    73752 |    19195      7 |        1 |        1
1460.53/1460.83	c 1460s |      14 |   666585 |    73852 |    19195      7 |        1 |        1
1462.83/1463.14	c 1462s |      14 |   666685 |    73952 |    19195      7 |        1 |        1
1465.03/1465.38	c 1465s |      14 |   666788 |    74052 |    19195      7 |        1 |        1
1468.02/1468.34	c 1468s |      14 |   671826 |    74152 |    19195      7 |        1 |        1
1470.92/1471.25	c 1470s |      14 |   680421 |    74552 |    19195      7 |        1 |        1
1473.92/1474.25	c 1473s |      14 |   689718 |    74752 |    19195      7 |        1 |        1
1476.42/1476.76	c 1476s |      14 |   692117 |    74952 |    19195      7 |        1 |        1
1479.92/1480.24	c 1479s |      14 |   706875 |    75252 |    19195      7 |        1 |        1
1481.92/1482.28	c 1481s |      14 |   706985 |    75352 |    19195      7 |        1 |        1
1485.32/1485.65	c 1485s |      14 |   722075 |    75652 |    19195      7 |        1 |        1
1487.62/1487.91	c 1487s |      14 |   722158 |    75752 |    19195      7 |        1 |        1
1490.62/1490.97	c 1490s |      14 |   740248 |    76052 |    19195      7 |        1 |        1
1493.22/1493.51	c 1493s |      14 |   754902 |    76352 |    19195      7 |        1 |        1
1495.32/1495.60	c 1495s |      14 |   754968 |    76452 |    19195      7 |        1 |        1
1499.02/1499.32	c 1498s |      14 |   770353 |    76752 |    19195      7 |        1 |        1
1502.42/1502.72	c 1502s |      14 |   782272 |    77052 |    19195      7 |        1 |        1
1504.62/1504.92	c 1504s |      14 |   785790 |    77352 |    19195      7 |        1 |        1
1506.91/1507.21	c 1506s |      14 |   801007 |    77552 |    19195      8 |        1 |        1
1509.41/1509.79	c 1509s |      14 |   801985 |    77752 |    19195      8 |        1 |        1
1511.51/1511.86	c 1511s |      14 |   801985 |    77852 |    19195      8 |        1 |        1
1515.21/1515.52	c 1515s |      14 |   815022 |    78152 |    19195      8 |        1 |        1
1518.71/1519.05	c 1518s |      14 |   830064 |    78452 |    19195      8 |        1 |        1
1520.91/1521.25	c 1520s |      14 |   831735 |    78552 |    19195      8 |        1 |        1
1524.71/1525.04	c 1524s |      14 |   846327 |    78852 |    19195      8 |        1 |        1
1526.91/1527.28	c 1526s |      14 |   860313 |    79052 |    19195      8 |        1 |        1
1530.51/1530.82	c 1530s |      14 |   861317 |    79252 |    19195      8 |        1 |        1
1533.50/1533.80	c 1533s |      14 |   872467 |    79552 |    19195      8 |        1 |        1
1536.90/1537.21	c 1536s |      14 |   882052 |    79752 |    19195      8 |        1 |        1
1539.00/1539.31	c 1538s |      14 |   886210 |    79952 |    19195      8 |        1 |        1
1542.20/1542.51	c 1542s |      14 |   900480 |    80252 |    19195      8 |        1 |        1
1544.40/1544.80	c 1544s |      14 |   900480 |    80352 |    19195      8 |        1 |        1
1546.70/1547.03	c 1546s |      14 |   915295 |    80552 |    19195      8 |        1 |        1
1548.80/1549.15	c 1548s |      14 |   915633 |    80652 |    19195      8 |        1 |        1
1552.49/1552.84	c 1552s |      14 |   928537 |    80952 |    19195      8 |        1 |        1
1554.99/1555.37	c 1555s |      14 |   939159 |    81152 |    19195      8 |        1 |        1
1557.59/1557.99	c 1557s |      14 |   940660 |    81352 |    19195      8 |        1 |        1
1560.79/1561.18	c 1560s |      14 |   952801 |    81552 |    19195      8 |        1 |        1
1563.09/1563.46	c 1563s |      14 |   956963 |    81752 |    19195      8 |        1 |        1
1565.59/1565.99	c 1565s |      14 |   969502 |    81952 |    19195      8 |        1 |        1
1569.08/1569.45	c 1569s |      14 |   973906 |    82152 |    19195      8 |        1 |        1
1572.70/1573.01	c 1572s |      14 |   981571 |    82352 |    19195      8 |        1 |        1
1576.19/1576.52	c 1576s |      14 |   992468 |    82652 |    19195      8 |        1 |        1
1579.79/1580.12	c 1579s |      14 |  1002924 |    82852 |    19195      8 |        1 |        1
1582.39/1582.78	c 1582s |      14 |  1003027 |    82952 |    19195      8 |        1 |        1
1585.09/1585.44	c 1585s |      14 |  1003132 |    83052 |    19195      8 |        1 |        1
1587.69/1588.06	c 1587s |      14 |  1003230 |    83152 |    19195      8 |        1 |        1
1590.09/1590.45	c 1590s |      14 |  1003328 |    83252 |    19195      8 |        1 |        1
1592.48/1592.85	c 1592s |      14 |  1003428 |    83352 |    19195      8 |        1 |        1
1594.88/1595.27	c 1594s |      14 |  1003528 |    83452 |    19195      8 |        1 |        1
1597.48/1597.84	c 1597s |      14 |  1003632 |    83552 |    19195      8 |        1 |        1
1599.78/1600.16	c 1599s |      14 |  1003730 |    83652 |    19195      8 |        1 |        1
1602.17/1602.57	c 1602s |      14 |  1003830 |    83752 |    19195      8 |        1 |        1
1604.58/1604.96	c 1604s |      14 |  1003934 |    83852 |    19195      8 |        1 |        1
1606.97/1607.34	c 1606s |      14 |  1004034 |    83952 |    19195      8 |        1 |        1
1609.47/1609.80	c 1609s |      14 |  1004131 |    84052 |    19195      8 |        1 |        1
1611.77/1612.14	c 1611s |      14 |  1004230 |    84152 |    19195      8 |        1 |        1
1614.17/1614.56	c 1614s |      14 |  1004333 |    84252 |    19195      8 |        1 |        1
1616.68/1617.05	c 1616s |      14 |  1004575 |    84352 |    19195      8 |        1 |        1
1619.07/1619.43	c 1619s |      14 |  1004674 |    84452 |    19195      8 |        1 |        1
1621.47/1621.85	c 1621s |      14 |  1004781 |    84552 |    19195      8 |        1 |        1
1623.87/1624.26	c 1623s |      14 |  1004878 |    84652 |    19195      8 |        1 |        1
1626.26/1626.64	c 1626s |      14 |  1004978 |    84752 |    19195      8 |        1 |        1
1628.66/1629.04	c 1628s |      14 |  1005079 |    84852 |    19195      8 |        1 |        1
1630.97/1631.32	c 1630s |      14 |  1005179 |    84952 |    19195      8 |        1 |        1
1633.27/1633.69	c 1633s |      14 |  1005280 |    85052 |    19195      8 |        1 |        1
1635.66/1636.06	c 1635s |      14 |  1005380 |    85152 |    19195      8 |        1 |        1
1638.06/1638.48	c 1638s |      14 |  1005483 |    85252 |    19195      8 |        1 |        1
1640.46/1640.81	c 1640s |      14 |  1005580 |    85352 |    19195      8 |        1 |        1
1642.85/1643.23	c 1642s |      14 |  1005681 |    85452 |    19195      8 |        1 |        1
1645.26/1645.63	c 1645s |      14 |  1005780 |    85552 |    19195      8 |        1 |        1
1647.65/1648.01	c 1647s |      14 |  1005880 |    85652 |    19195      8 |        1 |        1
1649.95/1650.36	c 1650s |      14 |  1005979 |    85752 |    19195      8 |        1 |        1
1652.05/1652.42	c 1652s |      14 |  1008251 |    85852 |    19195      8 |        1 |        1
1655.05/1655.50	c 1655s |      14 |  1020988 |    86252 |    19195      8 |        1 |        1
1657.95/1658.34	c 1658s |      14 |  1033803 |    86452 |    19195      8 |        1 |        1
1660.75/1661.13	c 1660s |      14 |  1034980 |    86652 |    19195      8 |        1 |        1
1663.14/1663.52	c 1663s |      14 |  1049645 |    86852 |    19195      8 |        1 |        1
1665.24/1665.63	c 1665s |      14 |  1050151 |    87052 |    21115      8 |        1 |        1
1667.35/1667.75	c 1667s |      14 |  1050782 |    87152 |    21115      8 |        1 |        1
1670.74/1671.14	c 1670s |      14 |  1066953 |    87452 |    21115      8 |        1 |        1
1672.84/1673.29	c 1672s |      14 |  1067056 |    87552 |    21115      8 |        1 |        1
1674.44/1674.90	c 1674s |      15 |  1071534 |    87632 |    21115      8 |        1 |        1
1676.84/1677.26	c 1676s |      15 |  1080079 |    87732 |    21115      8 |        1 |        1
1678.93/1679.37	c 1679s |      15 |  1090429 |    87932 |    21115      8 |        1 |        1
1682.24/1682.68	c 1682s |      15 |  1095216 |    88132 |    21115      8 |        1 |        1
1684.64/1685.00	c 1684s |      15 |  1109935 |    88332 |    21115      8 |        1 |        1
1688.64/1689.09	c 1688s |      15 |  1110122 |    88532 |    21115      8 |        1 |        1
1693.13/1693.57	c 1693s |      15 |  1124381 |    88832 |    21115      8 |        1 |        1
1696.13/1696.55	c 1696s |      15 |  1146264 |    89132 |    21115      8 |        1 |        1
1700.03/1700.40	c 1700s |      15 |  1160730 |    89332 |    21115      9 |        1 |        1
1703.33/1703.78	c 1703s |      15 |  1160841 |    89432 |    21115      9 |        1 |        1
1706.84/1707.27	c 1706s |      15 |  1160935 |    89532 |    21115      9 |        1 |        1
1710.14/1710.59	c 1710s |      15 |  1162145 |    89632 |    21115      9 |        1 |        1
1712.63/1713.02	c 1712s |      15 |  1175012 |    89932 |    21115      9 |        1 |        1
1714.73/1715.17	c 1714s |      15 |  1175587 |    90032 |    21115      9 |        1 |        1
1716.83/1717.22	c 1716s |      15 |  1189158 |    90232 |    21115      9 |        1 |        1
1720.53/1720.98	c 1720s |      15 |  1192311 |    90432 |    21115      9 |        1 |        1
1724.13/1724.59	c 1724s |      15 |  1208930 |    90732 |    21115      9 |        1 |        1
1726.53/1726.90	c 1726s |      15 |  1211897 |    90832 |    21115      9 |        1 |        1
1730.72/1731.16	c 1730s |      15 |  1226388 |    91132 |    21115      9 |        1 |        1
1734.52/1734.90	c 1734s |      15 |  1245641 |    91432 |    21115      9 |        1 |        1
1736.53/1736.98	c 1736s |      15 |  1251654 |    91532 |    21115      9 |        1 |        1
1738.62/1739.05	c 1738s |      15 |  1265085 |    91732 |    21115      9 |        1 |        1
1740.93/1741.38	c 1741s |      15 |  1265376 |    91832 |    21115      9 |        1 |        1
1743.42/1743.89	c 1743s |      15 |  1283602 |    92032 |    21115      9 |        1 |        1
1747.53/1747.97	c 1747s |      15 |  1288374 |    92232 |    21115      9 |        1 |        1
1750.22/1750.60	c 1750s |      15 |  1302616 |    92532 |    21115      9 |        1 |        1
1752.82/1753.26	c 1752s |      15 |  1307806 |    92732 |    21115      9 |        1 |        1
1756.43/1756.81	c 1756s |      15 |  1320118 |    93032 |    21115      9 |        1 |        1
1759.52/1759.94	c 1759s |      15 |  1335901 |    93332 |    21115      9 |        1 |        1
1762.93/1763.32	c 1762s |      15 |  1347097 |    93632 |    21115      9 |        1 |        1
1765.02/1765.42	c 1765s |      15 |  1356309 |    93832 |    21115      9 |        1 |        1
1767.92/1768.37	c 1768s |      15 |  1367302 |    94032 |    21115      9 |        1 |        1
1770.22/1770.69	c 1770s |      15 |  1376996 |    94232 |    21115      9 |        1 |        1
1773.42/1773.83	c 1773s |      15 |  1377499 |    94332 |    21115      9 |        1 |        1
1775.42/1775.84	c 1775s |      15 |  1385972 |    94932 |    21115      9 |        1 |        1
1777.72/1778.15	c 1777s |      15 |  1411246 |    95832 |    21115      9 |        1 |        1
1780.02/1780.48	c 1780s |      15 |  1433260 |    96532 |    21115      9 |        1 |        1
1782.42/1782.86	c 1782s |      15 |  1453116 |    97132 |    21115      9 |        1 |        1
1784.52/1784.99	c 1784s |      15 |  1471109 |    97632 |    21115      9 |        1 |        1
1787.02/1787.45	c 1787s |      15 |  1488074 |    98132 |    21115      9 |        1 |        1
1789.12/1789.54	c 1789s |      15 |  1500769 |    98532 |    21115      9 |        1 |        1
1791.11/1791.56	c 1791s |      15 |  1516558 |    98932 |    21115      9 |        1 |        1
1793.72/1794.15	c 1793s |      15 |  1529285 |    99332 |    21115      9 |        1 |        1
1796.11/1796.58	c 1796s |      15 |  1543399 |    99732 |    21115      9 |        1 |        1
1798.71/1799.19	c 1798s |      15 |  1556787 |   100132 |    21115      9 |        1 |        1

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

pid=3414
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.35 2.28 2.22 3/179 3417
/proc/meminfo: memFree=28933820/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=747964 CPUtime=0 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 2795 0 0 0 0 0 0 0 20 0 4 0 108017436 765915136 3155 33554432000 4194304 16246674 140735738982192 140735738981616 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 187759 3165 441 2943 0 184653 0
[pid=3417/tid=3418] ppid=3414 vsize=793020 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 812052480 3331 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=797116 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 816246784 3347 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=802236 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108017436 821489664 3365 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.35 2.28 2.22 3/179 3417
/proc/meminfo: memFree=28933820/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 23608 0 0 0 6 3 0 0 20 0 4 0 108017436 1249447936 23906 33554432000 4194304 16246674 140735738982192 140735738981504 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 305041 23914 841 2943 0 301935 0
[pid=3417/tid=3418] ppid=3414 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1249447936 23922 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1249447936 23929 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 108017436 1249447936 23936 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200511 s]
/proc/loadavg: 2.35 2.28 2.22 3/179 3417
/proc/meminfo: memFree=28933820/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1297988 CPUtime=0.19 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 41913 0 0 0 14 5 0 0 20 0 4 0 108017436 1329139712 42211 33554432000 4194304 16246674 140735738982192 140735738981504 6196432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 324497 42220 841 2943 0 321391 0
[pid=3417/tid=3418] ppid=3414 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1329139712 42226 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1329139712 42233 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1297988 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1329139712 42239 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1297988

[startup+0.300424 s]
/proc/loadavg: 2.35 2.28 2.22 3/179 3417
/proc/meminfo: memFree=28933820/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1299012 CPUtime=0.28 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 47321 0 0 0 22 6 0 0 20 0 4 0 108017436 1330188288 47619 33554432000 4194304 16246674 140735738982192 140735738981504 6836017 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 324753 47619 909 2943 0 321647 0
[pid=3417/tid=3418] ppid=3414 vsize=1299012 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1330188288 47619 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1299012 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1330188288 47619 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1299012 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1330188288 47619 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1299012

[startup+0.700401 s]
/proc/loadavg: 2.35 2.28 2.22 3/179 3417
/proc/meminfo: memFree=28933820/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1307204 CPUtime=0.68 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 90936 0 0 0 57 11 0 0 20 0 4 0 108017436 1338576896 91235 33554432000 4194304 16246674 140735738982192 140735738980856 12478189 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 326801 91249 913 2943 0 323695 0
[pid=3417/tid=3418] ppid=3414 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1338576896 91262 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1338576896 91269 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1338576896 91282 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.35 2.28 2.22 3/183 3421
/proc/meminfo: memFree=28159368/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=1.49 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268728 0 0 0 116 33 0 0 20 0 4 0 108017436 1341722624 269026 33554432000 4194304 16246674 140735738982192 140735738964096 6011855 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269026 915 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269026 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269026 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269026 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1310276

[startup+3.10042 s]
/proc/loadavg: 2.33 2.27 2.22 3/183 3421
/proc/meminfo: memFree=27858416/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=3.09 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268785 0 0 0 276 33 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140735738964096 12478249 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269083 918 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1310276

[startup+6.30038 s]
/proc/loadavg: 2.33 2.27 2.22 3/183 3421
/proc/meminfo: memFree=27857948/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268785 0 0 0 596 33 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140735738964096 6012041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269083 918 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.27 2.26 2.22 3/183 3421
/proc/meminfo: memFree=27857856/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268785 0 0 0 1236 33 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140735738964096 12478229 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269083 918 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.23 2.25 2.21 3/182 3421
/proc/meminfo: memFree=27858824/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=25.48 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268785 0 0 0 2515 33 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140735738964096 12478241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269083 918 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1310276

[startup+51.1005 s]
/proc/loadavg: 2.22 2.25 2.21 3/183 3422
/proc/meminfo: memFree=27858736/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=51.08 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268785 0 0 0 5075 33 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140735738964096 6020448 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269083 918 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269083 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1310276

[startup+102.3 s]
/proc/loadavg: 2.14 2.22 2.20 4/183 3423
/proc/meminfo: memFree=27728784/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1310276 CPUtime=102.28 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 268786 0 0 0 10195 33 0 0 20 0 4 0 108017436 1341722624 269084 33554432000 4194304 16246674 140735738982192 140735738964096 6012041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 327569 269084 919 2943 0 324463 0
[pid=3417/tid=3418] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269084 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269084 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1341722624 269084 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1310276


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

/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1376836

[startup+1302.3 s]
/proc/loadavg: 1.22 1.33 1.68 3/174 3507
/proc/meminfo: memFree=29167384/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1376836 CPUtime=1302.07 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 285471 0 0 0 130168 39 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140735738964096 12477813 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 344209 285728 920 2943 0 341103 0
[pid=3417/tid=3418] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1376836

[startup+1362.3 s]
/proc/loadavg: 1.18 1.29 1.64 2/174 3508
/proc/meminfo: memFree=29166884/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1376836 CPUtime=1362.05 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 285478 0 0 0 136166 39 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140735738964096 5545872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 344209 285728 920 2943 0 341103 0
[pid=3417/tid=3418] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1376836 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1409880064 285728 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1376836

[startup+1422.3 s]
/proc/loadavg: 1.23 1.28 1.61 2/174 3509
/proc/meminfo: memFree=29160620/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1422.04 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287045 0 0 0 142164 40 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140735738981368 6021072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287264 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1382980

[startup+1482.3 s]
/proc/loadavg: 1.29 1.29 1.60 3/174 3510
/proc/meminfo: memFree=29160784/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1482.02 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287053 0 0 0 148162 40 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140735738964096 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287264 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1382980

[startup+1542.31 s]
/proc/loadavg: 1.23 1.27 1.57 2/174 3511
/proc/meminfo: memFree=29161240/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1542.01 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287075 0 0 0 154161 40 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140735738964096 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287264 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1382980

[startup+1602.3 s]
/proc/loadavg: 1.14 1.24 1.54 2/175 3516
/proc/meminfo: memFree=29160920/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1601.97 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287104 0 0 0 160156 41 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140735738964096 5707789 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287264 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287264 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 1382980

[startup+1662.3 s]
/proc/loadavg: 1.27 1.25 1.52 3/174 3517
/proc/meminfo: memFree=29160680/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1661.94 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287141 0 0 0 166153 41 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140735738964096 5677520 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287265 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1382980

[startup+1722.3 s]
/proc/loadavg: 1.25 1.24 1.50 2/174 3518
/proc/meminfo: memFree=29161260/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1721.93 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287156 0 0 0 172151 42 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140735738964096 12478241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287265 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1382980

[startup+1782.3 s]
/proc/loadavg: 1.28 1.25 1.48 2/174 3519
/proc/meminfo: memFree=29161412/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1781.92 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287156 0 0 0 178150 42 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140735738964096 13808416 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287265 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1382980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.30 1.25 1.48 3/174 3519
/proc/meminfo: memFree=29161488/32872528 swapFree=17892/1720544
[pid=3417] ppid=3414 vsize=1382980 CPUtime=1800.01 cores=0,2,4,6
/proc/3417/stat : 3417 (toysat) R 3414 3417 31655 0 -1 4202496 287156 0 0 0 179959 42 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140735738964096 13954702 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3417/statm: 345745 287265 920 2943 0 342639 0
[pid=3417/tid=3418] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3418/stat : 3418 (toysat) S 3414 3417 31655 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333159525616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3417/tid=3419] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3419/stat : 3419 (toysat) S 3414 3417 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333149035760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3417/tid=3420] ppid=3414 vsize=1382980 CPUtime=0 cores=0,2,4,6
/proc/3417/task/3420/stat : 3420 (toysat) S 3414 3417 31655 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 108017436 1416171520 287265 33554432000 4194304 16246674 140735738982192 140333138562224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1382980

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1799.6
CPU system time (s): 0.425935
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 1382980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.425935
maximum resident set size= 1149060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287156
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= 209
involuntary context switches= 1961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.21721 second user time and 7.26989 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 02:54:03
IDJOB=4080105
IDBENCH=48234
IDSOLVER=2542
FILE ID=node117/4080105-1465260843
RUNJOBID= node117-1465227498-31671
PBS_JOBID= 19843241
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080105-1465260843/watcher-4080105-1465260843 -o /tmp/evaluation-result-4080105-1465260843/solver-4080105-1465260843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31671 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080105-1465260843.opb

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=904732991

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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.53
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.088
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:        28934356 kB
Buffers:           21648 kB
Cached:            78484 kB
SwapCached:        55888 kB
Active:          1420356 kB
Inactive:          94408 kB
Active(anon):    1360972 kB
Inactive(anon):    56028 kB
Active(file):      59384 kB
Inactive(file):    38380 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67043788 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:       3039144 kB
Mapped:            10428 kB
Shmem:                 0 kB
Slab:             567604 kB
SReclaimable:      11836 kB
SUnreclaim:       555768 kB
KernelStack:        1520 kB
PageTables:        10240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3226308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3018752 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= 71724 MiB
End job on node117 at 2016-06-07 03:24:03