Trace number 1785692

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
SAT07 reference solver: minisat SAT 2007UNSAT 146.131 146.192

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6922
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  45                                                   |
0.00/0.00	c |  Number of clauses:    38430                                                |
0.04/0.07	c |  Parsing time:         0.06         s                                       |
13.38/13.48	c ============================[ Search Statistics ]==============================
13.38/13.48	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.38/13.48	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.38/13.48	c ===============================================================================
13.38/13.48	c |         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
13.38/13.48	c |       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
13.38/13.49	c |       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
13.48/13.51	c |       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
13.48/13.54	c |       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
13.48/13.57	c |      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
13.58/13.67	c |      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
13.68/13.79	c |      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
13.88/13.95	c |      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
14.29/14.32	c |      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
14.88/14.94	c |     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
16.08/16.12	c |     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
18.28/18.33	c |     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
23.27/23.39	c |     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
30.68/30.79	c |     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
42.88/42.98	c |     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
61.26/61.30	c |    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
82.76/82.84	c |    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
122.24/122.34	c |    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
146.04/146.18	c ===============================================================================
146.04/146.18	c restarts              : 19
146.04/146.18	c conflicts             : 359627         (2462 /sec)
146.04/146.18	c decisions             : 380172         (1.81 % random) (2602 /sec)
146.04/146.18	c propagations          : 2523897        (17275 /sec)
146.04/146.18	c conflict literals     : 5095339        (23.74 % deleted)
146.04/146.18	c Memory used           : 13.61 MB
146.04/146.18	c CPU time              : 146.098 s
146.04/146.18	c 
146.04/146.18	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-1785692-1241925609/watcher-1785692-1241925609 -o /tmp/evaluation-result-1785692-1241925609/solver-1785692-1241925609 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785692-1241925609.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.00 1.00 1.00 3/64 20073
/proc/meminfo: memFree=1682728/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=1856 CPUtime=0
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 385 0 0 0 0 0 0 0 18 0 1 0 220586938 1900544 371 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 464 371 50 130 0 331 0

[startup+0.050334 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20073
/proc/meminfo: memFree=1682728/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=5684 CPUtime=0.04
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1301 0 0 0 4 0 0 0 18 0 1 0 220586938 5820416 1287 1992294400 134512640 135048876 4294956208 18446744073709551615 134530927 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1421 1287 50 130 0 1288 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5684

[startup+0.101337 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20073
/proc/meminfo: memFree=1682728/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=0.1
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 9 1 0 0 18 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7144

[startup+0.301353 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20073
/proc/meminfo: memFree=1682728/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=0.3
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 29 1 0 0 19 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7144

[startup+0.701384 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20073
/proc/meminfo: memFree=1682728/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=0.7
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 69 1 0 0 23 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7144

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1676256/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=1.5
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 149 1 0 0 25 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529410 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7144

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1676128/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=3.09
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 308 1 0 0 25 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7144

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1676072/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7144 CPUtime=6.29
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1681 0 0 0 628 1 0 0 25 0 1 0 220586938 7315456 1667 1992294400 134512640 135048876 4294956208 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/20073/statm: 1786 1667 62 130 0 1653 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7144

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1675752/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=7440 CPUtime=12.68
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 1731 0 0 0 1267 1 0 0 25 0 1 0 220586938 7618560 1717 1992294400 134512640 135048876 4294956208 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 1860 1717 62 130 0 1727 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7440

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1673704/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=9592 CPUtime=25.47
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 2583 0 0 0 2546 1 0 0 25 0 1 0 220586938 9822208 2261 1992294400 134512640 135048876 4294956208 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 2398 2261 66 130 0 2265 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9592

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1672296/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=11248 CPUtime=51.07
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 2936 0 0 0 5105 2 0 0 25 0 1 0 220586938 11517952 2614 1992294400 134512640 135048876 4294956208 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/20073/statm: 2812 2614 66 130 0 2679 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11248

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1670440/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13160 CPUtime=102.25
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3369 0 0 0 10223 2 0 0 25 0 1 0 220586938 13475840 3047 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3290 3047 66 130 0 3157 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13160

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

[startup+127.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1670056/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13568 CPUtime=127.84
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3467 0 0 0 12782 2 0 0 25 0 1 0 220586938 13893632 3145 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3392 3145 66 130 0 3259 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 13568

[startup+134.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669992/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13760 CPUtime=134.24
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3497 0 0 0 13421 3 0 0 25 0 1 0 220586938 14090240 3175 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3440 3175 66 130 0 3307 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 13760

[startup+140.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669736/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13932 CPUtime=140.64
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3552 0 0 0 14061 3 0 0 25 0 1 0 220586938 14266368 3222 1992294400 134512640 135048876 4294956208 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3483 3222 66 130 0 3350 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 13932

[startup+143.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669736/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13932 CPUtime=143.84
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3554 0 0 0 14381 3 0 0 25 0 1 0 220586938 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 143.84
Current children cumulated vsize (KiB) 13932

[startup+145.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669736/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13932 CPUtime=145.44
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3554 0 0 0 14541 3 0 0 25 0 1 0 220586938 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 145.44
Current children cumulated vsize (KiB) 13932

[startup+145.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669736/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13932 CPUtime=145.84
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3554 0 0 0 14581 3 0 0 25 0 1 0 220586938 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546901 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 145.84
Current children cumulated vsize (KiB) 13932

[startup+146.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20074
/proc/meminfo: memFree=1669736/2055920 swapFree=4113156/4192956
[pid=20073] ppid=20071 vsize=13932 CPUtime=146.04
/proc/20073/stat : 20073 (minisat_noasser) R 20071 20073 16904 0 -1 4194304 3554 0 0 0 14601 3 0 0 25 0 1 0 220586938 14266368 3224 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/20073/statm: 3483 3224 66 130 0 3350 0
Current children cumulated CPU time (s) 146.04
Current children cumulated vsize (KiB) 13932

Child status: 20
Real time (s): 146.192
CPU time (s): 146.131
CPU user time (s): 146.098
CPU system time (s): 0.032994
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 13932

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

runsolver used 0.137979 second user time and 0.403938 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-10 05:20:09
IDJOB=1785692
IDBENCH=71131
IDSOLVER=639
FILE ID=node69/1785692-1241925609
PBS_JOBID= 9264919
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785692-1241925609/watcher-1785692-1241925609 -o /tmp/evaluation-result-1785692-1241925609/solver-1785692-1241925609 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785692-1241925609.cnf

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=2035612652

node69.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.231
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.231
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:       1683272 kB
Buffers:         53688 kB
Cached:         175384 kB
SwapCached:      74412 kB
Active:         134184 kB
Inactive:       171240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683272 kB
SwapTotal:     4192956 kB
SwapFree:      4113156 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:          14252 kB
Slab:            53236 kB
Committed_AS:   646388 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= 66232 MiB
End job on node69 at 2009-05-10 05:22:35