Trace number 4079291

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.07 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_7.opb
MD5SUM5143d5ad0515f9b6d1308dd1ede87dc2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8580043
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 208246496520
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 208246496520
Number of bits of the biggest sum of numbers38
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-08T00:21:19+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079291-1465338079.opb"]
0.00/0.01	c use --random-gen="2610249468 324807074 1419012670 4194721184 4177688885 2135569805 197240100 75210712 2965269130 1193593462 1390519251 2789058334 2167224478 1465706234 945381361 324608654 3675448643 1614426036 442715294 83289722 2327328080 2418133174 1431548610 4043841045 4088453308 3781520251 437467401 542245419 2307514315 2197977072 3659139278 1357350727 872562836 4088325922 2544963311 4043387516 1417965805 516357927 2238032402 2910401923 734235036 135208785 3294696666 1689381229 3897862215 3821533601 642690869 2593756427 1068162778 3960620345 2052711428 1289414379 3113201918 4183565198 280200905 3912886213 2878006456 3291134391 2876760322 2501093632 1932206309 2730690838 205958579 458419205 2877784221 1382922038 1047776615 377483339 978061899 1028604560 3000469249 4180582149 4165711283 2652454021 4147841043 881123730 3412379845 937406451 1607906219 2371895068 2893546692 2249386816 3644433687 1565102240 1636415205 3247407410 4047321674 2092643638 1604829060 3766751765 3220378992 2916728515 2870026977 1954646231 299563057 1241794707 1429924451 2588277833 1954066654 4210590342 3160082809 3601803057 3619610150 3469841885 479432622 704415281 680747492 18955586 2857223990 2061416609 2312005317 1256458625 428059570 281995040 2634235547 2721162179 1920035391 2885874950 2570351518 2583056863 2779255826 724386467 3245333947 919264187 3202540542 2121817217 942899103 4182309152 1307086731 3683015632 2430408269 2308394821 3032650414 4038685730 3466855628 3036536317 2315121010 1788932952 3247303236 1654599010 2766769644 1781326357 851370189 1415221316 541349586 443805657 3381927363 3052928018 3558622515 3452046968 130623968 3019631179 1855810851 3404214313 486812291 3971288016 1584839317 1694765342 285756467 1392524677 3895880316 3483090217 1998523255 3905055335 155428105 36482131 976127305 1236455113 3559508638 2416027074 3288569692 3562639511 326152248 3651363163 2509877276 3928006352 2916878329 2406231314 2049619334 3920811271 3926422385 10489676 3709386406 2482701988 3423112492 2210597478 3833784183 1759011384 2070796859 2602380905 350774984 1264867045 3335927057 3699961906 1943208437 4013053701 3025440575 3823150186 3065084079 2834769308 2511393325 3918396711 1545811468 213099448 971032063 3205360697 2376182089 222413425 74310518 1032518116 1478795041 1705250162 1626615033 1009924407 3331963448 777347739 2366174569 572562872 92579889 255199705 1015518119 962248412 2614302 473178156 4089019843 3515720366 232806356 2965241435 387060011 2239255201 1901836749 2811558857 1050018671 78896014 1533660662 3395362925 3429973326 2354262016 3369583979 167646171 4229446019 2323367824 2104813073 2989866177 3116642175 2471066538 1947655682 1733364260 2206755995 3794560280 1147943782 4210281681 3098348479 575456432 255921726 1329157368 255 362436" option to reproduce the execution
0.29/0.34	c #vars 20200
0.29/0.34	c #constraints 30206
1.38/1.40	c BCD2: Hardening is enabled.
1.38/1.40	c BCD2: BiasedSearch is enabled.
1.38/1.40	c Solving starts ...
1.38/1.40	c ============================[ Search Statistics ]============================
1.38/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.40	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |    23402      0 |      200 |        0
1.99/2.07	c  0.7s |       1 |      180 |      100 |    23402      0 |      200 |        0
5.39/5.47	c  4.1s |       1 |     1880 |      200 |    25743      0 |      200 |        0
6.70/6.77	c  5.4s |       2 |     1914 |      250 |    25743      0 |      200 |        0
10.39/10.48	c  9.1s |       2 |     2147 |      350 |    28318      0 |      200 |        0
14.09/14.17	c 12.8s |       2 |     2254 |      450 |    28318      0 |      200 |        0
14.69/14.78	c 13.4s |       3 |     2282 |      475 |    28318      0 |      200 |        0
17.70/17.74	c 16.3s |       3 |     2506 |      575 |    31150      0 |      200 |        0
21.69/21.73	c 20.3s |       3 |     2768 |      775 |    31150      0 |      200 |        0
22.39/22.41	c 21.0s |       4 |     2843 |      813 |    31150      0 |      200 |        0
25.49/25.53	c 24.1s |       4 |     3022 |      913 |    34265      0 |      200 |        0
27.99/28.02	c 26.6s |       4 |     3130 |     1013 |    34265      0 |      200 |        0
30.39/30.43	c 29.0s |       4 |     3233 |     1113 |    34265      0 |      200 |        0
32.59/32.63	c 31.2s |       4 |     3321 |     1213 |    34265      0 |      200 |        0
34.79/34.83	c 33.4s |       4 |     3430 |     1313 |    34265      0 |      200 |        0
34.89/34.99	c 33.6s |       5 |     3430 |     1320 |    34265      0 |      200 |        0
37.29/37.36	c 35.9s |       5 |     3634 |     1420 |    37692      0 |      200 |        0
40.49/40.54	c 39.1s |       5 |     3762 |     1520 |    37692      0 |      200 |        0
42.49/42.58	c 41.2s |       5 |     3860 |     1620 |    37692      0 |      200 |        0
46.19/46.30	c 44.9s |       5 |     4077 |     1820 |    37692      0 |      200 |        0
50.39/50.40	c 49.0s |       5 |     4294 |     2020 |    37692      0 |      200 |        0
51.49/51.56	c 50.1s |       6 |     4357 |     2081 |    41462      0 |      200 |        0
53.59/53.62	c 52.2s |       6 |     4572 |     2181 |    41462      0 |      200 |        0
56.09/56.20	c 54.8s |       6 |     4673 |     2281 |    41462      0 |      200 |        0
58.98/59.03	c 57.6s |       6 |     4784 |     2381 |    41462      0 |      200 |        0
62.28/62.34	c 60.9s |       6 |     4892 |     2481 |    41462      0 |      200 |        0
65.48/65.52	c 64.1s |       6 |     5031 |     2581 |    41462      0 |      200 |        0
68.29/68.38	c 67.0s |       6 |     5175 |     2681 |    41462      0 |      200 |        0
71.98/72.00	c 70.6s |       6 |     5279 |     2781 |    41462      0 |      200 |        0
75.38/75.46	c 74.0s |       6 |     5382 |     2881 |    41462      0 |      200 |        0
78.78/78.87	c 77.5s |       6 |     5501 |     2981 |    41462      0 |      200 |        0
84.08/84.18	c 82.8s |       6 |     5710 |     3181 |    41462      0 |      200 |        0
85.38/85.49	c 84.1s |       7 |     5769 |     3223 |    45609      0 |      200 |        0
87.78/87.88	c 86.5s |       7 |     5980 |     3323 |    45609      0 |      200 |        0
89.88/89.92	c 88.5s |       7 |     6198 |     3423 |    45609      0 |      200 |        0
93.68/93.78	c 92.4s |       7 |     6305 |     3523 |    45609      0 |      200 |        0
97.78/97.87	c 96.5s |       7 |     6414 |     3623 |    45609      0 |      200 |        0
102.08/102.18	c  100s |       7 |     6509 |     3723 |    45609      0 |      200 |        0
106.27/106.38	c  104s |       7 |     6601 |     3823 |    45609      0 |      200 |        0
110.57/110.68	c  109s |       7 |     6728 |     3923 |    45609      0 |      200 |        0
114.67/114.73	c  113s |       7 |     6798 |     4023 |    45609      0 |      200 |        0
118.57/118.61	c  117s |       7 |     6908 |     4123 |    45609      0 |      200 |        0
122.47/122.51	c  121s |       7 |     7016 |     4223 |    45609      0 |      200 |        0
124.77/124.84	c  123s |       7 |     7140 |     4323 |    45609      0 |      200 |        0
126.97/127.02	c  125s |       7 |     7231 |     4423 |    45609      0 |      200 |        0
129.17/129.20	c  127s |       7 |     7328 |     4523 |    45609      0 |      200 |        0
132.67/132.78	c  131s |       7 |     7536 |     4723 |    45609      0 |      200 |        0
135.87/135.92	c  134s |       7 |     7740 |     4923 |    50170      0 |      200 |        0
136.27/136.31	c  134s |       8 |     7744 |     4936 |    50170      0 |      200 |        0
139.17/139.25	c  137s |       8 |     7986 |     5036 |    50170      0 |      200 |        0
141.37/141.49	c  140s |       8 |     8093 |     5136 |    50170      0 |      200 |        0
145.67/145.72	c  144s |       8 |     8316 |     5336 |    50170      0 |      200 |        0
149.07/149.10	c  147s |       8 |     8451 |     5436 |    50170      0 |      200 |        0
152.47/152.50	c  151s |       8 |     8577 |     5536 |    50170      0 |      200 |        0
155.67/155.77	c  154s |       8 |     8690 |     5636 |    50170      0 |      200 |        0
159.67/159.72	c  158s |       8 |     8792 |     5736 |    50170      0 |      200 |        0
163.67/163.70	c  162s |       8 |     8906 |     5836 |    50170      0 |      200 |        0
167.56/167.69	c  166s |       8 |     8991 |     5936 |    50170      0 |      200 |        0
170.86/170.91	c  169s |       8 |     9104 |     6036 |    50170      0 |      200 |        0
174.46/174.53	c  173s |       8 |     9226 |     6136 |    50170      0 |      200 |        0
177.76/177.80	c  176s |       8 |     9324 |     6236 |    50170      0 |      200 |        0
180.47/180.51	c  179s |       8 |     9427 |     6336 |    50170      0 |      200 |        0
182.46/182.55	c  181s |       8 |     9530 |     6436 |    50170      0 |      200 |        0
184.96/185.08	c  183s |       8 |     9629 |     6536 |    50170      0 |      200 |        0
187.46/187.58	c  186s |       8 |     9728 |     6636 |    50170      0 |      200 |        0
190.16/190.24	c  188s |       8 |     9839 |     6736 |    50170      0 |      200 |        0
192.86/192.95	c  191s |       8 |     9926 |     6836 |    50170      0 |      200 |        0
196.76/196.85	c  195s |       8 |    10049 |     6936 |    50170      0 |      200 |        0
200.06/200.17	c  198s |       8 |    10131 |     7036 |    50170      0 |      200 |        0
203.16/203.21	c  201s |       8 |    10247 |     7136 |    50170      0 |      200 |        0
206.16/206.28	c  204s |       8 |    10359 |     7236 |    50170      0 |      200 |        0
208.36/208.47	c  207s |       8 |    10468 |     7336 |    50170      0 |      200 |        0
211.96/212.02	c  210s |       9 |    10662 |     7506 |    55188      0 |      200 |        0
214.06/214.10	c  212s |       9 |    10912 |     7606 |    55188      0 |      200 |        0
216.66/216.77	c  215s |       9 |    11255 |     7906 |    55188      0 |      200 |        0
219.96/220.06	c  218s |       9 |    11451 |     8106 |    55188      0 |      200 |        0
223.45/223.52	c  222s |       9 |    11661 |     8306 |    55188      0 |      200 |        0
226.05/226.13	c  224s |       9 |    11859 |     8506 |    55188      0 |      200 |        0
229.65/229.76	c  228s |       9 |    12056 |     8706 |    55188      0 |      200 |        0
231.75/231.89	c  230s |       9 |    12190 |     8806 |    55188      0 |      200 |        0
234.85/234.98	c  233s |       9 |    12301 |     8906 |    55188      0 |      200 |        0
238.45/238.53	c  237s |       9 |    12565 |     9106 |    55188      0 |      200 |        0
242.35/242.47	c  241s |       9 |    12784 |     9306 |    55188      0 |      200 |        0
245.05/245.11	c  243s |       9 |    12872 |     9406 |    55188      0 |      200 |        0
247.35/247.45	c  246s |       9 |    12986 |     9506 |    55188      0 |      200 |        0
249.55/249.64	c  248s |       9 |    13069 |     9606 |    55188      0 |      200 |        0
252.85/252.93	c  251s |       9 |    13187 |     9706 |    55188      0 |      200 |        0
254.95/255.05	c  253s |       9 |    13338 |     9806 |    55188      0 |      200 |        0
258.55/258.65	c  257s |       9 |    13746 |    10006 |    55188      0 |      200 |        0
262.15/262.27	c  260s |       9 |    14006 |    10206 |    55188      0 |      200 |        0
264.14/264.29	c  262s |       9 |    14098 |    10306 |    55188      0 |      200 |        0
267.74/267.87	c  266s |       9 |    14303 |    10506 |    55188      0 |      200 |        0
270.84/270.94	c  269s |       9 |    14501 |    10706 |    55188      0 |      200 |        0
273.34/273.42	c  272s |       9 |    14747 |    10906 |    55188      0 |      200 |        0
276.15/276.21	c  274s |       9 |    14953 |    11106 |    55188      0 |      200 |        0
279.54/279.62	c  278s |       9 |    15175 |    11306 |    60707      0 |      200 |        0
280.64/280.75	c  279s |      10 |    15238 |    11361 |    60707      0 |      200 |        0
284.04/284.18	c  282s |      10 |    15630 |    11461 |    60707      0 |      200 |        0
286.85/286.93	c  285s |      10 |    15748 |    11561 |    60707      0 |      200 |        0
288.95/289.07	c  287s |      10 |    15843 |    11661 |    60707      0 |      200 |        0
292.85/292.90	c  291s |      10 |    16039 |    11861 |    60707      0 |      200 |        0
295.96/296.01	c  294s |      10 |    16233 |    12061 |    60707      0 |      200 |        0
299.55/299.68	c  298s |      10 |    16461 |    12261 |    60707      0 |      200 |        0
302.15/302.26	c  300s |      10 |    16574 |    12361 |    60707      0 |      200 |        0
306.35/306.43	c  305s |      10 |    16785 |    12561 |    60707      0 |      200 |        0
308.45/308.57	c  307s |      10 |    16877 |    12661 |    60707      0 |      200 |        0
311.45/311.50	c  310s |      10 |    16981 |    12761 |    60707      0 |      200 |        0
313.75/313.88	c  312s |      10 |    17102 |    12861 |    60707      0 |      200 |        0
317.24/317.32	c  315s |      10 |    17206 |    12961 |    60707      0 |      200 |        0
319.54/319.63	c  318s |      10 |    17320 |    13061 |    60707      0 |      200 |        0
323.64/323.71	c  322s |      10 |    17526 |    13261 |    60707      0 |      200 |        0
325.84/325.92	c  324s |      10 |    17624 |    13361 |    60707      0 |      200 |        0
327.94/328.00	c  326s |      10 |    17805 |    13461 |    60707      0 |      200 |        0
331.44/331.56	c  330s |      10 |    17886 |    13561 |    60707      0 |      200 |        0
333.64/333.78	c  332s |      10 |    17994 |    13661 |    60707      0 |      200 |        0
335.64/335.79	c  334s |      10 |    18105 |    13761 |    60707      0 |      200 |        0
339.14/339.27	c  337s |      10 |    18299 |    13961 |    60707      0 |      200 |        0
342.05/342.16	c  340s |      10 |    18496 |    14161 |    60707      0 |      200 |        0
346.84/346.93	c  345s |      10 |    18711 |    14361 |    60707      0 |      200 |        0
349.04/349.15	c  347s |      10 |    18851 |    14461 |    60707      0 |      200 |        0
351.44/351.52	c  350s |      10 |    18975 |    14561 |    60707      0 |      200 |        0
353.64/353.75	c  352s |      10 |    19063 |    14661 |    60707      0 |      200 |        0
355.84/355.95	c  354s |      10 |    19167 |    14761 |    60707      0 |      200 |        0
358.04/358.12	c  356s |      10 |    19281 |    14861 |    60707      0 |      200 |        0
360.64/360.74	c  359s |      10 |    19393 |    14961 |    60707      0 |      200 |        0
364.54/364.60	c  363s |      10 |    19656 |    15161 |    60707      0 |      200 |        0
367.04/367.12	c  365s |      10 |    19746 |    15261 |    60707      0 |      200 |        0
370.94/371.01	c  369s |      10 |    19970 |    15461 |    60707      0 |      200 |        0
374.44/374.53	c  373s |      10 |    20150 |    15661 |    60707      0 |      200 |        0
377.34/377.45	c  376s |      10 |    20353 |    15861 |    60707      0 |      200 |        0
379.54/379.65	c  378s |      10 |    20458 |    15961 |    60707      0 |      200 |        0
382.03/382.13	c  380s |      10 |    20575 |    16061 |    60707      0 |      200 |        0
384.53/384.64	c  383s |      10 |    20681 |    16161 |    60707      0 |      200 |        0
386.63/386.79	c  385s |      10 |    20779 |    16261 |    60707      0 |      200 |        0
390.44/390.55	c  389s |      10 |    20981 |    16461 |    60707      0 |      200 |        0
393.74/393.89	c  392s |      10 |    21185 |    16661 |    60707      0 |      200 |        0
396.13/396.20	c  394s |      10 |    21382 |    16861 |    60707      0 |      200 |        0
398.63/398.75	c  397s |      10 |    21495 |    16961 |    60707      0 |      200 |        0
402.43/402.52	c  401s |      11 |    21711 |    17144 |    66778      0 |      200 |        0
404.74/404.86	c  403s |      11 |    21932 |    17244 |    66778      0 |      200 |        0
406.94/407.04	c  405s |      11 |    22051 |    17344 |    66778      0 |      200 |        0
409.43/409.50	c  408s |      11 |    22165 |    17444 |    66778      0 |      200 |        0
412.73/412.89	c  411s |      11 |    22363 |    17644 |    66778      0 |      200 |        0
416.43/416.59	c  415s |      11 |    22594 |    17844 |    66778      0 |      200 |        0
418.53/418.60	c  417s |      11 |    22710 |    17944 |    66778      0 |      200 |        0
421.23/421.34	c  419s |      11 |    22926 |    18144 |    66778      0 |      200 |        0
424.83/424.95	c  423s |      11 |    23140 |    18344 |    66778      0 |      200 |        0
426.83/426.95	c  425s |      11 |    23242 |    18444 |    66778      0 |      200 |        0
430.42/430.58	c  429s |      11 |    23493 |    18644 |    66778      0 |      200 |        0
432.62/432.72	c  431s |      11 |    23585 |    18744 |    66778      0 |      200 |        0
436.12/436.28	c  434s |      11 |    23802 |    18944 |    66778      0 |      200 |        0
439.02/439.13	c  437s |      11 |    24042 |    19144 |    66778      0 |      200 |        0
441.22/441.37	c  439s |      11 |    24147 |    19244 |    66778      0 |      200 |        0
444.82/444.93	c  443s |      11 |    24483 |    19444 |    66778      0 |      200 |        0
448.12/448.22	c  446s |      11 |    24691 |    19644 |    66778      0 |      200 |        0
451.62/451.74	c  450s |      11 |    24893 |    19844 |    66778      0 |      200 |        0
454.23/454.33	c  452s |      11 |    25125 |    20044 |    66778      0 |      200 |        0
457.42/457.57	c  456s |      11 |    25314 |    20244 |    66778      0 |      200 |        0
460.92/461.01	c  459s |      11 |    25533 |    20444 |    66778      0 |      200 |        0
464.22/464.36	c  462s |      11 |    25735 |    20644 |    66778      0 |      200 |        0
467.52/467.64	c  466s |      11 |    25934 |    20844 |    66778      0 |      200 |        0
470.82/470.96	c  469s |      11 |    26144 |    21044 |    66778      0 |      200 |        0
473.91/474.08	c  472s |      11 |    26343 |    21244 |    66778      0 |      200 |        0
477.42/477.58	c  476s |      11 |    26550 |    21444 |    66778      0 |      200 |        0
480.31/480.48	c  479s |      11 |    26760 |    21644 |    66778      0 |      200 |        0
483.81/483.95	c  482s |      11 |    27011 |    21844 |    66778      0 |      200 |        0
486.71/486.83	c  485s |      11 |    27207 |    22044 |    66778      0 |      200 |        0
490.21/490.34	c  488s |      11 |    27445 |    22244 |    66778      0 |      200 |        0
492.41/492.52	c  491s |      11 |    27542 |    22344 |    66778      0 |      200 |        0
495.02/495.12	c  493s |      11 |    27663 |    22444 |    66778      0 |      200 |        0
497.01/497.13	c  495s |      11 |    27810 |    22544 |    66778      0 |      200 |        0
500.31/500.48	c  499s |      11 |    28017 |    22744 |    66778      0 |      200 |        0
504.11/504.25	c  502s |      11 |    28264 |    22944 |    66778      0 |      200 |        0
506.21/506.36	c  504s |      11 |    28380 |    23044 |    66778      0 |      200 |        0
510.42/510.51	c  509s |      11 |    28673 |    23244 |    66778      0 |      200 |        0
512.41/512.59	c  511s |      11 |    28789 |    23344 |    66778      0 |      200 |        0
514.71/514.81	c  513s |      11 |    28899 |    23444 |    66778      0 |      200 |        0
517.21/517.38	c  515s |      11 |    28999 |    23544 |    66778      0 |      200 |        0
519.81/519.99	c  518s |      11 |    29099 |    23644 |    66778      0 |      200 |        0
522.51/522.68	c  521s |      11 |    29228 |    23744 |    66778      0 |      200 |        0
525.01/525.11	c  523s |      11 |    29351 |    23844 |    66778      0 |      200 |        0
527.01/527.17	c  525s |      11 |    29436 |    23944 |    66778      0 |      200 |        0
529.71/529.88	c  528s |      11 |    29533 |    24044 |    66778      0 |      200 |        0
532.01/532.18	c  530s |      11 |    29664 |    24144 |    66778      0 |      200 |        0
535.90/536.07	c  534s |      11 |    29926 |    24344 |    66778      0 |      200 |        0
539.30/539.48	c  538s |      11 |    30024 |    24444 |    66778      0 |      200 |        0
542.80/542.98	c  541s |      11 |    30143 |    24544 |    66778      0 |      200 |        0
544.90/545.05	c  543s |      11 |    30245 |    24644 |    66778      0 |      200 |        0
547.30/547.41	c  545s |      11 |    30345 |    24744 |    66778      0 |      200 |        0
550.20/550.32	c  548s |      11 |    30443 |    24844 |    66778      0 |      200 |        0
552.70/552.82	c  551s |      11 |    30579 |    24944 |    66778      0 |      200 |        0
555.20/555.32	c  553s |      11 |    30679 |    25044 |    66778      0 |      200 |        0
557.40/557.57	c  556s |      11 |    30792 |    25144 |    66778      0 |      200 |        0
559.60/559.77	c  558s |      11 |    30881 |    25244 |    66778      0 |      200 |        0
562.80/562.90	c  561s |      11 |    31089 |    25444 |    66778      0 |      200 |        0
567.40/567.50	c  566s |      11 |    31301 |    25644 |    66778      0 |      200 |        0
570.70/570.83	c  569s |      11 |    31420 |    25744 |    73456      0 |      200 |        0
573.00/573.16	c  571s |      12 |    31510 |    25819 |    73456      0 |      200 |        0
575.70/575.85	c  574s |      12 |    31747 |    25919 |    73456      0 |      200 |        0
578.50/578.62	c  577s |      12 |    31873 |    26019 |    73456      0 |      200 |        0
580.60/580.75	c  579s |      12 |    31971 |    26119 |    73456      0 |      200 |        0
583.10/583.22	c  581s |      12 |    32066 |    26219 |    73456      0 |      200 |        0
586.00/586.11	c  584s |      12 |    32198 |    26319 |    73456      0 |      200 |        0
588.40/588.58	c  587s |      12 |    32307 |    26419 |    73456      0 |      200 |        0
590.50/590.68	c  589s |      12 |    32390 |    26519 |    73456      0 |      200 |        0
593.90/594.08	c  592s |      12 |    32590 |    26719 |    73456      0 |      200 |        0
598.09/598.20	c  596s |      12 |    32835 |    26919 |    73456      0 |      200 |        0
600.39/600.57	c  599s |      12 |    32951 |    27019 |    73456      0 |      200 |        0
602.59/602.74	c  601s |      12 |    33038 |    27119 |    73456      0 |      200 |        0
605.00/605.12	c  603s |      12 |    33146 |    27219 |    73456      0 |      200 |        0
607.40/607.57	c  606s |      12 |    33308 |    27319 |    73456      0 |      200 |        0
610.80/610.91	c  609s |      12 |    33431 |    27419 |    73456      0 |      200 |        0
613.30/613.42	c  612s |      12 |    33536 |    27519 |    73456      0 |      200 |        0
615.80/616.00	c  614s |      12 |    33665 |    27619 |    73456      0 |      200 |        0
618.30/618.43	c  617s |      12 |    33766 |    27719 |    73456      0 |      200 |        0
622.10/622.23	c  620s |      12 |    34058 |    27919 |    73456      0 |      200 |        0
625.30/625.43	c  624s |      12 |    34262 |    28119 |    73456      0 |      200 |        0
627.70/627.89	c  626s |      12 |    34371 |    28219 |    73456      0 |      200 |        0
630.70/630.88	c  629s |      12 |    34571 |    28419 |    73456      0 |      200 |        0
633.40/633.53	c  632s |      12 |    34799 |    28619 |    73456      0 |      200 |        0
635.60/635.75	c  634s |      12 |    34915 |    28719 |    73456      0 |      200 |        0
638.79/638.97	c  637s |      12 |    35025 |    28819 |    73456      0 |      200 |        0
640.89/641.06	c  639s |      12 |    35125 |    28919 |    73456      0 |      200 |        0
642.99/643.18	c  641s |      12 |    35224 |    29019 |    73456      0 |      200 |        0
646.09/646.22	c  644s |      12 |    35477 |    29219 |    73456      0 |      200 |        0
649.00/649.13	c  647s |      12 |    35575 |    29319 |    73456      0 |      200 |        0
651.59/651.72	c  650s |      12 |    35678 |    29419 |    73456      0 |      200 |        0
653.99/654.17	c  652s |      12 |    35801 |    29519 |    73456      0 |      200 |        0
656.39/656.54	c  655s |      12 |    35900 |    29619 |    73456      0 |      200 |        0
658.90/659.02	c  657s |      12 |    35989 |    29719 |    73456      0 |      200 |        0
661.29/661.40	c  659s |      12 |    36125 |    29819 |    73456      0 |      200 |        0
664.59/664.73	c  663s |      12 |    36230 |    29919 |    73456      0 |      200 |        0
667.19/667.35	c  665s |      12 |    36352 |    30019 |    73456      0 |      200 |        0
669.59/669.78	c  668s |      12 |    36477 |    30119 |    73456      0 |      200 |        0
672.00/672.13	c  670s |      12 |    36564 |    30219 |    73456      0 |      200 |        0
674.39/674.56	c  673s |      12 |    36680 |    30319 |    73456      0 |      200 |        0
676.59/676.73	c  675s |      12 |    36770 |    30419 |    73456      0 |      200 |        0
678.69/678.83	c  677s |      12 |    36872 |    30519 |    73456      0 |      200 |        0
681.79/681.97	c  680s |      12 |    37075 |    30719 |    73456      0 |      200 |        0
686.29/686.50	c  685s |      12 |    37281 |    30919 |    73456      0 |      200 |        0
688.59/688.72	c  687s |      12 |    37393 |    31019 |    73456      0 |      200 |        0
690.89/691.00	c  689s |      12 |    37480 |    31119 |    73456      0 |      200 |        0
693.38/693.57	c  692s |      12 |    37593 |    31219 |    73456      0 |      200 |        0
696.38/696.57	c  695s |      12 |    37688 |    31319 |    73456      0 |      200 |        0
699.28/699.42	c  698s |      12 |    37827 |    31419 |    73456      0 |      200 |        0
701.88/702.06	c  700s |      12 |    37957 |    31519 |    73456      0 |      200 |        0
705.28/705.41	c  703s |      12 |    38077 |    31619 |    73456      0 |      200 |        0
708.39/708.59	c  707s |      12 |    38168 |    31719 |    73456      0 |      200 |        0
711.08/711.23	c  709s |      12 |    38279 |    31819 |    73456      0 |      200 |        0
713.79/713.96	c  712s |      12 |    38447 |    31919 |    73456      0 |      200 |        0
716.68/716.80	c  715s |      12 |    38571 |    32019 |    73456      0 |      200 |        0
719.18/719.30	c  717s |      12 |    38663 |    32119 |    73456      0 |      200 |        0
722.18/722.31	c  720s |      12 |    38788 |    32219 |    73456      0 |      200 |        0
725.18/725.38	c  723s |      12 |    39048 |    32419 |    73456      0 |      200 |        0
727.18/727.40	c  725s |      12 |    39143 |    32519 |    73456      0 |      200 |        0
729.28/729.42	c  728s |      12 |    39255 |    32619 |    73456      0 |      200 |        0
731.78/731.90	c  730s |      12 |    39355 |    32719 |    73456      0 |      200 |        0
734.08/734.27	c  732s |      12 |    39456 |    32819 |    73456      0 |      200 |        0
736.78/736.92	c  735s |      12 |    39554 |    32919 |    73456      0 |      200 |        0
739.27/739.45	c  738s |      12 |    39688 |    33019 |    73456      0 |      200 |        0
742.07/742.24	c  740s |      12 |    39776 |    33119 |    73456      0 |      200 |        0
744.47/744.64	c  743s |      12 |    39935 |    33219 |    73456      0 |      200 |        0
746.67/746.89	c  745s |      12 |    40070 |    33319 |    73456      0 |      200 |        0
748.87/749.09	c  747s |      12 |    40269 |    33419 |    73456      0 |      200 |        0
751.57/751.78	c  750s |      12 |    40395 |    33519 |    73456      0 |      200 |        0
754.48/754.63	c  753s |      12 |    40507 |    33619 |    73456      0 |      200 |        0
756.97/757.17	c  755s |      12 |    40592 |    33719 |    73456      0 |      200 |        0
759.47/759.69	c  758s |      12 |    40687 |    33819 |    73456      0 |      200 |        0
762.57/762.74	c  761s |      12 |    40801 |    33919 |    73456      0 |      200 |        0
765.28/765.47	c  764s |      12 |    40885 |    34019 |    73456      0 |      200 |        0
768.18/768.37	c  766s |      12 |    40991 |    34119 |    73456      0 |      200 |        0
771.28/771.40	c  769s |      12 |    41105 |    34219 |    73456      0 |      200 |        0
775.48/775.64	c  774s |      12 |    41196 |    34319 |    73456      0 |      200 |        0
779.07/779.22	c  777s |      12 |    41304 |    34419 |    73456      0 |      200 |        0
781.98/782.19	c  780s |      12 |    41413 |    34519 |    73456      0 |      200 |        0
784.07/784.23	c  782s |      12 |    41530 |    34619 |    73456      0 |      200 |        0
786.67/786.80	c  785s |      12 |    41618 |    34719 |    73456      0 |      200 |        0
788.87/789.08	c  787s |      12 |    42053 |    34819 |    73456      0 |      200 |        0
792.57/792.71	c  791s |      12 |    42176 |    34919 |    73456      0 |      200 |        0
795.77/795.98	c  794s |      12 |    42271 |    35019 |    73456      0 |      200 |        0
798.77/798.98	c  797s |      12 |    42369 |    35119 |    73456      0 |      200 |        0
800.97/801.15	c  799s |      12 |    42505 |    35219 |    73456      0 |      200 |        0
803.27/803.44	c  802s |      12 |    42625 |    35319 |    73456      0 |      200 |        0
805.57/805.70	c  804s |      12 |    42758 |    35419 |    73456      0 |      200 |        0
809.27/809.49	c  808s |      12 |    42969 |    35619 |    73456      0 |      200 |        0
813.27/813.43	c  812s |      12 |    43243 |    35819 |    73456      0 |      200 |        0
815.87/816.03	c  814s |      12 |    43453 |    36019 |    73456      0 |      200 |        0
817.86/818.07	c  816s |      12 |    43561 |    36119 |    73456      0 |      200 |        0
822.06/822.21	c  820s |      12 |    43764 |    36319 |    73456      0 |      200 |        0
824.16/824.34	c  822s |      12 |    43868 |    36419 |    73456      0 |      200 |        0
826.46/826.65	c  825s |      12 |    43965 |    36519 |    73456      0 |      200 |        0
828.96/829.10	c  827s |      12 |    44069 |    36619 |    73456      0 |      200 |        0
831.36/831.58	c  830s |      12 |    44155 |    36719 |    73456      0 |      200 |        0
834.77/834.92	c  833s |      12 |    44291 |    36819 |    73456      0 |      200 |        0
838.17/838.37	c  836s |      12 |    44407 |    36919 |    73456      0 |      200 |        0
841.37/841.59	c  840s |      12 |    44513 |    37019 |    73456      0 |      200 |        0
844.16/844.30	c  842s |      12 |    44644 |    37119 |    73456      0 |      200 |        0
846.56/846.73	c  845s |      12 |    44746 |    37219 |    73456      0 |      200 |        0
849.07/849.24	c  847s |      12 |    44848 |    37319 |    73456      0 |      200 |        0
851.37/851.53	c  850s |      12 |    44947 |    37419 |    73456      0 |      200 |        0
853.76/853.91	c  852s |      12 |    45039 |    37519 |    73456      0 |      200 |        0
856.36/856.53	c  855s |      12 |    45147 |    37619 |    73456      0 |      200 |        0
859.26/859.49	c  858s |      12 |    45236 |    37719 |    73456      0 |      200 |        0
861.76/861.95	c  860s |      12 |    45341 |    37819 |    73456      0 |      200 |        0
864.06/864.24	c  862s |      12 |    45453 |    37919 |    73456      0 |      200 |        0
866.05/866.26	c  864s |      12 |    45543 |    38019 |    73456      0 |      200 |        0
869.75/869.91	c  868s |      12 |    45748 |    38219 |    73456      0 |      200 |        0
872.65/872.88	c  871s |      12 |    45954 |    38419 |    73456      0 |      200 |        0
875.35/875.51	c  874s |      12 |    46072 |    38519 |    73456      0 |      200 |        0
877.95/878.12	c  876s |      12 |    46192 |    38619 |    80802      0 |      200 |        0
880.35/880.51	c  879s |      12 |    46281 |    38719 |    80802      0 |      200 |        0
882.65/882.81	c  881s |      12 |    46387 |    38819 |    80802      0 |      200 |        0
882.85/883.07	c  881s |      13 |    46387 |    38832 |    80802      0 |      200 |        0
886.25/886.48	c  885s |      13 |    46630 |    38932 |    80802      0 |      200 |        0
891.05/891.27	c  889s |      13 |    46898 |    39132 |    80802      0 |      200 |        0
894.75/894.92	c  893s |      13 |    46999 |    39232 |    80802      0 |      200 |        0
898.56/898.74	c  897s |      13 |    47168 |    39332 |    80802      0 |      200 |        0
902.45/902.60	c  901s |      13 |    47246 |    39432 |    80802      0 |      200 |        0
905.95/906.18	c  904s |      13 |    47344 |    39532 |    80802      0 |      200 |        0
908.35/908.56	c  907s |      13 |    47442 |    39632 |    80802      0 |      200 |        0
910.65/910.86	c  909s |      13 |    47560 |    39732 |    80802      0 |      200 |        0
912.74/912.96	c  911s |      13 |    47640 |    39832 |    80802      0 |      200 |        0
916.25/916.48	c  915s |      13 |    47843 |    40032 |    80802      0 |      200 |        0
919.14/919.36	c  917s |      13 |    48069 |    40232 |    80802      0 |      200 |        0
921.54/921.70	c  920s |      13 |    48165 |    40332 |    80802      0 |      200 |        0
924.34/924.52	c  923s |      13 |    48394 |    40432 |    80802      0 |      200 |        0
927.34/927.58	c  926s |      13 |    48494 |    40532 |    80802      0 |      200 |        0
930.34/930.56	c  929s |      13 |    48623 |    40632 |    80802      0 |      200 |        0
933.14/933.31	c  931s |      13 |    48787 |    40732 |    80802      0 |      200 |        0
935.24/935.42	c  934s |      13 |    48891 |    40832 |    80802      0 |      200 |        0
937.34/937.52	c  936s |      13 |    48994 |    40932 |    80802      0 |      200 |        0
940.84/941.02	c  939s |      13 |    49184 |    41132 |    80802      0 |      200 |        0
943.84/944.02	c  942s |      13 |    49411 |    41332 |    80802      0 |      200 |        0
946.34/946.51	c  945s |      13 |    49513 |    41432 |    80802      0 |      200 |        0
948.64/948.82	c  947s |      13 |    49620 |    41532 |    80802      0 |      200 |        0
951.23/951.48	c  950s |      13 |    49726 |    41632 |    80802      0 |      200 |        0
954.43/954.66	c  953s |      13 |    49820 |    41732 |    80802      0 |      200 |        0
956.73/957.00	c  955s |      13 |    49916 |    41832 |    80802      0 |      200 |        0
959.33/959.50	c  958s |      13 |    50009 |    41932 |    80802      0 |      200 |        0
961.63/961.85	c  960s |      13 |    50138 |    42032 |    80802      0 |      200 |        0
963.73/963.98	c  962s |      13 |    50226 |    42132 |    80802      0 |      200 |        0
966.53/966.72	c  965s |      13 |    50328 |    42232 |    80802      0 |      200 |        0
968.73/968.91	c  967s |      13 |    50442 |    42332 |    80802      0 |      200 |        0
971.32/971.54	c  970s |      13 |    50535 |    42432 |    80802      0 |      200 |        0
974.03/974.27	c  972s |      13 |    50647 |    42532 |    80802      0 |      200 |        0
978.63/978.84	c  977s |      13 |    50732 |    42632 |    80802      0 |      200 |        0
981.04/981.26	c  979s |      13 |    50846 |    42732 |    80802      0 |      200 |        0
983.34/983.53	c  982s |      13 |    50945 |    42832 |    80802      0 |      200 |        0
985.54/985.75	c  984s |      13 |    51058 |    42932 |    80802      0 |      200 |        0
987.64/987.86	c  986s |      13 |    51169 |    43032 |    80802      0 |      200 |        0
991.73/991.96	c  990s |      13 |    51361 |    43232 |    80802      0 |      200 |        0
993.73/993.99	c  992s |      13 |    51462 |    43332 |    80802      0 |      200 |        0
996.93/997.13	c  995s |      13 |    51661 |    43532 |    80802      0 |      200 |        0
1000.03/1000.21	c  998s |      13 |    51865 |    43732 |    80802      0 |      200 |        0
1003.52/1003.70	c 1002s |      13 |    52070 |    43932 |    80802      0 |      200 |        0
1006.43/1006.64	c 1005s |      13 |    52272 |    44132 |    80802      0 |      200 |        0
1008.42/1008.70	c 1007s |      13 |    52373 |    44232 |    80802      0 |      200 |        0
1011.52/1011.76	c 1010s |      13 |    52570 |    44432 |    80802      0 |      200 |        0
1013.62/1013.81	c 1012s |      13 |    52682 |    44532 |    80802      0 |      200 |        0
1017.22/1017.43	c 1016s |      13 |    52874 |    44732 |    80802      0 |      200 |        0
1020.41/1020.67	c 1019s |      13 |    53077 |    44932 |    80802      0 |      200 |        0
1023.61/1023.84	c 1022s |      13 |    53276 |    45132 |    80802      0 |      200 |        0
1027.41/1027.67	c 1026s |      13 |    53481 |    45332 |    80802      0 |      200 |        0
1029.52/1029.75	c 1028s |      13 |    53590 |    45432 |    80802      0 |      200 |        0
1032.91/1033.17	c 1031s |      13 |    53783 |    45632 |    80802      0 |      200 |        0
1036.31/1036.59	c 1035s |      13 |    53990 |    45832 |    80802      0 |      200 |        0
1039.80/1040.07	c 1038s |      13 |    54187 |    46032 |    80802      0 |      200 |        0
1043.71/1043.97	c 1042s |      13 |    54401 |    46232 |    80802      0 |      200 |        0
1046.01/1046.27	c 1044s |      13 |    54494 |    46332 |    80802      0 |      200 |        0
1049.60/1049.89	c 1048s |      13 |    54693 |    46532 |    80802      0 |      200 |        0
1053.30/1053.50	c 1052s |      13 |    54887 |    46732 |    80802      0 |      200 |        0
1055.30/1055.52	c 1054s |      13 |    55002 |    46832 |    80802      0 |      200 |        0
1058.39/1058.68	c 1057s |      13 |    55192 |    47032 |    80802      0 |      200 |        0
1060.39/1060.69	c 1059s |      13 |    55288 |    47132 |    80802      0 |      200 |        0
1062.59/1062.87	c 1061s |      13 |    55397 |    47232 |    80802      0 |      200 |        0
1066.19/1066.48	c 1065s |      13 |    55596 |    47432 |    80802      0 |      200 |        0
1069.88/1070.12	c 1068s |      13 |    55805 |    47632 |    80802      0 |      200 |        0
1071.88/1072.16	c 1070s |      13 |    55898 |    47732 |    80802      0 |      200 |        0
1075.08/1075.34	c 1073s |      13 |    56095 |    47932 |    80802      0 |      200 |        0
1077.68/1077.98	c 1076s |      13 |    56230 |    48032 |    80802      0 |      200 |        0
1080.18/1080.43	c 1079s |      13 |    56314 |    48132 |    80802      0 |      200 |        0
1082.78/1083.06	c 1081s |      13 |    56423 |    48232 |    80802      0 |      200 |        0
1085.88/1086.18	c 1084s |      13 |    56529 |    48332 |    80802      0 |      200 |        0
1088.48/1088.77	c 1087s |      13 |    56620 |    48432 |    80802      0 |      200 |        0
1090.78/1091.01	c 1089s |      13 |    56721 |    48532 |    80802      0 |      200 |        0
1092.88/1093.14	c 1091s |      13 |    56816 |    48632 |    80802      0 |      200 |        0
1096.37/1096.60	c 1095s |      13 |    57023 |    48832 |    80802      0 |      200 |        0
1099.07/1099.38	c 1097s |      13 |    57143 |    48932 |    80802      0 |      200 |        0
1101.57/1101.87	c 1100s |      13 |    57229 |    49032 |    80802      0 |      200 |        0
1104.37/1104.61	c 1103s |      13 |    57345 |    49132 |    80802      0 |      200 |        0
1107.07/1107.34	c 1105s |      13 |    57431 |    49232 |    80802      0 |      200 |        0
1109.47/1109.78	c 1108s |      13 |    57531 |    49332 |    80802      0 |      200 |        0
1111.67/1111.97	c 1110s |      13 |    57629 |    49432 |    80802      0 |      200 |        0
1114.97/1115.25	c 1113s |      13 |    57834 |    49632 |    80802      0 |      200 |        0
1117.17/1117.40	c 1115s |      13 |    57948 |    49732 |    80802      0 |      200 |        0
1119.97/1120.26	c 1118s |      13 |    58040 |    49832 |    80802      0 |      200 |        0
1122.47/1122.78	c 1121s |      13 |    58144 |    49932 |    80802      0 |      200 |        0
1125.27/1125.59	c 1124s |      13 |    58247 |    50032 |    80802      0 |      200 |        0
1127.87/1128.18	c 1126s |      13 |    58354 |    50132 |    80802      0 |      200 |        0
1130.26/1130.57	c 1129s |      13 |    58437 |    50232 |    80802      0 |      200 |        0
1132.46/1132.70	c 1131s |      13 |    58538 |    50332 |    80802      0 |      200 |        0
1135.96/1136.20	c 1134s |      13 |    58737 |    50532 |    80802      0 |      200 |        0
1140.36/1140.63	c 1139s |      13 |    58946 |    50732 |    80802      0 |      200 |        0
1142.77/1143.08	c 1141s |      13 |    59047 |    50832 |    80802      0 |      200 |        0
1145.06/1145.33	c 1143s |      13 |    59153 |    50932 |    80802      0 |      200 |        0
1147.17/1147.45	c 1146s |      13 |    59246 |    51032 |    80802      0 |      200 |        0
1150.46/1150.76	c 1149s |      13 |    59459 |    51232 |    80802      0 |      200 |        0
1153.16/1153.46	c 1152s |      13 |    59558 |    51332 |    80802      0 |      200 |        0
1155.46/1155.73	c 1154s |      13 |    59657 |    51432 |    80802      0 |      200 |        0
1157.66/1157.96	c 1156s |      13 |    59758 |    51532 |    80802      0 |      200 |        0
1159.65/1159.99	c 1158s |      13 |    59861 |    51632 |    80802      0 |      200 |        0
1163.35/1163.60	c 1162s |      13 |    60067 |    51832 |    80802      0 |      200 |        0
1166.05/1166.38	c 1164s |      13 |    60152 |    51932 |    80802      0 |      200 |        0
1168.65/1168.95	c 1167s |      13 |    60262 |    52032 |    80802      0 |      200 |        0
1171.05/1171.32	c 1169s |      13 |    60353 |    52132 |    80802      0 |      200 |        0
1173.25/1173.57	c 1172s |      13 |    60451 |    52232 |    80802      0 |      200 |        0
1176.76/1177.02	c 1175s |      13 |    60652 |    52432 |    80802      0 |      200 |        0
1179.25/1179.52	c 1178s |      13 |    60755 |    52532 |    80802      0 |      200 |        0
1182.65/1182.98	c 1181s |      13 |    60863 |    52632 |    80802      0 |      200 |        0
1185.25/1185.54	c 1184s |      13 |    60975 |    52732 |    80802      0 |      200 |        0
1187.65/1187.95	c 1186s |      13 |    61067 |    52832 |    80802      0 |      200 |        0
1191.15/1191.47	c 1190s |      13 |    61177 |    52932 |    80802      0 |      200 |        0
1193.95/1194.29	c 1192s |      13 |    61280 |    53032 |    80802      0 |      200 |        0
1196.65/1196.94	c 1195s |      13 |    61369 |    53132 |    80802      0 |      200 |        0
1199.05/1199.36	c 1197s |      13 |    61468 |    53232 |    80802      0 |      200 |        0
1201.25/1201.50	c 1200s |      13 |    61567 |    53332 |    80802      0 |      200 |        0
1204.95/1205.20	c 1203s |      13 |    61768 |    53532 |    80802      0 |      200 |        0
1206.95/1207.23	c 1205s |      13 |    61884 |    53632 |    80802      0 |      200 |        0
1209.45/1209.78	c 1208s |      13 |    61966 |    53732 |    80802      0 |      200 |        0
1213.44/1213.79	c 1212s |      13 |    62190 |    53932 |    80802      0 |      200 |        0
1216.04/1216.32	c 1214s |      13 |    62293 |    54032 |    80802      0 |      200 |        0
1218.65/1218.95	c 1217s |      13 |    62392 |    54132 |    80802      0 |      200 |        0
1221.34/1221.60	c 1220s |      13 |    62507 |    54232 |    80802      0 |      200 |        0
1223.64/1223.96	c 1222s |      13 |    62600 |    54332 |    80802      0 |      200 |        0
1225.94/1226.20	c 1224s |      13 |    62700 |    54432 |    80802      0 |      200 |        0
1227.94/1228.26	c 1226s |      13 |    62796 |    54532 |    80802      0 |      200 |        0
1231.44/1231.72	c 1230s |      13 |    63013 |    54732 |    80802      0 |      200 |        0
1234.44/1234.73	c 1233s |      13 |    63112 |    54832 |    80802      0 |      200 |        0
1237.14/1237.49	c 1236s |      13 |    63218 |    54932 |    80802      0 |      200 |        0
1239.74/1240.06	c 1238s |      13 |    63315 |    55032 |    80802      0 |      200 |        0
1242.14/1242.41	c 1240s |      13 |    63400 |    55132 |    80802      0 |      200 |        0
1245.84/1246.12	c 1244s |      13 |    63599 |    55332 |    80802      0 |      200 |        0
1248.14/1248.40	c 1246s |      13 |    63721 |    55432 |    80802      0 |      200 |        0
1251.24/1251.57	c 1250s |      13 |    63821 |    55532 |    80802      0 |      200 |        0
1253.94/1254.25	c 1252s |      13 |    63909 |    55632 |    80802      0 |      200 |        0
1256.54/1256.80	c 1255s |      13 |    64004 |    55732 |    80802      0 |      200 |        0
1259.14/1259.42	c 1258s |      13 |    64105 |    55832 |    80802      0 |      200 |        0
1262.64/1262.94	c 1261s |      13 |    64305 |    56032 |    80802      0 |      200 |        0
1265.53/1265.82	c 1264s |      13 |    64403 |    56132 |    80802      0 |      200 |        0
1270.43/1270.79	c 1269s |      13 |    64523 |    56232 |    80802      0 |      200 |        0
1273.83/1274.11	c 1272s |      13 |    64665 |    56332 |    80802      0 |      200 |        0
1276.53/1276.85	c 1275s |      13 |    64774 |    56432 |    80802      0 |      200 |        0
1279.04/1279.40	c 1277s |      13 |    64886 |    56532 |    80802      0 |      200 |        0
1281.83/1282.11	c 1280s |      13 |    64982 |    56632 |    80802      0 |      200 |        0
1287.03/1287.30	c 1285s |      13 |    65109 |    56732 |    80802      0 |      200 |        0
1290.63/1290.90	c 1289s |      13 |    65195 |    56832 |    80802      0 |      200 |        0
1293.23/1293.54	c 1292s |      13 |    65304 |    56932 |    80802      0 |      200 |        0
1295.64/1295.97	c 1294s |      13 |    65412 |    57032 |    80802      0 |      200 |        0
1297.84/1298.11	c 1296s |      13 |    65501 |    57132 |    80802      0 |      200 |        0
1301.04/1301.40	c 1299s |      13 |    65708 |    57332 |    80802      0 |      200 |        0
1303.73/1304.08	c 1302s |      13 |    65802 |    57432 |    80802      0 |      200 |        0
1306.43/1306.80	c 1305s |      13 |    65916 |    57532 |    80802      0 |      200 |        0
1309.63/1309.91	c 1308s |      13 |    66009 |    57632 |    80802      0 |      200 |        0
1312.33/1312.63	c 1311s |      13 |    66112 |    57732 |    80802      0 |      200 |        0
1314.83/1315.18	c 1313s |      13 |    66208 |    57832 |    80802      0 |      200 |        0
1317.03/1317.35	c 1315s |      13 |    66314 |    57932 |    80802      0 |      200 |        0
1320.83/1321.18	c 1319s |      13 |    66506 |    58132 |    88883      0 |      200 |        0
1323.73/1324.00	c 1322s |      13 |    66604 |    58232 |    88883      0 |      200 |        0
1326.43/1326.79	c 1325s |      13 |    66711 |    58332 |    88883      0 |      200 |        0
1327.13/1327.41	c 1325s |      14 |    66738 |    58352 |    88883      0 |      200 |        0
1330.12/1330.40	c 1328s |      14 |    67232 |    58552 |    88883      0 |      200 |        0
1333.03/1333.37	c 1331s |      14 |    67565 |    58752 |    88883      0 |      200 |        0
1336.12/1336.49	c 1335s |      14 |    67937 |    58952 |    88883      0 |      200 |        0
1339.02/1339.36	c 1337s |      14 |    68094 |    59052 |    88883      0 |      200 |        0
1341.83/1342.16	c 1340s |      14 |    68202 |    59152 |    88883      0 |      200 |        0
1343.93/1344.24	c 1342s |      14 |    68379 |    59252 |    88883      0 |      200 |        0
1347.12/1347.46	c 1346s |      14 |    68621 |    59452 |    88883      0 |      200 |        0
1349.53/1349.85	c 1348s |      14 |    68788 |    59552 |    88883      0 |      200 |        0
1352.73/1353.09	c 1351s |      14 |    68903 |    59652 |    88883      0 |      200 |        0
1355.62/1355.90	c 1354s |      14 |    69012 |    59752 |    88883      0 |      200 |        0
1357.82/1358.13	c 1356s |      14 |    69114 |    59852 |    88883      0 |      200 |        0
1361.02/1361.39	c 1359s |      14 |    69315 |    60052 |    88883      0 |      200 |        0
1363.32/1363.65	c 1362s |      14 |    69415 |    60152 |    88883      0 |      200 |        0
1365.72/1366.00	c 1364s |      14 |    69536 |    60252 |    88883      0 |      200 |        0
1368.62/1368.90	c 1367s |      14 |    69746 |    60452 |    88883      0 |      200 |        0
1371.72/1372.09	c 1370s |      14 |    69962 |    60652 |    88883      0 |      200 |        0
1375.22/1375.57	c 1374s |      14 |    70237 |    60852 |    88883      0 |      200 |        0
1378.92/1379.28	c 1377s |      14 |    70483 |    61052 |    88883      0 |      200 |        0
1381.52/1381.86	c 1380s |      14 |    70590 |    61152 |    88883      0 |      200 |        0
1383.82/1384.13	c 1382s |      14 |    70697 |    61252 |    88883      0 |      200 |        0
1387.62/1387.92	c 1386s |      14 |    70886 |    61452 |    88883      0 |      200 |        0
1391.52/1391.84	c 1390s |      14 |    71098 |    61652 |    88883      0 |      200 |        0
1394.53/1394.88	c 1393s |      14 |    71218 |    61752 |    88883      0 |      200 |        0
1398.12/1398.45	c 1397s |      14 |    71330 |    61852 |    88883      0 |      200 |        0
1402.42/1402.72	c 1401s |      14 |    71454 |    61952 |    88883      0 |      200 |        0
1405.82/1406.13	c 1404s |      14 |    71557 |    62052 |    88883      0 |      200 |        0
1409.02/1409.32	c 1407s |      14 |    71661 |    62152 |    88883      0 |      200 |        0
1411.62/1411.97	c 1410s |      14 |    71757 |    62252 |    88883      0 |      200 |        0
1414.43/1414.75	c 1413s |      14 |    71880 |    62352 |    88883      0 |      200 |        0
1419.42/1419.72	c 1418s |      14 |    71971 |    62452 |    88883      0 |      200 |        0
1423.32/1423.67	c 1422s |      14 |    72075 |    62552 |    88883      0 |      200 |        0
1426.53/1426.84	c 1425s |      14 |    72181 |    62652 |    88883      0 |      200 |        0
1430.02/1430.32	c 1428s |      14 |    72316 |    62752 |    88883      0 |      200 |        0
1432.42/1432.71	c 1431s |      14 |    72425 |    62852 |    88883      0 |      200 |        0
1435.02/1435.31	c 1433s |      14 |    72526 |    62952 |    88883      0 |      200 |        0
1437.52/1437.83	c 1436s |      14 |    72680 |    63052 |    88883      0 |      200 |        0
1441.21/1441.50	c 1440s |      14 |    72778 |    63152 |    88883      0 |      200 |        0
1443.71/1444.09	c 1442s |      14 |    72894 |    63252 |    88883      0 |      200 |        0
1446.01/1446.39	c 1444s |      14 |    72990 |    63352 |    88883      0 |      200 |        0
1448.42/1448.71	c 1447s |      14 |    73089 |    63452 |    88883      0 |      200 |        0
1452.01/1452.31	c 1450s |      14 |    73282 |    63652 |    88883      0 |      200 |        0
1454.31/1454.66	c 1453s |      14 |    73392 |    63752 |    88883      0 |      200 |        0
1457.22/1457.59	c 1456s |      14 |    73488 |    63852 |    88883      0 |      200 |        0
1461.31/1461.60	c 1460s |      14 |    73588 |    63952 |    88883      0 |      200 |        0
1465.81/1466.17	c 1464s |      14 |    73693 |    64052 |    88883      0 |      200 |        0
1469.32/1469.64	c 1468s |      14 |    73777 |    64152 |    88883      0 |      200 |        0
1473.51/1473.85	c 1472s |      14 |    73916 |    64252 |    88883      0 |      200 |        0
1476.91/1477.27	c 1475s |      14 |    74028 |    64352 |    88883      0 |      200 |        0
1480.01/1480.36	c 1478s |      14 |    74120 |    64452 |    88883      0 |      200 |        0
1482.81/1483.12	c 1481s |      14 |    74229 |    64552 |    88883      0 |      200 |        0
1485.81/1486.18	c 1484s |      14 |    74332 |    64652 |    88883      0 |      200 |        0
1488.91/1489.26	c 1487s |      14 |    74438 |    64752 |    88883      0 |      200 |        0
1492.11/1492.41	c 1490s |      14 |    74518 |    64852 |    88883      0 |      200 |        0
1495.11/1495.41	c 1493s |      14 |    74622 |    64952 |    88883      0 |      200 |        0
1498.21/1498.50	c 1497s |      14 |    74726 |    65052 |    88883      0 |      200 |        0
1501.80/1502.12	c 1500s |      14 |    74852 |    65152 |    88883      0 |      200 |        0
1506.50/1506.86	c 1505s |      14 |    74951 |    65252 |    88883      0 |      200 |        0
1509.90/1510.26	c 1508s |      14 |    75065 |    65352 |    88883      0 |      200 |        0
1513.20/1513.53	c 1512s |      14 |    75168 |    65452 |    88883      0 |      200 |        0
1515.51/1515.89	c 1514s |      14 |    75267 |    65552 |    88883      0 |      200 |        0
1519.80/1520.20	c 1518s |      14 |    75377 |    65652 |    88883      0 |      200 |        0
1524.50/1524.85	c 1523s |      14 |    75474 |    65752 |    88883      0 |      200 |        0
1527.20/1527.59	c 1526s |      14 |    75566 |    65852 |    88883      0 |      200 |        0
1529.91/1530.28	c 1528s |      14 |    75675 |    65952 |    88883      0 |      200 |        0
1532.40/1532.73	c 1531s |      14 |    75766 |    66052 |    88883      0 |      200 |        0
1534.70/1535.08	c 1533s |      14 |    75875 |    66152 |    88883      0 |      200 |        0
1538.60/1538.96	c 1537s |      14 |    76086 |    66352 |    88883      0 |      200 |        0
1541.50/1541.80	c 1540s |      14 |    76181 |    66452 |    88883      0 |      200 |        0
1545.90/1546.20	c 1544s |      14 |    76294 |    66552 |    88883      0 |      200 |        0
1549.00/1549.36	c 1547s |      14 |    76406 |    66652 |    88883      0 |      200 |        0
1552.90/1553.26	c 1551s |      14 |    76497 |    66752 |    88883      0 |      200 |        0
1557.19/1557.57	c 1556s |      14 |    76617 |    66852 |    88883      0 |      200 |        0
1560.70/1561.04	c 1559s |      14 |    76735 |    66952 |    88883      0 |      200 |        0
1565.10/1565.43	c 1564s |      14 |    76845 |    67052 |    88883      0 |      200 |        0
1568.09/1568.46	c 1567s |      14 |    76999 |    67152 |    88883      0 |      200 |        0
1571.49/1571.80	c 1570s |      14 |    77110 |    67252 |    88883      0 |      200 |        0
1574.79/1575.16	c 1573s |      14 |    77228 |    67352 |    88883      0 |      200 |        0
1579.09/1579.40	c 1577s |      14 |    77337 |    67452 |    88883      0 |      200 |        0
1584.39/1584.70	c 1583s |      14 |    77444 |    67552 |    88883      0 |      200 |        0
1587.49/1587.84	c 1586s |      14 |    77546 |    67652 |    88883      0 |      200 |        0
1591.09/1591.43	c 1590s |      14 |    77674 |    67752 |    88883      0 |      200 |        0
1595.29/1595.65	c 1594s |      14 |    77769 |    67852 |    88883      0 |      200 |        0
1600.39/1600.71	c 1599s |      14 |    77864 |    67952 |    88883      0 |      200 |        0
1603.49/1603.83	c 1602s |      14 |    78005 |    68052 |    88883      0 |      200 |        0
1605.99/1606.33	c 1604s |      14 |    78118 |    68152 |    88883      0 |      200 |        0
1609.09/1609.44	c 1608s |      14 |    78226 |    68252 |    88883      0 |      200 |        0
1612.58/1612.92	c 1611s |      14 |    78335 |    68352 |    88883      0 |      200 |        0
1615.48/1615.83	c 1614s |      14 |    78465 |    68452 |    88883      0 |      200 |        0
1619.28/1619.61	c 1618s |      14 |    78593 |    68552 |    88883      0 |      200 |        0
1624.49/1624.89	c 1623s |      14 |    78699 |    68652 |    88883      0 |      200 |        0
1627.88/1628.21	c 1626s |      14 |    78814 |    68752 |    88883      0 |      200 |        0
1630.99/1631.38	c 1629s |      14 |    78899 |    68852 |    88883      0 |      200 |        0
1633.78/1634.16	c 1632s |      14 |    78996 |    68952 |    88883      0 |      200 |        0
1636.68/1637.00	c 1635s |      14 |    79095 |    69052 |    88883      0 |      200 |        0
1639.48/1639.86	c 1638s |      14 |    79335 |    69252 |    88883      0 |      200 |        0
1641.58/1641.96	c 1640s |      14 |    79447 |    69352 |    88883      0 |      200 |        0
1643.98/1644.33	c 1642s |      14 |    79548 |    69452 |    88883      0 |      200 |        0
1646.68/1647.09	c 1645s |      14 |    79659 |    69552 |    88883      0 |      200 |        0
1649.28/1649.69	c 1648s |      14 |    79762 |    69652 |    88883      0 |      200 |        0
1652.38/1652.74	c 1651s |      14 |    79885 |    69752 |    88883      0 |      200 |        0
1655.48/1655.81	c 1654s |      14 |    80035 |    69852 |    88883      0 |      200 |        0
1658.78/1659.14	c 1657s |      14 |    80128 |    69952 |    88883      0 |      200 |        0
1661.88/1662.20	c 1660s |      14 |    80313 |    70052 |    88883      0 |      200 |        0
1664.57/1664.99	c 1663s |      14 |    80416 |    70152 |    88883      0 |      200 |        0
1667.87/1668.23	c 1666s |      14 |    80517 |    70252 |    88883      0 |      200 |        0
1670.87/1671.29	c 1669s |      14 |    80632 |    70352 |    88883      0 |      200 |        0
1673.98/1674.35	c 1672s |      14 |    80720 |    70452 |    88883      0 |      200 |        0
1677.07/1677.46	c 1676s |      14 |    80832 |    70552 |    88883      0 |      200 |        0
1681.07/1681.44	c 1680s |      14 |    80924 |    70652 |    88883      0 |      200 |        0
1684.27/1684.66	c 1683s |      14 |    81020 |    70752 |    88883      0 |      200 |        0
1687.87/1688.21	c 1686s |      14 |    81139 |    70852 |    88883      0 |      200 |        0
1691.58/1691.96	c 1690s |      14 |    81229 |    70952 |    88883      0 |      200 |        0
1695.88/1696.29	c 1694s |      14 |    81328 |    71052 |    88883      0 |      200 |        0
1699.67/1700.06	c 1698s |      14 |    81440 |    71152 |    88883      0 |      200 |        0
1701.97/1702.35	c 1700s |      14 |    81621 |    71252 |    88883      0 |      200 |        0
1705.17/1705.54	c 1704s |      14 |    81751 |    71352 |    88883      0 |      200 |        0
1708.57/1708.90	c 1707s |      14 |    81843 |    71452 |    88883      0 |      200 |        0
1711.47/1711.89	c 1710s |      14 |    81937 |    71552 |    88883      0 |      200 |        0
1715.57/1715.92	c 1714s |      14 |    82035 |    71652 |    88883      0 |      200 |        0
1719.37/1719.72	c 1718s |      14 |    82154 |    71752 |    88883      0 |      200 |        0
1723.77/1724.15	c 1722s |      14 |    82243 |    71852 |    88883      0 |      200 |        0
1726.97/1727.37	c 1725s |      14 |    82349 |    71952 |    88883      0 |      200 |        0
1730.36/1730.79	c 1729s |      14 |    82450 |    72052 |    88883      0 |      200 |        0
1733.27/1733.62	c 1732s |      14 |    82537 |    72152 |    88883      0 |      200 |        0
1735.96/1736.30	c 1734s |      14 |    82635 |    72252 |    88883      0 |      200 |        0
1738.36/1738.75	c 1737s |      14 |    82736 |    72352 |    88883      0 |      200 |        0
1740.56/1740.92	c 1739s |      14 |    82842 |    72452 |    88883      0 |      200 |        0
1744.56/1744.91	c 1743s |      14 |    83057 |    72652 |    88883      0 |      200 |        0
1749.06/1749.43	c 1748s |      14 |    83149 |    72752 |    88883      0 |      200 |        0
1753.76/1754.10	c 1752s |      14 |    83286 |    72852 |    88883      0 |      200 |        0
1758.36/1758.77	c 1757s |      14 |    83394 |    72952 |    88883      0 |      200 |        0
1761.56/1761.90	c 1760s |      14 |    83521 |    73052 |    88883      0 |      200 |        0
1765.17/1765.58	c 1764s |      14 |    83643 |    73152 |    88883      0 |      200 |        0
1769.76/1770.11	c 1768s |      14 |    83743 |    73252 |    88883      0 |      200 |        0
1773.26/1773.63	c 1772s |      14 |    83996 |    73352 |    88883      0 |      200 |        0
1776.26/1776.67	c 1775s |      14 |    84111 |    73452 |    88883      0 |      200 |        0
1780.26/1780.66	c 1779s |      14 |    84251 |    73552 |    88883      0 |      200 |        0
1783.46/1783.81	c 1782s |      14 |    84342 |    73652 |    88883      0 |      200 |        0
1786.26/1786.67	c 1785s |      14 |    84458 |    73752 |    88883      0 |      200 |        0
1788.96/1789.30	c 1787s |      14 |    84540 |    73852 |    88883      0 |      200 |        0
1791.45/1791.85	c 1790s |      14 |    84640 |    73952 |    88883      0 |      200 |        0
1793.76/1794.20	c 1792s |      14 |    84750 |    74052 |    88883      0 |      200 |        0
1796.06/1796.48	c 1795s |      14 |    84835 |    74152 |    88883      0 |      200 |        0
1799.95/1800.37	c 1798s |      14 |    85047 |    74352 |    88883      0 |      200 |        0

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

pid=22386
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.37 2.28 2.20 3/179 22389
/proc/meminfo: memFree=29229576/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=832956 CPUtime=0 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 3127 0 0 0 0 0 0 0 20 0 4 0 115740246 852946944 2977 33554432000 4194304 16246674 140735409773600 140735409773024 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 208751 2986 441 2943 0 205645 0
[pid=22389/tid=22390] ppid=22386 vsize=850364 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 870772736 3045 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=854460 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 874967040 3059 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=858556 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 115740246 879161344 3078 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.37 2.28 2.20 3/179 22389
/proc/meminfo: memFree=29229576/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 31030 0 0 0 5 4 0 0 20 0 4 0 115740246 1334382592 30818 33554432000 4194304 16246674 140735409773600 140735409772912 8056990 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 325777 30832 800 2943 0 322671 0
[pid=22389/tid=22390] ppid=22386 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1334382592 30843 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1334382592 30854 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1334382592 30865 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200466 s]
/proc/loadavg: 2.37 2.28 2.20 3/179 22389
/proc/meminfo: memFree=29229576/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 46802 0 0 0 13 6 0 0 20 0 4 0 115740246 1344868352 47100 33554432000 4194304 16246674 140735409773600 140735409772912 7369376 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 328337 47100 801 2943 0 325231 0
[pid=22389/tid=22390] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 47100 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 47100 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 47100 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300482 s]
/proc/loadavg: 2.37 2.28 2.20 3/179 22389
/proc/meminfo: memFree=29229576/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 59911 0 0 0 22 7 0 0 20 0 4 0 115740246 1344868352 60209 33554432000 4194304 16246674 140735409773600 140735409756592 4220850 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 328337 60209 801 2943 0 325231 0
[pid=22389/tid=22390] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 60209 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 60209 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 60209 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700396 s]
/proc/loadavg: 2.37 2.28 2.20 3/179 22389
/proc/meminfo: memFree=29229576/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 97206 0 0 0 57 12 0 0 20 0 4 0 115740246 1344868352 97504 33554432000 4194304 16246674 140735409773600 140735409756592 6939076 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 328337 97512 839 2943 0 325231 0
[pid=22389/tid=22390] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 97517 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 97523 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1344868352 97527 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 2.37 2.28 2.20 3/183 22393
/proc/meminfo: memFree=28586044/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1.48 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166972 0 0 0 126 22 0 0 20 0 4 0 115740246 1381568512 167270 33554432000 4194304 16246674 140735409773600 140735409772912 5827966 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167270 874 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167270 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167270 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167270 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1349188

[startup+3.10038 s]
/proc/loadavg: 2.37 2.28 2.20 3/183 22393
/proc/meminfo: memFree=28561492/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=3.09 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166991 0 0 0 286 23 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140735409755520 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167289 891 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1349188

[startup+6.3004 s]
/proc/loadavg: 2.34 2.28 2.20 3/183 22393
/proc/meminfo: memFree=28561132/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=6.29 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166991 0 0 0 606 23 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140735409755520 5598711 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167289 891 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.32 2.27 2.20 3/183 22393
/proc/meminfo: memFree=28545056/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=12.69 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166991 0 0 0 1246 23 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140735409755520 5677731 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167289 891 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.32 2.28 2.20 3/183 22393
/proc/meminfo: memFree=28529632/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=25.49 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166991 0 0 0 2526 23 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140735409755520 5546098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167289 891 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167289 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1349188

[startup+51.1005 s]
/proc/loadavg: 2.21 2.25 2.20 3/183 22394
/proc/meminfo: memFree=28481352/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=51.09 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166995 0 0 0 5086 23 0 0 20 0 4 0 115740246 1381568512 167293 33554432000 4194304 16246674 140735409773600 140735409755520 5711829 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167293 895 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167293 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167293 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167293 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1349188

[startup+102.3 s]
/proc/loadavg: 2.13 2.23 2.19 3/183 22395
/proc/meminfo: memFree=28468928/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=102.28 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 166996 0 0 0 10205 23 0 0 20 0 4 0 115740246 1381568512 167294 33554432000 4194304 16246674 140735409773600 140735409755520 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 167294 895 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167294 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167294 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 167294 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1349188


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

/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1349188

[startup+1302.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/183 22473
/proc/meminfo: memFree=28050968/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1302.03 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 130176 27 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1349188

[startup+1362.3 s]
/proc/loadavg: 2.28 2.21 2.18 3/183 22474
/proc/meminfo: memFree=28050936/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1362.02 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 136175 27 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5721677 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1349188

[startup+1422.3 s]
/proc/loadavg: 2.44 2.26 2.20 3/183 22475
/proc/meminfo: memFree=28035404/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1422.03 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 142175 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1349188

[startup+1482.3 s]
/proc/loadavg: 2.45 2.29 2.21 4/183 22476
/proc/meminfo: memFree=28035564/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1482.01 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 148173 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5822428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1349188

[startup+1542.31 s]
/proc/loadavg: 2.41 2.30 2.21 3/183 22477
/proc/meminfo: memFree=28035340/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1542 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 154172 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 1349188

[startup+1602.3 s]
/proc/loadavg: 2.37 2.30 2.21 4/183 22479
/proc/meminfo: memFree=28035376/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1601.99 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 160171 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5711439 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 1349188

[startup+1662.3 s]
/proc/loadavg: 2.24 2.27 2.21 3/183 22480
/proc/meminfo: memFree=28034780/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1661.98 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 166170 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5827969 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1349188

[startup+1722.3 s]
/proc/loadavg: 2.21 2.27 2.21 3/183 22481
/proc/meminfo: memFree=27996740/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1721.97 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 172169 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1349188

[startup+1782.3 s]
/proc/loadavg: 2.25 2.26 2.20 4/184 22485
/proc/meminfo: memFree=27996640/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1781.96 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 178168 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 5722656 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1349188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.18 2.24 2.20 3/183 22486
/proc/meminfo: memFree=27996936/32872528 swapFree=16636/1570076
[pid=22389] ppid=22386 vsize=1349188 CPUtime=1800.05 cores=0,2,4,6
/proc/22389/stat : 22389 (toysat) R 22386 22389 2168 0 -1 4202496 167096 0 0 0 179977 28 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140735409755520 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22389/statm: 337297 278536 896 2943 0 334191 0
[pid=22389/tid=22390] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22390/stat : 22390 (toysat) S 22386 22389 2168 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671571700976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=22389/tid=22391] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22391/stat : 22391 (toysat) S 22386 22389 2168 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671561211120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=22389/tid=22392] ppid=22386 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/22389/task/22392/stat : 22392 (toysat) S 22386 22389 2168 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 115740246 1381568512 278536 33554432000 4194304 16246674 140735409773600 140671550737584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1349188

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.289955
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.289955
maximum resident set size= 1114144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167096
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= 114
involuntary context switches= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.00178 second user time and 9.26059 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-08 00:21:19
IDJOB=4079291
IDBENCH=92759
IDSOLVER=2542
FILE ID=node140/4079291-1465338079
RUNJOBID= node140-1465312758-19943
PBS_JOBID= 19850417
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_7.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079291-1465338079/watcher-4079291-1465338079 -o /tmp/evaluation-result-4079291-1465338079/solver-4079291-1465338079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465312758-19943 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079291-1465338079.opb

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

MD5SUM BENCH= 5143d5ad0515f9b6d1308dd1ede87dc2
RANDOM SEED=69051610

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29229864 kB
Buffers:           74160 kB
Cached:           220816 kB
SwapCached:         1660 kB
Active:          1167488 kB
Inactive:         154476 kB
Active(anon):    1023364 kB
Inactive(anon):     5988 kB
Active(file):     144124 kB
Inactive(file):   148488 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098752 kB
Dirty:             17868 kB
Writeback:             0 kB
AnonPages:       2694728 kB
Mapped:            10792 kB
Shmem:                 0 kB
Slab:             614176 kB
SReclaimable:      58052 kB
SUnreclaim:       556124 kB
KernelStack:        1520 kB
PageTables:         9364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2831764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2017280 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= 71708 MiB
End job on node140 at 2016-06-08 00:51:19