Trace number 4093099

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.09 1800.37

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12027_7-unsat--soft-33-100-0.wbo
MD5SUM6b5c89375fb1b18257ff01aee56d438b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark110930
Best CPU time to get the best result obtained on this benchmark84.7111
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables27588
Total number of constraints91561
Number of soft constraints61241
Number of constraints which are clauses91109
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints452
Minimum length of a constraint1
Maximum length of a constraint66
Top cost 3099658
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3099657
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 415
Number of bits of the biggest sum of numbers9
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-16T13:36:18+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","--wbo","--search=bcd2","HOME/instance-4093099-1466076978.wbo"]
0.00/0.01	c use --random-gen="1822838921 1762318700 558988367 892695325 2723090486 3210782563 3942327192 2278475307 7682837 4067834053 4278290464 4227998211 2223403488 3469625366 99572420 277342741 401522826 2472989959 1377691319 1599078667 730813256 1307495580 364947189 67712601 3379096864 1883406175 4234507147 2907410891 659519133 4038454169 94301483 1058936541 1960247415 1939238893 270890633 2884629507 3980923623 874525130 343231434 1750945199 2554009808 4146544261 1808022840 536390482 1995097009 2930389341 1839841350 1459988722 3130605615 2710446129 774687452 348213586 1354369921 3233447711 2038247876 4120703765 2438067866 2858270869 1385796618 1034326497 1649384664 2141959115 2091293404 3973148856 890338976 1227164290 1814393466 1058740144 3279626574 4096265079 3244870413 3659551460 1837965384 4164552307 2051329763 3221356408 3768962959 798507669 1691665752 3020993475 1528328148 2110261294 784372461 2957417256 3207914496 3842507015 116238492 1083142638 827698958 4068779415 132585748 1546644821 2045627659 2692310670 385305078 3585588750 1173184123 2921558788 1655438930 3816077222 2231568643 601629276 2037702207 663218145 783728642 1141166738 71909885 1038745398 984290763 1209519905 4111000592 2577392205 2829941907 3626245384 408278274 2993804243 1445843556 1487057485 3002856162 608039253 2484998807 1452262996 1779999953 544485567 990464496 3975867655 3483538031 3165931181 665275697 3099436982 3594052831 3159878110 978787955 921102565 1433025529 1648822026 1512932438 742154562 4284132154 1829043971 1230206191 2221562375 4146950269 1590440802 1806957805 3770769975 3849471639 271257432 1470718427 1569877344 899440880 3053230320 1645137134 1837097386 1903221496 215516428 2018458271 3055324371 2582738184 1651265826 1017680080 1772221895 3959266664 3140971321 38852081 1602165772 3475385790 2791802782 2043313736 1109859527 3352307092 435995481 1538872677 2831116333 4039108382 338884253 4113597437 3437680620 278564212 429575882 1438140049 2312423056 2613314782 2003302327 1698260059 2545352241 3381814790 832114964 2520529920 2241322787 493693268 2549073681 1313285696 1602159167 521185025 648530045 2666904891 264889541 3801047965 3530713641 3177449403 1709902915 2028477822 1979878394 2626390142 2315482670 2790048892 2859112736 2420409313 3483257642 417573415 567196587 719431574 630587271 3915045234 3772933755 2312433927 1437564917 2406706506 678017860 1651833494 4160380559 3481836232 608675725 1197315899 2278674758 1931220137 2860372728 944109685 1149558750 1474119336 2835622604 497101316 3283728023 3668560741 261524061 2546114761 45892268 3476882785 2470293746 2838993595 4029883068 2373475413 75346678 3374109248 4129858349 3372813734 2068802465 2146542424 3694787110 3578589802 2607858221 2801875067 910198287 4078444223 1832341939 255 362436" option to reproduce the execution
9.89/9.95	c #vars 27588
9.89/9.95	c #constraints 91561
11.98/12.04	c BCD2: Hardening is enabled.
11.98/12.04	c BCD2: BiasedSearch is enabled.
11.98/12.04	c Solving starts ...
11.98/12.04	c ============================[ Search Statistics ]============================
11.98/12.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.98/12.04	c       |         |          |          |    Limit     GC | Var      | Constra 
11.98/12.04	c =============================================================================
11.98/12.04	c  0.0s |       0 |        0 |        0 |    58435      0 |      810 |        0
12.38/12.48	c  0.4s |       1 |    78930 |      100 |    58435      0 |      810 |     2855
12.68/12.78	c  0.7s |       1 |   140515 |      103 |    64279      0 |      810 |     2855
12.68/12.78	c #cpu_time = 0.671s
12.68/12.78	c #wall_clock_time = 0.672s
12.68/12.78	c #decision = 140515
12.68/12.78	c #random_decision = 629
12.68/12.78	c #conflict = 103
12.68/12.78	c #restart = 1
12.68/12.79	o 112601
12.88/12.95	c BCD2: updating upper bound: 3115733 -> 128676
13.29/13.31	c BCD2: 0 <= obj <= 128676
13.29/13.32	c BCD2: #cores=0, #unrelaxed=61066, #relaxed=0, #hardened=0
13.29/13.32	c BCD2: #sat=1 #unsat=1 bias=1/2
13.29/13.33	c Solving starts ...
13.29/13.33	c ============================[ Search Statistics ]============================
13.29/13.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.33	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.33	c =============================================================================
13.29/13.33	c  0.0s |       0 |        0 |        0 |    64279      0 |      810 |     2855
13.38/13.40	c  0.1s |       0 |        0 |        0 |    64279      0 |      810 |     2855
13.38/13.40	c #cpu_time = 0.070s
13.38/13.40	c #wall_clock_time = 0.070s
13.38/13.40	c #decision = 0
13.38/13.40	c #random_decision = 0
13.38/13.40	c #conflict = 0
13.38/13.40	c #restart = 0
13.38/13.40	c BCD2: found a new core of size 1: cost of the new core is >=16076
13.38/13.40	c lower bound updated to 0
13.38/13.43	c BCD2: 16076 <= obj <= 128676
13.38/13.43	c BCD2: #cores=1, #unrelaxed=61065, #relaxed=1, #hardened=0
13.38/13.43	c BCD2: #sat=1 #unsat=2 bias=2/3
13.38/13.43	c Solving starts ...
13.38/13.43	c ============================[ Search Statistics ]============================
13.38/13.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.43	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.43	c =============================================================================
13.38/13.43	c  0.0s |       0 |        0 |        0 |    64279      0 |      810 |     2855
13.78/13.86	c  0.4s |       1 |    61429 |      100 |    64279      0 |      810 |     2855
14.29/14.38	c  0.9s |       2 |   122579 |      250 |    70707      0 |      810 |     2855
15.08/15.17	c  1.7s |       3 |   183846 |      475 |    77778      0 |      810 |     2855
16.28/16.33	c  2.9s |       4 |   245256 |      813 |    85556      0 |      810 |     2855
18.08/18.12	c  4.7s |       5 |   306865 |     1320 |    94112      0 |      810 |     2855
20.29/20.36	c  6.9s |       5 |   368563 |     1920 |    94112      0 |      810 |     2855
20.89/20.97	c  7.5s |       6 |   368781 |     2081 |   103524      0 |      810 |     2855
23.09/23.20	c  9.8s |       6 |   430530 |     2681 |   103524      0 |      810 |     2855
25.19/25.28	c 11.8s |       6 |   431154 |     3181 |   113877      0 |      810 |     2855
25.39/25.46	c 12.0s |       7 |   431209 |     3223 |   113877      0 |      810 |     2855
27.49/27.57	c 14.1s |       7 |   492668 |     3623 |   113877      0 |      810 |     2855
28.08/28.15	c 14.7s |       7 |   492793 |     3728 |   113877      0 |      810 |     2855
28.08/28.15	c #cpu_time = 14.663s
28.08/28.15	c #wall_clock_time = 14.700s
28.08/28.15	c #decision = 492793
28.08/28.15	c #random_decision = 4
28.08/28.15	c #conflict = 3728
28.08/28.15	c #restart = 7
28.08/28.16	c BCD2: found a new core of size 3076: cost of the new core is >=1
28.08/28.16	c lower bound updated to 1
28.08/28.19	c BCD2: 16077 <= obj <= 128676
28.08/28.19	c BCD2: #cores=2, #unrelaxed=57989, #relaxed=3077, #hardened=0
28.08/28.19	c BCD2: #sat=1 #unsat=3 bias=3/4
28.18/28.21	c Solving starts ...
28.18/28.21	c ============================[ Search Statistics ]============================
28.18/28.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.21	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.21	c =============================================================================
28.18/28.21	c  0.0s |       0 |        0 |        0 |   113877      0 |      810 |     2855
28.59/28.66	c  0.5s |       1 |    60352 |      100 |   113877      0 |      810 |     2855
29.08/29.10	c  0.9s |       1 |   121481 |      106 |   113877      0 |      810 |     2855
29.08/29.10	c #cpu_time = 0.815s
29.08/29.10	c #wall_clock_time = 0.817s
29.08/29.10	c #decision = 121481
29.08/29.10	c #random_decision = 4
29.08/29.10	c #conflict = 106
29.08/29.10	c #restart = 1
29.08/29.11	o 8382
29.08/29.16	c BCD2: updating upper bound: 128676 -> 24457
29.58/29.61	c BCD2: 16077 <= obj <= 24457
29.58/29.61	c BCD2: #cores=2, #unrelaxed=57989, #relaxed=3077, #hardened=0
29.58/29.61	c BCD2: #sat=2 #unsat=3 bias=3/5
29.58/29.63	c Solving starts ...
29.58/29.63	c ============================[ Search Statistics ]============================
29.58/29.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.58/29.63	c       |         |          |          |    Limit     GC | Var      | Constra 
29.58/29.63	c =============================================================================
29.58/29.63	c  0.0s |       0 |        0 |        0 |   113877      0 |      810 |     2856
30.08/30.14	c  0.5s |       1 |    59396 |      100 |   113877      0 |      810 |     2856
32.18/32.26	c  2.6s |       2 |   117800 |      250 |   113877      0 |      810 |     2856
35.19/35.25	c  5.6s |       2 |   176287 |      450 |   113877      0 |      810 |     2856
35.88/35.99	c  6.4s |       3 |   176337 |      475 |   113877      0 |      810 |     2856
38.38/38.42	c  8.8s |       3 |   234482 |      575 |   113877      0 |      810 |     2856
40.58/40.70	c 11.1s |       3 |   234686 |      675 |   113877      0 |      810 |     2856
44.09/44.11	c 14.5s |       3 |   234828 |      775 |   113877      0 |      810 |     2856
45.19/45.27	c 15.6s |       4 |   234873 |      813 |   113877      0 |      810 |     2856
49.38/49.46	c 19.8s |       4 |   293204 |     1013 |   125265      0 |      810 |     2856
51.48/51.59	c 22.0s |       4 |   293342 |     1113 |   125265      0 |      810 |     2856
53.58/53.63	c 24.0s |       4 |   293469 |     1213 |   125265      0 |      810 |     2856
55.88/55.97	c 26.3s |       4 |   293595 |     1313 |   125265      0 |      810 |     2856
56.08/56.14	c 26.5s |       5 |   293603 |     1320 |   125265      0 |      810 |     2856
58.68/58.75	c 29.1s |       5 |   351750 |     1420 |   125265      0 |      810 |     2856
63.58/63.60	c 34.0s |       5 |   352020 |     1620 |   125265      0 |      810 |     2856
66.08/66.18	c 36.5s |       5 |   352181 |     1720 |   125265      0 |      810 |     2856
69.17/69.20	c 39.6s |       5 |   352309 |     1820 |   125265      0 |      810 |     2856
71.77/71.85	c 42.2s |       5 |   352458 |     1920 |   125265      0 |      810 |     2856
74.27/74.36	c 44.7s |       5 |   352657 |     2020 |   125265      0 |      810 |     2856
76.27/76.37	c 46.7s |       6 |   352754 |     2081 |   125265      0 |      810 |     2856
78.87/78.90	c 49.3s |       6 |   410916 |     2181 |   125265      0 |      810 |     2856
81.97/82.07	c 52.4s |       6 |   411036 |     2281 |   125265      0 |      810 |     2856
85.57/85.63	c 56.0s |       6 |   411159 |     2381 |   125265      0 |      810 |     2856
88.97/89.06	c 59.4s |       6 |   411274 |     2481 |   125265      0 |      810 |     2856
92.97/93.02	c 63.4s |       6 |   411395 |     2581 |   125265      0 |      810 |     2856
96.67/96.77	c 67.1s |       6 |   411506 |     2681 |   125265      0 |      810 |     2856
100.47/100.53	c 70.9s |       6 |   411639 |     2781 |   125265      0 |      810 |     2856
106.67/106.76	c 77.1s |       6 |   411763 |     2881 |   125265      0 |      810 |     2856
113.57/113.68	c 84.0s |       6 |   411891 |     2981 |   125265      0 |      810 |     2856
117.98/118.08	c 88.5s |       6 |   412007 |     3081 |   125265      0 |      810 |     2856
121.08/121.13	c 91.5s |       6 |   412149 |     3181 |   125265      0 |      810 |     2856
121.97/122.02	c 92.4s |       7 |   412211 |     3223 |   125265      0 |      810 |     2856
124.07/124.16	c 94.5s |       7 |   470353 |     3323 |   125265      0 |      810 |     2856
127.97/128.02	c 98.4s |       7 |   470474 |     3423 |   125265      0 |      810 |     2856
133.37/133.48	c  103s |       7 |   470588 |     3523 |   125265      0 |      810 |     2856
135.47/135.53	c  105s |       7 |   470794 |     3623 |   137792      0 |      810 |     2856
138.27/138.38	c  108s |       7 |   470929 |     3723 |   137792      0 |      810 |     2856
141.37/141.45	c  111s |       7 |   471103 |     3823 |   137792      0 |      810 |     2856
144.47/144.56	c  114s |       7 |   471210 |     3923 |   137792      0 |      810 |     2856
148.07/148.17	c  118s |       7 |   471333 |     4023 |   137792      0 |      810 |     2856
153.98/154.01	c  124s |       7 |   471487 |     4123 |   137792      0 |      810 |     2856
157.77/157.82	c  128s |       7 |   471611 |     4223 |   137792      0 |      810 |     2856
161.68/161.79	c  132s |       7 |   471756 |     4323 |   137792      0 |      810 |     2856
165.87/165.94	c  136s |       7 |   471883 |     4423 |   137792      0 |      810 |     2856
170.07/170.18	c  140s |       7 |   472007 |     4523 |   137792      0 |      810 |     2856
174.27/174.35	c  144s |       7 |   472151 |     4623 |   137792      0 |      810 |     2856
177.67/177.71	c  148s |       7 |   472290 |     4723 |   137792      0 |      810 |     2856
184.26/184.31	c  154s |       7 |   472466 |     4823 |   137792      0 |      810 |     2856
189.27/189.34	c  159s |       7 |   472593 |     4923 |   137792      0 |      810 |     2856
189.86/189.98	c  160s |       8 |   472618 |     4936 |   137792      0 |      810 |     2856
193.16/193.29	c  163s |       8 |   530760 |     5036 |   137792      0 |      810 |     2856
196.06/196.16	c  166s |       8 |   530883 |     5136 |   137792      0 |      810 |     2856
198.86/198.90	c  169s |       8 |   531016 |     5236 |   137792      0 |      810 |     2856
201.86/201.98	c  172s |       8 |   531160 |     5336 |   137792      0 |      810 |     2856
205.77/205.86	c  176s |       8 |   531292 |     5436 |   137792      0 |      810 |     2856
209.96/210.08	c  180s |       8 |   531402 |     5536 |   137792      0 |      810 |     2856
214.47/214.58	c  184s |       8 |   531549 |     5636 |   137792      0 |      810 |     2856
217.36/217.41	c  187s |       8 |   531701 |     5736 |   137792      0 |      810 |     2856
220.56/220.67	c  191s |       8 |   531836 |     5836 |   137792      0 |      810 |     2856
224.56/224.60	c  194s |       8 |   531969 |     5936 |   137792      0 |      810 |     2856
228.86/228.92	c  199s |       8 |   532085 |     6036 |   137792      0 |      810 |     2856
233.65/233.71	c  204s |       8 |   532222 |     6136 |   137792      0 |      810 |     2856
238.15/238.21	c  208s |       8 |   532360 |     6236 |   137792      0 |      810 |     2856
243.25/243.32	c  213s |       8 |   532482 |     6336 |   137792      0 |      810 |     2856
248.85/248.93	c  219s |       8 |   532600 |     6436 |   137792      0 |      810 |     2856
252.96/253.05	c  223s |       8 |   532735 |     6536 |   137792      0 |      810 |     2856
256.05/256.18	c  226s |       8 |   532879 |     6636 |   137792      0 |      810 |     2856
259.85/259.90	c  230s |       8 |   533011 |     6736 |   137792      0 |      810 |     2856
264.25/264.39	c  234s |       8 |   533117 |     6836 |   137792      0 |      810 |     2856
268.95/269.04	c  239s |       8 |   533256 |     6936 |   137792      0 |      810 |     2856
272.45/272.52	c  242s |       8 |   533404 |     7036 |   137792      0 |      810 |     2856
275.55/275.66	c  246s |       8 |   533557 |     7136 |   137792      0 |      810 |     2856
279.55/279.60	c  249s |       8 |   533693 |     7236 |   137792      0 |      810 |     2856
284.95/285.02	c  255s |       8 |   533809 |     7336 |   137792      0 |      810 |     2856
289.55/289.60	c  259s |       8 |   533960 |     7436 |   151572      0 |      810 |     2856
292.74/292.88	c  263s |       9 |   534044 |     7506 |   151572      0 |      810 |     2856
297.94/298.07	c  268s |       9 |   592176 |     7606 |   151572      0 |      810 |     2856
302.74/302.89	c  273s |       9 |   592290 |     7706 |   151572      0 |      810 |     2856
307.64/307.74	c  278s |       9 |   592408 |     7806 |   151572      0 |      810 |     2856
313.84/313.94	c  284s |       9 |   592524 |     7906 |   151572      0 |      810 |     2856
319.14/319.26	c  289s |       9 |   592653 |     8006 |   151572      0 |      810 |     2856
323.74/323.86	c  294s |       9 |   592761 |     8106 |   151572      0 |      810 |     2856
328.54/328.63	c  299s |       9 |   592896 |     8206 |   151572      0 |      810 |     2856
332.53/332.68	c  303s |       9 |   593025 |     8306 |   151572      0 |      810 |     2856
336.73/336.89	c  307s |       9 |   593169 |     8406 |   151572      0 |      810 |     2856
341.05/341.10	c  311s |       9 |   593307 |     8506 |   151572      0 |      810 |     2856
346.04/346.18	c  316s |       9 |   593432 |     8606 |   151572      0 |      810 |     2856
351.64/351.76	c  322s |       9 |   593553 |     8706 |   151572      0 |      810 |     2856
357.45/357.52	c  327s |       9 |   593664 |     8806 |   151572      0 |      810 |     2856
362.14/362.26	c  332s |       9 |   593812 |     8906 |   151572      0 |      810 |     2856
365.84/365.96	c  336s |       9 |   593954 |     9006 |   151572      0 |      810 |     2856
370.83/370.95	c  341s |       9 |   594069 |     9106 |   151572      0 |      810 |     2856
375.04/375.15	c  345s |       9 |   594211 |     9206 |   151572      0 |      810 |     2856
381.53/381.67	c  352s |       9 |   594343 |     9306 |   151572      0 |      810 |     2856
387.63/387.75	c  358s |       9 |   594472 |     9406 |   151572      0 |      810 |     2856
391.43/391.53	c  361s |       9 |   594592 |     9506 |   151572      0 |      810 |     2856
396.23/396.30	c  366s |       9 |   594731 |     9606 |   151572      0 |      810 |     2856
400.34/400.44	c  370s |       9 |   594859 |     9706 |   151572      0 |      810 |     2856
404.13/404.25	c  374s |       9 |   595001 |     9806 |   151572      0 |      810 |     2856
408.83/408.97	c  379s |       9 |   595127 |     9906 |   151572      0 |      810 |     2856
414.83/414.97	c  385s |       9 |   595260 |    10006 |   151572      0 |      810 |     2856
420.43/420.59	c  390s |       9 |   595381 |    10106 |   151572      0 |      810 |     2856
424.93/425.05	c  395s |       9 |   595529 |    10206 |   151572      0 |      810 |     2856
429.12/429.29	c  399s |       9 |   595655 |    10306 |   151572      0 |      810 |     2856
434.72/434.81	c  405s |       9 |   595769 |    10406 |   151572      0 |      810 |     2856
440.12/440.25	c  410s |       9 |   595895 |    10506 |   151572      0 |      810 |     2856
446.92/447.04	c  417s |       9 |   596014 |    10606 |   151572      0 |      810 |     2856
451.62/451.77	c  422s |       9 |   596144 |    10706 |   151572      0 |      810 |     2856
458.32/458.49	c  428s |       9 |   596265 |    10806 |   151572      0 |      810 |     2856
465.41/465.59	c  435s |       9 |   596380 |    10906 |   151572      0 |      810 |     2856
470.72/470.84	c  441s |       9 |   596517 |    11006 |   151572      0 |      810 |     2856
475.61/475.72	c  446s |       9 |   596638 |    11106 |   151572      0 |      810 |     2856
479.81/480.00	c  450s |       9 |   596766 |    11206 |   151572      0 |      810 |     2856
484.02/484.18	c  454s |       9 |   596901 |    11306 |   151572      0 |      810 |     2856
486.32/486.44	c  456s |      10 |   596990 |    11361 |   151572      0 |      810 |     2856
490.02/490.15	c  460s |      10 |   655167 |    11461 |   151572      0 |      810 |     2856
494.52/494.69	c  465s |      10 |   655279 |    11561 |   151572      0 |      810 |     2856
499.62/499.74	c  470s |      10 |   655424 |    11661 |   151572      0 |      810 |     2856
505.31/505.45	c  475s |      10 |   655560 |    11761 |   151572      0 |      810 |     2856
510.81/510.90	c  481s |      10 |   655700 |    11861 |   151572      0 |      810 |     2856
515.01/515.13	c  485s |      10 |   655828 |    11961 |   151572      0 |      810 |     2856
520.11/520.24	c  490s |      10 |   655964 |    12061 |   151572      0 |      810 |     2856
526.11/526.23	c  496s |      10 |   656125 |    12161 |   151572      0 |      810 |     2856
531.41/531.57	c  501s |      10 |   656289 |    12261 |   151572      0 |      810 |     2856
537.71/537.86	c  508s |      10 |   656409 |    12361 |   151572      0 |      810 |     2856
543.71/543.86	c  514s |      10 |   656549 |    12461 |   151572      0 |      810 |     2856
549.50/549.61	c  519s |      10 |   656665 |    12561 |   151572      0 |      810 |     2856
554.31/554.44	c  524s |      10 |   656788 |    12661 |   151572      0 |      810 |     2856
559.00/559.17	c  529s |      10 |   656902 |    12761 |   151572      0 |      810 |     2856
563.30/563.43	c  533s |      10 |   657010 |    12861 |   151572      0 |      810 |     2856
568.30/568.47	c  538s |      10 |   657128 |    12961 |   151572      0 |      810 |     2856
573.20/573.31	c  543s |      10 |   657250 |    13061 |   151572      0 |      810 |     2856
577.20/577.30	c  547s |      10 |   657378 |    13161 |   166730      0 |      810 |     2856
581.20/581.39	c  551s |      10 |   657502 |    13261 |   166730      0 |      810 |     2856
585.30/585.45	c  555s |      10 |   657621 |    13361 |   166730      0 |      810 |     2856
589.50/589.69	c  560s |      10 |   657740 |    13461 |   166730      0 |      810 |     2856
594.70/594.81	c  565s |      10 |   657863 |    13561 |   166730      0 |      810 |     2856
599.20/599.36	c  569s |      10 |   658004 |    13661 |   166730      0 |      810 |     2856
603.59/603.70	c  574s |      10 |   658119 |    13761 |   166730      0 |      810 |     2856
608.20/608.39	c  578s |      10 |   658247 |    13861 |   166730      0 |      810 |     2856
613.39/613.51	c  583s |      10 |   658368 |    13961 |   166730      0 |      810 |     2856
619.69/619.87	c  590s |      10 |   658495 |    14061 |   166730      0 |      810 |     2856
624.99/625.15	c  595s |      10 |   658617 |    14161 |   166730      0 |      810 |     2856
631.10/631.23	c  601s |      10 |   658736 |    14261 |   166730      0 |      810 |     2856
637.19/637.34	c  607s |      10 |   658865 |    14361 |   166730      0 |      810 |     2856
640.89/641.02	c  611s |      10 |   659001 |    14461 |   166730      0 |      810 |     2856
645.60/645.75	c  616s |      10 |   659116 |    14561 |   166730      0 |      810 |     2856
652.39/652.51	c  622s |      10 |   659245 |    14661 |   166730      0 |      810 |     2856
662.99/663.15	c  633s |      10 |   659358 |    14761 |   166730      0 |      810 |     2856
669.38/669.57	c  639s |      10 |   659493 |    14861 |   166730      0 |      810 |     2856
675.48/675.65	c  646s |      10 |   659651 |    14961 |   166730      0 |      810 |     2856
679.88/680.03	c  650s |      10 |   659769 |    15061 |   166730      0 |      810 |     2856
683.88/684.08	c  654s |      10 |   659888 |    15161 |   166730      0 |      810 |     2856
688.49/688.63	c  658s |      10 |   660027 |    15261 |   166730      0 |      810 |     2856
692.68/692.86	c  663s |      10 |   660178 |    15361 |   166730      0 |      810 |     2856
696.38/696.55	c  666s |      10 |   660304 |    15461 |   166730      0 |      810 |     2856
699.59/699.76	c  670s |      10 |   660439 |    15561 |   166730      0 |      810 |     2856
703.48/703.65	c  674s |      10 |   660559 |    15661 |   166730      0 |      810 |     2856
707.08/707.20	c  677s |      10 |   660703 |    15761 |   166730      0 |      810 |     2856
709.78/709.98	c  680s |      10 |   660873 |    15861 |   166730      0 |      810 |     2856
713.58/713.76	c  684s |      10 |   660989 |    15961 |   166730      0 |      810 |     2856
716.98/717.18	c  687s |      10 |   661106 |    16061 |   166730      0 |      810 |     2856
721.68/721.80	c  692s |      10 |   661252 |    16161 |   166730      0 |      810 |     2856
725.88/726.06	c  696s |      10 |   661390 |    16261 |   166730      0 |      810 |     2856
729.97/730.13	c  700s |      10 |   661526 |    16361 |   166730      0 |      810 |     2856
735.37/735.54	c  705s |      10 |   661661 |    16461 |   166730      0 |      810 |     2856
739.57/739.78	c  710s |      10 |   661799 |    16561 |   166730      0 |      810 |     2856
743.59/743.78	c  714s |      10 |   661920 |    16661 |   166730      0 |      810 |     2856
747.28/747.42	c  717s |      10 |   662048 |    16761 |   166730      0 |      810 |     2856
750.98/751.13	c  721s |      10 |   662189 |    16861 |   166730      0 |      810 |     2856
754.88/755.05	c  725s |      10 |   662299 |    16961 |   166730      0 |      810 |     2856
758.48/758.65	c  729s |      10 |   662439 |    17061 |   166730      0 |      810 |     2856
761.78/761.90	c  732s |      11 |   662543 |    17144 |   166730      0 |      810 |     2856
766.78/766.90	c  737s |      11 |   720672 |    17244 |   166730      0 |      810 |     2856
771.47/771.61	c  741s |      11 |   720797 |    17344 |   166730      0 |      810 |     2856
777.37/777.53	c  747s |      11 |   720934 |    17444 |   166730      0 |      810 |     2856
780.57/780.76	c  751s |      11 |   721080 |    17544 |   166730      0 |      810 |     2856
783.77/783.91	c  754s |      11 |   721205 |    17644 |   166730      0 |      810 |     2856
786.07/786.20	c  756s |      11 |   721383 |    17744 |   166730      0 |      810 |     2856
788.58/788.78	c  759s |      11 |   721532 |    17844 |   166730      0 |      810 |     2856
790.78/790.95	c  761s |      11 |   721707 |    17944 |   166730      0 |      810 |     2856
794.47/794.69	c  765s |      11 |   721826 |    18044 |   166730      0 |      810 |     2856
798.48/798.67	c  769s |      11 |   721950 |    18144 |   166730      0 |      810 |     2856
803.47/803.68	c  774s |      11 |   722077 |    18244 |   166730      0 |      810 |     2856
808.17/808.39	c  778s |      11 |   722206 |    18344 |   166730      0 |      810 |     2856
811.57/811.77	c  782s |      11 |   722364 |    18444 |   166730      0 |      810 |     2856
814.67/814.87	c  785s |      11 |   722518 |    18544 |   166730      0 |      810 |     2856
818.77/818.94	c  789s |      11 |   722644 |    18644 |   166730      0 |      810 |     2856
822.67/822.81	c  793s |      11 |   722780 |    18744 |   166730      0 |      810 |     2856
826.27/826.48	c  796s |      11 |   722897 |    18844 |   166730      0 |      810 |     2856
831.57/831.71	c  802s |      11 |   723029 |    18944 |   166730      0 |      810 |     2856
836.16/836.32	c  806s |      11 |   723137 |    19044 |   166730      0 |      810 |     2856
841.26/841.49	c  811s |      11 |   723264 |    19144 |   166730      0 |      810 |     2856
846.06/846.28	c  816s |      11 |   723404 |    19244 |   166730      0 |      810 |     2856
850.56/850.72	c  821s |      11 |   723552 |    19344 |   166730      0 |      810 |     2856
854.46/854.65	c  825s |      11 |   723685 |    19444 |   166730      0 |      810 |     2856
859.26/859.43	c  829s |      11 |   723835 |    19544 |   166730      0 |      810 |     2856
865.76/865.95	c  836s |      11 |   723958 |    19644 |   166730      0 |      810 |     2856
871.06/871.24	c  841s |      11 |   724089 |    19744 |   166730      0 |      810 |     2856
877.56/877.71	c  848s |      11 |   724209 |    19844 |   166730      0 |      810 |     2856
883.46/883.66	c  854s |      11 |   724334 |    19944 |   166730      0 |      810 |     2856
888.76/888.94	c  859s |      11 |   724462 |    20044 |   166730      0 |      810 |     2856
895.45/895.63	c  865s |      11 |   724586 |    20144 |   166730      0 |      810 |     2856
899.76/899.93	c  870s |      11 |   724730 |    20244 |   166730      0 |      810 |     2856
904.45/904.67	c  875s |      11 |   724868 |    20344 |   166730      0 |      810 |     2856
908.15/908.37	c  878s |      11 |   725035 |    20444 |   166730      0 |      810 |     2856
912.35/912.50	c  882s |      11 |   725183 |    20544 |   166730      0 |      810 |     2856
916.16/916.33	c  886s |      11 |   725314 |    20644 |   166730      0 |      810 |     2856
919.46/919.63	c  889s |      11 |   725435 |    20744 |   166730      0 |      810 |     2856
922.75/922.97	c  893s |      11 |   725574 |    20844 |   166730      0 |      810 |     2856
926.45/926.62	c  896s |      11 |   725710 |    20944 |   166730      0 |      810 |     2856
930.65/930.83	c  901s |      11 |   725822 |    21044 |   166730      0 |      810 |     2856
935.45/935.64	c  906s |      11 |   725943 |    21144 |   166730      0 |      810 |     2856
939.65/939.86	c  910s |      11 |   726062 |    21244 |   166730      0 |      810 |     2856
943.54/943.77	c  914s |      11 |   726191 |    21344 |   166730      0 |      810 |     2856
948.15/948.39	c  918s |      11 |   726311 |    21444 |   166730      0 |      810 |     2856
952.94/953.14	c  923s |      11 |   726442 |    21544 |   166730      0 |      810 |     2856
958.24/958.47	c  928s |      11 |   726579 |    21644 |   166730      0 |      810 |     2856
964.04/964.25	c  934s |      11 |   726722 |    21744 |   183404      0 |      810 |     2856
968.24/968.41	c  938s |      11 |   726831 |    21844 |   183404      0 |      810 |     2856
972.54/972.74	c  943s |      11 |   726959 |    21944 |   183404      0 |      810 |     2856
976.75/976.98	c  947s |      11 |   727105 |    22044 |   183404      0 |      810 |     2856
982.04/982.30	c  952s |      11 |   727227 |    22144 |   183404      0 |      810 |     2856
986.84/987.01	c  957s |      11 |   727330 |    22244 |   183404      0 |      810 |     2856
991.54/991.72	c  962s |      11 |   727472 |    22344 |   183404      0 |      810 |     2856
995.44/995.63	c  965s |      11 |   727606 |    22444 |   183404      0 |      810 |     2856
999.84/1000.05	c  970s |      11 |   727746 |    22544 |   183404      0 |      810 |     2856
1005.24/1005.45	c  975s |      11 |   727862 |    22644 |   183404      0 |      810 |     2856
1009.23/1009.47	c  979s |      11 |   727997 |    22744 |   183404      0 |      810 |     2856
1012.83/1013.06	c  983s |      11 |   728133 |    22844 |   183404      0 |      810 |     2856
1016.43/1016.64	c  987s |      11 |   728264 |    22944 |   183404      0 |      810 |     2856
1020.64/1020.88	c  991s |      11 |   728385 |    23044 |   183404      0 |      810 |     2856
1024.63/1024.88	c  995s |      11 |   728522 |    23144 |   183404      0 |      810 |     2856
1028.83/1029.04	c  999s |      11 |   728661 |    23244 |   183404      0 |      810 |     2856
1033.03/1033.27	c 1003s |      11 |   728782 |    23344 |   183404      0 |      810 |     2856
1037.43/1037.64	c 1008s |      11 |   728907 |    23444 |   183404      0 |      810 |     2856
1041.13/1041.31	c 1011s |      11 |   729029 |    23544 |   183404      0 |      810 |     2856
1045.23/1045.50	c 1015s |      11 |   729148 |    23644 |   183404      0 |      810 |     2856
1050.43/1050.62	c 1020s |      11 |   729287 |    23744 |   183404      0 |      810 |     2856
1055.73/1055.98	c 1026s |      11 |   729429 |    23844 |   183404      0 |      810 |     2856
1060.62/1060.87	c 1031s |      11 |   729558 |    23944 |   183404      0 |      810 |     2856
1065.42/1065.60	c 1035s |      11 |   729680 |    24044 |   183404      0 |      810 |     2856
1069.72/1069.98	c 1040s |      11 |   729800 |    24144 |   183404      0 |      810 |     2856
1073.92/1074.14	c 1044s |      11 |   729927 |    24244 |   183404      0 |      810 |     2856
1077.93/1078.13	c 1048s |      11 |   730047 |    24344 |   183404      0 |      810 |     2856
1082.92/1083.12	c 1053s |      11 |   730172 |    24444 |   183404      0 |      810 |     2856
1088.52/1088.74	c 1059s |      11 |   730280 |    24544 |   183404      0 |      810 |     2856
1093.72/1093.90	c 1064s |      11 |   730388 |    24644 |   183404      0 |      810 |     2856
1098.22/1098.42	c 1068s |      11 |   730530 |    24744 |   183404      0 |      810 |     2856
1102.32/1102.55	c 1072s |      11 |   730666 |    24844 |   183404      0 |      810 |     2856
1107.12/1107.39	c 1077s |      11 |   730786 |    24944 |   183404      0 |      810 |     2856
1112.42/1112.63	c 1083s |      11 |   730895 |    25044 |   183404      0 |      810 |     2856
1117.32/1117.60	c 1087s |      11 |   731026 |    25144 |   183404      0 |      810 |     2856
1121.12/1121.39	c 1091s |      11 |   731218 |    25244 |   183404      0 |      810 |     2856
1125.42/1125.63	c 1095s |      11 |   731368 |    25344 |   183404      0 |      810 |     2856
1130.73/1130.96	c 1101s |      11 |   731510 |    25444 |   183404      0 |      810 |     2856
1135.62/1135.87	c 1106s |      11 |   731631 |    25544 |   183404      0 |      810 |     2856
1139.22/1139.47	c 1109s |      11 |   731744 |    25644 |   183404      0 |      810 |     2856
1144.62/1144.86	c 1115s |      11 |   731873 |    25744 |   183404      0 |      810 |     2856
1147.71/1147.99	c 1118s |      12 |   731986 |    25819 |   183404      0 |      810 |     2856
1152.72/1152.91	c 1123s |      12 |   790126 |    25919 |   183404      0 |      810 |     2856
1157.21/1157.44	c 1127s |      12 |   790266 |    26019 |   183404      0 |      810 |     2856
1162.01/1162.24	c 1132s |      12 |   790402 |    26119 |   183404      0 |      810 |     2856
1167.41/1167.67	c 1138s |      12 |   790520 |    26219 |   183404      0 |      810 |     2856
1172.11/1172.36	c 1142s |      12 |   790644 |    26319 |   183404      0 |      810 |     2856
1176.01/1176.28	c 1146s |      12 |   790838 |    26419 |   183404      0 |      810 |     2856
1181.32/1181.53	c 1151s |      12 |   790962 |    26519 |   183404      0 |      810 |     2856
1187.11/1187.38	c 1157s |      12 |   791073 |    26619 |   183404      0 |      810 |     2856
1193.51/1193.73	c 1164s |      12 |   791206 |    26719 |   183404      0 |      810 |     2856
1199.01/1199.22	c 1169s |      12 |   791320 |    26819 |   183404      0 |      810 |     2856
1204.90/1205.17	c 1175s |      12 |   791425 |    26919 |   183404      0 |      810 |     2856
1210.91/1211.11	c 1181s |      12 |   791548 |    27019 |   183404      0 |      810 |     2856
1217.30/1217.59	c 1187s |      12 |   791666 |    27119 |   183404      0 |      810 |     2856
1223.01/1223.30	c 1193s |      12 |   791798 |    27219 |   183404      0 |      810 |     2856
1227.70/1227.90	c 1198s |      12 |   791978 |    27319 |   183404      0 |      810 |     2856
1233.60/1233.85	c 1204s |      12 |   792082 |    27419 |   183404      0 |      810 |     2856
1240.90/1241.18	c 1211s |      12 |   792187 |    27519 |   183404      0 |      810 |     2856
1246.21/1246.48	c 1216s |      12 |   792306 |    27619 |   183404      0 |      810 |     2856
1249.80/1250.05	c 1220s |      12 |   792440 |    27719 |   183404      0 |      810 |     2856
1254.40/1254.61	c 1224s |      12 |   792602 |    27819 |   183404      0 |      810 |     2856
1258.50/1258.74	c 1229s |      12 |   792717 |    27919 |   183404      0 |      810 |     2856
1262.80/1263.07	c 1233s |      12 |   792879 |    28019 |   183404      0 |      810 |     2856
1268.00/1268.21	c 1238s |      12 |   793004 |    28119 |   183404      0 |      810 |     2856
1272.80/1273.02	c 1243s |      12 |   793164 |    28219 |   183404      0 |      810 |     2856
1275.90/1276.17	c 1246s |      12 |   793274 |    28319 |   183404      0 |      810 |     2856
1279.30/1279.60	c 1249s |      12 |   793398 |    28419 |   183404      0 |      810 |     2856
1283.89/1284.15	c 1254s |      12 |   793517 |    28519 |   183404      0 |      810 |     2856
1288.19/1288.44	c 1258s |      12 |   793642 |    28619 |   183404      0 |      810 |     2856
1293.59/1293.86	c 1264s |      12 |   793766 |    28719 |   183404      0 |      810 |     2856
1298.19/1298.45	c 1268s |      12 |   793919 |    28819 |   183404      0 |      810 |     2856
1304.69/1304.90	c 1275s |      12 |   794036 |    28919 |   183404      0 |      810 |     2856
1309.79/1310.06	c 1280s |      12 |   794163 |    29019 |   183404      0 |      810 |     2856
1314.89/1315.16	c 1285s |      12 |   794276 |    29119 |   183404      0 |      810 |     2856
1319.80/1320.08	c 1290s |      12 |   794390 |    29219 |   183404      0 |      810 |     2856
1324.79/1325.00	c 1295s |      12 |   794507 |    29319 |   183404      0 |      810 |     2856
1330.18/1330.42	c 1300s |      12 |   794631 |    29419 |   183404      0 |      810 |     2856
1337.68/1337.91	c 1308s |      12 |   794748 |    29519 |   183404      0 |      810 |     2856
1342.38/1342.66	c 1313s |      12 |   794862 |    29619 |   183404      0 |      810 |     2856
1347.58/1347.84	c 1318s |      12 |   794985 |    29719 |   183404      0 |      810 |     2856
1353.38/1353.64	c 1324s |      12 |   795100 |    29819 |   183404      0 |      810 |     2856
1358.18/1358.42	c 1328s |      12 |   795225 |    29919 |   183404      0 |      810 |     2856
1363.58/1363.81	c 1334s |      12 |   795333 |    30019 |   183404      0 |      810 |     2856
1370.28/1370.50	c 1340s |      12 |   795446 |    30119 |   183404      0 |      810 |     2856
1375.89/1376.18	c 1346s |      12 |   795574 |    30219 |   183404      0 |      810 |     2856
1380.88/1381.18	c 1351s |      12 |   795690 |    30319 |   183404      0 |      810 |     2856
1386.18/1386.45	c 1356s |      12 |   795798 |    30419 |   183404      0 |      810 |     2856
1391.18/1391.41	c 1361s |      12 |   795915 |    30519 |   183404      0 |      810 |     2856
1396.48/1396.79	c 1367s |      12 |   796052 |    30619 |   183404      0 |      810 |     2856
1401.68/1401.91	c 1372s |      12 |   796181 |    30719 |   183404      0 |      810 |     2856
1408.47/1408.70	c 1379s |      12 |   796310 |    30819 |   183404      0 |      810 |     2856
1414.38/1414.69	c 1385s |      12 |   796415 |    30919 |   183404      0 |      810 |     2856
1420.87/1421.19	c 1391s |      12 |   796552 |    31019 |   183404      0 |      810 |     2856
1427.68/1427.95	c 1398s |      12 |   796664 |    31119 |   183404      0 |      810 |     2856
1431.77/1432.08	c 1402s |      12 |   796802 |    31219 |   183404      0 |      810 |     2856
1438.17/1438.45	c 1408s |      12 |   796909 |    31319 |   183404      0 |      810 |     2856
1444.17/1444.45	c 1414s |      12 |   797026 |    31419 |   183404      0 |      810 |     2856
1449.46/1449.74	c 1420s |      12 |   797168 |    31519 |   183404      0 |      810 |     2856
1453.76/1454.05	c 1424s |      12 |   797289 |    31619 |   183404      0 |      810 |     2856
1458.76/1459.02	c 1429s |      12 |   797424 |    31719 |   183404      0 |      810 |     2856
1463.76/1464.04	c 1434s |      12 |   797552 |    31819 |   183404      0 |      810 |     2856
1468.27/1468.56	c 1438s |      12 |   797675 |    31919 |   183404      0 |      810 |     2856
1473.87/1474.18	c 1444s |      12 |   797804 |    32019 |   183404      0 |      810 |     2856
1477.96/1478.23	c 1448s |      12 |   797950 |    32119 |   183404      0 |      810 |     2856
1481.57/1481.85	c 1452s |      12 |   798057 |    32219 |   183404      0 |      810 |     2856
1484.77/1485.03	c 1455s |      12 |   798194 |    32319 |   183404      0 |      810 |     2856
1488.17/1488.45	c 1458s |      12 |   798320 |    32419 |   183404      0 |      810 |     2856
1491.56/1491.85	c 1462s |      12 |   798461 |    32519 |   183404      0 |      810 |     2856
1495.46/1495.75	c 1466s |      12 |   798593 |    32619 |   183404      0 |      810 |     2856
1497.86/1498.16	c 1468s |      12 |   798747 |    32719 |   183404      0 |      810 |     2856
1500.56/1500.88	c 1471s |      12 |   798908 |    32819 |   183404      0 |      810 |     2856
1504.46/1504.76	c 1475s |      12 |   799043 |    32919 |   183404      0 |      810 |     2856
1507.56/1507.83	c 1478s |      12 |   799201 |    33019 |   183404      0 |      810 |     2856
1511.86/1512.12	c 1482s |      12 |   799334 |    33119 |   183404      0 |      810 |     2856
1516.15/1516.44	c 1486s |      12 |   799449 |    33219 |   183404      0 |      810 |     2856
1520.66/1520.98	c 1491s |      12 |   799583 |    33319 |   183404      0 |      810 |     2856
1525.26/1525.50	c 1495s |      12 |   799700 |    33419 |   183404      0 |      810 |     2856
1530.66/1530.94	c 1501s |      12 |   799842 |    33519 |   183404      0 |      810 |     2856
1536.26/1536.54	c 1506s |      12 |   799978 |    33619 |   183404      0 |      810 |     2856
1540.26/1540.50	c 1510s |      12 |   800140 |    33719 |   183404      0 |      810 |     2856
1544.86/1545.12	c 1515s |      12 |   800262 |    33819 |   183404      0 |      810 |     2856
1549.66/1549.91	c 1520s |      12 |   800384 |    33919 |   183404      0 |      810 |     2856
1555.36/1555.69	c 1526s |      12 |   800532 |    34019 |   183404      0 |      810 |     2856
1561.15/1561.42	c 1531s |      12 |   800660 |    34119 |   183404      0 |      810 |     2856
1565.16/1565.48	c 1535s |      12 |   800823 |    34219 |   183404      0 |      810 |     2856
1567.45/1567.74	c 1538s |      12 |   800964 |    34319 |   183404      0 |      810 |     2856
1569.95/1570.20	c 1540s |      12 |   801121 |    34419 |   183404      0 |      810 |     2856
1572.65/1572.99	c 1543s |      12 |   801246 |    34519 |   183404      0 |      810 |     2856
1575.25/1575.52	c 1545s |      12 |   801380 |    34619 |   183404      0 |      810 |     2856
1578.15/1578.50	c 1548s |      12 |   801500 |    34719 |   201745      0 |      810 |     2856
1581.35/1581.62	c 1551s |      12 |   801637 |    34819 |   201745      0 |      810 |     2856
1584.35/1584.62	c 1554s |      12 |   801771 |    34919 |   201745      0 |      810 |     2856
1587.16/1587.42	c 1557s |      12 |   801891 |    35019 |   201745      0 |      810 |     2856
1590.55/1590.82	c 1561s |      12 |   802022 |    35119 |   201745      0 |      810 |     2856
1594.25/1594.52	c 1564s |      12 |   802147 |    35219 |   201745      0 |      810 |     2856
1598.45/1598.79	c 1569s |      12 |   802271 |    35319 |   201745      0 |      810 |     2856
1601.85/1602.11	c 1572s |      12 |   802418 |    35419 |   201745      0 |      810 |     2856
1605.54/1605.86	c 1576s |      12 |   802548 |    35519 |   201745      0 |      810 |     2856
1610.25/1610.51	c 1580s |      12 |   802676 |    35619 |   201745      0 |      810 |     2856
1614.14/1614.41	c 1584s |      12 |   802826 |    35719 |   201745      0 |      810 |     2856
1617.34/1617.60	c 1587s |      12 |   802943 |    35819 |   201745      0 |      810 |     2856
1621.25/1621.51	c 1591s |      12 |   803061 |    35919 |   201745      0 |      810 |     2856
1624.74/1625.05	c 1595s |      12 |   803179 |    36019 |   201745      0 |      810 |     2856
1628.64/1628.91	c 1599s |      12 |   803314 |    36119 |   201745      0 |      810 |     2856
1632.74/1633.07	c 1603s |      12 |   803460 |    36219 |   201745      0 |      810 |     2856
1636.04/1636.34	c 1606s |      12 |   803605 |    36319 |   201745      0 |      810 |     2856
1639.85/1640.17	c 1610s |      12 |   803754 |    36419 |   201745      0 |      810 |     2856
1643.44/1643.75	c 1614s |      12 |   803896 |    36519 |   201745      0 |      810 |     2856
1647.04/1647.38	c 1617s |      12 |   804052 |    36619 |   201745      0 |      810 |     2856
1651.14/1651.48	c 1621s |      12 |   804173 |    36719 |   201745      0 |      810 |     2856
1654.74/1655.07	c 1625s |      12 |   804309 |    36819 |   201745      0 |      810 |     2856
1657.94/1658.21	c 1628s |      12 |   804423 |    36919 |   201745      0 |      810 |     2856
1660.74/1661.05	c 1631s |      12 |   804567 |    37019 |   201745      0 |      810 |     2856
1664.83/1665.11	c 1635s |      12 |   804677 |    37119 |   201745      0 |      810 |     2856
1668.23/1668.52	c 1638s |      12 |   804855 |    37219 |   201745      0 |      810 |     2856
1671.93/1672.28	c 1642s |      12 |   804985 |    37319 |   201745      0 |      810 |     2856
1675.43/1675.70	c 1646s |      12 |   805106 |    37419 |   201745      0 |      810 |     2856
1679.23/1679.56	c 1649s |      12 |   805223 |    37519 |   201745      0 |      810 |     2856
1684.73/1685.00	c 1655s |      12 |   805349 |    37619 |   201745      0 |      810 |     2856
1689.03/1689.30	c 1659s |      12 |   805480 |    37719 |   201745      0 |      810 |     2856
1693.03/1693.36	c 1663s |      12 |   805605 |    37819 |   201745      0 |      810 |     2856
1696.93/1697.28	c 1667s |      12 |   805719 |    37919 |   201745      0 |      810 |     2856
1701.03/1701.33	c 1671s |      12 |   805827 |    38019 |   201745      0 |      810 |     2856
1704.83/1705.11	c 1675s |      12 |   805969 |    38119 |   201745      0 |      810 |     2856
1708.13/1708.46	c 1678s |      12 |   806100 |    38219 |   201745      0 |      810 |     2856
1711.52/1711.81	c 1682s |      12 |   806241 |    38319 |   201745      0 |      810 |     2856
1715.52/1715.87	c 1686s |      12 |   806386 |    38419 |   201745      0 |      810 |     2856
1721.42/1721.75	c 1692s |      12 |   806502 |    38519 |   201745      0 |      810 |     2856
1727.62/1727.94	c 1698s |      12 |   806618 |    38619 |   201745      0 |      810 |     2856
1731.82/1732.13	c 1702s |      12 |   806737 |    38719 |   201745      0 |      810 |     2856
1736.73/1737.07	c 1707s |      12 |   806864 |    38819 |   201745      0 |      810 |     2856
1737.32/1737.69	c 1708s |      13 |   806878 |    38832 |   201745      0 |      810 |     2856
1742.92/1743.23	c 1713s |      13 |   865004 |    38932 |   201745      0 |      810 |     2856
1747.82/1748.19	c 1718s |      13 |   865123 |    39032 |   201745      0 |      810 |     2856
1753.12/1753.49	c 1723s |      13 |   865240 |    39132 |   201745      0 |      810 |     2856
1758.72/1759.03	c 1729s |      13 |   865392 |    39232 |   201745      0 |      810 |     2856
1763.92/1764.21	c 1734s |      13 |   865505 |    39332 |   201745      0 |      810 |     2856
1766.62/1766.92	c 1737s |      13 |   865675 |    39432 |   201745      0 |      810 |     2856
1770.41/1770.72	c 1741s |      13 |   865808 |    39532 |   201745      0 |      810 |     2856
1774.41/1774.76	c 1745s |      13 |   865938 |    39632 |   201745      0 |      810 |     2856
1778.31/1778.70	c 1749s |      13 |   866045 |    39732 |   201745      0 |      810 |     2856
1782.62/1782.95	c 1753s |      13 |   866180 |    39832 |   201745      0 |      810 |     2856
1786.02/1786.35	c 1756s |      13 |   866315 |    39932 |   201745      0 |      810 |     2856
1790.32/1790.64	c 1761s |      13 |   866448 |    40032 |   201745      0 |      810 |     2856
1794.52/1794.86	c 1765s |      13 |   866565 |    40132 |   201745      0 |      810 |     2856
1799.42/1799.70	c 1770s |      13 |   866726 |    40232 |   201745      0 |      810 |     2856

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-4093099-1466076978/watcher-4093099-1466076978 -o /tmp/evaluation-result-4093099-1466076978/solver-4093099-1466076978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11958 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093099-1466076978.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 12601
/proc/meminfo: memFree=30385732/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=547260 CPUtime=0 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 2007 0 0 0 0 0 0 0 20 0 4 0 9747907 560394240 2368 33554432000 4194304 16246674 140737281121312 140737281120736 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 137327 2378 441 2943 0 134221 0
[pid=12601/tid=12602] ppid=12598 vsize=562620 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 576122880 2430 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=566716 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 580317184 2447 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=570812 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 9747907 584511488 2463 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 12601
/proc/meminfo: memFree=30385732/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 25192 0 0 0 6 3 0 0 20 0 4 0 9747907 1333334016 25493 33554432000 4194304 16246674 140737281121312 140737281120624 7375574 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 325521 25508 800 2943 0 322415 0
[pid=12601/tid=12602] ppid=12598 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1333334016 25518 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1333334016 25529 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1333334016 25540 33554432000 4194304 16246674 140737281121312 140391238061232 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.200465 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 12601
/proc/meminfo: memFree=30385732/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 48271 0 0 0 12 7 0 0 20 0 4 0 9747907 1344868352 49083 33554432000 4194304 16246674 140737281121312 140737281120624 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 328337 49090 800 2943 0 325231 0
[pid=12601/tid=12602] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 49094 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 49098 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 49102 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300474 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 12601
/proc/meminfo: memFree=30385732/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 55133 0 0 0 21 8 0 0 20 0 4 0 9747907 1344868352 55945 33554432000 4194304 16246674 140737281121312 140737281120624 7387606 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 328337 55945 800 2943 0 325231 0
[pid=12601/tid=12602] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 55945 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 55945 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 55945 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1313348

[startup+0.700355 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 12601
/proc/meminfo: memFree=30385732/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 63282 0 0 0 59 9 0 0 20 0 4 0 9747907 1344868352 64094 33554432000 4194304 16246674 140737281121312 140737281103232 4223022 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 328337 64094 824 2943 0 325231 0
[pid=12601/tid=12602] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 64094 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 64094 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 64094 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50039 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 12605
/proc/meminfo: memFree=30130728/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 108661 0 0 0 132 17 0 0 20 0 4 0 9747907 1344868352 109474 33554432000 4194304 16246674 140737281121312 140737281120624 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 328337 109480 838 2943 0 325231 0
[pid=12601/tid=12602] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 109487 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 109491 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1344868352 109492 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 12605
/proc/meminfo: memFree=29461872/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1335876 CPUtime=3.09 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 274405 0 0 0 267 42 0 0 20 0 4 0 9747907 1367937024 275217 33554432000 4194304 16246674 140737281121312 140737281103232 12481350 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 333969 275217 838 2943 0 330863 0
[pid=12601/tid=12602] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275217 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275217 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275217 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1335876

[startup+6.3004 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 12605
/proc/meminfo: memFree=29233688/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1335876 CPUtime=6.29 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 274406 0 0 0 587 42 0 0 20 0 4 0 9747907 1367937024 275218 33554432000 4194304 16246674 140737281121312 140737281103232 6190274 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 333969 275218 838 2943 0 330863 0
[pid=12601/tid=12602] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275218 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275218 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1335876 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1367937024 275218 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1335876

[startup+12.7004 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 12605
/proc/meminfo: memFree=29222100/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=12.68 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277227 0 0 0 1226 42 0 0 20 0 4 0 9747907 1378422784 278039 33554432000 4194304 16246674 140737281121312 140737281103232 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278039 916 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278039 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278039 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278039 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1346116

[startup+25.5005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 12605
/proc/meminfo: memFree=29222620/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=25.49 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277246 0 0 0 2506 43 0 0 20 0 4 0 9747907 1378422784 278058 33554432000 4194304 16246674 140737281121312 140737281103104 5842934 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278058 935 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278058 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278058 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278058 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1346116

[startup+51.1005 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 12605
/proc/meminfo: memFree=29222652/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=51.08 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 5065 43 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1346116

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 12606
/proc/meminfo: memFree=29222780/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=102.28 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 10185 43 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 13759480 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 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) 1346116


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

/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1346116

[startup+1362.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/183 12637
/proc/meminfo: memFree=27077912/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1362.08 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 136158 50 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1346116

[startup+1422.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/183 12639
/proc/meminfo: memFree=27002544/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1422.08 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 142157 51 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1346116

[startup+1482.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/184 12643
/proc/meminfo: memFree=26923748/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1482.06 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 148155 51 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1346116

[startup+1542.31 s]
/proc/loadavg: 2.22 2.11 2.02 3/184 12667
/proc/meminfo: memFree=26799960/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1542.07 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 154155 52 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 1346116

[startup+1602.3 s]
/proc/loadavg: 2.27 2.15 2.04 3/183 12668
/proc/meminfo: memFree=26684988/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1602.05 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 160153 52 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1346116

[startup+1662.3 s]
/proc/loadavg: 2.14 2.13 2.04 3/183 12669
/proc/meminfo: memFree=26584948/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1662.03 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 166151 52 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 13759916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1346116

[startup+1722.3 s]
/proc/loadavg: 2.16 2.14 2.04 3/183 12671
/proc/meminfo: memFree=26476432/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1722.02 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 172150 52 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712709 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1346116

[startup+1782.3 s]
/proc/loadavg: 2.10 2.12 2.04 3/183 12672
/proc/meminfo: memFree=26356268/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1782.02 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 178149 53 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 13780640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1346116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.08 2.12 2.04 3/183 12721
/proc/meminfo: memFree=29305432/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1800.02 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 179949 53 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1346116

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

[startup+1800.3 s]
/proc/loadavg: 2.08 2.12 2.04 3/183 12721
/proc/meminfo: memFree=29305432/32872528 swapFree=525044/557748
[pid=12601] ppid=12598 vsize=1346116 CPUtime=1800.02 cores=0,2,4,6
/proc/12601/stat : 12601 (toysat) R 12598 12601 10502 0 -1 4202496 277248 0 0 0 179949 53 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140737281103232 5712760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12601/statm: 336529 278060 937 2943 0 333423 0
[pid=12601/tid=12602] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12602/stat : 12602 (toysat) S 12598 12601 10502 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391259024624 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12601/tid=12603] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12603/stat : 12603 (toysat) S 12598 12601 10502 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391248534768 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12601/tid=12604] ppid=12598 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/12601/task/12604/stat : 12604 (toysat) S 12598 12601 10502 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 9747907 1378422784 278060 33554432000 4194304 16246674 140737281121312 140391238061232 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1346116

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.09
CPU user time (s): 1799.5
CPU system time (s): 0.592909
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1346116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.592909
maximum resident set size= 1112240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277248
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= 18
involuntary context switches= 2094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6043 second user time and 6.87995 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-16 13:36:18
IDJOB=4093099
IDBENCH=78641
IDSOLVER=2553
FILE ID=node106/4093099-1466076978
RUNJOBID= node106-1466074835-11958
PBS_JOBID= 19904026
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12027_7-unsat--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093099-1466076978/watcher-4093099-1466076978 -o /tmp/evaluation-result-4093099-1466076978/solver-4093099-1466076978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466074835-11958 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093099-1466076978.wbo

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

MD5SUM BENCH= 6b5c89375fb1b18257ff01aee56d438b
RANDOM SEED=1439872344

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30385996 kB
Buffers:           19048 kB
Cached:           103312 kB
SwapCached:         1844 kB
Active:          1186660 kB
Inactive:          41564 kB
Active(anon):    1107176 kB
Inactive(anon):     1072 kB
Active(file):      79484 kB
Inactive(file):    40492 kB
Unevictable:      557748 kB
Mlocked:          525044 kB
SwapTotal:      67108856 kB
SwapFree:       67098924 kB
Dirty:             39636 kB
Writeback:             0 kB
AnonPages:       1663088 kB
Mapped:            10432 kB
Shmem:                 0 kB
Slab:             567248 kB
SReclaimable:      10704 kB
SUnreclaim:       556544 kB
KernelStack:        1448 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1805676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node106 at 2016-06-16 14:06:18