Trace number 1577790

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
IUT_BMB_SAT 1.0UNSAT 62.1396 62.2481

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.35749
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
33.05/33.14	c WARNING: for repeatability, setting FPU to use double precision
33.05/33.14	c ============================[ Problem Statistics ]=============================
33.05/33.14	c |                                                                             |
33.05/33.14	c |  Number of variables:  617854                                               |
33.05/33.14	c |  Number of clauses:    2194684                                              |
35.21/35.32	c |  Parsing time:         1.95         s                                       |
58.57/58.77	c ============================[ Search Statistics ]==============================
58.57/58.77	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.57/58.77	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.57/58.77	c ===============================================================================
58.57/58.77	c |         0 |   50599   505318  1874237 |   168439        0    nan |  0.000 % |
58.76/58.97	c |       100 |   50599   505318  1874237 |   185283      100      4 |  0.922 % |
58.96/59.16	c |       250 |   50539   505318  1874237 |   203811      249     10 |  2.389 % |
59.06/59.21	c |       479 |   47972   505318  1874237 |   224192      477      8 |  2.389 % |
59.17/59.31	c |       816 |   47923   505318  1874237 |   246612      814     10 |  2.389 % |
59.36/59.51	c |      1323 |   47923   505318  1874237 |   271273     1321     13 |  2.389 % |
59.46/59.60	c |      2083 |   47923   505318  1874237 |   298400     2081     15 |  2.389 % |
59.46/59.66	c ===============================================================================
59.46/59.66	c restarts              : 7
59.46/59.66	c conflicts             : 2692           (103 /sec)
59.46/59.66	c decisions             : 11530          (1.60 % random) (441 /sec)
59.46/59.66	c propagations          : 666817         (25518 /sec)
59.46/59.66	c conflict literals     : 40231          (16.19 % deleted)
59.46/59.66	c Memory used           : 227.62 MB
59.46/59.66	c CPU time              : 26.131 s
59.46/59.66	
59.46/59.70	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-1577790-1241004711/watcher-1577790-1241004711 -o /tmp/evaluation-result-1577790-1241004711/solver-1577790-1241004711 -C 1200 -W 1800 -M 1800 IUT_BMB_SAT HOME/instance-1577790-1241004711.cnf HOME 

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: 1.01 1.00 1.00 3/64 9963
/proc/meminfo: memFree=565624/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=33456 CPUtime=0
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 128498191 34258944 175 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 8364 176 90 274 0 8087 0

[startup+0.0467829 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9963
/proc/meminfo: memFree=565624/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=33456 CPUtime=0.04
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 915 0 0 0 4 0 0 0 18 0 1 0 128498191 34258944 898 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 8364 899 90 274 0 8087 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33456

[startup+0.101792 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9963
/proc/meminfo: memFree=565624/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=33456 CPUtime=0.09
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 1862 0 0 0 9 0 0 0 18 0 1 0 128498191 34258944 1845 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 8364 1846 90 274 0 8087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33456

[startup+0.301828 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9963
/proc/meminfo: memFree=565624/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=33456 CPUtime=0.29
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 5303 0 0 0 28 1 0 0 20 0 1 0 128498191 34258944 5286 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 8364 5287 90 274 0 8087 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33456

[startup+0.701901 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 9963
/proc/meminfo: memFree=565624/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=63500 CPUtime=0.69
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 15502 0 0 0 64 5 0 0 24 0 1 0 128498191 65024000 15485 1992294400 134512640 135635285 4294956208 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 15875 15485 90 274 0 15598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63500

[startup+1.50205 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9964
/proc/meminfo: memFree=444080/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=128972 CPUtime=1.49
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 32051 0 0 0 135 14 0 0 25 0 1 0 128498191 132067328 32034 1992294400 134512640 135635285 4294956208 18446744073709551615 134694572 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 32243 32035 97 274 0 31966 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128972

[startup+3.10133 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9964
/proc/meminfo: memFree=430064/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=148448 CPUtime=3.09
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 36901 0 0 0 291 18 0 0 25 0 1 0 128498191 152010752 36884 1992294400 134512640 135635285 4294956208 18446744073709551615 134530386 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 37112 36884 97 274 0 36835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 148448

[startup+6.3019 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9964
/proc/meminfo: memFree=391792/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=187056 CPUtime=6.28
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 46278 0 0 0 606 22 0 0 25 0 1 0 128498191 191545344 46228 1992294400 134512640 135635285 4294956208 18446744073709551615 134531505 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 46764 46228 97 274 0 46487 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 187056

[startup+12.701 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9964
/proc/meminfo: memFree=317744/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=259252 CPUtime=12.68
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 64391 0 0 0 1235 33 0 0 25 0 1 0 128498191 265474048 63881 1992294400 134512640 135635285 4294956208 18446744073709551615 134530660 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 64813 63882 97 274 0 64536 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 259252

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9964
/proc/meminfo: memFree=181616/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=373776 CPUtime=25.48
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 95130 0 0 0 2242 306 0 0 25 0 1 0 128498191 382746624 92688 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 93444 92688 100 274 0 93167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 373776

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9966
/proc/meminfo: memFree=16856/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=373776 CPUtime=33.07
/proc/9963/stat : 9963 (IUT_BMB_SAT) S 9961 9963 9566 0 -1 4194304 95136 0 0 0 2479 828 0 0 25 0 1 0 128498191 382746624 92693 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9963/statm: 93444 92693 105 274 0 93167 0
[pid=9965] ppid=9963 vsize=5356 CPUtime=0.01
/proc/9965/stat : 9965 (sh) S 9963 9963 9566 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 128501502 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9965/statm: 1339 232 193 169 0 50 0
[pid=9966] ppid=9965 vsize=177216 CPUtime=17.91
/proc/9966/stat : 9966 (minisat) R 9965 9963 9566 0 -1 4194304 40062 0 0 0 1770 21 0 0 25 0 1 0 128501506 181469184 40032 1992294400 134512640 135243223 4294956304 18446744073709551615 134550415 0 0 4096 3 0 0 0 17 0 0 0
/proc/9966/statm: 44304 40032 77 178 0 44124 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 556348

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

[startup+57.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9966
/proc/meminfo: memFree=15768/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=373776 CPUtime=33.07
/proc/9963/stat : 9963 (IUT_BMB_SAT) S 9961 9963 9566 0 -1 4194304 95136 0 0 0 2479 828 0 0 25 0 1 0 128498191 382746624 92693 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9963/statm: 93444 92693 105 274 0 93167 0
[pid=9965] ppid=9963 vsize=5356 CPUtime=0.01
/proc/9965/stat : 9965 (sh) S 9963 9963 9566 0 -1 4194304 270 0 0 0 0 1 0 0 18 0 1 0 128501502 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9965/statm: 1339 232 193 169 0 50 0
[pid=9966] ppid=9965 vsize=267344 CPUtime=24.28
/proc/9966/stat : 9966 (minisat) R 9965 9963 9566 0 -1 4194304 61961 0 0 0 2397 31 0 0 25 0 1 0 128501506 273760256 61931 1992294400 134512640 135243223 4294956304 18446744073709551615 134524908 0 0 4096 3 0 0 0 17 0 0 0
/proc/9966/statm: 66836 61931 77 178 0 66656 0
Current children cumulated CPU time (s) 57.36
Current children cumulated vsize (KiB) 646476

[startup+60.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9966
/proc/meminfo: memFree=267496/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=344808 CPUtime=60.58
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 155621 63127 0 0 2571 836 2613 38 25 0 1 0 128498191 353083392 85452 1992294400 134512640 135635285 4294956208 18446744073709551615 134530671 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 86202 85452 106 274 0 85925 0
Current children cumulated CPU time (s) 60.58
Current children cumulated vsize (KiB) 344808

[startup+61.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9966
/proc/meminfo: memFree=325992/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=315064 CPUtime=61.39
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 155626 63127 0 0 2651 837 2613 38 25 0 1 0 128498191 322625536 78087 1992294400 134512640 135635285 4294956208 18446744073709551615 135063360 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 78766 78087 106 274 0 78489 0
Current children cumulated CPU time (s) 61.39
Current children cumulated vsize (KiB) 315064

[startup+61.9019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9966
/proc/meminfo: memFree=325992/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=209284 CPUtime=61.78
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 155987 63127 0 0 2689 838 2613 38 25 0 1 0 128498191 214306816 51955 1992294400 134512640 135635285 4294956208 18446744073709551615 134537073 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 52321 51955 106 274 0 52044 0
Current children cumulated CPU time (s) 61.78
Current children cumulated vsize (KiB) 209284

[startup+62.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9966
/proc/meminfo: memFree=325992/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=186484 CPUtime=61.98
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 155987 63127 0 0 2709 838 2613 38 25 0 1 0 128498191 190959616 46255 1992294400 134512640 135635285 4294956208 18446744073709551615 134537133 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 46621 46255 106 274 0 46344 0
Current children cumulated CPU time (s) 61.98
Current children cumulated vsize (KiB) 186484

[startup+62.2019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9966
/proc/meminfo: memFree=325992/2055920 swapFree=4180940/4192956
[pid=9963] ppid=9961 vsize=186484 CPUtime=62.08
/proc/9963/stat : 9963 (IUT_BMB_SAT) R 9961 9963 9566 0 -1 4194304 155987 63127 0 0 2719 838 2613 38 25 0 1 0 128498191 190959616 46255 1992294400 134512640 135635285 4294956208 18446744073709551615 134530014 0 0 4096 0 0 0 0 17 0 0 0
/proc/9963/statm: 46621 46255 106 274 0 46344 0
Current children cumulated CPU time (s) 62.08
Current children cumulated vsize (KiB) 186484

Child status: 0
Real time (s): 62.2481
CPU time (s): 62.1396
CPU user time (s): 53.3429
CPU system time (s): 8.79666
CPU usage (%): 99.8256
Max. virtual memory (cumulated for all children) (KiB): 648504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.3429
system time used= 8.79666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219117
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= 12
involuntary context switches= 258

runsolver used 0.056991 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-29 13:31:54
IDJOB=1577790
IDBENCH=70966
IDSOLVER=523
FILE ID=node60/1577790-1241004711
PBS_JOBID= 9204810
Free space on /tmp= 66392 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_2_L324_coli.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577790-1241004711/watcher-1577790-1241004711 -o /tmp/evaluation-result-1577790-1241004711/solver-1577790-1241004711 -C 1200 -W 1800 -M 1800  IUT_BMB_SAT HOME/instance-1577790-1241004711.cnf HOME

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED=1310296050

node60.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:        566112 kB
Buffers:         53904 kB
Cached:        1354300 kB
SwapCached:       5924 kB
Active:         265736 kB
Inactive:      1150944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        566112 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:           56264 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            59128 kB
Committed_AS:   580668 kB
PageTables:       1448 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= 66348 MiB
End job on node60 at 2009-04-29 13:32:57