Trace number 49677

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, and are wall clock time (not CPU 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
minisat+ 1.14SAT (TO)14 1800.72 1801.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark13.169
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
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 (download as text)

0.00	c Parsing PB file...
0.01	c Converting 100 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.01	c   -- Clauses(.)/Splits(s): ....................................................................................................
0.01	c ==================================[MINISAT+]==================================
0.01	c | Conflicts | Original         | Learnt                           | Progress |
0.01	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.01	c ==============================================================================
0.01	c |         0 |     100     1000 |      33       0        0     nan |  0.000 % |
0.01	c ==============================================================================
0.01	c Found solution: 18
0.01	o 18
0.01	c ---[   0]---> Sorter-cost: 2208     Base:
0.02	c ==================================[MINISAT+]==================================
0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.02	c ==============================================================================
0.02	c |         0 |    2484     6558 |     828       0        0     nan |  0.000 % |
0.03	c |       100 |    2484     6558 |     910     100     1562    15.6 |  0.547 % |
0.04	c |       250 |    2484     6558 |    1001     250     7125    28.5 |  0.547 % |
0.06	c |       477 |    2484     6558 |    1102     477    16652    34.9 |  0.547 % |
0.09	c |       816 |    2484     6558 |    1212     816    33442    41.0 |  0.547 % |
0.14	c |      1323 |    2484     6558 |    1333    1323    58442    44.2 |  0.547 % |
0.22	c |      2084 |    2484     6558 |    1466    1227    60982    49.7 |  0.547 % |
0.35	c |      3223 |    2484     6558 |    1613    1527    72669    47.6 |  0.547 % |
0.54	c |      4931 |    2484     6558 |    1774    1459    68714    47.1 |  0.547 % |
0.85	c |      7493 |    2484     6558 |    1952    1070    47000    43.9 |  0.547 % |
1.27	c |     11337 |    2484     6558 |    2147    1734    83110    47.9 |  0.547 % |
1.94	c |     17103 |    2484     6558 |    2362    1660    69538    41.9 |  0.547 % |
2.64	c ==============================================================================
2.64	c Found solution: 17
2.64	o 17
2.65	c ---[   0]---> Sorter-cost:    0     Base:
2.65	c ==================================[MINISAT+]==================================
2.65	c | Conflicts | Original         | Learnt                           | Progress |
2.65	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.65	c ==============================================================================
2.65	c |     22935 |    2498     6594 |     832    2418   106900    44.2 |  0.547 % |
2.67	c |     23036 |    2498     6594 |     915     706    23522    33.3 |  0.605 % |
2.69	c |     23186 |    2498     6594 |    1006     856    30699    35.9 |  0.605 % |
2.71	c |     23411 |    2498     6594 |    1107    1081    41915    38.8 |  0.605 % |
2.75	c |     23748 |    2498     6594 |    1218     796    27416    34.4 |  0.605 % |
2.81	c |     24255 |    2498     6594 |    1339    1303    52859    40.6 |  0.605 % |
2.89	c |     25014 |    2498     6594 |    1473    1302    49549    38.1 |  0.605 % |
3.02	c |     26153 |    2498     6594 |    1621    1609    67284    41.8 |  0.605 % |
3.22	c |     27862 |    2498     6594 |    1783    1520    62865    41.4 |  0.605 % |
3.52	c |     30424 |    2498     6594 |    1961    1180    44740    37.9 |  0.605 % |
3.94	c |     34270 |    2498     6594 |    2157    1868    76683    41.1 |  0.605 % |
4.63	c |     40036 |    2498     6594 |    2373    1836    71682    39.0 |  0.605 % |
5.16	c ==============================================================================
5.16	c Found solution: 15
5.16	o 15
5.16	c ---[   0]---> Sorter-cost:    0     Base:
5.17	c ==================================[MINISAT+]==================================
5.17	c | Conflicts | Original         | Learnt                           | Progress |
5.17	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.17	c ==============================================================================
5.17	c |     44643 |    2511     6627 |     837    1419    48917    34.5 |  0.605 % |
5.18	c |     44746 |    2511     6627 |     920     813    23797    29.3 |  0.662 % |
5.19	c |     44897 |    2511     6627 |    1012     964    29663    30.8 |  0.662 % |
5.21	c |     45122 |    2511     6627 |    1114     636    16737    26.3 |  0.662 % |
5.23	c |     45460 |    2511     6627 |    1225     974    29163    29.9 |  0.662 % |
5.28	c |     45966 |    2511     6627 |    1347     830    23782    28.7 |  0.662 % |
5.35	c |     46725 |    2511     6627 |    1482     863    24340    28.2 |  0.662 % |
5.46	c |     47864 |    2511     6627 |    1631    1207    40159    33.3 |  0.662 % |
5.62	c |     49572 |    2511     6627 |    1794    1171    37841    32.3 |  0.662 % |
5.86	c |     52135 |    2511     6627 |    1973    1832    62770    34.3 |  0.662 % |
6.25	c |     55979 |    2511     6627 |    2170    1449    46491    32.1 |  0.662 % |
6.85	c |     61745 |    2511     6627 |    2388    1455    51531    35.4 |  0.662 % |
7.82	c |     70394 |    2511     6627 |    2626    2508    99689    39.7 |  0.662 % |
9.17	c |     83369 |    2511     6627 |    2889    1552    55032    35.5 |  0.662 % |
11.29	c |    102830 |    2511     6627 |    3178    2785   109519    39.3 |  0.662 % |
14.61	c |    132022 |    2511     6627 |    3496    1912    68518    35.8 |  0.662 % |
19.42	c |    175812 |    2511     6627 |    3845    1846    59696    32.3 |  0.662 % |
26.92	c |    241497 |    2511     6627 |    4230    3600   129098    35.9 |  0.662 % |
38.82	c |    340023 |    2511     6627 |    4653    3493   131643    37.7 |  0.662 % |
57.53	c |    487814 |    2511     6627 |    5119    4431   165346    37.3 |  0.662 % |
84.50	c |    709498 |    2511     6627 |    5630    4776   161090    33.7 |  0.662 % |
126.80	c |   1042023 |    2511     6627 |    6194    4705   182680    38.8 |  0.662 % |
193.17	c |   1540811 |    2511     6627 |    6813    4885   179811    36.8 |  0.662 % |
298.31	c |   2288993 |    2505     6615 |    7494    4197   156171    37.2 |  0.842 % |
455.43	c |   3411267 |    2505     6615 |    8244    5438   220236    40.5 |  0.842 % |
497.84	c ==============================================================================
497.84	c Found solution: 14
497.84	o 14
497.84	c ---[   0]---> Sorter-cost:    0     Base:
497.85	c ==================================[MINISAT+]==================================
497.85	c | Conflicts | Original         | Learnt                           | Progress |
497.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
497.85	c ==============================================================================
497.85	c |   3704146 |    2494     6586 |     831    4470   166578    37.3 |  0.842 % |
497.87	c |   3704248 |    2494     6586 |     914     661    15030    22.7 |  1.563 % |
497.88	c |   3704399 |    2494     6586 |    1005     812    20545    25.3 |  1.563 % |
497.91	c |   3704625 |    2494     6586 |    1106    1038    29303    28.2 |  1.563 % |
497.94	c |   3704962 |    2494     6586 |    1216    1375    43307    31.5 |  1.563 % |
498.00	c |   3705468 |    2494     6586 |    1338    1194    35985    30.1 |  1.563 % |
498.07	c |   3706228 |    2494     6586 |    1472    1196    40912    34.2 |  1.563 % |
498.18	c |   3707369 |    2494     6586 |    1619    1519    53862    35.5 |  1.563 % |
498.37	c |   3709077 |    2494     6586 |    1781    1440    50144    34.8 |  1.563 % |
498.64	c |   3711639 |    2494     6586 |    1959    2045    73101    35.7 |  1.563 % |
499.01	c |   3715486 |    2494     6586 |    2155    1638    56814    34.7 |  1.563 % |
499.61	c |   3721255 |    2494     6586 |    2370    1710    56804    33.2 |  1.563 % |
500.49	c |   3729904 |    2494     6586 |    2608    1543    53106    34.4 |  1.563 % |
501.99	c |   3742878 |    2494     6586 |    2868    2000    62262    31.1 |  1.563 % |
504.19	c |   3762339 |    2494     6586 |    3155    1685    51625    30.6 |  1.563 % |
507.60	c |   3791532 |    2494     6586 |    3471    3176   105276    33.1 |  1.563 % |
512.60	c |   3835324 |    2494     6586 |    3818    3305   124398    37.6 |  1.563 % |
519.75	c |   3901009 |    2494     6586 |    4200    3116   110097    35.3 |  1.563 % |
531.44	c |   3999535 |    2494     6586 |    4620    3469   125319    36.1 |  1.563 % |
549.31	c |   4147324 |    2494     6586 |    5082    3031    98587    32.5 |  1.563 % |
576.35	c |   4369007 |    2494     6586 |    5590    4559   144490    31.7 |  1.563 % |
618.46	c |   4701532 |    2494     6586 |    6149    2948    96467    32.7 |  1.563 % |
684.35	c |   5200320 |    2494     6586 |    6764    3234   106432    32.9 |  1.563 % |
791.63	c |   5948502 |    2494     6586 |    7441    4710   157626    33.5 |  1.563 % |
951.30	c |   7070778 |    2494     6586 |    8185    4276   161064    37.7 |  1.563 % |
1197.86	c |   8754190 |    2494     6586 |    9003    7469   281253    37.7 |  1.563 % |
1583.52	c |  11279307 |    2494     6586 |    9904    8630   291818    33.8 |  1.563 % |
1801.16	c 
1801.16	c *** TERMINATED ***
1801.16	s SATISFIABLE
1801.16	v -x1 -x2 -x3 x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29
1801.16	v -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56
1801.16	v -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82
1801.16	v -x83 -x84 -x85 -x86 x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100

Verifier Data (download as text)

OK	14

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node26/watcher-49677-1154088361 -o ROOT/results/node26/solver-49677-1154088361 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/49677-1154088361/instance-49677-1154088361.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1289472/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=1048 CPUtime=0
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 155696218 1073152 95 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 262 95 74 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1287752/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=2696 CPUtime=9.99
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 551 0 0 0 999 0 0 0 25 0 1 0 155696218 2760704 535 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 674 535 110 215 0 456 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 2696

[startup+20.0084 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1287440/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=2968 CPUtime=20
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 638 0 0 0 2000 0 0 0 25 0 1 0 155696218 3039232 622 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581327 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 742 622 110 215 0 524 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 2968

[startup+30.0144 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1287120/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=3240 CPUtime=30
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 714 0 0 0 3000 0 0 0 25 0 1 0 155696218 3317760 698 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 810 698 110 215 0 592 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 3240

[startup+40.0204 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286800/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=3636 CPUtime=40
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 792 0 0 0 4000 0 0 0 25 0 1 0 155696218 3723264 776 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581065 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 909 776 110 215 0 691 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 3636

[startup+50.0264 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286672/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=3768 CPUtime=50
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 816 0 0 0 5000 0 0 0 25 0 1 0 155696218 3858432 800 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580262 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 942 800 110 215 0 724 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 3768

[startup+60.0324 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286544/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=3908 CPUtime=60.01
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 860 0 0 0 6001 0 0 0 25 0 1 0 155696218 4001792 844 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 977 844 110 215 0 759 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 3908

[startup+70.0394 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286544/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=3908 CPUtime=70.01
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 879 0 0 0 7001 0 0 0 25 0 1 0 155696218 4001792 863 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 977 863 110 215 0 759 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 3908

[startup+80.0454 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286544/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4052 CPUtime=80.01
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 897 0 0 0 8001 0 0 0 25 0 1 0 155696218 4149248 881 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581439 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1013 881 110 215 0 795 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 4052

[startup+90.0513 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286288/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4332 CPUtime=90.02
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 961 0 0 0 9002 0 0 0 25 0 1 0 155696218 4435968 945 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1083 945 110 215 0 865 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 4332

[startup+100.057 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286160/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4468 CPUtime=100.02
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1002 0 0 0 10002 0 0 0 25 0 1 0 155696218 4575232 986 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577444 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1117 986 110 215 0 899 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 4468

[startup+110.063 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286096/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4468 CPUtime=110.03
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1016 0 0 0 11003 0 0 0 25 0 1 0 155696218 4575232 1000 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1117 1000 110 215 0 899 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 4468

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1286032/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4604 CPUtime=120.03
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1032 0 0 0 12003 0 0 0 25 0 1 0 155696218 4714496 1016 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1151 1016 110 215 0 933 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 4604

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285776/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4872 CPUtime=130.03
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1095 0 0 0 13003 0 0 0 25 0 1 0 155696218 4988928 1079 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1218 1079 110 215 0 1000 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 4872

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285712/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4872 CPUtime=140.03
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1106 0 0 0 14003 0 0 0 25 0 1 0 155696218 4988928 1090 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581042 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1218 1090 110 215 0 1000 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 4872

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285648/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4872 CPUtime=150.04
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1120 0 0 0 15004 0 0 0 25 0 1 0 155696218 4988928 1104 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1218 1104 110 215 0 1000 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 4872

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285648/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=4872 CPUtime=160.04
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1120 0 0 0 16004 0 0 0 25 0 1 0 155696218 4988928 1104 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1218 1104 110 215 0 1000 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 4872

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285648/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=5004 CPUtime=170.05
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1133 0 0 0 17005 0 0 0 25 0 1 0 155696218 5124096 1117 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1251 1117 110 215 0 1033 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 5004

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285584/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=5004 CPUtime=180.05
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1143 0 0 0 18005 0 0 0 25 0 1 0 155696218 5124096 1127 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010186 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1251 1127 110 215 0 1033 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 5004

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285520/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=5148 CPUtime=190.05
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1159 0 0 0 19005 0 0 0 25 0 1 0 155696218 5271552 1143 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581101 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1287 1143 110 215 0 1069 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 5148

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743
/proc/meminfo: memFree=1285328/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=5280 CPUtime=200.06
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 1205 0 0 0 20006 0 0 0 25 0 1 0 155696218 5406720 1189 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 1320 1189 110 215 0 1102 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 5280

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 25743

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

/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178159 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577324 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 9732

[startup+1783.07 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1782.61
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178259 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 9732

[startup+1784.08 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1783.62
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178360 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581110 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 9732

[startup+1785.08 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1784.62
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178460 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 9732

[startup+1786.09 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1785.63
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178561 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 9732

[startup+1787.09 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1786.63
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178661 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 9732

[startup+1788.1 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1787.64
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178762 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 9732

[startup+1789.1 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1788.64
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178862 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 9732

[startup+1790.11 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1789.65
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2269 0 0 0 178963 2 0 0 25 0 1 0 155696218 9965568 2253 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2253 110 215 0 2215 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 9732

[startup+1791.11 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1790.65
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179063 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579637 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 9732

[startup+1792.12 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1791.66
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179164 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010461 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 9732

[startup+1793.12 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1792.66
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179264 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 9732

[startup+1794.13 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1793.67
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179365 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134592486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 9732

[startup+1795.13 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1794.67
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179465 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580349 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 9732

[startup+1796.14 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1795.68
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179566 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 9732

[startup+1797.14 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1796.68
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179666 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 9732

[startup+1798.15 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1797.68
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179766 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 9732

[startup+1799.15 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1798.69
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179867 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 9732

[startup+1800.16 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1799.69
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2275 0 0 0 179967 2 0 0 25 0 1 0 155696218 9965568 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575905 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2259 110 215 0 2215 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 9732

[startup+1801.16 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1800.7
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2277 0 0 0 180068 2 0 0 25 0 1 0 155696218 9965568 2261 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2261 110 215 0 2215 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 9732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.16 s]
/proc/loadavg: 1.00 0.99 0.94 2/64 25743
/proc/meminfo: memFree=1281040/2055920 swapFree=4177816/4192956
[pid=25743] ppid=25741 vsize=9732 CPUtime=1800.7
/proc/25743/stat : 25743 (minisat+) R 25741 25743 25694 0 -1 4194304 2277 0 0 0 180068 2 0 0 25 0 1 0 155696218 9965568 2261 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25743/statm: 2433 2261 110 215 0 2215 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 9732

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

Child status: 10
Real time (s): 1801.17
CPU time (s): 1800.72
CPU user time (s): 1800.69
CPU system time (s): 0.029995
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (Kb): 9732
The end

Launcher Data (download as text)

Begin job on node26 on Fri Jul 28 12:06:01 UTC 2006


FILE ID= 49677-1154088361

PBS_JOBID= 885496

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/49677-1154088361/instance-49677-1154088361.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-49677-1154088361 -o ROOT/results/node26/solver-49677-1154088361 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node26/49677-1154088361/instance-49677-1154088361.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  863d0ff562dc066d0163e86da5775aea

RANDOM SEED= 224773433

TIMEOUT= 1800 seconds


/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.225
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.225
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1289744 kB
Buffers:         37760 kB
Cached:         645744 kB
SwapCached:       8804 kB
Active:         128864 kB
Inactive:       568592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289744 kB
SwapTotal:     4192956 kB
SwapFree:      4177816 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            54804 kB
Committed_AS:   708888 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Fri Jul 28 12:36:03 UTC 2006