Trace number 2096199

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
Abscon 112v4 ACSAT 1.02984 1.06562

DiagnosticValue
CHECKS11029
NODES1166

General information on the benchmark

Namecsp/aim-200/
normalized-aim-200-1-6-sat-1_ext.xml
MD5SUM050e223cdd8152fc99234b2af13abb8a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables200
Number of constraints315
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension315
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2096199-1247409979.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.36	     nbVariables=200  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=400
0.29/0.36	       =>  wckTime=0.119  cpuTime=0.1  mem=7M892
0.29/0.36	   
0.29/0.36	   relations being loaded...
0.29/0.38	   
0.29/0.38	   constraints being loaded...
0.49/0.57	     nbConstraints=315  nbRelationTypes=13  nbExtensionStructures=13  nbSharedExtensionStructures=302
0.49/0.57	     nbConflictsStructures=13  nbSharedConflictsStructures=302  nbSharedBinaryRepresentations=1  minDegree=3
0.49/0.57	     maxDegree=7  minArity=2  avgArity=3  maxArity=3  nbGenerators=0  nbFusions=0  symmetryWckTime=0.061
0.49/0.57	     symmetryCpuTime=0.03
0.49/0.57	       =>  wckTime=0.321  cpuTime=0.22  mem=13M752
0.58/0.63	   
0.58/0.63	   solver IterativeSystematicSolver being built... 
0.78/0.80	       =>  wckTime=0.558  cpuTime=0.38  mem=22M865
0.78/0.81	   
0.78/0.81	   preprocessing
0.78/0.81	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78/0.81	     detectedInconsistency=no
0.78/0.81	       =>  wckTime=0.01  cpuTime=0.01  mem=22M865
0.88/0.94	   
0.88/0.94	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M873)
0.98/1.02	   
0.98/1.02	   search
0.98/1.02	     run=6  nbConstraintChecks=11029  nbValidityChecks=14700  minDepth=33  maxDepth=200  nbPropagations=20945
0.98/1.02	     nbRevisions=60952  nbUselessRevisions=43945  nbAssignments=1166  nbFailedAssignments=208  nbInferredBacktracks=42
0.98/1.02	     nbBacktracks=564  nbVisitedNodes=1545  nbRestartNogoods=14  nbFoundSolutions=1  nbSEliminables=37.97
0.98/1.02	     nbREliminables=124.82  nbIEliminables=4.49  nbDEliminables=0  nbPEliminables=0
0.98/1.02	       =>  wckTime=0.211  cpuTime=0.15  mem=23M873
0.98/1.02	   
0.98/1.02	   global
0.98/1.02	     nbConstraintChecks=11029  nbValidityChecks=14700  nbPropagations=21145  nbRevisions=60952  nbUselessRevisions=43945
0.98/1.02	     nbRestartNogoods=14  solvingWckTime=0.214  solvingCpuTime=0.15  expiredTime=no  totalExploration=no
0.98/1.02	     nbFoundSolutions=1  firstSolutionCpuTime=0.53  globalCpuTime=0.57
0.98/1.02	       =>  wckTime=0.774  cpuTime=0.53  mem=23M873
0.98/1.02	   
0.98/1.02	s SATISFIABLE
0.98/1.02	v 1 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 0 1 1 0 1 0 1 0 1 1 1 0 1 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 1 1 0 1 1 1 1 1 1 0 0 0 1 0 0 1 1 0 1 1 1 0 1 1 0 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 1 0 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 0 0 1 1 0 1 1 0 1 1 0 1 1 0 0 1 1 1 1 0 1 0 0 1 1 1 0 
0.98/1.02	d NODES 1166
0.98/1.02	d CHECKS 11029
0.98/1.02	   
0.98/1.02	   totalWckTime=0.84  totalCpuTime=0.58

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-2096199-1247409979/watcher-2096199-1247409979 -o /tmp/evaluation-result-2096199-1247409979/solver-2096199-1247409979 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096199-1247409979.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.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=1616 CPUtime=0
/proc/29261/stat : 29261 (java) D 29259 29261 28083 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 28062582 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 8921892 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29261/statm: 2691 520 240 9 0 1196 0
[pid=29261/tid=29262] ppid=29259 vsize=10764 CPUtime=0
/proc/29261/task/29262/stat : 29262 (java) D 29259 29261 28083 0 -1 64 62 0 0 0 0 0 0 0 19 0 2 0 28062583 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 8921892 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0

[startup+0.0924379 s]
/proc/loadavg: 2.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=865956 CPUtime=0.07
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 3616 0 1 0 5 2 0 0 18 0 9 0 28062582 886738944 3099 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216489 3100 1653 9 0 210981 0
[pid=29261/tid=29262] ppid=29259 vsize=865956 CPUtime=0.06
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 2710 0 1 0 5 1 0 0 18 0 9 0 28062583 886738944 3100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.104383 s]
/proc/loadavg: 2.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=865984 CPUtime=0.09
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 3781 0 1 0 7 2 0 0 18 0 9 0 28062582 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216496 3239 1708 9 0 210981 0
[pid=29261/tid=29262] ppid=29259 vsize=865984 CPUtime=0.07
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 2856 0 1 0 6 1 0 0 17 0 9 0 28062583 886767616 3239 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301412 s]
/proc/loadavg: 2.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=866380 CPUtime=0.29
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 5987 0 1 0 25 4 0 0 18 0 9 0 28062582 887173120 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216595 5353 1984 9 0 211053 0
[pid=29261/tid=29262] ppid=29259 vsize=866380 CPUtime=0.24
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 5008 0 1 0 21 3 0 0 18 0 9 0 28062583 887173120 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701459 s]
/proc/loadavg: 2.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=868536 CPUtime=0.68
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 12763 174 1 0 61 7 0 0 18 0 10 0 28062582 889380864 8447 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217134 8447 2652 9 0 211570 0
[pid=29261/tid=29262] ppid=29259 vsize=868536 CPUtime=0.47
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 8786 174 1 0 43 4 0 0 16 0 10 0 28062583 889380864 8447 996147200 134512640 134550932 4294955968 18446744073709551615 4126477778 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868536

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

[startup+0.902144 s]
/proc/loadavg: 2.02 2.09 2.05 4/80 29261
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=868536 CPUtime=0.88
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 16351 174 1 0 80 8 0 0 18 0 10 0 28062582 889380864 11191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217134 11191 2657 9 0 211570 0
[pid=29261/tid=29262] ppid=29259 vsize=868536 CPUtime=0.63
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 12333 174 1 0 57 6 0 0 17 0 10 0 28062583 889380864 11191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 868536

[startup+1.00149 s]
/proc/loadavg: 2.02 2.09 2.05 5/91 29274
/proc/meminfo: memFree=1760328/2055920 swapFree=4192812/4192956
[pid=29261] ppid=29259 vsize=868536 CPUtime=0.98
/proc/29261/stat : 29261 (java) S 29259 29261 28083 0 -1 0 16379 174 1 0 90 8 0 0 18 0 10 0 28062582 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217134 11219 2657 9 0 211570 0
[pid=29274] ppid=29261 vsize=44 CPUtime=0
/proc/29274/stat : 29274 (rm) R 29261 29261 28083 0 -1 4194304 22 0 0 0 0 0 0 0 19 0 1 0 28062636 45056 2 996147200 0 0 548682069478 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/29274/statm: 11 2 0 0 0 1 0
[pid=29261/tid=29262] ppid=29259 vsize=868536 CPUtime=0.71
/proc/29261/task/29262/stat : 29262 (java) R 29259 29261 28083 0 -1 64 12348 174 1 0 65 6 0 0 18 0 10 0 28062583 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4126868285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868536 CPUtime=0.03
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 28083 0 -1 64 2476 174 0 0 3 0 0 0 16 0 10 0 28062584 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 28083 0 -1 64 19 174 0 0 0 0 0 0 15 0 10 0 28062585 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 28083 0 -1 64 9 174 0 0 0 0 0 0 15 0 10 0 28062585 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 28083 0 -1 64 2 174 0 0 0 0 0 0 18 0 10 0 28062587 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868536 CPUtime=0.2
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 28083 0 -1 64 723 174 0 0 20 0 0 0 15 0 10 0 28062587 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 28083 0 -1 64 0 174 0 0 0 0 0 0 19 0 10 0 28062587 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29270/stat : 29270 (java) R 29259 29261 28083 0 -1 64 5 174 0 0 0 0 0 0 15 0 10 0 28062587 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29273] ppid=29259 vsize=868536 CPUtime=0
/proc/29261/task/29273/stat : 29273 (java) S 29259 29261 28083 0 -1 64 45 174 0 0 0 0 0 0 16 0 10 0 28062636 889380864 11219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 868580

Child status: 0
Real time (s): 1.06562
CPU time (s): 1.02984
CPU user time (s): 0.926859
CPU system time (s): 0.102984
CPU usage (%): 96.6425
Max. virtual memory (cumulated for all children) (KiB): 868580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.926859
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16809
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= 987
involuntary context switches= 977

runsolver used 0.006998 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 16:46:19
IDJOB=2096199
IDBENCH=56109
IDSOLVER=773
FILE ID=node36/2096199-1247409979
PBS_JOBID= 9510572
Free space on /tmp= 66392 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/aim-200/normalized-aim-200-1-6-sat-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096199-1247409979/watcher-2096199-1247409979 -o /tmp/evaluation-result-2096199-1247409979/solver-2096199-1247409979 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096199-1247409979.xml

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

MD5SUM BENCH= 050e223cdd8152fc99234b2af13abb8a
RANDOM SEED=632076784

node36.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.238
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.238
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:       1795392 kB
Buffers:         35336 kB
Cached:         117256 kB
SwapCached:          0 kB
Active:         138988 kB
Inactive:        65692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          72568 kB
Slab:            41108 kB
Committed_AS:   998000 kB
PageTables:       1812 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= 66392 MiB
End job on node36 at 2009-07-12 16:46:20