Trace number 1061617

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.67774 1.76361

DiagnosticValue
CHECKS11733
NODES508

General information on the benchmark

Namecsp/pseudo/jnh/
normalized-jnh-218.xml
MD5SUM81afec1c67dd7d44cc97ceb42e5fd976
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.175973
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.12	
0.04/0.12	Abscon 112 (May, 2008)
0.14/0.27	
0.14/0.27	   configuration
0.14/0.27	     name=mac.xml
0.24/0.35	   
0.24/0.35	   instance
0.24/0.35	     name=HOME/instance-1061617-1215133295.xml
0.24/0.39	   
0.24/0.39	   domains being loaded...
0.34/0.40	   
0.34/0.40	   variables being loaded...
0.34/0.44	     nbVariables=200  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=400
0.34/0.44	       =>  wckTime=0.162  cpuTime=0.12  mem=7M853
0.34/0.44	   
0.34/0.44	   predicates being loaded...
0.44/0.52	   
0.44/0.52	   constraints being loaded...
1.12/1.21	     nbConstraints=899  nbMergedConstraints=1  nbConvertedConstraints=175  nbConvertConstraintsChecks=4100
1.12/1.21	     nbExtensionStructures=3  nbSharedExtensionStructures=173  nbConflictsStructures=12  nbSharedConflictsStructures=888
1.12/1.21	     nbSharedBinaryRepresentations=9  nbEvaluationManagers=9  nbSharedEvaluationManagers=715  minDegree=11  maxDegree=32
1.12/1.21	     minArity=2  avgArity=4.56  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.126  symmetryCpuTime=0.06
1.12/1.21	       =>  wckTime=0.929  cpuTime=0.66  mem=30M357
1.12/1.28	   
1.12/1.28	   solver IterativeSystematicSolver being built... 
1.33/1.47	       =>  wckTime=1.194  cpuTime=0.82  mem=31M276
1.33/1.49	   
1.33/1.49	   preprocessing
1.33/1.49	     nbConstraintChecks=0  nbPropagations=200  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.33/1.49	     detectedInconsistency=no
1.33/1.49	       =>  wckTime=0.016  cpuTime=0.01  mem=31M276
1.62/1.72	   
1.62/1.72	   search
1.62/1.72	     run=1  nbConstraintChecks=11733  nbValidityChecks=9715  minDepth=29  maxDepth=200  nbPropagations=4785
1.62/1.72	     nbRevisions=28065  nbUselessRevisions=24008  nbAssignments=508  nbFailedAssignments=16  nbBacktracks=275
1.62/1.72	     nbVisitedNodes=550  nbRestartNogoods=1  nbFoundSolutions=1  mapSize=37  nbInferences=0  nbTooLargeKeys=0
1.62/1.72	     nbSEliminables=12.48  nbREliminables=114.37  nbIEliminables=60.04  nbDEliminables=0  nbPEliminables=0
1.62/1.72	       =>  wckTime=0.251  cpuTime=0.2  mem=32M250
1.62/1.72	   
1.62/1.72	   global
1.62/1.72	     nbConstraintChecks=11733  nbValidityChecks=9715  nbPropagations=4985  nbRevisions=28065  nbUselessRevisions=24008
1.62/1.72	     nbRestartNogoods=1  solvingWckTime=0.253  solvingCpuTime=0.21  expiredTime=no  totalExploration=no
1.62/1.73	     nbFoundSolutions=1  firstSolutionCpuTime=1.02  globalCpuTime=1.08
1.62/1.73	       =>  wckTime=1.448  cpuTime=1.03  mem=32M250
1.62/1.73	   
1.62/1.73	s SATISFIABLE
1.62/1.73	v 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 
1.62/1.73	d NODES 508
1.62/1.73	d CHECKS 11733
1.62/1.73	   
1.62/1.73	   totalWckTime=1.503  totalCpuTime=1.08

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-1061617-1215133295/watcher-1061617-1215133295 -o /tmp/evaluation-result-1061617-1215133295/solver-1061617-1215133295 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1061617-1215133295.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: 1.92 1.98 1.99 3/80 18476
/proc/meminfo: memFree=1539452/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=1616 CPUtime=0
/proc/18476/stat : 18476 (java) D 18474 18476 17933 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1992302413 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18476/statm: 404 145 119 9 0 46 0

[startup+0.064517 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 18476
/proc/meminfo: memFree=1539452/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=861228 CPUtime=0.01
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 1708 0 1 0 0 1 0 0 18 0 3 0 1992302413 881897472 1405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 215307 1405 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.101506 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 18476
/proc/meminfo: memFree=1539452/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=864076 CPUtime=0.04
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 2792 0 1 0 3 1 0 0 18 0 9 0 1992302413 884813824 2331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 216019 2331 1118 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.301527 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 18476
/proc/meminfo: memFree=1539452/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=866048 CPUtime=0.24
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 5424 0 1 0 21 3 0 0 18 0 9 0 1992302413 886833152 4847 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 216512 4847 1877 9 0 211060 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 866048

[startup+0.701566 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 18476
/proc/meminfo: memFree=1539452/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=867088 CPUtime=0.65
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 7872 0 1 0 61 4 0 0 18 0 9 0 1992302413 887898112 7232 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 216772 7232 2004 9 0 211278 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867088

[startup+1.50265 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 18485
/proc/meminfo: memFree=1507700/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=868332 CPUtime=1.42
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 22458 371 1 0 128 12 2 0 18 0 9 0 1992302413 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 217083 13504 2632 9 0 211589 0
[pid=18476/tid=18478] ppid=18474 vsize=868332 CPUtime=1.07
/proc/18476/task/18478/stat : 18478 (java) R 18474 18476 17933 0 -1 64 15743 371 1 0 95 10 2 0 22 0 9 0 1992302414 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 103680138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18479] ppid=18474 vsize=868332 CPUtime=0.08
/proc/18476/task/18479/stat : 18479 (java) S 18474 18476 17933 0 -1 64 4962 371 0 0 6 0 2 0 16 0 9 0 1992302420 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18480] ppid=18474 vsize=868332 CPUtime=0.02
/proc/18476/task/18480/stat : 18480 (java) S 18474 18476 17933 0 -1 64 16 371 0 0 0 0 2 0 17 0 9 0 1992302420 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18481] ppid=18474 vsize=868332 CPUtime=0.02
/proc/18476/task/18481/stat : 18481 (java) S 18474 18476 17933 0 -1 64 13 371 0 0 0 0 2 0 16 0 9 0 1992302420 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18482] ppid=18474 vsize=868332 CPUtime=0.02
/proc/18476/task/18482/stat : 18482 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 18 0 9 0 1992302422 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18483] ppid=18474 vsize=868332 CPUtime=0.27
/proc/18476/task/18483/stat : 18483 (java) S 18474 18476 17933 0 -1 64 910 371 0 0 25 0 2 0 15 0 9 0 1992302422 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18484] ppid=18474 vsize=868332 CPUtime=0.02
/proc/18476/task/18484/stat : 18484 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 19 0 9 0 1992302422 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18485] ppid=18474 vsize=868332 CPUtime=0.02
/proc/18476/task/18485/stat : 18485 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 15 0 9 0 1992302422 889171968 13504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 868332

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

[startup+1.70166 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 18485
/proc/meminfo: memFree=1507700/2055920 swapFree=4179028/4192956
[pid=18476] ppid=18474 vsize=868464 CPUtime=1.62
/proc/18476/stat : 18476 (java) S 18474 18476 17933 0 -1 0 22490 371 1 0 147 13 2 0 18 0 9 0 1992302413 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18476/statm: 217116 13532 2632 9 0 211622 0
[pid=18476/tid=18478] ppid=18474 vsize=868464 CPUtime=1.23
/proc/18476/task/18478/stat : 18478 (java) R 18474 18476 17933 0 -1 64 15748 371 1 0 110 11 2 0 24 0 9 0 1992302414 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4127124623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18479] ppid=18474 vsize=868464 CPUtime=0.08
/proc/18476/task/18479/stat : 18479 (java) S 18474 18476 17933 0 -1 64 4962 371 0 0 6 0 2 0 16 0 9 0 1992302420 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18480] ppid=18474 vsize=868464 CPUtime=0.02
/proc/18476/task/18480/stat : 18480 (java) S 18474 18476 17933 0 -1 64 16 371 0 0 0 0 2 0 17 0 9 0 1992302420 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18481] ppid=18474 vsize=868464 CPUtime=0.02
/proc/18476/task/18481/stat : 18481 (java) S 18474 18476 17933 0 -1 64 13 371 0 0 0 0 2 0 16 0 9 0 1992302420 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18482] ppid=18474 vsize=868464 CPUtime=0.02
/proc/18476/task/18482/stat : 18482 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 18 0 9 0 1992302422 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18483] ppid=18474 vsize=868464 CPUtime=0.31
/proc/18476/task/18483/stat : 18483 (java) S 18474 18476 17933 0 -1 64 937 371 0 0 29 0 2 0 15 0 9 0 1992302422 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18484] ppid=18474 vsize=868464 CPUtime=0.02
/proc/18476/task/18484/stat : 18484 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 19 0 9 0 1992302422 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18476/tid=18485] ppid=18474 vsize=868464 CPUtime=0.02
/proc/18476/task/18485/stat : 18485 (java) S 18474 18476 17933 0 -1 64 1 371 0 0 0 0 2 0 15 0 9 0 1992302422 889307136 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 868464

Child status: 0
Real time (s): 1.76361
CPU time (s): 1.67774
CPU user time (s): 1.52877
CPU system time (s): 0.148977
CPU usage (%): 95.1311
Max. virtual memory (cumulated for all children) (KiB): 868464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52877
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22901
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= 1171
involuntary context switches= 1211

runsolver used 0.005999 second user time and 0.012998 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 03:01:35
IDJOB=1061617
IDBENCH=54573
IDSOLVER=363
FILE ID=node36/1061617-1215133295
PBS_JOBID= 7877321
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/jnh/normalized-jnh-218.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061617-1215133295/watcher-1061617-1215133295 -o /tmp/evaluation-result-1061617-1215133295/solver-1061617-1215133295 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1061617-1215133295.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 81afec1c67dd7d44cc97ceb42e5fd976
RANDOM SEED=1106825433

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.240
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.240
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:       1539932 kB
Buffers:         58100 kB
Cached:         297632 kB
SwapCached:       7932 kB
Active:         254640 kB
Inactive:       194880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539932 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:         107324 kB
Slab:            51648 kB
Committed_AS:  4004228 kB
PageTables:       1892 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= 66540 MiB
End job on node36 at 2008-07-04 03:01:37