Can hmetis satisfy the demand below ??

if i order the command "shmetis.exe test.hgr 3 5" in a console mode.

the content of the "test.hgr" file:

4 7 10
1 2
1 7 5 6
5 6 4
2 3 4
5 <------ vertex1 area (I set the vertex1 weight according to the area of the vertex1)
1 <------ vertex2 area (I set the vertex2 weight according to the area of the vertex2)
8 <------ vertex3 area (I set the vertex3 weight according to the area of the vertex3)
7 <------ vertex4 area (I set the vertex4 weight according to the area of the vertex4)
3 <------ vertex5 area (I set the vertex5 weight according to the area of the vertex5)
9 <------ vertex6 area (I set the vertex6 weight according to the area of the vertex6)
3 <------ vertex7 area (I set the vertex7 weight according to the area of the vertex7)

then I get the result of partition "test.hgr.part.3".

Q1:

Can the result of the partition satisfy

that the sun of areas of part0 is between {total_area * 0.28}~{total_area * 0.38},the sum of areas of part1(or part2)

is between {total_area * 0.62 * 0.45}~{total_area * 0.72 * 0.55} ??

ps:total_area : 5 + 1 + 8 + 7 + 3 + 9 + 3