Trace number 1797805

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
minisat2-core 070721UNSAT 147.25 147.289

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.439
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  87475                                                |
0.00/0.00	|  Number of clauses:    414657                                               |
0.19/0.24	|  Parsing time:         0.21         s                                       |
0.19/0.26	============================[ Search Statistics ]==============================
0.19/0.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.26	===============================================================================
0.19/0.26	|         0 |   87447   414447  1073419 |   138149        0    nan |  0.000 % |
0.49/0.50	|       100 |   87447   414447  1073419 |   151963      100     23 |  0.032 % |
0.69/0.78	|       250 |   87447   414447  1073419 |   167160      250     50 |  0.032 % |
0.89/0.90	|       475 |   87447   414447  1073419 |   183876      475     34 |  0.032 % |
2.09/2.18	|       814 |   87447   414447  1073419 |   202263      814     37 |  0.032 % |
2.89/3.00	|      1321 |   87447   414447  1073419 |   222490     1321     40 |  0.032 % |
3.89/3.98	|      2080 |   87447   414447  1073419 |   244739     2080     43 |  0.032 % |
5.59/5.66	|      3220 |   87447   414447  1073419 |   269213     3220     42 |  0.032 % |
7.19/7.27	|      4929 |   87447   414447  1073419 |   296134     4929     39 |  0.032 % |
9.59/9.67	|      7494 |   87447   414447  1073419 |   325748     7494     34 |  0.032 % |
20.89/20.91	|     11338 |   87447   414447  1073419 |   358322    11338     34 |  0.032 % |
27.09/27.16	|     17104 |   87447   414447  1073419 |   394155    17104     29 |  0.032 % |
49.97/50.02	|     25753 |   87424   414253  1072971 |   433570    25752     32 |  0.058 % |
86.17/86.25	|     38728 |   87424   414253  1072971 |   476927    38727     31 |  0.058 % |
142.15/142.20	|     58189 |   87365   413770  1071904 |   524620    51787     28 |  0.126 % |
147.15/147.28	===============================================================================
147.15/147.28	restarts              : 15
147.15/147.28	conflicts             : 60200          (409 /sec)
147.15/147.28	decisions             : 114528         (1.79 % random) (778 /sec)
147.15/147.28	propagations          : 313798349      (2132092 /sec)
147.15/147.28	conflict literals     : 1610467        (33.88 % deleted)
147.15/147.28	Memory used           : 32.23 MB
147.15/147.28	CPU time              : 147.179 s
147.15/147.28	
147.15/147.28	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-1797805-1242074410/watcher-1797805-1242074410 -o /tmp/evaluation-result-1797805-1242074410/solver-1797805-1242074410 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797805-1242074410.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 16818
/proc/meminfo: memFree=1474880/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=2208 CPUtime=0
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 235468406 2260992 410 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 552 411 58 171 0 378 0

[startup+0.0552101 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 16818
/proc/meminfo: memFree=1474880/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=6712 CPUtime=0.04
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 1487 0 0 0 4 0 0 0 18 0 1 0 235468406 6873088 1472 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 1678 1474 58 171 0 1504 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6712

[startup+0.102212 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 16818
/proc/meminfo: memFree=1474880/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=10496 CPUtime=0.09
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 2460 0 0 0 8 1 0 0 18 0 1 0 235468406 10747904 2446 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 2624 2446 58 171 0 2450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10496

[startup+0.30123 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 16818
/proc/meminfo: memFree=1474880/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=24136 CPUtime=0.29
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 5756 0 0 0 26 3 0 0 19 0 1 0 235468406 24715264 5741 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6034 5741 74 171 0 5860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24136

[startup+0.701266 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 16818
/proc/meminfo: memFree=1474880/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=24348 CPUtime=0.69
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 5831 0 0 0 66 3 0 0 22 0 1 0 235468406 24932352 5808 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6087 5808 78 171 0 5913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24348

[startup+1.50134 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1451960/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=24600 CPUtime=1.49
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 5840 0 0 0 146 3 0 0 25 0 1 0 235468406 25190400 5817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6150 5817 78 171 0 5976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24600

[startup+3.10149 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1451448/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=24732 CPUtime=3.09
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 5888 0 0 0 306 3 0 0 25 0 1 0 235468406 25325568 5865 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6183 5865 78 171 0 6009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24732

[startup+6.30178 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1451064/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=25260 CPUtime=6.29
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 6024 0 0 0 626 3 0 0 25 0 1 0 235468406 25866240 6001 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6315 6001 78 171 0 6141 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25260

[startup+12.7014 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1450232/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=25920 CPUtime=12.69
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 6195 0 0 0 1266 3 0 0 25 0 1 0 235468406 26542080 6172 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6480 6172 78 171 0 6306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25920

[startup+25.5015 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1449208/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=27116 CPUtime=25.49
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 6472 0 0 0 2545 4 0 0 25 0 1 0 235468406 27766784 6449 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 6779 6449 78 171 0 6605 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27116

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16819
/proc/meminfo: memFree=1447416/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=28900 CPUtime=51.07
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 6934 0 0 0 5103 4 0 0 25 0 1 0 235468406 29593600 6911 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 7225 6911 78 171 0 7051 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28900

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1444920/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=31396 CPUtime=102.27
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7568 0 0 0 10222 5 0 0 25 0 1 0 235468406 32149504 7545 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 7849 7545 78 171 0 7675 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31396

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

[startup+127.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443896/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=32468 CPUtime=127.86
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7817 0 0 0 12780 6 0 0 25 0 1 0 235468406 33247232 7794 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8117 7794 78 171 0 7943 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 32468

[startup+140.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443320/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=140.66
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7968 0 0 0 14060 6 0 0 25 0 1 0 235468406 33796096 7945 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7945 78 171 0 8077 0
Current children cumulated CPU time (s) 140.66
Current children cumulated vsize (KiB) 33004

[startup+143.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=143.85
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14379 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 143.85
Current children cumulated vsize (KiB) 33004

[startup+145.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=145.45
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14539 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 145.45
Current children cumulated vsize (KiB) 33004

[startup+146.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=146.26
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14620 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 146.26
Current children cumulated vsize (KiB) 33004

[startup+146.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=146.65
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14659 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 146.65
Current children cumulated vsize (KiB) 33004

[startup+147.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=147.05
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14699 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134524108 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 33004

[startup+147.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16821
/proc/meminfo: memFree=1443256/2055920 swapFree=4178852/4192956
[pid=16818] ppid=16816 vsize=33004 CPUtime=147.15
/proc/16818/stat : 16818 (minisat_static) R 16816 16818 16688 0 -1 4194304 7981 0 0 0 14709 6 0 0 25 0 1 0 235468406 33796096 7958 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/16818/statm: 8251 7958 78 171 0 8077 0
Current children cumulated CPU time (s) 147.15
Current children cumulated vsize (KiB) 33004

Child status: 20
Real time (s): 147.289
CPU time (s): 147.25
CPU user time (s): 147.179
CPU system time (s): 0.070989
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 33004

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

runsolver used 0.150977 second user time and 0.32595 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-11 22:40:10
IDJOB=1797805
IDBENCH=20415
IDSOLVER=651
FILE ID=node55/1797805-1242074410
PBS_JOBID= 9277656
Free space on /tmp= 66256 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797805-1242074410/watcher-1797805-1242074410 -o /tmp/evaluation-result-1797805-1242074410/solver-1797805-1242074410 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797805-1242074410.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=983952023

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:       1475360 kB
Buffers:         66816 kB
Cached:         455720 kB
SwapCached:       8408 kB
Active:         160852 kB
Inactive:       372120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475360 kB
SwapTotal:     4192956 kB
SwapFree:      4178852 kB
Dirty:            8012 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            33580 kB
Committed_AS:   700996 kB
PageTables:       1376 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= 66256 MiB
End job on node55 at 2009-05-11 22:42:38