Trace number 1724163

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
VARSAT-crafted 2009-03-22UNSAT 69.8374 69.8789

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.2557
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  194762                                               |
0.00/0.00	c |  Number of clauses:    530713                                               |
2.19/2.28	c |  Parsing time:         2.17         s                                       |
2.19/2.28	c |  Timeout:              43200 s
2.19/2.28	c |  Random Seed:          849697599.000000
2.19/2.28	c |  Heuristic:            EMBP-G, threshold 0.800                              |
2.19/2.28	c |  Branching Rule:       default (solution-guided)                            |
2.19/2.28	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
2.19/2.28	c |                                                                             |
5.78/5.80	c ============================[ Search Statistics ]==============================
5.78/5.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.78/5.80	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.78/5.80	c ===============================================================================
5.78/5.80	c |         0 |   22224   103316   334353 |    34438        0    nan |  0.000 % |
6.49/6.59	c |       100 |   22224   103316   334353 |    37882      100      5 | 33.933 % |
7.18/7.27	c |       251 |   22224   103316   334353 |    41670      251      6 | 33.933 % |
7.88/7.98	c |       478 |   22224   103316   334353 |    45837      478      6 | 33.933 % |
8.58/8.69	c |       816 |   22224   103316   334353 |    50421      816      6 | 33.933 % |
9.38/9.42	c |      1322 |   22218   103316   334353 |    55463     1320      6 | 33.952 % |
10.18/10.25	c |      2082 |   22218   103316   334353 |    61010     2080      6 | 33.952 % |
11.08/11.11	c |      3222 |   22211   103316   334353 |    67111     3217      6 | 33.972 % |
12.48/12.57	c |      4931 |   22184   103316   334353 |    73822     4923      6 | 34.003 % |
13.98/14.08	c |      7493 |   22149   103316   334353 |    81204     7482      6 | 34.045 % |
15.48/15.50	c |     11338 |   21883   101320   327597 |    89325    11298      6 | 34.120 % |
17.48/17.58	c |     17105 |   21485    98920   319416 |    98257    16785      7 | 34.319 % |
20.47/20.55	c |     25754 |   21379    98081   316526 |   108083    25078      7 | 34.367 % |
25.87/25.94	c |     38728 |   21050    95976   309374 |   118891    37247      7 | 34.542 % |
34.16/34.20	c |     58189 |   20812    94437   303971 |   130780    56341      7 | 34.663 % |
48.85/48.95	c |     87381 |   20405    92131   296316 |   143858    84119      9 | 34.868 % |
69.74/69.85	c ===============================================================================
69.74/69.85	c surveys--CPU time (sec)   : 10.7694        (15.46 % of total)
69.74/69.85	c surveys--attempted        : 19             (2 /sec)
69.74/69.85	c surveys--converged        : 19             (100.00 % successful)
69.74/69.85	c restarts              : 16
69.74/69.85	c conflicts             : 108574         (1844 /sec)
69.74/69.85	c decisions             : 374307         (1.53 % random) (6357 /sec)
69.74/69.85	c propagations          : 32483358       (551706 /sec)
69.74/69.85	c conflict literals     : 1140158        (26.81 % deleted)
69.74/69.85	c Memory used           : 135.07 MB
69.74/69.85	c Total CPU time (sec)      : 69.6474     
69.74/69.85	c 
69.74/69.85	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-1724163-1240693054/watcher-1724163-1240693054 -o /tmp/evaluation-result-1724163-1240693054/solver-1724163-1240693054 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=849697599 HOME/instance-1724163-1240693054.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.16 1.21 1.17 3/65 19331
/proc/meminfo: memFree=1609584/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=5196 CPUtime=0
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 824 0 0 0 0 0 0 0 20 0 1 0 97335876 5320704 809 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 1299 816 78 221 0 1075 0

[startup+0.0815129 s]
/proc/loadavg: 1.16 1.21 1.17 3/65 19331
/proc/meminfo: memFree=1609584/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=38844 CPUtime=0.07
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 8117 0 0 0 4 3 0 0 20 0 1 0 97335876 39776256 8078 1992294400 4194304 5102648 548682068768 18446744073709551615 4269913 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 9711 8081 81 221 0 9487 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38844

[startup+0.101516 s]
/proc/loadavg: 1.16 1.21 1.17 3/65 19331
/proc/meminfo: memFree=1609584/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=39240 CPUtime=0.09
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 9058 0 0 0 6 3 0 0 20 0 1 0 97335876 40181760 9019 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 9810 9020 87 221 0 9586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39240

[startup+0.301555 s]
/proc/loadavg: 1.16 1.21 1.17 3/65 19331
/proc/meminfo: memFree=1609584/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=50720 CPUtime=0.29
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 11923 0 0 0 25 4 0 0 22 0 1 0 97335876 51937280 11884 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 12680 11885 87 221 0 12456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50720

[startup+0.701633 s]
/proc/loadavg: 1.16 1.21 1.17 3/65 19331
/proc/meminfo: memFree=1609584/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=67124 CPUtime=0.69
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 15864 0 0 0 63 6 0 0 25 0 1 0 97335876 68734976 15825 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 16781 15825 87 221 0 16557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67124

[startup+1.50279 s]
/proc/loadavg: 1.15 1.20 1.17 2/66 19332
/proc/meminfo: memFree=1537448/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=89784 CPUtime=1.49
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 21236 0 0 0 141 8 0 0 25 0 1 0 97335876 91938816 21197 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 22446 21197 87 221 0 22222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89784

[startup+3.1011 s]
/proc/loadavg: 1.15 1.20 1.17 2/66 19332
/proc/meminfo: memFree=1511976/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=107140 CPUtime=3.09
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 25564 0 0 0 298 11 0 0 25 0 1 0 97335876 109711360 25525 1992294400 4194304 5102648 548682068768 18446744073709551615 4222084 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 26785 25525 99 221 0 26561 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107140

[startup+6.30173 s]
/proc/loadavg: 1.30 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1464168/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=136508 CPUtime=6.28
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36486 0 0 0 612 16 0 0 25 0 1 0 97335876 139784192 32896 1992294400 4194304 5102648 548682068768 18446744073709551615 4215218 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34127 32896 102 221 0 33903 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 136508

[startup+12.702 s]
/proc/loadavg: 1.35 1.25 1.18 2/66 19332
/proc/meminfo: memFree=1477288/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=136508 CPUtime=12.68
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36510 0 0 0 1252 16 0 0 25 0 1 0 97335876 139784192 32920 1992294400 4194304 5102648 548682068768 18446744073709551615 4214097 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34127 32920 115 221 0 33903 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136508

[startup+25.5015 s]
/proc/loadavg: 1.41 1.26 1.19 2/66 19332
/proc/meminfo: memFree=1477480/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=136748 CPUtime=25.47
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36558 0 0 0 2531 16 0 0 25 0 1 0 97335876 140029952 32968 1992294400 4194304 5102648 548682068768 18446744073709551615 4250363 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34187 32968 115 221 0 33963 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 136748

[startup+51.1015 s]
/proc/loadavg: 1.27 1.24 1.18 2/66 19332
/proc/meminfo: memFree=1477288/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=137308 CPUtime=51.05
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36658 0 0 0 5089 16 0 0 25 0 1 0 97335876 140603392 33068 1992294400 4194304 5102648 548682068768 18446744073709551615 4254961 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34327 33068 115 221 0 34103 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 137308

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

[startup+57.5028 s]
/proc/loadavg: 1.25 1.24 1.18 2/66 19332
/proc/meminfo: memFree=1477224/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=57.45
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36675 0 0 0 5729 16 0 0 25 0 1 0 97335876 141627392 33085 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33085 115 221 0 34353 0
Current children cumulated CPU time (s) 57.45
Current children cumulated vsize (KiB) 138308

[startup+63.901 s]
/proc/loadavg: 1.23 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=63.85
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36683 0 0 0 6369 16 0 0 25 0 1 0 97335876 141627392 33093 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33093 115 221 0 34353 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 138308

[startup+67.1057 s]
/proc/loadavg: 1.21 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=67.05
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36687 0 0 0 6689 16 0 0 25 0 1 0 97335876 141627392 33097 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33097 115 221 0 34353 0
Current children cumulated CPU time (s) 67.05
Current children cumulated vsize (KiB) 138308

[startup+68.702 s]
/proc/loadavg: 1.21 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=68.65
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36689 0 0 0 6849 16 0 0 25 0 1 0 97335876 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 68.65
Current children cumulated vsize (KiB) 138308

[startup+69.5011 s]
/proc/loadavg: 1.21 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=69.44
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36689 0 0 0 6928 16 0 0 25 0 1 0 97335876 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 69.44
Current children cumulated vsize (KiB) 138308

[startup+69.7012 s]
/proc/loadavg: 1.21 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=69.64
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36689 0 0 0 6948 16 0 0 25 0 1 0 97335876 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 69.64
Current children cumulated vsize (KiB) 138308

[startup+69.8012 s]
/proc/loadavg: 1.21 1.23 1.18 2/66 19332
/proc/meminfo: memFree=1477160/2055920 swapFree=4181424/4192956
[pid=19331] ppid=19329 vsize=138308 CPUtime=69.74
/proc/19331/stat : 19331 (varsat-crafted_) R 19329 19331 19118 0 -1 4194304 36689 0 0 0 6958 16 0 0 25 0 1 0 97335876 141627392 33099 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/19331/statm: 34577 33099 115 221 0 34353 0
Current children cumulated CPU time (s) 69.74
Current children cumulated vsize (KiB) 138308

Child status: 20
Real time (s): 69.8789
CPU time (s): 69.8374
CPU user time (s): 69.6474
CPU system time (s): 0.189971
CPU usage (%): 99.9406
Max. virtual memory (cumulated for all children) (KiB): 151404

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

runsolver used 0.090986 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 22:57:35
IDJOB=1724163
IDBENCH=71758
IDSOLVER=537
FILE ID=node77/1724163-1240693054
PBS_JOBID= 9186732
Free space on /tmp= 66204 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724163-1240693054/watcher-1724163-1240693054 -o /tmp/evaluation-result-1724163-1240693054/solver-1724163-1240693054 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=849697599 HOME/instance-1724163-1240693054.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=849697599

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610064 kB
Buffers:         41116 kB
Cached:         333048 kB
SwapCached:       5412 kB
Active:         115260 kB
Inactive:       266740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610064 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:           10180 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            49788 kB
Committed_AS:   428740 kB
PageTables:       1372 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= 66204 MiB
End job on node77 at 2009-04-25 22:58:45