Trace number 2059680

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
pcs 0.3.2SAT 253.22 254.45

DiagnosticValue
ASSIGNMENTS130456

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-54021_ext.xml
MD5SUM7af79940b347b6ea35736ab16ca7c6df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.6086
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.21	c Seed is 984598156
0.18/0.21	c Constructing HOME/instance-2059680-1247695295.xml  with 5810 constraints
0.18/0.21	c Solving 130456 backtracks 20 restarts
253.15/254.44	s SATISFIABLE
253.15/254.44	c V0=15, V1=12, V2=17, V3=17, V4=4, V5=17, V6=15, V7=9, V8=4, V9=16, V10=13, V11=1, V12=0, V13=19, V14=0, V15=22, V16=18, V17=0, V18=3, V19=1, V20=5, V21=3, V22=3, 
253.15/254.44	v 15 12 17 17 4 17 15 9 4 16 13 1 0 19 0 22 18 0 3 1 5 3 3 
253.15/254.44	d ASSIGNMENTS 130456

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2059680-1247695295/watcher-2059680-1247695295 -o /tmp/evaluation-result-2059680-1247695295/solver-2059680-1247695295 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 984598156 HOME/instance-2059680-1247695295.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.95 1.35 3/72 14809
/proc/meminfo: memFree=1392944/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=5212 CPUtime=0
/proc/14809/stat : 14809 (pcssolve) R 14807 14809 14656 0 -1 4194304 69 0 0 0 0 0 0 0 20 0 1 0 56593079 5337088 43 996147200 4194304 4889804 548682068800 18446744073709551615 240574838055 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1303 43 29 169 0 14 0

[startup+0.210351 s]
/proc/loadavg: 2.00 1.95 1.35 3/72 14809
/proc/meminfo: memFree=1392944/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=6252 CPUtime=0.18
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1302 822 0 0 18 0 0 0 18 0 1 0 56593079 6402048 878 996147200 134512640 135095119 4294956304 18446744073709551615 134642668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1563 878 378 142 0 517 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6252

[startup+0.301356 s]
/proc/loadavg: 2.00 1.95 1.35 3/72 14809
/proc/meminfo: memFree=1392944/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=6252 CPUtime=0.27
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1305 822 0 0 27 0 0 0 19 0 1 0 56593079 6402048 881 996147200 134512640 135095119 4294956304 18446744073709551615 134580834 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1563 881 378 142 0 517 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6252

[startup+0.401365 s]
/proc/loadavg: 2.00 1.95 1.35 3/72 14809
/proc/meminfo: memFree=1392944/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=6252 CPUtime=0.37
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1308 822 0 0 37 0 0 0 19 0 1 0 56593079 6402048 884 996147200 134512640 135095119 4294956304 18446744073709551615 134637494 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1563 884 378 142 0 517 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 6252

[startup+0.701391 s]
/proc/loadavg: 2.00 1.95 1.35 3/72 14809
/proc/meminfo: memFree=1392944/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=6252 CPUtime=0.67
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1316 822 0 0 67 0 0 0 22 0 1 0 56593079 6402048 892 996147200 134512640 135095119 4294956304 18446744073709551615 134589681 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1563 892 378 142 0 517 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6252

[startup+1.50247 s]
/proc/loadavg: 2.00 1.95 1.35 3/73 14815
/proc/meminfo: memFree=1390504/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=7024 CPUtime=1.47
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1484 822 0 0 147 0 0 0 25 0 1 0 56593079 7192576 995 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1756 995 378 142 0 710 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 7024

[startup+3.1016 s]
/proc/loadavg: 2.00 1.95 1.35 3/73 14815
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=7928 CPUtime=3.06
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 1817 822 0 0 306 0 0 0 25 0 1 0 56593079 8118272 1199 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 1982 1199 378 142 0 936 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 7928

[startup+6.30188 s]
/proc/loadavg: 2.00 1.95 1.35 3/73 14815
/proc/meminfo: memFree=1387816/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=10380 CPUtime=6.25
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 2631 822 0 0 624 1 0 0 25 0 1 0 56593079 10629120 1627 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 2595 1627 378 142 0 1549 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 10380

[startup+12.7014 s]
/proc/loadavg: 2.00 1.95 1.35 3/73 14815
/proc/meminfo: memFree=1385128/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=11680 CPUtime=12.61
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 3232 822 0 0 1260 1 0 0 25 0 1 0 56593079 11960320 2228 996147200 134512640 135095119 4294956304 18446744073709551615 134577750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 2920 2228 378 142 0 1874 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 11680

[startup+25.5066 s]
/proc/loadavg: 2.00 1.95 1.36 3/73 14815
/proc/meminfo: memFree=1381480/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=16724 CPUtime=25.36
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 4851 822 0 0 2533 3 0 0 25 0 1 0 56593079 17125376 3077 996147200 134512640 135095119 4294956304 18446744073709551615 134642964 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 4181 3077 378 142 0 3135 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 16724

[startup+51.1018 s]
/proc/loadavg: 2.00 1.95 1.38 3/73 14815
/proc/meminfo: memFree=1376488/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=23432 CPUtime=50.82
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 7032 822 0 0 5077 5 0 0 25 0 1 0 56593079 23994368 4233 996147200 134512640 135095119 4294956304 18446744073709551615 134615475 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 5858 4233 378 142 0 4812 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 23432

[startup+102.301 s]
/proc/loadavg: 2.00 1.96 1.41 3/73 14815
/proc/meminfo: memFree=1369192/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=29300 CPUtime=101.78
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 9167 822 0 0 10171 7 0 0 25 0 1 0 56593079 30003200 5855 996147200 134512640 135095119 4294956304 18446744073709551615 134617043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 7325 5855 378 142 0 6279 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 29300

[startup+162.302 s]
/proc/loadavg: 2.00 1.96 1.44 3/73 14815
/proc/meminfo: memFree=1362472/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=40616 CPUtime=161.5
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 12619 822 0 0 16139 11 0 0 25 0 1 0 56593079 41590784 7258 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 10154 7258 378 142 0 9108 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 40616

[startup+222.302 s]
/proc/loadavg: 2.00 1.97 1.47 3/73 14815
/proc/meminfo: memFree=1356456/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=43228 CPUtime=221.21
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 13830 822 0 0 22108 13 0 0 25 0 1 0 56593079 44265472 8469 996147200 134512640 135095119 4294956304 18446744073709551615 134616972 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 10807 8469 378 142 0 9761 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 43228

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

[startup+230.502 s]
/proc/loadavg: 2.00 1.97 1.48 3/73 14815
/proc/meminfo: memFree=1355816/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=43624 CPUtime=229.36
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 13973 822 0 0 22923 13 0 0 25 0 1 0 56593079 44670976 8612 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 10906 8612 378 142 0 9860 0
Current children cumulated CPU time (s) 229.36
Current children cumulated vsize (KiB) 43624

[startup+243.306 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349608/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=242.11
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16492 822 0 0 24196 15 0 0 25 0 1 0 56593079 54542336 10106 996147200 134512640 135095119 4294956304 18446744073709551615 134842788 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10106 378 142 0 12270 0
Current children cumulated CPU time (s) 242.11
Current children cumulated vsize (KiB) 53264

[startup+249.702 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349352/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=248.48
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16543 822 0 0 24833 15 0 0 25 0 1 0 56593079 54542336 10157 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10157 378 142 0 12270 0
Current children cumulated CPU time (s) 248.48
Current children cumulated vsize (KiB) 53264

[startup+252.901 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349160/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=251.66
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16569 822 0 0 25151 15 0 0 25 0 1 0 56593079 54542336 10183 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10183 378 142 0 12270 0
Current children cumulated CPU time (s) 251.66
Current children cumulated vsize (KiB) 53264

[startup+253.702 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=252.46
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16575 822 0 0 25231 15 0 0 25 0 1 0 56593079 54542336 10189 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10189 378 142 0 12270 0
Current children cumulated CPU time (s) 252.46
Current children cumulated vsize (KiB) 53264

[startup+254.102 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=252.86
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16579 822 0 0 25271 15 0 0 25 0 1 0 56593079 54542336 10193 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10193 378 142 0 12270 0
Current children cumulated CPU time (s) 252.86
Current children cumulated vsize (KiB) 53264

[startup+254.307 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=53264 CPUtime=253.06
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16580 822 0 0 25291 15 0 0 25 0 1 0 56593079 54542336 10194 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 13316 10194 378 142 0 12270 0
Current children cumulated CPU time (s) 253.06
Current children cumulated vsize (KiB) 53264

[startup+254.402 s]
/proc/loadavg: 2.00 1.97 1.49 3/73 14815
/proc/meminfo: memFree=1349096/2055920 swapFree=4192812/4192956
[pid=14809] ppid=14807 vsize=28680 CPUtime=253.15
/proc/14809/stat : 14809 (pcs.small) R 14807 14809 14656 0 -1 4194304 16580 822 0 0 25300 15 0 0 25 0 1 0 56593079 29368320 6514 996147200 134512640 135095119 4294956304 18446744073709551615 8347800 0 0 4096 0 0 0 0 17 1 0 0
/proc/14809/statm: 7170 6514 378 142 0 6124 0
Current children cumulated CPU time (s) 253.15
Current children cumulated vsize (KiB) 28680

Child status: 0
Real time (s): 254.45
CPU time (s): 253.22
CPU user time (s): 253.05
CPU system time (s): 0.170974
CPU usage (%): 99.5169
Max. virtual memory (cumulated for all children) (KiB): 54328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.05
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17405
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= 22
involuntary context switches= 2953

runsolver used 0.237963 second user time and 0.696894 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-16 00:01:35
IDJOB=2059680
IDBENCH=53604
IDSOLVER=733
FILE ID=node50/2059680-1247695295
PBS_JOBID= 9521212
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-54021_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059680-1247695295/watcher-2059680-1247695295 -o /tmp/evaluation-result-2059680-1247695295/solver-2059680-1247695295 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 984598156 HOME/instance-2059680-1247695295.xml

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

MD5SUM BENCH= 7af79940b347b6ea35736ab16ca7c6df
RANDOM SEED=984598156

node50.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.231
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.231
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:       1393488 kB
Buffers:         76340 kB
Cached:         413124 kB
SwapCached:          0 kB
Active:         262836 kB
Inactive:       325548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         110336 kB
Slab:            59216 kB
Committed_AS:   578300 kB
PageTables:       2020 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= 66396 MiB
End job on node50 at 2009-07-16 00:05:49