Trace number 1723247

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
MoRsat 2009-03-03UNSAT 266.353 266.444

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
3.49/3.55	c atom#=237485 clause#=705220 total literals=1645512 
266.30/266.44	c CNF stats: (237485 vars, 705220 clauses) 
266.30/266.44	c Decisions: 3400662 
266.30/266.44	c Conflicts: 359814 
266.30/266.44	c 
266.30/266.44	s UNSATISFIABLE
266.30/266.44	c Running time: 265.27867 seconds 

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-1723247-1240684354/watcher-1723247-1240684354 -o /tmp/evaluation-result-1723247-1240684354/solver-1723247-1240684354 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1723247-1240684354.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: 1.00 1.00 1.09 3/64 17097
/proc/meminfo: memFree=1732680/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=12352 CPUtime=0
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 96468553 12648448 121 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 3088 121 96 284 0 2801 0

[startup+0.0772389 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 17097
/proc/meminfo: memFree=1732680/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=12352 CPUtime=0.07
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 361 0 0 0 7 0 0 0 18 0 1 0 96468553 12648448 345 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 3088 345 96 284 0 2801 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12352

[startup+0.101241 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 17097
/proc/meminfo: memFree=1732680/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=12352 CPUtime=0.1
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 433 0 0 0 10 0 0 0 18 0 1 0 96468553 12648448 418 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 3088 418 96 284 0 2801 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12352

[startup+0.301276 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 17097
/proc/meminfo: memFree=1732680/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=12352 CPUtime=0.29
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 1037 0 0 0 29 0 0 0 20 0 1 0 96468553 12648448 1021 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 3088 1021 96 284 0 2801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12352

[startup+0.702345 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 17097
/proc/meminfo: memFree=1732680/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=12352 CPUtime=0.69
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 2220 0 0 0 68 1 0 0 23 0 1 0 96468553 12648448 2204 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 3088 2204 96 284 0 2801 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12352

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17098
/proc/meminfo: memFree=1721280/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=26188 CPUtime=1.49
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 19271 0 0 0 142 7 0 0 25 0 1 0 96468553 26816512 6102 1992294400 134512640 135679800 4294956224 18446744073709551615 134569276 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 6547 6102 106 284 0 6260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26188

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17098
/proc/meminfo: memFree=1702080/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=46924 CPUtime=3.09
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 29993 0 0 0 297 12 0 0 25 0 1 0 96468553 48050176 8336 1992294400 134512640 135679800 4294956224 18446744073709551615 134556725 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 11731 8336 106 284 0 11444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46924

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17098
/proc/meminfo: memFree=1657216/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=102756 CPUtime=6.29
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 45580 0 0 0 610 19 0 0 25 0 1 0 96468553 105222144 18966 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 25689 18966 113 284 0 25402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102756

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17098
/proc/meminfo: memFree=1655808/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=104020 CPUtime=12.69
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 45904 0 0 0 1250 19 0 0 25 0 1 0 96468553 106516480 19290 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 26005 19290 113 284 0 25718 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104020

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17098
/proc/meminfo: memFree=1653504/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=106340 CPUtime=25.49
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 46446 0 0 0 2529 20 0 0 25 0 1 0 96468553 108892160 19832 1992294400 134512640 135679800 4294956224 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 26585 19832 113 284 0 26298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106340

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 17098
/proc/meminfo: memFree=1649024/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=111464 CPUtime=51.07
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 47851 0 0 0 5086 21 0 0 25 0 1 0 96468553 114139136 21139 1992294400 134512640 135679800 4294956224 18446744073709551615 134522641 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 27866 21139 113 284 0 27579 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 111464

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.08 2/65 17098
/proc/meminfo: memFree=1637440/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=122292 CPUtime=102.26
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 51481 0 0 0 10201 25 0 0 25 0 1 0 96468553 125227008 23803 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 30573 23803 113 284 0 30286 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 122292

[startup+162.302 s]
/proc/loadavg: 1.05 1.02 1.08 2/65 17098
/proc/meminfo: memFree=1634688/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=125744 CPUtime=162.23
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 52361 0 0 0 16197 26 0 0 25 0 1 0 96468553 128761856 24683 1992294400 134512640 135679800 4294956224 18446744073709551615 134522747 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 31436 24683 113 284 0 31149 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 125744

[startup+222.301 s]
/proc/loadavg: 1.05 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625600/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=135100 CPUtime=222.22
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 22192 30 0 0 25 0 1 0 96468553 138342400 26739 1992294400 134512640 135679800 4294956224 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 33775 26739 113 284 0 33488 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 135100

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

[startup+230.302 s]
/proc/loadavg: 1.04 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625600/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=135100 CPUtime=230.22
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 22992 30 0 0 25 0 1 0 96468553 138342400 26739 1992294400 134512640 135679800 4294956224 18446744073709551615 134534507 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 33775 26739 113 284 0 33488 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 135100

[startup+243.106 s]
/proc/loadavg: 1.04 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625600/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=135100 CPUtime=243.02
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 24272 30 0 0 25 0 1 0 96468553 138342400 26739 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 33775 26739 113 284 0 33488 0
Current children cumulated CPU time (s) 243.02
Current children cumulated vsize (KiB) 135100

[startup+255.902 s]
/proc/loadavg: 1.03 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625600/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=135100 CPUtime=255.81
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 25551 30 0 0 25 0 1 0 96468553 138342400 26739 1992294400 134512640 135679800 4294956224 18446744073709551615 134533069 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 33775 26739 113 284 0 33488 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 135100

[startup+262.301 s]
/proc/loadavg: 1.02 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625600/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=135100 CPUtime=262.2
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26190 30 0 0 25 0 1 0 96468553 138342400 26739 1992294400 134512640 135679800 4294956224 18446744073709551615 134543042 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 33775 26739 113 284 0 33488 0
Current children cumulated CPU time (s) 262.2
Current children cumulated vsize (KiB) 135100

[startup+263.901 s]
/proc/loadavg: 1.02 1.03 1.08 2/65 17098
/proc/meminfo: memFree=1625856/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=130580 CPUtime=263.81
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26351 30 0 0 25 0 1 0 96468553 133713920 26656 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 32645 26656 113 284 0 32358 0
Current children cumulated CPU time (s) 263.81
Current children cumulated vsize (KiB) 130580

[startup+265.502 s]
/proc/loadavg: 1.02 1.02 1.08 2/65 17098
/proc/meminfo: memFree=1625856/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=130580 CPUtime=265.4
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26510 30 0 0 25 0 1 0 96468553 133713920 26656 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 32645 26656 113 284 0 32358 0
Current children cumulated CPU time (s) 265.4
Current children cumulated vsize (KiB) 130580

[startup+265.902 s]
/proc/loadavg: 1.02 1.02 1.08 2/65 17098
/proc/meminfo: memFree=1625856/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=130580 CPUtime=265.8
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26550 30 0 0 25 0 1 0 96468553 133713920 26656 1992294400 134512640 135679800 4294956224 18446744073709551615 134520418 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 32645 26656 113 284 0 32358 0
Current children cumulated CPU time (s) 265.8
Current children cumulated vsize (KiB) 130580

[startup+266.302 s]
/proc/loadavg: 1.02 1.02 1.08 2/65 17098
/proc/meminfo: memFree=1625856/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=124948 CPUtime=266.2
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26590 30 0 0 25 0 1 0 96468553 127946752 25936 1992294400 134512640 135679800 4294956224 18446744073709551615 135103151 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 31237 25936 113 284 0 30950 0
Current children cumulated CPU time (s) 266.2
Current children cumulated vsize (KiB) 124948

[startup+266.402 s]
/proc/loadavg: 1.02 1.02 1.08 2/65 17098
/proc/meminfo: memFree=1625856/2055920 swapFree=4181396/4192956
[pid=17097] ppid=17095 vsize=123920 CPUtime=266.3
/proc/17097/stat : 17097 (MoRsat) R 17095 17097 16906 0 -1 4194304 56343 0 0 0 26600 30 0 0 25 0 1 0 96468553 126894080 25781 1992294400 134512640 135679800 4294956224 18446744073709551615 135106894 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17097/statm: 30980 25781 113 284 0 30693 0
Current children cumulated CPU time (s) 266.3
Current children cumulated vsize (KiB) 123920

Child status: 20
Real time (s): 266.444
CPU time (s): 266.353
CPU user time (s): 266.035
CPU system time (s): 0.317951
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 141260

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

runsolver used 0.218966 second user time and 0.540917 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 20:32:35
IDJOB=1723247
IDBENCH=71689
IDSOLVER=502
FILE ID=node25/1723247-1240684354
PBS_JOBID= 9186701
Free space on /tmp= 66368 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723247-1240684354/watcher-1723247-1240684354 -o /tmp/evaluation-result-1723247-1240684354/solver-1723247-1240684354 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1723247-1240684354.cnf

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=1772609417

node25.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1733160 kB
Buffers:         29796 kB
Cached:         242360 kB
SwapCached:       5080 kB
Active:         174008 kB
Inactive:       105740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733160 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:           13952 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            29044 kB
Committed_AS:   353260 kB
PageTables:       1460 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= 66364 MiB
End job on node25 at 2009-04-25 20:37:02