Trace number 1772933

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
LySAT i/2009-03-20UNSAT 18.9421 18.9528

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1974
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.28/0.39	c ==============================================================================
0.28/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.39	c ==============================================================================
0.28/0.39	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
6.78/6.81	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
6.78/6.81	c ==============================================================================
6.78/6.81	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
6.78/6.81	c CPU time:   6.65899 s
6.78/6.81	c ==============================================================================
7.29/7.38	c lySAT 0.1
7.29/7.38	c minisat core +  additionnal features
7.29/7.38	c ============================[ Problem Statistics ]=============================
7.29/7.38	c |                                                                             |
7.29/7.39	c |  Number of variables:  7948                                                 |
7.29/7.39	c |  Number of clauses:    257542                                               |
7.37/7.60	c |  Parsing time:         0.19         s                                       |
18.86/18.93	c restarts              : 303
18.86/18.93	c conflicts             : 39735          (3456 /sec)
18.86/18.93	c decisions             : 138096         (14.47 % random) (12010 /sec)
18.86/18.93	c euip                  : 4157        
18.86/18.93	c propagations          : 19085404       (1659853 /sec)
18.86/18.93	c conflict literals     : 745842         (30.10 % deleted)
18.86/18.93	c Memory used           : 23.44 MB
18.86/18.93	c CPU time              : 11.4983 s
18.86/18.93	c 
18.86/18.93	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-1772933-1241232389/watcher-1772933-1241232389 -o /tmp/evaluation-result-1772933-1241232389/solver-1772933-1241232389 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1772933-1241232389.cnf i 

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: 0.95 0.98 0.99 3/64 24951
/proc/meminfo: memFree=1614912/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=1436 CPUtime=0
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 151272923 1470464 251 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 359 252 52 127 0 229 0

[startup+0.061625 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 24951
/proc/meminfo: memFree=1614912/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=6716 CPUtime=0.05
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 1452 0 0 0 5 0 0 0 18 0 1 0 151272923 6877184 1436 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 1679 1436 52 127 0 1549 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12072

[startup+0.10163 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 24951
/proc/meminfo: memFree=1614912/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=10840 CPUtime=0.09
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 2345 0 0 0 8 1 0 0 18 0 1 0 151272923 11100160 2329 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 2710 2329 52 127 0 2580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16196

[startup+0.301653 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 24951
/proc/meminfo: memFree=1614912/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=36788 CPUtime=0.28
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 7719 0 0 0 24 4 0 0 19 0 1 0 151272923 37670912 7703 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 9197 7703 52 127 0 9067 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42144

[startup+0.701695 s]
/proc/loadavg: 0.95 0.98 0.99 3/64 24951
/proc/meminfo: memFree=1614912/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=51852 CPUtime=0.68
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 11605 0 0 0 62 6 0 0 23 0 1 0 151272923 53096448 11343 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 12963 11343 68 127 0 12833 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 57208

[startup+1.50279 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 24953
/proc/meminfo: memFree=1565936/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=54148 CPUtime=1.49
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 12154 0 0 0 141 8 0 0 25 0 1 0 151272923 55447552 11892 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 13537 11892 68 127 0 13407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59504

[startup+3.10196 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 24953
/proc/meminfo: memFree=1559280/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=57972 CPUtime=3.09
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 13102 0 0 0 298 11 0 0 25 0 1 0 151272923 59363328 12840 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 14493 12840 68 127 0 14363 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63328

[startup+6.30132 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24953
/proc/meminfo: memFree=1542448/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=0
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151272922 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24951/statm: 1339 235 195 169 0 50 0
[pid=24952] ppid=24951 vsize=67116 CPUtime=6.29
/proc/24952/stat : 24952 (SatElite) R 24951 24951 24884 0 -1 4194304 15232 0 0 0 615 14 0 0 25 0 1 0 151272923 68726784 14748 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/24952/statm: 16779 14748 68 127 0 16649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72472

[startup+12.701 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1571440/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=22820 CPUtime=5.3
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5557 0 0 0 527 3 0 0 25 0 1 0 151273661 23367680 5542 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 5705 5542 81 174 0 5528 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28176

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

[startup+15.9014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1570480/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=23736 CPUtime=8.49
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5784 0 0 0 846 3 0 0 25 0 1 0 151273661 24305664 5769 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 5934 5769 81 174 0 5757 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 29092

[startup+17.5016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1570352/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=23868 CPUtime=10.1
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5811 0 0 0 1007 3 0 0 25 0 1 0 151273661 24440832 5796 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 5967 5796 81 174 0 5790 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 29224

[startup+18.3017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1570352/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=23868 CPUtime=10.89
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5816 0 0 0 1086 3 0 0 25 0 1 0 151273661 24440832 5801 1992294400 134512640 135226915 4294956224 18446744073709551615 134738066 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 5967 5801 81 174 0 5790 0
Current children cumulated CPU time (s) 18.26
Current children cumulated vsize (KiB) 29224

[startup+18.7057 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1570352/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=24000 CPUtime=11.29
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5830 0 0 0 1126 3 0 0 25 0 1 0 151273661 24576000 5815 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 6000 5815 81 174 0 5823 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 29356

[startup+18.9027 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 24954
/proc/meminfo: memFree=1570352/2055920 swapFree=4179008/4192956
[pid=24951] ppid=24949 vsize=5356 CPUtime=7.37
/proc/24951/stat : 24951 (lysat.sh) S 24949 24951 24884 0 -1 4194304 310 16175 0 0 0 0 719 18 16 0 1 0 151272922 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24951/statm: 1339 237 195 169 0 50 0
[pid=24954] ppid=24951 vsize=24000 CPUtime=11.49
/proc/24954/stat : 24954 (LySATi) R 24951 24951 24884 0 -1 4194304 5837 0 0 0 1146 3 0 0 25 0 1 0 151273661 24576000 5822 1992294400 134512640 135226915 4294956224 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 1 0 0
/proc/24954/statm: 6000 5822 81 174 0 5823 0
Current children cumulated CPU time (s) 18.86
Current children cumulated vsize (KiB) 29356

Child status: 20
Real time (s): 18.9528
CPU time (s): 18.9421
CPU user time (s): 18.6982
CPU system time (s): 0.243962
CPU usage (%): 99.9434
Max. virtual memory (cumulated for all children) (KiB): 72904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6982
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22484
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= 13
involuntary context switches= 58

runsolver used 0.023996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 04:46:30
IDJOB=1772933
IDBENCH=20415
IDSOLVER=609
FILE ID=node5/1772933-1241232389
PBS_JOBID= 9224810
Free space on /tmp= 66528 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772933-1241232389/watcher-1772933-1241232389 -o /tmp/evaluation-result-1772933-1241232389/solver-1772933-1241232389 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1772933-1241232389.cnf i

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=1243158301

node5.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.212
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.212
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:       1615584 kB
Buffers:         73916 kB
Cached:         272052 kB
SwapCached:       7700 kB
Active:          71560 kB
Inactive:       283580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615584 kB
SwapTotal:     4192956 kB
SwapFree:      4179008 kB
Dirty:            9456 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            71208 kB
Committed_AS:   684484 kB
PageTables:       1400 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= 66524 MiB
End job on node5 at 2009-05-02 04:46:49