Trace number 2093037

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.56376 1.31087

DiagnosticValue
CHECKS222886
NODES2456

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-1_ext.xml
MD5SUM62fcbbbcd760782914d59b2460daf0cd
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 benchmark0.101984
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	
0.02/0.07	Abscon 112 (May, 2008)
0.22/0.20	
0.22/0.20	   configuration
0.22/0.20	     name=mac.xml
0.22/0.23	   
0.22/0.23	   instance
0.22/0.23	     name=HOME/instance-2093037-1247401113.xml
0.22/0.26	   
0.22/0.26	   domains being loaded...
0.22/0.27	   
0.22/0.27	   variables being loaded...
0.35/0.31	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15  nbTotalValues=1905
0.35/0.31	       =>  wckTime=0.112  cpuTime=0.11  mem=8M867
0.35/0.31	   
0.35/0.31	   relations being loaded...
0.35/0.32	   
0.35/0.32	   constraints being loaded...
0.76/0.66	     nbConstraints=2538  nbRelationTypes=16  nbGlobalConstraints=19  nbSingletonDomainVariables=105
0.76/0.66	     nbExtensionStructures=31  nbSharedExtensionStructures=2488  nbConflictsStructures=31
0.76/0.66	     nbSharedConflictsStructures=2488  nbSharedBinaryRepresentations=493  minDegree=15  maxDegree=29  minArity=2
0.76/0.66	     avgArity=2.04  maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.137  symmetryCpuTime=0.11  nbCliques=19
0.76/0.66	       =>  wckTime=0.459  cpuTime=0.43  mem=25M561
0.89/0.73	   
0.89/0.74	   solver IterativeSystematicSolver being built... 
0.89/0.79	   
0.89/0.79	   INFO : Forward propagation technique limited 
1.01/0.85	       =>  wckTime=0.649  cpuTime=0.54  mem=22M399
1.01/0.87	   
1.01/0.87	   preprocessing
1.01/0.87	     nbConstraintChecks=15641  nbPropagations=225  nbRevisions=1678  nbUselessRevisions=383  nbRemovedValues=1295
1.01/0.87	     detectedInconsistency=no
1.01/0.87	       =>  wckTime=0.023  cpuTime=0.02  mem=22M399
1.26/1.05	   
1.26/1.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M300)
1.47/1.24	   
1.47/1.24	   search
1.47/1.24	     run=6  nbConstraintChecks=207245  minDepth=38  maxDepth=225  nbPropagations=38967  nbRevisions=246790
1.47/1.24	     nbUselessRevisions=185193  nbAssignments=2456  nbFailedAssignments=244  nbBacktracks=1177  nbVisitedNodes=2930
1.47/1.24	     nbRestartNogoods=17  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=105  nbIEliminables=107.87
1.47/1.24	     nbDEliminables=0  nbPEliminables=0
1.47/1.24	       =>  wckTime=0.392  cpuTime=0.39  mem=24M300
1.47/1.24	   
1.47/1.24	   global
1.47/1.24	     nbConstraintChecks=222886  nbPropagations=39192  nbRevisions=248468  nbUselessRevisions=185576  nbRestartNogoods=17
1.47/1.24	     solvingWckTime=0.394  solvingCpuTime=0.39  expiredTime=no  totalExploration=no  nbFoundSolutions=1
1.47/1.25	     firstSolutionCpuTime=0.93  globalCpuTime=0.97
1.47/1.25	       =>  wckTime=1.045  cpuTime=0.93  mem=24M300
1.47/1.25	   
1.47/1.25	s SATISFIABLE
1.47/1.25	v 3 6 5 4 10 8 12 14 0 2 9 1 13 11 7 6 11 14 10 0 3 7 8 4 9 1 12 2 5 13 4 1 9 2 12 13 6 7 14 11 0 3 5 10 8 10 4 12 9 6 2 13 3 7 5 8 0 1 14 11 7 12 10 1 2 4 8 9 3 14 11 6 0 13 5 0 10 13 11 8 1 5 12 2 3 7 9 4 6 14 1 13 3 5 14 12 9 11 8 6 10 2 7 0 4 13 14 0 7 1 5 10 4 6 8 2 11 3 9 12 12 2 4 8 11 0 1 5 13 10 14 7 6 3 9 14 7 8 3 9 11 0 1 5 4 12 13 10 2 6 9 5 11 14 4 7 2 6 10 0 13 8 12 1 3 5 8 2 0 3 10 11 13 9 12 6 4 14 7 1 11 0 7 6 13 9 3 2 12 1 5 14 8 4 10 2 9 6 12 7 14 4 10 1 13 3 5 11 8 0 8 3 1 13 5 6 14 0 11 7 4 10 9 12 2 
1.47/1.25	d NODES 2456
1.47/1.25	d CHECKS 222886
1.47/1.25	   
1.47/1.25	   totalWckTime=1.087  totalCpuTime=0.97

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-2093037-1247401113/watcher-2093037-1247401113 -o /tmp/evaluation-result-2093037-1247401113/solver-2093037-1247401113 -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-2093037-1247401113.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: 0.00 0.00 0.06 3/68 3265
/proc/meminfo: memFree=1815192/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=152 CPUtime=0
/proc/3265/stat : 3265 (java) R 3263 3265 3132 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27175829 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 9716516 0 0 4096 0 0 0 0 17 0 0 0
/proc/3265/statm: 38 26 19 9 0 4 0

[startup+0.026114 s]
/proc/loadavg: 0.00 0.00 0.06 3/68 3265
/proc/meminfo: memFree=1815192/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=861936 CPUtime=0.02
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 1959 0 1 0 1 1 0 0 18 0 5 0 27175829 882622464 1633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 215484 1644 741 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101125 s]
/proc/loadavg: 0.00 0.00 0.06 3/68 3265
/proc/meminfo: memFree=1815192/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=866824 CPUtime=0.11
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 4036 0 1 0 9 2 0 0 18 0 9 0 27175829 887627776 3465 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 216706 3465 1800 9 0 211191 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 866824

[startup+0.301146 s]
/proc/loadavg: 0.00 0.00 0.06 3/68 3265
/proc/meminfo: memFree=1815192/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=867036 CPUtime=0.35
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 6641 0 1 0 31 4 0 0 18 0 9 0 27175829 887844864 6003 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 216759 6004 1995 9 0 211217 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 867036

[startup+0.701187 s]
/proc/loadavg: 0.00 0.00 0.06 3/68 3265
/proc/meminfo: memFree=1815192/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=868384 CPUtime=0.89
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 15267 410 1 0 80 7 2 0 18 0 9 0 27175829 889225216 10488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 217096 10488 2085 9 0 211554 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 868384

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

[startup+1.10723 s]
/proc/loadavg: 0.00 0.00 0.06 2/77 3278
/proc/meminfo: memFree=1777168/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=868472 CPUtime=1.36
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 19562 410 1 0 126 8 2 0 18 0 9 0 27175829 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 217118 12071 2657 9 0 211554 0
[pid=3265/tid=3267] ppid=3263 vsize=868472 CPUtime=0.99
/proc/3265/task/3267/stat : 3267 (java) R 3263 3265 3132 0 -1 64 14552 410 1 0 90 7 2 0 19 0 9 0 27175830 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4126686040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3265/tid=3268] ppid=3263 vsize=868472 CPUtime=0.08
/proc/3265/task/3268/stat : 3268 (java) S 3263 3265 3132 0 -1 64 3258 410 0 0 6 0 2 0 16 0 9 0 27175831 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3269] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3269/stat : 3269 (java) S 3263 3265 3132 0 -1 64 16 410 0 0 0 0 2 0 15 0 9 0 27175831 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3270] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3270/stat : 3270 (java) S 3263 3265 3132 0 -1 64 9 410 0 0 0 0 2 0 15 0 9 0 27175831 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3271] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3271/stat : 3271 (java) S 3263 3265 3132 0 -1 64 1 410 0 0 0 0 2 0 23 0 9 0 27175833 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3272] ppid=3263 vsize=868472 CPUtime=0.3
/proc/3265/task/3272/stat : 3272 (java) S 3263 3265 3132 0 -1 64 905 410 0 0 28 0 2 0 16 0 9 0 27175833 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3273] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3273/stat : 3273 (java) S 3263 3265 3132 0 -1 64 1 410 0 0 0 0 2 0 24 0 9 0 27175833 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3274] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3274/stat : 3274 (java) S 3263 3265 3132 0 -1 64 5 410 0 0 0 0 2 0 15 0 9 0 27175833 889315328 12071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 868472

[startup+1.30225 s]
/proc/loadavg: 0.00 0.00 0.06 2/77 3278
/proc/meminfo: memFree=1777168/2055912 swapFree=4192812/4192956
[pid=3265] ppid=3263 vsize=868472 CPUtime=1.53
/proc/3265/stat : 3265 (java) S 3263 3265 3132 0 -1 0 19774 410 1 0 142 9 2 0 18 0 9 0 27175829 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3265/statm: 217118 12091 2657 9 0 211554 0
[pid=3265/tid=3267] ppid=3263 vsize=868472 CPUtime=1.13
/proc/3265/task/3267/stat : 3267 (java) S 3263 3265 3132 0 -1 64 14746 410 1 0 104 7 2 0 20 0 9 0 27175830 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3265/tid=3268] ppid=3263 vsize=868472 CPUtime=0.08
/proc/3265/task/3268/stat : 3268 (java) S 3263 3265 3132 0 -1 64 3258 410 0 0 6 0 2 0 16 0 9 0 27175831 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3269] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3269/stat : 3269 (java) S 3263 3265 3132 0 -1 64 16 410 0 0 0 0 2 0 15 0 9 0 27175831 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3270] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3270/stat : 3270 (java) S 3263 3265 3132 0 -1 64 9 410 0 0 0 0 2 0 15 0 9 0 27175831 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3271] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3271/stat : 3271 (java) S 3263 3265 3132 0 -1 64 1 410 0 0 0 0 2 0 23 0 9 0 27175833 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3272] ppid=3263 vsize=868472 CPUtime=0.32
/proc/3265/task/3272/stat : 3272 (java) S 3263 3265 3132 0 -1 64 923 410 0 0 30 0 2 0 16 0 9 0 27175833 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3273] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3273/stat : 3273 (java) S 3263 3265 3132 0 -1 64 1 410 0 0 0 0 2 0 24 0 9 0 27175833 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3265/tid=3274] ppid=3263 vsize=868472 CPUtime=0.02
/proc/3265/task/3274/stat : 3274 (java) S 3263 3265 3132 0 -1 64 5 410 0 0 0 0 2 0 15 0 9 0 27175833 889315328 12091 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 868472

Child status: 0
Real time (s): 1.31087
CPU time (s): 1.56376
CPU user time (s): 1.45578
CPU system time (s): 0.107983
CPU usage (%): 119.292
Max. virtual memory (cumulated for all children) (KiB): 868472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.45578
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20209
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= 359
involuntary context switches= 127

runsolver used 0.003999 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 14:18:33
IDJOB=2093037
IDBENCH=53337
IDSOLVER=773
FILE ID=node78/2093037-1247401113
PBS_JOBID= 9510494
Free space on /tmp= 126812 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-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-2093037-1247401113/watcher-2093037-1247401113 -o /tmp/evaluation-result-2093037-1247401113/solver-2093037-1247401113 -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-2093037-1247401113.xml

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

MD5SUM BENCH= 62fcbbbcd760782914d59b2460daf0cd
RANDOM SEED=385905840

node78.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.232
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.232
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:      2055912 kB
MemFree:       1815672 kB
Buffers:         39284 kB
Cached:         128880 kB
SwapCached:          0 kB
Active:         120340 kB
Inactive:        64036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1815672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          25988 kB
Slab:            41396 kB
Committed_AS:   204200 kB
PageTables:       1652 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node78 at 2009-07-12 14:18:34