Trace number 2680432

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
wbo 1.4b (fixed)? (TO) 1800.11 1800.6

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_010_area_delay.opb
MD5SUMd869c2ae266497675d66f161576eaac8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark255.362
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables11729
Total number of constraints36747
Number of constraints which are clauses36747
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint127
Number of terms in the objective function 5750
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5750
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5750
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing opb file format. File HOME/instance-2680432-1277459763.opb.
0.00/0.00	c Instance file HOME/instance-2680432-1277459763.opb
0.00/0.00	c File size is 1092591 bytes.
0.09/0.17	c Highest Coefficient sum: 128
0.09/0.17	c ============================[ Problem Statistics ]=============================
0.09/0.17	c |                                                                             |
0.09/0.17	c |  Parsing time:          0.17         s                                      |
0.09/0.17	c |  Number Variables:      11729                                               |
0.09/0.17	c |  Number Clauses:        36747                                               |
0.09/0.17	c |  Number Cardinality:    0                                                   |
0.09/0.17	c |  Number PB Constraints: 0                                                   |
0.30/0.33	c ============================[ Search Statistics ]==============================
0.30/0.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.30/0.33	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.30/0.33	c ===============================================================================
0.30/0.33	c |         0 |    9465    36756    86299 |    12249        0    nan |  0.000 % |
0.30/0.34	c ===============================================================================
0.30/0.34	c New solution: 35
0.30/0.34	o 35
0.30/0.34	c Elapsed CPU time: 0.32695 s	Remaining CPU time: 179.673 s
0.30/0.34	c ===============================================================================
0.30/0.34	c |         0 |    9465    36757    92049 |    12252        0    nan |  0.000 % |
0.39/0.45	c |       101 |    9465    36757    92049 |    13477      101     67 | 19.303 % |
0.49/0.53	c |       251 |    9465    36757    92049 |    14825      251     44 | 19.303 % |
0.49/0.55	c ===============================================================================
0.49/0.55	c New solution: 34
0.49/0.55	o 34
0.49/0.55	c Elapsed CPU time: 0.52592 s	Remaining CPU time: 179.474 s
0.49/0.55	c ===============================================================================
0.49/0.55	c |       278 |    9465    36758    97799 |    12252      278     40 | 19.303 % |
0.59/0.66	c |       378 |    9465    36758    97799 |    13477      378     50 | 19.303 % |
0.69/0.77	c ===============================================================================
0.69/0.77	c New solution: 33
0.69/0.77	o 33
0.69/0.77	c Elapsed CPU time: 0.736887 s	Remaining CPU time: 179.263 s
0.69/0.77	c ===============================================================================
0.69/0.77	c |       493 |    9465    36759   103549 |    12253      493     46 | 19.303 % |
0.79/0.85	c |       593 |    9465    36759   103549 |    13478      593     42 | 19.303 % |
0.89/0.97	c |       743 |    9465    36759   103549 |    14826      743     40 | 19.303 % |
1.10/1.15	c |       968 |    9465    36759   103549 |    16308      968     36 | 19.303 % |
1.19/1.20	c ===============================================================================
1.19/1.20	c New solution: 31
1.19/1.20	o 31
1.19/1.20	c Elapsed CPU time: 1.13383 s	Remaining CPU time: 178.866 s
1.19/1.20	c ===============================================================================
1.19/1.20	c |      1028 |    9465    36760   109299 |    12253     1028     35 | 19.303 % |
1.19/1.29	c |      1129 |    9465    36760   109299 |    13478     1129     34 | 19.303 % |
1.39/1.42	c |      1281 |    9465    36760   109299 |    14826     1281     35 | 19.303 % |
1.59/1.64	c |      1506 |    9465    36760   109299 |    16309     1506     38 | 19.303 % |
1.99/2.02	c |      1844 |    9465    36760   109299 |    17940     1844     44 | 19.303 % |
2.49/2.53	c |      2351 |    9465    36760   109299 |    19734     2351     50 | 19.303 % |
3.20/3.28	c |      3111 |    9465    36760   109299 |    21707     3111     70 | 19.303 % |
4.30/4.36	c |      4250 |    9465    36760   109299 |    23878     4250     77 | 19.303 % |
6.19/6.20	c |      5959 |    9465    36760   109299 |    26266     5959     83 | 19.303 % |
8.70/8.74	c |      8521 |    9465    36760   109299 |    28892     8521     89 | 19.303 % |
12.78/12.88	c |     12365 |    9465    36760   109299 |    31781    12365    102 | 19.303 % |
18.78/18.82	c |     18131 |    9465    36760   109299 |    34960    18131    100 | 19.303 % |
26.88/26.99	c |     26780 |    9465    36760   109299 |    38456    26780     98 | 19.303 % |
48.77/48.90	c |     39754 |    9465    36760   109299 |    42301    39754    103 | 19.303 % |
68.77/68.85	c |     59215 |    9465    36760   109299 |    46532    22621    102 | 19.303 % |
102.17/102.26	c |     88407 |    9465    36760   109299 |    51185    12554    124 | 19.303 % |
151.25/151.32	c |    132197 |    9465    36760   109299 |    56303    56344    145 | 19.303 % |
169.14/169.26	c ===============================================================================
169.14/169.26	c New solution: 30
169.14/169.26	o 30
169.14/169.26	c Elapsed CPU time: 168.175 s	Remaining CPU time: 11.8246 s
169.14/169.26	c ===============================================================================
169.14/169.26	c |    149649 |    9465    36761   115049 |    12253    25239    140 | 19.303 % |
169.35/169.44	c |    149749 |    9465    36761   115049 |    13479    11160    132 | 19.303 % |
169.44/169.54	c |    149901 |    9465    36761   115049 |    14826    11312    131 | 19.303 % |
169.64/169.73	c |    150126 |    9465    36761   115049 |    16309    11537    129 | 19.303 % |
169.95/170.04	c |    150463 |    9465    36761   115049 |    17940    11874    126 | 19.303 % |
170.46/170.55	c |    150969 |    9465    36761   115049 |    19734    12380    123 | 19.303 % |
171.24/171.34	c |    151728 |    9465    36761   115049 |    21708    13139    121 | 19.303 % |
172.34/172.49	c |    152868 |    9465    36761   115049 |    23878    14279    118 | 19.303 % |
174.15/174.27	c |    154576 |    9465    36761   115049 |    26266    15987    116 | 19.303 % |
176.55/176.62	c |    157138 |    9465    36761   115049 |    28893    18549    116 | 19.303 % |
180.64/180.77	c |    160982 |    9465    36761   115049 |    31782    22393    111 | 19.303 % |
181.14/181.25	c There are 2264 assigned variables. 1140 in cost function.
182.55/182.66	c core #1
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 45	Core Weight: 1	Total Weight: 1
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #2
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 70	Core Weight: 1	Total Weight: 2
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #3
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 3
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #4
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 4
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #5
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 7	Core Weight: 1	Total Weight: 5
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #6
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 6
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #7
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 7
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #8
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 51	Core Weight: 1	Total Weight: 8
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #9
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 9
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #10
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 31	Core Weight: 1	Total Weight: 10
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #11
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 71	Core Weight: 1	Total Weight: 11
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #12
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 15	Core Weight: 1	Total Weight: 12
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #13
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 31	Core Weight: 1	Total Weight: 13
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #14
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 30	Core Weight: 1	Total Weight: 14
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #15
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 15	Core Weight: 1	Total Weight: 15
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #16
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 31	Core Weight: 1	Total Weight: 16
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #17
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 30	Core Weight: 1	Total Weight: 17
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #18
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 15	Core Weight: 1	Total Weight: 18
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c core #19
182.55/182.66	c 
182.55/182.66	c 
182.55/182.66	c Core size: 430	Core Weight: 1	Total Weight: 19
182.55/182.66	c
182.55/182.66	c
182.55/182.66	c ============================[ Search Statistics ]==============================
182.55/182.66	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.55/182.66	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.55/182.66	c ===============================================================================
182.55/182.66	c |         0 |    1253    37796    58061 |    12598        0    nan |  0.000 % |
182.55/182.67	c ===============================================================================
182.64/182.75	c core #20
182.64/182.75	c 
182.64/182.75	c 
182.64/182.75	c Core size: 516	Core Weight: 1	Total Weight: 20
182.64/182.75	c
182.64/182.75	c
182.64/182.75	c ============================[ Search Statistics ]==============================
182.64/182.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.64/182.75	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.64/182.75	c ===============================================================================
182.64/182.75	c |         0 |    2268    37797    61000 |    12599        0    nan |  0.000 % |
182.64/182.76	c ===============================================================================
182.74/182.84	c core #21
182.74/182.84	c 
182.74/182.84	c 
182.74/182.84	c Core size: 249	Core Weight: 1	Total Weight: 21
182.74/182.84	c
182.74/182.84	c
182.74/182.84	c ============================[ Search Statistics ]==============================
182.74/182.84	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.74/182.84	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.74/182.84	c ===============================================================================
182.74/182.84	c |         0 |    2663    37798    62288 |    12599        0    nan |  0.000 % |
182.74/182.89	c |       100 |    2663    37798    62288 |    13859      100     41 | 78.917 % |
182.84/182.95	c |       250 |    2662    37798    62288 |    15245      248     48 | 78.925 % |
182.84/182.96	c ===============================================================================
182.94/183.04	c core #22
182.94/183.04	c 
182.94/183.04	c 
182.94/183.04	c Core size: 892	Core Weight: 1	Total Weight: 22
182.94/183.04	c
182.94/183.04	c
182.94/183.04	c ============================[ Search Statistics ]==============================
182.94/183.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.94/183.04	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.94/183.04	c ===============================================================================
182.94/183.04	c |         0 |    3566    37799    64624 |    12599        0    nan |  0.000 % |
183.04/183.10	c |       100 |    3566    37799    64624 |    13859      100    119 | 73.064 % |
183.14/183.21	c |       253 |    3566    37799    64624 |    15245      253     99 | 73.064 % |
183.25/183.35	c |       478 |    3566    37799    64624 |    16770      478     74 | 73.064 % |
183.45/183.57	c |       815 |    3566    37799    64624 |    18447      815     74 | 73.064 % |
183.84/183.95	c |      1323 |    3566    37799    64624 |    20291     1323     74 | 73.064 % |
184.34/184.49	c |      2085 |    3566    37799    64624 |    22321     2085     74 | 73.064 % |
185.04/185.19	c |      3226 |    3566    37799    64624 |    24553     3226     71 | 73.064 % |
186.34/186.40	c |      4936 |    3566    37799    64624 |    27008     4936     67 | 73.064 % |
186.64/186.71	c ===============================================================================
186.74/186.86	c core #23
186.74/186.86	c 
186.74/186.86	c 
186.74/186.86	c Core size: 705	Core Weight: 1	Total Weight: 23
186.74/186.86	c
186.74/186.86	c
186.74/186.86	c ============================[ Search Statistics ]==============================
186.74/186.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
186.74/186.86	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
186.74/186.86	c ===============================================================================
186.74/186.86	c |         0 |    4188    37801    65871 |    12600        0    nan |  0.000 % |
186.85/186.92	c |       100 |    4188    37801    65871 |    13860      100    210 | 69.786 % |
186.94/187.01	c |       252 |    4188    37801    65871 |    15246      252    158 | 69.786 % |
187.04/187.13	c |       478 |    4188    37801    65871 |    16771      478    115 | 69.786 % |
187.34/187.43	c |       816 |    4188    37801    65871 |    18448      816    115 | 69.786 % |
187.54/187.68	c |      1323 |    4188    37801    65871 |    20292     1323     97 | 69.786 % |
187.94/188.08	c |      2084 |    4188    37801    65871 |    22322     2084     92 | 69.786 % |
188.64/188.73	c |      3223 |    4188    37801    65871 |    24554     3223     90 | 69.786 % |
189.74/189.89	c |      4932 |    4188    37801    65871 |    27009     4932     99 | 69.786 % |
192.04/192.14	c |      7496 |    4188    37801    65871 |    29710     7496    143 | 69.786 % |
195.04/195.16	c |     11342 |    4188    37801    65871 |    32682    11342    151 | 69.786 % |
200.64/200.76	c |     17108 |    4188    37801    65871 |    35950    17108    149 | 69.786 % |
210.64/210.80	c |     25757 |    4188    37801    65871 |    39545    25757    144 | 69.786 % |
230.63/230.76	c |     38731 |    4188    37801    65871 |    43499    38731    153 | 69.786 % |
264.82/264.94	c |     58193 |    4188    37801    65871 |    47849    19306    159 | 69.786 % |
306.00/306.19	c |     87385 |    4188    37801    65871 |    52634    48498    137 | 69.786 % |
386.68/386.89	c |    131174 |    4188    37801    65871 |    57898    45561    187 | 69.786 % |
395.98/396.18	c ===============================================================================
398.88/399.01	c core #24
398.88/399.01	c 
398.88/399.01	c 
398.88/399.01	c Core size: 765	Core Weight: 1	Total Weight: 24
398.88/399.01	c
398.88/399.01	c
398.88/399.01	c ============================[ Search Statistics ]==============================
398.88/399.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
398.88/399.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
398.88/399.01	c ===============================================================================
398.88/399.01	c |         0 |    4950    37810    67419 |    12603        0    nan |  0.000 % |
398.88/399.08	c |       104 |    4950    37810    67419 |    13863      104    240 | 66.149 % |
398.98/399.15	c |       255 |    4950    37810    67419 |    15250      255    142 | 66.149 % |
399.08/399.24	c |       480 |    4950    37810    67419 |    16775      480    100 | 66.149 % |
399.48/399.69	c |       824 |    4950    37810    67419 |    18452      824    148 | 66.149 % |
399.77/399.98	c |      1332 |    4950    37810    67419 |    20297     1332    127 | 66.149 % |
400.18/400.35	c |      2092 |    4950    37810    67419 |    22327     2092    121 | 66.149 % |
400.97/401.14	c |      3231 |    4950    37810    67419 |    24560     3231    129 | 66.149 % |
402.49/402.66	c |      4942 |    4950    37810    67419 |    27016     4942    125 | 66.149 % |
404.17/404.39	c |      7504 |    4950    37810    67419 |    29718     7504    131 | 66.149 % |
407.88/408.00	c |     11348 |    4950    37810    67419 |    32689    11348    133 | 66.149 % |
412.77/412.94	c |     17114 |    4950    37810    67419 |    35958    17114    159 | 66.149 % |
423.38/423.51	c |     25764 |    4950    37810    67419 |    39554    25764    189 | 66.149 % |
439.26/439.43	c |     38738 |    4950    37810    67419 |    43510    38738    207 | 66.149 % |
471.15/471.36	c |     58201 |    4950    37810    67419 |    47861    18369    228 | 66.149 % |
506.64/506.81	c |     87393 |    4950    37810    67419 |    52647    47561    190 | 66.149 % |
579.33/579.50	c |    131182 |    4950    37810    67419 |    57911    42037    206 | 66.149 % |
691.80/692.10	c |    196867 |    4950    37810    67419 |    63703    52278    240 | 66.149 % |
833.35/833.68	c |    295396 |    4950    37810    67419 |    70073    33125    199 | 66.149 % |
1101.79/1102.17	c |    443187 |    4950    37810    67419 |    77080    51910    261 | 66.149 % |
1580.55/1581.04	c |    664870 |    4950    37810    67419 |    84788    65484    229 | 66.149 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2680432-1277459763/watcher-2680432-1277459763 -o /tmp/evaluation-result-2680432-1277459763/solver-2680432-1277459763 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680432-1277459763.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.91 3/106 29672
/proc/meminfo: memFree=1851692/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=4516 CPUtime=0
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 460 0 0 0 0 0 0 0 17 0 1 0 121580331 4624384 378 1992294400 134512640 135752675 4287026768 18446744073709551615 134564857 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 1129 378 135 303 0 557 0

[startup+0.0894679 s]
/proc/loadavg: 0.99 0.97 0.91 3/106 29672
/proc/meminfo: memFree=1851692/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=6184 CPUtime=0.08
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 1031 0 0 0 8 0 0 0 17 0 1 0 121580331 6332416 949 1992294400 134512640 135752675 4287026768 18446744073709551615 134564849 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 1546 949 261 303 0 974 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6184

[startup+0.101468 s]
/proc/loadavg: 0.99 0.97 0.91 3/106 29672
/proc/meminfo: memFree=1851692/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=6504 CPUtime=0.09
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 1092 0 0 0 9 0 0 0 17 0 1 0 121580331 6660096 1010 1992294400 134512640 135752675 4287026768 18446744073709551615 134565958 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 1626 1010 280 303 0 1054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6504

[startup+0.301491 s]
/proc/loadavg: 0.99 0.97 0.91 3/106 29672
/proc/meminfo: memFree=1851692/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=9932 CPUtime=0.3
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 2363 0 0 0 29 1 0 0 17 0 1 0 121580331 10170368 1982 1992294400 134512640 135752675 4287026768 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 2483 1982 141 303 0 2178 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9932

[startup+0.700539 s]
/proc/loadavg: 0.99 0.97 0.91 3/106 29672
/proc/meminfo: memFree=1851692/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=9932 CPUtime=0.69
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 2384 0 0 0 66 3 0 0 17 0 1 0 121580331 10170368 2003 1992294400 134512640 135752675 4287026768 18446744073709551615 134638053 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 2483 2003 145 303 0 2178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9932

[startup+1.50063 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1844244/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=9932 CPUtime=1.49
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 2384 0 0 0 140 9 0 0 18 0 1 0 121580331 10170368 2003 1992294400 134512640 135752675 4287026768 18446744073709551615 134638140 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 2483 2003 145 303 0 2178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9932

[startup+3.10082 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1843996/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=9932 CPUtime=3.09
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 2384 0 0 0 299 10 0 0 21 0 1 0 121580331 10170368 2003 1992294400 134512640 135752675 4287026768 18446744073709551615 134637650 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 2483 2003 145 303 0 2178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9932

[startup+6.30119 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1843872/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=10064 CPUtime=6.29
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 2410 0 0 0 618 11 0 0 25 0 1 0 121580331 10305536 2029 1992294400 134512640 135752675 4287026768 18446744073709551615 134605044 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 2516 2029 145 303 0 2211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10064

[startup+12.7009 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1840524/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=13812 CPUtime=12.68
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 3320 0 0 0 1255 13 0 0 25 0 1 0 121580331 14143488 2939 1992294400 134512640 135752675 4287026768 18446744073709551615 134605414 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 3453 2939 145 303 0 3148 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13812

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29673
/proc/meminfo: memFree=1833828/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=20080 CPUtime=25.48
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 4910 0 0 0 2527 21 0 0 25 0 1 0 121580331 20561920 4529 1992294400 134512640 135752675 4287026768 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 5020 4529 145 303 0 4715 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20080

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29675
/proc/meminfo: memFree=1824652/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=29528 CPUtime=51.08
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 7244 0 0 0 5074 34 0 0 25 0 1 0 121580331 30236672 6863 1992294400 134512640 135752675 4287026768 18446744073709551615 134605481 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 7382 6863 145 303 0 7077 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29528

[startup+102.309 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29675
/proc/meminfo: memFree=1797992/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=55688 CPUtime=102.27
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 13796 0 0 0 10163 64 0 0 25 0 1 0 121580331 57024512 13415 1992294400 134512640 135752675 4287026768 18446744073709551615 134518465 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 13922 13415 145 303 0 13617 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55688

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29677
/proc/meminfo: memFree=1761040/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=93032 CPUtime=162.25
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 23101 0 0 0 16125 100 0 0 25 0 1 0 121580331 95264768 22720 1992294400 134512640 135752675 4287026768 18446744073709551615 134611493 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 23258 22720 145 303 0 22953 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 93032

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29679
/proc/meminfo: memFree=1742936/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=110384 CPUtime=222.23
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 27916 0 0 0 22083 140 0 0 25 0 1 0 121580331 113033216 27125 1992294400 134512640 135752675 4287026768 18446744073709551615 134638083 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 27596 27125 146 303 0 27291 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 110384

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29681
/proc/meminfo: memFree=1716152/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=137444 CPUtime=282.22
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 34683 0 0 0 28054 168 0 0 25 0 1 0 121580331 140742656 33892 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 34361 33892 146 303 0 34056 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 137444

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29690
/proc/meminfo: memFree=1687136/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=165672 CPUtime=342.19
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 41712 0 0 0 34026 193 0 0 25 0 1 0 121580331 169648128 40921 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 41418 40921 146 303 0 41113 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 165672

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29692
/proc/meminfo: memFree=1649812/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=203196 CPUtime=402.17
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 51141 0 0 0 39998 219 0 0 25 0 1 0 121580331 208072704 50207 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 50799 50207 146 303 0 50494 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 203196

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29694
/proc/meminfo: memFree=1649564/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=203196 CPUtime=462.16
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 51189 0 0 0 45974 242 0 0 25 0 1 0 121580331 208072704 50255 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 50799 50255 146 303 0 50494 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 203196

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29696
/proc/meminfo: memFree=1627244/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=225952 CPUtime=522.14
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 56901 0 0 0 51947 267 0 0 25 0 1 0 121580331 231374848 55967 1992294400 134512640 135752675 4287026768 18446744073709551615 134611790 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 56488 55967 146 303 0 56183 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 225952

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29698
/proc/meminfo: memFree=1589796/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=263228 CPUtime=582.13
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 66175 0 0 0 57919 294 0 0 25 0 1 0 121580331 269545472 65241 1992294400 134512640 135752675 4287026768 18446744073709551615 134611750 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 65807 65241 146 303 0 65502 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 263228

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29698
/proc/meminfo: memFree=1547884/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=304896 CPUtime=642.11
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 76586 0 0 0 63892 319 0 0 25 0 1 0 121580331 312213504 75652 1992294400 134512640 135752675 4287026768 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 76224 75652 146 303 0 75919 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 304896

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29706
/proc/meminfo: memFree=1391272/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=461408 CPUtime=882.05
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 115657 0 0 0 87773 432 0 0 25 0 1 0 121580331 472481792 114723 1992294400 134512640 135752675 4287026768 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 115352 114723 146 303 0 115047 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 461408

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29706
/proc/meminfo: memFree=1354196/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=498956 CPUtime=942.03
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 125042 0 0 0 93745 458 0 0 25 0 1 0 121580331 510930944 124108 1992294400 134512640 135752675 4287026768 18446744073709551615 134637639 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 124739 124108 146 303 0 124434 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 498956

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29708
/proc/meminfo: memFree=1321832/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=530628 CPUtime=1002.01
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 132961 0 0 0 99721 480 0 0 25 0 1 0 121580331 543363072 132027 1992294400 134512640 135752675 4287026768 18446744073709551615 134611620 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 132657 132027 146 303 0 132352 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 530628

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29713
/proc/meminfo: memFree=1288972/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=563392 CPUtime=1062
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 141155 0 0 0 105699 501 0 0 25 0 1 0 121580331 576913408 140221 1992294400 134512640 135752675 4287026768 18446744073709551615 134517409 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 140848 140221 146 303 0 140543 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 563392

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29715
/proc/meminfo: memFree=1251648/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=600308 CPUtime=1121.98
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 150368 0 0 0 111669 529 0 0 25 0 1 0 121580331 614715392 149434 1992294400 134512640 135752675 4287026768 18446744073709551615 134517409 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 150077 149434 146 303 0 149772 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 600308

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29717
/proc/meminfo: memFree=1224368/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=628192 CPUtime=1181.97
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 157345 0 0 0 117646 551 0 0 25 0 1 0 121580331 643268608 156411 1992294400 134512640 135752675 4287026768 18446744073709551615 134517425 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 157048 156411 146 303 0 156743 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 628192

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29717
/proc/meminfo: memFree=1187664/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=664256 CPUtime=1241.95
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 166341 0 0 0 123623 572 0 0 25 0 1 0 121580331 680198144 165407 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 166064 165407 146 303 0 165759 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 664256

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29719
/proc/meminfo: memFree=1165716/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=686160 CPUtime=1301.94
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 171801 0 0 0 129603 591 0 0 25 0 1 0 121580331 702627840 170867 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 171540 170867 146 303 0 171235 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 686160

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29721
/proc/meminfo: memFree=1139428/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=712820 CPUtime=1361.91
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 178416 0 0 0 135582 609 0 0 25 0 1 0 121580331 729927680 177482 1992294400 134512640 135752675 4287026768 18446744073709551615 134611647 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 178205 177482 146 303 0 177900 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 712820

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29723
/proc/meminfo: memFree=1111776/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=740220 CPUtime=1421.9
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 185275 0 0 0 141558 632 0 0 25 0 1 0 121580331 757985280 184341 1992294400 134512640 135752675 4287026768 18446744073709551615 134611790 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 185055 184341 146 303 0 184750 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 740220

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29725
/proc/meminfo: memFree=1084620/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=767588 CPUtime=1481.88
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 192120 0 0 0 147535 653 0 0 25 0 1 0 121580331 786010112 191186 1992294400 134512640 135752675 4287026768 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 191897 191186 146 303 0 191592 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 767588

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29725
/proc/meminfo: memFree=1048040/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=804152 CPUtime=1541.87
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 201220 0 0 0 153507 680 0 0 25 0 1 0 121580331 823451648 200286 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 201038 200286 146 303 0 200733 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 804152

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29727
/proc/meminfo: memFree=1019644/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=832888 CPUtime=1601.85
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 208407 0 0 0 159481 704 0 0 25 0 1 0 121580331 852877312 207473 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 208222 207473 146 303 0 207917 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 832888

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29729
/proc/meminfo: memFree=980708/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=871600 CPUtime=1661.83
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 218034 0 0 0 165455 728 0 0 25 0 1 0 121580331 892518400 217100 1992294400 134512640 135752675 4287026768 18446744073709551615 134611798 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 217900 217100 146 303 0 217595 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 871600

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29731
/proc/meminfo: memFree=947104/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=905096 CPUtime=1721.82
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 226399 0 0 0 171428 754 0 0 25 0 1 0 121580331 926818304 225465 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 226274 225465 146 303 0 225969 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 905096

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29733
/proc/meminfo: memFree=922800/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=929144 CPUtime=1781.8
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 232375 0 0 0 177410 770 0 0 25 0 1 0 121580331 951443456 231441 1992294400 134512640 135752675 4287026768 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 232286 231441 146 303 0 231981 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 929144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29733
/proc/meminfo: memFree=914988/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=936696 CPUtime=1800
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 234286 0 0 0 179224 776 0 0 25 0 1 0 121580331 959176704 233352 1992294400 134512640 135752675 4287026768 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 234174 233352 146 303 0 233869 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 936696

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

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

[startup+1800.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/107 29733
/proc/meminfo: memFree=914988/2059040 swapFree=4136396/4192956
[pid=29672] ppid=29670 vsize=936696 CPUtime=1800
/proc/29672/stat : 29672 (wbo1.4b) R 29670 29672 29207 0 -1 4202496 234286 0 0 0 179224 776 0 0 25 0 1 0 121580331 959176704 233352 1992294400 134512640 135752675 4287026768 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29672/statm: 234174 233352 146 303 0 233869 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 936696

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.6
CPU time (s): 1800.11
CPU user time (s): 1792.25
CPU system time (s): 7.8608
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 936696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.25
system time used= 7.8608
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234286
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= 6
involuntary context switches= 1094

runsolver used 2.92755 second user time and 8.5597 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-25 11:56:03
IDJOB=2680432
IDBENCH=24994
IDSOLVER=1190
FILE ID=node001/2680432-1277459763
PBS_JOBID= 11188156
Free space on /tmp= 62472 MiB

SOLVER NAME= wbo 1.4b (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_010_area_delay.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2680432-1277459763/watcher-2680432-1277459763 -o /tmp/evaluation-result-2680432-1277459763/solver-2680432-1277459763 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680432-1277459763.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d869c2ae266497675d66f161576eaac8
RANDOM SEED=985618206

node001.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1852220 kB
Buffers:         25360 kB
Cached:          80904 kB
SwapCached:       9008 kB
Active:          58048 kB
Inactive:        61208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1852220 kB
SwapTotal:     4192956 kB
SwapFree:      4136396 kB
Dirty:            3748 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:           8404 kB
Slab:            65532 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62472 MiB
End job on node001 at 2010-06-25 12:26:06