Trace number 1773602

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 209.314 209.366

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.2906
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.09/0.12	c |  Number of variables:         40042                                         |
0.09/0.12	c |  Number of clauses:          119355                                         |
0.09/0.12	c |  Parse time:                   0.11 s                                       |
0.79/0.82	c |  Simplification time:          0.67 s                                       |
0.79/0.82	c |                                                                             |
0.79/0.82	c ============================[ Search Statistics ]==============================
0.79/0.82	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.82	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.82	c ===============================================================================
0.79/0.84	c |       100 |    4435    47902   309839 |    17564      100     38 |  0.025 % |
0.79/0.86	c |       250 |    4435    47902   309839 |    19320      250     31 |  0.025 % |
0.89/0.90	c |       475 |    4435    47902   309839 |    21252      475     26 |  0.025 % |
0.89/0.95	c |       812 |    4435    47902   309839 |    23377      812     21 |  0.025 % |
0.99/1.02	c |      1318 |    4435    47902   309839 |    25715     1318     19 |  0.025 % |
1.09/1.13	c |      2077 |    4435    47902   309839 |    28287     2077     20 |  0.025 % |
1.29/1.31	c |      3216 |    4435    47902   309839 |    31115     3216     46 |  0.025 % |
1.49/1.59	c |      4924 |    4434    47837   309709 |    34227     4922     45 |  0.027 % |
1.89/1.98	c |      7486 |    4434    47837   309709 |    37650     7484     64 |  0.027 % |
2.49/2.59	c |     11330 |    4434    47837   309709 |    41415    11328     77 |  0.027 % |
3.69/3.78	c |     17096 |    4434    47837   309709 |    45556    17094    107 |  0.027 % |
5.69/5.77	c |     25745 |    4432    47772   309411 |    50112    22986    130 |  0.032 % |
11.69/11.72	c |     38719 |    4432    47705   309277 |    55123    35939    191 |  0.032 % |
22.08/22.14	c |     58180 |    4431    47640   309146 |    60635    20621    209 |  0.035 % |
40.48/40.55	c |     87372 |    4431    47640   309146 |    66699    49813    232 |  0.035 % |
65.37/65.48	c |    131161 |    4430    47575   309016 |    73369    47340    200 |  0.037 % |
108.46/108.55	c |    196845 |    4430    47575   309016 |    80706    61680    186 |  0.037 % |
161.35/161.46	c |    295371 |    4428    47511   308827 |    88777    34960    132 |  0.042 % |
209.24/209.35	c ===============================================================================
209.24/209.35	c restarts              : 908
209.24/209.35	c conflicts             : 381965         (1832 /sec)
209.24/209.35	c decisions             : 1541407        (7392 /sec)
209.24/209.35	c propagations          : 101622810      (487350 /sec)
209.24/209.35	c conflict literals     : 67628048       (29.65 % deleted)
209.24/209.35	c Memory used           : 67.91 MB
209.24/209.35	c CPU time              : 208.521 s
209.24/209.35	c 
209.24/209.35	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773602-1241212410/watcher-1773602-1241212410 -o /tmp/evaluation-result-1773602-1241212410/solver-1773602-1241212410 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1773602-1241212410.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 1.00 1.00 1.00 3/64 9186
/proc/meminfo: memFree=874040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=7472 CPUtime=0
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 149269047 7651328 406 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 1868 407 63 219 0 1646 0

[startup+0.0724939 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9186
/proc/meminfo: memFree=874040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=13528 CPUtime=0.06
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 2142 0 0 0 5 1 0 0 18 0 1 0 149269047 13852672 2024 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 3382 2024 63 219 0 3160 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13528

[startup+0.101496 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9186
/proc/meminfo: memFree=874040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=16356 CPUtime=0.09
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 2924 0 0 0 8 1 0 0 18 0 1 0 149269047 16748544 2707 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 4089 2707 63 219 0 3867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16356

[startup+0.301513 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9186
/proc/meminfo: memFree=874040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=19928 CPUtime=0.29
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 4463 0 0 0 27 2 0 0 19 0 1 0 149269047 20406272 4246 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 4982 4247 88 219 0 4760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19928

[startup+0.701548 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9186
/proc/meminfo: memFree=874040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=26972 CPUtime=0.69
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 6061 0 0 0 66 3 0 0 22 0 1 0 149269047 27619328 5844 1992294400 4194304 5092341 548682068848 18446744073709551615 4222830 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 6743 5844 88 219 0 6521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26972

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=856880/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=22996 CPUtime=1.49
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 6693 0 0 0 146 3 0 0 25 0 1 0 149269047 23547904 4551 1992294400 4194304 5092341 548682068848 18446744073709551615 4241332 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 5749 4551 103 219 0 5527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22996

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=854576/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=25592 CPUtime=3.09
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 7801 0 0 0 304 5 0 0 25 0 1 0 149269047 26206208 5659 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 6398 5659 103 219 0 6176 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25592

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=846064/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=35324 CPUtime=6.29
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 10047 0 0 0 624 5 0 0 25 0 1 0 149269047 36171776 7905 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 8831 7905 103 219 0 8609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35324

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=828080/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=57220 CPUtime=12.69
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 14131 0 0 0 1262 7 0 0 25 0 1 0 149269047 58593280 11989 1992294400 4194304 5092341 548682068848 18446744073709551615 4241101 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 14305 11989 103 219 0 14083 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57220

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=821616/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=56860 CPUtime=25.48
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 27693 0 0 0 2532 16 0 0 25 0 1 0 149269047 58224640 13199 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 14215 13199 103 219 0 13993 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56860

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=785392/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=119264 CPUtime=51.08
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 36842 0 0 0 5083 25 0 0 25 0 1 0 149269047 122126336 22348 1992294400 4194304 5092341 548682068848 18446744073709551615 4248133 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 29816 22348 103 219 0 29594 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119264

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=800688/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=77204 CPUtime=102.27
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 64224 0 0 0 10183 44 0 0 25 0 1 0 149269047 79056896 18364 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 19301 18364 103 219 0 19079 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 77204

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=813040/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=69532 CPUtime=162.25
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 88016 0 0 0 16162 63 0 0 25 0 1 0 149269047 71200768 15335 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 17383 15335 103 219 0 17161 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 69532

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=790576/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=102376 CPUtime=179.05
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 93648 0 0 0 17835 70 0 0 25 0 1 0 149269047 104833024 20967 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 25594 20967 103 219 0 25372 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 102376

[startup+191.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=782768/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=102376 CPUtime=191.85
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 95565 0 0 0 19112 73 0 0 25 0 1 0 149269047 104833024 22884 1992294400 4194304 5092341 548682068848 18446744073709551615 4250085 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 25594 22884 103 219 0 25372 0
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (KiB) 102376

[startup+198.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=822704/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=54932 CPUtime=198.24
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 98741 0 0 0 19749 75 0 0 25 0 1 0 149269047 56250368 12932 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 13733 12932 103 219 0 13511 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 54932

[startup+204.701 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 9187
/proc/meminfo: memFree=817328/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=60772 CPUtime=204.64
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 99991 0 0 0 20387 77 0 0 25 0 1 0 149269047 62230528 14182 1992294400 4194304 5092341 548682068848 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 15193 14182 103 219 0 14971 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 60772

[startup+207.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=815728/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=60772 CPUtime=207.85
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 100376 0 0 0 20707 78 0 0 25 0 1 0 149269047 62230528 14567 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 15193 14567 103 219 0 14971 0
Current children cumulated CPU time (s) 207.85
Current children cumulated vsize (KiB) 60772

[startup+208.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=815728/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=60772 CPUtime=208.64
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 100448 0 0 0 20786 78 0 0 25 0 1 0 149269047 62230528 14639 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 15193 14639 103 219 0 14971 0
Current children cumulated CPU time (s) 208.64
Current children cumulated vsize (KiB) 60772

[startup+209.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=815344/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=60772 CPUtime=209.04
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 100477 0 0 0 20826 78 0 0 25 0 1 0 149269047 62230528 14668 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 15193 14668 103 219 0 14971 0
Current children cumulated CPU time (s) 209.04
Current children cumulated vsize (KiB) 60772

[startup+209.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9187
/proc/meminfo: memFree=815344/2055920 swapFree=4174092/4192956
[pid=9186] ppid=9184 vsize=69532 CPUtime=209.24
/proc/9186/stat : 9186 (minisat) R 9184 9186 9006 0 -1 4194304 100504 0 0 0 20846 78 0 0 25 0 1 0 149269047 71200768 14695 1992294400 4194304 5092341 548682068848 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/9186/statm: 17383 14695 103 219 0 17161 0
Current children cumulated CPU time (s) 209.24
Current children cumulated vsize (KiB) 69532

Child status: 20
Real time (s): 209.366
CPU time (s): 209.314
CPU user time (s): 208.521
CPU system time (s): 0.792879
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 143992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.521
system time used= 0.792879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100516
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= 2
involuntary context switches= 477

runsolver used 0.171973 second user time and 0.474927 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-01 23:13:30
IDJOB=1773602
IDBENCH=70758
IDSOLVER=608
FILE ID=node50/1773602-1241212410
PBS_JOBID= 9224713
Free space on /tmp= 66500 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand064.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773602-1241212410/watcher-1773602-1241212410 -o /tmp/evaluation-result-1773602-1241212410/solver-1773602-1241212410 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1773602-1241212410.cnf

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED=430981501

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
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.216
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:        874520 kB
Buffers:         84968 kB
Cached:         986844 kB
SwapCached:      13128 kB
Active:         138176 kB
Inactive:       948440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874520 kB
SwapTotal:     4192956 kB
SwapFree:      4174092 kB
Dirty:            2984 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            80708 kB
Committed_AS:   601544 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node50 at 2009-05-01 23:16:59