Trace number 3362649

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 hack reference: minisat 2.2.0UNSAT 15.1557 15.1606

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-nlzbe256-tseitin.cnf
MD5SUM659dfff429810fdcd170c968aac23069
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.45456
Satisfiable
(Un)Satisfiability was proved
Number of variables361856
Number of clauses1084031
Sum of the clauses size2529403
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2722686
Number of clauses of size 3361343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

15.09/15.15	WARNING: for repeatability, setting FPU to use double precision
15.09/15.15	============================[ Problem Statistics ]=============================
15.09/15.15	|                                                                             |
15.09/15.15	|  Number of variables:        361856                                         |
15.09/15.15	|  Number of clauses:         1084029                                         |
15.09/15.15	|  Parse time:                   0.48 s                                       |
15.09/15.15	|  Eliminated clauses:          12.34 Mb                                      |
15.09/15.15	|  Simplification time:          5.80 s                                       |
15.09/15.15	|                                                                             |
15.09/15.15	============================[ Search Statistics ]==============================
15.09/15.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.09/15.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.09/15.15	===============================================================================
15.09/15.15	|       100 |   67739   368230  1071325 |   135017      100    250 |  0.024 % |
15.09/15.15	|       250 |   67739   368230  1071325 |   148519      250    229 |  0.024 % |
15.09/15.15	|       475 |   67739   368230  1071325 |   163371      475    189 |  0.024 % |
15.09/15.15	|       812 |   67739   368230  1071325 |   179708      812    186 |  0.024 % |
15.09/15.15	|      1318 |   65196   354587  1034077 |   197679     1236    146 |  0.727 % |
15.09/15.15	|      2077 |   59285   324655   947201 |   217447     1811    139 |  2.360 % |
15.09/15.15	===============================================================================
15.09/15.15	restarts              : 15
15.09/15.15	conflicts             : 2744           (182 /sec)
15.09/15.15	decisions             : 12347          (0.00 % random) (820 /sec)
15.09/15.15	propagations          : 12914959       (857982 /sec)
15.09/15.15	conflict literals     : 362719         (72.89 % deleted)
15.09/15.15	Memory used           : 214.00 MB
15.09/15.15	CPU time              : 15.0527 s
15.09/15.15	
15.09/15.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362649-1305307477/watcher-3362649-1305307477 -o /tmp/evaluation-result-3362649-1305307477/solver-3362649-1305307477 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362649-1305307477.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 4.01 4.00 5/366 12527
/proc/meminfo: memFree=8960392/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=19116 CPUtime=0 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 623163615 19574784 305 33554432000 4194304 4291037 140734738284512 18446744073709551615 233510297344 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 4779 316 208 24 0 1413 0

[startup+0.018686 s]
/proc/loadavg: 3.96 4.01 4.00 5/366 12527
/proc/meminfo: memFree=8960392/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=21884 CPUtime=0.01 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 1357 0 0 0 1 0 0 0 21 0 1 0 623163615 22409216 1272 33554432000 4194304 4291037 140734738284512 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 5471 1275 215 24 0 2105 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21884

[startup+0.100651 s]
/proc/loadavg: 3.96 4.01 4.00 5/366 12527
/proc/meminfo: memFree=8960392/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=39880 CPUtime=0.08 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 6608 0 0 0 8 0 0 0 21 0 1 0 623163615 40837120 5999 33554432000 4194304 4291037 140734738284512 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 9970 6001 215 24 0 6604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39880

[startup+0.300618 s]
/proc/loadavg: 3.96 4.01 4.00 5/366 12527
/proc/meminfo: memFree=8960392/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=87504 CPUtime=0.28 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 19466 0 0 0 26 2 0 0 22 0 1 0 623163615 89604096 17420 33554432000 4194304 4291037 140734738284512 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 21876 17421 263 24 0 18510 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87504

[startup+0.700556 s]
/proc/loadavg: 3.96 4.01 4.00 5/366 12527
/proc/meminfo: memFree=8960392/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=158220 CPUtime=0.68 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 35990 0 0 0 63 5 0 0 23 0 1 0 623163615 162017280 31584 33554432000 4194304 4291037 140734738284512 18446744073709551615 233509946554 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 39555 31584 256 24 0 36189 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 158220

[startup+1.50042 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 12546
/proc/meminfo: memFree=8824904/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=175736 CPUtime=1.48 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 49551 0 0 0 141 7 0 0 25 0 1 0 623163615 179953664 36951 33554432000 4194304 4291037 140734738284512 18446744073709551615 4277237 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 43934 36951 256 24 0 40568 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 175736

[startup+3.10114 s]
/proc/loadavg: 4.04 4.03 4.00 5/370 12552
/proc/meminfo: memFree=8703380/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=193876 CPUtime=3.09 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 58217 0 0 0 301 8 0 0 25 0 1 0 623163615 198529024 38949 33554432000 4194304 4291037 140734738284512 18446744073709551615 4254743 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 48469 38949 256 24 0 45103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193876

[startup+6.30057 s]
/proc/loadavg: 4.04 4.03 4.00 4/367 12574
/proc/meminfo: memFree=8782632/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=219332 CPUtime=6.29 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 67385 0 0 0 620 9 0 0 25 0 1 0 623163615 224595968 46607 33554432000 4194304 4291037 140734738284512 18446744073709551615 4229944 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 54833 46607 256 24 0 51467 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219332

[startup+12.7004 s]
/proc/loadavg: 4.04 4.03 4.00 5/370 12580
/proc/meminfo: memFree=8668692/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=203048 CPUtime=12.69 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 67403 0 0 0 1260 9 0 0 25 0 1 0 623163615 207921152 42966 33554432000 4194304 4291037 140734738284512 18446744073709551615 4248468 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 50762 42966 274 24 0 47396 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 203048

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

[startup+14.3141 s]
/proc/loadavg: 4.04 4.03 4.00 5/370 12580
/proc/meminfo: memFree=8666508/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=203048 CPUtime=14.3 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 67404 0 0 0 1421 9 0 0 25 0 1 0 623163615 207921152 42967 33554432000 4194304 4291037 140734738284512 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 50762 42967 275 24 0 47396 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 203048

[startup+14.7011 s]
/proc/loadavg: 4.04 4.03 4.00 5/370 12580
/proc/meminfo: memFree=8666508/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=203048 CPUtime=14.69 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 67404 0 0 0 1460 9 0 0 25 0 1 0 623163615 207921152 42967 33554432000 4194304 4291037 140734738284512 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 50762 42967 275 24 0 47396 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 203048

[startup+15.101 s]
/proc/loadavg: 4.04 4.03 4.00 5/370 12580
/proc/meminfo: memFree=8666508/32951124 swapFree=67111348/67111528
[pid=12527] ppid=12525 vsize=203048 CPUtime=15.09 cores=0,2
/proc/12527/stat : 12527 (minisat_release) R 12525 12527 12074 0 -1 4202496 67404 0 0 0 1500 9 0 0 25 0 1 0 623163615 207921152 42967 33554432000 4194304 4291037 140734738284512 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12527/statm: 50762 42967 275 24 0 47396 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 203048

Child status: 20
Real time (s): 15.1606
CPU time (s): 15.1557
CPU user time (s): 15.0527
CPU system time (s): 0.102984
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 219332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0527
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67419
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= 4
involuntary context switches= 48

runsolver used 0.054991 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 19:24:38
IDJOB=3362649
IDBENCH=82456
IDSOLVER=1840
FILE ID=node145/3362649-1305307477
RUNJOBID= node145-1305306106-12092
PBS_JOBID= 13321467
Free space on /tmp= 43180 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-nlzbe256-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362649-1305307477/watcher-3362649-1305307477 -o /tmp/evaluation-result-3362649-1305307477/solver-3362649-1305307477 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362649-1305307477.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 659dfff429810fdcd170c968aac23069
RANDOM SEED=723372209

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8960672 kB
Buffers:        252184 kB
Cached:       17374364 kB
SwapCached:          0 kB
Active:        7973704 kB
Inactive:     15430216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8960672 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           39604 kB
Writeback:           0 kB
AnonPages:     5777112 kB
Mapped:          28344 kB
Slab:           487308 kB
PageTables:      35276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79729752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43184 MiB
End job on node145 at 2011-05-13 19:24:53