Trace number 228144

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.99454 3.05471

DiagnosticValue
CHECKS9442209
NODES11503

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-17_ext.xml
MD5SUM23eab9a99cd3363f57439eaf2fe571e5
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.432934
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/228144-1168296701/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.43	       =>  wckTime=0.132  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.62	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8214  maxDegree=27
0.62	     maxArity=2
0.62	       =>  wckTime=0.319  cpuTime=0.22  mem=10M852
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.513  cpuTime=0.35  mem=14M819
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=28788  nbPropagations=809  nbRevisions=4965  nbUselessRevisions=3855  nbSingletonTests=46
0.86	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.86	       =>  wckTime=0.045  cpuTime=0.03  mem=14M819
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=18553  nbPropagations=1198  nbRevisions=9176  nbUselessRevisions=7316  nbAssignments=23
0.88	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.066  cpuTime=0.04  mem=14M819
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=44270  nbPropagations=2922  nbRevisions=24606  nbUselessRevisions=19696  nbAssignments=60
0.90	     nbFailedAssignments=16  nbBacktracks=31  nbVisitedNodes=94  nbRestartNogoods=2  mapSize=28  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.083  cpuTime=0.05  mem=14M819
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=78490  nbPropagations=5325  nbRevisions=49061  nbUselessRevisions=39576
0.92	     nbAssignments=104  nbFailedAssignments=31  nbBacktracks=54  nbVisitedNodes=167  nbRestartNogoods=3  mapSize=49
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.097  cpuTime=0.06  mem=14M819
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=132041  nbPropagations=8733  nbRevisions=87986  nbUselessRevisions=71460
0.93	     nbAssignments=162  nbFailedAssignments=50  nbBacktracks=87  nbVisitedNodes=265  nbRestartNogoods=5  mapSize=78
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.113  cpuTime=0.08  mem=14M819
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=209758  nbPropagations=13466  nbRevisions=146034  nbUselessRevisions=119022
0.95	     nbAssignments=250  nbFailedAssignments=82  nbBacktracks=137  nbVisitedNodes=413  nbRestartNogoods=8  mapSize=122
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.134  cpuTime=0.1  mem=14M819
0.98	   
0.98	   search
0.98	     run=5  nbConstraintChecks=303195  nbPropagations=19938  nbRevisions=229345  nbUselessRevisions=187840
0.98	     nbAssignments=368  nbFailedAssignments=117  nbBacktracks=213  nbVisitedNodes=602  nbRestartNogoods=10  mapSize=181
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.164  cpuTime=0.12  mem=14M819
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=443154  nbPropagations=29064  nbRevisions=350200  nbUselessRevisions=287673
1.02	     nbAssignments=537  nbFailedAssignments=167  nbBacktracks=326  nbVisitedNodes=883  nbRestartNogoods=12  mapSize=271
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.202  cpuTime=0.16  mem=14M819
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=657498  nbPropagations=42217  nbRevisions=529977  nbUselessRevisions=436098
1.08	     nbAssignments=802  nbFailedAssignments=255  nbBacktracks=496  nbVisitedNodes=1326  nbRestartNogoods=18  mapSize=413
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.259  cpuTime=0.22  mem=14M819
1.16	   
1.16	   search
1.16	     run=8  nbConstraintChecks=949990  nbPropagations=60879  nbRevisions=789570  nbUselessRevisions=650662
1.16	     nbAssignments=1189  nbFailedAssignments=376  nbBacktracks=757  nbVisitedNodes=1960  nbRestartNogoods=24
1.16	     mapSize=618  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.339  cpuTime=0.29  mem=14M819
1.29	   
1.29	   search
1.29	     run=9  nbConstraintChecks=1465093  nbPropagations=88607  nbRevisions=1188421  nbUselessRevisions=981351
1.29	     nbAssignments=1790  nbFailedAssignments=586  nbBacktracks=1143  nbVisitedNodes=2976  nbRestartNogoods=28
1.29	     mapSize=935  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.476  cpuTime=0.42  mem=14M819
1.33	   
1.33	   INFO : Stopping hyperNogood (mapSize=1031, nbTooLargekeys=0, mem=14M819)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=2186914  nbPropagations=129492  nbRevisions=1771473  nbUselessRevisions=1461882
1.47	     nbAssignments=2653  nbFailedAssignments=867  nbBacktracks=1719  nbVisitedNodes=4416  nbRestartNogoods=32
1.47	       =>  wckTime=0.648  cpuTime=0.58  mem=14M819
1.70	   
1.70	   search
1.70	     run=11  nbConstraintChecks=3265373  nbPropagations=189792  nbRevisions=2645030  nbUselessRevisions=2183101
1.70	     nbAssignments=3962  nbFailedAssignments=1304  nbBacktracks=2584  nbVisitedNodes=6627  nbRestartNogoods=40
1.70	       =>  wckTime=0.881  cpuTime=0.81  mem=14M819
2.04	   
2.04	   search
2.04	     run=12  nbConstraintChecks=4860844  nbPropagations=278704  nbRevisions=3941276  nbUselessRevisions=3255115
2.04	     nbAssignments=5888  nbFailedAssignments=1926  nbBacktracks=3881  nbVisitedNodes=9844  nbRestartNogoods=48
2.04	       =>  wckTime=1.221  cpuTime=1.15  mem=14M819
2.57	   
2.57	   search
2.57	     run=13  nbConstraintChecks=7378170  nbPropagations=412363  nbRevisions=5911922  nbUselessRevisions=4887834
2.57	     nbAssignments=8875  nbFailedAssignments=2961  nbBacktracks=5827  nbVisitedNodes=14899  nbRestartNogoods=54
2.57	       =>  wckTime=1.752  cpuTime=1.68  mem=14M819
3.02	   
3.02	   search
3.02	     run=14  nbConstraintChecks=9413421  nbPropagations=583252  nbRevisions=8418132  nbUselessRevisions=6960965
3.02	     nbAssignments=11503  nbFailedAssignments=3818  nbBacktracks=7558  nbVisitedNodes=19227  nbRestartNogoods=62
3.02	       =>  wckTime=2.197  cpuTime=2.13  mem=14M819
3.02	   
3.02	   global
3.02	     nbConstraintChecks=9442209  nbPropagations=584061  nbRevisions=8423097  nbUselessRevisions=6964820
3.02	     nbRestartNogoods=62  solvingWckTime=2.198  solvingCpuTime=2.13  expiredTime=no  totalExploration=no
3.02	     nbFoundSolutions=1  globalCpuTime=2.52
3.02	       =>  wckTime=2.714  cpuTime=2.48  mem=14M819
3.02	   
3.02	s SATISFIABLE
3.02	v 3 4 9 3 6 7 0 8 9 9 8 9 6 6 7 5 7 6 9 1 4 5 1 2 10 6 0 3 2 10 10 9 7 7 9 8 10 9 8 4 
3.02	d NODES 11503
3.02	d CHECKS 9442209
3.02	   
3.02	   totalWckTime=2.789  totalCpuTime=2.52

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/node12/watcher-228144-1168296701 -o ROOT/results/node12/solver-228144-1168296701 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228144-1168296701/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: 0.75 1.20 1.19 2/78 5950
/proc/meminfo: memFree=1516528/2055920 swapFree=4160348/4192956
[pid=5949] ppid=5947 vsize=216 CPUtime=0
/proc/5949/stat : 5949 (java) R 5947 5949 32045 0 -1 0 46 0 0 0 0 0 0 0 20 0 1 0 178065250 221184 30 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 9696036 0 0 4096 0 0 0 0 17 1 0 0
/proc/5949/statm: 73 31 25 14 0 3 0

[startup+0.102348 s]
/proc/loadavg: 0.75 1.20 1.19 2/78 5950
/proc/meminfo: memFree=1516528/2055920 swapFree=4160348/4192956
[pid=5949] ppid=5947 vsize=914988 CPUtime=0.07
/proc/5949/stat : 5949 (java) R 5947 5949 32045 0 -1 0 2988 0 1 0 6 1 0 0 17 0 8 0 178065250 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5949/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.51042 s]
/proc/loadavg: 0.75 1.20 1.19 2/78 5950
/proc/meminfo: memFree=1516528/2055920 swapFree=4160348/4192956
[pid=5949] ppid=5947 vsize=915328 CPUtime=0.45
/proc/5949/stat : 5949 (java) S 5947 5949 32045 0 -1 0 6346 0 1 0 42 3 0 0 16 0 8 0 178065250 937295872 6085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5949/statm: 228832 6085 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33256 s]
/proc/loadavg: 0.75 1.20 1.19 2/85 5957
/proc/meminfo: memFree=1493048/2055920 swapFree=4160348/4192956
[pid=5949] ppid=5947 vsize=915456 CPUtime=1.28
/proc/5949/stat : 5949 (java) R 5947 5949 32045 0 -1 0 8679 0 1 0 123 5 0 0 17 0 8 0 178065250 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5949/statm: 228864 8417 2524 14 0 215334 0
[pid=5949/tid=5951] ppid=5947 vsize=915456 CPUtime=0.03
/proc/5949/task/5951/stat : 5951 (java) S 5947 5949 32045 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178065254 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5949/tid=5952] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5952/stat : 5952 (java) S 5947 5949 32045 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178065254 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5953] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5953/stat : 5953 (java) S 5947 5949 32045 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178065254 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5954] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5954/stat : 5954 (java) S 5947 5949 32045 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 178065257 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5955] ppid=5947 vsize=915456 CPUtime=0.21
/proc/5949/task/5955/stat : 5955 (java) S 5947 5949 32045 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 178065257 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5956] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5956/stat : 5956 (java) S 5947 5949 32045 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 178065257 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5957] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5957/stat : 5957 (java) S 5947 5949 32045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178065257 937426944 8417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915456

[startup+2.98186 s]
/proc/loadavg: 0.77 1.20 1.19 2/85 5957
/proc/meminfo: memFree=1492856/2055920 swapFree=4160348/4192956
[pid=5949] ppid=5947 vsize=915456 CPUtime=2.93
/proc/5949/stat : 5949 (java) R 5947 5949 32045 0 -1 0 8697 0 1 0 288 5 0 0 18 0 8 0 178065250 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796122 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5949/statm: 228864 8434 2524 14 0 215334 0
[pid=5949/tid=5951] ppid=5947 vsize=915456 CPUtime=0.03
/proc/5949/task/5951/stat : 5951 (java) S 5947 5949 32045 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178065254 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5949/tid=5952] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5952/stat : 5952 (java) S 5947 5949 32045 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178065254 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5953] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5953/stat : 5953 (java) S 5947 5949 32045 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178065254 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5954] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5954/stat : 5954 (java) S 5947 5949 32045 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 178065257 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5955] ppid=5947 vsize=915456 CPUtime=0.22
/proc/5949/task/5955/stat : 5955 (java) S 5947 5949 32045 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 178065257 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5956] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5956/stat : 5956 (java) S 5947 5949 32045 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 178065257 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5949/tid=5957] ppid=5947 vsize=915456 CPUtime=0
/proc/5949/task/5957/stat : 5957 (java) S 5947 5949 32045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178065257 937426944 8434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 3.05471
CPU time (s): 2.99454
CPU user time (s): 2.92755
CPU system time (s): 0.066989
CPU usage (%): 98.0304
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92755
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8786
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= 902
involuntary context switches= 95

runsolver used 0.001999 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan  8 22:51:42 UTC 2007


IDJOB= 228144
IDBENCH= 6156
FILE ID= node12/228144-1168296701

PBS_JOBID= 3502049

Free space on /tmp= 66327 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228144-1168296701/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-228144-1168296701 -o ROOT/results/node12/solver-228144-1168296701 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228144-1168296701/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  23eab9a99cd3363f57439eaf2fe571e5

RANDOM SEED= 148020877

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.265
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.265
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:       1517136 kB
Buffers:         90148 kB
Cached:         364604 kB
SwapCached:       5132 kB
Active:         304104 kB
Inactive:       179544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517136 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          38188 kB
Slab:            40700 kB
Committed_AS:  5120716 kB
PageTables:       1720 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= 66327 MiB



End job on node12 on Mon Jan  8 22:51:46 UTC 2007