Trace number 2070846

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-restart 0.3.2SAT 399.808 403.622

DiagnosticValue
ASSIGNMENTS15707

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-7.xml
MD5SUM2dc4449fba58f7ec0fed491a75880a0e
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.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size70
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

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 2000196037
0.00/0.02	c Constructing HOME/instance-2070846-1247709241.xml  with 262 constraints
0.00/0.05	c Solving 15707 backtracks 15 restarts
399.77/403.61	s SATISFIABLE
399.77/403.61	c V0=33, V1=15, V2=21, V3=69, V4=38, V5=59, V6=14, V7=41, V8=49, V9=2, V10=10, V11=65, V12=9, V13=6, V14=9, V15=57, V16=8, V17=67, V18=22, V19=40, V20=8, V21=22, V22=65, V23=5, V24=3, V25=18, V26=12, V27=14, V28=6, V29=17, V30=10, V31=67, V32=53, V33=7, V34=6, V35=5, V36=3, V37=3, V38=10, V39=9, V40=12, V41=35, V42=24, V43=27, V44=21, V45=34, V46=6, V47=27, V48=38, V49=22, V50=17, V51=9, V52=42, V53=8, V54=17, V55=18, V56=5, V57=71, V58=35, V59=10, V60=29, V61=55, V62=50, V63=44, V64=22, V65=69, V66=42, V67=12, V68=22, V69=48, V70=53, V71=29, V72=5, V73=70, V74=53, V75=30, V76=57, V77=35, V78=36, V79=58, V80=63, V81=47, V82=36, V83=50, V84=8, V85=53, V86=19, V87=23, V88=42, V89=26, V90=49, V91=3, V92=70, V93=16, V94=44, V95=68, V96=33, V97=17, V98=17, V99=36, 
399.77/403.61	v 33 15 21 69 38 59 14 41 49 2 10 65 9 6 9 57 8 67 22 40 8 22 65 5 3 18 12 14 6 17 10 67 53 7 6 5 3 3 10 9 12 35 24 27 21 34 6 27 38 22 17 9 42 8 17 18 5 71 35 10 29 55 50 44 22 69 42 12 22 48 53 29 5 70 53 30 57 35 36 58 63 47 36 50 8 53 19 23 42 26 49 3 70 16 44 68 33 17 17 36 
399.77/403.61	d ASSIGNMENTS 15707

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-2070846-1247709241/watcher-2070846-1247709241 -o /tmp/evaluation-result-2070846-1247709241/solver-2070846-1247709241 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2000196037 HOME/instance-2070846-1247709241.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: 1.99 2.00 2.00 4/81 14974
/proc/meminfo: memFree=986384/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=5356 CPUtime=0
/proc/14974/stat : 14974 (pcssolve) R 14972 14974 14893 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 57991005 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 269757126080 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14974/statm: 1339 232 193 169 0 50 0

[startup+0.0763491 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 14974
/proc/meminfo: memFree=986384/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=5172 CPUtime=0.05
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 974 646 2 0 5 0 0 0 18 0 1 0 57991005 5296128 607 996147200 134512640 135215973 4294956304 18446744073709551615 134592873 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1293 607 415 171 0 218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5172

[startup+0.102351 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 14974
/proc/meminfo: memFree=986384/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=5172 CPUtime=0.08
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 974 646 2 0 8 0 0 0 18 0 1 0 57991005 5296128 607 996147200 134512640 135215973 4294956304 18446744073709551615 134641025 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1293 607 415 171 0 218 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5172

[startup+0.301377 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 14974
/proc/meminfo: memFree=986384/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=5456 CPUtime=0.28
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 1062 646 2 0 28 0 0 0 19 0 1 0 57991005 5586944 695 996147200 134512640 135215973 4294956304 18446744073709551615 135097518 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1364 695 415 171 0 289 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5456

[startup+0.702431 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 14974
/proc/meminfo: memFree=986384/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=5584 CPUtime=0.67
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 1082 646 2 0 67 0 0 0 23 0 1 0 57991005 5718016 715 996147200 134512640 135215973 4294956304 18446744073709551615 4158960704 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1396 715 415 171 0 321 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5584

[startup+1.50154 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=984584/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=6636 CPUtime=1.46
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 1364 646 2 0 146 0 0 0 25 0 1 0 57991005 6795264 997 996147200 134512640 135215973 4294956304 18446744073709551615 135094988 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1659 997 415 171 0 584 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 6636

[startup+3.10175 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=983240/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=7680 CPUtime=3.05
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 1612 646 2 0 305 0 0 0 25 0 1 0 57991005 7864320 1245 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 1920 1245 415 171 0 845 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7680

[startup+6.30118 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=980744/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=9596 CPUtime=6.22
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 2102 646 2 0 621 1 0 0 25 0 1 0 57991005 9826304 1682 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 2399 1682 415 171 0 1324 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 9596

[startup+12.702 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=980552/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=9724 CPUtime=12.56
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 2160 646 2 0 1255 1 0 0 25 0 1 0 57991005 9957376 1740 996147200 134512640 135215973 4294956304 18446744073709551615 134594089 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 2431 1740 415 171 0 1356 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 9724

[startup+25.5027 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=977928/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=12724 CPUtime=25.24
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 2896 646 2 0 2523 1 0 0 25 0 1 0 57991005 13029376 2443 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 3181 2443 415 171 0 2106 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 12724

[startup+51.1021 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14979
/proc/meminfo: memFree=972552/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=17956 CPUtime=50.6
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 4259 646 2 0 5058 2 0 0 25 0 1 0 57991005 18386944 3806 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 4489 3806 415 171 0 3414 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 17956

[startup+102.308 s]
/proc/loadavg: 2.13 2.03 2.01 3/82 14979
/proc/meminfo: memFree=966472/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=23872 CPUtime=101.32
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 5756 646 2 0 10129 3 0 0 25 0 1 0 57991005 24444928 5238 996147200 134512640 135215973 4294956304 18446744073709551615 134524580 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 5968 5238 415 171 0 4893 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 23872

[startup+162.303 s]
/proc/loadavg: 2.46 2.14 2.05 3/82 14979
/proc/meminfo: memFree=963528/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=26768 CPUtime=160.75
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 6493 646 2 0 16071 4 0 0 25 0 1 0 57991005 27410432 5975 996147200 134512640 135215973 4294956304 18446744073709551615 134583274 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 6692 5975 415 171 0 5617 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 26768

[startup+222.303 s]
/proc/loadavg: 2.22 2.13 2.05 3/82 14979
/proc/meminfo: memFree=958728/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=31500 CPUtime=220.18
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 7729 646 2 0 22014 4 0 0 25 0 1 0 57991005 32256000 7178 996147200 134512640 135215973 4294956304 18446744073709551615 134585699 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 7875 7178 415 171 0 6800 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 31500

[startup+282.303 s]
/proc/loadavg: 2.13 2.12 2.04 3/82 14979
/proc/meminfo: memFree=955656/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=34528 CPUtime=279.61
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 8485 646 2 0 27956 5 0 0 25 0 1 0 57991005 35356672 7934 996147200 134512640 135215973 4294956304 18446744073709551615 134600006 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 8632 7934 415 171 0 7557 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 34528

[startup+342.303 s]
/proc/loadavg: 2.09 2.11 2.04 3/82 14979
/proc/meminfo: memFree=953352/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=36764 CPUtime=339.05
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 9055 646 2 0 33899 6 0 0 25 0 1 0 57991005 37646336 8504 996147200 134512640 135215973 4294956304 18446744073709551615 134606907 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 9191 8504 415 171 0 8116 0
Current children cumulated CPU time (s) 339.05
Current children cumulated vsize (KiB) 36764

[startup+402.302 s]
/proc/loadavg: 2.07 2.10 2.04 3/82 14979
/proc/meminfo: memFree=951944/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=38208 CPUtime=398.48
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 9400 646 2 0 39842 6 0 0 25 0 1 0 57991005 39124992 8849 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 9552 8849 415 171 0 8477 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 38208

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

[startup+403.103 s]
/proc/loadavg: 2.07 2.10 2.04 3/82 14979
/proc/meminfo: memFree=951944/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=38208 CPUtime=399.28
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 9400 646 2 0 39922 6 0 0 25 0 1 0 57991005 39124992 8849 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 9552 8849 415 171 0 8477 0
Current children cumulated CPU time (s) 399.28
Current children cumulated vsize (KiB) 38208

[startup+403.502 s]
/proc/loadavg: 2.07 2.10 2.04 3/82 14979
/proc/meminfo: memFree=951944/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=37692 CPUtime=399.67
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 9400 646 2 0 39961 6 0 0 25 0 1 0 57991005 38596608 8724 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 9423 8724 415 171 0 8348 0
Current children cumulated CPU time (s) 399.67
Current children cumulated vsize (KiB) 37692

[startup+403.602 s]
/proc/loadavg: 2.07 2.10 2.04 3/82 14979
/proc/meminfo: memFree=952264/2055920 swapFree=4192812/4192956
[pid=14974] ppid=14972 vsize=37692 CPUtime=399.77
/proc/14974/stat : 14974 (pcs.big) R 14972 14974 14893 0 -1 4194304 9400 646 2 0 39971 6 0 0 25 0 1 0 57991005 38596608 8724 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14974/statm: 9423 8724 415 171 0 8348 0
Current children cumulated CPU time (s) 399.77
Current children cumulated vsize (KiB) 37692

Child status: 0
Real time (s): 403.622
CPU time (s): 399.808
CPU user time (s): 399.729
CPU system time (s): 0.078987
CPU usage (%): 99.0551
Max. virtual memory (cumulated for all children) (KiB): 38208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.729
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10048
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 16132

runsolver used 0.485926 second user time and 1.35979 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-16 03:54:01
IDJOB=2070846
IDBENCH=55410
IDSOLVER=734
FILE ID=node13/2070846-1247709241
PBS_JOBID= 9521326
Free space on /tmp= 66300 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070846-1247709241/watcher-2070846-1247709241 -o /tmp/evaluation-result-2070846-1247709241/solver-2070846-1247709241 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2000196037 HOME/instance-2070846-1247709241.xml

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

MD5SUM BENCH= 2dc4449fba58f7ec0fed491a75880a0e
RANDOM SEED=2000196037

node13.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.241
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.241
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:        986864 kB
Buffers:         79652 kB
Cached:         359764 kB
SwapCached:          0 kB
Active:         717080 kB
Inactive:       269560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:         567692 kB
Slab:            66444 kB
Committed_AS:  1062396 kB
PageTables:       2980 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= 66300 MiB
End job on node13 at 2009-07-16 04:00:45