Trace number 4106817

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_3.opb
MD5SUM9fd52bec996ed780d55ecea52b6ce11a
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-65
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -85
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.00	c 2016-06-18T21:41:52+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-4106817-1466278912.opb"]
0.00/0.01	c use --random-gen="1460416066 1313547852 2140182511 1805417535 3782580981 3073726631 3381482125 3079058495 1447883972 1726244603 3678444240 1352004560 803104697 1195690672 2990064307 2892896301 1235647371 2477674676 2203326231 2902971467 406513727 738369934 1808092973 3286532750 3912099894 749682507 611279020 3962044034 762745013 4188024840 2371790241 2652097182 1852702530 2342745564 1808864063 1446236969 1009170140 3459019940 3231358490 3858184575 3870236724 151651562 3000908773 40327657 1301019717 422488410 699328362 3905017897 4091765353 752695916 3878120284 4129968643 1553581991 2991351663 700444837 2806721177 3471304165 3864537612 811795286 4188813212 271705938 591363543 2422668309 292601015 1701712440 2368957317 125959135 2618468888 2150792051 785461640 3267354261 4183974912 1797526133 3989801571 3327941543 911631090 2663220936 1190601823 1612571125 2379716810 1936181447 3034162424 185472765 3699283412 2100217596 3820965210 4096280679 824186935 638389955 3930642363 3022723267 1890386684 1757180689 2703472389 1308012694 3352416710 3955401788 1828815480 2185535928 3194442185 1327585569 2864758746 2886565263 29000147 3151004627 2597540524 3987922052 1779454726 3234153144 2729371756 2874996977 3751687974 2113266938 3502357079 3768116559 3269084867 554804881 643242883 351632942 677991396 2971417610 3748276163 3434068831 3702519908 1713544292 110810680 2718199028 892215667 375853777 2261756681 1625870774 1178981992 3586635238 3244721582 3067203057 199462209 2930434395 451987989 3893308493 310857124 3411583637 3898252751 2116573348 2034356182 2435873104 140625905 1890521860 2470265182 1989394769 2653787065 66104983 3258147173 2736238649 682770462 445267719 3245185302 1524762765 3935356406 929738582 3833073106 1700764055 116398326 3600795052 2172323061 1688042609 2606302654 4129922893 1151834688 2772549644 3827411207 2534716231 1923759252 2607856340 1096252737 2896124505 2882702130 2501667490 1312185259 612993578 2655382710 3871404627 3008502562 60136176 3120354492 3249645006 750851277 867777667 3659707307 4278462859 4216137552 3132760933 2206230612 1174327200 2241239720 4175699742 1254699166 2566593669 4120694124 1232181337 79169316 149998389 521296387 667381174 1677559045 3688902480 2928300238 1456170213 1135128040 2234689294 2556773939 2567707876 4168509326 2179335938 3529812480 3401699419 42685363 4276602206 3275436393 2903923654 979435027 2730402438 2052385466 1306928200 546567363 2651871927 2245958851 4076710930 650091185 534305029 3588708427 4197482607 4127579590 2379682103 4264279464 150315535 3078324506 2963327066 2923791687 3851915993 3308721606 2123114388 1667731067 3830569563 3932531099 659044145 3322179148 1165407063 1982001755 4138758466 1681247110 1595590147 1320743439 431137151 1164355398 2179756983 2611698367 255 362436" option to reproduce the execution
0.08/0.11	c #vars 1000
0.08/0.11	c #constraints 1501
0.39/0.48	c BCD2: Hardening is enabled.
0.39/0.48	c BCD2: BiasedSearch is enabled.
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |    11315      0 |        0 |        0
0.49/0.56	c  0.0s |       0 |      542 |        0 |    11315      0 |        0 |        0
0.49/0.56	c #cpu_time = 0.029s
0.49/0.56	c #wall_clock_time = 0.029s
0.49/0.56	c #decision = 542
0.49/0.56	c #random_decision = 1
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	o -48
0.49/0.56	c BCD2: updating upper bound: 500 -> 451
0.49/0.56	c BCD2: 0 <= obj <= 451
0.49/0.56	c BCD2: #cores=0, #unrelaxed=500, #relaxed=0, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |    11315      0 |        0 |        0
0.49/0.58	c  0.0s |       0 |      257 |        2 |    11315      0 |        0 |        0
0.49/0.58	c #cpu_time = 0.025s
0.49/0.58	c #wall_clock_time = 0.025s
0.49/0.58	c #decision = 257
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 2
0.49/0.58	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 250: cost of the new core is >=1
0.49/0.59	c lower bound updated to -499
0.49/0.59	c BCD2: 1 <= obj <= 451
0.49/0.59	c BCD2: #cores=1, #unrelaxed=250, #relaxed=250, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |    11315      0 |        0 |        0
0.59/0.64	c  0.1s |       0 |      251 |        1 |    11315      0 |        0 |        0
0.59/0.64	c #cpu_time = 0.054s
0.59/0.64	c #wall_clock_time = 0.054s
0.59/0.64	c #decision = 251
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 250 and merging with 1 cores into a new core of size 500: cost of the new core is >=2
0.59/0.64	c lower bound updated to -498
0.59/0.64	c BCD2: 2 <= obj <= 451
0.59/0.64	c BCD2: #cores=1, #unrelaxed=0, #relaxed=500, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |    11315      0 |        1 |        0
0.79/0.83	c  0.2s |       1 |     9526 |      100 |    12447      0 |        1 |        1
1.59/1.63	c  1.0s |       2 |    20594 |      250 |    13692      0 |        1 |        1
2.99/3.03	c  2.4s |       3 |    38007 |      475 |    15062      0 |        1 |        1
4.79/4.86	c  4.2s |       4 |    70415 |      813 |    16569      0 |        1 |        1
7.29/7.31	c  6.7s |       4 |    97104 |     1213 |    16569      0 |        1 |        1
8.69/8.78	c  8.1s |       5 |    98302 |     1320 |    18226      0 |        1 |        1
11.88/11.96	c 11.3s |       5 |   102269 |     1620 |    18226      0 |        1 |        1
15.08/15.17	c 14.5s |       5 |   103207 |     1820 |    18226      0 |        1 |        1
18.58/18.60	c 18.0s |       5 |   103993 |     2020 |    18226      0 |        1 |        1
19.79/19.82	c 19.2s |       6 |   104049 |     2081 |    20049      0 |        1 |        1
23.48/23.52	c 22.9s |       6 |   104357 |     2281 |    20049      0 |        1 |        1
25.48/25.59	c 24.9s |       6 |   107469 |     2481 |    20049      0 |        1 |        1
28.78/28.81	c 28.2s |       6 |   109700 |     2681 |    20049      0 |        1 |        1
31.28/31.36	c 30.7s |       6 |   115076 |     2981 |    20049      0 |        1 |        1
33.68/33.72	c 33.1s |       6 |   116312 |     3181 |    20049      0 |        1 |        1
34.38/34.45	c 33.8s |       7 |   116371 |     3223 |    22054      0 |        1 |        1
37.78/37.83	c 37.2s |       7 |   116650 |     3423 |    22054      0 |        1 |        1
41.28/41.31	c 40.7s |       7 |   116848 |     3623 |    22054      0 |        1 |        1
45.09/45.11	c 44.5s |       7 |   117113 |     3823 |    22054      0 |        1 |        1
47.18/47.21	c 46.6s |       7 |   121766 |     4223 |    22054      0 |        1 |        1
49.88/49.92	c 49.3s |       7 |   122970 |     4423 |    22054      0 |        1 |        1
53.48/53.51	c 52.9s |       7 |   123165 |     4623 |    22054      0 |        1 |        1
56.78/56.87	c 56.2s |       7 |   123367 |     4823 |    22054      0 |        1 |        1
58.78/58.84	c 58.2s |       8 |   123483 |     4936 |    24260      0 |        1 |        1
62.08/62.16	c 61.5s |       8 |   123761 |     5136 |    24260      0 |        1 |        1
64.68/64.79	c 64.1s |       8 |   125465 |     5336 |    24260      0 |        1 |        1
68.07/68.17	c 67.5s |       8 |   131884 |     5736 |    24260      0 |        1 |        1
70.97/71.01	c 70.4s |       8 |   137277 |     5936 |    24260      0 |        1 |        1
74.78/74.85	c 74.2s |       8 |   137478 |     6136 |    24260      0 |        1 |        1
78.57/78.67	c 78.0s |       8 |   137683 |     6336 |    24260      0 |        1 |        1
82.27/82.39	c 81.8s |       8 |   137884 |     6536 |    24260      0 |        1 |        1
86.17/86.21	c 85.6s |       8 |   138246 |     6736 |    24260      0 |        1 |        1
89.77/89.83	c 89.2s |       8 |   138746 |     6936 |    24260      0 |        1 |        1
93.37/93.46	c 92.8s |       8 |   139044 |     7136 |    24260      0 |        1 |        1
95.68/95.78	c 95.1s |       8 |   146561 |     7436 |    24260      0 |        1 |        1
96.07/96.15	c 95.5s |       9 |   149210 |     7506 |    26687      0 |        1 |        1
98.67/98.77	c 98.1s |       9 |   154398 |     7806 |    26687      0 |        1 |        1
102.28/102.37	c  101s |       9 |   156018 |     8106 |    26687      0 |        1 |        1
105.37/105.50	c  104s |       9 |   167576 |     8406 |    26687      0 |        1 |        1
108.88/108.93	c  108s |       9 |   167969 |     8606 |    26687      0 |        1 |        1
112.18/112.25	c  111s |       9 |   179754 |     9006 |    26687      0 |        1 |        1
114.98/115.06	c  114s |       9 |   190167 |     9206 |    26687      0 |        1 |        1
117.28/117.39	c  116s |       9 |   190313 |     9406 |    26687      0 |        1 |        1
119.77/119.87	c  119s |       9 |   203394 |     9606 |    26687      0 |        1 |        1
121.87/121.90	c  121s |       9 |   204796 |     9906 |    26687      0 |        1 |        1
125.38/125.46	c  124s |       9 |   213510 |    10106 |    26687      0 |        1 |        1
129.27/129.30	c  128s |       9 |   213882 |    10306 |    26687      0 |        1 |        1
131.67/131.78	c  131s |       9 |   215211 |    10506 |    26687      0 |        1 |        1
134.37/134.44	c  133s |       9 |   218818 |    10706 |    26687      0 |        1 |        1
137.97/138.00	c  137s |       9 |   219017 |    10906 |    26687      0 |        1 |        1
141.27/141.33	c  140s |       9 |   224973 |    11206 |    26687      0 |        1 |        1
144.27/144.33	c  143s |      10 |   225128 |    11361 |    29356      0 |        1 |        1
146.28/146.38	c  145s |      10 |   225340 |    11461 |    29356      0 |        1 |        1
150.07/150.16	c  149s |      10 |   225541 |    11661 |    29356      0 |        1 |        1
153.87/153.93	c  153s |      10 |   225742 |    11861 |    29356      0 |        1 |        1
155.87/155.94	c  155s |      10 |   229785 |    12061 |    29356      0 |        1 |        1
158.27/158.40	c  157s |      10 |   235059 |    12361 |    29356      0 |        1 |        1
160.58/160.65	c  160s |      10 |   241797 |    12561 |    29356      0 |        1 |        1
163.17/163.29	c  162s |      10 |   246613 |    12761 |    29356      0 |        1 |        1
166.57/166.62	c  165s |      10 |   249171 |    13061 |    29356      0 |        1 |        1
168.77/168.87	c  168s |      10 |   260929 |    13261 |    29356      0 |        1 |        1
171.87/171.97	c  171s |      10 |   262958 |    13561 |    29356      0 |        1 |        1
174.37/174.46	c  173s |      10 |   279366 |    13861 |    29356      0 |        1 |        1
177.87/177.91	c  177s |      10 |   279826 |    14061 |    29356      0 |        1 |        1
180.26/180.33	c  179s |      10 |   280260 |    14161 |    29356      0 |        1 |        1
182.46/182.51	c  181s |      10 |   280362 |    14261 |    29356      0 |        1 |        1
184.46/184.52	c  183s |      10 |   280459 |    14361 |    29356      0 |        1 |        1
186.46/186.53	c  185s |      10 |   280663 |    14461 |    29356      0 |        1 |        1
190.27/190.37	c  189s |      10 |   280864 |    14661 |    29356      0 |        1 |        1
194.16/194.20	c  193s |      10 |   281099 |    14861 |    29356      0 |        1 |        1
197.86/197.93	c  197s |      10 |   281297 |    15061 |    29356      0 |        1 |        1
201.56/201.65	c  201s |      10 |   281501 |    15261 |    29356      0 |        1 |        1
205.36/205.40	c  204s |      10 |   281702 |    15461 |    29356      0 |        1 |        1
208.97/209.10	c  208s |      10 |   281900 |    15661 |    29356      0 |        1 |        1
212.37/212.47	c  211s |      10 |   282102 |    15861 |    29356      0 |        1 |        1
215.96/216.04	c  215s |      10 |   282306 |    16061 |    29356      0 |        1 |        1
219.46/219.59	c  218s |      10 |   282508 |    16261 |    29356      0 |        1 |        1
221.66/221.74	c  221s |      10 |   292434 |    16561 |    29356      0 |        1 |        1
223.76/223.82	c  223s |      10 |   293048 |    16661 |    29356      0 |        1 |        1
225.76/225.87	c  225s |      10 |   293145 |    16761 |    29356      0 |        1 |        1
229.66/229.73	c  229s |      10 |   293338 |    16961 |    29356      0 |        1 |        1
233.05/233.10	c  232s |      11 |   293525 |    17144 |    32292      0 |        1 |        1
235.05/235.13	c  234s |      11 |   293749 |    17244 |    32292      0 |        1 |        1
238.76/238.86	c  238s |      11 |   293961 |    17444 |    32292      0 |        1 |        1
242.45/242.57	c  241s |      11 |   294160 |    17644 |    32292      0 |        1 |        1
246.15/246.21	c  245s |      11 |   294360 |    17844 |    32292      0 |        1 |        1
249.76/249.86	c  249s |      11 |   294560 |    18044 |    32292      0 |        1 |        1
253.55/253.62	c  252s |      11 |   294873 |    18244 |    32292      0 |        1 |        1
255.55/255.69	c  255s |      11 |   294973 |    18344 |    32292      0 |        1 |        1
257.65/257.76	c  257s |      11 |   295074 |    18444 |    32292      0 |        1 |        1
261.55/261.65	c  261s |      11 |   295272 |    18644 |    32292      0 |        1 |        1
265.25/265.38	c  264s |      11 |   295471 |    18844 |    32292      0 |        1 |        1
268.15/268.23	c  267s |      11 |   295732 |    19044 |    32292      0 |        1 |        1
271.75/271.88	c  271s |      11 |   296035 |    19344 |    32292      0 |        1 |        1
275.44/275.56	c  274s |      11 |   296236 |    19544 |    32292      0 |        1 |        1
279.04/279.13	c  278s |      11 |   296439 |    19744 |    32292      0 |        1 |        1
282.54/282.70	c  282s |      11 |   296637 |    19944 |    32292      0 |        1 |        1
286.44/286.55	c  285s |      11 |   296912 |    20144 |    32292      0 |        1 |        1
290.14/290.23	c  289s |      11 |   297116 |    20344 |    32292      0 |        1 |        1
293.75/293.86	c  293s |      11 |   297314 |    20544 |    32292      0 |        1 |        1
297.44/297.51	c  296s |      11 |   297514 |    20744 |    32292      0 |        1 |        1
301.24/301.37	c  300s |      11 |   297720 |    20944 |    32292      0 |        1 |        1
304.75/304.85	c  304s |      11 |   297917 |    21144 |    32292      0 |        1 |        1
308.14/308.27	c  307s |      11 |   298120 |    21344 |    32292      0 |        1 |        1
311.54/311.67	c  311s |      11 |   298323 |    21544 |    32292      0 |        1 |        1
315.24/315.34	c  314s |      11 |   298527 |    21744 |    32292      0 |        1 |        1
319.14/319.23	c  318s |      11 |   298724 |    21944 |    32292      0 |        1 |        1
322.84/322.98	c  322s |      11 |   298925 |    22144 |    32292      0 |        1 |        1
326.64/326.73	c  326s |      11 |   299125 |    22344 |    32292      0 |        1 |        1
330.23/330.32	c  329s |      11 |   299329 |    22544 |    32292      0 |        1 |        1
333.93/334.03	c  333s |      11 |   299530 |    22744 |    32292      0 |        1 |        1
337.53/337.63	c  336s |      11 |   299727 |    22944 |    32292      0 |        1 |        1
340.94/341.09	c  340s |      11 |   299929 |    23144 |    32292      0 |        1 |        1
344.53/344.65	c  344s |      11 |   300130 |    23344 |    32292      0 |        1 |        1
348.43/348.55	c  347s |      11 |   300328 |    23544 |    32292      0 |        1 |        1
352.33/352.42	c  351s |      11 |   300528 |    23744 |    32292      0 |        1 |        1
356.03/356.13	c  355s |      11 |   300729 |    23944 |    32292      0 |        1 |        1
359.64/359.74	c  359s |      11 |   300930 |    24144 |    32292      0 |        1 |        1
363.13/363.26	c  362s |      11 |   301130 |    24344 |    32292      0 |        1 |        1
366.83/366.92	c  366s |      11 |   301333 |    24544 |    32292      0 |        1 |        1
370.44/370.55	c  369s |      11 |   301531 |    24744 |    32292      0 |        1 |        1
373.94/374.07	c  373s |      11 |   301731 |    24944 |    32292      0 |        1 |        1
377.43/377.58	c  376s |      11 |   301931 |    25144 |    32292      0 |        1 |        1
381.03/381.13	c  380s |      11 |   302131 |    25344 |    32292      0 |        1 |        1
384.53/384.69	c  384s |      11 |   302334 |    25544 |    32292      0 |        1 |        1
388.34/388.45	c  387s |      11 |   302647 |    25744 |    35522      0 |        1 |        1
389.73/389.88	c  389s |      12 |   302720 |    25819 |    35522      0 |        1 |        1
391.93/392.02	c  391s |      12 |   302956 |    25919 |    35522      0 |        1 |        1
395.63/395.76	c  395s |      12 |   303156 |    26119 |    35522      0 |        1 |        1
399.34/399.42	c  398s |      12 |   303355 |    26319 |    35522      0 |        1 |        1
402.93/403.04	c  402s |      12 |   303557 |    26519 |    35522      0 |        1 |        1
406.53/406.67	c  406s |      12 |   303756 |    26719 |    35522      0 |        1 |        1
410.13/410.21	c  409s |      12 |   303955 |    26919 |    35522      0 |        1 |        1
413.54/413.65	c  413s |      12 |   304156 |    27119 |    35522      0 |        1 |        1
417.03/417.12	c  416s |      12 |   304356 |    27319 |    35522      0 |        1 |        1
420.53/420.66	c  420s |      12 |   304556 |    27519 |    35522      0 |        1 |        1
424.02/424.14	c  423s |      12 |   304758 |    27719 |    35522      0 |        1 |        1
427.52/427.64	c  426s |      12 |   304958 |    27919 |    35522      0 |        1 |        1
431.02/431.13	c  430s |      12 |   305159 |    28119 |    35522      0 |        1 |        1
434.72/434.88	c  434s |      12 |   305358 |    28319 |    35522      0 |        1 |        1
438.32/438.40	c  437s |      12 |   305559 |    28519 |    35522      0 |        1 |        1
441.62/441.72	c  441s |      12 |   305759 |    28719 |    35522      0 |        1 |        1
445.02/445.15	c  444s |      12 |   305961 |    28919 |    35522      0 |        1 |        1
448.62/448.73	c  448s |      12 |   306160 |    29119 |    35522      0 |        1 |        1
452.03/452.19	c  451s |      12 |   306362 |    29319 |    35522      0 |        1 |        1
455.43/455.58	c  454s |      12 |   306560 |    29519 |    35522      0 |        1 |        1
458.82/458.96	c  458s |      12 |   306763 |    29719 |    35522      0 |        1 |        1
462.32/462.48	c  461s |      12 |   306962 |    29919 |    35522      0 |        1 |        1
465.82/465.95	c  465s |      12 |   307163 |    30119 |    35522      0 |        1 |        1
469.12/469.27	c  468s |      12 |   307366 |    30319 |    35522      0 |        1 |        1
472.72/472.86	c  472s |      12 |   307570 |    30519 |    35522      0 |        1 |        1
476.32/476.43	c  475s |      12 |   307771 |    30719 |    35522      0 |        1 |        1
479.82/479.99	c  479s |      12 |   307971 |    30919 |    35522      0 |        1 |        1
483.31/483.43	c  482s |      12 |   308170 |    31119 |    35522      0 |        1 |        1
486.71/486.80	c  486s |      12 |   308373 |    31319 |    35522      0 |        1 |        1
489.91/490.09	c  489s |      12 |   308575 |    31519 |    35522      0 |        1 |        1
493.21/493.34	c  492s |      12 |   308776 |    31719 |    35522      0 |        1 |        1
496.41/496.52	c  495s |      12 |   308973 |    31919 |    35522      0 |        1 |        1
499.81/499.97	c  499s |      12 |   309176 |    32119 |    35522      0 |        1 |        1
503.21/503.33	c  502s |      12 |   309376 |    32319 |    35522      0 |        1 |        1
506.71/506.83	c  506s |      12 |   309573 |    32519 |    35522      0 |        1 |        1
509.81/509.98	c  509s |      12 |   309773 |    32719 |    35522      0 |        1 |        1
513.51/513.68	c  513s |      12 |   309980 |    32919 |    35522      0 |        1 |        1
515.61/515.71	c  515s |      12 |   310080 |    33019 |    35522      0 |        1 |        1
519.31/519.42	c  518s |      12 |   310281 |    33219 |    35522      0 |        1 |        1
523.01/523.16	c  522s |      12 |   310481 |    33419 |    35522      0 |        1 |        1
526.61/526.72	c  526s |      12 |   310684 |    33619 |    35522      0 |        1 |        1
530.30/530.46	c  529s |      12 |   310887 |    33819 |    35522      0 |        1 |        1
533.70/533.90	c  533s |      12 |   311088 |    34019 |    35522      0 |        1 |        1
537.20/537.34	c  536s |      12 |   311288 |    34219 |    35522      0 |        1 |        1
540.70/540.82	c  540s |      12 |   311488 |    34419 |    35522      0 |        1 |        1
544.41/544.58	c  543s |      12 |   311690 |    34619 |    35522      0 |        1 |        1
548.00/548.19	c  547s |      12 |   311892 |    34819 |    35522      0 |        1 |        1
551.80/551.90	c  551s |      12 |   312090 |    35019 |    35522      0 |        1 |        1
555.20/555.37	c  554s |      12 |   312292 |    35219 |    35522      0 |        1 |        1
558.81/558.91	c  558s |      12 |   312493 |    35419 |    35522      0 |        1 |        1
562.20/562.35	c  561s |      12 |   312693 |    35619 |    35522      0 |        1 |        1
565.70/565.85	c  565s |      12 |   312894 |    35819 |    35522      0 |        1 |        1
569.10/569.21	c  568s |      12 |   313095 |    36019 |    35522      0 |        1 |        1
572.80/572.92	c  572s |      12 |   313294 |    36219 |    35522      0 |        1 |        1
576.70/576.89	c  576s |      12 |   313495 |    36419 |    35522      1 |        1 |        1
579.89/580.03	c  579s |      12 |   313696 |    36619 |    35522      1 |        1 |        1
583.01/583.16	c  582s |      12 |   313902 |    36819 |    35522      1 |        1 |        1
586.31/586.43	c  585s |      12 |   314098 |    37019 |    35522      1 |        1 |        1
589.40/589.53	c  588s |      12 |   314299 |    37219 |    35522      1 |        1 |        1
592.40/592.58	c  591s |      12 |   314499 |    37419 |    35522      1 |        1 |        1
595.11/595.22	c  594s |      12 |   314868 |    37619 |    35522      1 |        1 |        1
598.60/598.75	c  598s |      12 |   316269 |    37819 |    35522      1 |        1 |        1
602.30/602.40	c  601s |      12 |   316465 |    38019 |    35522      1 |        1 |        1
605.90/606.02	c  605s |      12 |   316664 |    38219 |    35522      1 |        1 |        1
609.20/609.39	c  608s |      12 |   316864 |    38419 |    35522      1 |        1 |        1
612.89/613.00	c  612s |      12 |   317070 |    38619 |    39075      1 |        1 |        1
616.29/616.45	c  615s |      12 |   317268 |    38819 |    39075      1 |        1 |        1
616.59/616.71	c  616s |      13 |   317280 |    38832 |    39075      1 |        1 |        1
620.19/620.34	c  619s |      13 |   317707 |    39032 |    39075      1 |        1 |        1
623.70/623.86	c  623s |      13 |   317908 |    39232 |    39075      1 |        1 |        1
627.29/627.49	c  626s |      13 |   318107 |    39432 |    39075      1 |        1 |        1
630.89/631.02	c  630s |      13 |   318311 |    39632 |    39075      1 |        1 |        1
634.29/634.42	c  633s |      13 |   318511 |    39832 |    39075      1 |        1 |        1
636.39/636.55	c  635s |      13 |   318619 |    39932 |    39075      1 |        1 |        1
639.89/640.09	c  639s |      13 |   318817 |    40132 |    39075      1 |        1 |        1
643.29/643.47	c  642s |      13 |   319016 |    40332 |    39075      1 |        1 |        1
646.59/646.79	c  646s |      13 |   319216 |    40532 |    39075      1 |        1 |        1
649.89/650.06	c  649s |      13 |   319420 |    40732 |    39075      1 |        1 |        1
653.29/653.49	c  652s |      13 |   319620 |    40932 |    39075      1 |        1 |        1
656.59/656.72	c  656s |      13 |   319819 |    41132 |    39075      1 |        1 |        1
659.78/659.97	c  659s |      13 |   320019 |    41332 |    39075      1 |        1 |        1
663.19/663.31	c  662s |      13 |   320221 |    41532 |    39075      1 |        1 |        1
666.88/667.02	c  666s |      13 |   320421 |    41732 |    39075      1 |        1 |        1
670.28/670.44	c  669s |      13 |   320623 |    41932 |    39075      1 |        1 |        1
673.58/673.78	c  673s |      13 |   320820 |    42132 |    39075      1 |        1 |        1
677.08/677.21	c  676s |      13 |   321024 |    42332 |    39075      1 |        1 |        1
680.38/680.52	c  679s |      13 |   321224 |    42532 |    39075      1 |        1 |        1
683.68/683.80	c  683s |      13 |   321421 |    42732 |    39075      1 |        1 |        1
686.78/686.97	c  686s |      13 |   321622 |    42932 |    39075      1 |        1 |        1
690.18/690.38	c  689s |      13 |   321825 |    43132 |    39075      1 |        1 |        1
693.58/693.78	c  693s |      13 |   322028 |    43332 |    39075      1 |        1 |        1
696.98/697.14	c  696s |      13 |   322228 |    43532 |    39075      1 |        1 |        1
700.28/700.44	c  699s |      13 |   322428 |    43732 |    39075      1 |        1 |        1
703.68/703.81	c  703s |      13 |   322635 |    43932 |    39075      1 |        1 |        1
706.88/707.07	c  706s |      13 |   322831 |    44132 |    39075      1 |        1 |        1
710.18/710.39	c  709s |      13 |   323032 |    44332 |    39075      1 |        1 |        1
713.48/713.60	c  712s |      13 |   323234 |    44532 |    39075      1 |        1 |        1
717.18/717.33	c  716s |      13 |   323448 |    44732 |    39075      1 |        1 |        1
720.68/720.88	c  720s |      13 |   323647 |    44932 |    39075      1 |        1 |        1
724.17/724.36	c  723s |      13 |   323848 |    45132 |    39075      1 |        1 |        1
727.57/727.72	c  727s |      13 |   324051 |    45332 |    39075      1 |        1 |        1
731.07/731.28	c  730s |      13 |   324247 |    45532 |    39075      1 |        1 |        1
734.37/734.58	c  733s |      13 |   324449 |    45732 |    39075      1 |        1 |        1
737.77/737.97	c  737s |      13 |   324648 |    45932 |    39075      1 |        1 |        1
741.07/741.20	c  740s |      13 |   324850 |    46132 |    39075      1 |        1 |        1
744.37/744.56	c  743s |      13 |   325055 |    46332 |    39075      1 |        1 |        1
747.77/747.99	c  747s |      13 |   325252 |    46532 |    39075      1 |        1 |        1
751.07/751.25	c  750s |      13 |   325452 |    46732 |    39075      1 |        1 |        1
754.27/754.44	c  753s |      13 |   325654 |    46932 |    39075      1 |        1 |        1
757.47/757.66	c  757s |      13 |   325854 |    47132 |    39075      1 |        1 |        1
760.67/760.86	c  760s |      13 |   326057 |    47332 |    39075      1 |        1 |        1
763.87/764.07	c  763s |      13 |   326260 |    47532 |    39075      1 |        1 |        1
767.27/767.48	c  766s |      13 |   326460 |    47732 |    39075      1 |        1 |        1
770.87/771.03	c  770s |      13 |   326661 |    47932 |    39075      1 |        1 |        1
774.37/774.53	c  773s |      13 |   326862 |    48132 |    39075      1 |        1 |        1
777.76/777.90	c  777s |      13 |   327061 |    48332 |    39075      1 |        1 |        1
781.16/781.34	c  780s |      13 |   327264 |    48532 |    39075      1 |        1 |        1
784.56/784.77	c  784s |      13 |   327464 |    48732 |    39075      1 |        1 |        1
787.86/788.06	c  787s |      13 |   327670 |    48932 |    39075      1 |        1 |        1
791.06/791.24	c  790s |      13 |   327869 |    49132 |    39075      1 |        1 |        1
794.46/794.68	c  794s |      13 |   328074 |    49332 |    39075      1 |        1 |        1
797.66/797.87	c  797s |      13 |   328271 |    49532 |    39075      1 |        1 |        1
800.96/801.12	c  800s |      13 |   328473 |    49732 |    39075      1 |        1 |        1
804.07/804.21	c  803s |      13 |   328675 |    49932 |    39075      1 |        1 |        1
807.16/807.38	c  806s |      13 |   328875 |    50132 |    39075      1 |        1 |        1
810.26/810.41	c  809s |      13 |   329076 |    50332 |    39075      1 |        1 |        1
813.36/813.52	c  812s |      13 |   329274 |    50532 |    39075      1 |        1 |        1
816.36/816.52	c  815s |      13 |   329485 |    50732 |    39075      1 |        1 |        1
820.16/820.36	c  819s |      13 |   329681 |    50932 |    39075      1 |        1 |        1
823.86/824.08	c  823s |      13 |   329881 |    51132 |    39075      1 |        1 |        1
827.66/827.89	c  827s |      13 |   330084 |    51332 |    39075      1 |        1 |        1
831.36/831.60	c  830s |      13 |   330288 |    51532 |    39075      1 |        1 |        1
834.96/835.16	c  834s |      13 |   330484 |    51732 |    39075      1 |        1 |        1
838.65/838.81	c  838s |      13 |   330687 |    51932 |    39075      1 |        1 |        1
842.25/842.48	c  841s |      13 |   330887 |    52132 |    39075      1 |        1 |        1
845.76/845.91	c  845s |      13 |   331089 |    52332 |    39075      1 |        1 |        1
849.25/849.44	c  848s |      13 |   331289 |    52532 |    39075      1 |        1 |        1
852.55/852.73	c  852s |      13 |   331489 |    52732 |    39075      1 |        1 |        1
855.86/856.03	c  855s |      13 |   331690 |    52932 |    39075      1 |        1 |        1
859.16/859.39	c  858s |      13 |   331889 |    53132 |    39075      1 |        1 |        1
862.56/862.72	c  862s |      13 |   332091 |    53332 |    39075      1 |        1 |        1
865.76/865.97	c  865s |      13 |   332290 |    53532 |    39075      1 |        1 |        1
869.16/869.35	c  868s |      13 |   332490 |    53732 |    39075      1 |        1 |        1
872.66/872.82	c  872s |      13 |   332697 |    53932 |    39075      1 |        1 |        1
876.16/876.30	c  875s |      13 |   332899 |    54132 |    39075      1 |        1 |        1
879.46/879.64	c  878s |      13 |   333100 |    54332 |    39075      1 |        1 |        1
882.96/883.11	c  882s |      13 |   333295 |    54532 |    39075      1 |        1 |        1
886.25/886.46	c  885s |      13 |   333503 |    54732 |    39075      1 |        1 |        1
889.55/889.78	c  889s |      13 |   333698 |    54932 |    39075      1 |        1 |        1
892.85/893.09	c  892s |      13 |   333898 |    55132 |    39075      1 |        1 |        1
896.05/896.27	c  895s |      13 |   334099 |    55332 |    39075      1 |        1 |        1
899.45/899.61	c  898s |      13 |   334297 |    55532 |    39075      1 |        1 |        1
902.75/902.91	c  902s |      13 |   334499 |    55732 |    39075      1 |        1 |        1
905.95/906.14	c  905s |      13 |   334699 |    55932 |    39075      1 |        1 |        1
909.05/909.26	c  908s |      13 |   334900 |    56132 |    39075      1 |        1 |        1
912.45/912.69	c  912s |      13 |   335104 |    56332 |    39075      1 |        1 |        1
915.95/916.16	c  915s |      13 |   335304 |    56532 |    39075      1 |        1 |        1
919.35/919.56	c  918s |      13 |   335505 |    56732 |    39075      1 |        1 |        1
922.65/922.86	c  922s |      13 |   335704 |    56932 |    39075      1 |        1 |        1
925.05/925.29	c  924s |      13 |   339172 |    57232 |    39075      1 |        1 |        1
927.15/927.33	c  926s |      13 |   341522 |    57432 |    39075      1 |        1 |        1
929.95/930.15	c  929s |      13 |   345591 |    57632 |    39075      1 |        1 |        1
933.85/934.01	c  933s |      13 |   349473 |    57932 |    39075      2 |        1 |        1
937.24/937.45	c  936s |      13 |   356297 |    58232 |    42983      2 |        1 |        1
939.14/939.33	c  938s |      14 |   359445 |    58352 |    42983      2 |        1 |        1
941.34/941.53	c  940s |      14 |   365042 |    58652 |    42983      2 |        1 |        1
943.44/943.61	c  942s |      14 |   366744 |    58852 |    42983      2 |        1 |        1
946.84/947.05	c  946s |      14 |   371995 |    59152 |    42983      2 |        1 |        1
948.84/949.07	c  948s |      14 |   374686 |    59352 |    42983      2 |        1 |        1
952.34/952.60	c  951s |      14 |   377789 |    59652 |    42983      2 |        1 |        1
955.04/955.26	c  954s |      14 |   384599 |    59952 |    42983      2 |        1 |        1
957.74/957.94	c  957s |      14 |   385149 |    60152 |    42983      2 |        1 |        1
959.74/959.99	c  959s |      14 |   385795 |    60252 |    42983      2 |        1 |        1
963.34/963.54	c  962s |      14 |   394042 |    60452 |    42983      2 |        1 |        1
965.75/965.91	c  965s |      14 |   394142 |    60552 |    42983      2 |        1 |        1
971.54/971.78	c  971s |      14 |   394342 |    60752 |    42983      2 |        1 |        1
975.23/975.47	c  974s |      14 |   394543 |    60952 |    42983      2 |        1 |        1
979.95/980.11	c  979s |      14 |   394747 |    61152 |    42983      2 |        1 |        1
983.74/983.90	c  983s |      14 |   394944 |    61352 |    42983      2 |        1 |        1
987.34/987.57	c  986s |      14 |   395145 |    61552 |    42983      2 |        1 |        1
991.14/991.33	c  990s |      14 |   395345 |    61752 |    42983      2 |        1 |        1
994.94/995.16	c  994s |      14 |   395547 |    61952 |    42983      2 |        1 |        1
998.83/999.02	c  998s |      14 |   395747 |    62152 |    42983      2 |        1 |        1
1002.43/1002.64	c 1001s |      14 |   395947 |    62352 |    42983      2 |        1 |        1
1005.93/1006.18	c 1005s |      14 |   396147 |    62552 |    42983      2 |        1 |        1
1009.53/1009.71	c 1009s |      14 |   396353 |    62752 |    42983      2 |        1 |        1
1013.33/1013.54	c 1012s |      14 |   396555 |    62952 |    42983      2 |        1 |        1
1015.33/1015.56	c 1014s |      14 |   396655 |    63052 |    42983      2 |        1 |        1
1019.03/1019.27	c 1018s |      14 |   396855 |    63252 |    42983      2 |        1 |        1
1022.63/1022.84	c 1022s |      14 |   397051 |    63452 |    42983      2 |        1 |        1
1026.33/1026.52	c 1025s |      14 |   397254 |    63652 |    42983      2 |        1 |        1
1030.03/1030.27	c 1029s |      14 |   397454 |    63852 |    42983      2 |        1 |        1
1034.23/1034.40	c 1033s |      14 |   397657 |    64052 |    42983      2 |        1 |        1
1038.13/1038.34	c 1037s |      14 |   397855 |    64252 |    42983      2 |        1 |        1
1041.93/1042.19	c 1041s |      14 |   398056 |    64452 |    42983      2 |        1 |        1
1045.73/1045.98	c 1045s |      14 |   398256 |    64652 |    42983      2 |        1 |        1
1049.73/1049.92	c 1049s |      14 |   398454 |    64852 |    42983      2 |        1 |        1
1053.52/1053.75	c 1053s |      14 |   398743 |    65052 |    42983      2 |        1 |        1
1057.22/1057.42	c 1056s |      14 |   398943 |    65252 |    42983      2 |        1 |        1
1060.62/1060.89	c 1060s |      14 |   399142 |    65452 |    42983      2 |        1 |        1
1064.22/1064.42	c 1063s |      14 |   399343 |    65652 |    42983      2 |        1 |        1
1067.42/1067.68	c 1067s |      14 |   399841 |    65852 |    42983      2 |        1 |        1
1070.42/1070.68	c 1070s |      14 |   403323 |    66152 |    42983      2 |        1 |        1
1074.02/1074.20	c 1073s |      14 |   405704 |    66452 |    42983      2 |        1 |        1
1076.12/1076.34	c 1075s |      14 |   410949 |    66652 |    42983      2 |        1 |        1
1078.22/1078.48	c 1077s |      14 |   412140 |    66852 |    42983      2 |        1 |        1
1081.02/1081.22	c 1080s |      14 |   412395 |    67052 |    42983      2 |        1 |        1
1083.52/1083.74	c 1083s |      14 |   417218 |    67352 |    42983      2 |        1 |        1
1086.42/1086.67	c 1086s |      14 |   420097 |    67552 |    42983      2 |        1 |        1
1089.42/1089.66	c 1089s |      14 |   424695 |    67852 |    42983      2 |        1 |        1
1092.02/1092.20	c 1091s |      14 |   428707 |    68052 |    42983      2 |        1 |        1
1095.12/1095.34	c 1094s |      14 |   431152 |    68252 |    42983      2 |        1 |        1
1098.42/1098.67	c 1098s |      14 |   433526 |    68552 |    42983      2 |        1 |        1
1101.62/1101.89	c 1101s |      14 |   435033 |    68752 |    42983      2 |        1 |        1
1104.02/1104.22	c 1103s |      14 |   435134 |    68852 |    42983      2 |        1 |        1
1106.32/1106.50	c 1105s |      14 |   435245 |    68952 |    42983      2 |        1 |        1
1108.62/1108.86	c 1108s |      14 |   435342 |    69052 |    42983      2 |        1 |        1
1110.92/1111.14	c 1110s |      14 |   435437 |    69152 |    42983      2 |        1 |        1
1113.21/1113.48	c 1112s |      14 |   435542 |    69252 |    42983      2 |        1 |        1
1115.51/1115.75	c 1115s |      14 |   435635 |    69352 |    42983      2 |        1 |        1
1117.71/1117.96	c 1117s |      14 |   435742 |    69452 |    42983      2 |        1 |        1
1120.01/1120.20	c 1119s |      14 |   435836 |    69552 |    42983      2 |        1 |        1
1122.21/1122.45	c 1121s |      14 |   435940 |    69652 |    42983      2 |        1 |        1
1124.51/1124.75	c 1124s |      14 |   436053 |    69752 |    42983      2 |        1 |        1
1126.81/1127.08	c 1126s |      14 |   436146 |    69852 |    42983      2 |        1 |        1
1129.11/1129.32	c 1128s |      14 |   436252 |    69952 |    42983      2 |        1 |        1
1131.31/1131.55	c 1130s |      14 |   436340 |    70052 |    42983      2 |        1 |        1
1133.51/1133.72	c 1133s |      14 |   436450 |    70152 |    42983      2 |        1 |        1
1135.71/1135.93	c 1135s |      14 |   436539 |    70252 |    42983      2 |        1 |        1
1138.01/1138.20	c 1137s |      14 |   436645 |    70352 |    42983      2 |        1 |        1
1140.11/1140.33	c 1139s |      14 |   436748 |    70452 |    42983      2 |        1 |        1
1142.21/1142.45	c 1141s |      14 |   436851 |    70552 |    42983      2 |        1 |        1
1144.41/1144.61	c 1143s |      14 |   436951 |    70652 |    42983      2 |        1 |        1
1146.51/1146.75	c 1146s |      14 |   437054 |    70752 |    42983      2 |        1 |        1
1148.71/1148.94	c 1148s |      14 |   437156 |    70852 |    42983      2 |        1 |        1
1151.11/1151.30	c 1150s |      14 |   437252 |    70952 |    42983      2 |        1 |        1
1153.31/1153.57	c 1152s |      14 |   437347 |    71052 |    42983      2 |        1 |        1
1155.61/1155.80	c 1155s |      14 |   437444 |    71152 |    42983      2 |        1 |        1
1157.71/1157.97	c 1157s |      14 |   437553 |    71252 |    42983      2 |        1 |        1
1159.90/1160.19	c 1159s |      14 |   437653 |    71352 |    42983      2 |        1 |        1
1162.20/1162.42	c 1161s |      14 |   437746 |    71452 |    42983      2 |        1 |        1
1164.30/1164.53	c 1163s |      14 |   437843 |    71552 |    42983      2 |        1 |        1
1166.50/1166.72	c 1166s |      14 |   437955 |    71652 |    42983      2 |        1 |        1
1168.60/1168.82	c 1168s |      14 |   438050 |    71752 |    42983      2 |        1 |        1
1170.80/1171.05	c 1170s |      14 |   438154 |    71852 |    42983      2 |        1 |        1
1173.10/1173.35	c 1172s |      14 |   438249 |    71952 |    42983      2 |        1 |        1
1175.40/1175.60	c 1174s |      14 |   438360 |    72052 |    42983      2 |        1 |        1
1177.60/1177.82	c 1177s |      14 |   438454 |    72152 |    42983      2 |        1 |        1
1179.70/1179.94	c 1179s |      14 |   438551 |    72252 |    42983      2 |        1 |        1
1181.90/1182.16	c 1181s |      14 |   438653 |    72352 |    42983      2 |        1 |        1
1184.10/1184.33	c 1183s |      14 |   438760 |    72452 |    42983      2 |        1 |        1
1186.20/1186.46	c 1185s |      14 |   438857 |    72552 |    42983      2 |        1 |        1
1188.30/1188.54	c 1187s |      14 |   438952 |    72652 |    42983      2 |        1 |        1
1190.40/1190.62	c 1189s |      14 |   439048 |    72752 |    42983      2 |        1 |        1
1192.50/1192.71	c 1192s |      14 |   439156 |    72852 |    42983      2 |        1 |        1
1194.70/1194.93	c 1194s |      14 |   439257 |    72952 |    42983      2 |        1 |        1
1196.80/1197.05	c 1196s |      14 |   439351 |    73052 |    42983      2 |        1 |        1
1198.90/1199.14	c 1198s |      14 |   439449 |    73152 |    42983      2 |        1 |        1
1201.00/1201.21	c 1200s |      14 |   439561 |    73252 |    42983      2 |        1 |        1
1203.00/1203.26	c 1202s |      14 |   439655 |    73352 |    42983      2 |        1 |        1
1205.20/1205.41	c 1204s |      14 |   439754 |    73452 |    42983      2 |        1 |        1
1207.20/1207.42	c 1206s |      14 |   439850 |    73552 |    42983      2 |        1 |        1
1211.20/1211.41	c 1210s |      14 |   440056 |    73752 |    42983      2 |        1 |        1
1213.20/1213.43	c 1212s |      14 |   440153 |    73852 |    42983      2 |        1 |        1
1215.40/1215.63	c 1214s |      14 |   440264 |    73952 |    42983      2 |        1 |        1
1217.50/1217.80	c 1217s |      14 |   440354 |    74052 |    42983      2 |        1 |        1
1219.70/1219.95	c 1219s |      14 |   440458 |    74152 |    42983      2 |        1 |        1
1221.79/1222.03	c 1221s |      14 |   440564 |    74252 |    42983      2 |        1 |        1
1223.89/1224.14	c 1223s |      14 |   440652 |    74352 |    42983      2 |        1 |        1
1225.99/1226.25	c 1225s |      14 |   440760 |    74452 |    42983      2 |        1 |        1
1228.09/1228.30	c 1227s |      14 |   440855 |    74552 |    42983      2 |        1 |        1
1230.09/1230.31	c 1229s |      14 |   440956 |    74652 |    42983      2 |        1 |        1
1234.10/1234.35	c 1233s |      14 |   441150 |    74852 |    42983      2 |        1 |        1
1236.49/1236.74	c 1236s |      14 |   441268 |    74952 |    42983      2 |        1 |        1
1238.79/1239.04	c 1238s |      14 |   441368 |    75052 |    42983      2 |        1 |        1
1241.09/1241.32	c 1240s |      14 |   441465 |    75152 |    42983      2 |        1 |        1
1243.29/1243.55	c 1242s |      14 |   441565 |    75252 |    42983      2 |        1 |        1
1245.59/1245.82	c 1245s |      14 |   441663 |    75352 |    42983      2 |        1 |        1
1247.79/1248.01	c 1247s |      14 |   441763 |    75452 |    42983      2 |        1 |        1
1249.89/1250.19	c 1249s |      14 |   441860 |    75552 |    42983      2 |        1 |        1
1252.09/1252.38	c 1251s |      14 |   441961 |    75652 |    42983      2 |        1 |        1
1254.29/1254.55	c 1253s |      14 |   442055 |    75752 |    42983      2 |        1 |        1
1256.59/1256.85	c 1256s |      14 |   442170 |    75852 |    42983      2 |        1 |        1
1258.79/1259.08	c 1258s |      14 |   442270 |    75952 |    42983      2 |        1 |        1
1260.99/1261.27	c 1260s |      14 |   442367 |    76052 |    42983      2 |        1 |        1
1263.19/1263.41	c 1262s |      14 |   442466 |    76152 |    42983      2 |        1 |        1
1265.29/1265.58	c 1264s |      14 |   442564 |    76252 |    42983      2 |        1 |        1
1267.39/1267.65	c 1267s |      14 |   442665 |    76352 |    42983      2 |        1 |        1
1269.49/1269.73	c 1269s |      14 |   442762 |    76452 |    42983      2 |        1 |        1
1271.49/1271.79	c 1271s |      14 |   442861 |    76552 |    42983      2 |        1 |        1
1273.59/1273.85	c 1273s |      14 |   442956 |    76652 |    42983      2 |        1 |        1
1275.79/1276.10	c 1275s |      14 |   443072 |    76752 |    42983      2 |        1 |        1
1277.99/1278.29	c 1277s |      14 |   443173 |    76852 |    42983      2 |        1 |        1
1280.19/1280.42	c 1279s |      14 |   443271 |    76952 |    42983      2 |        1 |        1
1282.28/1282.52	c 1281s |      14 |   443370 |    77052 |    42983      2 |        1 |        1
1284.38/1284.67	c 1284s |      14 |   443469 |    77152 |    42983      2 |        1 |        1
1286.48/1286.73	c 1286s |      14 |   443569 |    77252 |    42983      2 |        1 |        1
1288.48/1288.78	c 1288s |      14 |   443667 |    77352 |    42983      2 |        1 |        1
1290.58/1290.83	c 1290s |      14 |   443766 |    77452 |    42983      2 |        1 |        1
1292.57/1292.89	c 1292s |      14 |   443860 |    77552 |    42983      2 |        1 |        1
1295.07/1295.31	c 1294s |      14 |   443968 |    77652 |    42983      2 |        1 |        1
1297.37/1297.62	c 1296s |      14 |   444066 |    77752 |    42983      2 |        1 |        1
1299.57/1299.89	c 1299s |      14 |   444166 |    77852 |    42983      2 |        1 |        1
1301.87/1302.12	c 1301s |      14 |   444278 |    77952 |    42983      2 |        1 |        1
1304.17/1304.40	c 1303s |      14 |   444376 |    78052 |    42983      2 |        1 |        1
1306.27/1306.58	c 1305s |      14 |   444476 |    78152 |    42983      2 |        1 |        1
1308.47/1308.70	c 1308s |      14 |   444574 |    78252 |    42983      2 |        1 |        1
1310.57/1310.87	c 1310s |      14 |   444673 |    78352 |    42983      2 |        1 |        1
1312.77/1313.01	c 1312s |      14 |   444768 |    78452 |    42983      2 |        1 |        1
1314.97/1315.27	c 1314s |      14 |   444872 |    78552 |    42983      2 |        1 |        1
1317.17/1317.44	c 1316s |      14 |   444970 |    78652 |    42983      2 |        1 |        1
1319.27/1319.56	c 1318s |      14 |   445069 |    78752 |    42983      2 |        1 |        1
1321.37/1321.60	c 1320s |      14 |   445167 |    78852 |    42983      2 |        1 |        1
1323.47/1323.73	c 1323s |      14 |   445271 |    78952 |    42983      2 |        1 |        1
1325.47/1325.78	c 1325s |      14 |   445369 |    79052 |    42983      2 |        1 |        1
1329.57/1329.83	c 1329s |      14 |   445583 |    79252 |    42983      2 |        1 |        1
1331.57/1331.84	c 1331s |      14 |   445677 |    79352 |    42983      2 |        1 |        1
1333.87/1334.11	c 1333s |      14 |   445777 |    79452 |    42983      2 |        1 |        1
1336.07/1336.32	c 1335s |      14 |   445873 |    79552 |    42983      2 |        1 |        1
1338.17/1338.40	c 1337s |      14 |   445969 |    79652 |    42983      2 |        1 |        1
1340.27/1340.53	c 1339s |      14 |   446084 |    79752 |    42983      2 |        1 |        1
1342.37/1342.64	c 1341s |      14 |   446180 |    79852 |    42983      2 |        1 |        1
1346.37/1346.64	c 1346s |      14 |   446373 |    80052 |    42983      2 |        1 |        1
1348.38/1348.68	c 1348s |      14 |   446486 |    80152 |    42983      2 |        1 |        1
1350.68/1350.94	c 1350s |      14 |   446582 |    80252 |    42983      2 |        1 |        1
1352.88/1353.18	c 1352s |      14 |   446678 |    80352 |    42983      2 |        1 |        1
1355.08/1355.32	c 1354s |      14 |   446774 |    80452 |    42983      2 |        1 |        1
1357.18/1357.48	c 1356s |      14 |   446885 |    80552 |    42983      2 |        1 |        1
1359.38/1359.66	c 1359s |      14 |   446981 |    80652 |    42983      2 |        1 |        1
1361.47/1361.75	c 1361s |      14 |   447077 |    80752 |    42983      2 |        1 |        1
1363.57/1363.83	c 1363s |      14 |   447173 |    80852 |    42983      2 |        1 |        1
1365.77/1366.02	c 1365s |      14 |   447276 |    80952 |    42983      2 |        1 |        1
1367.87/1368.17	c 1367s |      14 |   447384 |    81052 |    42983      2 |        1 |        1
1370.07/1370.30	c 1369s |      14 |   447481 |    81152 |    42983      2 |        1 |        1
1372.07/1372.36	c 1371s |      14 |   447577 |    81252 |    42983      2 |        1 |        1
1374.17/1374.46	c 1373s |      14 |   447676 |    81352 |    42983      2 |        1 |        1
1376.17/1376.47	c 1375s |      14 |   447786 |    81452 |    42983      2 |        1 |        1
1378.17/1378.49	c 1377s |      14 |   447882 |    81552 |    42983      2 |        1 |        1
1380.97/1381.20	c 1380s |      14 |   447981 |    81652 |    42983      3 |        1 |        1
1383.26/1383.55	c 1382s |      14 |   448081 |    81752 |    42983      3 |        1 |        1
1387.26/1387.52	c 1386s |      14 |   448286 |    81952 |    42983      3 |        1 |        1
1391.16/1391.48	c 1390s |      14 |   448482 |    82152 |    42983      3 |        1 |        1
1395.05/1395.32	c 1394s |      14 |   448688 |    82352 |    42983      3 |        1 |        1
1399.45/1399.75	c 1399s |      14 |   448888 |    82552 |    42983      3 |        1 |        1
1401.55/1401.86	c 1401s |      14 |   448994 |    82652 |    42983      3 |        1 |        1
1403.65/1403.91	c 1403s |      14 |   449090 |    82752 |    42983      3 |        1 |        1
1405.66/1405.98	c 1405s |      14 |   449187 |    82852 |    42983      3 |        1 |        1
1407.76/1408.05	c 1407s |      14 |   449289 |    82952 |    42983      3 |        1 |        1
1411.75/1412.03	c 1411s |      14 |   449499 |    83152 |    42983      3 |        1 |        1
1415.85/1416.10	c 1415s |      14 |   449696 |    83352 |    42983      3 |        1 |        1
1417.85/1418.11	c 1417s |      14 |   449794 |    83452 |    42983      3 |        1 |        1
1421.75/1422.01	c 1421s |      14 |   450002 |    83652 |    42983      3 |        1 |        1
1425.55/1425.89	c 1425s |      14 |   450194 |    83852 |    42983      3 |        1 |        1
1429.45/1429.77	c 1429s |      14 |   450404 |    84052 |    42983      3 |        1 |        1
1431.55/1431.87	c 1431s |      14 |   450502 |    84152 |    42983      3 |        1 |        1
1433.65/1433.94	c 1433s |      14 |   450600 |    84252 |    42983      3 |        1 |        1
1435.65/1435.95	c 1435s |      14 |   450697 |    84352 |    42983      3 |        1 |        1
1437.65/1437.97	c 1437s |      14 |   450806 |    84452 |    42983      3 |        1 |        1
1441.55/1441.89	c 1441s |      14 |   450998 |    84652 |    42983      3 |        1 |        1
1445.95/1446.20	c 1445s |      14 |   451210 |    84852 |    42983      3 |        1 |        1
1448.34/1448.66	c 1448s |      14 |   451310 |    84952 |    42983      3 |        1 |        1
1450.84/1451.12	c 1450s |      14 |   451409 |    85052 |    42983      3 |        1 |        1
1453.24/1453.55	c 1452s |      14 |   451506 |    85152 |    42983      3 |        1 |        1
1455.74/1456.02	c 1455s |      14 |   451614 |    85252 |    42983      3 |        1 |        1
1458.04/1458.37	c 1457s |      14 |   451713 |    85352 |    42983      3 |        1 |        1
1460.44/1460.73	c 1460s |      14 |   451812 |    85452 |    42983      3 |        1 |        1
1462.85/1463.18	c 1462s |      14 |   451914 |    85552 |    42983      3 |        1 |        1
1465.34/1465.63	c 1464s |      14 |   452015 |    85652 |    42983      3 |        1 |        1
1467.64/1467.96	c 1467s |      14 |   452114 |    85752 |    42983      3 |        1 |        1
1470.04/1470.33	c 1469s |      14 |   452215 |    85852 |    42983      3 |        1 |        1
1472.34/1472.68	c 1472s |      14 |   452316 |    85952 |    42983      3 |        1 |        1
1474.64/1474.95	c 1474s |      14 |   452419 |    86052 |    42983      3 |        1 |        1
1476.84/1477.16	c 1476s |      14 |   452518 |    86152 |    42983      3 |        1 |        1
1479.64/1479.92	c 1479s |      14 |   452636 |    86252 |    42983      3 |        1 |        1
1482.24/1482.54	c 1481s |      14 |   452737 |    86352 |    42983      3 |        1 |        1
1484.84/1485.10	c 1484s |      14 |   452834 |    86452 |    42983      3 |        1 |        1
1487.34/1487.62	c 1486s |      14 |   452936 |    86552 |    42983      3 |        1 |        1
1489.84/1490.15	c 1489s |      14 |   453037 |    86652 |    42983      3 |        1 |        1
1492.23/1492.53	c 1491s |      14 |   453139 |    86752 |    42983      3 |        1 |        1
1494.74/1495.01	c 1494s |      14 |   453238 |    86852 |    42983      3 |        1 |        1
1497.23/1497.54	c 1496s |      14 |   453346 |    86952 |    42983      3 |        1 |        1
1499.73/1500.07	c 1499s |      14 |   453444 |    87052 |    47282      3 |        1 |        1
1502.23/1502.59	c 1501s |      14 |   453544 |    87152 |    47282      3 |        1 |        1
1504.83/1505.12	c 1504s |      14 |   453641 |    87252 |    47282      3 |        1 |        1
1507.33/1507.67	c 1507s |      14 |   453746 |    87352 |    47282      3 |        1 |        1
1509.73/1510.06	c 1509s |      14 |   453845 |    87452 |    47282      3 |        1 |        1
1512.23/1512.53	c 1511s |      14 |   453945 |    87552 |    47282      3 |        1 |        1
1514.12/1514.50	c 1513s |      15 |   454022 |    87632 |    47282      3 |        1 |        1
1516.92/1517.24	c 1516s |      15 |   454266 |    87732 |    47282      3 |        1 |        1
1519.22/1519.59	c 1518s |      15 |   454364 |    87832 |    47282      3 |        1 |        1
1521.62/1521.91	c 1521s |      15 |   454465 |    87932 |    47282      3 |        1 |        1
1523.82/1524.18	c 1523s |      15 |   454564 |    88032 |    47282      3 |        1 |        1
1526.22/1526.53	c 1525s |      15 |   454665 |    88132 |    47282      3 |        1 |        1
1528.42/1528.74	c 1528s |      15 |   454764 |    88232 |    47282      3 |        1 |        1
1530.62/1530.94	c 1530s |      15 |   454866 |    88332 |    47282      3 |        1 |        1
1532.82/1533.13	c 1532s |      15 |   454965 |    88432 |    47282      3 |        1 |        1
1535.01/1535.36	c 1534s |      15 |   455067 |    88532 |    47282      3 |        1 |        1
1537.11/1537.49	c 1536s |      15 |   455165 |    88632 |    47282      3 |        1 |        1
1539.31/1539.60	c 1538s |      15 |   455267 |    88732 |    47282      3 |        1 |        1
1541.31/1541.65	c 1541s |      15 |   455365 |    88832 |    47282      3 |        1 |        1
1543.51/1543.80	c 1543s |      15 |   455472 |    88932 |    47282      3 |        1 |        1
1545.51/1545.89	c 1545s |      15 |   455571 |    89032 |    47282      3 |        1 |        1
1547.61/1547.98	c 1547s |      15 |   455672 |    89132 |    47282      3 |        1 |        1
1549.61/1550.00	c 1549s |      15 |   455772 |    89232 |    47282      3 |        1 |        1
1552.81/1553.19	c 1552s |      15 |   462547 |    89532 |    47282      3 |        1 |        1
1555.71/1556.03	c 1555s |      15 |   462653 |    89632 |    47282      3 |        1 |        1
1558.31/1558.66	c 1558s |      15 |   462740 |    89732 |    47282      3 |        1 |        1
1561.10/1561.41	c 1560s |      15 |   462838 |    89832 |    47282      3 |        1 |        1
1563.70/1564.09	c 1563s |      15 |   462942 |    89932 |    47282      3 |        1 |        1
1566.40/1566.71	c 1566s |      15 |   463041 |    90032 |    47282      3 |        1 |        1
1569.10/1569.41	c 1568s |      15 |   463145 |    90132 |    47282      3 |        1 |        1
1571.71/1572.00	c 1571s |      15 |   463246 |    90232 |    47282      3 |        1 |        1
1574.30/1574.60	c 1573s |      15 |   463348 |    90332 |    47282      3 |        1 |        1
1577.00/1577.33	c 1576s |      15 |   463441 |    90432 |    47282      3 |        1 |        1
1579.60/1579.98	c 1579s |      15 |   463538 |    90532 |    47282      3 |        1 |        1
1582.40/1582.73	c 1582s |      15 |   463655 |    90632 |    47282      3 |        1 |        1
1585.10/1585.42	c 1584s |      15 |   463750 |    90732 |    47282      3 |        1 |        1
1587.69/1588.04	c 1587s |      15 |   463848 |    90832 |    47282      3 |        1 |        1
1590.30/1590.66	c 1590s |      15 |   463942 |    90932 |    47282      3 |        1 |        1
1592.89/1593.24	c 1592s |      15 |   464053 |    91032 |    47282      3 |        1 |        1
1595.59/1595.90	c 1595s |      15 |   464148 |    91132 |    47282      3 |        1 |        1
1598.19/1598.58	c 1597s |      15 |   464245 |    91232 |    47282      3 |        1 |        1
1600.79/1601.12	c 1600s |      15 |   464339 |    91332 |    47282      3 |        1 |        1
1603.39/1603.80	c 1603s |      15 |   464454 |    91432 |    47282      3 |        1 |        1
1606.09/1606.48	c 1605s |      15 |   464551 |    91532 |    47282      3 |        1 |        1
1608.79/1609.19	c 1608s |      15 |   464651 |    91632 |    47282      3 |        1 |        1
1611.69/1612.07	c 1611s |      15 |   464747 |    91732 |    47282      3 |        1 |        1
1614.39/1614.72	c 1614s |      15 |   464855 |    91832 |    47282      3 |        1 |        1
1617.19/1617.53	c 1616s |      15 |   464953 |    91932 |    47282      3 |        1 |        1
1619.89/1620.30	c 1619s |      15 |   465049 |    92032 |    47282      3 |        1 |        1
1622.59/1622.98	c 1622s |      15 |   465147 |    92132 |    47282      3 |        1 |        1
1625.38/1625.76	c 1625s |      15 |   465259 |    92232 |    47282      3 |        1 |        1
1627.98/1628.34	c 1627s |      15 |   465353 |    92332 |    47282      3 |        1 |        1
1630.78/1631.11	c 1630s |      15 |   465449 |    92432 |    47282      3 |        1 |        1
1633.48/1633.82	c 1633s |      15 |   465551 |    92532 |    47282      3 |        1 |        1
1636.08/1636.45	c 1635s |      15 |   465659 |    92632 |    47282      3 |        1 |        1
1638.79/1639.14	c 1638s |      15 |   465750 |    92732 |    47282      3 |        1 |        1
1641.28/1641.60	c 1640s |      15 |   465852 |    92832 |    47282      3 |        1 |        1
1643.88/1644.22	c 1643s |      15 |   465963 |    92932 |    47282      3 |        1 |        1
1646.49/1646.85	c 1646s |      15 |   466053 |    93032 |    47282      3 |        1 |        1
1649.08/1649.46	c 1648s |      15 |   466159 |    93132 |    47282      3 |        1 |        1
1651.88/1652.22	c 1651s |      15 |   466250 |    93232 |    47282      3 |        1 |        1
1654.38/1654.79	c 1654s |      15 |   466358 |    93332 |    47282      3 |        1 |        1
1656.98/1657.39	c 1656s |      15 |   466459 |    93432 |    47282      3 |        1 |        1
1659.58/1659.97	c 1659s |      15 |   466551 |    93532 |    47282      3 |        1 |        1
1662.58/1662.91	c 1662s |      15 |   466705 |    93632 |    47282      3 |        1 |        1
1665.57/1665.97	c 1665s |      15 |   473673 |    93932 |    47282      3 |        1 |        1
1668.87/1669.28	c 1668s |      15 |   474120 |    94132 |    47282      3 |        1 |        1
1671.68/1672.02	c 1671s |      15 |   479380 |    94332 |    47282      3 |        1 |        1
1673.77/1674.11	c 1673s |      15 |   479380 |    94432 |    47282      3 |        1 |        1
1676.97/1677.37	c 1676s |      15 |   488184 |    94732 |    47282      3 |        1 |        1
1679.87/1680.22	c 1679s |      15 |   488551 |    94832 |    47282      3 |        1 |        1
1682.78/1683.13	c 1682s |      15 |   488650 |    94932 |    47282      3 |        1 |        1
1685.47/1685.86	c 1685s |      15 |   488751 |    95032 |    47282      3 |        1 |        1
1688.47/1688.88	c 1688s |      15 |   488852 |    95132 |    47282      3 |        1 |        1
1691.48/1691.89	c 1691s |      15 |   488953 |    95232 |    47282      3 |        1 |        1
1694.47/1694.84	c 1694s |      15 |   489053 |    95332 |    47282      3 |        1 |        1
1697.47/1697.88	c 1697s |      15 |   489154 |    95432 |    47282      3 |        1 |        1
1700.67/1701.04	c 1700s |      15 |   489255 |    95532 |    47282      3 |        1 |        1
1703.47/1703.88	c 1703s |      15 |   489353 |    95632 |    47282      3 |        1 |        1
1705.57/1705.91	c 1705s |      15 |   492554 |    95832 |    47282      3 |        1 |        1
1708.87/1709.22	c 1708s |      15 |   497921 |    96132 |    47282      3 |        1 |        1
1711.17/1711.53	c 1710s |      15 |   499410 |    96232 |    47282      3 |        1 |        1
1713.67/1714.10	c 1713s |      15 |   505863 |    96432 |    47282      3 |        1 |        1
1716.27/1716.63	c 1715s |      15 |   513590 |    96632 |    47282      3 |        1 |        1
1720.17/1720.57	c 1719s |      15 |   513826 |    96832 |    47282      3 |        1 |        1
1723.37/1723.78	c 1723s |      15 |   521012 |    97132 |    47282      3 |        1 |        1
1725.46/1725.80	c 1725s |      15 |   521351 |    97232 |    47282      3 |        1 |        1
1727.66/1728.06	c 1727s |      15 |   527982 |    97432 |    47282      3 |        1 |        1
1730.56/1730.96	c 1730s |      15 |   530296 |    97732 |    47282      3 |        1 |        1
1734.16/1734.59	c 1733s |      15 |   534509 |    97932 |    47282      3 |        1 |        1
1737.26/1737.69	c 1737s |      15 |   540471 |    98232 |    47282      3 |        1 |        1
1740.56/1740.96	c 1740s |      15 |   540840 |    98432 |    47282      3 |        1 |        1
1742.66/1743.07	c 1742s |      15 |   550267 |    98632 |    47282      3 |        1 |        1
1744.86/1745.21	c 1744s |      15 |   550267 |    98732 |    47282      3 |        1 |        1
1747.76/1748.10	c 1747s |      15 |   557348 |    98932 |    47282      3 |        1 |        1
1750.26/1750.64	c 1750s |      15 |   557348 |    99032 |    47282      3 |        1 |        1
1754.46/1754.86	c 1754s |      15 |   567027 |    99332 |    47282      3 |        1 |        1
1757.06/1757.45	c 1756s |      15 |   576737 |    99532 |    47282      3 |        1 |        1
1759.06/1759.49	c 1758s |      15 |   577039 |    99632 |    47282      3 |        1 |        1
1761.96/1762.31	c 1761s |      15 |   585374 |    99832 |    47282      3 |        1 |        1
1766.16/1766.55	c 1765s |      15 |   585806 |   100032 |    47282      3 |        1 |        1
1770.77/1771.13	c 1770s |      15 |   591320 |   100132 |    47282      3 |        1 |        1
1774.66/1775.02	c 1774s |      15 |   591508 |   100332 |    47282      3 |        1 |        1
1776.86/1777.23	c 1776s |      15 |   597920 |   100532 |    47282      3 |        1 |        1
1779.26/1779.68	c 1779s |      15 |   597982 |   100632 |    47282      3 |        1 |        1
1781.86/1782.26	c 1781s |      15 |   604903 |   100832 |    47282      3 |        1 |        1
1786.36/1786.71	c 1786s |      15 |   605311 |   101032 |    47282      3 |        1 |        1
1788.36/1788.80	c 1788s |      15 |   610962 |   101232 |    47282      3 |        1 |        1
1790.56/1790.95	c 1790s |      15 |   610962 |   101332 |    47282      3 |        1 |        1
1793.66/1794.03	c 1793s |      15 |   614015 |   101532 |    47282      3 |        1 |        1
1795.86/1796.24	c 1795s |      15 |   622054 |   101732 |    47282      3 |        1 |        1
1799.45/1799.83	c 1799s |      15 |   622386 |   101932 |    47282      3 |        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-4106817-1466278912/watcher-4106817-1466278912 -o /tmp/evaluation-result-4106817-1466278912/solver-4106817-1466278912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466277111-10297 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106817-1466278912.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.14 2.02 3/179 10471
/proc/meminfo: memFree=31074724/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 2809 0 0 0 0 0 0 0 20 0 4 0 29941353 769060864 2658 33554432000 4194304 16246674 140736251967008 140736251966432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 188271 2668 441 2943 0 185165 0
[pid=10471/tid=10472] ppid=10468 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 785838080 2724 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 790032384 2736 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29941353 794226688 2756 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.12 2.14 2.02 3/179 10471
/proc/meminfo: memFree=31074724/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 27828 0 0 0 5 3 0 0 20 0 4 0 29941353 1333334016 27615 33554432000 4194304 16246674 140736251967008 140736251966320 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 325521 27634 800 2943 0 322415 0
[pid=10471/tid=10472] ppid=10468 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1333334016 27646 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1333334016 27658 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1333334016 27669 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200536 s]
/proc/loadavg: 2.12 2.14 2.02 3/179 10471
/proc/meminfo: memFree=31074724/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1312324 CPUtime=0.18 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 47384 0 0 0 12 6 0 0 20 0 4 0 29941353 1343819776 47171 33554432000 4194304 16246674 140736251967008 140736251948928 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328081 47175 838 2943 0 324975 0
[pid=10471/tid=10472] ppid=10468 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1343819776 47177 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1343819776 47180 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1343819776 47182 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300492 s]
/proc/loadavg: 2.12 2.14 2.02 3/179 10471
/proc/meminfo: memFree=31074724/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 47851 0 0 0 22 7 0 0 20 0 4 0 29941353 1344868352 47638 33554432000 4194304 16246674 140736251967008 140736251966320 4220480 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328337 47638 840 2943 0 325231 0
[pid=10471/tid=10472] ppid=10468 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1344868352 47638 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1344868352 47638 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1344868352 47638 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700392 s]
/proc/loadavg: 2.12 2.14 2.02 3/179 10471
/proc/meminfo: memFree=31074724/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 65468 0 0 0 59 10 0 0 20 0 4 0 29941353 1345916928 65255 33554432000 4194304 16246674 140736251967008 140736251966320 13759557 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 65255 912 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 65255 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 65255 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 65255 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50038 s]
/proc/loadavg: 2.12 2.14 2.02 3/183 10475
/proc/meminfo: memFree=29741404/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 233110 0 0 0 115 34 0 0 20 0 4 0 29941353 1345916928 232898 33554432000 4194304 16246674 140736251967008 140736251948928 12478189 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 232914 912 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 232926 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 232935 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 232946 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.11 2.14 2.02 3/183 10475
/proc/meminfo: memFree=29113460/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=3.09 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269810 0 0 0 271 38 0 0 20 0 4 0 29941353 1345916928 269597 33554432000 4194304 16246674 140736251967008 140736251948928 5522925 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269597 915 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269597 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269597 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269597 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30044 s]
/proc/loadavg: 2.11 2.14 2.02 3/183 10475
/proc/meminfo: memFree=29110748/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=6.29 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269812 0 0 0 591 38 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 140736251948928 13950688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269599 917 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.09 2.13 2.02 3/183 10475
/proc/meminfo: memFree=29104588/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=12.68 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269812 0 0 0 1230 38 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 140736251948928 12477865 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269599 917 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1314372

[startup+25.5005 s]
/proc/loadavg: 2.08 2.13 2.02 3/183 10475
/proc/meminfo: memFree=29105604/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=25.48 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269812 0 0 0 2510 38 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 140736251948928 6020448 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269599 917 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1314372

[startup+51.1005 s]
/proc/loadavg: 2.12 2.13 2.02 3/183 10475
/proc/meminfo: memFree=29100404/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269812 0 0 0 5070 38 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 140736251966184 12478258 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269599 917 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

[startup+102.301 s]
/proc/loadavg: 2.38 2.20 2.05 3/183 10476
/proc/meminfo: memFree=29100396/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 269812 0 0 0 10190 38 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 140736251948928 12477709 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 328593 269599 917 2943 0 325487 0
[pid=10471/tid=10472] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1345916928 269599 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372


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

/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1354308

[startup+1302.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 10530
/proc/meminfo: memFree=29044964/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1354308 CPUtime=1302.07 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 279815 0 0 0 130163 44 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 140736251948928 6012131 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 338577 279841 919 2943 0 335471 0
[pid=10471/tid=10472] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1354308

[startup+1362.3 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 10531
/proc/meminfo: memFree=29043740/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1354308 CPUtime=1362.07 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 279818 0 0 0 136162 45 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 140736251948928 12479203 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 338577 279841 919 2943 0 335471 0
[pid=10471/tid=10472] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1354308

[startup+1422.3 s]
/proc/loadavg: 2.15 2.11 2.09 3/183 10532
/proc/meminfo: memFree=29043828/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1354308 CPUtime=1422.06 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 279837 0 0 0 142161 45 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 140736251948864 12875485 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 338577 279841 919 2943 0 335471 0
[pid=10471/tid=10472] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1386811392 279841 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1354308

[startup+1482.3 s]
/proc/loadavg: 2.14 2.12 2.09 3/183 10534
/proc/meminfo: memFree=29008888/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1482.04 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288446 0 0 0 148157 47 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 140736251948928 12478342 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288440 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 1389124

[startup+1542.31 s]
/proc/loadavg: 2.13 2.12 2.09 3/183 10535
/proc/meminfo: memFree=29009888/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1542.02 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288468 0 0 0 154155 47 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 140736251948928 6012036 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288440 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288440 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1389124

[startup+1602.3 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 10536
/proc/meminfo: memFree=29009812/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1601.99 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288590 0 0 0 160152 47 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 140736251948928 6021520 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288545 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1389124

[startup+1662.3 s]
/proc/loadavg: 2.29 2.16 2.10 3/183 10537
/proc/meminfo: memFree=29008856/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1661.98 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288597 0 0 0 166151 47 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 140736251948928 12478221 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288545 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1389124

[startup+1722.3 s]
/proc/loadavg: 2.28 2.18 2.11 3/184 10541
/proc/meminfo: memFree=29010592/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1721.97 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288597 0 0 0 172150 47 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 140736251948928 13949761 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288545 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1389124

[startup+1782.3 s]
/proc/loadavg: 2.19 2.17 2.11 3/183 10543
/proc/meminfo: memFree=29009860/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1781.96 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288597 0 0 0 178148 48 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 140736251948928 12477688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288545 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1389124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.16 2.11 3/183 10543
/proc/meminfo: memFree=29010360/32872528 swapFree=526336/559040
[pid=10471] ppid=10468 vsize=1389124 CPUtime=1800.05 cores=1,3,5,7
/proc/10471/stat : 10471 (toysat) R 10468 10471 10280 0 -1 4202496 288597 0 0 0 179957 48 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 140736251948928 12477688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10471/statm: 347281 288545 919 2943 0 344175 0
[pid=10471/tid=10472] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10472/stat : 10472 (toysat) S 10468 10471 10280 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820010548464 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=10471/tid=10473] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10473/stat : 10473 (toysat) S 10468 10471 10280 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139820000058608 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=10471/tid=10474] ppid=10468 vsize=1389124 CPUtime=0 cores=1,3,5,7
/proc/10471/task/10474/stat : 10474 (toysat) S 10468 10471 10280 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29941353 1422462976 288545 33554432000 4194304 16246674 140736251967008 139819989585072 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1389124

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 10471 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.07
CPU user time (s): 1799.58
CPU system time (s): 0.485926
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 1389124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.485926
maximum resident set size= 1154180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288597
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= 109
involuntary context switches= 1908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54731 second user time and 6.94494 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 21:41:52
IDJOB=4106817
IDBENCH=48275
IDSOLVER=2542
FILE ID=node106/4106817-1466278912
RUNJOBID= node106-1466277111-10297
PBS_JOBID= 19918270
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 9fd52bec996ed780d55ecea52b6ce11a
RANDOM SEED=1321610016

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
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.073
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:        31092480 kB
Buffers:          102776 kB
Cached:           200584 kB
SwapCached:         1736 kB
Active:           271256 kB
Inactive:         202480 kB
Active(anon):     169560 kB
Inactive(anon):     3048 kB
Active(file):     101696 kB
Inactive(file):   199432 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             33004 kB
Writeback:             0 kB
AnonPages:        766976 kB
Mapped:            10276 kB
Shmem:                 0 kB
Slab:             612872 kB
SReclaimable:      56876 kB
SUnreclaim:       555996 kB
KernelStack:        1520 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1687300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 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= 71668 MiB
End job on node106 at 2016-06-18 22:11:53