Trace number 1075510

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 3.32149 3.19364

DiagnosticValue
CHECKS193399
NODES185

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-05.xml
MD5SUM8759076f97680d194c60f4f66c16a6ba
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.745885
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.20/0.21	
0.20/0.21	   configuration
0.20/0.21	     name=mac.xml
0.20/0.24	   
0.20/0.24	   instance
0.20/0.24	     name=HOME/instance-1075510-1215181083.xml
0.20/0.27	   
0.20/0.27	   domains being loaded...
0.20/0.28	   
0.20/0.28	   variables being loaded...
0.32/0.33	     nbVariables=181  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=4706
0.32/0.33	       =>  wckTime=0.116  cpuTime=0.1  mem=7M919
0.32/0.33	   
0.32/0.33	   relations being loaded...
0.85/0.84	   
0.85/0.84	   predicates being loaded...
0.85/0.89	   
0.85/0.89	   constraints being loaded...
1.24/1.15	   Too large in ConstraintConflictsSTructure
1.33/1.21	   Too large in ConstraintConflictsSTructure
1.33/1.23	   Too large in ConstraintConflictsSTructure
1.91/1.89	     nbConstraints=1044  nbRelationTypes=7  nbGlobalConstraints=78  nbExtensionStructures=7
1.91/1.89	     nbSharedExtensionStructures=71  nbConflictsStructures=4  nbSharedConflictsStructures=67
1.91/1.89	     nbUnbuiltConflictsStructures=9  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
1.91/1.89	     nbSharedEvaluationManagers=960  minDegree=5  maxDegree=74  minArity=3  avgArity=8.05  maxArity=20  nbGenerators=0
1.91/1.89	     nbFusions=0  symmetryWckTime=0.187  symmetryCpuTime=0.1
1.91/1.89	       =>  wckTime=1.682  cpuTime=1.41  mem=53M874
2.11/2.03	   
2.11/2.04	   solver IterativeSystematicSolver being built... 
2.31/2.20	   
2.31/2.20	   INFO : Forward propagation technique limited 
2.31/2.28	       =>  wckTime=2.066  cpuTime=1.62  mem=76M113
2.51/2.45	   
2.51/2.45	   preprocessing
2.51/2.45	     nbConstraintChecks=0  nbValidityChecks=1454678  nbPropagations=207  nbRevisions=0  nbUselessRevisions=0
2.51/2.45	     nbRemovedValues=125  detectedInconsistency=no
2.51/2.45	       =>  wckTime=0.167  cpuTime=0.15  mem=76M113
3.10/3.09	   
3.10/3.09	   search
3.10/3.09	     run=0  nbConstraintChecks=193399  nbValidityChecks=2893697  minDepth=50  maxDepth=181  nbPropagations=1331
3.10/3.09	     nbRevisions=31538  nbUselessRevisions=31533  nbAssignments=185  nbFailedAssignments=4  nbBacktracks=0
3.10/3.09	     nbVisitedNodes=190  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.10/3.09	     nbSEliminables=0  nbREliminables=33.7  nbIEliminables=85.6  nbDEliminables=0  nbPEliminables=0
3.10/3.09	       =>  wckTime=0.806  cpuTime=0.74  mem=77M449
3.10/3.09	   
3.10/3.09	   global
3.10/3.09	     nbConstraintChecks=193399  nbValidityChecks=4348375  nbPropagations=1538  nbRevisions=31538
3.10/3.09	     nbUselessRevisions=31533  nbRestartNogoods=0  solvingWckTime=0.808  solvingCpuTime=0.74  expiredTime=no
3.10/3.09	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.35  globalCpuTime=2.41
3.10/3.09	       =>  wckTime=2.878  cpuTime=2.36  mem=77M449
3.10/3.09	   
3.10/3.09	s SATISFIABLE
3.10/3.09	v 2 0 11 0 8 2 0 17 18 2 0 1 18 0 2 8 4 17 11 8 4 4 0 23 0 8 15 17 4 3 4 5 8 13 8 17 17 0 19 18 18 4 13 4 4 12 4 18 4 13 8 4 4 3 4 18 15 4 18 4 18 2 11 0 3 4 18 2 0 18 4 0 20 1 4 17 0 6 4 19 0 2 18 2 8 17 2 14 13 18 19 0 13 2 8 0 8 19 18 8 4 6 4 0 8 7 4 11 4 4 4 12 8 4 21 8 18 4 4 18 4 1 0 19 18 0 8 18 0 4 17 0 18 14 17 1 4 15 0 17 18 6 17 8 11 4 11 4 2 19 17 8 5 8 0 11 4 18 4 17 0 21 4 12 14 8 19 8 4 19 4 18 0 18 4 18 0 13 13 4 4 
3.10/3.09	d NODES 185
3.10/3.09	d CHECKS 193399
3.21/3.16	   
3.21/3.17	   totalWckTime=2.997  totalCpuTime=2.42

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-1075510-1215181083/watcher-1075510-1215181083 -o /tmp/evaluation-result-1075510-1215181083/solver-1075510-1215181083 -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-1075510-1215181083.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.95 1.83 3/70 22012
/proc/meminfo: memFree=1784120/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=1616 CPUtime=0
/proc/22012/stat : 22012 (java) R 22010 22012 21901 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1997083454 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/22012/statm: 404 148 122 9 0 46 0

[startup+0.0790839 s]
/proc/loadavg: 1.92 1.95 1.83 3/70 22012
/proc/meminfo: memFree=1784120/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=866608 CPUtime=0.06
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 3615 0 1 0 5 1 0 0 18 0 9 0 1997083454 887406592 3103 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 216652 3103 1663 9 0 211207 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 866608

[startup+0.102893 s]
/proc/loadavg: 1.92 1.95 1.83 3/70 22012
/proc/meminfo: memFree=1784120/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=866608 CPUtime=0.1
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 3939 0 1 0 8 2 0 0 18 0 9 0 1997083454 887406592 3379 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 216652 3381 1768 9 0 211207 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866608

[startup+0.301917 s]
/proc/loadavg: 1.92 1.95 1.83 3/70 22012
/proc/meminfo: memFree=1784120/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=866968 CPUtime=0.32
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 6449 0 1 0 29 3 0 0 18 0 9 0 1997083454 887775232 5819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 216742 5819 1963 9 0 211270 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 866968

[startup+0.701956 s]
/proc/loadavg: 1.92 1.95 1.83 3/70 22012
/proc/meminfo: memFree=1784120/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=866968 CPUtime=0.75
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 19894 0 1 0 66 9 0 0 18 0 9 0 1997083454 887775232 19262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 216742 19262 1983 9 0 211270 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 866968

[startup+1.50105 s]
/proc/loadavg: 1.92 1.95 1.83 3/76 22038
/proc/meminfo: memFree=1718728/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=867992 CPUtime=1.62
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 25249 0 1 0 149 13 0 0 18 0 9 0 1997083454 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 216999 24582 2006 9 0 211527 0
[pid=22012/tid=22014] ppid=22010 vsize=867992 CPUtime=1.31
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 21901 0 -1 64 15764 0 1 0 122 9 0 0 18 0 9 0 1997083455 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 10628383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=867992 CPUtime=0.1
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 21901 0 -1 64 8065 0 0 0 7 3 0 0 16 0 9 0 1997083457 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=867992 CPUtime=0
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21901 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997083457 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=867992 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21901 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997083457 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=867992 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21901 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1997083459 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=867996 CPUtime=0.19
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21901 0 -1 64 724 0 0 0 19 0 0 0 16 0 9 0 1997083459 888827904 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=867992 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21901 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1997083459 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22021] ppid=22010 vsize=867992 CPUtime=0
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21901 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997083459 888823808 24582 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 867992

[startup+3.10121 s]
/proc/loadavg: 1.92 1.95 1.83 7/91 22060
/proc/meminfo: memFree=1615048/2055920 swapFree=4180052/4192956
[pid=22012] ppid=22010 vsize=868728 CPUtime=3.21
/proc/22012/stat : 22012 (java) S 22010 22012 21901 0 -1 0 46551 447 1 0 295 21 4 1 18 0 9 0 1997083454 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 217182 27554 2637 9 0 211688 0
[pid=22012/tid=22014] ppid=22010 vsize=868728 CPUtime=2.61
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 21901 0 -1 64 26117 447 1 0 244 12 4 1 23 0 9 0 1997083455 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22015] ppid=22010 vsize=868728 CPUtime=0.28
/proc/22012/task/22015/stat : 22015 (java) R 22010 22012 21901 0 -1 64 18649 447 0 0 18 5 4 1 16 0 9 0 1997083457 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22016] ppid=22010 vsize=868728 CPUtime=0.05
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 21901 0 -1 64 17 447 0 0 0 0 4 1 16 0 9 0 1997083457 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22017] ppid=22010 vsize=868728 CPUtime=0.05
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 21901 0 -1 64 9 447 0 0 0 0 4 1 16 0 9 0 1997083457 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22018] ppid=22010 vsize=868728 CPUtime=0.05
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 21901 0 -1 64 1 447 0 0 0 0 4 1 23 0 9 0 1997083459 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=868728 CPUtime=0.37
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 21901 0 -1 64 960 447 0 0 32 0 4 1 15 0 9 0 1997083459 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22020] ppid=22010 vsize=868728 CPUtime=0.05
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 21901 0 -1 64 1 447 0 0 0 0 4 1 24 0 9 0 1997083459 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22021] ppid=22010 vsize=868728 CPUtime=0.05
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 21901 0 -1 64 4 447 0 0 0 0 4 1 15 0 9 0 1997083459 889577472 27554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 868728

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

Child status: 0
Real time (s): 3.19364
CPU time (s): 3.32149
CPU user time (s): 3.06053
CPU system time (s): 0.26096
CPU usage (%): 104.003
Max. virtual memory (cumulated for all children) (KiB): 871264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.06053
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50659
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= 1039
involuntary context switches= 903

runsolver used 0.006998 second user time and 0.020996 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 16:18:03
IDJOB=1075510
IDBENCH=56521
IDSOLVER=363
FILE ID=node7/1075510-1215181083
PBS_JOBID= 7881584
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-05.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-1075510-1215181083/watcher-1075510-1215181083 -o /tmp/evaluation-result-1075510-1215181083/solver-1075510-1215181083 -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-1075510-1215181083.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8759076f97680d194c60f4f66c16a6ba
RANDOM SEED=1971470178

node7.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.236
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.236
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:       1784664 kB
Buffers:         48364 kB
Cached:         145728 kB
SwapCached:       6984 kB
Active:         128944 kB
Inactive:        75620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784664 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            5364 kB
Writeback:           0 kB
Mapped:          16364 kB
Slab:            52212 kB
Committed_AS:  3415528 kB
PageTables:       1768 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= 66548 MiB
End job on node7 at 2008-07-04 16:18:06