Trace number 4080117

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.19 1800.47

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_3.opb
MD5SUM12e000f4c238d036e0b89e0774c838fa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
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)75294
Sum of products size (including duplicates)150588
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.00	c 2016-06-07T01:46:55+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-4080117-1465256815.opb"]
0.00/0.01	c use --random-gen="317206675 1717435422 1817096890 3437423849 3435442713 1724914460 2739447505 2134266151 3790731449 4249129598 1190142047 3789994090 2393032331 2212256874 3097471365 3537520678 2829912524 431032452 619155933 1877516707 3654774785 2948781854 1304727943 1356826606 2944107311 488024827 3234451219 1080745713 3657578571 1408496803 3976608282 1833592635 3924198313 3586976346 3302924556 2192154010 2824151206 1158135707 174516200 1305117358 2011799288 253580366 313426282 1014390665 3999919595 675576367 2452566182 428978223 151106811 3910041999 4204448308 2635358655 171673451 3104392845 512427417 545288533 2644236411 3361173722 1420376380 2693836201 2379886847 1734899980 1031936184 1854414754 586814645 3224740822 3063260687 1106166959 778272043 2992976452 2929397114 522175527 3067391387 3960950693 924641539 1669465341 248151440 3537087991 3994568696 4080803028 1661615518 96977514 2073645312 4201889020 3965388339 680605737 3497536342 3338670498 3102081133 2706322097 2721240868 1119600445 665655035 545139694 3589619136 2676316478 47490154 1125325229 2115222147 1991824029 540620412 2831422876 2938351656 1372670900 3427723517 1195626163 3762388723 3359404098 1116112210 3581450367 126602942 1464378637 3079398049 1778428691 1253463819 3484688751 1816809715 3362601703 737433767 2204250119 1121675120 1351362268 64762494 3685117161 1711915101 1687908094 3748816717 3390361529 162182606 156578168 329151174 1491284504 3960106333 1441616989 536664996 3705713659 4088212548 4284181990 1457254704 3793899777 665592929 2638392197 600739955 2060341502 4161158646 832488583 3447437536 3743174395 2369162152 417156227 229219705 3801891460 4053151825 4179441199 447325382 3597688878 1121710132 1007124621 3093222555 3140848360 845669047 3891660404 3717016637 4272087014 3447599058 908285479 3147410492 2958528144 2963388206 624873010 185735772 3665105939 393657935 338441044 706239536 3493686389 2699377766 1489250631 3458280248 212444119 1506602203 4098803363 1891548536 3671027956 1705955081 1318842976 2068804325 299212512 2231905509 1895420220 4113674043 2533144776 3733937500 1011380220 1023697756 1193575940 3386099315 876013565 22623432 1485132182 897863413 2998916093 2962313791 2779262524 3048176777 1858271749 340895374 1918869776 1937801590 1335194419 3102114252 2112680161 3352619977 1224182692 521464059 1480129135 2950687818 3716242315 468344110 29211615 2445263426 1631081343 2437215757 2163745844 454673939 2721150688 2110794757 2817735551 3303823026 411049862 4159830415 2443699802 2867512699 1505790638 980982535 2037262898 2927934459 2562407531 3590765052 1154042944 4274316026 2729555149 4111632207 2208950909 746705175 795828572 2652374269 2511309683 2936713056 1748965253 1442229536 200081883 1374089767 2734431476 3726191458 2796833746 255 362436" option to reproduce the execution
0.19/0.22	c #vars 1000
0.19/0.22	c #constraints 1000
1.99/2.07	c BCD2: Hardening is enabled.
1.99/2.07	c BCD2: BiasedSearch is enabled.
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |    75960      0 |        0 |        0
2.30/2.33	c  0.2s |       0 |     4429 |        0 |    75960      0 |        0 |        0
2.30/2.33	c #cpu_time = 0.135s
2.30/2.33	c #wall_clock_time = 0.135s
2.30/2.33	c #decision = 4429
2.30/2.33	c #random_decision = 6
2.30/2.33	c #conflict = 0
2.30/2.33	c #restart = 0
2.30/2.33	o 931
2.30/2.33	c BCD2: updating upper bound: 1000 -> 930
2.30/2.33	c BCD2: 0 <= obj <= 930
2.30/2.33	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=1 bias=1/2
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |    75960      0 |        0 |        0
2.49/2.52	c  0.2s |       0 |      911 |        0 |    75960      0 |        0 |        0
2.49/2.52	c #cpu_time = 0.156s
2.49/2.52	c #wall_clock_time = 0.156s
2.49/2.52	c #decision = 911
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 0
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: found a new core of size 61: cost of the new core is >=1
2.49/2.52	c lower bound updated to 1
2.49/2.52	c BCD2: 1 <= obj <= 930
2.49/2.52	c BCD2: #cores=1, #unrelaxed=939, #relaxed=61, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=2 bias=2/3
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |    75960      0 |        0 |        0
2.69/2.79	c  0.2s |       0 |      917 |        0 |    75960      0 |        0 |        0
2.69/2.79	c #cpu_time = 0.161s
2.69/2.79	c #wall_clock_time = 0.161s
2.69/2.79	c #decision = 917
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 69: cost of the new core is >=1
2.69/2.79	c lower bound updated to 2
2.69/2.79	c BCD2: 2 <= obj <= 930
2.69/2.79	c BCD2: #cores=2, #unrelaxed=870, #relaxed=130, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=3 bias=3/4
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |    75960      0 |        0 |        0
3.09/3.10	c  0.3s |       0 |     4898 |        0 |    75960      0 |        0 |        0
3.09/3.10	c #cpu_time = 0.191s
3.09/3.10	c #wall_clock_time = 0.191s
3.09/3.10	c #decision = 4898
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 0
3.09/3.10	c #restart = 0
3.09/3.10	o 59
3.09/3.10	c BCD2: updating upper bound: 930 -> 58
3.09/3.11	c BCD2: 2 <= obj <= 58
3.09/3.11	c BCD2: #cores=2, #unrelaxed=870, #relaxed=130, #hardened=0
3.09/3.11	c BCD2: #sat=2 #unsat=3 bias=3/5
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |    75960      0 |        0 |        1
3.69/3.75	c  0.6s |       1 |     1218 |      100 |    75960      0 |        0 |        1
4.49/4.59	c  1.4s |       2 |     2383 |      250 |    83556      0 |        0 |        1
5.79/5.84	c  2.7s |       3 |     3748 |      475 |    91912      0 |        0 |        1
7.59/7.60	c  4.4s |       4 |     5303 |      813 |   101104      0 |        0 |        1
9.89/9.99	c  6.8s |       4 |     6897 |     1213 |   111215      0 |        0 |        1
10.39/10.42	c  7.3s |       5 |     7214 |     1320 |   111215      0 |        0 |        1
12.39/12.42	c  9.3s |       5 |     8703 |     1620 |   122337      0 |        0 |        1
14.39/14.43	c 11.3s |       6 |     9730 |     2081 |   134571      0 |        0 |        1
16.39/16.47	c 13.3s |       6 |    11311 |     2581 |   134571      0 |        0 |        1
18.39/18.47	c 15.3s |       6 |    12603 |     3181 |   134571      0 |        0 |        1
18.59/18.62	c 15.5s |       7 |    12685 |     3223 |   148029      0 |        0 |        1
20.88/20.94	c 17.8s |       7 |    14536 |     3623 |   148029      0 |        0 |        1
23.48/23.58	c 20.4s |       7 |    15225 |     4023 |   148029      0 |        0 |        1
25.78/25.80	c 22.6s |       7 |    15856 |     4423 |   148029      0 |        0 |        1
28.18/28.24	c 25.1s |       7 |    16590 |     4823 |   148029      0 |        0 |        1
29.08/29.12	c 26.0s |       8 |    16827 |     4936 |   162832      0 |        0 |        1
31.38/31.47	c 28.3s |       8 |    18331 |     5236 |   162832      0 |        0 |        1
33.59/33.69	c 30.5s |       8 |    18793 |     5536 |   162832      0 |        0 |        1
35.79/35.89	c 32.7s |       8 |    19324 |     5836 |   162832      0 |        0 |        1
37.89/37.98	c 34.8s |       8 |    19733 |     6136 |   162832      0 |        0 |        1
40.38/40.48	c 37.3s |       8 |    20408 |     6536 |   162832      0 |        0 |        1
42.58/42.60	c 39.4s |       8 |    20879 |     6836 |   162832      0 |        0 |        1
44.68/44.77	c 41.6s |       8 |    21316 |     7136 |   162832      0 |        0 |        1
46.98/47.01	c 43.9s |       8 |    21748 |     7436 |   162832      0 |        0 |        1
47.68/47.72	c 44.6s |       9 |    21846 |     7506 |   179116      0 |        0 |        1
49.98/50.08	c 46.9s |       9 |    23222 |     7806 |   179116      0 |        0 |        1
52.58/52.66	c 49.5s |       9 |    23725 |     8106 |   179116      0 |        0 |        1
55.09/55.12	c 52.0s |       9 |    24257 |     8406 |   179116      0 |        0 |        1
57.48/57.56	c 54.4s |       9 |    24844 |     8706 |   179116      0 |        0 |        1
60.08/60.16	c 57.0s |       9 |    25595 |     9106 |   179116      0 |        0 |        1
62.88/62.92	c 59.8s |       9 |    26057 |     9406 |   179116      0 |        0 |        1
65.28/65.37	c 62.2s |       9 |    26565 |     9706 |   179116      0 |        0 |        1
67.68/67.75	c 64.6s |       9 |    27071 |    10006 |   179116      0 |        0 |        1
69.88/69.90	c 66.8s |       9 |    27401 |    10206 |   179116      0 |        0 |        1
71.98/72.04	c 68.9s |       9 |    27716 |    10406 |   179116      0 |        0 |        1
74.77/74.82	c 71.7s |       9 |    28215 |    10706 |   179116      0 |        0 |        1
77.58/77.63	c 74.5s |       9 |    28667 |    11006 |   179116      0 |        0 |        1
80.38/80.48	c 77.3s |       9 |    29143 |    11306 |   197028      0 |        0 |        1
80.88/80.97	c 77.8s |      10 |    29251 |    11361 |   197028      0 |        0 |        1
83.78/83.81	c 80.7s |      10 |    30445 |    11561 |   197028      0 |        0 |        1
86.38/86.48	c 83.3s |      10 |    30976 |    11861 |   197028      0 |        0 |        1
88.77/88.85	c 85.7s |      10 |    31320 |    12061 |   197028      0 |        0 |        1
91.28/91.40	c 88.3s |      10 |    31646 |    12261 |   197028      0 |        0 |        1
94.27/94.38	c 91.2s |      10 |    31965 |    12461 |   197028      0 |        0 |        1
96.67/96.72	c 93.6s |      10 |    32237 |    12661 |   197028      0 |        0 |        1
98.98/99.10	c 96.0s |      10 |    32536 |    12861 |   197028      0 |        0 |        1
101.58/101.66	c 98.5s |      10 |    32817 |    13061 |   197028      0 |        0 |        1
104.17/104.24	c  101s |      10 |    33142 |    13261 |   197028      0 |        0 |        1
106.97/107.09	c  103s |      10 |    33457 |    13461 |   197028      0 |        0 |        1
109.78/109.88	c  106s |      10 |    33811 |    13661 |   197028      0 |        0 |        1
112.47/112.51	c  109s |      10 |    34219 |    13861 |   197028      0 |        0 |        1
115.68/115.74	c  112s |      10 |    34548 |    14061 |   197028      0 |        0 |        1
118.07/118.17	c  115s |      10 |    34906 |    14261 |   197028      0 |        0 |        1
120.68/120.73	c  117s |      10 |    35353 |    14461 |   197028      0 |        0 |        1
123.97/124.03	c  120s |      10 |    35805 |    14661 |   197028      0 |        0 |        1
127.07/127.13	c  123s |      10 |    36054 |    14861 |   197028      0 |        0 |        1
129.98/130.10	c  126s |      10 |    36321 |    15061 |   197028      0 |        0 |        1
132.87/132.99	c  129s |      10 |    36790 |    15361 |   197028      0 |        0 |        1
134.97/135.01	c  131s |      10 |    37102 |    15561 |   197028      0 |        0 |        1
137.97/138.07	c  134s |      10 |    37603 |    15861 |   197028      0 |        0 |        1
140.87/140.96	c  137s |      10 |    37924 |    16061 |   197028      0 |        0 |        1
144.37/144.49	c  141s |      10 |    38182 |    16261 |   197028      0 |        0 |        1
147.57/147.64	c  144s |      10 |    38456 |    16461 |   197028      0 |        0 |        1
150.78/150.81	c  147s |      10 |    38784 |    16661 |   197028      0 |        0 |        1
153.17/153.24	c  150s |      10 |    39071 |    16861 |   197028      0 |        0 |        1
155.97/156.01	c  152s |      10 |    39383 |    17061 |   216731      0 |        0 |        1
157.77/157.82	c  154s |      11 |    39482 |    17144 |   216731      0 |        0 |        1
160.96/161.00	c  157s |      11 |    40544 |    17244 |   216731      0 |        0 |        1
164.37/164.41	c  161s |      11 |    40829 |    17444 |   216731      0 |        0 |        1
166.47/166.56	c  163s |      11 |    41187 |    17644 |   216731      0 |        0 |        1
168.86/168.98	c  165s |      11 |    41515 |    17844 |   216731      0 |        0 |        1
171.16/171.29	c  168s |      11 |    41789 |    18044 |   216731      0 |        0 |        1
173.66/173.71	c  170s |      11 |    42070 |    18244 |   216731      0 |        0 |        1
176.66/176.75	c  173s |      11 |    42409 |    18444 |   216731      0 |        0 |        1
179.96/180.07	c  176s |      11 |    42713 |    18644 |   216731      0 |        0 |        1
183.17/183.25	c  180s |      11 |    43011 |    18844 |   216731      0 |        0 |        1
185.56/185.66	c  182s |      11 |    43139 |    18944 |   216731      0 |        0 |        1
187.86/187.99	c  184s |      11 |    43282 |    19044 |   216731      0 |        0 |        1
190.16/190.24	c  187s |      11 |    43561 |    19244 |   216731      0 |        0 |        1
193.26/193.39	c  190s |      11 |    43835 |    19444 |   216731      0 |        0 |        1
196.26/196.34	c  193s |      11 |    44101 |    19644 |   216731      0 |        0 |        1
198.56/198.66	c  195s |      11 |    44413 |    19844 |   216731      0 |        0 |        1
200.96/201.08	c  197s |      11 |    44666 |    20044 |   216731      0 |        0 |        1
204.46/204.56	c  201s |      11 |    44990 |    20244 |   216731      0 |        0 |        1
207.66/207.76	c  204s |      11 |    45239 |    20444 |   216731      0 |        0 |        1
210.06/210.12	c  206s |      11 |    45551 |    20644 |   216731      0 |        0 |        1
212.85/212.92	c  209s |      11 |    45905 |    20844 |   216731      0 |        0 |        1
216.35/216.43	c  213s |      11 |    46237 |    21044 |   216731      0 |        0 |        1
219.65/219.79	c  216s |      11 |    46556 |    21244 |   216731      0 |        0 |        1
222.36/222.41	c  219s |      11 |    46689 |    21344 |   216731      0 |        0 |        1
225.56/225.64	c  222s |      11 |    47071 |    21544 |   216731      0 |        0 |        1
230.25/230.37	c  227s |      11 |    47345 |    21744 |   216731      0 |        0 |        1
233.85/233.98	c  230s |      11 |    47462 |    21844 |   216731      0 |        0 |        1
236.15/236.22	c  233s |      11 |    47656 |    21944 |   216731      0 |        0 |        1
238.26/238.36	c  235s |      11 |    47774 |    22044 |   216731      0 |        0 |        1
240.45/240.52	c  237s |      11 |    47938 |    22144 |   216731      0 |        0 |        1
243.65/243.76	c  240s |      11 |    48248 |    22344 |   216731      0 |        0 |        1
246.56/246.66	c  243s |      11 |    48515 |    22544 |   216731      0 |        0 |        1
250.55/250.69	c  247s |      11 |    48781 |    22744 |   216731      0 |        0 |        1
253.46/253.50	c  250s |      11 |    49132 |    22944 |   216731      0 |        0 |        1
256.95/257.03	c  253s |      11 |    49369 |    23144 |   216731      0 |        0 |        1
260.65/260.80	c  257s |      11 |    49607 |    23344 |   216731      0 |        0 |        1
262.96/263.07	c  259s |      11 |    49779 |    23444 |   216731      0 |        0 |        1
265.05/265.13	c  261s |      11 |    49945 |    23544 |   216731      0 |        0 |        1
267.05/267.18	c  264s |      11 |    50098 |    23644 |   216731      0 |        0 |        1
269.56/269.67	c  266s |      11 |    50245 |    23744 |   216731      0 |        0 |        1
272.75/272.80	c  269s |      11 |    50367 |    23844 |   216731      0 |        0 |        1
275.85/275.92	c  272s |      11 |    50478 |    23944 |   216731      0 |        0 |        1
279.45/279.52	c  276s |      11 |    50815 |    24144 |   216731      0 |        0 |        1
282.04/282.12	c  278s |      11 |    50940 |    24244 |   216731      0 |        0 |        1
284.74/284.89	c  281s |      11 |    51075 |    24344 |   216731      0 |        0 |        1
287.64/287.72	c  284s |      11 |    51217 |    24444 |   216731      0 |        0 |        1
290.15/290.24	c  287s |      11 |    51324 |    24544 |   216731      0 |        0 |        1
292.75/292.83	c  289s |      11 |    51442 |    24644 |   216731      0 |        0 |        1
296.24/296.31	c  293s |      11 |    51795 |    24844 |   216731      0 |        0 |        1
298.55/298.63	c  295s |      11 |    52081 |    25044 |   216731      0 |        0 |        1
300.54/300.67	c  297s |      11 |    52380 |    25244 |   216731      0 |        0 |        1
302.84/302.92	c  299s |      11 |    52663 |    25444 |   216731      0 |        0 |        1
305.55/305.65	c  302s |      11 |    52949 |    25644 |   216731      0 |        0 |        1
308.34/308.45	c  305s |      12 |    53248 |    25819 |   238405      0 |        0 |        1
312.34/312.40	c  309s |      12 |    54301 |    25919 |   238405      0 |        0 |        1
314.75/314.89	c  311s |      12 |    54645 |    26119 |   238405      0 |        0 |        1
316.85/316.94	c  313s |      12 |    54978 |    26319 |   238405      0 |        0 |        1
319.64/319.72	c  316s |      12 |    55320 |    26519 |   238405      0 |        0 |        1
322.84/322.99	c  319s |      12 |    55591 |    26719 |   238405      0 |        0 |        1
325.34/325.48	c  322s |      12 |    55946 |    26919 |   238405      0 |        0 |        1
328.34/328.45	c  325s |      12 |    56268 |    27119 |   238405      0 |        0 |        1
330.44/330.53	c  327s |      12 |    56567 |    27319 |   238405      0 |        0 |        1
333.74/333.88	c  330s |      12 |    56854 |    27519 |   238405      0 |        0 |        1
336.24/336.33	c  333s |      12 |    57179 |    27719 |   238405      0 |        0 |        1
340.04/340.16	c  337s |      12 |    57470 |    27919 |   238405      0 |        0 |        1
342.25/342.32	c  339s |      12 |    57583 |    28019 |   238405      0 |        0 |        1
344.34/344.41	c  341s |      12 |    57747 |    28119 |   238405      0 |        0 |        1
346.64/346.73	c  343s |      12 |    57869 |    28219 |   238405      0 |        0 |        1
348.93/349.02	c  345s |      12 |    58014 |    28319 |   238405      0 |        0 |        1
352.24/352.33	c  349s |      12 |    58281 |    28519 |   238405      0 |        0 |        1
354.44/354.50	c  351s |      12 |    58429 |    28619 |   238405      0 |        0 |        1
356.84/356.96	c  353s |      12 |    58781 |    28819 |   238405      0 |        0 |        1
360.54/360.62	c  357s |      12 |    59068 |    29019 |   238405      0 |        0 |        1
362.93/363.07	c  359s |      12 |    59179 |    29119 |   238405      0 |        0 |        1
367.03/367.18	c  364s |      12 |    59448 |    29319 |   238405      0 |        0 |        1
369.44/369.57	c  366s |      12 |    59593 |    29419 |   238405      0 |        0 |        1
371.54/371.67	c  368s |      12 |    59726 |    29519 |   238405      0 |        0 |        1
375.24/375.36	c  372s |      12 |    59989 |    29719 |   238405      0 |        0 |        1
378.73/378.88	c  375s |      12 |    60247 |    29919 |   238405      0 |        0 |        1
381.84/381.90	c  378s |      12 |    60516 |    30119 |   238405      0 |        0 |        1
384.93/385.03	c  381s |      12 |    60772 |    30319 |   238405      0 |        0 |        1
388.23/388.40	c  385s |      12 |    61047 |    30519 |   238405      0 |        0 |        1
390.63/390.79	c  387s |      12 |    61211 |    30619 |   238405      0 |        0 |        1
393.94/394.03	c  390s |      12 |    61461 |    30819 |   238405      0 |        0 |        1
397.14/397.23	c  394s |      12 |    61759 |    31019 |   238405      0 |        0 |        1
399.33/399.41	c  396s |      12 |    61895 |    31119 |   238405      0 |        0 |        1
402.12/402.27	c  399s |      12 |    62003 |    31219 |   238405      0 |        0 |        1
404.84/404.95	c  401s |      12 |    62284 |    31419 |   238405      0 |        0 |        1
407.92/408.02	c  404s |      12 |    62536 |    31619 |   238405      0 |        0 |        1
411.13/411.28	c  408s |      12 |    62815 |    31819 |   238405      0 |        0 |        1
414.53/414.63	c  411s |      12 |    63095 |    32019 |   238405      0 |        0 |        1
416.62/416.72	c  413s |      12 |    63230 |    32119 |   238405      0 |        0 |        1
419.63/419.73	c  416s |      12 |    63532 |    32319 |   238405      0 |        0 |        1
422.33/422.45	c  419s |      12 |    63825 |    32519 |   238405      0 |        0 |        1
425.23/425.37	c  422s |      12 |    64107 |    32719 |   238405      0 |        0 |        1
428.62/428.78	c  425s |      12 |    64424 |    32919 |   238405      0 |        0 |        1
432.43/432.59	c  429s |      12 |    64688 |    33119 |   238405      0 |        0 |        1
434.72/434.81	c  431s |      12 |    64807 |    33219 |   238405      0 |        0 |        1
438.13/438.26	c  435s |      12 |    65104 |    33419 |   238405      0 |        0 |        1
441.53/441.63	c  438s |      12 |    65343 |    33619 |   238405      0 |        0 |        1
443.82/443.93	c  440s |      12 |    65479 |    33719 |   238405      0 |        0 |        1
447.32/447.45	c  444s |      12 |    65729 |    33919 |   238405      0 |        0 |        1
449.42/449.52	c  446s |      12 |    65847 |    34019 |   238405      0 |        0 |        1
452.82/452.97	c  449s |      12 |    66099 |    34219 |   238405      0 |        0 |        1
455.82/455.92	c  452s |      12 |    66500 |    34419 |   238405      0 |        0 |        1
458.32/458.48	c  455s |      12 |    66911 |    34619 |   238405      0 |        0 |        1
461.32/461.45	c  458s |      12 |    67333 |    34819 |   238405      0 |        0 |        1
464.33/464.46	c  461s |      12 |    67685 |    35019 |   238405      0 |        0 |        1
466.32/466.48	c  463s |      12 |    67826 |    35119 |   238405      0 |        0 |        1
469.52/469.66	c  466s |      12 |    68160 |    35319 |   238405      0 |        0 |        1
471.72/471.84	c  468s |      12 |    68513 |    35519 |   238405      0 |        0 |        1
475.23/475.34	c  472s |      12 |    68821 |    35719 |   238405      0 |        0 |        1
478.92/479.07	c  475s |      12 |    69160 |    35919 |   238405      0 |        0 |        1
482.02/482.16	c  479s |      12 |    69516 |    36119 |   238405      0 |        0 |        1
484.12/484.25	c  481s |      12 |    69663 |    36219 |   238405      0 |        0 |        1
486.82/486.95	c  483s |      12 |    69803 |    36319 |   238405      0 |        0 |        1
489.81/489.95	c  486s |      12 |    69925 |    36419 |   238405      0 |        0 |        1
491.92/492.08	c  488s |      12 |    70062 |    36519 |   238405      0 |        0 |        1
495.51/495.69	c  492s |      12 |    70343 |    36719 |   238405      0 |        0 |        1
499.52/499.61	c  496s |      12 |    70482 |    36819 |   238405      0 |        0 |        1
501.91/502.04	c  498s |      12 |    70618 |    36919 |   238405      0 |        0 |        1
503.92/504.04	c  500s |      12 |    70761 |    37019 |   238405      0 |        0 |        1
507.32/507.45	c  504s |      12 |    71028 |    37219 |   238405      0 |        0 |        1
511.11/511.26	c  508s |      12 |    71336 |    37419 |   238405      0 |        0 |        1
513.31/513.49	c  510s |      12 |    71477 |    37519 |   238405      0 |        0 |        1
515.41/515.54	c  512s |      12 |    71630 |    37619 |   238405      0 |        0 |        1
518.01/518.16	c  515s |      12 |    71751 |    37719 |   238405      0 |        0 |        1
520.41/520.53	c  517s |      12 |    71882 |    37819 |   238405      0 |        0 |        1
523.91/524.05	c  520s |      12 |    72164 |    38019 |   238405      0 |        0 |        1
526.31/526.44	c  523s |      12 |    72309 |    38119 |   238405      0 |        0 |        1
528.61/528.71	c  525s |      12 |    72459 |    38219 |   238405      0 |        0 |        1
531.71/531.82	c  528s |      12 |    72597 |    38319 |   238405      0 |        0 |        1
533.81/533.90	c  530s |      12 |    72748 |    38419 |   238405      0 |        0 |        1
536.01/536.19	c  533s |      12 |    72881 |    38519 |   238405      0 |        0 |        1
538.11/538.23	c  535s |      12 |    73015 |    38619 |   262246      0 |        0 |        1
541.01/541.19	c  538s |      12 |    73307 |    38819 |   262246      0 |        0 |        1
541.21/541.35	c  538s |      13 |    73324 |    38832 |   262246      0 |        0 |        1
547.51/547.60	c  544s |      13 |    74411 |    38932 |   262246      0 |        0 |        1
550.91/551.08	c  547s |      13 |    74692 |    39132 |   262246      0 |        0 |        1
553.10/553.24	c  550s |      13 |    74840 |    39232 |   262246      0 |        0 |        1
556.30/556.42	c  553s |      13 |    75122 |    39432 |   262246      0 |        0 |        1
559.61/559.79	c  556s |      13 |    75373 |    39632 |   262246      0 |        0 |        1
563.01/563.14	c  559s |      13 |    75683 |    39832 |   262246      0 |        0 |        1
566.51/566.65	c  563s |      13 |    75972 |    40032 |   262246      0 |        0 |        1
568.71/568.83	c  565s |      13 |    76089 |    40132 |   262246      0 |        0 |        1
573.11/573.20	c  570s |      13 |    76361 |    40332 |   262246      0 |        0 |        1
576.10/576.29	c  573s |      13 |    76479 |    40432 |   262246      0 |        0 |        1
578.40/578.58	c  575s |      13 |    76623 |    40532 |   262246      0 |        0 |        1
582.00/582.12	c  578s |      13 |    76921 |    40732 |   262246      0 |        0 |        1
585.21/585.36	c  582s |      13 |    77221 |    40932 |   262246      0 |        0 |        1
588.70/588.88	c  585s |      13 |    77508 |    41132 |   262246      0 |        0 |        1
592.30/592.44	c  589s |      13 |    77823 |    41332 |   262246      0 |        0 |        1
595.70/595.85	c  592s |      13 |    78088 |    41532 |   262246      0 |        0 |        1
598.00/598.18	c  595s |      13 |    78206 |    41632 |   262246      0 |        0 |        1
600.10/600.26	c  597s |      13 |    78366 |    41732 |   262246      0 |        0 |        1
603.40/603.57	c  600s |      13 |    78664 |    41932 |   262246      0 |        0 |        1
607.69/607.85	c  604s |      13 |    78947 |    42132 |   262246      0 |        0 |        1
610.00/610.18	c  607s |      13 |    79061 |    42232 |   262246      0 |        0 |        1
613.00/613.14	c  609s |      13 |    79184 |    42332 |   262246      0 |        0 |        1
615.50/615.64	c  612s |      13 |    79320 |    42432 |   262246      0 |        0 |        1
618.39/618.53	c  615s |      13 |    79431 |    42532 |   262246      0 |        0 |        1
620.60/620.70	c  617s |      13 |    79553 |    42632 |   262246      0 |        0 |        1
622.60/622.72	c  619s |      13 |    79677 |    42732 |   262246      0 |        0 |        1
624.60/624.79	c  621s |      13 |    79800 |    42832 |   262246      0 |        0 |        1
627.39/627.53	c  624s |      13 |    79923 |    42932 |   262246      0 |        0 |        1
631.99/632.15	c  629s |      13 |    80212 |    43132 |   262246      0 |        0 |        1
635.69/635.84	c  632s |      13 |    80331 |    43232 |   262246      0 |        0 |        1
637.89/638.07	c  634s |      13 |    80466 |    43332 |   262246      0 |        0 |        1
640.39/640.53	c  637s |      13 |    80595 |    43432 |   262246      0 |        0 |        1
643.69/643.88	c  640s |      13 |    80719 |    43532 |   262246      0 |        0 |        1
646.80/647.00	c  643s |      13 |    80899 |    43632 |   262246      0 |        0 |        1
650.59/650.77	c  647s |      13 |    81013 |    43732 |   262246      0 |        0 |        1
653.19/653.38	c  650s |      13 |    81172 |    43832 |   262246      0 |        0 |        1
655.89/656.04	c  652s |      13 |    81311 |    43932 |   262246      0 |        0 |        1
658.19/658.40	c  655s |      13 |    81432 |    44032 |   262246      0 |        0 |        1
660.99/661.18	c  658s |      13 |    81698 |    44232 |   262246      0 |        0 |        1
664.68/664.89	c  661s |      13 |    81953 |    44432 |   262246      0 |        0 |        1
669.69/669.85	c  666s |      13 |    82220 |    44632 |   262246      0 |        0 |        1
673.58/673.71	c  670s |      13 |    82485 |    44832 |   262246      0 |        0 |        1
678.09/678.26	c  675s |      13 |    82728 |    45032 |   262246      0 |        0 |        1
682.69/682.80	c  679s |      13 |    83000 |    45232 |   262246      0 |        0 |        1
684.79/684.93	c  681s |      13 |    83135 |    45332 |   262246      0 |        0 |        1
688.88/689.03	c  685s |      13 |    83403 |    45532 |   262246      0 |        0 |        1
692.09/692.29	c  689s |      13 |    83518 |    45632 |   262246      0 |        0 |        1
695.19/695.37	c  692s |      13 |    83650 |    45732 |   262246      0 |        0 |        1
699.18/699.37	c  696s |      13 |    83930 |    45932 |   262246      0 |        0 |        1
703.18/703.34	c  700s |      13 |    84211 |    46132 |   262246      0 |        0 |        1
705.78/705.92	c  702s |      13 |    84362 |    46232 |   262246      0 |        0 |        1
708.59/708.77	c  705s |      13 |    84493 |    46332 |   262246      0 |        0 |        1
711.08/711.27	c  708s |      13 |    84632 |    46432 |   262246      0 |        0 |        1
713.58/713.71	c  710s |      13 |    84771 |    46532 |   262246      0 |        0 |        1
717.48/717.60	c  714s |      13 |    84931 |    46632 |   262246      0 |        0 |        1
719.68/719.80	c  716s |      13 |    85230 |    46832 |   262246      0 |        0 |        1
723.18/723.33	c  720s |      13 |    85489 |    47032 |   262246      0 |        0 |        1
726.28/726.42	c  723s |      13 |    85741 |    47232 |   262246      0 |        0 |        1
729.98/730.11	c  726s |      13 |    85965 |    47432 |   262246      0 |        0 |        1
734.18/734.31	c  731s |      13 |    86207 |    47632 |   262246      0 |        0 |        1
737.37/737.55	c  734s |      13 |    86486 |    47832 |   262246      0 |        0 |        1
740.78/740.97	c  737s |      13 |    86733 |    48032 |   262246      0 |        0 |        1
743.88/744.03	c  740s |      13 |    86981 |    48232 |   262246      0 |        0 |        1
747.88/748.03	c  744s |      13 |    87259 |    48432 |   262246      0 |        0 |        1
750.57/750.74	c  747s |      13 |    87390 |    48532 |   262246      0 |        0 |        1
753.98/754.11	c  750s |      13 |    87703 |    48732 |   262246      0 |        0 |        1
757.47/757.65	c  754s |      13 |    87968 |    48932 |   262246      0 |        0 |        1
761.88/762.01	c  758s |      13 |    88219 |    49132 |   262246      0 |        0 |        1
764.98/765.18	c  762s |      13 |    88350 |    49232 |   262246      0 |        0 |        1
768.27/768.41	c  765s |      13 |    88635 |    49432 |   262246      0 |        0 |        1
771.08/771.25	c  768s |      13 |    88924 |    49632 |   262246      0 |        0 |        1
774.07/774.25	c  771s |      13 |    89216 |    49832 |   262246      0 |        0 |        1
776.17/776.36	c  773s |      13 |    89342 |    49932 |   262246      0 |        0 |        1
780.28/780.46	c  777s |      13 |    89568 |    50132 |   262246      0 |        0 |        1
784.17/784.37	c  781s |      13 |    89803 |    50332 |   262246      0 |        0 |        1
787.47/787.68	c  784s |      13 |    90054 |    50532 |   262246      0 |        0 |        1
789.57/789.78	c  786s |      13 |    90191 |    50632 |   262246      0 |        0 |        1
791.76/791.99	c  788s |      13 |    90310 |    50732 |   262246      0 |        0 |        1
794.57/794.76	c  791s |      13 |    90585 |    50932 |   262246      0 |        0 |        1
798.07/798.20	c  795s |      13 |    90837 |    51132 |   262246      0 |        0 |        1
801.47/801.64	c  798s |      13 |    91093 |    51332 |   262246      0 |        0 |        1
805.17/805.31	c  802s |      13 |    91333 |    51532 |   262246      0 |        0 |        1
807.37/807.57	c  804s |      13 |    91463 |    51632 |   262246      0 |        0 |        1
809.58/809.74	c  806s |      13 |    91583 |    51732 |   262246      0 |        0 |        1
812.37/812.51	c  809s |      13 |    91721 |    51832 |   262246      0 |        0 |        1
814.86/815.09	c  811s |      13 |    91854 |    51932 |   262246      0 |        0 |        1
816.96/817.12	c  813s |      13 |    91968 |    52032 |   262246      0 |        0 |        1
819.17/819.35	c  816s |      13 |    92105 |    52132 |   262246      0 |        0 |        1
823.37/823.54	c  820s |      13 |    92376 |    52332 |   262246      0 |        0 |        1
825.56/825.75	c  822s |      13 |    92565 |    52432 |   262246      0 |        0 |        1
827.96/828.16	c  825s |      13 |    92683 |    52532 |   262246      0 |        0 |        1
830.16/830.31	c  827s |      13 |    92817 |    52632 |   262246      0 |        0 |        1
833.97/834.18	c  831s |      13 |    93085 |    52832 |   262246      0 |        0 |        1
837.86/838.09	c  834s |      13 |    93361 |    53032 |   262246      0 |        0 |        1
841.57/841.71	c  838s |      13 |    93624 |    53232 |   262246      0 |        0 |        1
844.26/844.45	c  841s |      13 |    93745 |    53332 |   262246      0 |        0 |        1
846.76/846.96	c  843s |      13 |    93871 |    53432 |   262246      0 |        0 |        1
848.86/849.09	c  845s |      13 |    93995 |    53532 |   262246      0 |        0 |        1
852.76/852.97	c  849s |      13 |    94232 |    53732 |   262246      0 |        0 |        1
854.86/855.06	c  851s |      13 |    94358 |    53832 |   262246      0 |        0 |        1
858.26/858.46	c  855s |      13 |    94630 |    54032 |   262246      0 |        0 |        1
861.66/861.81	c  858s |      13 |    94885 |    54232 |   262246      0 |        0 |        1
864.05/864.22	c  861s |      13 |    95013 |    54332 |   262246      0 |        0 |        1
867.26/867.45	c  864s |      13 |    95298 |    54532 |   262246      0 |        0 |        1
870.06/870.28	c  867s |      13 |    95564 |    54732 |   262246      0 |        0 |        1
873.05/873.23	c  870s |      13 |    95819 |    54932 |   262246      0 |        0 |        1
876.86/877.09	c  873s |      13 |    96062 |    55132 |   262246      0 |        0 |        1
879.25/879.42	c  876s |      13 |    96181 |    55232 |   262246      0 |        0 |        1
881.86/882.03	c  878s |      13 |    96441 |    55432 |   262246      0 |        0 |        1
885.15/885.38	c  882s |      13 |    96677 |    55632 |   262246      0 |        0 |        1
888.66/888.87	c  885s |      13 |    96911 |    55832 |   262246      0 |        0 |        1
892.06/892.28	c  889s |      13 |    97202 |    56032 |   262246      0 |        0 |        1
894.45/894.66	c  891s |      13 |    97468 |    56232 |   262246      0 |        0 |        1
897.06/897.21	c  894s |      13 |    97770 |    56432 |   262246      0 |        0 |        1
900.45/900.61	c  897s |      13 |    98034 |    56632 |   262246      0 |        0 |        1
903.65/903.82	c  900s |      13 |    98151 |    56732 |   262246      0 |        0 |        1
906.65/906.80	c  903s |      13 |    98256 |    56832 |   262246      0 |        0 |        1
910.86/911.04	c  907s |      13 |    98533 |    57032 |   262246      0 |        0 |        1
914.05/914.26	c  911s |      13 |    98647 |    57132 |   262246      0 |        0 |        1
918.75/918.90	c  915s |      13 |    98864 |    57332 |   262246      0 |        0 |        1
921.05/921.25	c  918s |      13 |    99000 |    57432 |   262246      0 |        0 |        1
923.96/924.17	c  921s |      13 |    99369 |    57632 |   262246      0 |        0 |        1
927.26/927.47	c  924s |      13 |    99679 |    57832 |   262246      0 |        0 |        1
929.35/929.50	c  926s |      13 |    99837 |    57932 |   262246      0 |        0 |        1
931.55/931.72	c  928s |      13 |   100016 |    58032 |   288471      0 |        0 |        1
933.55/933.76	c  930s |      13 |   100153 |    58132 |   288471      0 |        0 |        1
937.05/937.29	c  934s |      13 |   100480 |    58332 |   288471      0 |        0 |        1
937.55/937.79	c  934s |      14 |   100499 |    58352 |   288471      0 |        0 |        1
948.54/948.72	c  945s |      14 |   101565 |    58452 |   288471      0 |        0 |        1
950.75/950.91	c  947s |      14 |   101754 |    58552 |   288471      0 |        0 |        1
955.25/955.43	c  952s |      14 |   102026 |    58752 |   288471      0 |        0 |        1
957.54/957.76	c  954s |      14 |   102173 |    58852 |   288471      0 |        0 |        1
959.84/960.04	c  956s |      14 |   102327 |    58952 |   288471      0 |        0 |        1
961.94/962.12	c  958s |      14 |   102451 |    59052 |   288471      0 |        0 |        1
964.85/965.02	c  961s |      14 |   102604 |    59152 |   288471      0 |        0 |        1
967.65/967.88	c  964s |      14 |   102724 |    59252 |   288471      0 |        0 |        1
970.34/970.52	c  967s |      14 |   102870 |    59352 |   288471      0 |        0 |        1
974.14/974.35	c  971s |      14 |   102984 |    59452 |   288471      0 |        0 |        1
976.14/976.39	c  973s |      14 |   103106 |    59552 |   288471      0 |        0 |        1
978.64/978.82	c  975s |      14 |   103244 |    59652 |   288471      0 |        0 |        1
981.75/981.99	c  978s |      14 |   103371 |    59752 |   288471      0 |        0 |        1
984.14/984.38	c  981s |      14 |   103503 |    59852 |   288471      0 |        0 |        1
987.54/987.70	c  984s |      14 |   103621 |    59952 |   288471      0 |        0 |        1
990.64/990.81	c  987s |      14 |   103755 |    60052 |   288471      0 |        0 |        1
992.84/993.02	c  989s |      14 |   103886 |    60152 |   288471      0 |        0 |        1
997.04/997.26	c  994s |      14 |   104168 |    60352 |   288471      0 |        0 |        1
999.23/999.43	c  996s |      14 |   104297 |    60452 |   288471      0 |        0 |        1
1001.34/1001.55	c  998s |      14 |   104428 |    60552 |   288471      0 |        0 |        1
1005.34/1005.59	c 1002s |      14 |   104704 |    60752 |   288471      0 |        0 |        1
1009.74/1009.93	c 1006s |      14 |   105008 |    60952 |   288471      0 |        0 |        1
1014.64/1014.81	c 1011s |      14 |   105396 |    61152 |   288471      0 |        0 |        1
1018.44/1018.64	c 1015s |      14 |   105605 |    61252 |   288471      0 |        0 |        1
1021.03/1021.27	c 1018s |      14 |   105787 |    61352 |   288471      0 |        0 |        1
1024.84/1025.03	c 1021s |      14 |   105900 |    61452 |   288471      0 |        0 |        1
1027.63/1027.82	c 1024s |      14 |   106016 |    61552 |   288471      0 |        0 |        1
1029.94/1030.15	c 1027s |      14 |   106184 |    61652 |   288471      0 |        0 |        1
1033.04/1033.22	c 1030s |      14 |   106330 |    61752 |   288471      0 |        0 |        1
1036.14/1036.38	c 1033s |      14 |   106544 |    61852 |   288471      0 |        0 |        1
1040.83/1041.03	c 1037s |      14 |   106846 |    62052 |   288471      0 |        0 |        1
1043.23/1043.48	c 1040s |      14 |   107008 |    62152 |   288471      0 |        0 |        1
1046.33/1046.52	c 1043s |      14 |   107210 |    62252 |   288471      0 |        0 |        1
1049.33/1049.60	c 1046s |      14 |   107336 |    62352 |   288471      0 |        0 |        1
1052.83/1053.06	c 1049s |      14 |   107499 |    62452 |   288471      0 |        0 |        1
1056.23/1056.49	c 1053s |      14 |   107633 |    62552 |   288471      0 |        0 |        1
1061.33/1061.55	c 1058s |      14 |   107783 |    62652 |   288471      0 |        0 |        1
1066.43/1066.60	c 1063s |      14 |   107957 |    62752 |   288471      0 |        0 |        1
1069.43/1069.62	c 1066s |      14 |   108115 |    62852 |   288471      0 |        0 |        1
1072.73/1072.92	c 1069s |      14 |   108235 |    62952 |   288471      0 |        0 |        1
1076.32/1076.50	c 1073s |      14 |   108366 |    63052 |   288471      0 |        0 |        1
1079.83/1080.01	c 1076s |      14 |   108474 |    63152 |   288471      0 |        0 |        1
1082.53/1082.79	c 1079s |      14 |   108637 |    63252 |   288471      0 |        0 |        1
1085.73/1085.93	c 1082s |      14 |   108776 |    63352 |   288471      0 |        0 |        1
1088.33/1088.58	c 1085s |      14 |   108908 |    63452 |   288471      0 |        0 |        1
1091.63/1091.86	c 1088s |      14 |   109029 |    63552 |   288471      0 |        0 |        1
1094.72/1095.00	c 1091s |      14 |   109147 |    63652 |   288471      0 |        0 |        1
1097.42/1097.69	c 1094s |      14 |   109260 |    63752 |   288471      0 |        0 |        1
1100.72/1100.97	c 1097s |      14 |   109379 |    63852 |   288471      0 |        0 |        1
1103.73/1103.95	c 1100s |      14 |   109497 |    63952 |   288471      0 |        0 |        1
1106.92/1107.13	c 1103s |      14 |   109624 |    64052 |   288471      0 |        0 |        1
1109.12/1109.37	c 1106s |      14 |   109731 |    64152 |   288471      0 |        0 |        1
1111.22/1111.47	c 1108s |      14 |   109870 |    64252 |   288471      0 |        0 |        1
1114.42/1114.62	c 1111s |      14 |   109984 |    64352 |   288471      0 |        0 |        1
1117.02/1117.23	c 1114s |      14 |   110108 |    64452 |   288471      0 |        0 |        1
1120.12/1120.37	c 1117s |      14 |   110213 |    64552 |   288471      0 |        0 |        1
1123.82/1124.06	c 1120s |      14 |   110332 |    64652 |   288471      0 |        0 |        1
1126.92/1127.16	c 1124s |      14 |   110451 |    64752 |   288471      0 |        0 |        1
1129.92/1130.11	c 1126s |      14 |   110591 |    64852 |   288471      0 |        0 |        1
1133.03/1133.24	c 1130s |      14 |   110701 |    64952 |   288471      0 |        0 |        1
1135.61/1135.83	c 1132s |      14 |   110819 |    65052 |   288471      0 |        0 |        1
1139.72/1139.96	c 1136s |      14 |   110940 |    65152 |   288471      0 |        0 |        1
1142.82/1143.02	c 1139s |      14 |   111074 |    65252 |   288471      0 |        0 |        1
1147.22/1147.50	c 1144s |      14 |   111204 |    65352 |   288471      0 |        0 |        1
1149.92/1150.14	c 1146s |      14 |   111317 |    65452 |   288471      0 |        0 |        1
1152.72/1152.95	c 1149s |      14 |   111456 |    65552 |   288471      0 |        0 |        1
1155.31/1155.55	c 1152s |      14 |   111618 |    65652 |   288471      0 |        0 |        1
1159.22/1159.40	c 1156s |      14 |   111786 |    65752 |   288471      0 |        0 |        1
1164.01/1164.25	c 1161s |      14 |   111914 |    65852 |   288471      0 |        0 |        1
1168.62/1168.80	c 1165s |      14 |   112046 |    65952 |   288471      0 |        0 |        1
1173.41/1173.61	c 1170s |      14 |   112181 |    66052 |   288471      0 |        0 |        1
1179.31/1179.52	c 1176s |      14 |   112359 |    66152 |   288471      0 |        0 |        1
1185.72/1185.95	c 1182s |      14 |   112497 |    66252 |   288471      0 |        0 |        1
1191.40/1191.69	c 1188s |      14 |   112618 |    66352 |   288471      0 |        0 |        1
1195.41/1195.67	c 1192s |      14 |   112761 |    66452 |   288471      0 |        0 |        1
1198.71/1198.94	c 1195s |      14 |   112933 |    66552 |   288471      0 |        0 |        1
1203.31/1203.54	c 1200s |      14 |   113120 |    66652 |   288471      0 |        0 |        1
1207.41/1207.68	c 1204s |      14 |   113278 |    66752 |   288471      0 |        0 |        1
1212.40/1212.68	c 1209s |      14 |   113412 |    66852 |   288471      0 |        0 |        1
1218.00/1218.27	c 1215s |      14 |   113524 |    66952 |   288471      0 |        0 |        1
1223.50/1223.78	c 1220s |      14 |   113690 |    67052 |   288471      0 |        0 |        1
1227.90/1228.10	c 1224s |      14 |   113817 |    67152 |   288471      0 |        0 |        1
1230.60/1230.86	c 1227s |      14 |   113946 |    67252 |   288471      0 |        0 |        1
1233.80/1234.04	c 1230s |      14 |   114065 |    67352 |   288471      0 |        0 |        1
1237.30/1237.50	c 1234s |      14 |   114204 |    67452 |   288471      0 |        0 |        1
1240.81/1241.04	c 1237s |      14 |   114330 |    67552 |   288471      0 |        0 |        1
1244.01/1244.26	c 1241s |      14 |   114443 |    67652 |   288471      0 |        0 |        1
1249.09/1249.38	c 1246s |      14 |   114565 |    67752 |   288471      0 |        0 |        1
1252.70/1252.90	c 1249s |      14 |   114700 |    67852 |   288471      0 |        0 |        1
1254.90/1255.10	c 1251s |      14 |   114814 |    67952 |   288471      0 |        0 |        1
1257.70/1257.93	c 1254s |      14 |   114933 |    68052 |   288471      0 |        0 |        1
1260.60/1260.82	c 1257s |      14 |   115053 |    68152 |   288471      0 |        0 |        1
1263.30/1263.51	c 1260s |      14 |   115168 |    68252 |   288471      0 |        0 |        1
1267.30/1267.58	c 1264s |      14 |   115282 |    68352 |   288471      0 |        0 |        1
1270.50/1270.72	c 1267s |      14 |   115429 |    68452 |   288471      0 |        0 |        1
1274.80/1275.07	c 1271s |      14 |   115552 |    68552 |   288471      0 |        0 |        1
1277.90/1278.12	c 1274s |      14 |   115681 |    68652 |   288471      0 |        0 |        1
1281.50/1281.77	c 1278s |      14 |   115788 |    68752 |   288471      0 |        0 |        1
1286.60/1286.88	c 1283s |      14 |   115941 |    68852 |   288471      0 |        0 |        1
1290.09/1290.34	c 1287s |      14 |   116066 |    68952 |   288471      0 |        0 |        1
1293.39/1293.61	c 1290s |      14 |   116196 |    69052 |   288471      0 |        0 |        1
1296.39/1296.69	c 1293s |      14 |   116347 |    69152 |   288471      0 |        0 |        1
1299.69/1299.96	c 1296s |      14 |   116476 |    69252 |   288471      0 |        0 |        1
1304.59/1304.84	c 1301s |      14 |   116592 |    69352 |   288471      0 |        0 |        1
1306.80/1307.00	c 1303s |      14 |   116723 |    69452 |   288471      0 |        0 |        1
1311.49/1311.77	c 1308s |      14 |   116853 |    69552 |   288471      0 |        0 |        1
1316.29/1316.58	c 1313s |      14 |   116986 |    69652 |   288471      0 |        0 |        1
1320.59/1320.81	c 1317s |      14 |   117128 |    69752 |   288471      0 |        0 |        1
1323.59/1323.86	c 1320s |      14 |   117272 |    69852 |   288471      0 |        0 |        1
1326.59/1326.85	c 1323s |      14 |   117545 |    70052 |   288471      0 |        0 |        1
1328.59/1328.86	c 1325s |      14 |   117672 |    70152 |   288471      0 |        0 |        1
1331.18/1331.50	c 1328s |      14 |   117824 |    70252 |   288471      0 |        0 |        1
1334.48/1334.71	c 1331s |      14 |   118102 |    70452 |   288471      0 |        0 |        1
1336.58/1336.88	c 1333s |      14 |   118249 |    70552 |   288471      0 |        0 |        1
1339.70/1339.92	c 1336s |      14 |   118379 |    70652 |   288471      0 |        0 |        1
1342.28/1342.58	c 1339s |      14 |   118528 |    70752 |   288471      0 |        0 |        1
1345.58/1345.87	c 1342s |      14 |   118640 |    70852 |   288471      0 |        0 |        1
1348.08/1348.31	c 1345s |      14 |   118806 |    70952 |   288471      0 |        0 |        1
1352.28/1352.52	c 1349s |      14 |   119064 |    71152 |   288471      0 |        0 |        1
1354.88/1355.15	c 1352s |      14 |   119323 |    71352 |   288471      0 |        0 |        1
1357.48/1357.77	c 1354s |      14 |   119455 |    71452 |   288471      0 |        0 |        1
1360.69/1360.95	c 1357s |      14 |   119757 |    71652 |   288471      0 |        0 |        1
1363.68/1363.99	c 1360s |      14 |   120021 |    71852 |   288471      0 |        0 |        1
1366.78/1367.07	c 1363s |      14 |   120313 |    72052 |   288471      0 |        0 |        1
1369.18/1369.40	c 1366s |      14 |   120478 |    72152 |   288471      0 |        0 |        1
1371.48/1371.72	c 1368s |      14 |   120629 |    72252 |   288471      0 |        0 |        1
1373.89/1374.16	c 1371s |      14 |   120765 |    72352 |   288471      0 |        0 |        1
1377.09/1377.39	c 1374s |      14 |   120913 |    72452 |   288471      0 |        0 |        1
1379.88/1380.19	c 1377s |      14 |   121044 |    72552 |   288471      0 |        0 |        1
1381.98/1382.24	c 1379s |      14 |   121212 |    72652 |   288471      0 |        0 |        1
1386.18/1386.40	c 1383s |      14 |   121494 |    72852 |   288471      0 |        0 |        1
1388.18/1388.46	c 1385s |      14 |   121642 |    72952 |   288471      0 |        0 |        1
1390.68/1390.94	c 1387s |      14 |   121769 |    73052 |   288471      0 |        0 |        1
1393.59/1393.83	c 1390s |      14 |   121922 |    73152 |   288471      0 |        0 |        1
1398.77/1399.05	c 1395s |      14 |   122192 |    73352 |   288471      0 |        0 |        1
1401.38/1401.68	c 1398s |      14 |   122337 |    73452 |   288471      0 |        0 |        1
1405.37/1405.69	c 1402s |      14 |   122577 |    73652 |   288471      0 |        0 |        1
1407.98/1408.22	c 1405s |      14 |   122686 |    73752 |   288471      0 |        0 |        1
1412.57/1412.80	c 1409s |      14 |   122935 |    73952 |   288471      0 |        0 |        1
1415.47/1415.74	c 1412s |      14 |   123050 |    74052 |   288471      0 |        0 |        1
1419.57/1419.89	c 1416s |      14 |   123291 |    74252 |   288471      0 |        0 |        1
1422.87/1423.11	c 1419s |      14 |   123423 |    74352 |   288471      0 |        0 |        1
1426.77/1427.05	c 1423s |      14 |   123546 |    74452 |   288471      0 |        0 |        1
1431.27/1431.51	c 1428s |      14 |   123661 |    74552 |   288471      0 |        0 |        1
1434.47/1434.75	c 1431s |      14 |   123789 |    74652 |   288471      0 |        0 |        1
1437.58/1437.83	c 1434s |      14 |   123906 |    74752 |   288471      0 |        0 |        1
1440.67/1440.96	c 1437s |      14 |   124016 |    74852 |   288471      0 |        0 |        1
1444.27/1444.58	c 1441s |      14 |   124131 |    74952 |   288471      0 |        0 |        1
1447.67/1447.96	c 1444s |      14 |   124245 |    75052 |   288471      0 |        0 |        1
1451.56/1451.84	c 1448s |      14 |   124378 |    75152 |   288471      0 |        0 |        1
1454.07/1454.37	c 1451s |      14 |   124535 |    75252 |   288471      0 |        0 |        1
1457.07/1457.35	c 1454s |      14 |   124657 |    75352 |   288471      0 |        0 |        1
1459.46/1459.78	c 1456s |      14 |   124806 |    75452 |   288471      0 |        0 |        1
1462.27/1462.57	c 1459s |      14 |   124934 |    75552 |   288471      0 |        0 |        1
1464.56/1464.86	c 1461s |      14 |   125075 |    75652 |   288471      0 |        0 |        1
1467.27/1467.53	c 1464s |      14 |   125210 |    75752 |   288471      0 |        0 |        1
1470.96/1471.25	c 1468s |      14 |   125315 |    75852 |   288471      0 |        0 |        1
1473.97/1474.25	c 1471s |      14 |   125423 |    75952 |   288471      0 |        0 |        1
1476.57/1476.82	c 1473s |      14 |   125553 |    76052 |   288471      0 |        0 |        1
1480.57/1480.88	c 1477s |      14 |   125670 |    76152 |   288471      0 |        0 |        1
1483.97/1484.29	c 1481s |      14 |   125921 |    76352 |   288471      0 |        0 |        1
1487.36/1487.69	c 1484s |      14 |   126163 |    76552 |   288471      0 |        0 |        1
1490.56/1490.89	c 1487s |      14 |   126452 |    76752 |   288471      0 |        0 |        1
1494.77/1495.07	c 1491s |      14 |   126728 |    76952 |   288471      0 |        0 |        1
1497.96/1498.28	c 1495s |      14 |   126861 |    77052 |   288471      0 |        0 |        1
1500.16/1500.45	c 1497s |      14 |   127020 |    77152 |   288471      0 |        0 |        1
1502.47/1502.76	c 1499s |      14 |   127180 |    77252 |   288471      0 |        0 |        1
1504.96/1505.27	c 1502s |      14 |   127324 |    77352 |   288471      0 |        0 |        1
1507.26/1507.59	c 1504s |      14 |   127497 |    77452 |   288471      0 |        0 |        1
1510.36/1510.66	c 1507s |      14 |   127613 |    77552 |   288471      0 |        0 |        1
1513.06/1513.34	c 1510s |      14 |   127737 |    77652 |   288471      0 |        0 |        1
1515.96/1516.21	c 1513s |      14 |   127866 |    77752 |   288471      0 |        0 |        1
1519.66/1519.99	c 1516s |      14 |   127993 |    77852 |   288471      0 |        0 |        1
1522.16/1522.41	c 1519s |      14 |   128133 |    77952 |   288471      0 |        0 |        1
1525.36/1525.69	c 1522s |      14 |   128266 |    78052 |   288471      0 |        0 |        1
1528.16/1528.48	c 1525s |      14 |   128422 |    78152 |   288471      0 |        0 |        1
1531.55/1531.85	c 1528s |      14 |   128548 |    78252 |   288471      0 |        0 |        1
1534.65/1534.91	c 1531s |      14 |   128714 |    78352 |   288471      0 |        0 |        1
1537.45/1537.74	c 1534s |      14 |   128861 |    78452 |   288471      0 |        0 |        1
1539.55/1539.83	c 1536s |      14 |   128995 |    78552 |   288471      0 |        0 |        1
1542.95/1543.25	c 1540s |      14 |   129133 |    78652 |   288471      0 |        0 |        1
1546.36/1546.69	c 1543s |      14 |   129285 |    78752 |   288471      0 |        0 |        1
1549.65/1549.97	c 1546s |      14 |   129431 |    78852 |   288471      0 |        0 |        1
1552.95/1553.24	c 1550s |      14 |   129611 |    78952 |   288471      0 |        0 |        1
1555.96/1556.23	c 1553s |      14 |   129733 |    79052 |   288471      0 |        0 |        1
1559.96/1560.26	c 1557s |      14 |   129859 |    79152 |   288471      0 |        0 |        1
1563.65/1563.95	c 1560s |      14 |   129984 |    79252 |   288471      0 |        0 |        1
1567.46/1567.75	c 1564s |      14 |   130114 |    79352 |   288471      0 |        0 |        1
1570.65/1570.92	c 1567s |      14 |   130252 |    79452 |   288471      0 |        0 |        1
1573.35/1573.60	c 1570s |      14 |   130371 |    79552 |   288471      0 |        0 |        1
1576.55/1576.82	c 1573s |      14 |   130530 |    79652 |   288471      0 |        0 |        1
1580.85/1581.11	c 1577s |      14 |   130662 |    79752 |   288471      0 |        0 |        1
1586.35/1586.65	c 1583s |      14 |   130795 |    79852 |   288471      0 |        0 |        1
1590.15/1590.49	c 1587s |      14 |   130939 |    79952 |   288471      0 |        0 |        1
1593.14/1593.44	c 1590s |      14 |   131054 |    80052 |   288471      0 |        0 |        1
1596.64/1596.95	c 1593s |      14 |   131198 |    80152 |   288471      0 |        0 |        1
1600.45/1600.72	c 1597s |      14 |   131352 |    80252 |   288471      0 |        0 |        1
1603.54/1603.80	c 1600s |      14 |   131552 |    80352 |   288471      0 |        0 |        1
1607.55/1607.84	c 1604s |      14 |   131690 |    80452 |   288471      0 |        0 |        1
1612.45/1612.79	c 1609s |      14 |   131814 |    80552 |   288471      0 |        0 |        1
1616.54/1616.81	c 1613s |      14 |   131932 |    80652 |   288471      0 |        0 |        1
1621.25/1621.54	c 1618s |      14 |   132062 |    80752 |   288471      0 |        0 |        1
1625.24/1625.52	c 1622s |      14 |   132175 |    80852 |   288471      0 |        0 |        1
1628.95/1629.22	c 1626s |      14 |   132304 |    80952 |   288471      0 |        0 |        1
1632.25/1632.58	c 1629s |      14 |   132460 |    81052 |   288471      0 |        0 |        1
1637.44/1637.78	c 1634s |      14 |   132580 |    81152 |   288471      0 |        0 |        1
1641.44/1641.71	c 1638s |      14 |   132716 |    81252 |   288471      0 |        0 |        1
1645.04/1645.36	c 1642s |      14 |   132837 |    81352 |   288471      0 |        0 |        1
1648.44/1648.73	c 1645s |      14 |   132960 |    81452 |   288471      0 |        0 |        1
1653.84/1654.11	c 1650s |      14 |   133080 |    81552 |   288471      0 |        0 |        1
1658.23/1658.54	c 1655s |      14 |   133212 |    81652 |   288471      0 |        0 |        1
1662.34/1662.64	c 1659s |      14 |   133350 |    81752 |   288471      0 |        0 |        1
1666.83/1667.17	c 1664s |      14 |   133483 |    81852 |   288471      0 |        0 |        1
1670.23/1670.54	c 1667s |      14 |   133625 |    81952 |   288471      0 |        0 |        1
1674.24/1674.56	c 1671s |      14 |   133947 |    82152 |   288471      0 |        0 |        1
1676.44/1676.73	c 1673s |      14 |   134085 |    82252 |   288471      0 |        0 |        1
1678.44/1678.74	c 1675s |      14 |   134235 |    82352 |   288471      0 |        0 |        1
1682.73/1683.01	c 1679s |      14 |   134598 |    82552 |   288471      0 |        0 |        1
1684.73/1685.07	c 1681s |      14 |   134777 |    82652 |   288471      0 |        0 |        1
1688.23/1688.59	c 1685s |      14 |   134924 |    82752 |   288471      0 |        0 |        1
1691.23/1691.52	c 1688s |      14 |   135067 |    82852 |   288471      0 |        0 |        1
1693.23/1693.56	c 1690s |      14 |   135195 |    82952 |   288471      0 |        0 |        1
1698.43/1698.76	c 1695s |      14 |   135511 |    83152 |   288471      0 |        0 |        1
1701.63/1701.92	c 1698s |      14 |   135627 |    83252 |   288471      0 |        0 |        1
1704.53/1704.81	c 1701s |      14 |   135787 |    83352 |   288471      0 |        0 |        1
1707.53/1707.80	c 1704s |      14 |   135930 |    83452 |   288471      0 |        0 |        1
1710.83/1711.17	c 1708s |      14 |   136065 |    83552 |   288471      0 |        0 |        1
1713.12/1713.45	c 1710s |      14 |   136191 |    83652 |   288471      0 |        0 |        1
1716.72/1717.00	c 1713s |      14 |   136308 |    83752 |   288471      0 |        0 |        1
1720.63/1720.91	c 1717s |      14 |   136485 |    83852 |   288471      0 |        0 |        1
1723.12/1723.41	c 1720s |      14 |   136613 |    83952 |   288471      0 |        0 |        1
1728.23/1728.51	c 1725s |      14 |   136768 |    84052 |   288471      0 |        0 |        1
1733.23/1733.59	c 1730s |      14 |   136914 |    84152 |   288471      0 |        0 |        1
1738.83/1739.11	c 1735s |      14 |   137093 |    84252 |   288471      0 |        0 |        1
1741.92/1742.22	c 1739s |      14 |   137230 |    84352 |   288471      0 |        0 |        1
1746.22/1746.52	c 1743s |      14 |   137377 |    84452 |   288471      0 |        0 |        1
1748.83/1749.16	c 1746s |      14 |   137534 |    84552 |   288471      0 |        0 |        1
1751.72/1752.06	c 1748s |      14 |   137702 |    84652 |   288471      0 |        0 |        1
1754.92/1755.27	c 1752s |      14 |   137834 |    84752 |   288471      0 |        0 |        1
1759.42/1759.79	c 1756s |      14 |   137968 |    84852 |   288471      0 |        0 |        1
1762.12/1762.45	c 1759s |      14 |   138096 |    84952 |   288471      0 |        0 |        1
1764.82/1765.16	c 1762s |      14 |   138237 |    85052 |   288471      0 |        0 |        1
1770.52/1770.81	c 1767s |      14 |   138364 |    85152 |   288471      0 |        0 |        1
1775.42/1775.75	c 1772s |      14 |   138501 |    85252 |   288471      0 |        0 |        1
1780.22/1780.59	c 1777s |      14 |   138626 |    85352 |   288471      0 |        0 |        1
1783.62/1783.92	c 1780s |      14 |   138762 |    85452 |   288471      0 |        0 |        1
1788.21/1788.57	c 1785s |      14 |   138881 |    85552 |   288471      0 |        0 |        1
1792.62/1792.96	c 1789s |      14 |   139006 |    85652 |   288471      0 |        0 |        1
1796.52/1796.88	c 1793s |      14 |   139139 |    85752 |   288471      0 |        0 |        1
1799.91/1800.23	c 1797s |      14 |   139276 |    85852 |   288471      0 |        0 |        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-4080117-1465256815/watcher-4080117-1465256815 -o /tmp/evaluation-result-4080117-1465256815/solver-4080117-1465256815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465256721-4331 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080117-1465256815.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.89 1.48 1.74 3/179 4512
/proc/meminfo: memFree=29912124/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 2554 0 0 0 0 0 0 0 20 0 4 0 107615094 703000576 2915 33554432000 4194304 16246674 140734677636336 140734677635760 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 172143 2926 441 2943 0 169037 0
[pid=4512/tid=4513] ppid=4509 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 714534912 2961 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 714534912 2961 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 714534912 2961 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100123 s]
/proc/loadavg: 1.89 1.48 1.74 3/179 4512
/proc/meminfo: memFree=29912124/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 26262 0 0 0 5 3 0 0 20 0 4 0 107615094 1250496512 26561 33554432000 4194304 16246674 140734677636336 140734677635648 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 305297 26564 800 2943 0 302191 0
[pid=4512/tid=4513] ppid=4509 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1250496512 26567 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1250496512 26568 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1250496512 26570 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200465 s]
/proc/loadavg: 1.89 1.48 1.74 3/179 4512
/proc/meminfo: memFree=29912124/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 48666 0 0 0 12 7 0 0 20 0 4 0 107615094 1344868352 49476 33554432000 4194304 16246674 140734677636336 140734677635648 13923640 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 328337 49476 800 2943 0 325231 0
[pid=4512/tid=4513] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49476 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49476 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49476 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300443 s]
/proc/loadavg: 1.89 1.48 1.74 3/179 4512
/proc/meminfo: memFree=29912124/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 48882 0 0 0 22 7 0 0 20 0 4 0 107615094 1344868352 49692 33554432000 4194304 16246674 140734677636336 140734677635648 5876468 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 328337 49692 834 2943 0 325231 0
[pid=4512/tid=4513] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49692 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49692 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 49692 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700357 s]
/proc/loadavg: 1.89 1.48 1.74 3/179 4512
/proc/meminfo: memFree=29912124/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 65007 0 0 0 59 10 0 0 20 0 4 0 107615094 1344868352 65817 33554432000 4194304 16246674 140734677636336 140734677635648 13899088 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 328337 65817 834 2943 0 325231 0
[pid=4512/tid=4513] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 65817 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 65817 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 65817 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50036 s]
/proc/loadavg: 1.89 1.48 1.74 3/183 4516
/proc/meminfo: memFree=29568220/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 129832 0 0 0 130 19 0 0 20 0 4 0 107615094 1344868352 130642 33554432000 4194304 16246674 140734677636336 140734677635512 4206664 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 328337 130642 834 2943 0 325231 0
[pid=4512/tid=4513] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 130642 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 130642 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1344868352 130642 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10035 s]
/proc/loadavg: 1.89 1.48 1.74 4/183 4516
/proc/meminfo: memFree=29375880/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1318468 CPUtime=3.09 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 133502 0 0 0 290 19 0 0 20 0 4 0 107615094 1350111232 134312 33554432000 4194304 16246674 140734677636336 140734677618240 6862286 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 134312 894 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134312 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134312 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134312 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1318468

[startup+6.30035 s]
/proc/loadavg: 1.90 1.49 1.75 4/183 4516
/proc/meminfo: memFree=29344020/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1318468 CPUtime=6.29 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 133517 0 0 0 610 19 0 0 20 0 4 0 107615094 1350111232 134327 33554432000 4194304 16246674 140734677636336 140734677618240 5661428 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 134327 909 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1318468

[startup+12.7003 s]
/proc/loadavg: 1.91 1.50 1.75 4/183 4516
/proc/meminfo: memFree=29342820/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1318468 CPUtime=12.69 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 133517 0 0 0 1250 19 0 0 20 0 4 0 107615094 1350111232 134327 33554432000 4194304 16246674 140734677636336 140734677635512 5673600 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 134327 909 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134327 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1318468

[startup+25.5073 s]
/proc/loadavg: 1.99 1.54 1.75 3/183 4516
/proc/meminfo: memFree=29292040/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1318468 CPUtime=25.49 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 133521 0 0 0 2530 19 0 0 20 0 4 0 107615094 1350111232 134331 33554432000 4194304 16246674 140734677636336 140734677618240 5677716 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 134331 913 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1318468

[startup+51.1003 s]
/proc/loadavg: 2.18 1.62 1.78 3/183 4516
/proc/meminfo: memFree=29253976/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=1318468 CPUtime=51.08 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 133521 0 0 0 5087 21 0 0 20 0 4 0 107615094 1350111232 134331 33554432000 4194304 16246674 140734677636336 140734677618240 4220880 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 134331 913 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 134331 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1318468

[startup+102.3 s]
/proc/loadavg: 2.13 1.69 1.79 4/183 4517
/proc/meminfo: memFree=29051492/32872528 swapFree=15648/1722388
[pid=4512] ppid=4509 vsize=1318468 CPUtime=102.28 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 153567 0 0 0 10199 29 0 0 20 0 4 0 107615094 1350111232 154377 33554432000 4194304 16246674 140734677636336 140734677635432 13950230 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 329617 154377 913 2943 0 326511 0
[pid=4512/tid=4513] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 154377 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 154377 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 1350111232 154377 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1318468


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

/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 2794000384 623558 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=2728516 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 2794000384 623558 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=2728516 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 2794000384 623558 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2728516

[startup+1362.3 s]
/proc/loadavg: 2.24 2.21 2.10 4/183 4571
/proc/meminfo: memFree=26536236/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=2788932 CPUtime=1362.08 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 637843 0 0 0 135901 307 0 0 20 0 4 0 107615094 2855866368 638653 33554432000 4194304 16246674 140734677636336 140734677635512 5546023 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 697233 638653 915 2943 0 694127 0
[pid=4512/tid=4513] ppid=4509 vsize=2788932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 2855866368 638653 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=2788932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 2855866368 638653 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=2788932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 2855866368 638653 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2788932

[startup+1422.3 s]
/proc/loadavg: 2.23 2.22 2.10 3/184 4576
/proc/meminfo: memFree=26350396/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=2886212 CPUtime=1422.07 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 662009 0 0 0 141881 326 0 0 20 0 4 0 107615094 2955481088 662819 33554432000 4194304 16246674 140734677636336 140734677635432 4220495 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 721553 662819 915 2943 0 718447 0
[pid=4512/tid=4513] ppid=4509 vsize=2886212 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 2955481088 662819 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=2886212 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 2955481088 662819 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=2886212 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 2955481088 662819 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2886212

[startup+1482.3 s]
/proc/loadavg: 2.24 2.22 2.11 3/183 4577
/proc/meminfo: memFree=26241572/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=2994756 CPUtime=1482.07 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 689160 0 0 0 147861 346 0 0 20 0 4 0 107615094 3066630144 689970 33554432000 4194304 16246674 140734677636336 140734677635512 6021687 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 748689 689970 915 2943 0 745583 0
[pid=4512/tid=4513] ppid=4509 vsize=2994756 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3066630144 689970 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=2994756 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3066630144 689970 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=2994756 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3066630144 689970 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 2994756

[startup+1542.3 s]
/proc/loadavg: 2.17 2.21 2.11 4/183 4578
/proc/meminfo: memFree=26127404/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3078724 CPUtime=1542.06 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 710210 0 0 0 153841 365 0 0 20 0 4 0 107615094 3152613376 711020 33554432000 4194304 16246674 140734677636336 140734677635512 13892893 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 769681 711020 915 2943 0 766575 0
[pid=4512/tid=4513] ppid=4509 vsize=3078724 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3152613376 711020 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3078724 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3152613376 711020 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3078724 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3152613376 711020 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3078724

[startup+1602.3 s]
/proc/loadavg: 2.29 2.23 2.12 3/183 4579
/proc/meminfo: memFree=26041508/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3144260 CPUtime=1602.05 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 726768 0 0 0 159820 385 0 0 20 0 4 0 107615094 3219722240 727578 33554432000 4194304 16246674 140734677636336 140734677635432 13896880 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 786065 727578 915 2943 0 782959 0
[pid=4512/tid=4513] ppid=4509 vsize=3144260 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3219722240 727578 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3144260 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3219722240 727578 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3144260 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3219722240 727578 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3144260

[startup+1662.31 s]
/proc/loadavg: 2.20 2.21 2.12 3/183 4580
/proc/meminfo: memFree=25871796/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3232324 CPUtime=1662.04 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 748560 0 0 0 165797 407 0 0 20 0 4 0 107615094 3309899776 749370 33554432000 4194304 16246674 140734677636336 140734677635432 4220489 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 808081 749370 915 2943 0 804975 0
[pid=4512/tid=4513] ppid=4509 vsize=3232324 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3309899776 749370 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3232324 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3309899776 749370 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3232324 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3309899776 749370 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3232324

[startup+1722.3 s]
/proc/loadavg: 2.16 2.20 2.11 4/183 4631
/proc/meminfo: memFree=26130592/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3300932 CPUtime=1722.03 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 765936 0 0 0 171777 426 0 0 20 0 4 0 107615094 3380154368 766746 33554432000 4194304 16246674 140734677636336 140734677635512 4206942 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 825233 766746 915 2943 0 822127 0
[pid=4512/tid=4513] ppid=4509 vsize=3300932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3380154368 766746 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3300932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3380154368 766746 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3300932 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3380154368 766746 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3300932

[startup+1782.3 s]
/proc/loadavg: 2.20 2.21 2.12 3/183 4632
/proc/meminfo: memFree=26054164/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3351108 CPUtime=1782.01 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 778403 0 0 0 177755 446 0 0 20 0 4 0 107615094 3431534592 779464 33554432000 4194304 16246674 140734677636336 140734677635432 13191752 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 837777 779464 915 2943 0 834671 0
[pid=4512/tid=4513] ppid=4509 vsize=3351108 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3431534592 779464 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3351108 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3431534592 779464 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3351108 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3431534592 779464 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3351108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.14 2.19 2.11 3/183 4632
/proc/meminfo: memFree=26037156/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=3367492 CPUtime=1800.01 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) R 4509 4512 4315 0 -1 4202496 782582 0 0 0 179549 452 0 0 20 0 4 0 107615094 3448311808 783642 33554432000 4194304 16246674 140734677636336 140734677635512 4220921 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 841873 783642 915 2943 0 838767 0
[pid=4512/tid=4513] ppid=4509 vsize=3367492 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4513/stat : 4513 (toysat) S 4509 4512 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107615095 3448311808 783642 33554432000 4194304 16246674 140734677636336 140665412365552 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=3367492 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) S 4509 4512 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107615095 3448311808 783642 33554432000 4194304 16246674 140734677636336 140665401875696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=4512/tid=4515] ppid=4509 vsize=3367492 CPUtime=0 cores=0,2,4,6
/proc/4512/task/4515/stat : 4515 (toysat) S 4509 4512 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107615095 3448311808 783642 33554432000 4194304 16246674 140734677636336 140665279212720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3367492

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

[startup+1800.4 s]
/proc/loadavg: 2.14 2.19 2.11 3/183 4632
/proc/meminfo: memFree=26037156/32872528 swapFree=15644/1722384
[pid=4512] ppid=4509 vsize=0 CPUtime=1800.12 cores=0,2,4,6
/proc/4512/stat : 4512 (toysat) Z 4509 4512 4315 0 -1 4203532 782582 0 0 0 179550 462 0 0 20 0 2 0 107615094 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4512/statm: 0 0 0 0 0 0 0
[pid=4512/tid=4514] ppid=4509 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/4512/task/4514/stat : 4514 (toysat) R 4509 4512 4315 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 107615095 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.47
CPU time (s): 1800.19
CPU user time (s): 1795.5
CPU system time (s): 4.68429
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 3367492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.5
system time used= 4.68429
maximum resident set size= 3134568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 782582
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= 26
involuntary context switches= 2108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68429 second user time and 6.80696 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-07 01:46:55
IDJOB=4080117
IDBENCH=48149
IDSOLVER=2542
FILE ID=node120/4080117-1465256815
RUNJOBID= node120-1465256721-4331
PBS_JOBID= 19843284
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_1000_60_3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080117-1465256815/watcher-4080117-1465256815 -o /tmp/evaluation-result-4080117-1465256815/solver-4080117-1465256815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465256721-4331 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080117-1465256815.opb

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

MD5SUM BENCH= 12e000f4c238d036e0b89e0774c838fa
RANDOM SEED=1686441453

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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.55
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		: 2666.425
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:        29912504 kB
Buffers:           32908 kB
Cached:           114964 kB
SwapCached:         1468 kB
Active:           470192 kB
Inactive:          46828 kB
Active(anon):     368048 kB
Inactive(anon):     3200 kB
Active(file):     102144 kB
Inactive(file):    43628 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099624 kB
Dirty:             17152 kB
Writeback:             0 kB
AnonPages:       2090364 kB
Mapped:            11804 kB
Shmem:                 0 kB
Slab:             585564 kB
SReclaimable:      29652 kB
SUnreclaim:       555912 kB
KernelStack:        1512 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2941336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 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= 71704 MiB
End job on node120 at 2016-06-07 02:16:56