Trace number 275216

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, and are wall clock time (not CPU 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
AbsconMax 109 EPFCOPTIMUM 8.29574 8.43114

General information on the benchmark

NamequeensKnights/
queensKnights-25-5-add.xml
MD5SUMb90f8a45328f6041d4909cc0c2664efa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints309
Best CPU time to get the best result obtained on this benchmark8.29574
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints310
Maximum constraint arity2
Maximum domain size625
Number of constraints which are defined in extension0
Number of constraints which are defined in intension310
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/275216-1169218552/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=30  nbDomainTypes=2  minDomainSize=25  maxDomainSize=625
0.43	       =>  wckTime=0.103  cpuTime=0.09  mem=6M887
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
1.13	     nbConstraints=310  nbConvertedConstraints=310  nbConvertConstraintsChecks=796250  nbExtensionStructures=26
1.13	     nbSharedExtensionStructures=284  nbConflictsStructures=26  nbSharedConflictsStructures=284
1.13	     nbSharedBinaryRepresentations=2075  maxDegree=24  maxArity=2
1.13	       =>  wckTime=0.81  cpuTime=0.74  mem=10M788
1.18	   
1.18	   solver LocalSearchSolver being built... 
1.22	       =>  wckTime=0.891  cpuTime=0.78  mem=5M762
1.22	
1.22	s SATISFIABLE
1.22	o 281
1.22	c 29
1.23	o 285
1.23	c 25
1.23	o 288
1.23	c 22
1.23	o 291
1.23	c 19
1.23	o 293
1.23	c 17
1.24	o 295
1.24	c 15
1.24	o 296
1.24	c 14
1.24	o 297
1.24	c 13
1.24	o 298
1.24	c 12
1.24	o 299
1.24	c 11
1.24	o 300
1.24	c 10
1.25	o 301
1.25	c 9
1.25	o 302
1.25	c 8
1.25	o 303
1.25	c 7
1.25	o 304
1.25	c 6
1.25	o 305
1.25	c 5
1.25	o 306
1.25	c 4
1.25	o 307
1.25	c 3
1.26	o 308
1.26	c 2
1.26	o 309
1.26	c 1
1.26	   
1.26	   search
1.26	     run=0  nbConstraintChecks=190176  nbAssignments=35
1.26	       =>  wckTime=0.046  cpuTime=0.03  mem=5M762
1.26	   
1.26	   global
1.26	     nbConstraintChecks=190176  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.26	     solvingWckTime=0.043  solvingCpuTime=0.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.26	     globalCpuTime=0.85
1.26	       =>  wckTime=0.937  cpuTime=0.81  mem=5M762
1.26	   
1.26	   solver IterativeSystematicSolver being built... 
1.40	       =>  wckTime=1.073  cpuTime=0.92  mem=15M735
8.39	   
8.39	   preprocessing
8.39	     nbConstraintChecks=54743445  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=1315
8.39	     detectedInconsistency=yes
8.39	       =>  wckTime=6.985  cpuTime=6.88  mem=15M735
8.39	   
8.39	   global
8.39	     nbConstraintChecks=54743445  nbRestartNogoods=0  solvingWckTime=6.989  solvingCpuTime=6.89  expiredTime=no
8.39	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=7.85
8.39	       =>  wckTime=8.062  cpuTime=7.81  mem=15M735
8.39	
8.39	s OPTIMUM FOUND
8.39	v 17 23 13 0 10 24 2 11 15 4 22 19 21 7 14 1 6 8 3 20 18 5 9 12 16 393 420 397 446 344 
8.39	   
8.39	   totalWckTime=8.149  totalCpuTime=7.85

Verifier Data (download as text)

1 unsatisfied constraints, 309 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-275216-1169218552 -o ROOT/results/node38/solver-275216-1169218552 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275216-1169218552/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 1.92 1.99 1.94 4/81 14082
/proc/meminfo: memFree=1468592/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=18540 CPUtime=0
/proc/14081/stat : 14081 (runsolver) R 14079 14081 13813 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 270254913 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14081/statm: 4635 279 244 17 0 2626 0

[startup+0.102646 s]
/proc/loadavg: 1.92 1.99 1.94 4/81 14082
/proc/meminfo: memFree=1468592/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=913228 CPUtime=0.08
/proc/14081/stat : 14081 (java) D 14079 14081 13813 0 -1 0 2918 0 1 0 7 1 0 0 17 0 8 0 270254913 935145472 2664 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14081/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.511506 s]
/proc/loadavg: 1.92 1.99 1.94 4/81 14082
/proc/meminfo: memFree=1468592/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=915332 CPUtime=0.48
/proc/14081/stat : 14081 (java) R 14079 14081 13813 0 -1 0 6465 0 1 0 44 4 0 0 18 0 8 0 270254913 937299968 6204 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072936459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14081/statm: 228833 6204 2150 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33289 s]
/proc/loadavg: 1.92 1.99 1.94 3/88 14089
/proc/meminfo: memFree=1447544/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=915472 CPUtime=1.28
/proc/14081/stat : 14081 (java) R 14079 14081 13813 0 -1 0 7761 0 1 0 121 7 0 0 25 0 8 0 270254913 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073598087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14081/statm: 228868 7498 2515 14 0 215338 0
[pid=14081/tid=14083] ppid=14079 vsize=915472 CPUtime=0.02
/proc/14081/task/14083/stat : 14083 (java) S 14079 14081 13813 0 -1 64 218 0 0 0 2 0 0 0 16 0 8 0 270254917 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14084] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14084/stat : 14084 (java) S 14079 14081 13813 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14085] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14085/stat : 14085 (java) S 14079 14081 13813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14086] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14086/stat : 14086 (java) S 14079 14081 13813 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270254920 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14087] ppid=14079 vsize=915472 CPUtime=0.14
/proc/14081/task/14087/stat : 14087 (java) S 14079 14081 13813 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 270254920 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14088] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14088/stat : 14088 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270254920 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14089] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14089/stat : 14089 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270254920 937443328 7498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915472

[startup+2.97369 s]
/proc/loadavg: 1.92 1.99 1.94 3/88 14089
/proc/meminfo: memFree=1440696/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=915472 CPUtime=2.91
/proc/14081/stat : 14081 (java) R 14079 14081 13813 0 -1 0 8947 0 1 0 283 8 0 0 25 0 8 0 270254913 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14081/statm: 228868 8683 2544 14 0 215338 0
[pid=14081/tid=14083] ppid=14079 vsize=915472 CPUtime=0.02
/proc/14081/task/14083/stat : 14083 (java) S 14079 14081 13813 0 -1 64 218 0 0 0 2 0 0 0 17 0 8 0 270254917 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14084] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14084/stat : 14084 (java) S 14079 14081 13813 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14085] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14085/stat : 14085 (java) S 14079 14081 13813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14086] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14086/stat : 14086 (java) S 14079 14081 13813 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270254920 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14087] ppid=14079 vsize=915472 CPUtime=0.18
/proc/14081/task/14087/stat : 14087 (java) S 14079 14081 13813 0 -1 64 370 0 0 0 18 0 0 0 15 0 8 0 270254920 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14088] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14088/stat : 14088 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270254920 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14089] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14089/stat : 14089 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270254920 937443328 8683 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915472

[startup+6.27184 s]
/proc/loadavg: 1.92 1.99 1.94 3/88 14089
/proc/meminfo: memFree=1439800/2055920 swapFree=4192812/4192956
[pid=14081] ppid=14079 vsize=915472 CPUtime=6.18
/proc/14081/stat : 14081 (java) R 14079 14081 13813 0 -1 0 8950 0 1 0 610 8 0 0 25 0 8 0 270254913 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14081/statm: 228868 8684 2544 14 0 215338 0
[pid=14081/tid=14083] ppid=14079 vsize=915472 CPUtime=0.02
/proc/14081/task/14083/stat : 14083 (java) S 14079 14081 13813 0 -1 64 218 0 0 0 2 0 0 0 17 0 8 0 270254917 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14084] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14084/stat : 14084 (java) S 14079 14081 13813 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14085] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14085/stat : 14085 (java) S 14079 14081 13813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270254917 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14086] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14086/stat : 14086 (java) S 14079 14081 13813 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270254920 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14087] ppid=14079 vsize=915472 CPUtime=0.19
/proc/14081/task/14087/stat : 14087 (java) S 14079 14081 13813 0 -1 64 373 0 0 0 19 0 0 0 15 0 8 0 270254920 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14088] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14088/stat : 14088 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270254920 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14081/tid=14089] ppid=14079 vsize=915472 CPUtime=0
/proc/14081/task/14089/stat : 14089 (java) S 14079 14081 13813 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270254920 937443328 8684 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915472

Child status: 0
Real time (s): 8.43114
CPU time (s): 8.29574
CPU user time (s): 8.20575
CPU system time (s): 0.089986
CPU usage (%): 98.394
Max. virtual memory (cumulated for all children) (KiB): 915472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.20575
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9061
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= 1095
involuntary context switches= 1525

runsolver used 0.014997 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Fri Jan 19 14:55:53 UTC 2007


IDJOB= 275216
IDBENCH= 3705
IDSOLVER= 68
FILE ID= node38/275216-1169218552

PBS_JOBID= 3589185

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/queensKnights/queensKnights-25-5-add.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275216-1169218552/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-275216-1169218552 -o ROOT/results/node38/solver-275216-1169218552 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275216-1169218552/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b90f8a45328f6041d4909cc0c2664efa

RANDOM SEED= 755820021

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.267
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.267
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:       1469584 kB
Buffers:         44268 kB
Cached:         436084 kB
SwapCached:          0 kB
Active:         151204 kB
Inactive:       360652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          49580 kB
Slab:            59740 kB
Committed_AS:  5089100 kB
PageTables:       1960 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= 66563 MiB



End job on node38 on Fri Jan 19 14:56:01 UTC 2007