Trace number 332355

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, and are wall clock time (not CPU 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
minisat SAT 2007 (with assertions)UNSAT 78.626 78.6575

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
MD5SUMc5c0a2288884b75d2d577cb8c5efb4c6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.65384
Satisfiable
(Un)Satisfiability was proved
Number of variables4336
Number of clauses214585
Sum of the clauses size431502
Maximum clause length11
Minimum clause length1
Number of clauses of size 189
Number of clauses of size 2213987
Number of clauses of size 3252
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5257

Solver Data (download as text)

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:  4336                                                 |
0.00/0.00	c |  Number of clauses:    214585                                               |
0.29/0.31	c |  Parsing time:         0.30         s                                       |
3.29/3.38	c ============================[ Search Statistics ]==============================
3.29/3.38	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.38	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.38	c ===============================================================================
3.29/3.38	c |         0 |    3000   197654   422452 |    65884        0    nan |  0.000 % |
3.29/3.39	c |       100 |    2998   197654   422452 |    72473       98     37 |  2.099 % |
3.39/3.40	c |       250 |    2998   197654   422452 |    79720      248     37 |  2.100 % |
3.39/3.42	c |       475 |    2998   197654   422452 |    87692      473     41 |  2.100 % |
3.39/3.44	c |       812 |    2998   197654   422452 |    96461      810     39 |  2.099 % |
3.39/3.48	c |      1318 |    2998   197654   422452 |   106107     1316     38 |  2.099 % |
3.49/3.55	c |      2077 |    2998   197654   422452 |   116718     2075     54 |  2.099 % |
3.59/3.66	c |      3219 |    2998   197654   422452 |   128390     3217     58 |  2.100 % |
3.79/3.81	c |      4927 |    2998   197654   422452 |   141229     4924     55 |  2.122 % |
4.09/4.13	c |      7489 |    2998   197654   422452 |   155352     7486     55 |  2.122 % |
4.69/4.71	c |     11333 |    2997   197232   421560 |   170887    11328     52 |  2.168 % |
6.19/6.29	c |     17099 |    2997   197232   421560 |   187976    17094     51 |  2.168 % |
8.88/8.99	c |     25748 |    2994   196812   420672 |   206774    25741     51 |  2.214 % |
14.49/14.57	c |     38722 |    2994   196812   420672 |   227451    38713     52 |  2.260 % |
28.08/28.12	c |     58183 |    2994   196812   420672 |   250196    58174     54 |  2.260 % |
65.36/65.43	c |     87376 |    2991   196393   419786 |   275216    87365     53 |  2.284 % |
78.56/78.60	c ===============================================================================
78.56/78.60	c restarts              : 16
78.56/78.60	c conflicts             : 92761          (1182 /sec)
78.56/78.60	c decisions             : 110825         (1.82 % random) (1412 /sec)
78.56/78.60	c propagations          : 7217837        (91946 /sec)
78.56/78.60	c conflict literals     : 4885568        (26.41 % deleted)
78.56/78.60	c Memory used           : 38.13 MB
78.56/78.60	c CPU time              : 78.5011 s
78.56/78.60	c 
78.56/78.65	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-332355-1173475025 -o ROOT/results/node15/solver-332355-1173475025 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332355-1173475025/minisat /tmp/evaluation/332355-1173475025/instance-332355-1173475025.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): 2400 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.91 0.97 0.99 2/77 13499
/proc/meminfo: memFree=1580840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=2668 CPUtime=0
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 556 0 0 0 0 0 0 0 18 0 1 0 367456882 2732032 540 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134561993 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 667 541 58 138 0 526 0

[startup+0.0200829 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 13499
/proc/meminfo: memFree=1580840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=3136 CPUtime=0.01
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 689 0 0 0 1 0 0 0 18 0 1 0 367456882 3211264 673 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 784 674 58 138 0 643 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3136

[startup+0.101096 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 13499
/proc/meminfo: memFree=1580840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=6796 CPUtime=0.09
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 1566 0 0 0 9 0 0 0 18 0 1 0 367456882 6959104 1550 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 1699 1550 58 138 0 1558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6796

[startup+0.30113 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 13499
/proc/meminfo: memFree=1580840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=13236 CPUtime=0.29
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 3194 0 0 0 28 1 0 0 19 0 1 0 367456882 13553664 3178 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 3309 3178 58 138 0 3168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13236

[startup+0.701199 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 13499
/proc/meminfo: memFree=1580840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=14040 CPUtime=0.69
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 3250 0 0 0 68 1 0 0 22 0 1 0 367456882 14376960 3234 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 3510 3234 72 138 0 3369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14040

[startup+1.50134 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1569824/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=14040 CPUtime=1.49
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 3250 0 0 0 148 1 0 0 25 0 1 0 367456882 14376960 3234 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 3510 3234 72 138 0 3369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14040

[startup+3.10162 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1568416/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=15968 CPUtime=3.09
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 3785 0 0 0 308 1 0 0 25 0 1 0 367456882 16351232 3769 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 3992 3769 72 138 0 3851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15968

[startup+6.30116 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1567840/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=16184 CPUtime=6.29
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 4289 0 0 0 627 2 0 0 25 0 1 0 367456882 16572416 3853 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 4046 3853 73 138 0 3905 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16184

[startup+12.7013 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1562784/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=20896 CPUtime=12.69
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 5455 0 0 0 1266 3 0 0 25 0 1 0 367456882 21397504 5019 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550699 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 5224 5019 73 138 0 5083 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20896

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1556576/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=27116 CPUtime=25.48
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 6971 0 0 0 2544 4 0 0 25 0 1 0 367456882 27766784 6535 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 6779 6535 73 138 0 6638 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27116

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1549600/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=34356 CPUtime=51.08
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 8715 0 0 0 5102 6 0 0 25 0 1 0 367456882 35180544 8279 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 8589 8279 73 138 0 8448 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34356

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

[startup+63.902 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1546656/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=37248 CPUtime=63.86
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9417 0 0 0 6380 6 0 0 25 0 1 0 367456882 38141952 8981 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9312 8981 73 138 0 9171 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 37248

[startup+70.3011 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545696/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=38192 CPUtime=70.26
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9648 0 0 0 7020 6 0 0 25 0 1 0 367456882 39108608 9212 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550642 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9548 9212 73 138 0 9407 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 38192

[startup+73.5017 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545568/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=38588 CPUtime=73.47
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9722 0 0 0 7340 7 0 0 25 0 1 0 367456882 39514112 9286 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550720 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9647 9286 73 138 0 9506 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 38588

[startup+76.7012 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545184/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=38864 CPUtime=76.66
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9788 0 0 0 7659 7 0 0 25 0 1 0 367456882 39796736 9352 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9716 9352 73 138 0 9575 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 38864

[startup+77.5014 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545120/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=39044 CPUtime=77.46
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9801 0 0 0 7739 7 0 0 25 0 1 0 367456882 39981056 9365 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550628 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9761 9365 73 138 0 9620 0
Current children cumulated CPU time (s) 77.46
Current children cumulated vsize (KiB) 39044

[startup+78.3015 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545056/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=39044 CPUtime=78.26
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9809 0 0 0 7819 7 0 0 25 0 1 0 367456882 39981056 9373 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9761 9373 73 138 0 9620 0
Current children cumulated CPU time (s) 78.26
Current children cumulated vsize (KiB) 39044

[startup+78.5015 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545056/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=39044 CPUtime=78.46
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9810 0 0 0 7839 7 0 0 25 0 1 0 367456882 39981056 9374 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550738 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9761 9374 73 138 0 9620 0
Current children cumulated CPU time (s) 78.46
Current children cumulated vsize (KiB) 39044

[startup+78.6016 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 13500
/proc/meminfo: memFree=1545056/2055920 swapFree=4152672/4192956
[pid=13499] ppid=13497 vsize=39044 CPUtime=78.56
/proc/13499/stat : 13499 (minisat) R 13497 13499 11931 0 -1 4194304 9812 0 0 0 7849 7 0 0 25 0 1 0 367456882 39981056 9376 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/13499/statm: 9761 9376 73 138 0 9620 0
Current children cumulated CPU time (s) 78.56
Current children cumulated vsize (KiB) 39044

Child status: 0
Real time (s): 78.6575
CPU time (s): 78.626
CPU user time (s): 78.5471
CPU system time (s): 0.078987
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 39044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.5471
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9818
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= 7
involuntary context switches= 166

runsolver used 0.075988 second user time and 0.216967 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Fri Mar  9 21:17:05 UTC 2007

IDJOB= 332355
IDBENCH= 24578
IDSOLVER= 109
FILE ID= node15/332355-1173475025

PBS_JOBID= 4101062

Free space on /tmp= 66456 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332355-1173475025/minisat /tmp/evaluation/332355-1173475025/instance-332355-1173475025.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-332355-1173475025 -o ROOT/results/node15/solver-332355-1173475025 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332355-1173475025/minisat /tmp/evaluation/332355-1173475025/instance-332355-1173475025.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  c5c0a2288884b75d2d577cb8c5efb4c6

RANDOM SEED= 702189308

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.276
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.276
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:       1583040 kB
Buffers:         48356 kB
Cached:         336176 kB
SwapCached:       2796 kB
Active:         214684 kB
Inactive:       193488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583040 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          30552 kB
Slab:            50220 kB
Committed_AS:  1285552 kB
PageTables:       1804 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= 66456 MiB

End job on node15 on Fri Mar  9 21:18:24 UTC 2007