Trace number 231732

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, and are wall clock time (not CPU 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 109 ACSAT 4.17237 4.25047

DiagnosticValue
CHECKS23241404
NODES15142

General information on the benchmark

Namegeom/
geo50-20-d4-75-73_ext.xml
MD5SUM9a9a7267ea5fd64dd8e46fb651783c82
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.00554
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/231732-1168081187/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.113  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.67	     nbConstraints=470  nbRelationTypes=470  nbExtensionStructures=470  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=470  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4582  maxDegree=31
0.67	     maxArity=2
0.67	       =>  wckTime=0.37  cpuTime=0.26  mem=15M744
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.559  cpuTime=0.38  mem=15M233
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87	     detectedInconsistency=no
0.87	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M233
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=45582  nbPropagations=617  nbRevisions=6977  nbUselessRevisions=5710  nbAssignments=26
0.91	     nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.053  cpuTime=0.04  mem=15M233
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=69257  nbPropagations=1568  nbRevisions=17376  nbUselessRevisions=14171  nbAssignments=53
0.93	     nbFailedAssignments=12  nbBacktracks=29  nbVisitedNodes=77  nbRestartNogoods=2  mapSize=17  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.073  cpuTime=0.05  mem=15M233
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=126261  nbPropagations=3279  nbRevisions=36866  nbUselessRevisions=30058
0.95	     nbAssignments=97  nbFailedAssignments=22  nbBacktracks=56  nbVisitedNodes=143  nbRestartNogoods=3  mapSize=36
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.092  cpuTime=0.06  mem=15M233
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=197383  nbPropagations=5884  nbRevisions=67562  nbUselessRevisions=55078
0.97	     nbAssignments=152  nbFailedAssignments=36  nbBacktracks=89  nbVisitedNodes=231  nbRestartNogoods=6  mapSize=62
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.108  cpuTime=0.08  mem=15M233
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=347577  nbPropagations=10199  nbRevisions=123577  nbUselessRevisions=100708
1.00	     nbAssignments=248  nbFailedAssignments=73  nbBacktracks=142  nbVisitedNodes=391  nbRestartNogoods=10  mapSize=107
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.137  cpuTime=0.1  mem=15M233
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=524170  nbPropagations=16547  nbRevisions=207815  nbUselessRevisions=169197
1.03	     nbAssignments=378  nbFailedAssignments=114  nbBacktracks=224  nbVisitedNodes=601  nbRestartNogoods=14  mapSize=164
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.171  cpuTime=0.13  mem=15M233
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=782978  nbPropagations=25952  nbRevisions=336276  nbUselessRevisions=274211
1.08	     nbAssignments=560  nbFailedAssignments=172  nbBacktracks=341  nbVisitedNodes=904  nbRestartNogoods=16  mapSize=254
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.22  cpuTime=0.18  mem=15M233
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1275869  nbPropagations=40420  nbRevisions=530382  nbUselessRevisions=430174
1.16	     nbAssignments=852  nbFailedAssignments=288  nbBacktracks=511  nbVisitedNodes=1413  nbRestartNogoods=23  mapSize=396
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.304  cpuTime=0.26  mem=15M233
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1889155  nbPropagations=61614  nbRevisions=812774  nbUselessRevisions=655765
1.27	     nbAssignments=1260  nbFailedAssignments=435  nbBacktracks=767  nbVisitedNodes=2093  nbRestartNogoods=28
1.27	     mapSize=591  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.407  cpuTime=0.36  mem=15M233
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=2706383  nbPropagations=91023  nbRevisions=1202733  nbUselessRevisions=964111
1.40	     nbAssignments=1824  nbFailedAssignments=608  nbBacktracks=1152  nbVisitedNodes=2997  nbRestartNogoods=36
1.40	     mapSize=842  nbInferences=1  nbTooLargeKeys=0
1.40	       =>  wckTime=0.542  cpuTime=0.48  mem=15M233
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M233)
1.62	   
1.62	   search
1.62	     run=10  nbConstraintChecks=4178348  nbPropagations=136486  nbRevisions=1819492  nbUselessRevisions=1455765
1.62	     nbAssignments=2746  nbFailedAssignments=947  nbBacktracks=1728  nbVisitedNodes=4579  nbRestartNogoods=45
1.62	       =>  wckTime=0.76  cpuTime=0.68  mem=15M233
1.85	   
1.85	   search
1.85	     run=11  nbConstraintChecks=5778525  nbPropagations=199536  nbRevisions=2661628  nbUselessRevisions=2120708
1.85	     nbAssignments=3956  nbFailedAssignments=1284  nbBacktracks=2596  nbVisitedNodes=6455  nbRestartNogoods=57
1.85	       =>  wckTime=0.989  cpuTime=0.91  mem=15M233
2.35	   
2.35	   search
2.35	     run=12  nbConstraintChecks=9290147  nbPropagations=303143  nbRevisions=4112674  nbUselessRevisions=3281264
2.35	     nbAssignments=6143  nbFailedAssignments=2165  nbBacktracks=3894  nbVisitedNodes=10330  nbRestartNogoods=63
2.35	       =>  wckTime=1.487  cpuTime=1.4  mem=15M233
3.03	   
3.03	   search
3.03	     run=13  nbConstraintChecks=14287765  nbPropagations=461085  nbRevisions=6360494  nbUselessRevisions=5084392
3.03	     nbAssignments=9400  nbFailedAssignments=3471  nbBacktracks=5840  nbVisitedNodes=16024  nbRestartNogoods=73
3.03	       =>  wckTime=2.169  cpuTime=2.08  mem=15M233
3.95	   
3.95	   search
3.95	     run=14  nbConstraintChecks=21280376  nbPropagations=690629  nbRevisions=9552754  nbUselessRevisions=7617017
3.95	     nbAssignments=13853  nbFailedAssignments=4997  nbBacktracks=8760  nbVisitedNodes=23404  nbRestartNogoods=78
3.95	       =>  wckTime=3.095  cpuTime=3.0  mem=15M233
4.22	   
4.22	   search
4.22	     run=15  nbConstraintChecks=23241404  nbPropagations=941217  nbRevisions=13017982  nbUselessRevisions=10361677
4.22	     nbAssignments=15142  nbFailedAssignments=5440  nbBacktracks=9556  nbVisitedNodes=25539  nbRestartNogoods=90
4.22	       =>  wckTime=3.366  cpuTime=3.26  mem=15M233
4.23	   
4.23	   global
4.23	     nbConstraintChecks=23241404  nbPropagations=941267  nbRevisions=13017982  nbUselessRevisions=10361677
4.23	     nbRestartNogoods=90  solvingWckTime=3.368  solvingCpuTime=3.27  expiredTime=no  totalExploration=no
4.23	     nbFoundSolutions=1  globalCpuTime=3.7
4.23	       =>  wckTime=3.929  cpuTime=3.65  mem=15M233
4.23	   
4.23	s SATISFIABLE
4.23	v 18 9 2 17 17 20 19 15 2 18 13 12 2 17 19 12 12 20 8 6 15 20 9 10 17 11 11 19 8 18 16 16 2 11 12 19 9 2 16 2 14 19 10 3 6 6 19 8 9 11 
4.23	d NODES 15142
4.23	d CHECKS 23241404
4.23	   
4.23	   totalWckTime=4.004  totalCpuTime=3.7

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-231732-1168081187 -o ROOT/results/node51/solver-231732-1168081187 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231732-1168081187/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.00 0.99 1.00 3/80 986
/proc/meminfo: memFree=1423544/2055920 swapFree=4192812/4192956
[pid=985] ppid=983 vsize=18540 CPUtime=0
/proc/985/stat : 985 (runsolver) R 983 985 862 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156519938 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/985/statm: 4635 279 244 17 0 2626 0

[startup+0.107683 s]
/proc/loadavg: 1.00 0.99 1.00 3/80 986
/proc/meminfo: memFree=1423544/2055920 swapFree=4192812/4192956
[pid=985] ppid=983 vsize=914988 CPUtime=0.08
/proc/985/stat : 985 (java) R 983 985 862 0 -1 0 3047 0 1 0 7 1 0 0 24 0 8 0 156519938 936947712 2793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153794785 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/985/statm: 228747 2793 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.519753 s]
/proc/loadavg: 1.00 0.99 1.00 3/80 986
/proc/meminfo: memFree=1423544/2055920 swapFree=4192812/4192956
[pid=985] ppid=983 vsize=915328 CPUtime=0.48
/proc/985/stat : 985 (java) R 983 985 862 0 -1 0 6932 0 1 0 44 4 0 0 25 0 8 0 156519938 937295872 6671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/985/statm: 228832 6671 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34189 s]
/proc/loadavg: 1.00 0.99 1.00 3/87 993
/proc/meminfo: memFree=1397952/2055920 swapFree=4192812/4192956
[pid=985] ppid=983 vsize=915460 CPUtime=1.29
/proc/985/stat : 985 (java) R 983 985 862 0 -1 0 9115 0 1 0 123 6 0 0 25 0 8 0 156519938 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072946252 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/985/statm: 228865 8853 2513 14 0 215335 0
[pid=985/tid=987] ppid=983 vsize=915460 CPUtime=0.03
/proc/985/task/987/stat : 987 (java) S 983 985 862 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156519942 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=988] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/988/stat : 988 (java) S 983 985 862 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156519943 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=989] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/989/stat : 989 (java) S 983 985 862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156519943 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=990] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/990/stat : 990 (java) S 983 985 862 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156519946 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=991] ppid=983 vsize=915460 CPUtime=0.21
/proc/985/task/991/stat : 991 (java) S 983 985 862 0 -1 64 385 0 0 0 20 1 0 0 15 0 8 0 156519946 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=992] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/992/stat : 992 (java) S 983 985 862 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156519946 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=993] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/993/stat : 993 (java) S 983 985 862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156519946 937431040 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.97917 s]
/proc/loadavg: 1.00 0.99 1.00 3/87 993
/proc/meminfo: memFree=1397888/2055920 swapFree=4192812/4192956
[pid=985] ppid=983 vsize=915460 CPUtime=2.91
/proc/985/stat : 985 (java) R 983 985 862 0 -1 0 9126 0 1 0 285 6 0 0 25 0 8 0 156519938 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073868572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/985/statm: 228865 8863 2513 14 0 215335 0
[pid=985/tid=987] ppid=983 vsize=915460 CPUtime=0.03
/proc/985/task/987/stat : 987 (java) S 983 985 862 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156519942 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=988] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/988/stat : 988 (java) S 983 985 862 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156519943 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=989] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/989/stat : 989 (java) S 983 985 862 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156519943 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=990] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/990/stat : 990 (java) S 983 985 862 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156519946 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=991] ppid=983 vsize=915460 CPUtime=0.23
/proc/985/task/991/stat : 991 (java) S 983 985 862 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 156519946 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=992] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/992/stat : 992 (java) S 983 985 862 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156519946 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=985/tid=993] ppid=983 vsize=915460 CPUtime=0
/proc/985/task/993/stat : 993 (java) S 983 985 862 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156519946 937431040 8863 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 4.25047
CPU time (s): 4.17237
CPU user time (s): 4.10438
CPU system time (s): 0.067989
CPU usage (%): 98.1624
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.10438
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9134
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= 1267
involuntary context switches= 1530

runsolver used 0.005999 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 11:00:01 UTC 2007


IDJOB= 231732
IDBENCH= 6482
FILE ID= node51/231732-1168081187

PBS_JOBID= 3476194

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-73_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231732-1168081187/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-231732-1168081187 -o ROOT/results/node51/solver-231732-1168081187 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231732-1168081187/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9a9a7267ea5fd64dd8e46fb651783c82

RANDOM SEED= 744866910

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.277
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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1424208 kB
Buffers:         32976 kB
Cached:         475256 kB
SwapCached:          0 kB
Active:          99740 kB
Inactive:       462268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1424208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          74036 kB
Slab:            55052 kB
Committed_AS:  3881244 kB
PageTables:       1896 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= 66545 MiB



End job on node51 on Sat Jan  6 11:00:20 UTC 2007