Trace number 1723495

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 154.686 154.733

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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.59/0.65	c |  Number of variables:        169072                                         |
0.59/0.65	c |  Number of clauses:          501420                                         |
0.59/0.65	c |  Parse time:                   0.58 s                                       |
3.49/3.59	c |  Simplification time:          2.89 s                                       |
3.49/3.59	c |                                                                             |
3.49/3.59	c ============================[ Search Statistics ]==============================
3.49/3.59	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.59	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.49/3.59	c ===============================================================================
3.68/3.71	c |       100 |   36550   225260   967152 |    82595       99     15 |  0.059 % |
3.68/3.76	c |       250 |   36550   225260   967152 |    90854      249     13 |  0.059 % |
3.78/3.82	c |       475 |   36274   225260   967152 |    99940      472     12 |  0.222 % |
3.78/3.89	c |       812 |   36274   225260   967152 |   109934      809     18 |  0.222 % |
3.98/4.03	c |      1318 |   36274   225260   967152 |   120927     1315     15 |  0.222 % |
4.39/4.42	c |      2077 |   36247   221583   953179 |   133020     2071     19 |  0.238 % |
4.78/4.88	c |      3216 |   36247   221583   953179 |   146322     3210     18 |  0.238 % |
5.28/5.39	c |      4924 |   36160   220659   948451 |   160954     4832     17 |  0.290 % |
5.88/5.94	c |      7486 |   36158   220648   948420 |   177050     7392     18 |  0.291 % |
6.88/6.90	c |     11330 |   36092   219738   945108 |   194755    11231     17 |  0.330 % |
8.18/8.26	c |     17096 |   36014   218363   936930 |   214231    15556     18 |  0.376 % |
10.69/10.73	c |     25745 |   35451   218215   936330 |   235654    23985     21 |  0.709 % |
13.79/13.87	c |     38719 |   35376   213178   912183 |   259219    36289     22 |  0.754 % |
18.69/18.79	c |     58180 |   35369   213092   911769 |   285141    55748     24 |  0.758 % |
26.39/26.44	c |     87372 |   35359   212991   911344 |   313655    84937     23 |  0.764 % |
39.07/39.19	c |    131161 |   34679   206164   878020 |   345021   112200     20 |  1.166 % |
62.07/62.10	c |    196845 |   34409   203945   868305 |   379523   176298     22 |  1.325 % |
107.16/107.26	c |    295371 |   34316   202661   862768 |   417475   273459     24 |  1.380 % |
154.65/154.71	c ===============================================================================
154.65/154.71	c restarts              : 893
154.65/154.71	c conflicts             : 377876         (2447 /sec)
154.65/154.71	c decisions             : 2069420        (13401 /sec)
154.65/154.71	c propagations          : 157470917      (1019714 /sec)
154.65/154.71	c conflict literals     : 9656968        (28.13 % deleted)
154.65/154.71	c Memory used           : 120.05 MB
154.65/154.71	c CPU time              : 154.427 s
154.65/154.71	c 
154.65/154.71	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-1723495-1240686642/watcher-1723495-1240686642 -o /tmp/evaluation-result-1723495-1240686642/solver-1723495-1240686642 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1723495-1240686642.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18534
/proc/meminfo: memFree=1221704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=7920 CPUtime=0
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 96697413 8110080 501 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 1980 501 63 219 0 1758 0

[startup+0.018038 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18534
/proc/meminfo: memFree=1221704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=8624 CPUtime=0.01
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 740 0 0 0 1 0 0 0 18 0 1 0 96697413 8830976 724 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 2156 724 63 219 0 1934 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8624

[startup+0.101045 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18534
/proc/meminfo: memFree=1221704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=15356 CPUtime=0.09
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 2642 0 0 0 8 1 0 0 18 0 1 0 96697413 15724544 2516 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 3839 2516 63 219 0 3617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15356

[startup+0.301061 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18534
/proc/meminfo: memFree=1221704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=29204 CPUtime=0.29
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 7024 0 0 0 26 3 0 0 19 0 1 0 96697413 29904896 6436 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 7301 6437 63 219 0 7079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29204

[startup+0.701096 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 18534
/proc/meminfo: memFree=1221704/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=62536 CPUtime=0.69
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 14565 0 0 0 62 7 0 0 23 0 1 0 96697413 64036864 13144 1992294400 4194304 5092341 548682068832 18446744073709551615 4219441 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 15634 13144 87 219 0 15412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62536

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1166592/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=75644 CPUtime=1.49
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 17544 0 0 0 140 9 0 0 25 0 1 0 96697413 77459456 16123 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 18911 16123 87 219 0 18689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75644

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1152768/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=90992 CPUtime=3.09
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 20619 0 0 0 299 10 0 0 25 0 1 0 96697413 93175808 19198 1992294400 4194304 5092341 548682068832 18446744073709551615 4223434 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 22748 19198 87 219 0 22526 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90992

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1167296/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=65700 CPUtime=6.28
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 22144 0 0 0 617 11 0 0 25 0 1 0 96697413 67276800 13950 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 16425 13950 102 219 0 16203 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 65700

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1165256/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=65700 CPUtime=12.69
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 22644 0 0 0 1257 12 0 0 25 0 1 0 96697413 67276800 14450 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 16425 14450 102 219 0 16203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65700

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1159688/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=75432 CPUtime=25.49
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 24019 0 0 0 2535 14 0 0 25 0 1 0 96697413 77242368 15825 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 18858 15825 102 219 0 18636 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75432

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1150856/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=84192 CPUtime=51.07
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 26222 0 0 0 5091 16 0 0 25 0 1 0 96697413 86212608 18028 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 21048 18028 102 219 0 20826 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84192

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1134472/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=100728 CPUtime=102.26
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 30326 0 0 0 10206 20 0 0 25 0 1 0 96697413 103145472 22132 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 25182 22132 102 219 0 24960 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100728

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

[startup+127.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1126664/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=121792 CPUtime=127.85
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 32272 0 0 0 12762 23 0 0 25 0 1 0 96697413 124715008 24078 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30448 24078 102 219 0 30226 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 121792

[startup+140.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1123656/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122452 CPUtime=140.65
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33008 0 0 0 14042 23 0 0 25 0 1 0 96697413 125390848 24814 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30613 24814 102 219 0 30391 0
Current children cumulated CPU time (s) 140.65
Current children cumulated vsize (KiB) 122452

[startup+147.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1122568/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122596 CPUtime=147.05
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33326 0 0 0 14681 24 0 0 25 0 1 0 96697413 125538304 25132 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30649 25132 102 219 0 30427 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 122596

[startup+150.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1121608/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122924 CPUtime=150.25
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33542 0 0 0 15001 24 0 0 25 0 1 0 96697413 125874176 25348 1992294400 4194304 5092341 548682068832 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30731 25348 102 219 0 30509 0
Current children cumulated CPU time (s) 150.25
Current children cumulated vsize (KiB) 122924

[startup+151.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1121288/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122924 CPUtime=151.85
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33596 0 0 0 15161 24 0 0 25 0 1 0 96697413 125874176 25402 1992294400 4194304 5092341 548682068832 18446744073709551615 4248079 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30731 25402 102 219 0 30509 0
Current children cumulated CPU time (s) 151.85
Current children cumulated vsize (KiB) 122924

[startup+153.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1121224/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122924 CPUtime=153.45
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33636 0 0 0 15321 24 0 0 25 0 1 0 96697413 125874176 25442 1992294400 4194304 5092341 548682068832 18446744073709551615 4248209 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30731 25442 102 219 0 30509 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 122924

[startup+154.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1121032/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122924 CPUtime=154.25
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33662 0 0 0 15401 24 0 0 25 0 1 0 96697413 125874176 25468 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30731 25468 102 219 0 30509 0
Current children cumulated CPU time (s) 154.25
Current children cumulated vsize (KiB) 122924

[startup+154.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18535
/proc/meminfo: memFree=1121032/2055920 swapFree=4192812/4192956
[pid=18534] ppid=18532 vsize=122924 CPUtime=154.65
/proc/18534/stat : 18534 (minisat) R 18532 18534 18196 0 -1 4194304 33673 0 0 0 15441 24 0 0 25 0 1 0 96697413 125874176 25479 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/18534/statm: 30731 25479 102 219 0 30509 0
Current children cumulated CPU time (s) 154.65
Current children cumulated vsize (KiB) 122924

Child status: 20
Real time (s): 154.733
CPU time (s): 154.686
CPU user time (s): 154.427
CPU system time (s): 0.25996
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 122924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.427
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33683
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= 354

runsolver used 0.142978 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 21:10:42
IDJOB=1723495
IDBENCH=71715
IDSOLVER=546
FILE ID=node31/1723495-1240686642
PBS_JOBID= 9186698
Free space on /tmp= 66400 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723495-1240686642/watcher-1723495-1240686642 -o /tmp/evaluation-result-1723495-1240686642/solver-1723495-1240686642 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1723495-1240686642.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=2032416315

node31.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.213
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.213
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:       1223400 kB
Buffers:         61208 kB
Cached:         703656 kB
SwapCached:          0 kB
Active:          76780 kB
Inactive:       702976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1223400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9624 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            38560 kB
Committed_AS:   343280 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node31 at 2009-04-25 21:13:17