Trace number 1774438

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
CircUs 2009-03-23UNSAT 409.19 409.299

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark303.059
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

0.69/0.76	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.76	c Eliminate time :       0.55 
409.09/409.29	c CNF read time  :       0.18 
409.09/409.29	c CNF solve time :     409.08 
409.09/409.29	c Memory usage :    37.6289 MB
409.09/409.29	c Restart : 995
409.09/409.29	c Decisions : random(22081), heuristic(1236952), history(0/0)
409.09/409.29	c Implications : 191577095
409.09/409.29	c Forced Restart : 0
409.09/409.29	c Polarity Change : 1957
409.09/409.29	c Learned clasues  : 16074 out of 863767
409.09/409.29	c Learned literals : 214049 out of 16611227
409.09/409.29	c Number of first UIP : 190941 out of 863767
409.09/409.29	c Number of simplify : 2
409.09/409.29	c Number of continuous distill : 4620
409.09/409.29	c Average depth of OTS : 3
409.09/409.29	c Average depth of additional conflict : 26
409.09/409.29	c Saved conflict clasues : 1720
409.09/409.29	c Saved conflict literals : 18944
409.09/409.29	c Additional conflict clauses : 19050
409.09/409.29	c Additional conflict literals : 329799
409.09/409.29	c Additional conflict analysis : 106892
409.09/409.29	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-1774438-1241322561/watcher-1774438-1241322561 -o /tmp/evaluation-result-1774438-1241322561/solver-1774438-1241322561 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774438-1241322561.cnf -t 10000 

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.99 0.99 0.99 3/65 26290
/proc/meminfo: memFree=1004008/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=4676 CPUtime=0
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 602 0 0 0 0 0 0 0 20 0 1 1000000 160285264 4788224 587 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 1169 588 70 173 0 994 0

[startup+0.0515 s]
/proc/loadavg: 0.99 0.99 0.99 3/65 26290
/proc/meminfo: memFree=1004008/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=7588 CPUtime=0.04
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 1365 0 0 0 4 0 0 0 20 0 1 1000000 160285264 7770112 1317 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 1897 1317 70 173 0 1722 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7588

[startup+0.101503 s]
/proc/loadavg: 0.99 0.99 0.99 3/65 26290
/proc/meminfo: memFree=1004008/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=10492 CPUtime=0.09
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 2169 0 0 0 9 0 0 0 20 0 1 1000000 160285264 10743808 2056 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 2623 2058 70 173 0 2448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10492

[startup+0.301525 s]
/proc/loadavg: 0.99 0.99 0.99 3/65 26290
/proc/meminfo: memFree=1004008/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=17208 CPUtime=0.29
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 4115 0 0 0 27 2 0 0 22 0 1 1000000 160285264 17620992 3872 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 4302 3873 77 173 0 4127 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17208

[startup+0.70157 s]
/proc/loadavg: 0.99 0.99 0.99 3/65 26290
/proc/meminfo: memFree=1004008/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=22288 CPUtime=0.69
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 5542 0 0 0 67 2 0 0 25 0 1 1000000 160285264 22822912 5299 1992294400 134512640 135224549 4294956224 18446744073709551615 134580507 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 5572 5299 77 173 0 5397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22288

[startup+1.50166 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=982112/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=24240 CPUtime=1.49
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 6191 0 0 0 147 2 0 0 25 0 1 1000000 160285264 24821760 5727 1992294400 134512640 135224549 4294956224 18446744073709551615 134633098 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 6060 5727 93 173 0 5885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24240

[startup+3.10184 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=981152/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=24372 CPUtime=3.09
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 6246 0 0 0 307 2 0 0 25 0 1 1000000 160285264 24956928 5782 1992294400 134512640 135224549 4294956224 18446744073709551615 134638352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 6093 5782 93 173 0 5918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24372

[startup+6.30119 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=980768/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=24768 CPUtime=6.29
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 6321 0 0 0 626 3 0 0 25 0 1 1000000 160285264 25362432 5857 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 6192 5857 93 173 0 6017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24768

[startup+12.7019 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=980136/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=25520 CPUtime=12.69
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 6511 0 0 0 1266 3 0 0 25 0 1 1000000 160285264 26132480 6047 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 6380 6047 93 173 0 6205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25520

[startup+25.5013 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=978728/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=26708 CPUtime=25.48
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 6798 0 0 0 2545 3 0 0 25 0 1 1000000 160285264 27348992 6334 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 6677 6334 93 173 0 6502 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26708

[startup+51.1012 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=976872/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=28632 CPUtime=51.08
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 7258 0 0 0 5104 4 0 0 25 0 1 1000000 160285264 29319168 6794 1992294400 134512640 135224549 4294956224 18446744073709551615 134595704 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 7158 6794 93 173 0 6983 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28632

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=974568/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=30888 CPUtime=102.26
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 7834 0 0 0 10222 4 0 0 25 0 1 1000000 160285264 31629312 7370 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 7722 7370 93 173 0 7547 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30888

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=972840/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=32916 CPUtime=162.25
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 8269 0 0 0 16220 5 0 0 25 0 1 1000000 160285264 33705984 7805 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 8229 7805 93 173 0 8054 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32916

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=970920/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=34796 CPUtime=222.23
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 8735 0 0 0 22218 5 0 0 25 0 1 1000000 160285264 35631104 8271 1992294400 134512640 135224549 4294956224 18446744073709551615 134632721 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 8699 8271 93 173 0 8524 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34796

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=969704/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=36020 CPUtime=282.22
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9035 0 0 0 28216 6 0 0 25 0 1 1000000 160285264 36884480 8571 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9005 8571 93 173 0 8830 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36020

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=968360/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=37472 CPUtime=342.2
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9374 0 0 0 34214 6 0 0 25 0 1 1000000 160285264 38371328 8910 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9368 8910 93 173 0 9193 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37472

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=402.18
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40211 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38528

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

[startup+403.101 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=402.98
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40291 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 402.98
Current children cumulated vsize (KiB) 38528

[startup+406.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=406.18
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40611 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 406.18
Current children cumulated vsize (KiB) 38528

[startup+407.902 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=407.78
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40771 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 407.78
Current children cumulated vsize (KiB) 38528

[startup+408.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=408.58
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40851 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 38528

[startup+409.102 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=408.99
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40892 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134631395 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 408.99
Current children cumulated vsize (KiB) 38528

[startup+409.206 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 26291
/proc/meminfo: memFree=967208/2055920 swapFree=4144836/4192956
[pid=26290] ppid=26288 vsize=38528 CPUtime=409.09
/proc/26290/stat : 26290 (CirCUs) R 26288 26290 25848 0 -1 4194304 9655 0 0 0 40902 7 0 0 25 0 1 1000000 160285264 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26290/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 409.09
Current children cumulated vsize (KiB) 38528

Child status: 0
Real time (s): 409.299
CPU time (s): 409.19
CPU user time (s): 409.11
CPU system time (s): 0.079987
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 38528

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

runsolver used 0.437933 second user time and 1.05684 second system time

The end

Launcher Data

Begin job on node87 at 2009-05-03 05:49:21
IDJOB=1774438
IDBENCH=70946
IDSOLVER=614
FILE ID=node87/1774438-1241322561
PBS_JOBID= 9225347
Free space on /tmp= 66360 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774438-1241322561/watcher-1774438-1241322561 -o /tmp/evaluation-result-1774438-1241322561/solver-1774438-1241322561 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774438-1241322561.cnf -t 10000

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=2029758492

node87.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1004488 kB
Buffers:         79408 kB
Cached:         833304 kB
SwapCached:      42892 kB
Active:         342212 kB
Inactive:       615308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004488 kB
SwapTotal:     4192956 kB
SwapFree:      4144836 kB
Dirty:            4184 kB
Writeback:           0 kB
Mapped:          14252 kB
Slab:            79824 kB
Committed_AS:   672412 kB
PageTables:       1464 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= 66356 MiB
End job on node87 at 2009-05-03 05:56:10