Trace number 2097782

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 ESACUNSAT 28.9816 29.1835

DiagnosticValue
CHECKS874658
NODES0

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9816
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2097782-1247414024.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.59	     nbVariables=1500  nbDomainTypes=13  minDomainSize=42  maxDomainSize=310  nbTotalValues=436967
0.48/0.59	       =>  wckTime=0.341  cpuTime=0.24  mem=23M560
0.48/0.59	   
0.48/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
20.68/20.86	   
20.68/20.86	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 46M942)
27.62/27.82	     nbConstraints=13446  nbGlobalConstraints=7  nbMergedConstraints=11970  nbConvertedConstraints=494
27.62/27.82	     nbConvertConstraintsChecks=40515728  nbExtensionStructures=453  nbSharedExtensionStructures=111
27.62/27.82	     nbConflictsStructures=548  nbSharedConflictsStructures=152  nbUnbuiltConflictsStructures=9271
27.62/27.82	     nbSharedBinaryRepresentations=200278  nbEvaluationManagers=9366  nbSharedEvaluationManagers=3579  minDegree=3
27.62/27.82	     maxDegree=23  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=1.913
27.62/27.82	     symmetryCpuTime=1.59  nbCliques=7
27.62/27.82	       =>  wckTime=27.568  cpuTime=26.15  mem=73M815
27.92/28.18	   
27.92/28.18	   solver IterativeSystematicSolver being built... 
28.23/28.46	   
28.23/28.46	   INFO : Forward propagation technique limited 
28.43/28.64	       =>  wckTime=28.392  cpuTime=26.48  mem=114M805
28.92/29.11	   
28.92/29.11	   preprocessing
28.92/29.11	     nbConstraintChecks=874658  nbValidityChecks=18049  nbPropagations=27  nbRevisions=514  nbUselessRevisions=262
28.92/29.11	     nbRemovedValues=20900  detectedInconsistency=yes
28.92/29.11	       =>  wckTime=0.45  cpuTime=0.42  mem=114M805
28.92/29.11	   
28.92/29.11	   global
28.92/29.11	     nbConstraintChecks=874658  nbValidityChecks=18049  nbPropagations=27  nbRevisions=514  nbUselessRevisions=262
28.92/29.11	     nbRestartNogoods=0  solvingWckTime=0.453  solvingCpuTime=0.43  expiredTime=no  totalExploration=yes
28.92/29.11	     nbFoundSolutions=0  globalCpuTime=26.95
28.92/29.11	       =>  wckTime=28.856  cpuTime=26.92  mem=115M811
28.92/29.11	   
28.92/29.11	s UNSATISFIABLE
28.92/29.11	d NODES 0
28.92/29.11	d CHECKS 874658
28.92/29.12	   
28.92/29.12	   totalWckTime=28.933  totalCpuTime=26.95

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097782-1247414024/watcher-2097782-1247414024 -o /tmp/evaluation-result-2097782-1247414024/solver-2097782-1247414024 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097782-1247414024.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.37 2.09 2.03 4/81 31988
/proc/meminfo: memFree=1641376/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=152 CPUtime=0
/proc/31988/stat : 31988 (java) R 31986 31988 30038 0 -1 0 205 0 0 0 0 0 0 0 21 0 1 0 28467999 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4735780 0 0 4096 0 0 0 0 17 0 0 0
/proc/31988/statm: 38 26 19 9 0 4 0

[startup+0.0270141 s]
/proc/loadavg: 2.37 2.09 2.03 4/81 31988
/proc/meminfo: memFree=1641376/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=861936 CPUtime=0.01
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 1899 0 1 0 0 1 0 0 21 0 5 0 28467999 882622464 1580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 215484 1584 699 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102014 s]
/proc/loadavg: 2.37 2.09 2.03 4/81 31988
/proc/meminfo: memFree=1641376/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=865980 CPUtime=0.08
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 3747 0 1 0 7 1 0 0 21 0 9 0 28467999 886763520 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216495 3213 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301039 s]
/proc/loadavg: 2.37 2.09 2.03 4/81 31988
/proc/meminfo: memFree=1641376/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=866380 CPUtime=0.28
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 5931 0 1 0 24 4 0 0 21 0 9 0 28467999 887173120 5297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216595 5298 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701077 s]
/proc/loadavg: 2.37 2.09 2.03 4/81 31988
/proc/meminfo: memFree=1641376/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867588 CPUtime=0.68
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 11677 0 1 0 60 8 0 0 21 0 9 0 28467999 888410112 11031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216897 11031 2039 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50216 s]
/proc/loadavg: 2.37 2.09 2.03 3/90 31997
/proc/meminfo: memFree=1587416/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867500 CPUtime=1.47
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 20781 0 1 0 136 11 0 0 21 0 9 0 28467999 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216875 20109 2029 9 0 211333 0
[pid=31988/tid=31990] ppid=31986 vsize=867500 CPUtime=1.22
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 15795 0 1 0 114 8 0 0 25 0 9 0 28468000 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4126769103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867500 CPUtime=0.06
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 3644 0 0 0 5 1 0 0 16 0 9 0 28468001 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867500 CPUtime=0.16
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 642 0 0 0 16 0 0 0 16 0 9 0 28468003 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 20109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468003 888320000 20109 996147200 134512640 134550932 4294955968 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) 867500

[startup+3.10133 s]
/proc/loadavg: 2.34 2.09 2.03 3/90 31997
/proc/meminfo: memFree=1556440/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867500 CPUtime=3.06
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 23843 0 1 0 294 12 0 0 21 0 9 0 28467999 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216875 23167 2032 9 0 211333 0
[pid=31988/tid=31990] ppid=31986 vsize=867500 CPUtime=2.7
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 15831 0 1 0 262 8 0 0 25 0 9 0 28468000 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4126932354 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867500 CPUtime=0.15
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 6652 0 0 0 13 2 0 0 17 0 9 0 28468001 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867500 CPUtime=0.18
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 660 0 0 0 18 0 0 0 15 0 9 0 28468003 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 23167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468003 888320000 23167 996147200 134512640 134550932 4294955968 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) 867500

[startup+6.30267 s]
/proc/loadavg: 2.34 2.09 2.03 3/90 31997
/proc/meminfo: memFree=1555800/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867500 CPUtime=6.25
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 23873 0 1 0 612 13 0 0 21 0 9 0 28467999 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216875 23194 2032 9 0 211333 0
[pid=31988/tid=31990] ppid=31986 vsize=867500 CPUtime=5.86
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 15836 0 1 0 577 9 0 0 25 0 9 0 28468000 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4126156096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867500 CPUtime=0.15
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 6652 0 0 0 13 2 0 0 16 0 9 0 28468001 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867500 CPUtime=0.21
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 685 0 0 0 21 0 0 0 16 0 9 0 28468003 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468003 888320000 23194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867500

[startup+12.7013 s]
/proc/loadavg: 2.29 2.09 2.03 3/90 31997
/proc/meminfo: memFree=1546080/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867500 CPUtime=12.62
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 26327 0 1 0 1247 15 0 0 21 0 9 0 28467999 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216875 25646 2032 9 0 211333 0
[pid=31988/tid=31990] ppid=31986 vsize=867500 CPUtime=12.1
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 15838 0 1 0 1200 10 0 0 25 0 9 0 28468000 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4126927688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867500 CPUtime=0.27
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 9101 0 0 0 25 2 0 0 17 0 9 0 28468001 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867500 CPUtime=0.21
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 688 0 0 0 21 0 0 0 16 0 9 0 28468003 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468003 888320000 25646 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867500

[startup+25.5027 s]
/proc/loadavg: 2.32 2.10 2.03 3/90 31997
/proc/meminfo: memFree=1527584/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867500 CPUtime=25.36
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 31625 0 1 0 2517 19 0 0 21 0 9 0 28467999 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216875 30935 2033 9 0 211333 0
[pid=31988/tid=31990] ppid=31986 vsize=867500 CPUtime=24.34
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 15849 0 1 0 2423 11 0 0 25 0 9 0 28468000 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 102884349 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867500 CPUtime=0.71
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 14363 0 0 0 66 5 0 0 16 0 9 0 28468001 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468001 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867500 CPUtime=0.27
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 713 0 0 0 26 1 0 0 16 0 9 0 28468003 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28468003 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867500 CPUtime=0
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28468003 888320000 30935 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 867500

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

[startup+27.1028 s]
/proc/loadavg: 2.32 2.10 2.03 3/92 31999
/proc/meminfo: memFree=1515664/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867824 CPUtime=26.93
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 35250 940 1 0 2656 22 14 1 21 0 9 0 28467999 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216956 32389 2045 9 0 211414 0
[pid=31988/tid=31990] ppid=31986 vsize=867824 CPUtime=25.78
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 17757 940 1 0 2551 12 14 1 25 0 9 0 28468000 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4127248364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867824 CPUtime=0.96
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 15799 940 0 0 75 6 14 1 16 0 9 0 28468001 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867824 CPUtime=0.45
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 855 940 0 0 29 1 14 1 15 0 9 0 28468003 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 9 940 0 0 0 0 14 1 15 0 9 0 28468003 888651776 32389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 867824

[startup+27.9029 s]
/proc/loadavg: 2.38 2.11 2.04 3/90 32001
/proc/meminfo: memFree=1518936/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867824 CPUtime=27.72
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 46313 940 1 0 2734 23 14 1 21 0 9 0 28467999 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216956 32502 2085 9 0 211414 0
[pid=31988/tid=31990] ppid=31986 vsize=867824 CPUtime=26.48
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 19644 940 1 0 2621 12 14 1 25 0 9 0 28468000 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867824 CPUtime=1.04
/proc/31988/task/31991/stat : 31991 (java) R 31986 31988 30038 0 -1 64 24960 940 0 0 82 7 14 1 16 0 9 0 28468001 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 103731993 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 16 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 5 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867824 CPUtime=0.46
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 871 940 0 0 30 1 14 1 16 0 9 0 28468003 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 9 940 0 0 0 0 14 1 15 0 9 0 28468003 888651776 32502 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.72
Current children cumulated vsize (KiB) 867824

[startup+28.702 s]
/proc/loadavg: 2.38 2.11 2.04 4/90 32001
/proc/meminfo: memFree=1502872/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867824 CPUtime=28.52
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 70703 940 1 0 2807 30 14 1 21 0 9 0 28467999 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216956 41327 2641 9 0 211414 0
[pid=31988/tid=31990] ppid=31986 vsize=867824 CPUtime=26.85
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 30881 940 1 0 2656 14 14 1 25 0 9 0 28468000 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4126966840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867824 CPUtime=1.4
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 38054 940 0 0 114 11 14 1 16 0 9 0 28468001 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 20 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 30 940 0 0 0 0 14 1 15 0 9 0 28468001 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867824 CPUtime=0.51
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 900 940 0 0 35 1 14 1 15 0 9 0 28468003 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 9 940 0 0 0 0 14 1 15 0 9 0 28468003 888651776 41327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 867824

[startup+29.1011 s]
/proc/loadavg: 2.38 2.11 2.04 4/90 32001
/proc/meminfo: memFree=1502872/2055920 swapFree=4192812/4192956
[pid=31988] ppid=31986 vsize=867824 CPUtime=28.92
/proc/31988/stat : 31988 (java) S 31986 31988 30038 0 -1 0 70712 940 1 0 2847 30 14 1 21 0 9 0 28467999 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31988/statm: 216956 41334 2641 9 0 211414 0
[pid=31988/tid=31990] ppid=31986 vsize=867824 CPUtime=27.24
/proc/31988/task/31990/stat : 31990 (java) R 31986 31988 30038 0 -1 64 30883 940 1 0 2695 14 14 1 25 0 9 0 28468000 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4126927697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31991] ppid=31986 vsize=867824 CPUtime=1.4
/proc/31988/task/31991/stat : 31991 (java) S 31986 31988 30038 0 -1 64 38054 940 0 0 114 11 14 1 16 0 9 0 28468001 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31992] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31992/stat : 31992 (java) S 31986 31988 30038 0 -1 64 20 940 0 0 0 0 14 1 16 0 9 0 28468001 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31993] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31993/stat : 31993 (java) S 31986 31988 30038 0 -1 64 30 940 0 0 0 0 14 1 15 0 9 0 28468001 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31994] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31994/stat : 31994 (java) S 31986 31988 30038 0 -1 64 1 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31995] ppid=31986 vsize=867824 CPUtime=0.52
/proc/31988/task/31995/stat : 31995 (java) S 31986 31988 30038 0 -1 64 907 940 0 0 36 1 14 1 15 0 9 0 28468003 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31996] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31996/stat : 31996 (java) S 31986 31988 30038 0 -1 64 0 940 0 0 0 0 14 1 25 0 9 0 28468003 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31988/tid=31997] ppid=31986 vsize=867824 CPUtime=0.15
/proc/31988/task/31997/stat : 31997 (java) S 31986 31988 30038 0 -1 64 9 940 0 0 0 0 14 1 15 0 9 0 28468003 888651776 41334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.92
Current children cumulated vsize (KiB) 867824

Child status: 0
Real time (s): 29.1835
CPU time (s): 28.9816
CPU user time (s): 28.6326
CPU system time (s): 0.348946
CPU usage (%): 99.3081
Max. virtual memory (cumulated for all children) (KiB): 873400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6326
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= 71686
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= 2751
involuntary context switches= 3638

runsolver used 0.041993 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 17:53:44
IDJOB=2097782
IDBENCH=57745
IDSOLVER=774
FILE ID=node79/2097782-1247414024
PBS_JOBID= 9510492
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097782-1247414024/watcher-2097782-1247414024 -o /tmp/evaluation-result-2097782-1247414024/solver-2097782-1247414024 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097782-1247414024.xml

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

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=1184030525

node79.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.229
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.229
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:       1641856 kB
Buffers:         40228 kB
Cached:         160236 kB
SwapCached:          0 kB
Active:         253972 kB
Inactive:       100004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5596 kB
Writeback:           0 kB
Mapped:         173980 kB
Slab:            45112 kB
Committed_AS:  1023896 kB
PageTables:       2060 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= 66344 MiB
End job on node79 at 2009-07-12 17:54:13