Trace number 1068062

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 10.3664 10.479

DiagnosticValue
CHECKS2336370
NODES3048

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-03.xml
MD5SUM29659e98fde4041d7f30db71ecb3a91d
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 benchmark2.19867
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.29	     name=HOME/instance-1068062-1215152225.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.41	     nbVariables=362  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9412
0.38/0.41	       =>  wckTime=0.162  cpuTime=0.13  mem=8M894
0.38/0.41	   
0.38/0.41	   relations being loaded...
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
0.88/0.94	   Too large in ConstraintConflictsSTructure
0.88/0.97	   Too large in ConstraintConflictsSTructure
0.88/0.98	   Too large in ConstraintConflictsSTructure
0.88/1.00	   Too large in ConstraintConflictsSTructure
2.06/2.19	     nbConstraints=2140  nbRelationTypes=8  nbGlobalConstraints=144  nbExtensionStructures=8
2.06/2.19	     nbSharedExtensionStructures=136  nbConflictsStructures=4  nbSharedConflictsStructures=116
2.06/2.19	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.06/2.19	     nbSharedEvaluationManagers=1988  minDegree=10  maxDegree=82  minArity=3  avgArity=8.89  maxArity=22  nbGenerators=0
2.06/2.19	     nbFusions=0  symmetryWckTime=0.415  symmetryCpuTime=0.19
2.06/2.19	       =>  wckTime=1.937  cpuTime=1.44  mem=20M927
2.25/2.31	   
2.25/2.31	   solver IterativeSystematicSolver being built... 
2.55/2.65	   
2.55/2.65	   INFO : Forward propagation technique limited 
2.65/2.73	       =>  wckTime=2.479  cpuTime=1.75  mem=70M318
2.85/2.90	   
2.85/2.90	   preprocessing
2.85/2.90	     nbConstraintChecks=0  nbValidityChecks=759765  nbPropagations=406  nbRevisions=0  nbUselessRevisions=0
2.85/2.90	     nbRemovedValues=481  detectedInconsistency=no
2.85/2.90	       =>  wckTime=0.165  cpuTime=0.14  mem=72M304
4.24/4.33	   
4.24/4.36	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=73M338)
10.28/10.44	   
10.28/10.44	   search
10.28/10.44	     run=8  nbConstraintChecks=2336373  nbValidityChecks=25992008  minDepth=15  maxDepth=362  nbPropagations=146480
10.28/10.44	     nbRevisions=2183694  nbUselessRevisions=2183512  nbAssignments=3048  nbFailedAssignments=552  nbBacktracks=1215
10.28/10.44	     nbVisitedNodes=3905  nbRestartNogoods=82  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=67.09
10.28/10.44	     nbIEliminables=271.34  nbDEliminables=0  nbPEliminables=0
10.28/10.44	       =>  wckTime=7.703  cpuTime=7.52  mem=73M338
10.28/10.44	   
10.28/10.44	   global
10.28/10.44	     nbConstraintChecks=2336373  nbValidityChecks=26751773  nbPropagations=146886  nbRevisions=2183694
10.28/10.44	     nbUselessRevisions=2183512  nbRestartNogoods=82  solvingWckTime=7.705  solvingCpuTime=7.52  expiredTime=no
10.28/10.44	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.26  globalCpuTime=9.3
10.28/10.44	       =>  wckTime=10.188  cpuTime=9.27  mem=73M338
10.28/10.44	   
10.28/10.44	s SATISFIABLE
10.28/10.44	v 19 0 15 4 15 0 3 3 4 20 2 4 18 19 0 7 11 4 11 11 0 15 20 12 0 4 17 17 14 17 2 14 2 14 0 13 2 0 17 19 17 4 4 18 8 4 13 0 17 14 2 2 14 19 14 6 1 0 8 17 3 2 0 19 18 10 8 11 11 7 0 8 10 20 13 0 0 2 15 8 19 4 12 8 12 15 14 17 17 0 3 11 4 17 18 13 20 6 12 14 4 0 18 2 4 13 19 0 20 17 4 11 8 20 18 6 11 0 17 4 17 0 11 18 19 14 13 18 4 2 4 3 4 1 17 20 19 0 11 3 17 0 6 17 0 4 18 8 19 4 0 17 8 18 4 13 4 0 18 4 19 20 1 0 18 7 0 3 1 20 18 7 13 13 4 15 14 18 4 20 17 4 17 17 0 13 19 11 0 15 14 17 8 4 13 19 0 11 12 0 2 4 9 8 11 11 12 4 3 20 18 0 14 21 8 3 1 20 19 0 11 8 0 5 0 12 8 13 4 0 12 4 11 8 0 18 19 0 17 11 4 19 8 17 4 13 4 18 15 0 13 8 0 17 3 4 13 6 8 13 4 11 8 13 18 15 14 19 0 13 19 8 2 6 14 15 11 4 3 0 17 4 18 13 0 8 21 4 18 13 20 5 5 0 13 19 8 4 19 0 12 5 8 17 18 19 19 4 0 13 14 1 4 11 3 0 21 8 19 8 18 8 18 18 8 0 11 1 0 11 18 0 20 19 8 11 4 2 14 18 19 15 0 18 18 2 17 4 18 18 15 4 3 0 11 4 17 4 0 13 19 4 
10.28/10.44	d NODES 3048
10.28/10.44	d CHECKS 2336373
10.28/10.44	   
10.28/10.44	   totalWckTime=10.254  totalCpuTime=9.3

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-1068062-1215152225/watcher-1068062-1215152225 -o /tmp/evaluation-result-1068062-1215152225/solver-1068062-1215152225 -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-1068062-1215152225.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: 2.10 2.02 2.01 3/82 29765
/proc/meminfo: memFree=1055312/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=1616 CPUtime=0
/proc/29765/stat : 29765 (java) R 29763 29765 26033 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 239317532 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/29765/statm: 404 148 122 9 0 46 0

[startup+0.0943991 s]
/proc/loadavg: 2.10 2.02 2.01 3/82 29765
/proc/meminfo: memFree=1055312/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=866708 CPUtime=0.08
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 3649 0 1 0 6 2 0 0 18 0 9 0 239317532 887508992 3134 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 216677 3134 1676 9 0 211232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866708

[startup+0.1024 s]
/proc/loadavg: 2.10 2.02 2.01 3/82 29765
/proc/meminfo: memFree=1055312/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=866708 CPUtime=0.08
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 3694 0 1 0 6 2 0 0 18 0 9 0 239317532 887508992 3169 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 216677 3169 1685 9 0 211232 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866708

[startup+0.301418 s]
/proc/loadavg: 2.10 2.02 2.01 3/82 29765
/proc/meminfo: memFree=1055312/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=866924 CPUtime=0.28
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 5848 0 1 0 24 4 0 0 18 0 9 0 239317532 887730176 5222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 216731 5223 1953 9 0 211259 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866924

[startup+0.701459 s]
/proc/loadavg: 2.10 2.02 2.01 3/82 29765
/proc/meminfo: memFree=1055312/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868036 CPUtime=0.68
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 10015 0 1 0 61 7 0 0 18 0 9 0 239317532 888868864 9375 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217009 9376 2011 9 0 211515 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868036

[startup+1.50254 s]
/proc/loadavg: 2.10 2.02 2.01 4/91 29774
/proc/meminfo: memFree=1003784/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=867948 CPUtime=1.47
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 19669 0 1 0 127 20 0 0 18 0 9 0 239317532 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 216987 19002 2007 9 0 211515 0
[pid=29765/tid=29767] ppid=29763 vsize=867948 CPUtime=1.16
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 15762 0 1 0 99 17 0 0 25 0 9 0 239317533 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29768] ppid=29763 vsize=867948 CPUtime=0.04
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 2466 0 0 0 4 0 0 0 16 0 9 0 239317535 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29769] ppid=29763 vsize=867948 CPUtime=0
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 239317535 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29770] ppid=29763 vsize=867948 CPUtime=0
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 239317535 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29771] ppid=29763 vsize=867948 CPUtime=0
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 239317537 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=867948 CPUtime=0.24
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 743 0 0 0 23 1 0 0 16 0 9 0 239317537 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29773] ppid=29763 vsize=867948 CPUtime=0
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 239317537 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=867948 CPUtime=0
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 239317537 888778752 19002 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867948

[startup+3.10213 s]
/proc/loadavg: 2.10 2.02 2.01 5/93 29778
/proc/meminfo: memFree=974392/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=3.06
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44151 620 1 0 264 31 10 1 18 0 9 0 239317532 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27263 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=2.34
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23473 620 1 0 202 21 10 1 20 0 9 0 239317533 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 16 0 9 0 239317535 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.46
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1001 620 0 0 34 1 10 1 15 0 9 0 239317537 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 8 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27263 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868476

[startup+6.30105 s]
/proc/loadavg: 2.17 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955904/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=6.22
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44207 620 1 0 580 31 10 1 18 0 9 0 239317532 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27284 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=5.47
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23481 620 1 0 514 22 10 1 17 0 9 0 239317533 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4127251696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 16 0 9 0 239317535 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.51
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1024 620 0 0 39 1 10 1 15 0 9 0 239317537 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868476

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

[startup+7.90222 s]
/proc/loadavg: 2.17 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955840/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=7.8
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44208 620 1 0 738 31 10 1 18 0 9 0 239317532 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27285 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=7.05
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23481 620 1 0 672 22 10 1 25 0 9 0 239317533 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4127291445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 17 0 9 0 239317535 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.51
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1025 620 0 0 39 1 10 1 16 0 9 0 239317537 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27285 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 868476

[startup+9.50238 s]
/proc/loadavg: 2.17 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955840/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=9.39
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44252 620 1 0 897 31 10 1 18 0 9 0 239317532 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27290 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=8.63
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23483 620 1 0 830 22 10 1 25 0 9 0 239317533 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4127291452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 17 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.53
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1067 620 0 0 40 2 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 868476

[startup+9.90743 s]
/proc/loadavg: 2.16 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955776/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=9.79
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44252 620 1 0 937 31 10 1 18 0 9 0 239317532 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27290 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=9.03
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23483 620 1 0 870 22 10 1 25 0 9 0 239317533 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4127230498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 17 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.53
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1067 620 0 0 40 2 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 868476

[startup+10.3025 s]
/proc/loadavg: 2.16 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955776/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=10.18
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44252 620 1 0 976 31 10 1 18 0 9 0 239317532 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27290 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=9.42
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23483 620 1 0 909 22 10 1 25 0 9 0 239317533 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4127289583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.53
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1067 620 0 0 40 2 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 868476

[startup+10.4025 s]
/proc/loadavg: 2.16 2.04 2.01 3/91 29778
/proc/meminfo: memFree=955776/2055912 swapFree=4178532/4192956
[pid=29765] ppid=29763 vsize=868476 CPUtime=10.28
/proc/29765/stat : 29765 (java) S 29763 29765 26033 0 -1 0 44252 620 1 0 986 31 10 1 18 0 9 0 239317532 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29765/statm: 217119 27290 2637 9 0 211625 0
[pid=29765/tid=29767] ppid=29763 vsize=868476 CPUtime=9.52
/proc/29765/task/29767/stat : 29767 (java) R 29763 29765 26033 0 -1 64 23483 620 1 0 919 22 10 1 25 0 9 0 239317533 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4127285440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29768] ppid=29763 vsize=868476 CPUtime=0.42
/proc/29765/task/29768/stat : 29768 (java) S 29763 29765 26033 0 -1 64 18846 620 0 0 26 5 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29769] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29769/stat : 29769 (java) S 29763 29765 26033 0 -1 64 19 620 0 0 0 0 10 1 16 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29770] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29770/stat : 29770 (java) S 29763 29765 26033 0 -1 64 10 620 0 0 0 0 10 1 15 0 9 0 239317535 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29771] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29771/stat : 29771 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 23 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29772] ppid=29763 vsize=868476 CPUtime=0.53
/proc/29765/task/29772/stat : 29772 (java) S 29763 29765 26033 0 -1 64 1067 620 0 0 40 2 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29765/tid=29773] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29773/stat : 29773 (java) S 29763 29765 26033 0 -1 64 1 620 0 0 0 0 10 1 24 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29765/tid=29774] ppid=29763 vsize=868476 CPUtime=0.11
/proc/29765/task/29774/stat : 29774 (java) S 29763 29765 26033 0 -1 64 33 620 0 0 0 0 10 1 15 0 9 0 239317537 889319424 27290 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 868476

Child status: 0
Real time (s): 10.479
CPU time (s): 10.3664
CPU user time (s): 10.0175
CPU system time (s): 0.348946
CPU usage (%): 98.9255
Max. virtual memory (cumulated for all children) (KiB): 868520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0175
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44906
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= 2080
involuntary context switches= 2271

runsolver used 0.010998 second user time and 0.051992 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 08:17:05
IDJOB=1068062
IDBENCH=55471
IDSOLVER=363
FILE ID=node78/1068062-1215152225
PBS_JOBID= 7877272
Free space on /tmp= 126864 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-03.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-1068062-1215152225/watcher-1068062-1215152225 -o /tmp/evaluation-result-1068062-1215152225/solver-1068062-1215152225 -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-1068062-1215152225.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 29659e98fde4041d7f30db71ecb3a91d
RANDOM SEED=418141973

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
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.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1055792 kB
Buffers:         28284 kB
Cached:         142020 kB
SwapCached:       7584 kB
Active:         878664 kB
Inactive:        66040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1055792 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:         791276 kB
Slab:            39064 kB
Committed_AS:  1368620 kB
PageTables:       3140 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node78 at 2008-07-04 08:17:16