Trace number 2097932

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 27.3478 27.4623

DiagnosticValue
CHECKS207354
NODES0

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-3.xml
MD5SUM1d1f1cebdc92b091f3f5ffe18a2e82b4
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 benchmark27.3478
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2097932-1247414176.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.58/0.62	     nbVariables=2000  nbDomainTypes=26  minDomainSize=46  maxDomainSize=454  nbTotalValues=750979
0.58/0.62	       =>  wckTime=0.381  cpuTime=0.28  mem=34M252
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
20.55/20.64	   
20.55/20.64	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 69M462)
26.22/26.40	     nbConstraints=10067  nbMergedConstraints=8533  nbConvertedConstraints=331  nbConvertConstraintsChecks=43650754
26.22/26.40	     nbExtensionStructures=292  nbSharedExtensionStructures=67  nbConflictsStructures=542
26.22/26.40	     nbSharedConflictsStructures=193  nbUnbuiltConflictsStructures=6944  nbSharedBinaryRepresentations=173743
26.22/26.40	     nbEvaluationManagers=7194  nbSharedEvaluationManagers=2542  minDegree=2  maxDegree=13  minArity=2  maxArity=2
26.22/26.40	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.514  symmetryCpuTime=1.32
26.22/26.40	       =>  wckTime=26.153  cpuTime=25.14  mem=93M932
26.62/26.74	   
26.62/26.74	   solver IterativeSystematicSolver being built... 
27.11/27.20	       =>  wckTime=26.957  cpuTime=25.44  mem=111M818
27.22/27.37	   
27.22/27.37	   preprocessing
27.22/27.37	     nbConstraintChecks=207354  nbValidityChecks=3829  nbPropagations=17  nbRevisions=256  nbUselessRevisions=124
27.22/27.37	     nbRemovedValues=17018  detectedInconsistency=yes
27.22/27.38	       =>  wckTime=0.16  cpuTime=0.14  mem=111M818
27.22/27.38	   
27.22/27.38	   global
27.22/27.38	     nbConstraintChecks=207354  nbValidityChecks=3829  nbPropagations=17  nbRevisions=256  nbUselessRevisions=124
27.22/27.38	     nbRestartNogoods=0  solvingWckTime=0.163  solvingCpuTime=0.14  expiredTime=no  totalExploration=yes
27.22/27.38	     nbFoundSolutions=0  globalCpuTime=25.63
27.22/27.38	       =>  wckTime=27.135  cpuTime=25.6  mem=111M818
27.22/27.38	   
27.22/27.38	s UNSATISFIABLE
27.22/27.38	d NODES 0
27.22/27.38	d CHECKS 207354
27.22/27.38	   
27.22/27.38	   totalWckTime=27.206  totalCpuTime=25.64

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-2097932-1247414176/watcher-2097932-1247414176 -o /tmp/evaluation-result-2097932-1247414176/solver-2097932-1247414176 -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-2097932-1247414176.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.04 2.03 2.00 4/81 30878
/proc/meminfo: memFree=1757632/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=1520 CPUtime=0
/proc/30878/stat : 30878 (java) R 30876 30878 29143 0 -1 0 93 0 0 0 0 0 0 0 21 0 1 0 28482241 1556480 75 996147200 134512640 134550932 4294956128 18446744073709551615 11631380 0 0 4096 0 0 0 0 17 0 0 0
/proc/30878/statm: 380 75 56 9 0 10 0

[startup+0.0396691 s]
/proc/loadavg: 2.04 2.03 2.00 4/81 30878
/proc/meminfo: memFree=1757632/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=861936 CPUtime=0.02
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 2296 0 1 0 1 1 0 0 18 0 5 0 28482241 882622464 1896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.109106 s]
/proc/loadavg: 2.04 2.03 2.00 4/81 30878
/proc/meminfo: memFree=1757632/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=865984 CPUtime=0.09
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 3930 0 1 0 7 2 0 0 18 0 9 0 28482241 886767616 3361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216496 3361 1761 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301134 s]
/proc/loadavg: 2.04 2.03 2.00 4/81 30878
/proc/meminfo: memFree=1757632/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=866380 CPUtime=0.29
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 6055 0 1 0 25 4 0 0 18 0 9 0 28482241 887173120 5421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216595 5421 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.70117 s]
/proc/loadavg: 2.04 2.03 2.00 4/81 30878
/proc/meminfo: memFree=1757632/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867588 CPUtime=0.68
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 13973 0 1 0 60 8 0 0 18 0 9 0 28482241 888410112 13327 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216897 13327 2037 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867588

[startup+1.50226 s]
/proc/loadavg: 2.12 2.04 2.01 4/90 30887
/proc/meminfo: memFree=1679160/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867500 CPUtime=1.48
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 22382 0 1 0 135 13 0 0 18 0 9 0 28482241 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216875 21711 2029 9 0 211333 0
[pid=30878/tid=30880] ppid=30876 vsize=867500 CPUtime=1.22
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 15795 0 1 0 112 10 0 0 25 0 9 0 28482242 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 102142579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867500 CPUtime=0.05
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 5244 0 0 0 4 1 0 0 17 0 9 0 28482243 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28482245 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867500 CPUtime=0.18
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 642 0 0 0 18 0 0 0 15 0 9 0 28482245 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28482245 888320000 21711 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482245 888320000 21711 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) 867500

[startup+3.10244 s]
/proc/loadavg: 2.12 2.04 2.01 2/77 30906
/proc/meminfo: memFree=1749216/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867500 CPUtime=3.07
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 25463 0 1 0 292 15 0 0 18 0 9 0 28482241 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216875 24788 2032 9 0 211333 0
[pid=30878/tid=30880] ppid=30876 vsize=867500 CPUtime=2.7
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 15829 0 1 0 260 10 0 0 20 0 9 0 28482242 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4126930103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867500 CPUtime=0.14
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 8273 0 0 0 11 3 0 0 16 0 9 0 28482243 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28482245 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867500 CPUtime=0.2
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 660 0 0 0 20 0 0 0 15 0 9 0 28482245 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28482245 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482245 888320000 24788 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867500

[startup+6.30179 s]
/proc/loadavg: 2.12 2.04 2.01 3/90 30922
/proc/meminfo: memFree=1703608/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867500 CPUtime=6.25
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 25491 0 1 0 610 15 0 0 18 0 9 0 28482241 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216875 24813 2032 9 0 211333 0
[pid=30878/tid=30880] ppid=30876 vsize=867500 CPUtime=5.86
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 15834 0 1 0 576 10 0 0 17 0 9 0 28482242 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4126932343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867500 CPUtime=0.14
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 8273 0 0 0 11 3 0 0 16 0 9 0 28482243 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28482245 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867500 CPUtime=0.22
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 683 0 0 0 22 0 0 0 16 0 9 0 28482245 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28482245 888320000 24813 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482245 888320000 24813 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) 867500

[startup+12.7015 s]
/proc/loadavg: 2.17 2.06 2.01 3/90 30922
/proc/meminfo: memFree=1677112/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867500 CPUtime=12.66
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 25495 0 1 0 1250 16 0 0 18 0 9 0 28482241 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216875 24815 2032 9 0 211333 0
[pid=30878/tid=30880] ppid=30876 vsize=867500 CPUtime=12.26
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 15836 0 1 0 1215 11 0 0 25 0 9 0 28482242 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4126929143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867500 CPUtime=0.14
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 8273 0 0 0 11 3 0 0 16 0 9 0 28482243 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28482243 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28482245 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867500 CPUtime=0.22
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 685 0 0 0 22 0 0 0 16 0 9 0 28482245 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28482245 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867500 CPUtime=0
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482245 888320000 24815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867500

[startup+25.5029 s]
/proc/loadavg: 2.15 2.06 2.01 4/91 30926
/proc/meminfo: memFree=1639088/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867824 CPUtime=25.43
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 32882 781 1 0 2511 21 10 1 18 0 9 0 28482241 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216956 30624 2045 9 0 211414 0
[pid=30878/tid=30880] ppid=30876 vsize=867824 CPUtime=24.54
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 17132 781 1 0 2431 12 10 1 25 0 9 0 28482242 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4126927697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867824 CPUtime=0.66
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 14056 781 0 0 49 6 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 781 0 0 0 0 10 1 18 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867824 CPUtime=0.42
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 851 781 0 0 30 1 10 1 16 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 781 0 0 0 0 10 1 19 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 11 781 0 0 0 0 10 1 15 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 867824

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

[startup+26.303 s]
/proc/loadavg: 2.29 2.09 2.02 2/77 30947
/proc/meminfo: memFree=1725512/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867824 CPUtime=26.22
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 34640 781 1 0 2589 22 10 1 18 0 9 0 28482241 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216956 30624 2045 9 0 211414 0
[pid=30878/tid=30880] ppid=30876 vsize=867824 CPUtime=25.32
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 18889 781 1 0 2509 12 10 1 25 0 9 0 28482242 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4126927553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867824 CPUtime=0.66
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 14056 781 0 0 49 6 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 16 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 5 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 781 0 0 0 0 10 1 18 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867824 CPUtime=0.42
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 851 781 0 0 30 1 10 1 16 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 781 0 0 0 0 10 1 19 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 14 781 0 0 0 0 10 1 15 0 9 0 28482245 888651776 30624 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.22
Current children cumulated vsize (KiB) 867824

[startup+27.1021 s]
/proc/loadavg: 2.29 2.09 2.02 2/77 30947
/proc/meminfo: memFree=1725512/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867912 CPUtime=27.01
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 64629 781 1 0 2662 28 10 1 18 0 9 0 28482241 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216978 36566 2661 9 0 211414 0
[pid=30878/tid=30880] ppid=30876 vsize=867912 CPUtime=25.68
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 26700 781 1 0 2543 14 10 1 25 0 9 0 28482242 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867912 CPUtime=1.04
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 36157 781 0 0 83 10 10 1 16 0 9 0 28482243 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867912 CPUtime=0.11
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 20 781 0 0 0 0 10 1 16 0 9 0 28482243 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867912 CPUtime=0.11
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 24 781 0 0 0 0 10 1 15 0 9 0 28482243 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867912 CPUtime=0.11
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 781 0 0 0 0 10 1 18 0 9 0 28482245 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867912 CPUtime=0.47
/proc/30878/task/30885/stat : 30885 (java) R 30876 30878 29143 0 -1 64 903 781 0 0 35 1 10 1 16 0 9 0 28482245 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 102573896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867912 CPUtime=0.11
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 781 0 0 0 0 10 1 19 0 9 0 28482245 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867912 CPUtime=0.11
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 14 781 0 0 0 0 10 1 15 0 9 0 28482245 888741888 36566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.01
Current children cumulated vsize (KiB) 867912

[startup+27.3021 s]
/proc/loadavg: 2.29 2.09 2.02 2/77 30947
/proc/meminfo: memFree=1725512/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867824 CPUtime=27.22
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 69727 781 1 0 2680 31 10 1 18 0 9 0 28482241 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216956 41459 2641 9 0 211414 0
[pid=30878/tid=30880] ppid=30876 vsize=867824 CPUtime=25.81
/proc/30878/task/30880/stat : 30880 (java) R 30876 30878 29143 0 -1 64 26727 781 1 0 2556 14 10 1 25 0 9 0 28482242 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4127413165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867824 CPUtime=1.09
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 41213 781 0 0 86 12 10 1 16 0 9 0 28482243 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 20 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 29 781 0 0 0 0 10 1 15 0 9 0 28482243 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 781 0 0 0 0 10 1 18 0 9 0 28482245 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867824 CPUtime=0.48
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 913 781 0 0 36 1 10 1 15 0 9 0 28482245 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 781 0 0 0 0 10 1 19 0 9 0 28482245 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 14 781 0 0 0 0 10 1 15 0 9 0 28482245 888651776 41459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.22
Current children cumulated vsize (KiB) 867824

[startup+27.4021 s]
/proc/loadavg: 2.29 2.09 2.02 3/90 30965
/proc/meminfo: memFree=1654744/2055920 swapFree=4192812/4192956
[pid=30878] ppid=30876 vsize=867824 CPUtime=27.3
/proc/30878/stat : 30878 (java) S 30876 30878 29143 0 -1 0 69736 781 1 0 2688 31 10 1 18 0 9 0 28482241 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30878/statm: 216956 41463 2641 9 0 211414 0
[pid=30878/tid=30880] ppid=30876 vsize=867824 CPUtime=25.89
/proc/30878/task/30880/stat : 30880 (java) S 30876 30878 29143 0 -1 64 26733 781 1 0 2564 14 10 1 25 0 9 0 28482242 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30881] ppid=30876 vsize=867824 CPUtime=1.09
/proc/30878/task/30881/stat : 30881 (java) S 30876 30878 29143 0 -1 64 41213 781 0 0 86 12 10 1 16 0 9 0 28482243 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30882] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30882/stat : 30882 (java) S 30876 30878 29143 0 -1 64 20 781 0 0 0 0 10 1 16 0 9 0 28482243 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30883] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30883/stat : 30883 (java) S 30876 30878 29143 0 -1 64 29 781 0 0 0 0 10 1 15 0 9 0 28482243 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30884] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30884/stat : 30884 (java) S 30876 30878 29143 0 -1 64 2 781 0 0 0 0 10 1 18 0 9 0 28482245 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30885] ppid=30876 vsize=867824 CPUtime=0.49
/proc/30878/task/30885/stat : 30885 (java) S 30876 30878 29143 0 -1 64 916 781 0 0 37 1 10 1 15 0 9 0 28482245 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30886] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30886/stat : 30886 (java) S 30876 30878 29143 0 -1 64 0 781 0 0 0 0 10 1 19 0 9 0 28482245 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30878/tid=30887] ppid=30876 vsize=867824 CPUtime=0.11
/proc/30878/task/30887/stat : 30887 (java) S 30876 30878 29143 0 -1 64 14 781 0 0 0 0 10 1 15 0 9 0 28482245 888651776 41463 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.3
Current children cumulated vsize (KiB) 867824

Child status: 0
Real time (s): 27.4623
CPU time (s): 27.3478
CPU user time (s): 26.9969
CPU system time (s): 0.350946
CPU usage (%): 99.5834
Max. virtual memory (cumulated for all children) (KiB): 867912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9969
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70546
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= 2556
involuntary context switches= 2258

runsolver used 0.042993 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 17:56:16
IDJOB=2097932
IDBENCH=58020
IDSOLVER=774
FILE ID=node91/2097932-1247414176
PBS_JOBID= 9510469
Free space on /tmp= 66220 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-3.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-2097932-1247414176/watcher-2097932-1247414176 -o /tmp/evaluation-result-2097932-1247414176/solver-2097932-1247414176 -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-2097932-1247414176.xml

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

MD5SUM BENCH= 1d1f1cebdc92b091f3f5ffe18a2e82b4
RANDOM SEED=1208968135

node91.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.241
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.241
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:       1758048 kB
Buffers:         40256 kB
Cached:         107712 kB
SwapCached:          0 kB
Active:         189824 kB
Inactive:        55312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4900 kB
Writeback:           0 kB
Mapped:         117608 kB
Slab:            37776 kB
Committed_AS:  1003216 kB
PageTables:       1904 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= 66216 MiB
End job on node91 at 2009-07-12 17:56:44