Trace number 1728407

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
ttsth-5-0 2009-03-19Signal 213.539 214.146

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

Solver Data

90.35/90.44	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1728407-1240736477.cnf 
90.35/90.44	c Using SATTIMEOUT of 1200
90.35/90.44	c Using SATRAM of 1800
90.35/90.44	c Size of subset node = 16
90.35/90.44	c Variables = 186624
90.35/90.44	c Clauses = 3086912
90.35/90.44	c Literals = 6851936
90.35/90.44	c Reduced size:
90.35/90.44	c Variables = 186624
90.35/90.44	c Clauses = 2300480
90.35/90.44	c Literals = 5028128
90.35/90.44	c a2
99.55/99.67	c a1
196.99/197.18	c Independent sub-problems = 1
196.99/197.18	c Sub-problem with 120064 variables and 2300480 clauses
196.99/197.18	c using permutation method 4
196.99/197.18	c count = 1
196.99/197.18	c Ordering finished 195.590 seconds
196.99/197.18	c mapped 197.090 seconds
196.99/197.18	c permuted 197.100 seconds
196.99/197.18	c about to sort
197.69/197.83	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728407-1240736477/watcher-1728407-1240736477 -o /tmp/evaluation-result-1728407-1240736477/solver-1728407-1240736477 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1728407-1240736477.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.79 1.77 1.41 3/64 24110
/proc/meminfo: memFree=1799288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=1064 CPUtime=0
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 101682684 1089536 131 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 266 132 77 176 0 88 0

[startup+0.049662 s]
/proc/loadavg: 1.79 1.77 1.41 3/64 24110
/proc/meminfo: memFree=1799288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=2944 CPUtime=0.04
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 604 0 0 0 4 0 0 0 18 0 1 0 101682684 3014656 588 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 736 589 78 176 0 558 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2944

[startup+0.101708 s]
/proc/loadavg: 1.79 1.77 1.41 3/64 24110
/proc/meminfo: memFree=1799288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=5124 CPUtime=0.09
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 1137 0 0 0 9 0 0 0 18 0 1 0 101682684 5246976 1121 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 1281 1121 78 176 0 1103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5124

[startup+0.301706 s]
/proc/loadavg: 1.79 1.77 1.41 3/64 24110
/proc/meminfo: memFree=1799288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=13632 CPUtime=0.29
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 3184 0 0 0 28 1 0 0 19 0 1 0 101682684 13959168 3168 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 3408 3168 78 176 0 3230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13632

[startup+0.701779 s]
/proc/loadavg: 1.79 1.77 1.41 3/64 24110
/proc/meminfo: memFree=1799288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=30464 CPUtime=0.7
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 7281 0 0 0 66 4 0 0 23 0 1 0 101682684 31195136 7265 1992294400 134512640 135237372 4294956192 18446744073709551615 134732535 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 7616 7266 78 176 0 7438 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 30464

[startup+1.50193 s]
/proc/loadavg: 1.79 1.77 1.41 2/65 24111
/proc/meminfo: memFree=1758192/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=62324 CPUtime=1.5
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 15466 0 0 0 143 7 0 0 25 0 1 0 101682684 63819776 15450 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 15581 15451 78 176 0 15403 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 62324

[startup+3.10122 s]
/proc/loadavg: 1.79 1.77 1.41 2/65 24111
/proc/meminfo: memFree=1713008/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=128564 CPUtime=3.09
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 31830 0 0 0 296 13 0 0 25 0 1 0 101682684 131649536 31814 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 32141 31814 78 176 0 31963 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128564

[startup+6.3018 s]
/proc/loadavg: 1.73 1.75 1.41 2/65 24111
/proc/meminfo: memFree=1611248/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=191716 CPUtime=6.28
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 46992 0 0 0 608 20 0 0 25 0 1 0 101682684 196317184 46976 1992294400 134512640 135237372 4294956192 18446744073709551615 134534123 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 47929 46976 78 176 0 47751 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 191716

[startup+12.702 s]
/proc/loadavg: 1.67 1.74 1.41 2/65 24111
/proc/meminfo: memFree=1611184/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=191716 CPUtime=12.68
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 46992 0 0 0 1248 20 0 0 25 0 1 0 101682684 196317184 46976 1992294400 134512640 135237372 4294956192 18446744073709551615 134534077 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 47929 46976 78 176 0 47751 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 191716

[startup+25.5013 s]
/proc/loadavg: 1.52 1.70 1.40 2/65 24111
/proc/meminfo: memFree=1611312/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=191716 CPUtime=25.47
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 46992 0 0 0 2527 20 0 0 25 0 1 0 101682684 196317184 46976 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 47929 46976 78 176 0 47751 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 191716

[startup+51.102 s]
/proc/loadavg: 1.34 1.64 1.39 2/65 24111
/proc/meminfo: memFree=1611248/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=191716 CPUtime=51.07
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 46992 0 0 0 5086 21 0 0 25 0 1 0 101682684 196317184 46976 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 47929 46976 78 176 0 47751 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 191716

[startup+102.305 s]
/proc/loadavg: 1.15 1.54 1.36 2/65 24111
/proc/meminfo: memFree=1561776/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=272416 CPUtime=102.25
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 103875 0 0 0 10180 45 0 0 25 0 1 0 101682684 278953984 60073 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 68104 60073 80 176 0 67926 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 272416

[startup+162.301 s]
/proc/loadavg: 1.05 1.44 1.34 2/65 24111
/proc/meminfo: memFree=1426288/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=375528 CPUtime=162.21
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 136975 0 0 0 16165 56 0 0 25 0 1 0 101682684 384540672 93173 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 93882 93173 80 176 0 93704 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 375528

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

[startup+179.101 s]
/proc/loadavg: 1.04 1.42 1.33 2/65 24111
/proc/meminfo: memFree=1425840/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=376168 CPUtime=179
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 137096 0 0 0 17844 56 0 0 25 0 1 0 101682684 385196032 93294 1992294400 134512640 135237372 4294956192 18446744073709551615 134600721 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 94042 93294 80 176 0 93864 0
Current children cumulated CPU time (s) 179
Current children cumulated vsize (KiB) 376168

[startup+191.902 s]
/proc/loadavg: 1.03 1.40 1.33 2/65 24111
/proc/meminfo: memFree=1425584/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=376168 CPUtime=191.8
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 137153 0 0 0 19124 56 0 0 25 0 1 0 101682684 385196032 93351 1992294400 134512640 135237372 4294956192 18446744073709551615 134726814 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 94042 93351 80 176 0 93864 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 376168

[startup+204.701 s]
/proc/loadavg: 1.02 1.38 1.32 2/65 24111
/proc/meminfo: memFree=1249520/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=554276 CPUtime=204.59
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 188519 0 0 0 20380 79 0 0 25 0 1 0 101682684 567578624 137590 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 138569 137590 94 176 0 138391 0
Current children cumulated CPU time (s) 204.59
Current children cumulated vsize (KiB) 554276

[startup+211.102 s]
/proc/loadavg: 1.02 1.37 1.32 2/65 24111
/proc/meminfo: memFree=1189680/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=614368 CPUtime=210.99
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4194304 203662 0 0 0 21014 85 0 0 25 0 1 0 101682684 629112832 152220 1992294400 134512640 135237372 4294956192 18446744073709551615 134582089 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 153592 152220 94 176 0 153414 0
Current children cumulated CPU time (s) 210.99
Current children cumulated vsize (KiB) 614368

[startup+212.702 s]
/proc/loadavg: 1.02 1.37 1.32 2/65 24111
/proc/meminfo: memFree=963120/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=614908 CPUtime=212.42
/proc/24110/stat : 24110 (ttsth-5-0) D 24108 24110 23886 0 -1 4195840 203823 0 0 0 21024 218 0 0 25 0 1 0 101682684 629665792 152368 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24110/statm: 153727 152368 94 176 0 153549 0
Current children cumulated CPU time (s) 212.42
Current children cumulated vsize (KiB) 614908

[startup+213.502 s]
/proc/loadavg: 1.02 1.37 1.32 1/65 24111
/proc/meminfo: memFree=697456/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=614908 CPUtime=213
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4195840 203823 0 0 0 21024 276 0 0 25 0 1 0 101682684 629665792 152368 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 153727 152368 94 176 0 153549 0
Current children cumulated CPU time (s) 213
Current children cumulated vsize (KiB) 614908

[startup+213.902 s]
/proc/loadavg: 1.02 1.37 1.32 1/65 24111
/proc/meminfo: memFree=697456/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=614908 CPUtime=213.36
/proc/24110/stat : 24110 (ttsth-5-0) D 24108 24110 23886 0 -1 4195840 205021 0 0 0 21024 312 0 0 25 0 1 0 101682684 629665792 152368 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24110/statm: 153727 152368 94 176 0 153549 0
Current children cumulated CPU time (s) 213.36
Current children cumulated vsize (KiB) 614908

[startup+214.102 s]
/proc/loadavg: 1.02 1.37 1.32 1/65 24111
/proc/meminfo: memFree=697456/2055920 swapFree=4180820/4192956
[pid=24110] ppid=24108 vsize=0 CPUtime=213.49
/proc/24110/stat : 24110 (ttsth-5-0) R 24108 24110 23886 0 -1 4195844 205086 0 0 0 21024 325 0 0 25 0 1 0 101682684 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/24110/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 214.146
CPU time (s): 213.539
CPU user time (s): 210.244
CPU system time (s): 3.2945
CPU usage (%): 99.7164
Max. virtual memory (cumulated for all children) (KiB): 614908

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

runsolver used 0.184971 second user time and 0.599908 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 11:01:26
IDJOB=1728407
IDBENCH=24669
IDSOLVER=549
FILE ID=node2/1728407-1240736477
PBS_JOBID= 9186961
Free space on /tmp= 66264 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728407-1240736477/watcher-1728407-1240736477 -o /tmp/evaluation-result-1728407-1240736477/solver-1728407-1240736477 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1728407-1240736477.cnf

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=349120547

node2.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.265
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.265
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:       1799768 kB
Buffers:         16948 kB
Cached:         162300 kB
SwapCached:       5916 kB
Active:          63556 kB
Inactive:       124028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799768 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:           53200 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            54484 kB
Committed_AS:   376284 kB
PageTables:       1468 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= 65668 MiB
End job on node2 at 2009-04-26 11:05:00