Trace number 1717554

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
kw 2009-03-20UNSAT 389.719 389.813

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.0313
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
389.60/389.77	c 385.59 seconds
389.60/389.77	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-1717554-1240628948/watcher-1717554-1240628948 -o /tmp/evaluation-result-1717554-1240628948/solver-1717554-1240628948 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1717554-1240628948.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.92 0.98 0.99 3/64 7741
/proc/meminfo: memFree=987352/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=6652 CPUtime=0
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 856 0 0 0 0 0 0 0 18 0 1 0 90922310 6811648 840 1992294400 4194304 6412682 548682068864 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 1663 846 200 541 0 1113 0

[startup+0.100585 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7741
/proc/meminfo: memFree=987352/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=62740 CPUtime=0.09
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 14483 0 0 0 4 5 0 0 18 0 1 0 90922310 64245760 14468 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 15685 14474 208 541 0 15135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62740

[startup+0.201586 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7741
/proc/meminfo: memFree=987352/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=97588 CPUtime=0.19
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 21912 0 0 0 11 8 0 0 18 0 1 0 90922310 99930112 21896 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 24397 21896 221 541 0 23847 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 97588

[startup+0.301595 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7741
/proc/meminfo: memFree=987352/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=99172 CPUtime=0.29
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 22365 0 0 0 21 8 0 0 19 0 1 0 90922310 101552128 22349 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 24793 22349 221 541 0 24243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99172

[startup+0.701631 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7741
/proc/meminfo: memFree=987352/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=105244 CPUtime=0.69
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 24046 0 0 0 60 9 0 0 22 0 1 0 90922310 107769856 24030 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 26311 24030 221 541 0 25761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105244

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 7742
/proc/meminfo: memFree=885264/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=117604 CPUtime=1.49
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 27808 0 0 0 137 12 0 0 25 0 1 0 90922310 120426496 27407 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 29401 27407 221 541 0 28851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117604

[startup+3.10185 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7742
/proc/meminfo: memFree=866768/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=141400 CPUtime=3.09
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 35127 0 0 0 294 15 0 0 25 0 1 0 90922310 144793600 33957 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 35350 33957 221 541 0 34800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141400

[startup+6.30114 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7742
/proc/meminfo: memFree=791120/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=201384 CPUtime=6.29
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 51196 0 0 0 607 22 0 0 25 0 1 0 90922310 206217216 49136 1992294400 4194304 6412682 548682068864 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 50346 49136 239 541 0 49796 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201384

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=791248/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=201384 CPUtime=12.68
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 51196 0 0 0 1246 22 0 0 25 0 1 0 90922310 206217216 49136 1992294400 4194304 6412682 548682068864 18446744073709551615 4564560 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 50346 49136 239 541 0 49796 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201384

[startup+25.5029 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=791376/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=201384 CPUtime=25.48
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 51196 0 0 0 2526 22 0 0 25 0 1 0 90922310 206217216 49136 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 50346 49136 239 541 0 49796 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 201384

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=791440/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=201384 CPUtime=51.08
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 51196 0 0 0 5085 23 0 0 25 0 1 0 90922310 206217216 49136 1992294400 4194304 6412682 548682068864 18446744073709551615 4564949 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 50346 49136 239 541 0 49796 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 201384

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=779216/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=215004 CPUtime=102.27
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 53392 0 0 0 10180 47 0 0 25 0 1 0 90922310 220164096 51332 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 53751 51332 248 541 0 53201 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 215004

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=725584/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=256864 CPUtime=162.25
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 65806 0 0 0 16121 104 0 0 25 0 1 0 90922310 263028736 62560 1992294400 4194304 6412682 548682068864 18446744073709551615 4574763 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64216 62560 258 541 0 63666 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 256864

[startup+222.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=725264/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=256864 CPUtime=222.24
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 65904 0 0 0 22115 109 0 0 25 0 1 0 90922310 263028736 62658 1992294400 4194304 6412682 548682068864 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64216 62658 258 541 0 63666 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 256864

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=725200/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=256864 CPUtime=282.22
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 65922 0 0 0 28111 111 0 0 25 0 1 0 90922310 263028736 62676 1992294400 4194304 6412682 548682068864 18446744073709551615 4359669 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64216 62676 258 541 0 63666 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 256864

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722704/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=342.21
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66544 0 0 0 34106 115 0 0 25 0 1 0 90922310 265461760 63298 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63298 258 541 0 64260 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 259240

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

[startup+358.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722640/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=358.3
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66555 0 0 0 35713 117 0 0 25 0 1 0 90922310 265461760 63309 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63309 258 541 0 64260 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 259240

[startup+371.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722640/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=371.1
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66571 0 0 0 36991 119 0 0 25 0 1 0 90922310 265461760 63325 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63325 258 541 0 64260 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 259240

[startup+377.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722640/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=377.5
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66571 0 0 0 37631 119 0 0 25 0 1 0 90922310 265461760 63325 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63325 258 541 0 64260 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 259240

[startup+384.005 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722576/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=383.9
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66572 0 0 0 38271 119 0 0 25 0 1 0 90922310 265461760 63326 1992294400 4194304 6412682 548682068864 18446744073709551615 4363662 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63326 258 541 0 64260 0
Current children cumulated CPU time (s) 383.9
Current children cumulated vsize (KiB) 259240

[startup+387.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722576/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=387.11
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66572 0 0 0 38591 120 0 0 25 0 1 0 90922310 265461760 63326 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63326 258 541 0 64260 0
Current children cumulated CPU time (s) 387.11
Current children cumulated vsize (KiB) 259240

[startup+388.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722576/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=388.7
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66572 0 0 0 38750 120 0 0 25 0 1 0 90922310 265461760 63326 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63326 258 541 0 64260 0
Current children cumulated CPU time (s) 388.7
Current children cumulated vsize (KiB) 259240

[startup+389.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722576/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=259240 CPUtime=389.5
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 0 66572 0 0 0 38830 120 0 0 25 0 1 0 90922310 265461760 63326 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 64810 63326 258 541 0 64260 0
Current children cumulated CPU time (s) 389.5
Current children cumulated vsize (KiB) 259240

[startup+389.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7742
/proc/meminfo: memFree=722576/2055920 swapFree=4192956/4192956
[pid=7741] ppid=7739 vsize=0 CPUtime=389.69
/proc/7741/stat : 7741 (kw) R 7739 7741 6976 0 -1 4 66579 0 0 0 38847 122 0 0 25 0 1 0 90922310 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7741/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 389.69
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 389.813
CPU time (s): 389.719
CPU user time (s): 388.478
CPU system time (s): 1.24081
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 260960

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

runsolver used 0.25996 second user time and 0.875866 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-25 05:09:09
IDJOB=1717554
IDBENCH=20419
IDSOLVER=501
FILE ID=node55/1717554-1240628948
PBS_JOBID= 9186324
Free space on /tmp= 66368 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717554-1240628948/watcher-1717554-1240628948 -o /tmp/evaluation-result-1717554-1240628948/solver-1717554-1240628948 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1717554-1240628948.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=1178125488

node55.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.240
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.240
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:        987832 kB
Buffers:         92440 kB
Cached:         867924 kB
SwapCached:          0 kB
Active:         403624 kB
Inactive:       570664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        987832 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15996 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            79884 kB
Committed_AS:   212180 kB
PageTables:       1360 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= 66352 MiB
End job on node55 at 2009-04-25 05:15:39