Trace number 1107284

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
Minion/Tailor 2008-07-04SAT 1187.63 1193.54

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-10.xml
MD5SUM9bf0ebb26d908e54ae16e8d2bd4f0b7c
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.911861
Satisfiable
(Un)Satisfiability was proved
Number of variables190
Number of constraints964
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension892
Global constraints used (with number of constraints)

Solver Data (download as text)

8.87/9.01	c Finished tailoring XCSP instance to Minion. Starting solving
1187.47/1193.43	v 1 0 1 0 18 15 8 0 11 4 11 4 0 0 17 0 1 19 0 13 6 14 13 8 12 1 20 13 17 4 22 0 17 3 4 3 2 0 1 0 17 4 18 19 0 17 19 8 13 6 14 13 20 18 0 4 18 2 4 13 12 4 18 7 1 14 1 0 2 19 14 15 14 8 0 6 0 17 3 8 18 5 14 17 4 18 19 18 17 4 20 17 6 4 18 5 11 0 13 13 4 11 3 4 12 14 17 0 11 8 18 4 3 0 19 0 6 4 19 0 18 1 0 1 4 4 0 17 12 0 6 7 0 1 1 0 10 4 4 13 17 4 19 17 0 13 18 5 4 17 0 1 0 2 14 17 8 4 13 19 0 11 11 24 1 4 13 4 11 8 13 0 2 1 0 11 0 0 2 4 18 11 4 4 3 18 0 1 0 18 
1187.47/1193.43	s SATISFIABLE

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-1107284-1215201847/watcher-1107284-1215201847 -o /tmp/evaluation-result-1107284-1215201847/solver-1107284-1215201847 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1107284-1215201847.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: 2.13 2.12 2.05 4/73 14920
/proc/meminfo: memFree=1312044/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=18572 CPUtime=0
/proc/14920/stat : 14920 (runsolver) R 14918 14920 9779 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999157156 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14920/statm: 4643 292 257 25 0 2626 0

[startup+0.015312 s]
/proc/loadavg: 2.13 2.12 2.05 4/73 14920
/proc/meminfo: memFree=1312044/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101332 s]
/proc/loadavg: 2.13 2.12 2.05 4/73 14920
/proc/meminfo: memFree=1312044/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301371 s]
/proc/loadavg: 2.13 2.12 2.05 4/73 14920
/proc/meminfo: memFree=1312044/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701443 s]
/proc/loadavg: 2.13 2.12 2.05 4/73 14920
/proc/meminfo: memFree=1312044/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5026 s]
/proc/loadavg: 2.13 2.12 2.05 4/83 14930
/proc/meminfo: memFree=1271580/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
[pid=14922] ppid=14920 vsize=868724 CPUtime=1.47
/proc/14922/stat : 14922 (java) S 14920 14920 9779 0 -1 0 17257 0 1 0 136 11 0 0 21 0 9 0 1999157157 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14922/statm: 217181 16632 1861 9 0 211743 0
[pid=14922/tid=14923] ppid=14920 vsize=868724 CPUtime=0.91
/proc/14922/task/14923/stat : 14923 (java) R 14920 14920 9779 0 -1 64 4969 0 1 0 87 4 0 0 24 0 9 0 1999157158 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4127123668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14924] ppid=14920 vsize=868724 CPUtime=0.28
/proc/14922/task/14924/stat : 14924 (java) S 14920 14920 9779 0 -1 64 10035 0 0 0 23 5 0 0 16 0 9 0 1999157160 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14925] ppid=14920 vsize=868724 CPUtime=0
/proc/14922/task/14925/stat : 14925 (java) S 14920 14920 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999157160 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14926] ppid=14920 vsize=868724 CPUtime=0
/proc/14922/task/14926/stat : 14926 (java) S 14920 14920 9779 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999157160 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14927] ppid=14920 vsize=868724 CPUtime=0
/proc/14922/task/14927/stat : 14927 (java) S 14920 14920 9779 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999157162 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14928] ppid=14920 vsize=868724 CPUtime=0.26
/proc/14922/task/14928/stat : 14928 (java) S 14920 14920 9779 0 -1 64 1519 0 0 0 25 1 0 0 16 0 9 0 1999157162 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14929] ppid=14920 vsize=868724 CPUtime=0
/proc/14922/task/14929/stat : 14929 (java) S 14920 14920 9779 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999157162 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14930] ppid=14920 vsize=868724 CPUtime=0
/proc/14922/task/14930/stat : 14930 (java) S 14920 14920 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999157162 889573376 16632 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 874080

[startup+3.10288 s]
/proc/loadavg: 2.13 2.12 2.05 3/83 14930
/proc/meminfo: memFree=1232604/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
[pid=14922] ppid=14920 vsize=868876 CPUtime=3.05
/proc/14922/stat : 14922 (java) S 14920 14920 9779 0 -1 0 37438 0 1 0 283 22 0 0 21 0 9 0 1999157157 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14922/statm: 217219 36431 2560 9 0 211781 0
[pid=14922/tid=14923] ppid=14920 vsize=868876 CPUtime=1.94
/proc/14922/task/14923/stat : 14923 (java) R 14920 14920 9779 0 -1 64 5240 0 1 0 190 4 0 0 25 0 9 0 1999157158 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4126487966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14924] ppid=14920 vsize=868876 CPUtime=0.72
/proc/14922/task/14924/stat : 14924 (java) S 14920 14920 9779 0 -1 64 29850 0 0 0 57 15 0 0 16 0 9 0 1999157160 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14925] ppid=14920 vsize=868876 CPUtime=0
/proc/14922/task/14925/stat : 14925 (java) S 14920 14920 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999157160 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14926] ppid=14920 vsize=868876 CPUtime=0
/proc/14922/task/14926/stat : 14926 (java) S 14920 14920 9779 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999157160 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14927] ppid=14920 vsize=868876 CPUtime=0
/proc/14922/task/14927/stat : 14927 (java) S 14920 14920 9779 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999157162 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14928] ppid=14920 vsize=868876 CPUtime=0.36
/proc/14922/task/14928/stat : 14928 (java) S 14920 14920 9779 0 -1 64 1614 0 0 0 35 1 0 0 15 0 9 0 1999157162 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14929] ppid=14920 vsize=868876 CPUtime=0
/proc/14922/task/14929/stat : 14929 (java) S 14920 14920 9779 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999157162 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14930] ppid=14920 vsize=868876 CPUtime=0
/proc/14922/task/14930/stat : 14930 (java) S 14920 14920 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999157162 889729024 36431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 874232

[startup+6.30246 s]
/proc/loadavg: 2.20 2.14 2.05 4/83 14930
/proc/meminfo: memFree=1163228/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5356 CPUtime=0
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 285 0 0 0 0 0 0 0 20 0 1 0 1999157156 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1339 235 195 169 0 50 0
[pid=14922] ppid=14920 vsize=879124 CPUtime=6.21
/proc/14922/stat : 14922 (java) S 14920 14920 9779 0 -1 0 47558 0 1 0 590 31 0 0 21 0 9 0 1999157157 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14922/statm: 219781 39327 2560 9 0 214343 0
[pid=14922/tid=14923] ppid=14920 vsize=879124 CPUtime=4.24
/proc/14922/task/14923/stat : 14923 (java) R 14920 14920 9779 0 -1 64 5387 0 1 0 418 6 0 0 25 0 9 0 1999157158 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14924] ppid=14920 vsize=879124 CPUtime=1.58
/proc/14922/task/14924/stat : 14924 (java) R 14920 14920 9779 0 -1 64 39822 0 0 0 136 22 0 0 16 0 9 0 1999157160 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 104181385 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14925] ppid=14920 vsize=879124 CPUtime=0
/proc/14922/task/14925/stat : 14925 (java) S 14920 14920 9779 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999157160 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14926] ppid=14920 vsize=879124 CPUtime=0
/proc/14922/task/14926/stat : 14926 (java) S 14920 14920 9779 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999157160 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14927] ppid=14920 vsize=879124 CPUtime=0
/proc/14922/task/14927/stat : 14927 (java) S 14920 14920 9779 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999157162 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14928] ppid=14920 vsize=879124 CPUtime=0.36
/proc/14922/task/14928/stat : 14928 (java) S 14920 14920 9779 0 -1 64 1615 0 0 0 35 1 0 0 16 0 9 0 1999157162 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14929] ppid=14920 vsize=879124 CPUtime=0
/proc/14922/task/14929/stat : 14929 (java) S 14920 14920 9779 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999157162 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14922/tid=14930] ppid=14920 vsize=879124 CPUtime=0
/proc/14922/task/14930/stat : 14930 (java) S 14920 14920 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999157162 900222976 39327 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 884480

[startup+12.7026 s]
/proc/loadavg: 2.18 2.13 2.05 3/75 14931
/proc/meminfo: memFree=1232988/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=118820 CPUtime=3.65
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 59285 0 0 0 336 29 0 0 25 0 1 0 1999158058 121671680 24110 996147200 1448431616 1448550632 4294956176 18446744073709551615 148842820 0 0 4096 0 0 0 0 17 1 0 0
/proc/14931/statm: 29705 24110 380 29 0 23759 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 124180

[startup+25.5019 s]
/proc/loadavg: 2.14 2.13 2.05 3/75 14931
/proc/meminfo: memFree=703580/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=16.39
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377416 0 0 0 1460 179 0 0 25 0 1 100 1999158058 628203520 147793 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958836 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147793 412 29 0 147424 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 618840

[startup+51.1015 s]
/proc/loadavg: 2.09 2.12 2.05 3/75 14931
/proc/meminfo: memFree=703132/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=41.86
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377418 0 0 0 4007 179 0 0 25 0 1 100 1999158058 628203520 147795 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956816 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147795 412 29 0 147424 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 618840

[startup+102.307 s]
/proc/loadavg: 2.04 2.10 2.04 3/75 14931
/proc/meminfo: memFree=703580/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=92.82
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 9103 179 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957911 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 618840

[startup+162.301 s]
/proc/loadavg: 2.01 2.08 2.04 3/75 14931
/proc/meminfo: memFree=703580/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=152.52
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 15073 179 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957839 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 618840


################
# More data... #
################


[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703452/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=749.6
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 74780 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001424 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 758.48
Current children cumulated vsize (KiB) 618840

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703388/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=809.3
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 80750 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956895 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 818.18
Current children cumulated vsize (KiB) 618840

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703388/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=869.01
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 86721 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 877.89
Current children cumulated vsize (KiB) 618840

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=928.72
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 92692 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956805 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 937.6
Current children cumulated vsize (KiB) 618840

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=988.42
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 98662 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957842 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 997.3
Current children cumulated vsize (KiB) 618840

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1048.12
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 104632 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1057
Current children cumulated vsize (KiB) 618840

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1107.83
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 110603 180 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1116.71
Current children cumulated vsize (KiB) 618840

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1167.55
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 116574 181 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958578 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1176.43
Current children cumulated vsize (KiB) 618840

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

[startup+1183.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1169.14
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 116733 181 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957916 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1178.02
Current children cumulated vsize (KiB) 618840

[startup+1190.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1175.5
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 117369 181 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956755 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1184.38
Current children cumulated vsize (KiB) 618840

[startup+1191.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1177.1
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 117529 181 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956895 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1185.98
Current children cumulated vsize (KiB) 618840

[startup+1192.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1177.89
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377420 0 0 0 117608 181 0 0 25 0 1 100 1999158058 628203520 147797 996147200 1448431616 1448550632 4294956176 18446744073709551615 148956785 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147797 412 29 0 147424 0
Current children cumulated CPU time (s) 1186.77
Current children cumulated vsize (KiB) 618840

[startup+1193.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=613480 CPUtime=1178.29
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194304 377421 0 0 0 117648 181 0 0 25 0 1 100 1999158058 628203520 147798 996147200 1448431616 1448550632 4294956176 18446744073709551615 148957842 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 153370 147798 412 29 0 147424 0
Current children cumulated CPU time (s) 1187.17
Current children cumulated vsize (KiB) 618840

[startup+1193.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14931
/proc/meminfo: memFree=703196/2055920 swapFree=4179816/4192956
[pid=14920] ppid=14918 vsize=5360 CPUtime=8.88
/proc/14920/stat : 14920 (solve.sh) S 14918 14920 9779 0 -1 4194304 310 90656 0 1 0 0 824 64 19 0 1 0 1999157156 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14920/statm: 1340 236 195 169 0 51 0
[pid=14931] ppid=14920 vsize=0 CPUtime=1178.69
/proc/14931/stat : 14931 (ld-linux.so.2) R 14920 14920 9779 0 -1 4194308 377454 0 0 0 117683 186 0 0 25 0 1 100 1999158058 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 1 0 0
/proc/14931/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1187.57
Current children cumulated vsize (KiB) 5360

Child status: 0
Real time (s): 1193.54
CPU time (s): 1187.63
CPU user time (s): 1185.08
CPU system time (s): 2.55561
CPU usage (%): 99.5048
Max. virtual memory (cumulated for all children) (KiB): 887044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.08
system time used= 2.55561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468430
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2804
involuntary context switches= 15937

runsolver used 1.47278 second user time and 3.9644 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 22:04:08
IDJOB=1107284
IDBENCH=54903
IDSOLVER=369
FILE ID=node45/1107284-1215201847
PBS_JOBID= 7881553
Free space on /tmp= 66448 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-15-10.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107284-1215201847/watcher-1107284-1215201847 -o /tmp/evaluation-result-1107284-1215201847/solver-1107284-1215201847 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1107284-1215201847.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bf0ebb26d908e54ae16e8d2bd4f0b7c
RANDOM SEED=1750404062

node45.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.268
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.268
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:       1312524 kB
Buffers:         64032 kB
Cached:         313600 kB
SwapCached:       7180 kB
Active:         534616 kB
Inactive:       145716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1312524 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:           32368 kB
Writeback:           0 kB
Mapped:         309920 kB
Slab:            46992 kB
Committed_AS:  4247060 kB
PageTables:       3116 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= 66400 MiB
End job on node45 at 2008-07-04 22:24:01