Trace number 1715652

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 22.5606 22.5693

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1094
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
11.08/11.14	c WARNING: for repeatability, setting FPU to use double precision
11.08/11.14	c ============================[ Problem Statistics ]=============================
11.08/11.14	c |                                                                             |
11.08/11.15	c |  Number of variables:  156980                                               |
11.08/11.15	c |  Number of clauses:    493058                                               |
11.13/11.69	c |  Parsing time:         0.49         s                                       |
12.57/12.64	c ============================[ Search Statistics ]==============================
12.57/12.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.57/12.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.57/12.64	c ===============================================================================
12.57/12.64	c |         0 |   19420   111607   286821 |    37202        0    nan |  0.000 % |
12.67/12.79	c |       101 |   19414   111607   286821 |    40922       97     17 | 29.056 % |
12.87/12.91	c |       253 |   19378   111607   286821 |    45014      245     19 | 31.720 % |
13.07/13.15	c |       478 |   19373   111607   286821 |    49516      467     21 | 31.782 % |
13.37/13.45	c |       816 |   19370   111607   286821 |    54467      802     32 | 31.805 % |
13.87/13.90	c |      1324 |   14904    80022   208145 |    59914     1255     49 | 31.807 % |
14.47/14.58	c |      2086 |   14894    79979   208048 |    65906     2015     47 | 31.855 % |
15.77/15.85	c |      3227 |   14802    79150   206091 |    72496     3128     47 | 31.872 % |
17.17/17.22	c |      4935 |   14799    79108   205990 |    79746     4835     40 | 31.872 % |
19.27/19.33	c |      7498 |   14799    79108   205990 |    87721     7398     35 | 31.872 % |
21.67/21.76	c ===============================================================================
21.67/21.76	c restarts              : 10
21.67/21.76	c conflicts             : 10771          (1022 /sec)
21.67/21.76	c decisions             : 19697          (0.84 % random) (1869 /sec)
21.67/21.76	c propagations          : 11571007       (1097673 /sec)
21.67/21.76	c conflict literals     : 315677         (47.78 % deleted)
21.67/21.76	c Memory used           : 42.78 MB
21.67/21.76	c CPU time              : 10.5414 s
21.67/21.76	
21.67/21.76	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-1715652-1240605739/watcher-1715652-1240605739 -o /tmp/evaluation-result-1715652-1240605739/solver-1715652-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1715652-1240605739.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
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.08 0.02 0.01 2/64 15305
/proc/meminfo: memFree=1523192/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=9448 CPUtime=0
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 88608346 9674752 144 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 2362 145 90 274 0 2085 0

[startup+0.066533 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 15305
/proc/meminfo: memFree=1523192/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=9448 CPUtime=0.05
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 1105 0 0 0 5 0 0 0 18 0 1 0 88608346 9674752 1088 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 2362 1089 90 274 0 2085 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9448

[startup+0.101538 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 15305
/proc/meminfo: memFree=1523192/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=9448 CPUtime=0.09
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 1639 0 0 0 9 0 0 0 18 0 1 0 88608346 9674752 1622 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 2362 1623 90 274 0 2085 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9448

[startup+0.301574 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 15305
/proc/meminfo: memFree=1523192/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=32464 CPUtime=0.29
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 7925 0 0 0 26 3 0 0 19 0 1 0 88608346 33243136 7908 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 8116 7908 97 274 0 7839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32464

[startup+0.701647 s]
/proc/loadavg: 0.08 0.02 0.01 2/64 15305
/proc/meminfo: memFree=1523192/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=37348 CPUtime=0.69
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 9150 0 0 0 65 4 0 0 22 0 1 0 88608346 38244352 9133 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 9337 9134 97 274 0 9060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37348

[startup+1.50179 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 15306
/proc/meminfo: memFree=1483248/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=46192 CPUtime=1.49
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 11366 0 0 0 144 5 0 0 25 0 1 0 88608346 47300608 11349 1992294400 134512640 135635285 4294956224 18446744073709551615 134531041 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 11548 11349 97 274 0 11271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46192

[startup+3.10109 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 15306
/proc/meminfo: memFree=1471472/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=63484 CPUtime=3.08
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 15699 0 0 0 301 7 0 0 25 0 1 0 88608346 65007616 15682 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 15871 15682 97 274 0 15594 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63484

[startup+6.30167 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 15306
/proc/meminfo: memFree=1438000/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=103084 CPUtime=6.29
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 25576 0 0 0 616 13 0 0 25 0 1 0 88608346 105558016 25559 1992294400 134512640 135635285 4294956224 18446744073709551615 134549682 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 25771 25559 97 274 0 25494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103084

[startup+12.7018 s]
/proc/loadavg: 0.22 0.05 0.02 2/67 15308
/proc/meminfo: memFree=1344728/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=129172 CPUtime=11.13
/proc/15305/stat : 15305 (IUT_BMB_SAT) S 15303 15305 15268 0 -1 4194304 32589 0 0 0 910 203 0 0 25 0 1 0 88608346 132272128 32119 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15305/statm: 32293 32119 105 274 0 32016 0
[pid=15307] ppid=15305 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15305 15305 15268 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88609459 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 1339 232 193 169 0 50 0
[pid=15308] ppid=15307 vsize=43684 CPUtime=1.54
/proc/15308/stat : 15308 (minisat) R 15307 15305 15268 0 -1 4194304 11497 0 0 0 149 5 0 0 25 0 1 0 88609460 44732416 9750 1992294400 134512640 135243223 4294956320 18446744073709551615 134555459 0 0 4096 3 0 0 0 17 1 0 0
/proc/15308/statm: 10921 9750 82 178 0 10741 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 178212

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

[startup+19.102 s]
/proc/loadavg: 0.28 0.06 0.02 2/67 15308
/proc/meminfo: memFree=1346584/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=129172 CPUtime=11.13
/proc/15305/stat : 15305 (IUT_BMB_SAT) S 15303 15305 15268 0 -1 4194304 32589 0 0 0 910 203 0 0 25 0 1 0 88608346 132272128 32119 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15305/statm: 32293 32119 105 274 0 32016 0
[pid=15307] ppid=15305 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15305 15305 15268 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88609459 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 1339 232 193 169 0 50 0
[pid=15308] ppid=15307 vsize=43804 CPUtime=7.94
/proc/15308/stat : 15308 (minisat) R 15307 15305 15268 0 -1 4194304 11504 0 0 0 788 6 0 0 25 0 1 0 88609460 44855296 9757 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/15308/statm: 10951 9757 84 178 0 10771 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 178332

[startup+20.7023 s]
/proc/loadavg: 0.34 0.08 0.02 2/67 15308
/proc/meminfo: memFree=1346584/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=129172 CPUtime=11.13
/proc/15305/stat : 15305 (IUT_BMB_SAT) S 15303 15305 15268 0 -1 4194304 32589 0 0 0 910 203 0 0 25 0 1 0 88608346 132272128 32119 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15305/statm: 32293 32119 105 274 0 32016 0
[pid=15307] ppid=15305 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15305 15305 15268 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88609459 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 1339 232 193 169 0 50 0
[pid=15308] ppid=15307 vsize=43804 CPUtime=9.54
/proc/15308/stat : 15308 (minisat) R 15307 15305 15268 0 -1 4194304 11504 0 0 0 948 6 0 0 25 0 1 0 88609460 44855296 9757 1992294400 134512640 135243223 4294956320 18446744073709551615 134567689 0 0 4096 3 0 0 0 17 1 0 0
/proc/15308/statm: 10951 9757 84 178 0 10771 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 178332

[startup+21.5014 s]
/proc/loadavg: 0.34 0.08 0.02 2/67 15308
/proc/meminfo: memFree=1346584/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=129172 CPUtime=11.13
/proc/15305/stat : 15305 (IUT_BMB_SAT) S 15303 15305 15268 0 -1 4194304 32589 0 0 0 910 203 0 0 25 0 1 0 88608346 132272128 32119 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15305/statm: 32293 32119 105 274 0 32016 0
[pid=15307] ppid=15305 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15305 15305 15268 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 88609459 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15307/statm: 1339 232 193 169 0 50 0
[pid=15308] ppid=15307 vsize=43804 CPUtime=10.34
/proc/15308/stat : 15308 (minisat) R 15307 15305 15268 0 -1 4194304 11504 0 0 0 1028 6 0 0 25 0 1 0 88609460 44855296 9757 1992294400 134512640 135243223 4294956320 18446744073709551615 134555532 0 0 4096 3 0 0 0 17 1 0 0
/proc/15308/statm: 10951 9757 84 178 0 10771 0
Current children cumulated CPU time (s) 21.47
Current children cumulated vsize (KiB) 178332

[startup+22.3016 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 15308
/proc/meminfo: memFree=1385640/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=121812 CPUtime=22.27
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 56025 11792 0 0 959 206 1054 8 21 0 1 0 88608346 124735488 30280 1992294400 134512640 135635285 4294956224 18446744073709551615 134530671 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 30453 30280 106 274 0 30176 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 121812

[startup+22.5016 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 15308
/proc/meminfo: memFree=1385640/2055920 swapFree=4124000/4192956
[pid=15305] ppid=15303 vsize=106816 CPUtime=22.48
/proc/15305/stat : 15305 (IUT_BMB_SAT) R 15303 15305 15268 0 -1 4194304 56843 11792 0 0 979 207 1054 8 22 0 1 0 88608346 109379584 26531 1992294400 134512640 135635285 4294956224 18446744073709551615 135069098 0 0 4096 0 0 0 0 17 1 0 0
/proc/15305/statm: 26704 26531 106 274 0 26427 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 106816

Child status: 0
Real time (s): 22.5693
CPU time (s): 22.5606
CPU user time (s): 20.3899
CPU system time (s): 2.17067
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 187384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3899
system time used= 2.17067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68709
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= 9
involuntary context switches= 64

runsolver used 0.024996 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-24 22:42:21
IDJOB=1715652
IDBENCH=20343
IDSOLVER=523
FILE ID=node2/1715652-1240605739
PBS_JOBID= 9186312
Free space on /tmp= 66340 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715652-1240605739/watcher-1715652-1240605739 -o /tmp/evaluation-result-1715652-1240605739/solver-1715652-1240605739 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1715652-1240605739.cnf HOME

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=1826414224

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:       1523544 kB
Buffers:         57420 kB
Cached:         337220 kB
SwapCached:      63068 kB
Active:         166360 kB
Inactive:       293692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523544 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:           14400 kB
Writeback:           0 kB
Mapped:          13860 kB
Slab:            58200 kB
Committed_AS:   312440 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= 66328 MiB
End job on node2 at 2009-04-24 22:42:45