Trace number 3447122

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.6? (TO) 1800.05 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
MD5SUM404f4a35cd4ec5708f20e119eb7d26f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark146.66
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints899
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
Number of bits of the biggest sum of numbers10
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 wbo 1.6 beta - 20110321
0.00/0.00	c Parsing wbo file format. File HOME/instance-3447122-1307906029.wbo.
0.00/0.00	c Instance file HOME/instance-3447122-1307906029.wbo
0.00/0.00	c File size is 87876 bytes.
0.00/0.00	c Highest Coefficient sum: 749
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     231     2707     8338 |     5000        0   -nan |  0.000 % |
0.00/0.00	c |       101 |     231     2707     8338 |     5500      101     26 |  0.002 % |
0.00/0.01	c |       253 |     231     2707     8338 |     6050      253     25 |  0.002 % |
0.00/0.01	c |       478 |     231     2707     8338 |     6655      478     29 |  0.002 % |
0.00/0.02	c |       815 |     231     2707     8338 |     7320      815     29 |  0.002 % |
0.00/0.03	c |      1323 |     231     2707     8338 |     8052     1323     30 |  0.002 % |
0.03/0.04	c |      2082 |     231     2707     8338 |     8857     2082     28 |  0.002 % |
0.03/0.07	c |      3221 |     231     2707     8338 |     9743     3221     29 |  0.002 % |
0.09/0.12	c |      4929 |     231     2707     8338 |    10717     4929     30 |  0.002 % |
0.19/0.21	c |      7491 |     231     2707     8338 |    11789     7491     30 |  0.002 % |
0.29/0.36	c |     11336 |     231     2707     8338 |    12968    11336     29 |  0.002 % |
0.59/0.61	c |     17102 |     231     2707     8338 |    14265    10553     30 |  0.002 % |
1.00/1.02	c |     25752 |     231     2707     8338 |    15692    12028     32 |  0.002 % |
1.69/1.71	c |     38730 |     231     2707     8338 |    17261     9229     34 |  0.002 % |
2.79/2.89	c |     58191 |     231     2707     8338 |    18987    11329     36 |  0.002 % |
4.69/4.70	c |     87383 |     231     2707     8338 |    20886    11892     32 |  0.002 % |
7.49/7.57	c |    131172 |     231     2707     8338 |    22974    13671     37 |  0.002 % |
12.49/12.51	c |    196856 |     231     2707     8338 |    25272    21670     40 |  0.002 % |
20.29/20.31	c |    295383 |     231     2707     8338 |    27799    14552     38 |  0.002 % |
33.30/33.31	c |    443173 |     230     2707     8338 |    30579    26075     42 |  0.435 % |
37.69/37.72	c ===============================================================================
40.20/40.28	c core #1
40.20/40.28	c 
40.20/40.28	c 
40.20/40.28	c Core size: 878	Core Weight: 1	Total Weight: 1
40.20/40.28	c Current CPU time: 39.379 s
40.20/40.28	c
40.20/40.28	c ============================[ Search Statistics ]==============================
40.20/40.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.20/40.28	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
40.20/40.28	c ===============================================================================
40.20/40.28	c |         0 |     687     3558    12321 |     5000        0   -nan |  0.000 % |
40.20/40.28	c |       101 |     687     3558    12321 |     5500      101     18 |  0.000 % |
40.20/40.28	c |       251 |     687     3558    12321 |     6050      251     22 |  0.000 % |
40.20/40.29	c |       476 |     687     3558    12321 |     6655      476     24 |  0.000 % |
40.20/40.30	c |       814 |     687     3558    12321 |     7320      814     24 |  0.000 % |
40.29/40.31	c |      1320 |     687     3558    12321 |     8052     1320     25 |  0.000 % |
40.29/40.33	c |      2082 |     687     3558    12321 |     8857     2082     26 |  0.000 % |
40.29/40.36	c |      3221 |     687     3558    12321 |     9743     3221     26 |  0.000 % |
40.39/40.41	c |      4933 |     687     3558    12321 |    10717     4933     27 |  0.000 % |
40.39/40.49	c |      7496 |     687     3558    12321 |    11789     7496     28 |  0.000 % |
40.60/40.65	c |     11341 |     687     3558    12321 |    12968    11341     30 |  0.000 % |
40.89/40.95	c |     17108 |     687     3558    12321 |    14265    10565     34 |  0.000 % |
41.39/41.42	c |     25757 |     687     3558    12321 |    15692    12031     33 |  0.000 % |
42.09/42.15	c |     38732 |     687     3558    12321 |    17261     9229     36 |  0.000 % |
43.29/43.39	c |     58193 |     687     3558    12321 |    18987    11219     38 |  0.000 % |
45.19/45.25	c |     87385 |     687     3558    12321 |    20886    11825     35 |  0.000 % |
48.29/48.39	c |    131175 |     687     3558    12321 |    22974    13640     38 |  0.000 % |
53.39/53.42	c |    196859 |     687     3558    12321 |    25272    21610     38 |  0.000 % |
61.70/61.73	c |    295386 |     687     3558    12321 |    27799    15500     33 |  0.000 % |
73.49/73.59	c |    443176 |     686     3558    12321 |    30579    25360     36 |  0.146 % |
73.80/73.85	c ===============================================================================
76.09/76.10	c core #2
76.09/76.10	c 
76.09/76.10	c 
76.09/76.10	c Core size: 858	Core Weight: 1	Total Weight: 2
76.09/76.10	c Current CPU time: 74.5837 s
76.09/76.10	c
76.09/76.10	c ============================[ Search Statistics ]==============================
76.09/76.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
76.09/76.10	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
76.09/76.10	c ===============================================================================
76.09/76.10	c |         0 |    1143     4402    16281 |     5000        0   -nan |  0.000 % |
76.09/76.10	c |       102 |    1143     4402    16281 |     5500      102     23 |  0.000 % |
76.09/76.11	c |       252 |    1143     4402    16281 |     6050      252     31 |  0.000 % |
76.09/76.11	c |       477 |    1143     4402    16281 |     6655      477     37 |  0.000 % |
76.09/76.12	c |       814 |    1143     4402    16281 |     7320      814     35 |  0.000 % |
76.09/76.13	c |      1321 |    1143     4402    16281 |     8052     1321     33 |  0.000 % |
76.09/76.15	c |      2081 |    1143     4402    16281 |     8857     2081     31 |  0.000 % |
76.09/76.19	c |      3220 |    1143     4402    16281 |     9743     3220     31 |  0.000 % |
76.20/76.25	c |      4930 |    1143     4402    16281 |    10717     4930     32 |  0.000 % |
76.29/76.34	c |      7494 |    1143     4402    16281 |    11789     7494     31 |  0.000 % |
76.49/76.50	c |     11340 |    1143     4402    16281 |    12968    11340     32 |  0.000 % |
76.79/76.80	c |     17106 |    1143     4402    16281 |    14265    10570     32 |  0.000 % |
77.20/77.22	c |     25758 |    1143     4402    16281 |    15692    12026     31 |  0.000 % |
78.00/78.06	c |     38733 |    1143     4402    16281 |    17261     9210     37 |  0.000 % |
79.19/79.28	c |     58196 |    1143     4402    16281 |    18987    11323     37 |  0.000 % |
81.30/81.32	c |     87389 |    1143     4402    16281 |    20886    11886     38 |  0.000 % |
84.60/84.66	c |    131179 |    1143     4402    16281 |    22974    13694     35 |  0.000 % |
89.59/89.62	c |    196863 |    1143     4402    16281 |    25272    21728     35 |  0.000 % |
97.99/98.02	c |    295392 |    1143     4402    16281 |    27799    15158     37 |  0.000 % |
108.59/108.69	c ===============================================================================
110.79/110.83	c core #3
110.79/110.83	c 
110.79/110.83	c 
110.79/110.83	c Core size: 848	Core Weight: 1	Total Weight: 3
110.79/110.83	c Current CPU time: 108.748 s
110.79/110.83	c
110.79/110.83	c ============================[ Search Statistics ]==============================
110.79/110.83	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
110.79/110.83	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
110.79/110.83	c ===============================================================================
110.79/110.83	c |         0 |    1595     5233    20188 |     5000        0   -nan |  0.000 % |
110.79/110.83	c |       100 |    1595     5233    20188 |     5500      100     22 |  0.000 % |
110.79/110.84	c |       250 |    1595     5233    20188 |     6050      250     26 |  0.000 % |
110.79/110.84	c |       479 |    1595     5233    20188 |     6655      479     26 |  0.000 % |
110.79/110.85	c |       817 |    1595     5233    20188 |     7320      817     25 |  0.000 % |
110.79/110.87	c |      1324 |    1595     5233    20188 |     8052     1324     28 |  0.000 % |
110.79/110.89	c |      2083 |    1595     5233    20188 |     8857     2083     31 |  0.000 % |
110.90/110.94	c |      3225 |    1595     5233    20188 |     9743     3225     34 |  0.000 % |
111.00/111.00	c |      4935 |    1595     5233    20188 |    10717     4935     34 |  0.000 % |
111.09/111.13	c |      7499 |    1595     5233    20188 |    11789     7499     35 |  0.000 % |
111.29/111.35	c |     11343 |    1595     5233    20188 |    12968    11343     35 |  0.000 % |
111.59/111.68	c |     17109 |    1595     5233    20188 |    14265    10569     37 |  0.000 % |
112.20/112.22	c |     25760 |    1595     5233    20188 |    15692    12038     37 |  0.000 % |
113.09/113.20	c |     38734 |    1595     5233    20188 |    17261     9217     37 |  0.000 % |
114.59/114.66	c |     58195 |    1595     5233    20188 |    18987    11307     37 |  0.000 % |
116.89/116.93	c |     87387 |    1595     5233    20188 |    20886    11865     38 |  0.000 % |
120.19/120.21	c |    131177 |    1595     5233    20188 |    22974    13690     38 |  0.000 % |
125.90/125.93	c |    196861 |    1595     5233    20188 |    25272    21662     39 |  0.000 % |
135.40/135.43	c |    295387 |    1595     5233    20188 |    27799    15929     40 |  0.000 % |
148.89/148.91	c |    443176 |    1595     5233    20188 |    30579    22315     37 |  0.000 % |
165.50/165.57	c ===============================================================================
168.89/168.90	c core #4
168.89/168.90	c 
168.89/168.90	c 
168.89/168.90	c Core size: 862	Core Weight: 1	Total Weight: 4
168.89/168.90	c Current CPU time: 165.904 s
168.89/168.90	c
168.89/168.90	c ============================[ Search Statistics ]==============================
168.89/168.90	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
168.89/168.90	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
168.89/168.90	c ===============================================================================
168.89/168.90	c |         0 |    2051     6055    24072 |     5000        0   -nan |  0.000 % |
168.89/168.91	c |       103 |    2051     6055    24072 |     5500      103     21 |  0.000 % |
168.89/168.91	c |       253 |    2051     6055    24072 |     6050      253     29 |  0.000 % |
168.89/168.92	c |       481 |    2051     6055    24072 |     6655      481     31 |  0.000 % |
168.89/168.93	c |       818 |    2051     6055    24072 |     7320      818     32 |  0.000 % |
168.89/168.94	c |      1324 |    2051     6055    24072 |     8052     1324     32 |  0.000 % |
168.89/168.96	c |      2084 |    2051     6055    24072 |     8857     2084     32 |  0.000 % |
169.00/169.01	c |      3226 |    2051     6055    24072 |     9743     3226     32 |  0.000 % |
169.00/169.07	c |      4939 |    2051     6055    24072 |    10717     4939     31 |  0.000 % |
169.10/169.19	c |      7502 |    2051     6055    24072 |    11789     7502     33 |  0.000 % |
169.30/169.39	c |     11346 |    2051     6055    24072 |    12968    11346     33 |  0.000 % |
169.69/169.72	c |     17112 |    2051     6055    24072 |    14265    10570     32 |  0.000 % |
170.29/170.33	c |     25761 |    2051     6055    24072 |    15692    12049     37 |  0.000 % |
171.19/171.21	c |     38736 |    2051     6055    24072 |    17261     9253     32 |  0.000 % |
172.39/172.48	c |     58197 |    2051     6055    24072 |    18987    11352     35 |  0.000 % |
174.59/174.64	c |     87391 |    2051     6055    24072 |    20886    11897     36 |  0.000 % |
178.39/178.46	c |    131180 |    2051     6055    24072 |    22974    13712     38 |  0.000 % |
183.99/184.02	c |    196865 |    2051     6055    24072 |    25272    21699     39 |  0.000 % |
193.60/193.60	c |    295391 |    2051     6055    24072 |    27799    15386     38 |  0.000 % |
207.50/207.54	c |    443180 |    2051     6055    24072 |    30579    24313     37 |  0.000 % |
215.61/215.62	c ===============================================================================
218.50/218.57	c core #5
218.50/218.57	c 
218.50/218.57	c 
218.50/218.57	c Core size: 847	Core Weight: 1	Total Weight: 5
218.50/218.57	c Current CPU time: 214.759 s
218.50/218.57	c
218.50/218.57	c ============================[ Search Statistics ]==============================
218.50/218.57	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
218.50/218.57	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
218.50/218.57	c ===============================================================================
218.50/218.57	c |         0 |    2499     6867    27897 |     5000        0   -nan |  0.000 % |
218.50/218.57	c |       100 |    2499     6867    27897 |     5500      100     25 |  0.000 % |
218.50/218.58	c |       250 |    2499     6867    27897 |     6050      250     21 |  0.000 % |
218.50/218.58	c |       476 |    2499     6867    27897 |     6655      476     24 |  0.000 % |
218.50/218.59	c |       816 |    2499     6867    27897 |     7320      816     27 |  0.000 % |
218.60/218.61	c |      1324 |    2499     6867    27897 |     8052     1324     27 |  0.000 % |
218.60/218.63	c |      2086 |    2499     6867    27897 |     8857     2086     27 |  0.000 % |
218.60/218.67	c |      3226 |    2499     6867    27897 |     9743     3226     28 |  0.000 % |
218.69/218.73	c |      4936 |    2499     6867    27897 |    10717     4936     29 |  0.000 % |
218.81/218.85	c |      7498 |    2499     6867    27897 |    11789     7498     30 |  0.000 % |
218.99/219.07	c |     11342 |    2499     6867    27897 |    12968    11342     32 |  0.000 % |
219.39/219.43	c |     17110 |    2499     6867    27897 |    14265    10581     37 |  0.000 % |
220.00/220.03	c |     25759 |    2499     6867    27897 |    15692    12048     36 |  0.000 % |
220.80/220.89	c |     38734 |    2499     6867    27897 |    17261     9255     33 |  0.000 % |
222.21/222.22	c |     58195 |    2499     6867    27897 |    18987    11347     34 |  0.000 % |
224.40/224.41	c |     87388 |    2499     6867    27897 |    20886    11922     37 |  0.000 % |
227.70/227.73	c |    131179 |    2499     6867    27897 |    22974    13751     41 |  0.000 % |
233.11/233.16	c |    196864 |    2499     6867    27897 |    25272    21741     38 |  0.000 % |
241.60/241.65	c |    295390 |    2499     6867    27897 |    27799    13496     37 |  0.000 % |
254.60/254.62	c |    443179 |    2499     6867    27897 |    30579    21756     38 |  0.000 % |
266.21/266.22	c ===============================================================================
269.10/269.10	c core #6
269.10/269.10	c 
269.10/269.10	c 
269.10/269.10	c Core size: 896	Core Weight: 1	Total Weight: 6
269.10/269.10	c Current CPU time: 264.514 s
269.10/269.10	c
269.10/269.10	c ============================[ Search Statistics ]==============================
269.10/269.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
269.10/269.10	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
269.10/269.10	c ===============================================================================
269.10/269.10	c |         0 |    2985     7674    31798 |     5000        0   -nan |  0.000 % |
269.10/269.11	c |       101 |    2985     7674    31798 |     5500      101     17 |  0.000 % |
269.10/269.11	c |       251 |    2985     7674    31798 |     6050      251     23 |  0.000 % |
269.10/269.12	c |       476 |    2985     7674    31798 |     6655      476     27 |  0.000 % |
269.10/269.13	c |       814 |    2985     7674    31798 |     7320      814     29 |  0.000 % |
269.10/269.15	c |      1322 |    2985     7674    31798 |     8052     1322     29 |  0.000 % |
269.10/269.18	c |      2082 |    2985     7674    31798 |     8857     2082     30 |  0.000 % |
269.20/269.22	c |      3224 |    2985     7674    31798 |     9743     3224     29 |  0.000 % |
269.20/269.30	c |      4932 |    2985     7674    31798 |    10717     4932     29 |  0.000 % |
269.40/269.41	c |      7494 |    2985     7674    31798 |    11789     7494     31 |  0.000 % |
269.59/269.63	c |     11338 |    2985     7674    31798 |    12968    11338     31 |  0.000 % |
269.89/269.95	c |     17105 |    2985     7674    31798 |    14265    10567     33 |  0.000 % |
270.40/270.50	c |     25754 |    2985     7674    31798 |    15692    12039     34 |  0.000 % |
271.40/271.43	c |     38729 |    2985     7674    31798 |    17261     9243     33 |  0.000 % |
272.71/272.76	c |     58193 |    2985     7674    31798 |    18987    11325     35 |  0.000 % |
275.01/275.04	c |     87385 |    2985     7674    31798 |    20886    11871     35 |  0.000 % |
278.40/278.40	c |    131175 |    2985     7674    31798 |    22974    13682     35 |  0.000 % |
284.20/284.23	c |    196860 |    2985     7674    31798 |    25272    21694     37 |  0.000 % |
293.90/293.96	c |    295386 |    2985     7674    31798 |    27799    15495     39 |  0.000 % |
307.90/307.91	c |    443175 |    2985     7674    31798 |    30579    25279     36 |  0.000 % |
329.90/329.98	c |    664861 |    2985     7674    31798 |    33637    14309     37 |  0.000 % |
362.50/362.52	c ===============================================================================
368.20/368.23	c core #7
368.20/368.23	c 
368.20/368.23	c 
368.20/368.23	c Core size: 917	Core Weight: 1	Total Weight: 7
368.20/368.23	c Current CPU time: 362.034 s
368.20/368.23	c
368.20/368.23	c ============================[ Search Statistics ]==============================
368.20/368.23	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
368.20/368.23	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
368.20/368.23	c ===============================================================================
368.20/368.23	c |         0 |    3488     8481    35737 |     5000        0   -nan |  0.000 % |
368.20/368.24	c |       102 |    3488     8481    35737 |     5500      102     20 |  0.000 % |
368.20/368.24	c |       252 |    3488     8481    35737 |     6050      252     21 |  0.000 % |
368.20/368.25	c |       479 |    3488     8481    35737 |     6655      479     27 |  0.000 % |
368.20/368.26	c |       816 |    3488     8481    35737 |     7320      816     27 |  0.000 % |
368.20/368.28	c |      1323 |    3488     8481    35737 |     8052     1323     29 |  0.000 % |
368.29/368.30	c |      2082 |    3488     8481    35737 |     8857     2082     28 |  0.000 % |
368.29/368.34	c |      3222 |    3488     8481    35737 |     9743     3222     28 |  0.000 % |
368.40/368.41	c |      4931 |    3488     8481    35737 |    10717     4931     28 |  0.000 % |
368.51/368.52	c |      7493 |    3488     8481    35737 |    11789     7493     30 |  0.000 % |
368.70/368.71	c |     11338 |    3488     8481    35737 |    12968    11338     31 |  0.000 % |
369.00/369.09	c |     17105 |    3488     8481    35737 |    14265    10564     35 |  0.000 % |
369.60/369.62	c |     25754 |    3488     8481    35737 |    15692    12028     35 |  0.000 % |
370.61/370.62	c |     38729 |    3488     8481    35737 |    17261     9217     35 |  0.000 % |
372.00/372.09	c |     58190 |    3488     8481    35737 |    18987    11323     37 |  0.000 % |
374.30/374.31	c |     87383 |    3488     8481    35737 |    20886    11874     36 |  0.000 % |
377.60/377.61	c |    131172 |    3488     8481    35737 |    22974    13673     40 |  0.000 % |
383.60/383.66	c |    196856 |    3488     8481    35737 |    25272    21533     37 |  0.000 % |
392.10/392.16	c |    295383 |    3488     8481    35737 |    27799    11991     35 |  0.000 % |
404.90/404.97	c |    443172 |    3488     8481    35737 |    30579    16702     36 |  0.000 % |
425.90/425.99	c |    664858 |    3488     8481    35737 |    33637    20548     35 |  0.000 % |
454.90/454.97	c ===============================================================================
460.30/460.32	c core #8
460.30/460.32	c 
460.30/460.32	c 
460.30/460.32	c Core size: 896	Core Weight: 1	Total Weight: 8
460.30/460.32	c Current CPU time: 452.744 s
460.30/460.32	c
460.30/460.32	c ============================[ Search Statistics ]==============================
460.30/460.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
460.30/460.32	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
460.30/460.32	c ===============================================================================
460.30/460.32	c |         0 |    3982     9275    39597 |     5000        0   -nan |  0.000 % |
460.30/460.33	c |       101 |    3982     9275    39597 |     5500      101     26 |  0.000 % |
460.30/460.33	c |       251 |    3982     9275    39597 |     6050      251     28 |  0.000 % |
460.30/460.34	c |       478 |    3982     9275    39597 |     6655      478     29 |  0.000 % |
460.30/460.35	c |       816 |    3982     9275    39597 |     7320      816     32 |  0.000 % |
460.30/460.37	c |      1322 |    3982     9275    39597 |     8052     1322     31 |  0.000 % |
460.41/460.41	c |      2085 |    3982     9275    39597 |     8857     2085     31 |  0.000 % |
460.41/460.45	c |      3225 |    3982     9275    39597 |     9743     3225     29 |  0.000 % |
460.50/460.52	c |      4936 |    3982     9275    39597 |    10717     4936     29 |  0.000 % |
460.60/460.64	c |      7499 |    3982     9275    39597 |    11789     7499     29 |  0.000 % |
460.81/460.86	c |     11344 |    3982     9275    39597 |    12968    11344     31 |  0.000 % |
461.10/461.20	c |     17111 |    3982     9275    39597 |    14265    10574     33 |  0.000 % |
461.70/461.75	c |     25760 |    3982     9275    39597 |    15692    12041     33 |  0.000 % |
462.60/462.63	c |     38737 |    3982     9275    39597 |    17261     9230     34 |  0.000 % |
463.91/463.92	c |     58199 |    3982     9275    39597 |    18987    11297     37 |  0.000 % |
466.10/466.19	c |     87391 |    3982     9275    39597 |    20886    11840     36 |  0.000 % |
469.80/469.83	c |    131180 |    3982     9275    39597 |    22974    13640     35 |  0.000 % |
475.50/475.59	c |    196864 |    3982     9275    39597 |    25272    21652     37 |  0.000 % |
484.50/484.52	c |    295390 |    3982     9275    39597 |    27799    13445     37 |  0.000 % |
498.31/498.38	c |    443181 |    3982     9275    39597 |    30579    19006     36 |  0.000 % |
520.70/520.70	c |    664864 |    3982     9275    39597 |    33637    23878     36 |  0.000 % |
530.11/530.18	c ===============================================================================
533.81/533.89	c core #9
533.81/533.89	c 
533.81/533.89	c 
533.81/533.89	c Core size: 937	Core Weight: 1	Total Weight: 9
533.81/533.89	c Current CPU time: 525.308 s
533.81/533.89	c
533.81/533.89	c ============================[ Search Statistics ]==============================
533.81/533.89	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
533.81/533.89	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
533.81/533.89	c ===============================================================================
533.81/533.89	c |         0 |    4500    10062    43502 |     5000        0   -nan |  0.000 % |
533.90/533.90	c |       100 |    4500    10062    43502 |     5500      100     22 |  0.000 % |
533.90/533.90	c |       250 |    4500    10062    43502 |     6050      250     24 |  0.000 % |
533.90/533.91	c |       475 |    4500    10062    43502 |     6655      475     26 |  0.000 % |
533.90/533.92	c |       814 |    4500    10062    43502 |     7320      814     26 |  0.000 % |
533.90/533.94	c |      1320 |    4500    10062    43502 |     8052     1320     26 |  0.000 % |
533.90/533.97	c |      2081 |    4500    10062    43502 |     8857     2081     26 |  0.000 % |
534.00/534.02	c |      3220 |    4500    10062    43502 |     9743     3220     28 |  0.000 % |
534.11/534.10	c |      4928 |    4500    10062    43502 |    10717     4928     29 |  0.000 % |
534.20/534.23	c |      7491 |    4500    10062    43502 |    11789     7491     29 |  0.000 % |
534.41/534.45	c |     11335 |    4500    10062    43502 |    12968    11335     30 |  0.000 % |
534.80/534.84	c |     17102 |    4500    10062    43502 |    14265    10572     33 |  0.000 % |
535.40/535.44	c |     25755 |    4500    10062    43502 |    15692    12050     33 |  0.000 % |
536.40/536.45	c |     38729 |    4500    10062    43502 |    17261     9236     35 |  0.000 % |
537.91/537.97	c |     58191 |    4500    10062    43502 |    18987    11333     35 |  0.000 % |
540.21/540.25	c |     87385 |    4500    10062    43502 |    20886    11892     34 |  0.000 % |
543.91/543.94	c |    131175 |    4500    10062    43502 |    22974    13720     34 |  0.000 % |
550.11/550.10	c |    196859 |    4500    10062    43502 |    25272    21488     37 |  0.000 % |
559.21/559.24	c |    295390 |    4500    10062    43502 |    27799    13922     33 |  0.000 % |
573.21/573.25	c |    443179 |    4500    10062    43502 |    30579    20149     36 |  0.000 % |
596.01/596.10	c |    664864 |    4500    10062    43502 |    33637    22863     38 |  0.000 % |
628.00/628.05	c ===============================================================================
633.31/633.32	c core #10
633.31/633.32	c 
633.31/633.32	c 
633.31/633.32	c Core size: 979	Core Weight: 1	Total Weight: 10
633.31/633.32	c Current CPU time: 623.188 s
633.31/633.32	c
633.31/633.32	c ============================[ Search Statistics ]==============================
633.31/633.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
633.31/633.32	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
633.31/633.32	c ===============================================================================
633.31/633.32	c |         0 |    5049    10843    47457 |     5000        0   -nan |  0.000 % |
633.31/633.33	c |       100 |    5049    10843    47457 |     5500      100     22 |  0.000 % |
633.31/633.34	c |       250 |    5049    10843    47457 |     6050      250     23 |  0.000 % |
633.31/633.34	c |       475 |    5049    10843    47457 |     6655      475     27 |  0.000 % |
633.31/633.36	c |       813 |    5049    10843    47457 |     7320      813     27 |  0.000 % |
633.31/633.37	c |      1320 |    5049    10843    47457 |     8052     1320     27 |  0.000 % |
633.40/633.40	c |      2080 |    5049    10843    47457 |     8857     2080     29 |  0.000 % |
633.40/633.44	c |      3219 |    5049    10843    47457 |     9743     3219     29 |  0.000 % |
633.51/633.52	c |      4929 |    5049    10843    47457 |    10717     4929     29 |  0.000 % |
633.61/633.64	c |      7491 |    5049    10843    47457 |    11789     7491     29 |  0.000 % |
633.81/633.86	c |     11336 |    5049    10843    47457 |    12968    11336     31 |  0.000 % |
634.21/634.20	c |     17103 |    5049    10843    47457 |    14265    10581     32 |  0.000 % |
634.71/634.78	c |     25752 |    5049    10843    47457 |    15692    12052     33 |  0.000 % |
635.60/635.65	c |     38727 |    5049    10843    47457 |    17261     9230     32 |  0.000 % |
637.01/637.01	c |     58189 |    5049    10843    47457 |    18987    11319     37 |  0.000 % |
639.20/639.24	c |     87381 |    5049    10843    47457 |    20886    11874     35 |  0.000 % |
643.00/643.06	c |    131172 |    5049    10843    47457 |    22974    13647     36 |  0.000 % |
648.51/648.54	c |    196856 |    5049    10843    47457 |    25272    21450     35 |  0.000 % |
657.60/657.64	c |    295383 |    5049    10843    47457 |    27799    13556     38 |  0.000 % |
671.01/671.00	c |    443172 |    5049    10843    47457 |    30579    18191     35 |  0.000 % |
692.60/692.67	c |    664856 |    5049    10843    47457 |    33637    22146     36 |  0.000 % |
726.61/726.60	c |    997382 |    5049    10843    47457 |    37001    15571     37 |  0.000 % |
741.80/741.87	c ===============================================================================
748.41/748.44	c core #11
748.41/748.44	c 
748.41/748.44	c 
748.41/748.44	c Core size: 999	Core Weight: 1	Total Weight: 11
748.41/748.44	c Current CPU time: 736.661 s
748.41/748.44	c
748.41/748.44	c ============================[ Search Statistics ]==============================
748.41/748.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
748.41/748.44	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
748.41/748.44	c ===============================================================================
748.41/748.44	c |         0 |    5627    11623    51454 |     5000        0   -nan |  0.000 % |
748.41/748.44	c |       102 |    5627    11623    51454 |     5500      102     20 |  0.000 % |
748.41/748.45	c |       254 |    5627    11623    51454 |     6050      254     28 |  0.000 % |
748.41/748.46	c |       481 |    5627    11623    51454 |     6655      481     27 |  0.000 % |
748.41/748.47	c |       819 |    5627    11623    51454 |     7320      819     27 |  0.000 % |
748.41/748.49	c |      1326 |    5627    11623    51454 |     8052     1326     29 |  0.000 % |
748.51/748.52	c |      2086 |    5627    11623    51454 |     8857     2086     31 |  0.000 % |
748.51/748.57	c |      3225 |    5627    11623    51454 |     9743     3225     32 |  0.000 % |
748.60/748.67	c |      4934 |    5627    11623    51454 |    10717     4934     31 |  0.000 % |
748.80/748.80	c |      7496 |    5627    11623    51454 |    11789     7496     31 |  0.000 % |
749.01/749.04	c |     11340 |    5627    11623    51454 |    12968    11340     31 |  0.000 % |
749.41/749.43	c |     17108 |    5627    11623    51454 |    14265    10576     32 |  0.000 % |
750.11/750.10	c |     25758 |    5627    11623    51454 |    15692    12043     33 |  0.000 % |
751.10/751.14	c |     38733 |    5627    11623    51454 |    17261     9233     36 |  0.000 % |
752.80/752.86	c |     58194 |    5627    11623    51454 |    18987    11330     40 |  0.000 % |
755.41/755.47	c |     87387 |    5627    11623    51454 |    20886    11882     41 |  0.000 % |
759.21/759.27	c |    131176 |    5627    11623    51454 |    22974    13697     38 |  0.000 % |
765.21/765.22	c |    196861 |    5627    11623    51454 |    25272    21650     37 |  0.000 % |
774.81/774.82	c |    295387 |    5627    11623    51454 |    27799    13558     38 |  0.000 % |
788.80/788.86	c |    443177 |    5627    11623    51454 |    30579    19699     38 |  0.000 % |
812.31/812.36	c |    664861 |    5627    11623    51454 |    33637    22621     38 |  0.000 % |
849.01/849.10	c |    997386 |    5627    11623    51454 |    37001    17246     36 |  0.000 % |
867.41/867.40	c ===============================================================================
874.02/874.01	c core #12
874.02/874.01	c 
874.02/874.01	c 
874.02/874.01	c Core size: 1100	Core Weight: 1	Total Weight: 12
874.02/874.01	c Current CPU time: 860.565 s
874.02/874.01	c
874.02/874.01	c ============================[ Search Statistics ]==============================
874.02/874.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
874.02/874.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
874.02/874.01	c ===============================================================================
874.02/874.01	c |         0 |    6275    12391    55598 |     5000        0   -nan |  0.000 % |
874.02/874.01	c |       100 |    6275    12391    55598 |     5500      100     22 |  0.000 % |
874.02/874.02	c |       251 |    6275    12391    55598 |     6050      251     31 |  0.000 % |
874.02/874.03	c |       476 |    6275    12391    55598 |     6655      476     29 |  0.000 % |
874.02/874.04	c |       814 |    6275    12391    55598 |     7320      814     27 |  0.000 % |
874.02/874.06	c |      1320 |    6275    12391    55598 |     8052     1320     27 |  0.000 % |
874.02/874.09	c |      2079 |    6275    12391    55598 |     8857     2079     27 |  0.000 % |
874.11/874.14	c |      3218 |    6275    12391    55598 |     9743     3218     29 |  0.000 % |
874.21/874.24	c |      4927 |    6275    12391    55598 |    10717     4927     33 |  0.000 % |
874.41/874.41	c |      7490 |    6275    12391    55598 |    11789     7490     34 |  0.000 % |
874.71/874.72	c |     11334 |    6275    12391    55598 |    12968    11334     35 |  0.000 % |
875.11/875.15	c |     17100 |    6275    12391    55598 |    14265    10573     36 |  0.000 % |
875.71/875.79	c |     25750 |    6275    12391    55598 |    15692    12044     38 |  0.000 % |
876.81/876.85	c |     38724 |    6275    12391    55598 |    17261     9236     36 |  0.000 % |
878.41/878.41	c |     58187 |    6275    12391    55598 |    18987    11328     37 |  0.000 % |
881.02/881.06	c |     87379 |    6275    12391    55598 |    20886    11897     37 |  0.000 % |
884.81/884.87	c |    131168 |    6275    12391    55598 |    22974    13681     37 |  0.000 % |
890.81/890.90	c |    196852 |    6275    12391    55598 |    25272    21566     39 |  0.000 % |
900.52/900.51	c |    295379 |    6275    12391    55598 |    27799    12712     37 |  0.000 % |
915.61/915.68	c |    443168 |    6275    12391    55598 |    30579    19282     40 |  0.000 % |
938.71/938.70	c |    664851 |    6275    12391    55598 |    33637    19719     35 |  0.000 % |
973.51/973.55	c |    997376 |    6275    12391    55598 |    37001    13311     38 |  0.000 % |
1028.91/1028.99	c |   1496165 |    6275    12391    55598 |    40701    27085     40 |  0.000 % |
1121.21/1121.24	c |   2244347 |    6275    12391    55598 |    44771    18391     40 |  0.000 % |
1192.21/1192.20	c ===============================================================================
1211.02/1211.07	c core #13
1211.02/1211.07	c 
1211.02/1211.07	c 
1211.02/1211.07	c Core size: 1303	Core Weight: 1	Total Weight: 13
1211.02/1211.07	c Current CPU time: 1192.83 s
1211.02/1211.07	c
1211.02/1211.07	c ============================[ Search Statistics ]==============================
1211.02/1211.07	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1211.02/1211.07	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1211.02/1211.07	c ===============================================================================
1211.02/1211.07	c |         0 |    7058    13154    60035 |     5000        0   -nan |  0.000 % |
1211.02/1211.08	c |       100 |    7058    13154    60035 |     5500      100     36 |  0.000 % |
1211.02/1211.09	c |       250 |    7058    13154    60035 |     6050      250     37 |  0.000 % |
1211.02/1211.10	c |       475 |    7058    13154    60035 |     6655      475     37 |  0.000 % |
1211.12/1211.11	c |       812 |    7058    13154    60035 |     7320      812     30 |  0.000 % |
1211.12/1211.13	c |      1319 |    7058    13154    60035 |     8052     1319     30 |  0.000 % |
1211.12/1211.17	c |      2078 |    7058    13154    60035 |     8857     2078     29 |  0.000 % |
1211.21/1211.22	c |      3217 |    7058    13154    60035 |     9743     3217     29 |  0.000 % |
1211.31/1211.32	c |      4926 |    7058    13154    60035 |    10717     4926     31 |  0.000 % |
1211.41/1211.47	c |      7490 |    7058    13154    60035 |    11789     7490     33 |  0.000 % |
1211.71/1211.70	c |     11335 |    7058    13154    60035 |    12968    11335     32 |  0.000 % |
1212.11/1212.10	c |     17101 |    7058    13154    60035 |    14265    10564     33 |  0.000 % |
1212.71/1212.74	c |     25753 |    7058    13154    60035 |    15692    12027     36 |  0.000 % |
1213.71/1213.70	c |     38729 |    7058    13154    60035 |    17261     9190     35 |  0.000 % |
1215.31/1215.40	c |     58190 |    7058    13154    60035 |    18987    11283     40 |  0.000 % |
1217.81/1217.87	c |     87383 |    7058    13154    60035 |    20886    11813     35 |  0.000 % |
1221.91/1221.93	c |    131172 |    7058    13154    60035 |    22974    13649     38 |  0.000 % |
1228.81/1228.89	c |    196856 |    7058    13154    60035 |    25272    21655     40 |  0.000 % |
1239.21/1239.24	c |    295382 |    7058    13154    60035 |    27799    13436     39 |  0.000 % |
1254.11/1254.14	c |    443171 |    7058    13154    60035 |    30579    19171     38 |  0.000 % |
1290.22/1290.30	c |    664854 |    7058    13154    60035 |    33637    18227     35 |  0.000 % |
1325.61/1325.62	c |    997379 |    7058    13154    60035 |    37001    32521     38 |  0.000 % |
1401.01/1401.06	c |   1496167 |    7058    13154    60035 |    40701    15284     40 |  0.000 % |
1505.51/1505.51	c ===============================================================================
1519.31/1519.38	c core #14
1519.31/1519.38	c 
1519.31/1519.38	c 
1519.31/1519.38	c Core size: 1194	Core Weight: 1	Total Weight: 14
1519.31/1519.38	c Current CPU time: 1498.34 s
1519.31/1519.38	c
1519.31/1519.38	c ============================[ Search Statistics ]==============================
1519.31/1519.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1519.31/1519.38	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1519.31/1519.38	c ===============================================================================
1519.31/1519.38	c |         0 |    7756    13910    64257 |     5000        0   -nan |  0.000 % |
1519.31/1519.39	c |       100 |    7756    13910    64257 |     5500      100     25 |  0.000 % |
1519.31/1519.39	c |       250 |    7756    13910    64257 |     6050      250     26 |  0.000 % |
1519.41/1519.40	c |       476 |    7756    13910    64257 |     6655      476     27 |  0.000 % |
1519.41/1519.41	c |       813 |    7756    13910    64257 |     7320      813     29 |  0.000 % |
1519.41/1519.43	c |      1319 |    7756    13910    64257 |     8052     1319     28 |  0.000 % |
1519.41/1519.47	c |      2083 |    7756    13910    64257 |     8857     2083     30 |  0.000 % |
1519.51/1519.52	c |      3223 |    7756    13910    64257 |     9743     3223     34 |  0.000 % |
1519.61/1519.63	c |      4932 |    7756    13910    64257 |    10717     4932     35 |  0.000 % |
1519.71/1519.78	c |      7494 |    7756    13910    64257 |    11789     7494     37 |  0.000 % |
1520.01/1520.05	c |     11339 |    7756    13910    64257 |    12968    11339     38 |  0.000 % |
1520.41/1520.45	c |     17105 |    7756    13910    64257 |    14265    10594     37 |  0.000 % |
1521.11/1521.13	c |     25755 |    7756    13910    64257 |    15692    12063     36 |  0.000 % |
1522.01/1522.09	c |     38730 |    7756    13910    64257 |    17261     9259     37 |  0.000 % |
1523.71/1523.75	c |     58193 |    7756    13910    64257 |    18987    11360     40 |  0.000 % |
1526.32/1526.32	c |     87386 |    7756    13910    64257 |    20886    11908     42 |  0.000 % |
1530.11/1530.19	c |    131176 |    7756    13910    64257 |    22974    13735     38 |  0.000 % |
1538.71/1538.76	c |    196861 |    7756    13910    64257 |    25272    18985     35 |  0.000 % |
1547.91/1547.94	c |    295387 |    7756    13910    64257 |    27799    22268     39 |  0.000 % |
1567.32/1567.33	c |    443177 |    7756    13910    64257 |    30579    20073     45 |  0.000 % |
1651.61/1651.66	c |    664861 |    7756    13910    64257 |    33637    27116     65 |  0.000 % |
1700.52/1700.57	c |    997388 |    7756    13910    64257 |    37001    16803     45 |  0.000 % |
1775.22/1775.26	c |   1496177 |    7756    13910    64257 |    40701    28609     36 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3447122-1307906029/watcher-3447122-1307906029 -o /var/tmp/evaluation-result-3447122-1307906029/solver-3447122-1307906029 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447122-1307906029.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 10536
/proc/meminfo: memFree=1033080/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=2196 CPUtime=0 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 322 0 0 0 0 0 0 0 25 0 1 0 902202657 2248704 273 33554432000 4194304 5714214 140735394954480 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 549 273 178 372 0 152 0

[startup+0.03486 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 10536
/proc/meminfo: memFree=1033080/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=2636 CPUtime=0.03 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 472 0 0 0 3 0 0 0 25 0 1 0 902202657 2699264 401 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 659 401 177 372 0 284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2636

[startup+0.100849 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 10536
/proc/meminfo: memFree=1033080/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=3428 CPUtime=0.09 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 682 0 0 0 9 0 0 0 25 0 1 0 902202657 3510272 611 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 857 611 177 372 0 482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3428

[startup+0.300813 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 10536
/proc/meminfo: memFree=1033080/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=5252 CPUtime=0.29 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 1128 0 0 0 28 1 0 0 25 0 1 0 902202657 5378048 1057 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319771 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 1313 1057 177 372 0 938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5252

[startup+0.700742 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 10536
/proc/meminfo: memFree=1033080/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=7116 CPUtime=0.69 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 1586 0 0 0 67 2 0 0 25 0 1 0 902202657 7286784 1515 33554432000 4194304 5714214 140735394954480 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 1779 1515 177 372 0 1404 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7116

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10537
/proc/meminfo: memFree=1026400/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=9760 CPUtime=1.49 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 2248 0 0 0 145 4 0 0 25 0 1 0 902202657 9994240 2177 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319355 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 2440 2177 177 372 0 2065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9760

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10537
/proc/meminfo: memFree=1022060/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=13744 CPUtime=3.09 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 3259 0 0 0 301 8 0 0 25 0 1 0 902202657 14073856 3188 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 3436 3188 177 372 0 3061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13744

[startup+6.30082 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10537
/proc/meminfo: memFree=1014160/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=21368 CPUtime=6.29 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 5148 0 0 0 613 16 0 0 25 0 1 0 902202657 21880832 5077 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 5342 5077 177 372 0 4967 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21368

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10537
/proc/meminfo: memFree=1001248/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=34228 CPUtime=12.69 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 8364 0 0 0 1241 28 0 0 25 0 1 0 902202657 35049472 8293 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 8557 8293 177 372 0 8182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34228

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10537
/proc/meminfo: memFree=979932/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=55340 CPUtime=25.49 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 13554 0 0 0 2500 49 0 0 25 0 1 0 902202657 56668160 13483 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 13835 13483 177 372 0 13460 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55340

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10538
/proc/meminfo: memFree=941088/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=92632 CPUtime=51.1 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 22952 0 0 0 5018 92 0 0 25 0 1 0 902202657 94855168 22821 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 23158 22821 178 372 0 22783 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 92632

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10540
/proc/meminfo: memFree=940560/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=92632 CPUtime=102.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 23037 0 0 0 10051 179 0 0 25 0 1 0 902202657 94855168 22906 33554432000 4194304 5714214 140735394954480 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 23158 22906 178 372 0 22783 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92632

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10541
/proc/meminfo: memFree=810944/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=92632 CPUtime=162.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 23037 0 0 0 15965 265 0 0 25 0 1 0 902202657 94855168 22906 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 23158 22906 178 372 0 22783 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92632

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10885
/proc/meminfo: memFree=1042240/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=116972 CPUtime=222.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 29126 0 0 0 21865 365 0 0 25 0 1 0 902202657 119779328 28995 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 29243 28995 178 372 0 28868 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116972

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10886
/proc/meminfo: memFree=945668/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=116972 CPUtime=282.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 29134 0 0 0 27772 458 0 0 25 0 1 0 902202657 119779328 29003 33554432000 4194304 5714214 140735394954480 18446744073709551615 4347228 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 29243 29003 178 372 0 28868 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116972

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10888
/proc/meminfo: memFree=892540/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=116972 CPUtime=342.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 29134 0 0 0 33685 545 0 0 25 0 1 0 902202657 119779328 29003 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 29243 29003 178 372 0 28868 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116972

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10890
/proc/meminfo: memFree=806676/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=178884 CPUtime=402.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 44546 0 0 0 39598 632 0 0 25 0 1 0 902202657 183177216 44415 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 44721 44415 178 372 0 44346 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178884

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10891
/proc/meminfo: memFree=777372/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=178884 CPUtime=462.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 44577 0 0 0 45511 719 0 0 25 0 1 0 902202657 183177216 44446 33554432000 4194304 5714214 140735394954480 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 44721 44446 178 372 0 44346 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 178884

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10893
/proc/meminfo: memFree=732260/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=178884 CPUtime=522.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 44590 0 0 0 51417 813 0 0 25 0 1 0 902202657 183177216 44459 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 44721 44459 178 372 0 44346 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 178884

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10894
/proc/meminfo: memFree=656336/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=178884 CPUtime=582.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 44591 0 0 0 57326 905 0 0 25 0 1 0 902202657 183177216 44460 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 44721 44460 178 372 0 44346 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 178884

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10901
/proc/meminfo: memFree=530872/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=205484 CPUtime=822.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 51239 0 0 0 80997 1234 0 0 25 0 1 0 902202657 210415616 51108 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319240 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 51371 51108 178 372 0 50996 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 205484

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10902
/proc/meminfo: memFree=472676/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=209660 CPUtime=882.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 52229 0 0 0 86926 1305 0 0 25 0 1 0 902202657 214691840 52098 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319826 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 52415 52098 178 372 0 52040 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 209660

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10904
/proc/meminfo: memFree=427060/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=209660 CPUtime=942.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 52234 0 0 0 92842 1389 0 0 25 0 1 0 902202657 214691840 52103 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10536/statm: 52415 52103 178 372 0 52040 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 209660

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10906
/proc/meminfo: memFree=381976/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=209660 CPUtime=1002.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 52234 0 0 0 98769 1462 0 0 25 0 1 0 902202657 214691840 52103 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10536/statm: 52415 52103 178 372 0 52040 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 209660

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 10907
/proc/meminfo: memFree=355048/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=239612 CPUtime=1062.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 59677 0 0 0 104691 1539 0 0 25 0 1 0 902202657 245362688 59546 33554432000 4194304 5714214 140735394954480 18446744073709551615 4311680 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10536/statm: 59903 59546 178 372 0 59528 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 239612

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 10909
/proc/meminfo: memFree=251976/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=297456 CPUtime=1122.3 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 74082 0 0 0 110630 1600 0 0 25 0 1 0 902202657 304594944 73951 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10536/statm: 74364 73951 178 372 0 73989 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 297456

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 10910
/proc/meminfo: memFree=188744/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=360516 CPUtime=1182.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 89807 0 0 0 116561 1670 0 0 25 0 1 0 902202657 369168384 89676 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10536/statm: 90129 89677 178 372 0 89754 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 360516

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 10912
/proc/meminfo: memFree=93432/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=492076 CPUtime=1242.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122780 0 0 0 122501 1730 0 0 25 0 1 0 902202657 503885824 122561 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319440 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10536/statm: 123019 122561 178 372 0 122644 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 492076

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 10914
/proc/meminfo: memFree=94560/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=492076 CPUtime=1302.32 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122798 0 0 0 128440 1792 0 0 25 0 1 0 902202657 503885824 122579 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10536/statm: 123019 122579 178 372 0 122644 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 492076

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10915
/proc/meminfo: memFree=97096/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=492076 CPUtime=1362.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122816 0 0 0 134388 1843 0 0 25 0 1 0 902202657 503885824 122597 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 123019 122597 178 372 0 122644 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 492076

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10917
/proc/meminfo: memFree=95352/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=492076 CPUtime=1422.32 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122816 0 0 0 140311 1921 0 0 25 0 1 0 902202657 503885824 122597 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 123019 122597 178 372 0 122644 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 492076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10918
/proc/meminfo: memFree=97188/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=492076 CPUtime=1482.32 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122878 0 0 0 146264 1968 0 0 25 0 1 0 902202657 503885824 122659 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 123019 122659 178 372 0 122644 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 492076

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10920
/proc/meminfo: memFree=94400/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1542.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122886 0 0 0 152205 2026 0 0 25 0 1 0 902202657 502812672 122452 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122452 178 372 0 122382 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 491028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10922
/proc/meminfo: memFree=94604/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1602.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122886 0 0 0 158163 2068 0 0 25 0 1 0 902202657 502812672 122452 33554432000 4194304 5714214 140735394954480 18446744073709551615 4319428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122452 178 372 0 122382 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 491028

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 10923
/proc/meminfo: memFree=99544/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1662.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122886 0 0 0 164141 2090 0 0 25 0 1 0 902202657 502812672 122452 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122452 178 372 0 122382 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 491028

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 10925
/proc/meminfo: memFree=99040/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1722.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122886 0 0 0 170081 2150 0 0 25 0 1 0 902202657 502812672 122452 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122452 178 372 0 122382 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 491028

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10926
/proc/meminfo: memFree=98860/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1782.31 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122887 0 0 0 176032 2199 0 0 25 0 1 0 902202657 502812672 122453 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122453 178 372 0 122382 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 491028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10927
/proc/meminfo: memFree=98976/32950928 swapFree=67055156/67111528
[pid=10536] ppid=10534 vsize=491028 CPUtime=1800.03 cores=1,3,5,7
/proc/10536/stat : 10536 (wbo1.6) R 10534 10536 9537 0 -1 4202496 122899 0 0 0 177789 2214 0 0 25 0 1 0 902202657 502812672 122465 33554432000 4194304 5714214 140735394954480 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10536/statm: 122757 122465 178 372 0 122382 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 491028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.05
CPU user time (s): 1777.89
CPU system time (s): 22.1596
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 492560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.89
system time used= 22.1596
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122899
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= 11
involuntary context switches= 4301

runsolver used 2.43263 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 21:13:49
IDJOB=3447122
IDBENCH=78968
IDSOLVER=1943
FILE ID=node123/3447122-1307906029
RUNJOBID= node123-1307903675-10242
PBS_JOBID= 13559583
Free space on /var/tmp= 2892 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
COMMAND LINE= wbo1.6 -file-format=wbo -time-limit=TIMEOUT -search-mode=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447122-1307906029/watcher-3447122-1307906029 -o /var/tmp/evaluation-result-3447122-1307906029/solver-3447122-1307906029 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=wbo -time-limit=1800 -search-mode=0 HOME/instance-3447122-1307906029.wbo

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

MD5SUM BENCH= 404f4a35cd4ec5708f20e119eb7d26f2
RANDOM SEED=1228978379

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1033260 kB
Buffers:         58104 kB
Cached:       30594208 kB
SwapCached:      10036 kB
Active:       15288788 kB
Inactive:     15673608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1033260 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:            4320 kB
Writeback:           0 kB
AnonPages:      307856 kB
Mapped:          13548 kB
Slab:           891328 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   500480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node123 at 2011-06-12 21:43:51