Trace number 204885

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 ESACSAT 2.81057 3.02265

DiagnosticValue
CHECKS10465335
NODES10150

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-1_ext.xml
MD5SUM5e681ac7a12a04ac5988065e5a2a9781
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 benchmark0.137978
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints225
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension225
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.47	   
0.47	Abscon 109 (November, 2006)
0.47	   
0.47	   configuration
0.47	     name=esac.xml
0.50	   
0.50	   instance
0.50	     name=/tmp/evaluation/204885-1168166958/unknown.xml
0.54	   
0.54	   domains being loaded...
0.54	   
0.54	   variables being loaded...
0.58	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.58	       =>  wckTime=0.107  cpuTime=0.1  mem=6M951
0.58	   
0.58	   relations being loaded...
0.65	   
0.65	   constraints being loaded...
0.75	     nbConstraints=225  nbRelationTypes=225  nbExtensionStructures=225  nbSharedExtensionStructures=0
0.75	     nbConflictsStructures=225  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2813  maxDegree=20
0.75	     maxArity=2
0.75	       =>  wckTime=0.278  cpuTime=0.2  mem=10M861
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.495  cpuTime=0.35  mem=14M684
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=37849  nbPropagations=696  nbRevisions=5120  nbUselessRevisions=4077  nbSingletonTests=40
1.02	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
1.02	       =>  wckTime=0.046  cpuTime=0.02  mem=14M684
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=24735  nbPropagations=1139  nbRevisions=10050  nbUselessRevisions=8041  nbAssignments=24
1.04	     nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.07  cpuTime=0.04  mem=14M684
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=60805  nbPropagations=2914  nbRevisions=26454  nbUselessRevisions=21232  nbAssignments=61
1.06	     nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=89  nbRestartNogoods=5  mapSize=22  nbInferences=0
1.06	     nbTooLargeKeys=0
1.06	       =>  wckTime=0.088  cpuTime=0.05  mem=14M684
1.08	   
1.08	   search
1.08	     run=2  nbConstraintChecks=116322  nbPropagations=5634  nbRevisions=54220  nbUselessRevisions=43446
1.08	     nbAssignments=107  nbFailedAssignments=37  nbBacktracks=49  nbVisitedNodes=173  nbRestartNogoods=7  mapSize=44
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.11  cpuTime=0.07  mem=14M684
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=179191  nbPropagations=9441  nbRevisions=94605  nbUselessRevisions=75688
1.09	     nbAssignments=167  nbFailedAssignments=62  nbBacktracks=82  nbVisitedNodes=281  nbRestartNogoods=11  mapSize=77
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.125  cpuTime=0.08  mem=14M684
1.12	   
1.12	   search
1.12	     run=4  nbConstraintChecks=270834  nbPropagations=14753  nbRevisions=152239  nbUselessRevisions=121329
1.12	     nbAssignments=258  nbFailedAssignments=100  nbBacktracks=133  nbVisitedNodes=439  nbRestartNogoods=13  mapSize=122
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.147  cpuTime=0.1  mem=14M684
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=414140  nbPropagations=22417  nbRevisions=238843  nbUselessRevisions=189771
1.15	     nbAssignments=398  nbFailedAssignments=160  nbBacktracks=208  nbVisitedNodes=689  nbRestartNogoods=16  mapSize=188
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.183  cpuTime=0.13  mem=14M684
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=668811  nbPropagations=34239  nbRevisions=375539  nbUselessRevisions=297449
1.21	     nbAssignments=644  nbFailedAssignments=277  nbBacktracks=323  nbVisitedNodes=1119  nbRestartNogoods=26  mapSize=290
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.237  cpuTime=0.18  mem=14M684
1.27	   
1.27	   search
1.27	     run=7  nbConstraintChecks=969184  nbPropagations=51334  nbRevisions=577252  nbUselessRevisions=456985
1.27	     nbAssignments=949  nbFailedAssignments=407  nbBacktracks=494  nbVisitedNodes=1678  nbRestartNogoods=31  mapSize=448
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.305  cpuTime=0.25  mem=14M684
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=1386627  nbPropagations=75481  nbRevisions=863966  nbUselessRevisions=683048
1.36	     nbAssignments=1375  nbFailedAssignments=573  nbBacktracks=751  nbVisitedNodes=2424  nbRestartNogoods=38
1.36	     mapSize=670  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.394  cpuTime=0.33  mem=14M684
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=2041884  nbPropagations=110589  nbRevisions=1280703  nbUselessRevisions=1011213
1.51	     nbAssignments=2026  nbFailedAssignments=836  nbBacktracks=1135  nbVisitedNodes=3572  nbRestartNogoods=46
1.51	     mapSize=1005  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.541  cpuTime=0.46  mem=14M684
1.52	   
1.52	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=14M684)
1.71	   
1.71	   search
1.71	     run=10  nbConstraintChecks=3088490  nbPropagations=163137  nbRevisions=1912949  nbUselessRevisions=1509927
1.71	     nbAssignments=3045  nbFailedAssignments=1273  nbBacktracks=1714  nbVisitedNodes=5405  nbRestartNogoods=50
1.71	       =>  wckTime=0.739  cpuTime=0.65  mem=14M684
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=4608288  nbPropagations=241944  nbRevisions=2864888  nbUselessRevisions=2262044
1.98	     nbAssignments=4615  nbFailedAssignments=1976  nbBacktracks=2580  nbVisitedNodes=8228  nbRestartNogoods=57
1.98	       =>  wckTime=1.01  cpuTime=0.92  mem=14M684
2.38	   
2.38	   search
2.38	     run=12  nbConstraintChecks=6931412  nbPropagations=359220  nbRevisions=4284117  nbUselessRevisions=3380353
2.38	     nbAssignments=6864  nbFailedAssignments=2925  nbBacktracks=3877  nbVisitedNodes=12242  nbRestartNogoods=59
2.38	       =>  wckTime=1.41  cpuTime=1.31  mem=14M684
2.97	   
2.97	   search
2.97	     run=13  nbConstraintChecks=10427486  nbPropagations=531897  nbRevisions=6386261  nbUselessRevisions=5033981
2.97	     nbAssignments=10150  nbFailedAssignments=4394  nbBacktracks=5664  nbVisitedNodes=18143  nbRestartNogoods=63
2.97	       =>  wckTime=2.0  cpuTime=1.9  mem=14M684
2.97	   
2.97	   global
2.97	     nbConstraintChecks=10465335  nbPropagations=532593  nbRevisions=6391381  nbUselessRevisions=5038058
2.97	     nbRestartNogoods=63  solvingWckTime=2.002  solvingCpuTime=1.9  expiredTime=no  totalExploration=no
2.97	     nbFoundSolutions=1  globalCpuTime=2.3
2.97	       =>  wckTime=2.5  cpuTime=2.25  mem=14M684
2.97	   
2.97	s SATISFIABLE
2.97	v 9 6 11 11 14 10 1 5 6 3 0 9 11 13 14 0 8 0 6 12 14 3 9 9 6 7 11 2 0 0 
2.97	d NODES 10150
2.97	d CHECKS 10465335
2.97	   
2.98	   totalWckTime=2.586  totalCpuTime=2.3

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/node25/watcher-204885-1168166958 -o ROOT/results/node25/solver-204885-1168166958 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204885-1168166958/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.82 2.13 2.06 4/94 30931
/proc/meminfo: memFree=1110696/2055920 swapFree=4170848/4192956
[pid=30930] ppid=30928 vsize=18540 CPUtime=0
/proc/30930/stat : 30930 (runsolver) R 30928 30930 30637 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 165088452 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30930/statm: 4635 279 244 17 0 2626 0

[startup+0.104361 s]
/proc/loadavg: 1.82 2.13 2.06 4/94 30931
/proc/meminfo: memFree=1110696/2055920 swapFree=4170848/4192956
[pid=30930] ppid=30928 vsize=907808 CPUtime=0.05
/proc/30930/stat : 30930 (java) D 30928 30930 30637 0 -1 0 2506 0 1 0 4 1 0 0 23 0 4 0 165088452 929595392 2253 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/30930/statm: 226952 2253 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.514437 s]
/proc/loadavg: 1.82 2.13 2.06 4/94 30931
/proc/meminfo: memFree=1110696/2055920 swapFree=4170848/4192956
[pid=30930] ppid=30928 vsize=915328 CPUtime=0.34
/proc/30930/stat : 30930 (java) R 30928 30930 30637 0 -1 0 5527 0 1 0 30 4 0 0 18 0 8 0 165088452 937295872 5266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4205809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30930/statm: 228832 5266 2052 14 0 215302 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 915328

[startup+1.34257 s]
/proc/loadavg: 1.84 2.12 2.06 3/101 30938
/proc/meminfo: memFree=1084208/2055920 swapFree=4170848/4192956
[pid=30930] ppid=30928 vsize=915452 CPUtime=1.16
/proc/30930/stat : 30930 (java) R 30928 30930 30637 0 -1 0 8608 0 1 0 110 6 0 0 23 0 8 0 165088452 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797082 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30930/statm: 228863 8346 2524 14 0 215333 0
[pid=30930/tid=30932] ppid=30928 vsize=915452 CPUtime=0.03
/proc/30930/task/30932/stat : 30932 (java) S 30928 30930 30637 0 -1 64 206 0 0 0 3 0 0 0 17 0 8 0 165088457 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30933] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 30637 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165088457 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30934] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 30637 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 165088457 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30935] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 30637 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165088467 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30936] ppid=30928 vsize=915452 CPUtime=0.21
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 30637 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 165088467 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30937] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 30637 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 165088467 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30938] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 30637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165088467 937422848 8346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 915452

[startup+2.98286 s]
/proc/loadavg: 1.84 2.12 2.06 4/101 30938
/proc/meminfo: memFree=1082352/2055920 swapFree=4170848/4192956
[pid=30930] ppid=30928 vsize=915452 CPUtime=2.79
/proc/30930/stat : 30930 (java) S 30928 30930 30637 0 -1 0 8736 0 1 0 272 7 0 0 25 0 8 0 165088452 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30930/statm: 228863 8472 2524 14 0 215333 0
[pid=30930/tid=30932] ppid=30928 vsize=915452 CPUtime=0.03
/proc/30930/task/30932/stat : 30932 (java) S 30928 30930 30637 0 -1 64 206 0 0 0 3 0 0 0 17 0 8 0 165088457 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30933] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 30637 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 165088457 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30934] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 30637 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 165088457 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30935] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 30637 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165088467 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30936] ppid=30928 vsize=915452 CPUtime=0.24
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 30637 0 -1 64 391 0 0 0 23 1 0 0 16 0 8 0 165088467 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30937] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 30637 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 165088467 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30930/tid=30938] ppid=30928 vsize=915452 CPUtime=0
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 30637 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165088467 937422848 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.02265
CPU time (s): 2.81057
CPU user time (s): 2.72958
CPU system time (s): 0.080987
CPU usage (%): 92.9837
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.72959
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8743
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= 1199
involuntary context switches= 1477

runsolver used 0.005999 s user time and 0.014997 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 10:49:19 UTC 2007


IDJOB= 204885
IDBENCH= 4086
FILE ID= node25/204885-1168166958

PBS_JOBID= 3478715

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204885-1168166958/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-204885-1168166958 -o ROOT/results/node25/solver-204885-1168166958 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204885-1168166958/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5e681ac7a12a04ac5988065e5a2a9781

RANDOM SEED= 561620721

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.279
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.279
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:       1111304 kB
Buffers:         48276 kB
Cached:         493624 kB
SwapCached:       1080 kB
Active:         375964 kB
Inactive:       490764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111304 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         344132 kB
Slab:            61852 kB
Committed_AS:  4045440 kB
PageTables:       2996 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= 66553 MiB



End job on node25 on Sun Jan  7 10:49:24 UTC 2007