Trace number 1555625

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
VARSAT-crafted 2009-03-22UNSAT 80.3878 80.4159

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxand/maxand064.cnf
MD5SUMb2d2617ddc348aef0d35df3c8f228dcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.81857
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
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 ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  14578                                                |
0.00/0.00	c |  Number of clauses:    42581                                                |
0.00/0.05	c |  Parsing time:         0.04         s                                       |
0.00/0.05	c |  Timeout:              43200 s
0.00/0.05	c |  Random Seed:          1265515792.000000
0.00/0.05	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.05	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.05	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.05	c |                                                                             |
2.29/2.39	c ============================[ Search Statistics ]==============================
2.29/2.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.39	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.39	c ===============================================================================
2.29/2.39	c |         0 |    1452    16631   241284 |     5543        0    nan |  0.000 % |
7.39/7.40	c |       101 |    1450    16631   241284 |     6098       99     11 |  0.144 % |
11.68/11.79	c |       254 |    1450    16631   241284 |     6707      252     12 |  0.144 % |
16.08/16.16	c |       480 |    1450    16631   241284 |     7378      478     25 |  0.144 % |
20.48/20.53	c |       817 |    1450    16631   241284 |     8116      815     28 |  0.144 % |
24.88/24.97	c |      1324 |    1450    16631   241284 |     8928     1322     37 |  0.144 % |
29.38/29.45	c |      2084 |    1450    16501   241020 |     9820     2082     41 |  0.144 % |
35.38/35.47	c |      3224 |    1450    16501   241020 |    10803     3222     40 |  0.144 % |
40.18/40.26	c |      4938 |    1450    16501   241020 |    11883     4936     48 |  0.144 % |
44.48/44.59	c |      7500 |    1450    16501   241020 |    13071     7498     77 |  0.144 % |
48.87/48.93	c |     11344 |    1450    16501   241020 |    14378    11342     82 |  0.144 % |
53.57/53.68	c |     17115 |    1450    16501   241020 |    15816     9669     98 |  0.144 % |
59.77/59.86	c |     25768 |    1450    16501   241020 |    17398    10340    111 |  0.144 % |
65.36/65.44	c |     38744 |    1449    16437   240829 |    19138    14300    109 |  0.151 % |
72.37/72.47	c |     58206 |    1448    16437   240829 |    21052    14187    102 |  0.158 % |
80.37/80.41	c ===============================================================================
80.37/80.41	c surveys--CPU time (sec)   : 66.9918        (83.39 % of total)
80.37/80.41	c surveys--attempted        : 816            (12 /sec)
80.37/80.41	c surveys--converged        : 816            (100.00 % successful)
80.37/80.41	c restarts              : 15
80.37/80.41	c conflicts             : 80971          (6067 /sec)
80.37/80.41	c decisions             : 214964         (1.67 % random) (16106 /sec)
80.37/80.41	c propagations          : 4731678        (354513 /sec)
80.37/80.41	c conflict literals     : 8791417        (19.49 % deleted)
80.37/80.41	c Memory used           : 32.28 MB
80.37/80.41	c Total CPU time (sec)      : 80.3388     
80.37/80.41	c 
80.37/80.41	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-1555625-1238742114/watcher-1555625-1238742114 -o /tmp/evaluation-result-1555625-1238742114/solver-1555625-1238742114 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1265515792 HOME/instance-1555625-1238742114.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: 0.95 0.96 0.70 3/64 25727
/proc/meminfo: memFree=922744/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=3248 CPUtime=0
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 563 0 0 0 0 0 0 0 18 0 1 0 1146878185 3325952 549 1992294400 4194304 5102648 548682068800 18446744073709551615 4516119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 812 553 87 221 0 588 0

[startup+0.100506 s]
/proc/loadavg: 0.95 0.96 0.70 3/64 25727
/proc/meminfo: memFree=922744/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=12384 CPUtime=0.09
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 2709 0 0 0 9 0 0 0 18 0 1 0 1146878185 12681216 2694 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 3096 2694 100 221 0 2872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12384

[startup+0.201524 s]
/proc/loadavg: 0.95 0.96 0.70 3/64 25727
/proc/meminfo: memFree=922744/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=15704 CPUtime=0.19
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 3563 0 0 0 18 1 0 0 18 0 1 0 1146878185 16080896 3548 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 3926 3548 100 221 0 3702 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15704

[startup+0.301542 s]
/proc/loadavg: 0.95 0.96 0.70 3/64 25727
/proc/meminfo: memFree=922744/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=19040 CPUtime=0.29
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 4299 0 0 0 28 1 0 0 19 0 1 0 1146878185 19496960 4284 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 4760 4285 100 221 0 4536 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19040

[startup+0.701611 s]
/proc/loadavg: 0.95 0.96 0.70 3/64 25727
/proc/meminfo: memFree=922744/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=26952 CPUtime=0.69
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 6191 0 0 0 67 2 0 0 22 0 1 0 1146878185 27598848 6176 1992294400 4194304 5102648 548682068800 18446744073709551615 4273315 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 6738 6176 100 221 0 6514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26952

[startup+1.50175 s]
/proc/loadavg: 0.95 0.96 0.70 2/65 25728
/proc/meminfo: memFree=896240/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=29556 CPUtime=1.49
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 6803 0 0 0 147 2 0 0 25 0 1 0 1146878185 30265344 6788 1992294400 4194304 5102648 548682068800 18446744073709551615 4283589 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7389 6788 100 221 0 7165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29556

[startup+3.10203 s]
/proc/loadavg: 0.95 0.96 0.70 2/65 25728
/proc/meminfo: memFree=894960/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=3.09
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7004 0 0 0 307 2 0 0 25 0 1 0 1146878185 29233152 6643 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6643 103 221 0 6913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28548

[startup+6.30159 s]
/proc/loadavg: 0.95 0.96 0.70 2/65 25728
/proc/meminfo: memFree=896048/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=6.29
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7004 0 0 0 627 2 0 0 25 0 1 0 1146878185 29233152 6643 1992294400 4194304 5102648 548682068800 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6643 103 221 0 6913 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28548

[startup+12.7027 s]
/proc/loadavg: 0.96 0.96 0.71 2/65 25728
/proc/meminfo: memFree=895984/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=12.68
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7016 0 0 0 1266 2 0 0 25 0 1 0 1146878185 29233152 6655 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6655 115 221 0 6913 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28548

[startup+25.502 s]
/proc/loadavg: 0.97 0.96 0.71 2/65 25728
/proc/meminfo: memFree=895984/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=25.48
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7016 0 0 0 2546 2 0 0 25 0 1 0 1146878185 29233152 6655 1992294400 4194304 5102648 548682068800 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6655 115 221 0 6913 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28548

[startup+51.1014 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=896048/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=51.07
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7022 0 0 0 5104 3 0 0 25 0 1 0 1146878185 29233152 6661 1992294400 4194304 5102648 548682068800 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6661 115 221 0 6913 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28548

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

[startup+51.2015 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=896048/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=28548 CPUtime=51.17
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7022 0 0 0 5114 3 0 0 25 0 1 0 1146878185 29233152 6661 1992294400 4194304 5102648 548682068800 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7137 6661 115 221 0 6913 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 28548

[startup+64.0017 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=895408/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=29076 CPUtime=63.97
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7218 0 0 0 6394 3 0 0 25 0 1 0 1146878185 29773824 6857 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 7269 6857 115 221 0 7045 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 29076

[startup+70.4018 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=892528/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=32128 CPUtime=70.37
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 7966 0 0 0 7033 4 0 0 25 0 1 0 1146878185 32899072 7605 1992294400 4194304 5102648 548682068800 18446744073709551615 4249373 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8032 7605 115 221 0 7808 0
Current children cumulated CPU time (s) 70.37
Current children cumulated vsize (KiB) 32128

[startup+76.8019 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=892272/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=32260 CPUtime=76.77
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 8016 0 0 0 7673 4 0 0 25 0 1 0 1146878185 33034240 7655 1992294400 4194304 5102648 548682068800 18446744073709551615 4214717 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8065 7655 115 221 0 7841 0
Current children cumulated CPU time (s) 76.77
Current children cumulated vsize (KiB) 32260

[startup+78.4012 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 25728
/proc/meminfo: memFree=892272/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=32260 CPUtime=78.37
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 8025 0 0 0 7833 4 0 0 25 0 1 0 1146878185 33034240 7664 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8065 7664 115 221 0 7841 0
Current children cumulated CPU time (s) 78.37
Current children cumulated vsize (KiB) 32260

[startup+79.2014 s]
/proc/loadavg: 0.98 0.97 0.73 2/65 25728
/proc/meminfo: memFree=892208/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=32392 CPUtime=79.17
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 8041 0 0 0 7913 4 0 0 25 0 1 0 1146878185 33169408 7680 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8098 7680 115 221 0 7874 0
Current children cumulated CPU time (s) 79.17
Current children cumulated vsize (KiB) 32392

[startup+80.0015 s]
/proc/loadavg: 0.98 0.97 0.73 2/65 25728
/proc/meminfo: memFree=892208/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=33052 CPUtime=79.96
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 8206 0 0 0 7992 4 0 0 25 0 1 0 1146878185 33845248 7845 1992294400 4194304 5102648 548682068800 18446744073709551615 4249038 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8263 7845 115 221 0 8039 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (KiB) 33052

[startup+80.4056 s]
/proc/loadavg: 0.98 0.97 0.73 2/65 25728
/proc/meminfo: memFree=891504/2055920 swapFree=4174172/4192956
[pid=25727] ppid=25725 vsize=33052 CPUtime=80.37
/proc/25727/stat : 25727 (varsat-crafted_) R 25725 25727 25598 0 -1 4194304 8206 0 0 0 8033 4 0 0 25 0 1 0 1146878185 33845248 7845 1992294400 4194304 5102648 548682068800 18446744073709551615 4249378 0 0 4096 3 0 0 0 17 1 0 0
/proc/25727/statm: 8263 7845 115 221 0 8039 0
Current children cumulated CPU time (s) 80.37
Current children cumulated vsize (KiB) 33052

Child status: 20
Real time (s): 80.4159
CPU time (s): 80.3878
CPU user time (s): 80.3388
CPU system time (s): 0.048992
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 33052

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

runsolver used 0.071989 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-03 09:01:54
IDJOB=1555625
IDBENCH=70803
IDSOLVER=537
FILE ID=node4/1555625-1238742114
PBS_JOBID= 9086121
Free space on /tmp= 66544 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxand/maxand064.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555625-1238742114/watcher-1555625-1238742114 -o /tmp/evaluation-result-1555625-1238742114/solver-1555625-1238742114 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1265515792 HOME/instance-1555625-1238742114.cnf

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

MD5SUM BENCH= b2d2617ddc348aef0d35df3c8f228dcb
RANDOM SEED=1265515792

node4.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.277
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.277
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:        923160 kB
Buffers:        111248 kB
Cached:         900100 kB
SwapCached:      12664 kB
Active:         261848 kB
Inactive:       766532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        923160 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          19748 kB
Slab:            90328 kB
Committed_AS:  3059208 kB
PageTables:       1480 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= 66544 MiB
End job on node4 at 2009-04-03 09:03:14