Trace number 2095139

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 5.50916 5.60111

DiagnosticValue
CHECKS371269
NODES381

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-21-06.xml
MD5SUMb7eaa1a6ce2ae448b5a507a71a65348b
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 benchmark1.3228
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2643
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension146
Number of constraints which are defined in intension2497
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2095139-1247406638.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.38/0.43	     nbVariables=373  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9698
0.38/0.43	       =>  wckTime=0.173  cpuTime=0.13  mem=8M867
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.68/0.79	   
0.68/0.79	   predicates being loaded...
0.78/0.87	   
0.78/0.87	   constraints being loaded...
1.27/1.39	   Too large in ConstraintConflictsSTructure
1.37/1.47	   Too large in ConstraintConflictsSTructure
1.37/1.50	   Too large in ConstraintConflictsSTructure
2.70/2.99	     nbConstraints=2643  nbRelationTypes=7  nbGlobalConstraints=146  nbExtensionStructures=7
2.70/2.99	     nbSharedExtensionStructures=139  nbConflictsStructures=4  nbSharedConflictsStructures=118
2.70/2.99	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.70/2.99	     nbSharedEvaluationManagers=2490  minDegree=14  maxDegree=106  minArity=3  avgArity=9.15  maxArity=22
2.70/3.00	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.402  symmetryCpuTime=0.19
2.70/3.00	       =>  wckTime=2.734  cpuTime=2.11  mem=50M333
3.05/3.14	   
3.05/3.14	   solver IterativeSystematicSolver being built... 
3.43/3.54	   
3.43/3.54	   INFO : Forward propagation technique limited 
3.64/3.70	       =>  wckTime=3.443  cpuTime=2.46  mem=78M166
3.93/4.06	   
3.93/4.06	   preprocessing
3.93/4.06	     nbConstraintChecks=0  nbValidityChecks=2439723  nbPropagations=392  nbRevisions=0  nbUselessRevisions=0
3.93/4.06	     nbRemovedValues=107  detectedInconsistency=no
3.93/4.06	       =>  wckTime=0.35  cpuTime=0.32  mem=80M131
5.43/5.54	   
5.43/5.54	   search
5.43/5.54	     run=0  nbConstraintChecks=371269  nbValidityChecks=8927646  minDepth=67  maxDepth=373  nbPropagations=2757
5.43/5.54	     nbRevisions=70253  nbUselessRevisions=70237  nbAssignments=381  nbFailedAssignments=8  nbBacktracks=0
5.43/5.54	     nbVisitedNodes=390  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
5.43/5.54	     nbSEliminables=0  nbREliminables=98.93  nbIEliminables=169.28  nbDEliminables=0  nbPEliminables=0
5.43/5.54	       =>  wckTime=1.834  cpuTime=1.74  mem=81M114
5.43/5.54	   
5.43/5.54	   global
5.43/5.54	     nbConstraintChecks=371269  nbValidityChecks=11367369  nbPropagations=3149  nbRevisions=70253
5.43/5.54	     nbUselessRevisions=70237  nbRestartNogoods=0  solvingWckTime=1.836  solvingCpuTime=1.74  expiredTime=no
5.43/5.54	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.19  globalCpuTime=4.25
5.43/5.54	       =>  wckTime=5.283  cpuTime=4.21  mem=81M114
5.43/5.54	   
5.43/5.54	s SATISFIABLE
5.43/5.54	v 19 14 11 11 18 0 12 4 18 15 17 14 4 12 7 0 15 18 14 6 4 4 0 17 8 4 11 19 20 1 0 4 4 11 18 4 0 17 4 6 21 8 11 11 0 6 4 2 0 17 19 11 0 18 18 3 4 15 20 19 8 4 18 19 0 17 18 13 8 15 15 4 19 18 12 0 13 18 18 4 17 14 22 18 4 0 18 0 17 18 8 13 4 7 0 17 3 15 0 3 17 8 14 19 4 3 11 4 14 13 4 19 0 19 0 14 3 0 8 18 20 17 4 18 12 0 3 18 18 0 17 4 4 3 8 13 0 17 19 8 17 14 4 11 8 24 14 11 10 18 0 2 13 4 13 4 18 0 8 12 18 14 20 19 0 13 4 18 18 11 0 6 18 1 14 17 13 4 14 12 0 17 0 18 1 4 0 13 18 6 17 8 4 6 21 0 11 4 13 19 2 0 3 8 25 2 14 0 11 3 20 18 19 0 13 0 18 0 5 4 18 12 0 13 8 0 2 18 11 0 14 17 8 12 4 18 0 17 0 13 2 0 17 19 4 1 0 11 0 4 12 15 19 24 7 4 11 4 18 17 4 18 7 0 19 4 18 2 0 18 7 4 22 18 19 17 0 5 4 18 3 4 19 4 18 19 8 19 0 18 18 14 13 4 18 18 20 17 4 19 20 2 14 19 20 2 14 13 4 4 18 15 4 17 12 0 17 24 0 11 0 15 2 0 19 1 8 17 3 18 4 0 19 4 18 0 20 2 4 3 8 7 20 19 8 0 4 15 0 2 19 13 0 17 10 14 18 18 0 19 17 14 14 13 17 0 11 4 18 19 17 4 18 
5.43/5.55	d NODES 381
5.43/5.55	d CHECKS 371269
5.43/5.55	   
5.43/5.55	   totalWckTime=5.354  totalCpuTime=4.26

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-2095139-1247406638/watcher-2095139-1247406638 -o /tmp/evaluation-result-2095139-1247406638/solver-2095139-1247406638 -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-2095139-1247406638.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.06 2.02 2.00 4/81 30358
/proc/meminfo: memFree=1727096/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=862776 CPUtime=0.03
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 27729151 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 215694 1992 910 9 0 210609 0
[pid=30358/tid=30359] ppid=30356 vsize=862776 CPUtime=0.02
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 1707 0 1 0 2 0 0 0 18 0 7 0 27729152 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=862776 CPUtime=0
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 27729153 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=862776 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 7 0 27729153 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=862776 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 27729153 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=862776 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 7 0 27729155 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=862776 CPUtime=0
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 15 0 0 0 0 0 0 0 19 0 7 0 27729155 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.0833069 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 30358
/proc/meminfo: memFree=1727096/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=864148 CPUtime=0.06
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 3143 0 1 0 5 1 0 0 18 0 9 0 27729151 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 216037 2628 1245 9 0 210930 0
[pid=30358/tid=30359] ppid=30356 vsize=864148 CPUtime=0.04
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 2227 0 1 0 4 0 0 0 20 0 9 0 27729152 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=864148 CPUtime=0
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27729153 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=864148 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27729153 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=864148 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27729153 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=864148 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729155 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=864148 CPUtime=0
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 219 0 0 0 0 0 0 0 19 0 9 0 27729155 884887552 2628 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.162453 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 30358
/proc/meminfo: memFree=1727096/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=865984 CPUtime=0.15
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 4283 0 1 0 12 3 0 0 18 0 9 0 27729151 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 216496 3709 1843 9 0 210981 0
[pid=30358/tid=30359] ppid=30356 vsize=865984 CPUtime=0.12
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 3355 0 1 0 10 2 0 0 18 0 9 0 27729152 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=865984 CPUtime=0
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27729153 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=865984 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27729153 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=865984 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27729153 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=865984 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729155 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=865984 CPUtime=0.01
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 231 0 0 0 1 0 0 0 18 0 9 0 27729155 886767616 3709 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 865984

[startup+0.301346 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 30358
/proc/meminfo: memFree=1727096/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=866380 CPUtime=0.29
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 5845 0 1 0 25 4 0 0 18 0 9 0 27729151 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 216595 5211 1980 9 0 211053 0
[pid=30358/tid=30359] ppid=30356 vsize=866380 CPUtime=0.23
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 4864 0 1 0 20 3 0 0 19 0 9 0 27729152 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4125975791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=866380 CPUtime=0
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27729153 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=866380 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27729153 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=866380 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27729153 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=866380 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729155 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=866380 CPUtime=0.04
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 284 0 0 0 4 0 0 0 16 0 9 0 27729155 887173120 5211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701392 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 30358
/proc/meminfo: memFree=1727096/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=866616 CPUtime=0.68
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 13464 0 1 0 60 8 0 0 18 0 9 0 27729151 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 216654 12826 1999 9 0 211112 0
[pid=30358/tid=30359] ppid=30356 vsize=866616 CPUtime=0.58
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 12430 0 1 0 52 6 0 0 22 0 9 0 27729152 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4126631832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=866616 CPUtime=0
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 27729153 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=866616 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27729153 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=866616 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27729153 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=866616 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729155 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=866616 CPUtime=0.08
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 27729155 887414784 12826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866616

[startup+1.50148 s]
/proc/loadavg: 2.06 2.02 2.00 4/90 30367
/proc/meminfo: memFree=1665520/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=867696 CPUtime=1.47
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 19329 0 1 0 136 11 0 0 18 0 9 0 27729151 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 216924 18656 2033 9 0 211382 0
[pid=30358/tid=30359] ppid=30356 vsize=867696 CPUtime=1.22
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 15824 0 1 0 113 9 0 0 25 0 9 0 27729152 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4126935242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=867696 CPUtime=0.02
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 2111 0 0 0 2 0 0 0 17 0 9 0 27729153 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=867696 CPUtime=0
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27729153 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=867696 CPUtime=0
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27729153 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=867696 CPUtime=0
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27729155 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=867696 CPUtime=0.2
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 693 0 0 0 19 1 0 0 15 0 9 0 27729155 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30366] ppid=30356 vsize=867696 CPUtime=0
/proc/30358/task/30366/stat : 30366 (java) S 30356 30358 28996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27729155 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30367] ppid=30356 vsize=867696 CPUtime=0
/proc/30358/task/30367/stat : 30367 (java) S 30356 30358 28996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27729155 888520704 18656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867696

[startup+3.10268 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 30367
/proc/meminfo: memFree=1636400/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=868168 CPUtime=3.05
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 36194 709 1 0 262 28 14 1 18 0 9 0 27729151 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 217042 27072 2636 9 0 211500 0
[pid=30358/tid=30359] ppid=30356 vsize=868168 CPUtime=2.46
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 17259 709 1 0 212 19 14 1 23 0 9 0 27729152 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=868168 CPUtime=0.41
/proc/30358/task/30360/stat : 30360 (java) R 30356 30358 28996 0 -1 64 17243 709 0 0 21 5 14 1 16 0 9 0 27729153 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 103830913 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=868168 CPUtime=0.15
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 16 709 0 0 0 0 14 1 16 0 9 0 27729153 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=868168 CPUtime=0.15
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 5 709 0 0 0 0 14 1 16 0 9 0 27729153 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=868168 CPUtime=0.15
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 27729155 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=868168 CPUtime=0.43
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 856 709 0 0 27 1 14 1 15 0 9 0 27729155 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30366] ppid=30356 vsize=868168 CPUtime=0.15
/proc/30358/task/30366/stat : 30366 (java) S 30356 30358 28996 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 27729155 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30367] ppid=30356 vsize=868168 CPUtime=0.15
/proc/30358/task/30367/stat : 30367 (java) S 30356 30358 28996 0 -1 64 12 709 0 0 0 0 14 1 15 0 9 0 27729155 889004032 27072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868168

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

[startup+4.70287 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 30371
/proc/meminfo: memFree=1590832/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=868112 CPUtime=4.63
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 59844 709 1 0 412 36 14 1 18 0 9 0 27729151 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 217028 36514 2639 9 0 211486 0
[pid=30358/tid=30359] ppid=30356 vsize=868112 CPUtime=3.74
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 29960 709 1 0 337 22 14 1 25 0 9 0 27729152 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4127359920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=868112 CPUtime=0.62
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 28055 709 0 0 37 10 14 1 16 0 9 0 27729153 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 27729153 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 9 709 0 0 0 0 14 1 15 0 9 0 27729153 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 27729155 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=868112 CPUtime=0.52
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 984 709 0 0 36 1 14 1 15 0 9 0 27729155 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30366] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30366/stat : 30366 (java) S 30356 30358 28996 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 27729155 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30367] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30367/stat : 30367 (java) S 30356 30358 28996 0 -1 64 12 709 0 0 0 0 14 1 15 0 9 0 27729155 888946688 36514 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 868112

[startup+5.10291 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 30371
/proc/meminfo: memFree=1590832/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=868112 CPUtime=5.03
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 59895 709 1 0 452 36 14 1 18 0 9 0 27729151 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 217028 36516 2639 9 0 211486 0
[pid=30358/tid=30359] ppid=30356 vsize=868112 CPUtime=4.13
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 30009 709 1 0 376 22 14 1 25 0 9 0 27729152 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4127349084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=868112 CPUtime=0.62
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 28055 709 0 0 37 10 14 1 16 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 9 709 0 0 0 0 14 1 15 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=868112 CPUtime=0.53
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 986 709 0 0 37 1 14 1 15 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30366] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30366/stat : 30366 (java) S 30356 30358 28996 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30367] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30367/stat : 30367 (java) S 30356 30358 28996 0 -1 64 12 709 0 0 0 0 14 1 15 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 868112

[startup+5.50796 s]
/proc/loadavg: 2.14 2.03 2.01 3/90 30371
/proc/meminfo: memFree=1590768/2055920 swapFree=4192812/4192956
[pid=30358] ppid=30356 vsize=868112 CPUtime=5.43
/proc/30358/stat : 30358 (java) S 30356 30358 28996 0 -1 0 59929 709 1 0 492 36 14 1 18 0 9 0 27729151 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30358/statm: 217028 36516 2639 9 0 211486 0
[pid=30358/tid=30359] ppid=30356 vsize=868112 CPUtime=4.53
/proc/30358/task/30359/stat : 30359 (java) R 30356 30358 28996 0 -1 64 30016 709 1 0 416 22 14 1 25 0 9 0 27729152 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4127350167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30360] ppid=30356 vsize=868112 CPUtime=0.62
/proc/30358/task/30360/stat : 30360 (java) S 30356 30358 28996 0 -1 64 28055 709 0 0 37 10 14 1 17 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30361] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30361/stat : 30361 (java) S 30356 30358 28996 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30362] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30362/stat : 30362 (java) S 30356 30358 28996 0 -1 64 9 709 0 0 0 0 14 1 15 0 9 0 27729153 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30363] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30363/stat : 30363 (java) S 30356 30358 28996 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30364] ppid=30356 vsize=868112 CPUtime=0.53
/proc/30358/task/30364/stat : 30364 (java) S 30356 30358 28996 0 -1 64 987 709 0 0 37 1 14 1 15 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30366] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30366/stat : 30366 (java) S 30356 30358 28996 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30358/tid=30367] ppid=30356 vsize=868112 CPUtime=0.15
/proc/30358/task/30367/stat : 30367 (java) S 30356 30358 28996 0 -1 64 38 709 0 0 0 0 14 1 15 0 9 0 27729155 888946688 36516 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 5.60111
CPU time (s): 5.50916
CPU user time (s): 5.10622
CPU system time (s): 0.402938
CPU usage (%): 98.3584
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.10622
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60683
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= 1875
involuntary context switches= 2146

runsolver used 0.007998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 15:50:38
IDJOB=2095139
IDBENCH=54909
IDSOLVER=773
FILE ID=node73/2095139-1247406638
PBS_JOBID= 9510504
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-21-06.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-2095139-1247406638/watcher-2095139-1247406638 -o /tmp/evaluation-result-2095139-1247406638/solver-2095139-1247406638 -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-2095139-1247406638.xml

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

MD5SUM BENCH= b7eaa1a6ce2ae448b5a507a71a65348b
RANDOM SEED=357199144

node73.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.213
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.213
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:       1727576 kB
Buffers:         34344 kB
Cached:         137152 kB
SwapCached:          0 kB
Active:         168844 kB
Inactive:       104264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4960 kB
Writeback:           0 kB
Mapped:         122112 kB
Slab:            40248 kB
Committed_AS:   989168 kB
PageTables:       1956 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= 66480 MiB
End job on node73 at 2009-07-12 15:50:44