Trace number 1577547

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 301.267 301.433

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

10.59/10.65	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
10.59/10.65	c Eliminate time :       7.36 
301.23/301.43	c CNF read time  :        2.9 
301.23/301.43	c CNF solve time :     299.95 
301.23/301.43	c Memory usage :    318.691 MB
301.23/301.43	c Restart : 403
301.23/301.43	c Decisions : random(17515), heuristic(928496), history(0/0)
301.23/301.43	c Implications : 208010692
301.23/301.43	c Forced Restart : 0
301.23/301.43	c Polarity Change : 1755
301.23/301.43	c Learned clasues  : 106100 out of 532016
301.23/301.43	c Learned literals : 2637870 out of 12443216
301.23/301.43	c Number of first UIP : 134179 out of 532016
301.23/301.43	c Number of simplify : 2
301.23/301.43	c Number of continuous distill : 5635
301.23/301.43	c Average depth of OTS : 3
301.23/301.43	c Average depth of additional conflict : 35
301.23/301.43	c Saved conflict clasues : 2659
301.23/301.43	c Saved conflict literals : 22407
301.23/301.43	c Additional conflict clauses : 21378
301.23/301.43	c Additional conflict literals : 463617
301.23/301.43	c Additional conflict analysis : 68124
301.23/301.43	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-1577547-1241002466/watcher-1577547-1241002466 -o /tmp/evaluation-result-1577547-1241002466/solver-1577547-1241002466 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1577547-1241002466.cnf -t 1200 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 7455
/proc/meminfo: memFree=1099896/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=12604 CPUtime=0
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 764 0 0 0 0 0 0 0 18 0 1 120000 128279894 12906496 749 1992294400 134512640 135224549 4294956208 18446744073709551615 134593825 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 3151 755 67 173 0 2976 0

[startup+0.063592 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 7455
/proc/meminfo: memFree=1099896/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=52188 CPUtime=0.05
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 7141 0 0 0 3 2 0 0 18 0 1 120000 128279894 53440512 7126 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 13047 7127 70 173 0 12872 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52188

[startup+0.102598 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 7455
/proc/meminfo: memFree=1099896/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=54428 CPUtime=0.09
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 7765 0 0 0 7 2 0 0 18 0 1 120000 128279894 55734272 7717 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 13607 7717 70 173 0 13432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54428

[startup+0.302629 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 7455
/proc/meminfo: memFree=1099896/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=65248 CPUtime=0.29
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 10809 0 0 0 25 4 0 0 19 0 1 120000 128279894 66813952 10567 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 16312 10567 70 173 0 16137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65248

[startup+0.701693 s]
/proc/loadavg: 1.00 1.00 1.16 3/64 7455
/proc/meminfo: memFree=1099896/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=85884 CPUtime=0.69
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 16604 0 0 0 62 7 0 0 23 0 1 120000 128279894 87945216 16105 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 21471 16106 70 173 0 21296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85884

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 7456
/proc/meminfo: memFree=1019312/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=132532 CPUtime=1.49
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 29307 0 0 0 135 14 0 0 25 0 1 120000 128279894 135712768 27270 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 33133 27270 70 173 0 32958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132532

[startup+3.10108 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 7456
/proc/meminfo: memFree=958320/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=215916 CPUtime=3.09
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 53000 0 0 0 282 27 0 0 25 0 1 120000 128279894 221097984 48914 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 53979 48915 70 173 0 53804 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 215916

[startup+6.30159 s]
/proc/loadavg: 1.08 1.02 1.16 2/65 7456
/proc/meminfo: memFree=864688/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=276768 CPUtime=6.29
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 70371 0 0 0 596 33 0 0 25 0 1 120000 128279894 283410432 66155 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 69192 66155 77 173 0 69017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 276768

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.16 2/65 7456
/proc/meminfo: memFree=805296/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=310988 CPUtime=12.69
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 82795 0 0 0 1230 39 0 0 25 0 1 120000 128279894 318451712 74255 1992294400 134512640 135224549 4294956208 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 77747 74255 92 173 0 77572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 310988

[startup+25.5027 s]
/proc/loadavg: 1.06 1.01 1.16 2/65 7456
/proc/meminfo: memFree=799344/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=316840 CPUtime=25.49
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 84242 0 0 0 2509 40 0 0 25 0 1 120000 128279894 324444160 75702 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 79210 75702 92 173 0 79035 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 316840

[startup+51.1027 s]
/proc/loadavg: 1.04 1.01 1.15 2/65 7456
/proc/meminfo: memFree=791216/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=324892 CPUtime=51.05
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86241 0 0 0 5063 42 0 0 25 0 1 120000 128279894 332689408 77701 1992294400 134512640 135224549 4294956208 18446744073709551615 134595365 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81223 77701 92 173 0 81048 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 324892

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.14 2/65 7456
/proc/meminfo: memFree=790768/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=325464 CPUtime=102.22
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86380 0 0 0 10180 42 0 0 25 0 1 120000 128279894 333275136 77840 1992294400 134512640 135224549 4294956208 18446744073709551615 134632694 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81366 77840 92 173 0 81191 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 325464

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 7456
/proc/meminfo: memFree=790384/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=325920 CPUtime=162.19
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86473 0 0 0 16177 42 0 0 25 0 1 120000 128279894 333742080 77933 1992294400 134512640 135224549 4294956208 18446744073709551615 134587800 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81480 77933 92 173 0 81305 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 325920

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 7456
/proc/meminfo: memFree=790256/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=325920 CPUtime=222.16
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86507 0 0 0 22174 42 0 0 25 0 1 120000 128279894 333742080 77967 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81480 77967 92 173 0 81305 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 325920

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 7456
/proc/meminfo: memFree=790128/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=326192 CPUtime=282.13
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86540 0 0 0 28171 42 0 0 25 0 1 120000 128279894 334020608 78000 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81548 78000 92 173 0 81373 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 326192

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

[startup+294.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=789936/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=326336 CPUtime=294.13
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86578 0 0 0 29371 42 0 0 25 0 1 120000 128279894 334168064 78038 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81584 78038 92 173 0 81409 0
Current children cumulated CPU time (s) 294.13
Current children cumulated vsize (KiB) 326336

[startup+297.501 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=789936/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=326336 CPUtime=297.32
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86579 0 0 0 29690 42 0 0 25 0 1 120000 128279894 334168064 78039 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81584 78039 92 173 0 81409 0
Current children cumulated CPU time (s) 297.32
Current children cumulated vsize (KiB) 326336

[startup+299.101 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=789936/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=326336 CPUtime=298.93
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86579 0 0 0 29851 42 0 0 25 0 1 120000 128279894 334168064 78039 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 81584 78039 92 173 0 81409 0
Current children cumulated CPU time (s) 298.93
Current children cumulated vsize (KiB) 326336

[startup+300.702 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=789936/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=309432 CPUtime=300.52
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86583 0 0 0 30010 42 0 0 25 0 1 120000 128279894 316858368 74599 1992294400 134512640 135224549 4294956208 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 77358 74599 95 173 0 77183 0
Current children cumulated CPU time (s) 300.52
Current children cumulated vsize (KiB) 309432

[startup+301.102 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=789936/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=277812 CPUtime=300.93
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86583 0 0 0 30050 43 0 0 25 0 1 120000 128279894 284479488 68859 1992294400 134512640 135224549 4294956208 18446744073709551615 134717036 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 69453 68859 95 173 0 69278 0
Current children cumulated CPU time (s) 300.93
Current children cumulated vsize (KiB) 277812

[startup+301.302 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=827120/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=276980 CPUtime=301.13
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86583 0 0 0 30070 43 0 0 25 0 1 120000 128279894 283627520 68708 1992294400 134512640 135224549 4294956208 18446744073709551615 134722011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 69245 68708 95 173 0 69070 0
Current children cumulated CPU time (s) 301.13
Current children cumulated vsize (KiB) 276980

[startup+301.406 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 7456
/proc/meminfo: memFree=827120/2055920 swapFree=4181156/4192956
[pid=7455] ppid=7453 vsize=256760 CPUtime=301.23
/proc/7455/stat : 7455 (CirCUs) R 7453 7455 7178 0 -1 4194304 86583 0 0 0 30079 44 0 0 25 0 1 120000 128279894 262922240 63658 1992294400 134512640 135224549 4294956208 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 0 0 0
/proc/7455/statm: 64190 63658 18585 173 0 64015 0
Current children cumulated CPU time (s) 301.23
Current children cumulated vsize (KiB) 256760

Child status: 0
Real time (s): 301.433
CPU time (s): 301.267
CPU user time (s): 300.793
CPU system time (s): 0.473927
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 326336

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

runsolver used 0.292955 second user time and 0.809876 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-29 12:54:29
IDJOB=1577547
IDBENCH=70961
IDSOLVER=544
FILE ID=node26/1577547-1241002466
PBS_JOBID= 9204841
Free space on /tmp= 66340 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577547-1241002466/watcher-1577547-1241002466 -o /tmp/evaluation-result-1577547-1241002466/solver-1577547-1241002466 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1577547-1241002466.cnf -t 1200

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1785310108

node26.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.261
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.261
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:       1100376 kB
Buffers:         82248 kB
Cached:         777248 kB
SwapCached:       5668 kB
Active:         342428 kB
Inactive:       525336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1100376 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:           50396 kB
Writeback:           0 kB
Mapped:          13632 kB
Slab:            73804 kB
Committed_AS:   483036 kB
PageTables:       1368 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= 66336 MiB
End job on node26 at 2009-04-29 12:59:31