Trace number 4079400

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? (MO) 1050.09 1050.46

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat15_5_3_3_mh.opb
MD5SUMcf07fc1cad99b0f245ba698ecbf7dcb2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4911296
Best CPU time to get the best result obtained on this benchmark40.7288
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6810
Total number of constraints15202
Number of constraints which are clauses11580
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints3600
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 3795
Biggest coefficient in the objective function 68921000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 3789091617
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 68921000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 3789091617
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T22:16:13+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-4079400-1465330573.opb"]
0.00/0.01	c use --random-gen="1807314085 1098022458 3697474751 3137660351 576550149 2413879576 3841664356 17331351 1845281011 3372298643 895351626 3887741371 399237221 3747343613 2059246888 2793527261 2829301646 1549908617 3189911658 2123382283 1293181979 3564737729 2584071975 1430053436 1020042367 34264676 2193471711 3125529053 4206822369 1108147073 4235124649 2575264824 1358067667 450402011 3907036193 819147531 3981591722 1870397225 3876249062 2489208987 3445917976 1017244587 268549009 219178016 2131591281 3740293320 74922396 2636877065 3202793753 3436842117 3041323912 1935457988 3017082628 3905597759 3280636986 2769449431 591123275 1287382251 4050731483 4237432241 1273442969 682124452 426393626 1046071887 1751667957 2451399344 4290868172 2036498386 3400343895 777795473 2223591435 4184530786 987578530 851002930 2260799928 2921203374 3215604076 2469361848 3193984462 811107586 1466853659 2257618363 772601238 4101121685 3958447536 906871093 2373578576 2873715309 80961574 1596984064 1593157996 4253270622 2321276421 1891603365 1527446131 2418309263 3538350951 4150453637 2437678067 3338492057 3599588045 3419175607 87285215 3703691411 1314872115 561625255 3165700608 2514905354 3942715114 3676921675 507982736 1116220114 3977095934 2548802802 436471461 3100216773 140468036 2436403195 2923542452 4253597224 1953539211 1366865420 2676704798 2860150315 2516090878 2399017852 1390357086 797031460 731588578 1655819808 968339955 4166274403 480208846 2613937606 2785687283 2565894565 386403062 1327543892 3592728741 4227468334 2314746981 2118937004 183545732 2594225688 1555739684 633279849 2238408944 841312714 2227623055 1975660855 3377233530 1100657554 1244796088 2576027902 1400595546 2703689888 2378603176 600473829 2879134741 360333979 1683522601 2495278405 3616721798 2432921381 552766723 2428616000 2599820232 948883308 120196068 1959131032 2101970872 2022871897 2245703047 3834734492 1945642464 3285787288 3719654837 1709382747 1211638161 1989414850 454248499 2168931563 614646807 496807574 207748679 3780797140 1271290201 825962008 3540914572 3737431675 3440104665 223360207 3190346781 2598292728 3534556343 1757341844 1663734281 1550133774 3168863165 2901234796 1234459475 330366965 1462230311 1784429763 333516433 131495975 2828797987 1042933620 1473379939 2477702781 1516653377 728122881 3780517662 2520535981 863761496 14925133 877526121 497976490 1283404040 1081698435 2622417596 3863518739 473391936 3088957523 856983143 3137501996 563178072 3665962389 1061791978 1065796060 2801170048 2540399221 3798855334 2594393616 4198998988 3828663798 2259178418 3627917471 2553957039 1956762321 752018592 2572253953 931459215 1611982607 3861650725 802307772 2072713905 3430952697 3184801207 2680510317 1839338945 968005391 2522051358 710188780 3782526060 935269357 255 362436" option to reproduce the execution
0.09/0.15	c #vars 6810
0.09/0.15	c #constraints 15202
0.29/0.36	c BCD2: Hardening is enabled.
0.29/0.36	c BCD2: BiasedSearch is enabled.
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     7477      0 |       45 |        0
0.49/0.50	c  0.1s |       1 |      371 |      100 |     7477      0 |       45 |        0
0.58/0.68	c  0.3s |       2 |      785 |      250 |     8225      0 |       45 |        0
1.09/1.11	c  0.7s |       3 |     1347 |      475 |     9048      0 |       45 |        0
1.69/1.74	c  1.4s |       4 |     2276 |      813 |     9953      0 |       45 |        0
2.59/2.61	c  2.2s |       5 |     3941 |     1320 |    10949      0 |       45 |        0
3.40/3.48	c  3.1s |       6 |     6013 |     2081 |    13249      0 |       45 |        0
4.89/4.94	c  4.6s |       7 |     8833 |     3223 |    14574      0 |       45 |        0
6.89/6.96	c  6.6s |       7 |    12437 |     4523 |    14574      0 |       45 |        0
7.59/7.70	c  7.3s |       8 |    13901 |     4936 |    16032      0 |       45 |        0
9.69/9.76	c  9.4s |       8 |    17248 |     5936 |    16032      0 |       45 |        0
11.49/11.50	c 11.1s |       9 |    20887 |     7506 |    17636      0 |       45 |        0
13.49/13.50	c 13.1s |       9 |    24443 |     8906 |    17636      0 |       45 |        0
15.49/15.58	c 15.2s |       9 |    28412 |    10506 |    17636      0 |       45 |        0
16.59/16.61	c 16.2s |      10 |    30350 |    11361 |    19400      0 |       45 |        0
18.58/18.69	c 18.3s |      10 |    33249 |    12261 |    19400      0 |       45 |        0
20.78/20.84	c 20.5s |      10 |    36363 |    13861 |    19400      0 |       45 |        0
22.78/22.89	c 22.5s |      10 |    39184 |    15261 |    19400      0 |       45 |        0
24.89/24.91	c 24.5s |      10 |    42814 |    16661 |    19400      0 |       45 |        0
25.69/25.73	c 25.4s |      11 |    44589 |    17144 |    21340      0 |       45 |        0
27.69/27.76	c 27.4s |      11 |    47672 |    18644 |    21340      0 |       45 |        0
29.79/29.89	c 29.5s |      11 |    50990 |    20144 |    21340      0 |       45 |        0
31.89/31.94	c 31.6s |      11 |    54997 |    21744 |    21340      0 |       45 |        0
33.98/34.02	c 33.7s |      11 |    58161 |    23244 |    21340      0 |       45 |        0
35.98/36.08	c 35.7s |      11 |    61028 |    24744 |    21340      0 |       45 |        0
37.49/37.55	c 37.2s |      12 |    62870 |    25819 |    23475      0 |       45 |        0
39.59/39.67	c 39.3s |      12 |    65301 |    27219 |    23475      1 |       45 |        0
41.69/41.71	c 41.3s |      12 |    67724 |    28519 |    23475      1 |       45 |        0
43.78/43.81	c 43.4s |      12 |    71101 |    30019 |    23475      1 |       45 |        0
45.78/45.88	c 45.5s |      12 |    73821 |    31519 |    23475      1 |       45 |        0
47.88/47.90	c 47.5s |      12 |    77355 |    33019 |    23475      1 |       45 |        0
49.98/50.03	c 49.7s |      12 |    80449 |    34519 |    23475      1 |       45 |        0
52.08/52.10	c 51.7s |      12 |    83256 |    35919 |    23475      1 |       45 |        0
54.18/54.25	c 53.9s |      12 |    85324 |    37319 |    23475      1 |       45 |        0
56.28/56.37	c 56.0s |      12 |    87574 |    38619 |    25823      1 |       45 |        0
56.68/56.79	c 56.4s |      13 |    88128 |    38832 |    25823      1 |       45 |        0
58.78/58.85	c 58.5s |      13 |    90549 |    39632 |    25823      2 |       45 |        0
60.88/60.98	c 60.6s |      13 |    93619 |    41032 |    25823      2 |       45 |        0
62.97/63.05	c 62.7s |      13 |    96665 |    42332 |    25823      2 |       45 |        0
64.98/65.09	c 64.7s |      13 |    99767 |    43632 |    25823      2 |       45 |        0
67.19/67.21	c 66.8s |      13 |   102943 |    45032 |    25823      2 |       45 |        0
69.18/69.24	c 68.9s |      13 |   105348 |    46432 |    25823      2 |       45 |        0
71.38/71.41	c 71.0s |      13 |   107893 |    47532 |    25823      2 |       45 |        0
73.38/73.42	c 73.1s |      13 |   111022 |    48632 |    25823      2 |       45 |        0
75.38/75.43	c 75.1s |      13 |   113805 |    49832 |    25823      2 |       45 |        0
77.38/77.44	c 77.1s |      13 |   116305 |    51032 |    25823      2 |       45 |        0
79.48/79.54	c 79.2s |      13 |   119160 |    52432 |    25823      2 |       45 |        0
81.58/81.61	c 81.2s |      13 |   122340 |    53832 |    25823      2 |       45 |        0
83.59/83.63	c 83.3s |      13 |   125367 |    55132 |    25823      2 |       45 |        0
85.68/85.74	c 85.4s |      13 |   127835 |    56532 |    25823      2 |       45 |        0
87.78/87.85	c 87.5s |      13 |   130201 |    58032 |    28406      3 |       45 |        0
88.28/88.35	c 88.0s |      14 |   130852 |    58352 |    28406      3 |       45 |        0
90.28/90.37	c 90.0s |      14 |   133781 |    59652 |    28406      3 |       45 |        0
92.28/92.40	c 92.0s |      14 |   137127 |    61152 |    28406      3 |       45 |        0
94.37/94.46	c 94.1s |      14 |   139652 |    62652 |    28406      3 |       45 |        0
96.47/96.50	c 96.1s |      14 |   141871 |    64052 |    28406      3 |       45 |        0
98.57/98.68	c 98.3s |      14 |   144896 |    65352 |    28406      3 |       45 |        0
100.67/100.75	c  100s |      14 |   147392 |    66652 |    28406      3 |       45 |        0
102.67/102.76	c  102s |      14 |   149972 |    67852 |    28406      3 |       45 |        0
104.77/104.88	c  104s |      14 |   152805 |    69152 |    28406      3 |       45 |        0
106.86/106.98	c  106s |      14 |   154967 |    70452 |    28406      3 |       45 |        0
108.97/109.05	c  108s |      14 |   156937 |    71652 |    28406      3 |       45 |        0
111.07/111.15	c  110s |      14 |   159142 |    72852 |    28406      3 |       45 |        0
113.06/113.18	c  112s |      14 |   161727 |    74052 |    28406      3 |       45 |        0
115.06/115.18	c  114s |      14 |   163848 |    75252 |    28406      4 |       45 |        0
117.16/117.29	c  116s |      14 |   166176 |    76752 |    28406      4 |       45 |        0
119.26/119.36	c  118s |      14 |   168564 |    78052 |    28406      4 |       45 |        0
121.26/121.39	c  121s |      14 |   171823 |    79252 |    28406      4 |       45 |        0
123.36/123.44	c  123s |      14 |   175420 |    80552 |    28406      4 |       45 |        0
125.47/125.55	c  125s |      14 |   178373 |    81952 |    28406      4 |       45 |        0
127.46/127.58	c  127s |      14 |   181255 |    83352 |    28406      4 |       45 |        0
129.56/129.60	c  129s |      14 |   184049 |    84652 |    28406      4 |       45 |        0
131.56/131.69	c  131s |      14 |   186942 |    85952 |    28406      4 |       45 |        0
133.76/133.85	c  133s |      14 |   189499 |    87252 |    31247      4 |       45 |        0
134.36/134.47	c  134s |      15 |   190199 |    87632 |    31247      4 |       45 |        0
136.56/136.62	c  136s |      15 |   192782 |    88832 |    31247      4 |       45 |        0
138.56/138.62	c  138s |      15 |   194636 |    90032 |    31247      4 |       45 |        0
143.36/143.48	c  143s |      15 |   195590 |    90332 |    31247      5 |       45 |        0
146.26/146.38	c  146s |      15 |   198161 |    91232 |    31247      5 |       45 |        0
148.25/148.39	c  148s |      15 |   201105 |    92632 |    31247      5 |       45 |        0
150.35/150.42	c  150s |      15 |   203707 |    93932 |    31247      5 |       45 |        0
152.45/152.55	c  152s |      15 |   206805 |    95532 |    31247      5 |       45 |        0
154.45/154.58	c  154s |      15 |   209107 |    96932 |    31247      5 |       45 |        0
156.44/156.58	c  156s |      15 |   210715 |    97832 |    31247      5 |       45 |        0
158.65/158.74	c  158s |      15 |   213767 |    99332 |    31247      5 |       45 |        0
160.75/160.80	c  160s |      15 |   216632 |   100632 |    31247      5 |       45 |        0
162.76/162.87	c  162s |      15 |   219421 |   101832 |    31247      5 |       45 |        0
164.75/164.87	c  164s |      15 |   222204 |   103232 |    31247      5 |       45 |        0
166.95/167.00	c  166s |      15 |   224778 |   104732 |    31247      5 |       45 |        0
169.75/169.89	c  169s |      15 |   226032 |   105632 |    31247      6 |       45 |        0
171.94/172.03	c  171s |      15 |   228661 |   106832 |    31247      6 |       45 |        0
173.94/174.08	c  173s |      15 |   231295 |   108032 |    31247      6 |       45 |        0
176.05/176.14	c  175s |      15 |   234396 |   109232 |    31247      6 |       45 |        0
178.15/178.21	c  177s |      15 |   237322 |   110532 |    31247      6 |       45 |        0
180.15/180.25	c  179s |      15 |   240247 |   111832 |    31247      6 |       45 |        0
182.24/182.37	c  182s |      15 |   243311 |   113232 |    31247      6 |       45 |        0
184.34/184.40	c  184s |      15 |   246074 |   114532 |    31247      6 |       45 |        0
186.34/186.46	c  186s |      15 |   248673 |   115832 |    31247      6 |       45 |        0
188.54/188.62	c  188s |      15 |   251280 |   117232 |    31247      6 |       45 |        0
190.54/190.69	c  190s |      15 |   253571 |   118332 |    31247      6 |       45 |        0
192.74/192.81	c  192s |      15 |   255814 |   119532 |    31247      6 |       45 |        0
194.74/194.83	c  194s |      15 |   258026 |   120732 |    31247      6 |       45 |        0
196.73/196.84	c  196s |      15 |   260131 |   121932 |    31247      6 |       45 |        0
198.73/198.88	c  198s |      15 |   262031 |   123032 |    31247      6 |       45 |        0
200.93/201.08	c  200s |      15 |   263925 |   124132 |    31247      6 |       45 |        0
203.13/203.28	c  202s |      15 |   266433 |   125332 |    31247      6 |       45 |        0
205.33/205.40	c  205s |      15 |   268677 |   126532 |    31247      7 |       45 |        0
207.43/207.50	c  207s |      15 |   271154 |   128032 |    31247      7 |       45 |        0
209.43/209.56	c  209s |      15 |   273195 |   129432 |    31247      7 |       45 |        0
211.53/211.70	c  211s |      15 |   276026 |   130732 |    34372      7 |       45 |        0
212.83/212.98	c  212s |      16 |   278178 |   131552 |    34372      7 |       45 |        0
214.93/215.08	c  214s |      16 |   281643 |   132952 |    34372      7 |       45 |        0
217.13/217.20	c  216s |      16 |   285114 |   134452 |    34372      7 |       45 |        0
219.13/219.29	c  218s |      16 |   288178 |   135952 |    34372      7 |       45 |        0
221.23/221.39	c  221s |      16 |   290995 |   137452 |    34372      7 |       45 |        0
223.33/223.47	c  223s |      16 |   294161 |   138752 |    34372      7 |       45 |        0
225.43/225.53	c  225s |      16 |   297162 |   140152 |    34372      7 |       45 |        0
227.52/227.64	c  227s |      16 |   299762 |   141552 |    34372      7 |       45 |        0
229.62/229.75	c  229s |      16 |   301849 |   142952 |    34372      7 |       45 |        0
231.82/231.90	c  231s |      16 |   304138 |   144152 |    34372      7 |       45 |        0
233.82/233.92	c  233s |      16 |   306263 |   145252 |    34372      7 |       45 |        0
235.92/236.05	c  235s |      16 |   308537 |   146552 |    34372      7 |       45 |        0
237.92/238.06	c  237s |      16 |   310573 |   147752 |    34372      8 |       45 |        0
240.02/240.19	c  239s |      16 |   312897 |   149252 |    34372      8 |       45 |        0
242.12/242.29	c  241s |      16 |   316004 |   150652 |    34372      8 |       45 |        0
244.22/244.38	c  244s |      16 |   318877 |   152052 |    34372      8 |       45 |        0
246.32/246.44	c  246s |      16 |   321625 |   153452 |    34372      8 |       45 |        0
248.42/248.50	c  248s |      16 |   323929 |   154852 |    34372      8 |       45 |        0
250.51/250.65	c  250s |      16 |   326336 |   156152 |    34372      8 |       45 |        0
252.61/252.79	c  252s |      16 |   328740 |   157452 |    34372      8 |       45 |        0
254.81/254.91	c  254s |      16 |   330831 |   158752 |    34372      8 |       45 |        0
256.91/257.09	c  256s |      16 |   332758 |   160052 |    34372      8 |       45 |        0
259.10/259.25	c  258s |      16 |   335086 |   161252 |    34372      8 |       45 |        0
261.10/261.25	c  260s |      16 |   337622 |   162352 |    34372      8 |       45 |        0
263.11/263.25	c  262s |      16 |   339595 |   163552 |    34372      8 |       45 |        0
265.21/265.38	c  265s |      16 |   341636 |   164852 |    34372      8 |       45 |        0
267.32/267.49	c  267s |      16 |   343576 |   165952 |    34372      9 |       45 |        0
269.42/269.60	c  269s |      16 |   346205 |   167252 |    34372      9 |       45 |        0
271.51/271.64	c  271s |      16 |   348367 |   168552 |    34372      9 |       45 |        0
273.60/273.78	c  273s |      16 |   350238 |   169852 |    34372      9 |       45 |        0
275.80/275.95	c  275s |      16 |   353212 |   171152 |    34372      9 |       45 |        0
277.90/278.08	c  277s |      16 |   355792 |   172452 |    34372      9 |       45 |        0
280.00/280.17	c  279s |      16 |   357653 |   173752 |    34372      9 |       45 |        0
282.10/282.26	c  281s |      16 |   359887 |   175052 |    34372      9 |       45 |        0
284.09/284.28	c  283s |      16 |   362516 |   176352 |    34372      9 |       45 |        0
286.19/286.38	c  286s |      16 |   365071 |   177652 |    34372      9 |       45 |        0
288.29/288.44	c  288s |      16 |   367289 |   178852 |    34372      9 |       45 |        0
290.30/290.47	c  290s |      16 |   369073 |   180052 |    34372      9 |       45 |        0
292.50/292.63	c  292s |      16 |   371650 |   181252 |    34372      9 |       45 |        0
294.49/294.68	c  294s |      16 |   373877 |   182452 |    34372      9 |       45 |        0
296.69/296.87	c  296s |      16 |   375955 |   183752 |    34372      9 |       45 |        0
298.79/298.91	c  298s |      16 |   378413 |   184852 |    34372     10 |       45 |        0
300.79/300.92	c  300s |      16 |   381587 |   186152 |    34372     10 |       45 |        0
302.79/302.93	c  302s |      16 |   384624 |   187452 |    34372     10 |       45 |        0
304.79/304.95	c  304s |      16 |   386553 |   188652 |    34372     10 |       45 |        0
306.79/306.98	c  306s |      16 |   388765 |   189952 |    34372     10 |       45 |        0
308.79/308.99	c  308s |      16 |   390921 |   191452 |    34372     10 |       45 |        0
310.98/311.12	c  310s |      16 |   393536 |   192852 |    34372     10 |       45 |        0
313.08/313.24	c  312s |      16 |   396198 |   194352 |    34372     10 |       45 |        0
315.28/315.41	c  315s |      16 |   398240 |   195752 |    34372     10 |       45 |        0
317.38/317.59	c  317s |      16 |   400670 |   197052 |    37810     10 |       45 |        0
318.08/318.24	c  317s |      17 |   401341 |   197432 |    37810     10 |       45 |        0
320.09/320.26	c  319s |      17 |   403191 |   198632 |    37810     10 |       45 |        0
323.98/324.18	c  323s |      17 |   404695 |   199532 |    37810     10 |       45 |        0
325.98/326.19	c  325s |      17 |   407374 |   200532 |    37810     10 |       45 |        0
328.98/329.13	c  328s |      17 |   408761 |   201132 |    37810     10 |       45 |        0
330.99/331.13	c  330s |      17 |   411539 |   202432 |    37810     10 |       45 |        0
334.57/334.79	c  334s |      17 |   413977 |   203632 |    37810     11 |       45 |        0
336.88/337.05	c  336s |      17 |   416375 |   204532 |    37810     11 |       45 |        0
340.57/340.79	c  340s |      17 |   418051 |   205232 |    37810     11 |       45 |        0
342.67/342.82	c  342s |      17 |   420561 |   206332 |    37810     11 |       45 |        0
344.77/344.92	c  344s |      17 |   423200 |   207732 |    37810     11 |       45 |        0
346.77/346.95	c  346s |      17 |   425387 |   208932 |    37810     11 |       45 |        0
348.88/349.05	c  348s |      17 |   426240 |   209232 |    37810     11 |       45 |        0
350.97/351.18	c  350s |      17 |   428426 |   210132 |    37810     11 |       45 |        0
353.08/353.29	c  352s |      17 |   431212 |   211532 |    37810     11 |       45 |        0
355.28/355.42	c  355s |      17 |   433024 |   212532 |    37810     11 |       45 |        0
357.27/357.48	c  357s |      17 |   435660 |   213932 |    37810     11 |       45 |        0
359.47/359.67	c  359s |      17 |   438976 |   215232 |    37810     11 |       45 |        0
361.57/361.76	c  361s |      17 |   441795 |   216332 |    37810     11 |       45 |        0
363.77/363.93	c  363s |      17 |   444009 |   217532 |    37810     11 |       45 |        0
365.87/366.04	c  365s |      17 |   446223 |   218532 |    37810     11 |       45 |        0
367.96/368.12	c  367s |      17 |   448175 |   219432 |    37810     11 |       45 |        0
370.06/370.26	c  369s |      17 |   451298 |   221032 |    37810     11 |       45 |        0
372.36/372.52	c  372s |      17 |   454272 |   222132 |    37810     11 |       45 |        0
374.36/374.53	c  374s |      17 |   457027 |   223232 |    37810     12 |       45 |        0
376.46/376.66	c  376s |      17 |   459620 |   224332 |    37810     12 |       45 |        0
378.56/378.70	c  378s |      17 |   462532 |   225732 |    37810     12 |       45 |        0
380.57/380.74	c  380s |      17 |   465171 |   227232 |    37810     12 |       45 |        0
382.56/382.74	c  382s |      17 |   467515 |   228632 |    37810     12 |       45 |        0
384.56/384.79	c  384s |      17 |   469711 |   230032 |    37810     12 |       45 |        0
386.86/387.04	c  386s |      17 |   471692 |   231332 |    37810     12 |       45 |        0
388.96/389.13	c  388s |      17 |   473795 |   232232 |    37810     12 |       45 |        0
391.06/391.25	c  390s |      17 |   475789 |   233332 |    37810     12 |       45 |        0
393.06/393.27	c  392s |      17 |   478300 |   234332 |    37810     12 |       45 |        0
395.16/395.33	c  394s |      17 |   480057 |   235332 |    37810     12 |       45 |        0
397.35/397.52	c  397s |      17 |   482466 |   236532 |    37810     12 |       45 |        0
399.35/399.56	c  399s |      17 |   484580 |   237632 |    37810     12 |       45 |        0
401.46/401.68	c  401s |      17 |   487160 |   238932 |    37810     12 |       45 |        0
403.56/403.71	c  403s |      17 |   488829 |   239932 |    37810     12 |       45 |        0
405.65/405.83	c  405s |      17 |   490590 |   241132 |    37810     12 |       45 |        0
407.75/407.92	c  407s |      17 |   492498 |   242332 |    37810     12 |       45 |        0
409.95/410.10	c  409s |      17 |   494482 |   243432 |    37810     12 |       45 |        0
412.05/412.22	c  411s |      17 |   496029 |   244332 |    37810     12 |       45 |        0
414.25/414.40	c  414s |      17 |   498640 |   245432 |    37810     12 |       45 |        0
416.85/417.04	c  416s |      17 |   500493 |   246432 |    37810     13 |       45 |        0
418.96/419.13	c  418s |      17 |   502591 |   247732 |    37810     13 |       45 |        0
421.05/421.27	c  420s |      17 |   505377 |   249032 |    37810     13 |       45 |        0
423.25/423.40	c  423s |      17 |   507825 |   250432 |    37810     13 |       45 |        0
425.35/425.54	c  425s |      17 |   510362 |   251732 |    37810     13 |       45 |        0
427.45/427.65	c  427s |      17 |   512413 |   253032 |    37810     13 |       45 |        0
429.54/429.74	c  429s |      17 |   514270 |   254232 |    37810     13 |       45 |        0
431.54/431.79	c  431s |      17 |   516137 |   255232 |    37810     13 |       45 |        0
433.74/433.93	c  433s |      17 |   518012 |   256332 |    37810     13 |       45 |        0
435.74/435.98	c  435s |      17 |   519697 |   257232 |    37810     13 |       45 |        0
437.84/438.05	c  437s |      17 |   521818 |   258232 |    37810     13 |       45 |        0
439.94/440.20	c  439s |      17 |   523862 |   259132 |    37810     13 |       45 |        0
442.04/442.25	c  441s |      17 |   526194 |   260332 |    37810     13 |       45 |        0
444.13/444.35	c  443s |      17 |   527975 |   261332 |    37810     13 |       45 |        0
446.13/446.39	c  446s |      17 |   529591 |   262332 |    37810     13 |       45 |        0
448.23/448.49	c  448s |      17 |   531245 |   263432 |    37810     13 |       45 |        0
450.33/450.52	c  450s |      17 |   533021 |   264332 |    37810     13 |       45 |        0
452.33/452.54	c  452s |      17 |   535021 |   265532 |    37810     13 |       45 |        0
454.52/454.72	c  454s |      17 |   537055 |   266532 |    37810     13 |       45 |        0
456.62/456.81	c  456s |      17 |   539044 |   267532 |    37810     14 |       45 |        0
458.63/458.89	c  458s |      17 |   541731 |   268632 |    37810     14 |       45 |        0
460.73/461.00	c  460s |      17 |   543887 |   269632 |    37810     14 |       45 |        0
462.83/463.04	c  462s |      17 |   545629 |   270632 |    37810     14 |       45 |        0
464.92/465.17	c  464s |      17 |   547788 |   272032 |    37810     14 |       45 |        0
467.02/467.22	c  466s |      17 |   549871 |   273332 |    37810     14 |       45 |        0
469.12/469.33	c  468s |      17 |   552033 |   274732 |    37810     14 |       45 |        0
471.22/471.47	c  471s |      17 |   553946 |   275932 |    37810     14 |       45 |        0
473.32/473.57	c  473s |      17 |   555884 |   277132 |    37810     14 |       45 |        0
475.32/475.59	c  475s |      17 |   557853 |   278332 |    37810     14 |       45 |        0
477.52/477.73	c  477s |      17 |   559902 |   279532 |    37810     14 |       45 |        0
479.82/480.00	c  479s |      17 |   561666 |   280332 |    37810     14 |       45 |        0
481.92/482.13	c  481s |      17 |   563621 |   281332 |    37810     14 |       45 |        0
484.01/484.23	c  483s |      17 |   566183 |   282532 |    37810     14 |       45 |        0
486.21/486.40	c  486s |      17 |   568331 |   283432 |    37810     14 |       45 |        0
488.41/488.61	c  488s |      17 |   570166 |   284332 |    37810     14 |       45 |        0
490.52/490.79	c  490s |      17 |   571968 |   285132 |    37810     14 |       45 |        0
492.62/492.82	c  492s |      17 |   573769 |   286032 |    37810     14 |       45 |        0
494.71/494.90	c  494s |      17 |   575947 |   287132 |    37810     14 |       45 |        0
496.81/497.04	c  496s |      17 |   577927 |   288032 |    37810     15 |       45 |        0
498.91/499.11	c  498s |      17 |   580291 |   289432 |    37810     15 |       45 |        0
500.91/501.19	c  500s |      17 |   582526 |   290732 |    37810     15 |       45 |        0
503.11/503.33	c  502s |      17 |   584387 |   291732 |    37810     15 |       45 |        0
505.11/505.37	c  505s |      17 |   586288 |   293032 |    37810     15 |       45 |        0
507.11/507.39	c  507s |      17 |   588411 |   294232 |    41591     15 |       45 |        0
509.21/509.49	c  509s |      17 |   590672 |   295632 |    41591     15 |       45 |        0
511.00/511.20	c  510s |      18 |   591887 |   296252 |    41591     15 |       45 |        0
513.00/513.25	c  512s |      18 |   594325 |   297352 |    41591     15 |       45 |        0
515.20/515.42	c  515s |      18 |   596577 |   298552 |    41591     15 |       45 |        0
517.30/517.50	c  517s |      18 |   598805 |   299952 |    41591     15 |       45 |        0
519.50/519.73	c  519s |      18 |   600823 |   301252 |    41591     15 |       45 |        0
521.60/521.84	c  521s |      18 |   603205 |   302452 |    41591     15 |       45 |        0
523.59/523.84	c  523s |      18 |   605171 |   303652 |    41591     15 |       45 |        0
525.70/525.96	c  525s |      18 |   607233 |   304752 |    41591     15 |       45 |        0
527.80/528.00	c  527s |      18 |   609718 |   306052 |    41591     15 |       45 |        0
529.79/530.01	c  529s |      18 |   611759 |   307252 |    41591     15 |       45 |        0
531.89/532.18	c  531s |      18 |   613544 |   308252 |    41591     15 |       45 |        0
534.09/534.38	c  534s |      18 |   615291 |   309252 |    41591     15 |       45 |        0
536.29/536.53	c  536s |      18 |   617122 |   310252 |    41591     15 |       45 |        0
538.29/538.54	c  538s |      18 |   618598 |   311152 |    41591     16 |       45 |        0
540.29/540.56	c  540s |      18 |   620413 |   312152 |    41591     16 |       45 |        0
542.29/542.58	c  542s |      18 |   622832 |   313652 |    41591     16 |       45 |        0
544.48/544.70	c  544s |      18 |   625407 |   315252 |    41591     16 |       45 |        0
546.59/546.83	c  546s |      18 |   627955 |   316652 |    41591     16 |       45 |        0
548.69/548.93	c  548s |      18 |   630545 |   318052 |    41591     16 |       45 |        0
550.68/550.94	c  550s |      18 |   632342 |   319352 |    41591     16 |       45 |        0
552.88/553.11	c  552s |      18 |   634245 |   320652 |    41591     16 |       45 |        0
554.98/555.25	c  554s |      18 |   636207 |   321752 |    41591     16 |       45 |        0
556.98/557.26	c  556s |      18 |   638261 |   322852 |    41591     16 |       45 |        0
558.98/559.29	c  558s |      18 |   640305 |   324052 |    41591     16 |       45 |        0
561.17/561.41	c  561s |      18 |   642133 |   325352 |    41591     16 |       45 |        0
563.17/563.49	c  563s |      18 |   644160 |   326352 |    41591     16 |       45 |        0
565.28/565.52	c  565s |      18 |   646079 |   327352 |    41591     16 |       45 |        0
567.38/567.69	c  567s |      18 |   648225 |   328652 |    41591     16 |       45 |        0
569.47/569.74	c  569s |      18 |   649878 |   329652 |    41591     16 |       45 |        0
571.47/571.77	c  571s |      18 |   651529 |   330652 |    41591     16 |       45 |        0
573.66/573.94	c  573s |      18 |   653215 |   331652 |    41591     16 |       45 |        0
575.66/575.98	c  575s |      18 |   654721 |   332552 |    41591     16 |       45 |        0
577.86/578.16	c  577s |      18 |   656378 |   333452 |    41591     17 |       45 |        0
579.96/580.28	c  579s |      18 |   658655 |   334652 |    41591     17 |       45 |        0
581.96/582.29	c  581s |      18 |   660694 |   335652 |    41591     17 |       45 |        0
584.05/584.31	c  583s |      18 |   662551 |   336852 |    41591     17 |       45 |        0
586.25/586.55	c  586s |      18 |   664844 |   338252 |    41591     17 |       45 |        0
588.36/588.69	c  588s |      18 |   666961 |   339552 |    41591     17 |       45 |        0
590.46/590.76	c  590s |      18 |   669118 |   340952 |    41591     17 |       45 |        0
592.55/592.90	c  592s |      18 |   671419 |   342452 |    41591     17 |       45 |        0
594.75/595.03	c  594s |      18 |   673737 |   343952 |    41591     17 |       45 |        0
596.95/597.21	c  596s |      18 |   675588 |   345152 |    41591     17 |       45 |        0
599.05/599.35	c  598s |      18 |   677042 |   346052 |    41591     17 |       45 |        0
601.25/601.50	c  601s |      18 |   678738 |   347252 |    41591     17 |       45 |        0
603.35/603.66	c  603s |      18 |   680324 |   348352 |    41591     17 |       45 |        0
605.44/605.78	c  605s |      18 |   682075 |   349452 |    41591     17 |       45 |        0
607.44/607.79	c  607s |      18 |   683784 |   350452 |    41591     17 |       45 |        0
609.64/609.94	c  609s |      18 |   685442 |   351652 |    41591     17 |       45 |        0
611.64/611.96	c  611s |      18 |   686972 |   352752 |    41591     17 |       45 |        0
613.83/614.13	c  613s |      18 |   688631 |   353952 |    41591     17 |       45 |        0
615.93/616.21	c  615s |      18 |   690266 |   354952 |    41591     17 |       45 |        0
618.13/618.44	c  618s |      18 |   692036 |   356052 |    41591     17 |       45 |        0
620.33/620.63	c  620s |      18 |   693560 |   357052 |    41591     17 |       45 |        0
622.44/622.74	c  622s |      18 |   695075 |   358052 |    41591     18 |       45 |        0
624.42/624.80	c  624s |      18 |   696838 |   359352 |    41591     18 |       45 |        0
626.62/626.93	c  626s |      18 |   698516 |   360652 |    41591     18 |       45 |        0
628.62/628.96	c  628s |      18 |   700347 |   361952 |    41591     18 |       45 |        0
630.72/631.00	c  630s |      18 |   702029 |   363152 |    41591     18 |       45 |        0
632.73/633.07	c  632s |      18 |   703617 |   364452 |    41591     18 |       45 |        0
634.83/635.18	c  634s |      18 |   705669 |   365552 |    41591     18 |       45 |        0
636.83/637.19	c  636s |      18 |   707497 |   366452 |    41591     18 |       45 |        0
639.02/639.33	c  638s |      18 |   709341 |   367452 |    41591     18 |       45 |        0
641.22/641.57	c  641s |      18 |   712013 |   369052 |    41591     18 |       45 |        0
643.23/643.60	c  643s |      18 |   713581 |   370152 |    41591     18 |       45 |        0
645.32/645.68	c  645s |      18 |   715507 |   371352 |    41591     18 |       45 |        0
647.42/647.76	c  647s |      18 |   717386 |   372452 |    41591     18 |       45 |        0
649.52/649.82	c  649s |      18 |   718891 |   373352 |    41591     18 |       45 |        0
651.62/651.91	c  651s |      18 |   720375 |   374252 |    41591     18 |       45 |        0
653.62/653.98	c  653s |      18 |   721881 |   375152 |    41591     18 |       45 |        0
655.82/656.14	c  655s |      18 |   723287 |   376052 |    41591     18 |       45 |        0
658.02/658.35	c  657s |      18 |   724916 |   376952 |    41591     18 |       45 |        0
660.01/660.37	c  660s |      18 |   726809 |   378052 |    41591     18 |       45 |        0
662.21/662.54	c  662s |      18 |   728016 |   378752 |    41591     19 |       45 |        0
664.51/664.88	c  664s |      18 |   729934 |   379452 |    41591     19 |       45 |        0
666.61/666.91	c  666s |      18 |   731897 |   380652 |    41591     19 |       45 |        0
668.61/668.97	c  668s |      18 |   734053 |   382052 |    41591     19 |       45 |        0
670.71/671.02	c  670s |      18 |   735961 |   383252 |    41591     19 |       45 |        0
672.81/673.16	c  672s |      18 |   737915 |   384352 |    41591     19 |       45 |        0
674.81/675.16	c  674s |      18 |   739344 |   385152 |    41591     19 |       45 |        0
677.01/677.30	c  676s |      18 |   741172 |   386252 |    41591     19 |       45 |        0
679.01/679.31	c  678s |      18 |   742897 |   387252 |    41591     19 |       45 |        0
681.21/681.58	c  681s |      18 |   744910 |   388252 |    41591     19 |       45 |        0
683.51/683.81	c  683s |      18 |   746504 |   389252 |    41591     19 |       45 |        0
685.60/685.94	c  685s |      18 |   747806 |   390152 |    41591     19 |       45 |        0
687.70/688.01	c  687s |      18 |   749605 |   391152 |    41591     19 |       45 |        0
689.80/690.15	c  689s |      18 |   751268 |   392152 |    41591     19 |       45 |        0
692.00/692.32	c  691s |      18 |   752991 |   393152 |    41591     19 |       45 |        0
694.10/694.49	c  694s |      18 |   754636 |   394252 |    41591     19 |       45 |        0
696.20/696.56	c  696s |      18 |   756624 |   395452 |    41591     19 |       45 |        0
698.40/698.77	c  698s |      18 |   758423 |   396552 |    41591     19 |       45 |        0
700.40/700.77	c  700s |      18 |   759829 |   397352 |    41591     19 |       45 |        0
702.50/702.83	c  702s |      18 |   761547 |   398352 |    41591     19 |       45 |        0
704.59/704.95	c  704s |      18 |   763729 |   399552 |    41591     19 |       45 |        0
706.69/707.00	c  706s |      18 |   764861 |   400352 |    41591     20 |       45 |        0
708.79/709.11	c  708s |      18 |   767011 |   401452 |    41591     20 |       45 |        0
710.79/711.14	c  710s |      18 |   768924 |   402752 |    41591     20 |       45 |        0
712.79/713.16	c  712s |      18 |   771137 |   404152 |    41591     20 |       45 |        0
714.80/715.16	c  714s |      18 |   773049 |   405452 |    41591     20 |       45 |        0
716.79/717.19	c  716s |      18 |   774801 |   406552 |    41591     20 |       45 |        0
718.89/719.22	c  718s |      18 |   776572 |   407652 |    41591     20 |       45 |        0
720.89/721.29	c  720s |      18 |   778186 |   408752 |    41591     20 |       45 |        0
723.09/723.47	c  723s |      18 |   779981 |   410052 |    41591     20 |       45 |        0
725.19/725.57	c  725s |      18 |   781815 |   411252 |    41591     20 |       45 |        0
727.29/727.66	c  727s |      18 |   783532 |   412452 |    41591     20 |       45 |        0
729.49/729.89	c  729s |      18 |   785225 |   413452 |    41591     20 |       45 |        0
731.59/731.91	c  731s |      18 |   786785 |   414452 |    41591     20 |       45 |        0
733.58/733.99	c  733s |      18 |   788382 |   415452 |    41591     20 |       45 |        0
735.78/736.15	c  735s |      18 |   789845 |   416552 |    41591     20 |       45 |        0
737.89/738.24	c  737s |      18 |   791326 |   417552 |    41591     20 |       45 |        0
739.88/740.26	c  739s |      18 |   793063 |   418552 |    41591     20 |       45 |        0
741.98/742.38	c  742s |      18 |   794572 |   419652 |    41591     20 |       45 |        0
744.48/744.81	c  744s |      18 |   795947 |   420652 |    41591     21 |       45 |        0
746.88/747.26	c  746s |      18 |   796259 |   420752 |    41591     21 |       45 |        0
749.48/749.89	c  749s |      18 |   796913 |   421052 |    41591     21 |       45 |        0
752.58/752.94	c  752s |      18 |   797461 |   421352 |    41591     21 |       45 |        0
755.98/756.32	c  755s |      18 |   798110 |   421652 |    41591     21 |       45 |        0
757.98/758.38	c  758s |      18 |   800693 |   423052 |    41591     21 |       45 |        0
760.27/760.63	c  760s |      18 |   801401 |   423352 |    41591     21 |       45 |        0
762.27/762.63	c  762s |      18 |   803468 |   424352 |    41591     21 |       45 |        0
764.28/764.66	c  764s |      18 |   805660 |   425552 |    41591     21 |       45 |        0
766.38/766.74	c  766s |      18 |   807699 |   426852 |    41591     21 |       45 |        0
768.47/768.80	c  768s |      18 |   809241 |   427752 |    41591     21 |       45 |        0
770.57/770.98	c  770s |      18 |   812114 |   429452 |    41591     21 |       45 |        0
772.67/773.09	c  772s |      18 |   814092 |   430552 |    41591     21 |       45 |        0
774.77/775.12	c  774s |      18 |   817208 |   431852 |    41591     21 |       45 |        0
776.77/777.15	c  776s |      18 |   819838 |   433252 |    41591     21 |       45 |        0
778.87/779.27	c  778s |      18 |   822171 |   434452 |    41591     21 |       45 |        0
780.97/781.35	c  780s |      18 |   824161 |   435652 |    41591     21 |       45 |        0
783.17/783.50	c  783s |      18 |   826531 |   437052 |    41591     21 |       45 |        0
785.37/785.72	c  785s |      18 |   828499 |   438252 |    41591     21 |       45 |        0
787.47/787.89	c  787s |      18 |   830020 |   439252 |    41591     21 |       45 |        0
789.67/790.01	c  789s |      18 |   831971 |   440352 |    41591     21 |       45 |        0
791.77/792.15	c  791s |      18 |   834143 |   441552 |    45751     21 |       45 |        0
793.87/794.24	c  793s |      18 |   835522 |   442452 |    45751     21 |       45 |        0
795.96/796.35	c  795s |      18 |   837041 |   443352 |    45751     21 |       45 |        0
798.06/798.48	c  798s |      18 |   838518 |   444452 |    45751     21 |       45 |        0
798.16/798.52	c  798s |      19 |   838551 |   444482 |    45751     21 |       45 |        0
800.26/800.69	c  800s |      19 |   839928 |   445482 |    45751     21 |       45 |        0
802.46/802.81	c  802s |      19 |   841683 |   446382 |    45751     21 |       45 |        0
804.46/804.83	c  804s |      19 |   843362 |   447482 |    45751     21 |       45 |        0
806.46/806.86	c  806s |      19 |   845250 |   448482 |    45751     22 |       45 |        0
808.46/808.87	c  808s |      19 |   846924 |   449482 |    45751     22 |       45 |        0
810.66/811.03	c  810s |      19 |   848594 |   450582 |    45751     22 |       45 |        0
812.76/813.14	c  812s |      19 |   850239 |   451782 |    45751     22 |       45 |        0
814.87/815.25	c  814s |      19 |   852226 |   453082 |    45751     22 |       45 |        0
816.86/817.26	c  816s |      19 |   854156 |   454382 |    45751     22 |       45 |        0
818.86/819.28	c  818s |      19 |   856199 |   455782 |    45751     22 |       45 |        0
821.06/821.44	c  821s |      19 |   857430 |   456682 |    45751     22 |       45 |        0
823.16/823.52	c  823s |      19 |   859081 |   457882 |    45751     22 |       45 |        0
825.26/825.62	c  825s |      19 |   860485 |   458882 |    45751     22 |       45 |        0
827.26/827.68	c  827s |      19 |   861802 |   459782 |    45751     22 |       45 |        0
829.46/829.84	c  829s |      19 |   863777 |   461182 |    45751     22 |       45 |        0
831.55/831.98	c  831s |      19 |   865577 |   462482 |    45751     22 |       45 |        0
833.75/834.12	c  833s |      19 |   867272 |   463682 |    45751     22 |       45 |        0
835.77/836.12	c  835s |      19 |   868450 |   464282 |    45751     22 |       45 |        0
838.16/838.58	c  838s |      19 |   870663 |   465182 |    45751     22 |       45 |        0
840.46/840.83	c  840s |      19 |   872887 |   466182 |    45751     22 |       45 |        0
842.46/842.86	c  842s |      19 |   874823 |   467082 |    45751     22 |       45 |        0
844.47/844.88	c  844s |      19 |   876620 |   467982 |    45751     22 |       45 |        0
846.67/847.02	c  846s |      19 |   878595 |   468782 |    45751     22 |       45 |        0
848.87/849.20	c  848s |      19 |   880645 |   469682 |    45751     22 |       45 |        0
850.86/851.21	c  850s |      19 |   882257 |   470482 |    45751     22 |       45 |        0
852.96/853.32	c  852s |      19 |   883872 |   471282 |    45751     22 |       45 |        0
855.16/855.54	c  855s |      19 |   885868 |   472282 |    45751     22 |       45 |        0
857.36/857.74	c  857s |      19 |   887584 |   473182 |    45751     22 |       45 |        0
859.56/859.91	c  859s |      19 |   889204 |   474082 |    45751     23 |       45 |        0
861.66/862.03	c  861s |      19 |   890771 |   475082 |    45751     23 |       45 |        0
863.76/864.17	c  863s |      19 |   892344 |   476182 |    45751     23 |       45 |        0
865.06/865.40	c  865s |      19 |   894241 |   476600 |    45751     23 |       45 |        0
865.06/865.40	c #cpu_time = 864.742s
865.06/865.40	c #wall_clock_time = 865.034s
865.06/865.40	c #decision = 894241
865.06/865.40	c #random_decision = 918
865.06/865.40	c #conflict = 476600
865.06/865.40	c #restart = 19
865.06/865.40	o 280475566
865.06/865.46	c BCD2: updating upper bound: 3789091617 -> 280475580
865.06/865.48	c BCD2: 0 <= obj <= 280475580
865.06/865.48	c BCD2: #cores=0, #unrelaxed=3795, #relaxed=0, #hardened=0
865.06/865.48	c BCD2: #sat=1 #unsat=1 bias=1/2
865.06/865.49	c Solving starts ...
865.06/865.49	c ============================[ Search Statistics ]============================
865.06/865.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
865.06/865.49	c       |         |          |          |    Limit     GC | Var      | Constra 
865.06/865.49	c =============================================================================
865.06/865.49	c  0.0s |       0 |        0 |        0 |    45751      0 |       45 |        0
865.26/865.63	c  0.1s |       0 |       88 |        1 |    45751      0 |       45 |        0
865.26/865.63	c #cpu_time = 0.141s
865.26/865.63	c #wall_clock_time = 0.141s
865.26/865.63	c #decision = 88
865.26/865.63	c #random_decision = 0
865.26/865.63	c #conflict = 1
865.26/865.63	c #restart = 0
865.26/865.63	c BCD2: found a new core of size 88: cost of the new core is >=35937
865.26/865.63	c lower bound updated to 35922
865.26/865.64	c BCD2: 35937 <= obj <= 280475580
865.26/865.64	c BCD2: #cores=1, #unrelaxed=3707, #relaxed=88, #hardened=0
865.26/865.64	c BCD2: #sat=1 #unsat=2 bias=2/3

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

pid=14711
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.92 1.98 1.99 3/179 14714
/proc/meminfo: memFree=29594192/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 2657 0 0 0 0 0 0 0 20 0 4 0 114992021 730263552 3019 33554432000 4194304 16246674 140733604504512 140733604503936 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 178799 3029 441 2943 0 175693 0
[pid=14714/tid=14715] ppid=14711 vsize=730556 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 748089344 3089 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=735676 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 753332224 3106 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=739772 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114992021 757526528 3123 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100186 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14714
/proc/meminfo: memFree=29594192/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 28363 0 0 0 5 4 0 0 20 0 4 0 114992021 1333334016 28662 33554432000 4194304 16246674 140733604504512 140733604503824 7371468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 325521 28676 802 2943 0 322415 0
[pid=14714/tid=14715] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 28688 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 28700 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 28710 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200516 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14714
/proc/meminfo: memFree=29594192/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1302084 CPUtime=0.18 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 45567 0 0 0 12 6 0 0 20 0 4 0 114992021 1333334016 45867 33554432000 4194304 16246674 140733604504512 140733604503824 5658061 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 325521 45875 840 2943 0 322415 0
[pid=14714/tid=14715] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 45880 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 45886 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 45890 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1302084

[startup+0.300475 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14714
/proc/meminfo: memFree=29594192/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 63521 0 0 0 20 9 0 0 20 0 4 0 114992021 1333334016 63820 33554432000 4194304 16246674 140733604504512 140733604503824 5595597 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 325521 63828 843 2943 0 322415 0
[pid=14714/tid=14715] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 63832 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 63837 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 63842 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700402 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 14714
/proc/meminfo: memFree=29594192/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1302084 CPUtime=0.69 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 116889 0 0 0 54 15 0 0 20 0 4 0 114992021 1333334016 117188 33554432000 4194304 16246674 140733604504512 140733604486400 5587781 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 325521 117197 886 2943 0 322415 0
[pid=14714/tid=14715] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 117204 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 117206 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 117213 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1302084

[startup+1.5004 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 14718
/proc/meminfo: memFree=28976320/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1302084 CPUtime=1.49 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 192143 0 0 0 124 25 0 0 20 0 4 0 114992021 1333334016 192442 33554432000 4194304 16246674 140733604504512 140733604486400 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 325521 192444 886 2943 0 322415 0
[pid=14714/tid=14715] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 192446 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 192449 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1333334016 192451 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1302084

[startup+3.10041 s]
/proc/loadavg: 1.92 1.98 1.99 3/183 14718
/proc/meminfo: memFree=28571056/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1316420 CPUtime=3.09 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 270115 0 0 0 273 36 0 0 20 0 4 0 114992021 1348014080 270414 33554432000 4194304 16246674 140733604504512 140733604486400 5545752 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 329105 270414 892 2943 0 325999 0
[pid=14714/tid=14715] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270414 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270414 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270414 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1316420

[startup+6.30041 s]
/proc/loadavg: 2.01 2.00 2.00 4/183 14718
/proc/meminfo: memFree=28512272/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1316420 CPUtime=6.29 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 270295 0 0 0 593 36 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140733604486400 6861609 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 329105 270594 892 2943 0 325999 0
[pid=14714/tid=14715] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1316420

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14718
/proc/meminfo: memFree=28512364/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 270295 0 0 0 1233 36 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140733604487512 5754660 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 329105 270594 892 2943 0 325999 0
[pid=14714/tid=14715] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1316420

[startup+25.5005 s]
/proc/loadavg: 2.15 2.03 2.01 3/183 14718
/proc/meminfo: memFree=28513156/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1316420 CPUtime=25.49 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 270295 0 0 0 2512 37 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140733604486400 5600448 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 329105 270594 892 2943 0 325999 0
[pid=14714/tid=14715] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1348014080 270594 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1316420

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.01 4/183 14718
/proc/meminfo: memFree=28502464/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1327684 CPUtime=51.08 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 272920 0 0 0 5070 38 0 0 20 0 4 0 114992021 1359548416 273219 33554432000 4194304 16246674 140733604504512 140733604487512 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 331921 273219 898 2943 0 328815 0
[pid=14714/tid=14715] ppid=14711 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1359548416 273219 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1359548416 273219 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1359548416 273219 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1327684

[startup+102.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 14767
/proc/meminfo: memFree=29403196/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1329732 CPUtime=102.28 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 273599 0 0 0 10189 39 0 0 20 0 4 0 114992021 1361645568 273891 33554432000 4194304 16246674 140733604504512 140733604486400 5598360 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 332433 273891 899 2943 0 329327 0
[pid=14714/tid=14715] ppid=14711 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1361645568 273891 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1361645568 273891 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1329732 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1361645568 273891 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1329732


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


[startup+642.3 s]
/proc/loadavg: 2.22 2.12 2.03 3/183 14781
/proc/meminfo: memFree=29321140/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1353284 CPUtime=642.02 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 279814 0 0 0 64129 73 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140733604486400 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 338321 279818 899 2943 0 335215 0
[pid=14714/tid=14715] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 1353284

[startup+702.3 s]
/proc/loadavg: 2.08 2.10 2.02 3/183 14782
/proc/meminfo: memFree=29320944/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1353284 CPUtime=702 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 279840 0 0 0 70126 74 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140733604486400 5666956 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14714/statm: 338321 279818 899 2943 0 335215 0
[pid=14714/tid=14715] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279818 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 1353284

[startup+762.3 s]
/proc/loadavg: 2.07 2.09 2.02 3/183 14783
/proc/meminfo: memFree=29320932/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1353284 CPUtime=761.98 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 279857 0 0 0 76123 75 0 0 20 0 4 0 114992021 1385762816 279819 33554432000 4194304 16246674 140733604504512 140733604487512 5717604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 338321 279819 899 2943 0 335215 0
[pid=14714/tid=14715] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279819 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279819 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1353284 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1385762816 279819 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 1353284

[startup+822.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/183 14784
/proc/meminfo: memFree=29317868/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=1355332 CPUtime=821.96 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 280373 0 0 0 82121 75 0 0 20 0 4 0 114992021 1387859968 280331 33554432000 4194304 16246674 140733604504512 140733604486400 13820881 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 338833 280331 899 2943 0 335727 0
[pid=14714/tid=14715] ppid=14711 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 1387859968 280331 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 1387859968 280331 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=1355332 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 1387859968 280331 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 1355332

[startup+882.307 s]
/proc/loadavg: 2.04 2.07 2.02 3/184 14789
/proc/meminfo: memFree=27829688/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=2840132 CPUtime=881.96 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 651597 0 0 0 88062 134 0 0 20 0 4 0 114992021 2908295168 651555 33554432000 4194304 16246674 140733604504512 140733604503608 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 710033 651555 923 2943 0 706927 0
[pid=14714/tid=14715] ppid=14711 vsize=2840132 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 2908295168 651555 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=2840132 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 2908295168 651555 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=2840132 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 2908295168 651555 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 2840132

[startup+942.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/183 14790
/proc/meminfo: memFree=20539884/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=10115652 CPUtime=941.94 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 2470480 0 0 0 93615 579 0 0 20 0 4 0 114992021 10358427648 2470438 33554432000 4194304 16246674 140733604504512 140733604503608 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 2528913 2470438 923 2943 0 2525807 0
[pid=14714/tid=14715] ppid=14711 vsize=10115652 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 10358427648 2470438 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=10115652 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 10358427648 2470438 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=10115652 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 10358427648 2470438 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 10115652

[startup+1002.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/183 14791
/proc/meminfo: memFree=16183812/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=14462532 CPUtime=1001.93 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 3557201 0 0 0 99231 962 0 0 20 0 4 0 114992021 14809632768 3557159 33554432000 4194304 16246674 140733604504512 140733604502400 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 3615633 3557159 923 2943 0 3612527 0
[pid=14714/tid=14715] ppid=14711 vsize=14462532 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 14809632768 3557159 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=14462532 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 14809632768 3557159 33554432000 4194304 16246674 140733604504512 140332817685520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=14462532 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 14809632768 3557159 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 14462532



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1049.51 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 14792
/proc/meminfo: memFree=14798028/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=15877700 CPUtime=1049.13 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) R 14711 14714 11961 0 -1 4202496 3910797 0 0 0 103746 1167 0 0 20 0 4 0 114992021 16258764800 3910755 33554432000 4194304 16246674 140733604504512 140733604503176 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 3969425 3910755 927 2943 0 3966319 0
[pid=14714/tid=14715] ppid=14711 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14715/stat : 14715 (toysat) S 14711 14714 11961 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114992021 16258764800 3910755 33554432000 4194304 16246674 140733604504512 140332828175600 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) S 14711 14714 11961 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114992021 16258764800 3910755 33554432000 4194304 16246674 140733604504512 140332817685744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14714/tid=14717] ppid=14711 vsize=15877700 CPUtime=0 cores=0,2,4,6
/proc/14714/task/14717/stat : 14717 (toysat) S 14711 14714 11961 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114992021 16258764800 3910755 33554432000 4194304 16246674 140733604504512 140332807212208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1049.13
Current children cumulated vsize (KiB) 15877700

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

[startup+1049.6 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 14792
/proc/meminfo: memFree=14798028/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=0 CPUtime=1049.23 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) Z 14711 14714 11961 0 -1 4203532 3911061 0 0 0 103746 1177 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 0 0 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) R 14711 14714 11961 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1049.23
Current children cumulated vsize (KiB) 0

[startup+1050 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 14792
/proc/meminfo: memFree=14798028/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=0 CPUtime=1049.62 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) Z 14711 14714 11961 0 -1 4203532 3911061 0 0 0 103746 1216 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 0 0 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=0 CPUtime=0.47 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) R 14711 14714 11961 0 -1 4203588 8 0 0 0 0 47 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1049.62
Current children cumulated vsize (KiB) 0

[startup+1050.4 s]
/proc/loadavg: 2.09 2.07 2.02 3/183 14792
/proc/meminfo: memFree=14798028/32872528 swapFree=12744/274376
[pid=14714] ppid=14711 vsize=0 CPUtime=1050.02 cores=0,2,4,6
/proc/14714/stat : 14714 (toysat) Z 14711 14714 11961 0 -1 4203532 3911061 0 0 0 103746 1256 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14714/statm: 0 0 0 0 0 0 0
[pid=14714/tid=14716] ppid=14711 vsize=0 CPUtime=0.87 cores=0,2,4,6
/proc/14714/task/14716/stat : 14716 (toysat) R 14711 14714 11961 0 -1 4203588 8 0 0 0 0 87 0 0 20 0 2 0 114992021 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1050.02
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1050.46
CPU time (s): 1050.09
CPU user time (s): 1037.47
CPU system time (s): 12.6191
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 15877700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1037.47
system time used= 12.6191
maximum resident set size= 15644076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911061
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= 407
involuntary context switches= 1133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6316 second user time and 4.09138 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-07 22:16:13
IDJOB=4079400
IDBENCH=92714
IDSOLVER=2542
FILE ID=node107/4079400-1465330573
RUNJOBID= node107-1465310409-12874
PBS_JOBID= 19848089
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat15_5_3_3_mh.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079400-1465330573/watcher-4079400-1465330573 -o /tmp/evaluation-result-4079400-1465330573/solver-4079400-1465330573 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465310409-12874 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079400-1465330573.opb

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

MD5SUM BENCH= cf07fc1cad99b0f245ba698ecbf7dcb2
RANDOM SEED=240300911

node107.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.441
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.88
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.441
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.441
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.54
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.441
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.441
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.441
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.441
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.56
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.441
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:        29594192 kB
Buffers:           59032 kB
Cached:           245200 kB
SwapCached:         1640 kB
Active:          2072680 kB
Inactive:         191300 kB
Active(anon):    1957604 kB
Inactive(anon):     4228 kB
Active(file):     115076 kB
Inactive(file):   187072 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098592 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:       2233612 kB
Mapped:            10704 kB
Shmem:                 0 kB
Slab:             603832 kB
SReclaimable:      47348 kB
SUnreclaim:       556484 kB
KernelStack:        1512 kB
PageTables:         8628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1155072 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= 71716 MiB
End job on node107 at 2016-06-07 22:33:43