Trace number 1077879

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
galac MSAT 2.40963 2.42112

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-2-1.xml
MD5SUMc34c1bf6b2f4e478850cc0d896280ae2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.24	c --- Preproc Stats ---
0.83/1.01	c start processing
0.83/1.01	c start relation processing
0.95/1.16	c start cnf exporting
1.91/2.03	c parsing time : 0.696
1.91/2.03	c preprocessing time : 1.716
1.91/2.03	
1.91/2.03	c Nary constraints - conflicts : 0 supports : 9
1.91/2.03	c Binary constraints - conflicts : 0 supports :11
1.91/2.03	c max arity constraint : 3
1.91/2.03	c Max Tuples generated 21952
1.91/2.03	c relations : 20
1.91/2.03	c relations BDD: 9
1.91/2.03	c sampling 9/9
1.91/2.03	c vars : 3470 - clauses :  40158
1.91/2.03	
1.91/2.07	 
1.91/2.07	c --- SAT Solver Stats ---
1.91/2.07	 
1.91/2.09	c restarts              : 1
1.91/2.09	c conflicts             : 1              (53 /sec)
1.91/2.09	c decisions             : 1816           (1.21 % random) (95594 /sec)
1.91/2.09	c propagations          : 3474           (182871 /sec)
1.91/2.09	c conflict literals     : 5              (0.00 % deleted)
1.91/2.09	c Memory used           : 3.35 MB
1.91/2.09	c CPU time              : 0.018997 s
1.91/2.09	
1.91/2.09	s SATISFIABLE
2.37/2.41	v 2 17 2 2 7 13 4 5 29 3 2 2 2 26 2 2 7 4 2 27 2 16 3 2 6 2 2 7 19 13 29 3 2 2 2 2 7 17 2 2 29 14 3 20 2 2 23 2 2 2 2 2 2 6 2 2 5 20 17 2 2 2 2 2 2 2 2 2 7 2 2 19 2 2 2 2 2 2 2 23 2 2 2 2 23 2 2 2 4 2 2 2 29 2 2 2 17 29 2 6

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077879-1215196002/watcher-1077879-1215196002 -o /tmp/evaluation-result-1077879-1215196002/solver-1077879-1215196002 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1077879-1215196002.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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.92 0.98 1.08 3/64 22890
/proc/meminfo: memFree=1905272/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=18572 CPUtime=0
/proc/22890/stat : 22890 (runsolver) D 22888 22890 19055 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1998573083 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 264840473895 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22890/statm: 4643 292 257 25 0 2626 0

[startup+0.0600341 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22890
/proc/meminfo: memFree=1905272/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=8652 CPUtime=0
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 1998573083 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.101039 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22890
/proc/meminfo: memFree=1905272/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=8748 CPUtime=0
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 415 833 4 0 0 0 0 0 17 0 1 0 1998573083 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.301065 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22890
/proc/meminfo: memFree=1905272/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=0.01
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 759 1697 5 0 0 0 0 1 17 0 1 0 1998573083 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701107 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22890
/proc/meminfo: memFree=1905272/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=0.01
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 759 1697 5 0 0 0 0 1 17 0 1 0 1998573083 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50118 s]
/proc/loadavg: 0.93 0.98 1.08 2/74 22912
/proc/meminfo: memFree=1863584/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=0.01
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 759 1697 5 0 0 0 0 1 17 0 1 0 1998573083 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 11892 363 244 79 0 219 0
[pid=22904] ppid=22890 vsize=813448 CPUtime=1.39
/proc/22904/stat : 22904 (java) S 22890 22890 19055 0 -1 0 15254 0 1 0 131 8 0 0 18 0 9 0 1998573107 832970752 14459 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22904/statm: 203362 14460 2585 9 0 197343 0
[pid=22904/tid=22905] ppid=22890 vsize=813448 CPUtime=0.91
/proc/22904/task/22905/stat : 22905 (java) R 22890 22890 19055 0 -1 64 9406 0 1 0 86 5 0 0 18 0 9 0 1998573108 832970752 14461 996147200 134512640 134550740 4294955600 18446744073709551615 4126759818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22904/tid=22906] ppid=22890 vsize=813448 CPUtime=0.3
/proc/22904/task/22906/stat : 22906 (java) S 22890 22890 19055 0 -1 64 4407 0 0 0 29 1 0 0 17 0 9 0 1998573109 832970752 14461 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22907] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22907/stat : 22907 (java) S 22890 22890 19055 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1998573109 832970752 14462 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22908] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22908/stat : 22908 (java) S 22890 22890 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998573109 832970752 14463 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22909] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22909/stat : 22909 (java) S 22890 22890 19055 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998573111 832970752 14464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22910] ppid=22890 vsize=813448 CPUtime=0.14
/proc/22904/task/22910/stat : 22910 (java) S 22890 22890 19055 0 -1 64 742 0 0 0 14 0 0 0 16 0 9 0 1998573111 832970752 14465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22911] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22911/stat : 22911 (java) S 22890 22890 19055 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998573111 832970752 14465 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22912] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22912/stat : 22912 (java) S 22890 22890 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998573111 832970752 14466 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 861016

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

[startup+1.90122 s]
/proc/loadavg: 0.93 0.98 1.08 2/74 22912
/proc/meminfo: memFree=1863584/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=0.01
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 759 1697 5 0 0 0 0 1 17 0 1 0 1998573083 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22890/statm: 11892 363 244 79 0 219 0
[pid=22904] ppid=22890 vsize=813448 CPUtime=1.78
/proc/22904/stat : 22904 (java) S 22890 22890 19055 0 -1 0 20633 0 1 0 168 10 0 0 18 0 9 0 1998573107 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22904/statm: 203362 19837 2589 9 0 197343 0
[pid=22904/tid=22905] ppid=22890 vsize=813448 CPUtime=1.3
/proc/22904/task/22905/stat : 22905 (java) R 22890 22890 19055 0 -1 64 14705 0 1 0 123 7 0 0 17 0 9 0 1998573108 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4126800959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22904/tid=22906] ppid=22890 vsize=813448 CPUtime=0.31
/proc/22904/task/22906/stat : 22906 (java) S 22890 22890 19055 0 -1 64 4485 0 0 0 30 1 0 0 16 0 9 0 1998573109 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22907] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22907/stat : 22907 (java) S 22890 22890 19055 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1998573109 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22908] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22908/stat : 22908 (java) S 22890 22890 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998573109 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22909] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22909/stat : 22909 (java) S 22890 22890 19055 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1998573111 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22910] ppid=22890 vsize=813448 CPUtime=0.14
/proc/22904/task/22910/stat : 22910 (java) S 22890 22890 19055 0 -1 64 742 0 0 0 14 0 0 0 16 0 9 0 1998573111 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22911] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22911/stat : 22911 (java) S 22890 22890 19055 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998573111 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22904/tid=22912] ppid=22890 vsize=813448 CPUtime=0
/proc/22904/task/22912/stat : 22912 (java) S 22890 22890 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998573111 832970752 19837 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 861016

[startup+2.30127 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22914
/proc/meminfo: memFree=1902624/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=1.98
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 830 23016 5 1 0 1 184 13 16 0 1 0 1998573083 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22890/statm: 11892 364 244 79 0 219 0
[pid=22914] ppid=22890 vsize=813724 CPUtime=0.24
/proc/22914/stat : 22914 (java) S 22890 22890 19055 0 -1 0 5081 0 1 0 22 2 0 0 18 0 9 0 1998573293 833253376 4507 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22914/statm: 203431 4507 1846 9 0 197412 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 861292

[startup+2.40128 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22914
/proc/meminfo: memFree=1902624/2055920 swapFree=4180396/4192956
[pid=22890] ppid=22888 vsize=47568 CPUtime=1.98
/proc/22890/stat : 22890 (galacM.sh) S 22888 22890 19055 0 -1 4194304 837 23016 5 1 0 1 184 13 16 0 1 0 1998573083 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 264840642642 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22890/statm: 11892 365 244 79 0 219 0
[pid=22914] ppid=22890 vsize=813836 CPUtime=0.39
/proc/22914/stat : 22914 (java) S 22890 22890 19055 0 -1 0 6103 0 1 0 37 2 0 0 18 0 9 0 1998573293 833368064 5485 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22914/statm: 203459 5485 1905 9 0 197412 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 861404

Child status: 0
Real time (s): 2.42112
CPU time (s): 2.40963
CPU user time (s): 2.22466
CPU system time (s): 0.184971
CPU usage (%): 99.5254
Max. virtual memory (cumulated for all children) (KiB): 861404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.22466
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30167
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 655
involuntary context switches= 109

runsolver used 0.001999 second user time and 0.013997 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 20:26:42
IDJOB=1077879
IDBENCH=56717
IDSOLVER=350
FILE ID=node44/1077879-1215196002
PBS_JOBID= 7881538
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-2-1.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077879-1215196002/watcher-1077879-1215196002 -o /tmp/evaluation-result-1077879-1215196002/solver-1077879-1215196002 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1077879-1215196002.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c34c1bf6b2f4e478850cc0d896280ae2
RANDOM SEED=218523769

node44.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.213
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.213
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:       1905816 kB
Buffers:          6248 kB
Cached:          76040 kB
SwapCached:       6316 kB
Active:          51144 kB
Inactive:        39516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1905816 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:          14328 kB
Slab:            45380 kB
Committed_AS:  3486056 kB
PageTables:       1420 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= 66548 MiB
End job on node44 at 2008-07-04 20:26:45