Trace number 1563619

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
HydraSAT 2009-03-22-BaseUNSAT 316.205 316.339

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0141
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

316.16/316.30	
316.16/316.30	c decisions : 7992072
316.16/316.30	c conflicts : 497163
316.16/316.30	c Memory limit 1620 MiB
316.16/316.30	c RANDOM SEED: 420099254
316.16/316.30	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-1563619-1238788064/watcher-1563619-1238788064 -o /tmp/evaluation-result-1563619-1238788064/solver-1563619-1238788064 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1563619-1238788064.cnf -rs 420099254 -co memory_limit 1800 

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.92 0.98 0.99 3/73 1528
/proc/meminfo: memFree=1632944/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=8024 CPUtime=0
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 231 0 0 0 0 0 0 0 20 0 1 0 1151471604 8216576 215 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 2006 216 151 362 0 1641 0

[startup+0.103828 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 1528
/proc/meminfo: memFree=1632944/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=11456 CPUtime=0.09
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 1160 0 0 0 9 0 0 0 21 0 1 0 1151471604 11730944 1144 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 2864 1144 151 362 0 2499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11456

[startup+0.201844 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 1528
/proc/meminfo: memFree=1632944/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=14624 CPUtime=0.19
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 2039 0 0 0 18 1 0 0 21 0 1 0 1151471604 14974976 2023 1992294400 134512640 135997824 4294956160 18446744073709551615 135431166 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 3656 2023 151 362 0 3291 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14624

[startup+0.301864 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 1528
/proc/meminfo: memFree=1632944/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=17924 CPUtime=0.29
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 2922 0 0 0 27 2 0 0 22 0 1 0 1151471604 18354176 2906 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 4481 2907 151 362 0 4116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17924

[startup+0.701941 s]
/proc/loadavg: 0.92 0.98 0.99 3/73 1528
/proc/meminfo: memFree=1632944/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=30820 CPUtime=0.69
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 6452 0 0 0 66 3 0 0 25 0 1 0 1151471604 31559680 6436 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 7705 6437 151 362 0 7340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30820

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 1529
/proc/meminfo: memFree=1592872/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=55328 CPUtime=1.49
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 13170 0 0 0 142 7 0 0 25 0 1 0 1151471604 56655872 13154 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 13832 13154 151 362 0 13467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55328

[startup+3.1014 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 1529
/proc/meminfo: memFree=1546216/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=123848 CPUtime=3.09
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 32034 0 0 0 294 15 0 0 25 0 1 0 1151471604 126820352 30131 1992294400 134512640 135997824 4294956160 18446744073709551615 134692820 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 30962 30131 158 362 0 30597 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123848

[startup+6.30201 s]
/proc/loadavg: 1.01 1.00 1.00 2/74 1529
/proc/meminfo: memFree=1499368/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=145400 CPUtime=6.29
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 38421 0 0 0 611 18 0 0 25 0 1 0 1151471604 148889600 33766 1992294400 134512640 135997824 4294956160 18446744073709551615 134692643 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 36350 33766 159 362 0 35985 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145400

[startup+12.7022 s]
/proc/loadavg: 1.16 1.03 1.01 2/74 1529
/proc/meminfo: memFree=1481192/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=161120 CPUtime=12.69
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 42736 0 0 0 1250 19 0 0 25 0 1 0 1151471604 164986880 38081 1992294400 134512640 135997824 4294956160 18446744073709551615 134519995 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 40280 38081 159 362 0 39915 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 161120

[startup+25.5017 s]
/proc/loadavg: 1.21 1.05 1.01 2/74 1529
/proc/meminfo: memFree=1463976/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=177732 CPUtime=25.48
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 47068 0 0 0 2527 21 0 0 25 0 1 0 1151471604 181997568 42413 1992294400 134512640 135997824 4294956160 18446744073709551615 134520076 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 44433 42413 159 362 0 44068 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 177732

[startup+51.1016 s]
/proc/loadavg: 1.14 1.04 1.01 2/74 1529
/proc/meminfo: memFree=1437352/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=211988 CPUtime=51.06
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 59841 0 0 0 5079 27 0 0 25 0 1 0 1151471604 217075712 48941 1992294400 134512640 135997824 4294956160 18446744073709551615 134757455 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 52997 48941 175 362 0 52632 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 211988

[startup+102.301 s]
/proc/loadavg: 1.05 1.03 1.01 2/74 1529
/proc/meminfo: memFree=1437800/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=211988 CPUtime=102.24
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 59851 0 0 0 10197 27 0 0 25 0 1 0 1151471604 217075712 48951 1992294400 134512640 135997824 4294956160 18446744073709551615 134757887 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 52997 48951 175 362 0 52632 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 211988

[startup+162.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/74 1529
/proc/meminfo: memFree=1435496/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=215172 CPUtime=162.22
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 60540 0 0 0 16194 28 0 0 25 0 1 0 1151471604 220336128 49469 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 53793 49469 175 362 0 53428 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 215172

[startup+222.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 1529
/proc/meminfo: memFree=1432232/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=219392 CPUtime=222.19
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 61606 0 0 0 22191 28 0 0 25 0 1 0 1151471604 224657408 50305 1992294400 134512640 135997824 4294956160 18446744073709551615 134757451 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 54848 50305 175 362 0 54483 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 219392

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1421608/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=232772 CPUtime=282.17
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 65490 0 0 0 28187 30 0 0 25 0 1 0 1151471604 238358528 52939 1992294400 134512640 135997824 4294956160 18446744073709551615 134755096 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 58193 52939 175 362 0 57828 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 232772

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

[startup+294.401 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1420584/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=233884 CPUtime=294.26
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 65758 0 0 0 29396 30 0 0 25 0 1 0 1151471604 239497216 53207 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 58471 53207 175 362 0 58106 0
Current children cumulated CPU time (s) 294.26
Current children cumulated vsize (KiB) 233884

[startup+307.202 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1419432/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=236316 CPUtime=307.06
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 66416 0 0 0 30676 30 0 0 25 0 1 0 1151471604 241987584 53518 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59079 53518 175 362 0 58714 0
Current children cumulated CPU time (s) 307.06
Current children cumulated vsize (KiB) 236316

[startup+310.401 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1419112/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=236316 CPUtime=310.25
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 66466 0 0 0 30995 30 0 0 25 0 1 0 1151471604 241987584 53568 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59079 53568 175 362 0 58714 0
Current children cumulated CPU time (s) 310.25
Current children cumulated vsize (KiB) 236316

[startup+313.606 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1418856/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=237068 CPUtime=313.46
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 66679 0 0 0 31316 30 0 0 25 0 1 0 1151471604 242757632 53593 1992294400 134512640 135997824 4294956160 18446744073709551615 134757664 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59267 53593 175 362 0 58902 0
Current children cumulated CPU time (s) 313.46
Current children cumulated vsize (KiB) 237068

[startup+315.201 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1418856/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=237068 CPUtime=315.05
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 66685 0 0 0 31475 30 0 0 25 0 1 0 1151471604 242757632 53599 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59267 53599 175 362 0 58902 0
Current children cumulated CPU time (s) 315.05
Current children cumulated vsize (KiB) 237068

[startup+316.001 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1418856/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=237068 CPUtime=315.85
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 66686 0 0 0 31555 30 0 0 25 0 1 0 1151471604 242757632 53600 1992294400 134512640 135997824 4294956160 18446744073709551615 134758026 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59267 53600 175 362 0 58902 0
Current children cumulated CPU time (s) 315.85
Current children cumulated vsize (KiB) 237068

[startup+316.201 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1418856/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=239188 CPUtime=316.06
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 67216 0 0 0 31575 31 0 0 25 0 1 0 1151471604 244928512 54130 1992294400 134512640 135997824 4294956160 18446744073709551615 135367732 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59797 54130 175 362 0 59432 0
Current children cumulated CPU time (s) 316.06
Current children cumulated vsize (KiB) 239188

[startup+316.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 1529
/proc/meminfo: memFree=1418856/2055920 swapFree=4173988/4192956
[pid=1528] ppid=1526 vsize=239188 CPUtime=316.16
/proc/1528/stat : 1528 (hydrasat) R 1526 1528 1302 0 -1 4194304 67216 0 0 0 31585 31 0 0 25 0 1 0 1151471604 244928512 54130 1992294400 134512640 135997824 4294956160 18446744073709551615 134694775 0 0 4096 1 0 0 0 17 1 0 0
/proc/1528/statm: 59797 54130 175 362 0 59432 0
Current children cumulated CPU time (s) 316.16
Current children cumulated vsize (KiB) 239188

Child status: 20
Real time (s): 316.339
CPU time (s): 316.205
CPU user time (s): 315.86
CPU system time (s): 0.344947
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 239188

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

runsolver used 0.273958 second user time and 0.883865 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-03 21:47:46
IDJOB=1563619
IDBENCH=70957
IDSOLVER=520
FILE ID=node76/1563619-1238788064
PBS_JOBID= 9085605
Free space on /tmp= 66416 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563619-1238788064/watcher-1563619-1238788064 -o /tmp/evaluation-result-1563619-1238788064/solver-1563619-1238788064 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1563619-1238788064.cnf -rs 420099254 -co memory_limit 1800

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=420099254

node76.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.259
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.259
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:       1633360 kB
Buffers:         57804 kB
Cached:         280828 kB
SwapCached:      10684 kB
Active:         168744 kB
Inactive:       182268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633360 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:           34160 kB
Writeback:           0 kB
Mapped:          19024 kB
Slab:            56580 kB
Committed_AS:  2973672 kB
PageTables:       2048 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= 66412 MiB
End job on node76 at 2009-04-03 21:53:02