Trace number 2096609

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 9.94849 10.0426

DiagnosticValue
CHECKS632546
NODES849

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-07.xml
MD5SUM0a686702ca9a26462bbb33f67d4dcac6
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.50362
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096609-1247410402.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=446  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11596
0.28/0.39	       =>  wckTime=0.146  cpuTime=0.13  mem=9M843
0.28/0.39	   
0.28/0.39	   relations being loaded...
1.48/1.58	   
1.48/1.58	   predicates being loaded...
1.58/1.64	   
1.58/1.64	   constraints being loaded...
2.21/2.24	   Too large in ConstraintConflictsSTructure
2.30/2.33	   Too large in ConstraintConflictsSTructure
2.40/2.48	   Too large in ConstraintConflictsSTructure
2.50/2.53	   Too large in ConstraintConflictsSTructure
2.60/2.61	   Too large in ConstraintConflictsSTructure
2.69/2.71	   Too large in ConstraintConflictsSTructure
4.57/4.62	     nbConstraints=3889  nbRelationTypes=10  nbGlobalConstraints=174  nbExtensionStructures=10
4.57/4.62	     nbSharedExtensionStructures=164  nbConflictsStructures=4  nbSharedConflictsStructures=144
4.57/4.62	     nbUnbuiltConflictsStructures=16  nbSharedBinaryRepresentations=0  nbEvaluationManagers=10
4.57/4.62	     nbSharedEvaluationManagers=3705  minDegree=6  maxDegree=126  minArity=3  avgArity=8.72  maxArity=24  nbGenerators=0
4.57/4.62	     nbFusions=0  symmetryWckTime=0.507  symmetryCpuTime=0.24
4.57/4.62	       =>  wckTime=4.372  cpuTime=3.55  mem=108M704
4.76/4.90	   
4.76/4.90	   solver IterativeSystematicSolver being built... 
5.37/5.42	   
5.37/5.42	   INFO : Forward propagation technique limited 
5.37/5.49	       =>  wckTime=5.248  cpuTime=3.95  mem=153M812
5.95/6.05	   
5.95/6.05	   preprocessing
5.95/6.05	     nbConstraintChecks=0  nbValidityChecks=4898399  nbPropagations=483  nbRevisions=0  nbUselessRevisions=0
5.95/6.05	     nbRemovedValues=200  detectedInconsistency=no
5.95/6.05	       =>  wckTime=0.551  cpuTime=0.52  mem=155M859
9.84/9.96	   
9.84/9.96	   search
9.84/9.96	     run=1  nbConstraintChecks=632546  nbValidityChecks=27470916  minDepth=394  maxDepth=446  nbPropagations=9986
9.84/9.96	     nbRevisions=315693  nbUselessRevisions=315605  nbAssignments=849  nbFailedAssignments=13  nbBacktracks=2
9.84/9.96	     nbVisitedNodes=864  nbRestartNogoods=9  nbFoundSolutions=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
9.84/9.96	     nbSEliminables=0  nbREliminables=101.79  nbIEliminables=219.81  nbDEliminables=0  nbPEliminables=0
9.84/9.96	       =>  wckTime=4.464  cpuTime=4.35  mem=157M841
9.84/9.96	   
9.84/9.96	   global
9.84/9.96	     nbConstraintChecks=632546  nbValidityChecks=32369315  nbPropagations=10469  nbRevisions=315693
9.84/9.96	     nbUselessRevisions=315605  nbRestartNogoods=9  solvingWckTime=4.466  solvingCpuTime=4.35  expiredTime=no
9.84/9.96	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.29  globalCpuTime=8.35
9.84/9.96	       =>  wckTime=9.718  cpuTime=8.31  mem=157M841
9.84/9.96	   
9.84/9.96	s SATISFIABLE
9.84/9.96	v 5 8 19 18 10 0 13 0 10 5 0 17 0 3 18 4 12 4 18 0 1 0 19 8 11 4 0 11 4 23 8 6 20 0 21 0 17 8 4 13 14 13 17 4 15 14 13 18 4 3 8 17 4 2 19 8 14 13 13 4 11 4 18 19 14 12 15 4 4 21 14 8 11 4 7 0 19 4 4 2 20 15 8 4 18 15 4 8 13 4 11 0 17 4 2 4 11 4 10 0 18 7 4 17 5 0 13 4 4 2 0 12 0 15 0 13 4 18 0 13 19 4 18 15 11 8 4 22 7 8 15 12 0 8 17 8 0 18 1 14 20 17 17 0 2 7 4 18 7 0 17 3 1 14 15 18 4 19 11 0 17 21 4 2 0 8 13 18 0 8 4 4 20 4 19 17 8 15 0 17 19 8 18 19 4 6 14 12 24 8 4 18 0 17 18 18 0 15 0 0 2 4 4 13 15 0 13 4 2 0 20 18 4 15 4 19 17 8 19 19 0 17 4 1 14 17 0 0 11 14 18 4 18 0 1 8 4 18 1 8 17 17 1 0 3 4 17 2 0 20 18 2 14 16 18 7 14 11 14 4 3 17 8 4 2 17 14 12 11 4 2 7 18 14 20 5 0 17 4 19 0 8 4 2 7 0 19 18 19 17 8 4 10 4 11 20 13 3 13 4 2 4 18 18 0 8 17 4 1 0 8 4 0 8 18 15 0 19 4 0 13 4 4 15 0 13 4 4 15 4 17 8 4 15 14 18 4 4 0 13 4 18 21 0 11 18 4 18 4 15 4 4 2 0 13 4 5 0 17 19 18 18 0 17 11 17 8 5 15 0 8 19 2 0 18 0 8 18 2 17 0 19 2 7 0 4 13 11 8 0 18 18 4 17 0 8 19 0 13 19 8 21 8 17 0 20 23 18 14 20 2 8 4 19 0 17 19 4 6 20 4 4 4 0 12 8 4 19 0 8 4 18 18 2 8 4 17 18 0 12 4 18 15 4 18 4 
9.84/9.96	d NODES 849
9.84/9.96	d CHECKS 632546
9.84/9.97	   
9.84/9.97	   totalWckTime=9.785  totalCpuTime=8.36

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-2096609-1247410402/watcher-2096609-1247410402 -o /tmp/evaluation-result-2096609-1247410402/solver-2096609-1247410402 -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-2096609-1247410402.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.14 2.07 1.95 4/81 2178
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=18576 CPUtime=0
/proc/2178/stat : 2178 (runsolver) R 2176 2178 32171 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28104917 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2178/statm: 4644 284 249 26 0 2626 0

[startup+0.0658689 s]
/proc/loadavg: 2.14 2.07 1.95 4/81 2178
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=864024 CPUtime=0.05
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 2876 0 1 0 4 1 0 0 18 0 9 0 28104917 884760576 2398 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216006 2398 1138 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101877 s]
/proc/loadavg: 2.14 2.07 1.95 4/81 2178
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=865984 CPUtime=0.08
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 3742 0 1 0 7 1 0 0 18 0 9 0 28104917 886767616 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216496 3210 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301918 s]
/proc/loadavg: 2.14 2.07 1.95 4/81 2178
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=866380 CPUtime=0.28
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 5997 0 1 0 25 3 0 0 18 0 9 0 28104917 887173120 5363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216595 5363 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702 s]
/proc/loadavg: 2.14 2.07 1.95 4/81 2178
/proc/meminfo: memFree=1744672/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=867096 CPUtime=0.7
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 16430 0 1 0 63 7 0 0 18 0 9 0 28104917 887906304 15792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216774 15794 1999 9 0 211232 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 867096

[startup+1.50217 s]
/proc/loadavg: 2.14 2.07 1.95 3/79 2210
/proc/meminfo: memFree=1747248/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=867096 CPUtime=1.48
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 24170 0 1 0 137 11 0 0 18 0 9 0 28104917 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216774 23528 2012 9 0 211232 0
[pid=2178/tid=2180] ppid=2176 vsize=867096 CPUtime=1.29
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 15716 0 1 0 122 7 0 0 25 0 9 0 28104918 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4126405480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=867096 CPUtime=0.08
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 7287 0 0 0 5 3 0 0 16 0 9 0 28104920 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=867096 CPUtime=0
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28104920 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2183] ppid=2176 vsize=867096 CPUtime=0
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28104920 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2184] ppid=2176 vsize=867096 CPUtime=0
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28104922 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=867096 CPUtime=0.08
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 465 0 0 0 8 0 0 0 16 0 9 0 28104922 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=867096 CPUtime=0
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28104922 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=867096 CPUtime=0
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28104922 887906304 23528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867096

[startup+3.10249 s]
/proc/loadavg: 2.14 2.07 1.95 4/90 2226
/proc/meminfo: memFree=1697688/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=867708 CPUtime=3.09
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 34541 0 1 0 289 20 0 0 18 0 9 0 28104917 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 216927 33864 2033 9 0 211385 0
[pid=2178/tid=2180] ppid=2176 vsize=867708 CPUtime=2.58
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 15842 0 1 0 246 12 0 0 25 0 9 0 28104918 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2181] ppid=2176 vsize=867708 CPUtime=0.28
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 17283 0 0 0 21 7 0 0 16 0 9 0 28104920 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2182] ppid=2176 vsize=867708 CPUtime=0
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28104920 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=867708 CPUtime=0
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28104920 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=867708 CPUtime=0
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28104922 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=867708 CPUtime=0.21
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 714 0 0 0 21 0 0 0 15 0 9 0 28104922 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2186] ppid=2176 vsize=867712 CPUtime=0
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28104922 888537088 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=867708 CPUtime=0
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28104922 888532992 33864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867708

[startup+6.30114 s]
/proc/loadavg: 2.21 2.09 1.96 3/90 2231
/proc/meminfo: memFree=1500688/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=6.25
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78580 893 1 0 562 42 19 2 18 0 9 0 28104917 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46816 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=5.09
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 29898 893 1 0 464 24 19 2 25 0 9 0 28104918 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4127345389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 16 0 9 0 28104920 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.56
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1004 893 0 0 34 1 19 2 15 0 9 0 28104922 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868208

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

[startup+7.90247 s]
/proc/loadavg: 2.43 2.14 1.97 3/90 2235
/proc/meminfo: memFree=1450704/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=7.84
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78833 893 1 0 720 43 19 2 18 0 9 0 28104917 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46823 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=6.68
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 30143 893 1 0 622 25 19 2 25 0 9 0 28104918 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4127343356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 17 0 9 0 28104920 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.58
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1012 893 0 0 36 1 19 2 15 0 9 0 28104922 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 868208

[startup+8.70263 s]
/proc/loadavg: 2.43 2.14 1.97 3/90 2235
/proc/meminfo: memFree=1430736/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=8.64
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78839 893 1 0 800 43 19 2 18 0 9 0 28104917 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46826 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=7.47
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 30145 893 1 0 701 25 19 2 25 0 9 0 28104918 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4127305682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 17 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.58
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1016 893 0 0 36 1 19 2 15 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 868208

[startup+9.50279 s]
/proc/loadavg: 2.43 2.14 1.97 3/90 2235
/proc/meminfo: memFree=1430736/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=9.44
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78839 893 1 0 880 43 19 2 18 0 9 0 28104917 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46826 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=8.26
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 30145 893 1 0 780 25 19 2 25 0 9 0 28104918 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4127356564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 16 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.58
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1016 893 0 0 36 1 19 2 15 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46826 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.44
Current children cumulated vsize (KiB) 868208

[startup+9.90688 s]
/proc/loadavg: 2.43 2.14 1.97 4/90 2235
/proc/meminfo: memFree=1430736/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=9.84
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78840 893 1 0 920 43 19 2 18 0 9 0 28104917 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46827 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=8.66
/proc/2178/task/2180/stat : 2180 (java) R 2176 2178 32171 0 -1 64 30145 893 1 0 820 25 19 2 25 0 9 0 28104918 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 16 0 9 0 28104920 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.58
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1017 893 0 0 36 1 19 2 15 0 9 0 28104922 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 868208

[startup+10.0019 s]
/proc/loadavg: 2.43 2.14 1.97 4/90 2235
/proc/meminfo: memFree=1430736/2055920 swapFree=4192812/4192956
[pid=2178] ppid=2176 vsize=868208 CPUtime=9.9
/proc/2178/stat : 2178 (java) S 2176 2178 32171 0 -1 0 78848 893 1 0 926 43 19 2 18 0 9 0 28104917 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2178/statm: 217052 46830 2661 9 0 211488 0
[pid=2178/tid=2180] ppid=2176 vsize=868208 CPUtime=8.72
/proc/2178/task/2180/stat : 2180 (java) S 2176 2178 32171 0 -1 64 30152 893 1 0 826 25 19 2 25 0 9 0 28104918 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2181] ppid=2176 vsize=868208 CPUtime=0.97
/proc/2178/task/2181/stat : 2181 (java) S 2176 2178 32171 0 -1 64 46788 893 0 0 62 14 19 2 16 0 9 0 28104920 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2182] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2182/stat : 2182 (java) S 2176 2178 32171 0 -1 64 22 893 0 0 0 0 19 2 16 0 9 0 28104920 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2183] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2183/stat : 2183 (java) S 2176 2178 32171 0 -1 64 19 893 0 0 0 0 19 2 15 0 9 0 28104920 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2178/tid=2184] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2184/stat : 2184 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 18 0 9 0 28104922 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2185] ppid=2176 vsize=868208 CPUtime=0.59
/proc/2178/task/2185/stat : 2185 (java) S 2176 2178 32171 0 -1 64 1018 893 0 0 37 1 19 2 15 0 9 0 28104922 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2186] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2186/stat : 2186 (java) S 2176 2178 32171 0 -1 64 1 893 0 0 0 0 19 2 19 0 9 0 28104922 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2178/tid=2187] ppid=2176 vsize=868208 CPUtime=0.21
/proc/2178/task/2187/stat : 2187 (java) S 2176 2178 32171 0 -1 64 39 893 0 0 0 0 19 2 15 0 9 0 28104922 889044992 46830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 868208

Child status: 0
Real time (s): 10.0426
CPU time (s): 9.94849
CPU user time (s): 9.45956
CPU system time (s): 0.488925
CPU usage (%): 99.0625
Max. virtual memory (cumulated for all children) (KiB): 873324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.45956
system time used= 0.488925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79770
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= 1921
involuntary context switches= 2097

runsolver used 0.016997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 16:53:23
IDJOB=2096609
IDBENCH=56495
IDSOLVER=773
FILE ID=node80/2096609-1247410402
PBS_JOBID= 9510490
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 0a686702ca9a26462bbb33f67d4dcac6
RANDOM SEED=1423260761

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745152 kB
Buffers:         37040 kB
Cached:         130308 kB
SwapCached:          0 kB
Active:         182996 kB
Inactive:        71820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13952 kB
Writeback:           0 kB
Mapped:         107928 kB
Slab:            41156 kB
Committed_AS:  1017468 kB
PageTables:       1932 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= 66348 MiB
End job on node80 at 2009-07-12 16:53:33