Trace number 1773937

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
MXC 2009-03-10UNSAT 180.612 180.687

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.9125
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

180.51/180.67	c starting MXC with:
180.51/180.67	c cnf_path = HOME/instance-1773937-1241305141.cnf
180.51/180.67	c restart_strategy = auto
180.51/180.67	c sign_strategy = cached
180.51/180.67	c use_preprocessing = -1
180.51/180.67	c output_implicant = 1
180.51/180.67	c timeout_seconds = 0
180.51/180.67	c running SatELite... done
180.51/180.67	c 40467 vars eliminated
180.51/180.67	c received 283 units and 161927 clauses from SatELite
180.51/180.67	c 40749 assignments made, starting to guess now
180.51/180.67	c ===================================[MXC]=====================================
180.51/180.67	c | Conflicts |                Clause Statistics                   |   Vars   |
180.51/180.67	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
180.51/180.67	c =============================================================================
180.51/180.67	c |         0 |       0    9838   152089        0        0     nan |    68953 |
180.51/180.67	c |       100 |       0    9850   152089       85     1050    37.0 |    28201 |
180.51/180.67	c |       210 |       0    9852   152089      193     1105    82.4 |    28201 |
180.51/180.67	c |       441 |       0    9855   152089      421     1220   117.5 |    28201 |
180.51/180.67	c |       805 |       0    9858   152089      781     1402   119.1 |    28198 |
180.51/180.67	c |      1315 |       0    9865   152089     1283     1657   101.5 |    28126 |
180.51/180.67	c |      1986 |       0    9866   152089     1953     1993    99.7 |    28126 |
180.51/180.67	c |      2834 |       0    9889   151511     1753     2417    84.6 |    28126 |
180.51/180.67	c |      3876 |       0    9936   151511     2748     2938    62.1 |    28126 |
180.51/180.67	c |      5132 |       0    9985   151511     2381     3566    16.5 |    28126 |
180.51/180.67	c |      6623 |       0   10036   151511     3819     4311    28.5 |    28081 |
180.51/180.67	c |      8373 |       0   10040   151511     3163     5186    26.7 |    28081 |
180.51/180.67	c |      9214 |       0   10070   151511     3964     5607    29.7 |    27966 |
180.51/180.67	c ----- stats for thread 0 -----
180.51/180.67	c restarts: 24
180.51/180.67	c decisions: 45849
180.51/180.67	c propagations: 52546981
180.51/180.67	c conflicts: 9214
180.51/180.67	c 180.670s elapsed
180.51/180.67	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-1773937-1241305141/watcher-1773937-1241305141 -o /tmp/evaluation-result-1773937-1241305141/solver-1773937-1241305141 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1773937-1241305141.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.92 0.98 0.99 3/64 31931
/proc/meminfo: memFree=1409304/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=4904 CPUtime=0
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 744 0 0 0 0 0 0 0 18 0 1 0 158547948 5021696 730 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 1226 737 46 166 0 1057 0

[startup+0.100771 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31931
/proc/meminfo: memFree=1409304/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=29712 CPUtime=0.09
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 5257 0 0 0 7 2 0 0 18 0 1 0 158547948 30425088 5241 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 7428 5242 55 166 0 7259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29712

[startup+0.201788 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31931
/proc/meminfo: memFree=1409304/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=35360 CPUtime=0.19
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 6647 0 0 0 17 2 0 0 18 0 1 0 158547948 36208640 6631 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 8840 6634 55 166 0 8671 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35360

[startup+0.301806 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31931
/proc/meminfo: memFree=1409304/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=34880 CPUtime=0.29
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 7470 0 0 0 26 3 0 0 19 0 1 0 158547948 35717120 6439 1992294400 134512640 135192793 4294956224 18446744073709551615 134567775 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 8720 6439 56 166 0 8551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34880

[startup+0.701879 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31931
/proc/meminfo: memFree=1409304/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=45864 CPUtime=0.69
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 10125 0 0 0 65 4 0 0 22 0 1 0 158547948 46964736 9094 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 11466 9094 56 166 0 11297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45864

[startup+1.50203 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1365776/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=63356 CPUtime=1.49
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 15764 0 0 0 142 7 0 0 25 0 1 0 158547948 64876544 13688 1992294400 134512640 135192793 4294956224 18446744073709551615 134534332 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 15839 13688 72 166 0 15670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63356

[startup+3.10132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1353808/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=64148 CPUtime=3.09
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16013 0 0 0 302 7 0 0 25 0 1 0 158547948 65687552 13937 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16037 13937 72 166 0 15868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64148

[startup+6.30191 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1353168/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=64412 CPUtime=6.29
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16070 0 0 0 622 7 0 0 25 0 1 0 158547948 65957888 13994 1992294400 134512640 135192793 4294956224 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16103 13994 72 166 0 15934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64412

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1353112/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=64544 CPUtime=12.69
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16096 0 0 0 1262 7 0 0 25 0 1 0 158547948 66093056 14020 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16136 14020 72 166 0 15967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64544

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1352792/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=64808 CPUtime=25.48
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16178 0 0 0 2541 7 0 0 25 0 1 0 158547948 66363392 14102 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16202 14102 72 166 0 16033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64808

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1352472/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65204 CPUtime=51.07
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16278 0 0 0 5099 8 0 0 25 0 1 0 158547948 66768896 14202 1992294400 134512640 135192793 4294956224 18446744073709551615 134550618 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16301 14202 72 166 0 16132 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65204

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 31932
/proc/meminfo: memFree=1352024/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65600 CPUtime=102.25
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16397 0 0 0 10217 8 0 0 25 0 1 0 158547948 67174400 14321 1992294400 134512640 135192793 4294956224 18446744073709551615 134552256 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16400 14321 73 166 0 16231 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 65600

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=162.22
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 16214 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134552144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 65864

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

[startup+166.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=166.32
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 16624 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134551966 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 166.32
Current children cumulated vsize (KiB) 65864

[startup+172.806 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=172.72
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 17264 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 172.72
Current children cumulated vsize (KiB) 65864

[startup+176.001 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=175.92
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 17584 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134551392 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 175.92
Current children cumulated vsize (KiB) 65864

[startup+179.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=179.11
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 17903 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134552364 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 179.11
Current children cumulated vsize (KiB) 65864

[startup+180.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=179.91
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 17983 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 179.91
Current children cumulated vsize (KiB) 65864

[startup+180.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=180.32
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 18024 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134534059 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 180.32
Current children cumulated vsize (KiB) 65864

[startup+180.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31938
/proc/meminfo: memFree=1351704/2055920 swapFree=4180196/4192956
[pid=31931] ppid=31929 vsize=65864 CPUtime=180.51
/proc/31931/stat : 31931 (mxc-sat09) R 31929 31931 31894 0 -1 4194304 16463 0 0 0 18043 8 0 0 25 0 1 0 158547948 67444736 14387 1992294400 134512640 135192793 4294956224 18446744073709551615 134552309 0 0 4096 0 0 0 0 17 1 0 0
/proc/31931/statm: 16466 14387 73 166 0 16297 0
Current children cumulated CPU time (s) 180.51
Current children cumulated vsize (KiB) 65864

Child status: 20
Real time (s): 180.687
CPU time (s): 180.612
CPU user time (s): 180.515
CPU system time (s): 0.096985
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 65864

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

runsolver used 0.145977 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 00:59:01
IDJOB=1773937
IDBENCH=70825
IDSOLVER=613
FILE ID=node7/1773937-1241305141
PBS_JOBID= 9225216
Free space on /tmp= 66556 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773937-1241305141/watcher-1773937-1241305141 -o /tmp/evaluation-result-1773937-1241305141/solver-1773937-1241305141 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1773937-1241305141.cnf

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=1109006674

node7.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.256
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.256
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:       1409720 kB
Buffers:         85680 kB
Cached:         462568 kB
SwapCached:       7108 kB
Active:         100652 kB
Inactive:       455928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409720 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            4824 kB
Writeback:           0 kB
Mapped:          13340 kB
Slab:            75544 kB
Committed_AS:  1031224 kB
PageTables:       1444 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= 66556 MiB
End job on node7 at 2009-05-03 01:02:02