Trace number 224713

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 4.01439 4.14793

DiagnosticValue
CHECKS36432225
NODES13206

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-5_ext.xml
MD5SUM276a9c48db87d25dc522a8c999631d75
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 benchmark2.67259
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/224713-1168269558/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.44	       =>  wckTime=0.102  cpuTime=0.1  mem=6M951
0.44	   
0.44	   relations being loaded...
0.61	   
0.61	   constraints being loaded...
0.70	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.70	       =>  wckTime=0.36  cpuTime=0.31  mem=21M639
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.565  cpuTime=0.44  mem=15M362
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=172293  nbPropagations=1079  nbRevisions=3808  nbUselessRevisions=2115  nbSingletonTests=50
0.96	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.052  cpuTime=0.03  mem=15M362
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=277270  nbPropagations=3209  nbRevisions=13834  nbUselessRevisions=7414
1.01	     nbAssignments=100  nbFailedAssignments=87  nbBacktracks=10  nbVisitedNodes=196  nbRestartNogoods=0  mapSize=10
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.103  cpuTime=0.07  mem=15M362
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=360632  nbPropagations=7171  nbRevisions=30860  nbUselessRevisions=16524
1.02	     nbAssignments=130  nbFailedAssignments=96  nbBacktracks=26  nbVisitedNodes=243  nbRestartNogoods=1  mapSize=21
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.114  cpuTime=0.08  mem=15M362
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=516124  nbPropagations=12610  nbRevisions=54159  nbUselessRevisions=28986
1.04	     nbAssignments=184  nbFailedAssignments=124  nbBacktracks=48  nbVisitedNodes=337  nbRestartNogoods=4  mapSize=39
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.137  cpuTime=0.1  mem=15M362
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=708815  nbPropagations=19999  nbRevisions=85900  nbUselessRevisions=45838
1.06	     nbAssignments=259  nbFailedAssignments=159  nbBacktracks=85  nbVisitedNodes=464  nbRestartNogoods=7  mapSize=69
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.158  cpuTime=0.12  mem=15M362
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=1071121  nbPropagations=31063  nbRevisions=133743  nbUselessRevisions=71274
1.11	     nbAssignments=391  nbFailedAssignments=238  nbBacktracks=136  nbVisitedNodes=713  nbRestartNogoods=9  mapSize=116
1.11	     nbInferences=1  nbTooLargeKeys=0
1.11	       =>  wckTime=0.197  cpuTime=0.15  mem=15M362
1.18	   
1.18	   search
1.18	     run=5  nbConstraintChecks=1867574  nbPropagations=49449  nbRevisions=216106  nbUselessRevisions=114811
1.18	     nbAssignments=691  nbFailedAssignments=457  nbBacktracks=212  nbVisitedNodes=1285  nbRestartNogoods=10  mapSize=183
1.18	     nbInferences=1  nbTooLargeKeys=0
1.18	       =>  wckTime=0.277  cpuTime=0.23  mem=15M362
1.26	   
1.26	   search
1.26	     run=6  nbConstraintChecks=2675336  nbPropagations=76140  nbRevisions=334973  nbUselessRevisions=178239
1.26	     nbAssignments=1023  nbFailedAssignments=656  nbBacktracks=328  nbVisitedNodes=1876  nbRestartNogoods=15
1.26	     mapSize=282  nbInferences=1  nbTooLargeKeys=0
1.26	       =>  wckTime=0.359  cpuTime=0.32  mem=15M362
1.42	   
1.42	   search
1.42	     run=7  nbConstraintChecks=4250787  nbPropagations=117418  nbRevisions=517777  nbUselessRevisions=274970
1.42	     nbAssignments=1538  nbFailedAssignments=998  nbBacktracks=498  nbVisitedNodes=2841  nbRestartNogoods=21
1.42	     mapSize=426  nbInferences=1  nbTooLargeKeys=0
1.42	       =>  wckTime=0.512  cpuTime=0.46  mem=15M362
1.69	   
1.69	   search
1.69	     run=8  nbConstraintChecks=7463583  nbPropagations=183425  nbRevisions=819988  nbUselessRevisions=435351
1.69	     nbAssignments=2591  nbFailedAssignments=1787  nbBacktracks=757  nbVisitedNodes=4849  nbRestartNogoods=27
1.69	     mapSize=644  nbInferences=1  nbTooLargeKeys=0
1.69	       =>  wckTime=0.78  cpuTime=0.71  mem=15M362
1.94	   
1.94	   search
1.94	     run=9  nbConstraintChecks=10458037  nbPropagations=278724  nbRevisions=1251606  nbUselessRevisions=664931
1.94	     nbAssignments=3706  nbFailedAssignments=2449  nbBacktracks=1142  nbVisitedNodes=6801  nbRestartNogoods=41
1.94	     mapSize=965  nbInferences=1  nbTooLargeKeys=0
1.94	       =>  wckTime=1.033  cpuTime=0.97  mem=16M337
1.97	   
1.97	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=16M337)
2.33	   
2.33	   search
2.33	     run=10  nbConstraintChecks=15126974  nbPropagations=418374  nbRevisions=1883129  nbUselessRevisions=1000749
2.33	     nbAssignments=5373  nbFailedAssignments=3538  nbBacktracks=1718  nbVisitedNodes=9912  nbRestartNogoods=47
2.33	       =>  wckTime=1.428  cpuTime=1.35  mem=16M337
3.17	   
3.17	   search
3.17	     run=11  nbConstraintChecks=25942479  nbPropagations=648335  nbRevisions=2937444  nbUselessRevisions=1565319
3.17	     nbAssignments=9209  nbFailedAssignments=6500  nbBacktracks=2582  nbVisitedNodes=17297  nbRestartNogoods=58
3.17	       =>  wckTime=2.268  cpuTime=2.19  mem=16M337
3.93	   
3.93	   search
3.93	     run=12  nbConstraintChecks=34960393  nbPropagations=969799  nbRevisions=4399548  nbUselessRevisions=2346545
3.93	     nbAssignments=12706  nbFailedAssignments=8694  nbBacktracks=3882  nbVisitedNodes=23750  nbRestartNogoods=68
3.93	       =>  wckTime=3.021  cpuTime=2.94  mem=16M337
4.04	   
4.04	   search
4.04	     run=13  nbConstraintChecks=36259932  nbPropagations=1304024  nbRevisions=5918084  nbUselessRevisions=3157359
4.04	     nbAssignments=13206  nbFailedAssignments=9017  nbBacktracks=4019  nbVisitedNodes=24667  nbRestartNogoods=70
4.04	       =>  wckTime=3.132  cpuTime=3.05  mem=16M337
4.04	   
4.04	   global
4.04	     nbConstraintChecks=36432225  nbPropagations=1305103  nbRevisions=5921892  nbUselessRevisions=3159474
4.04	     nbRestartNogoods=70  solvingWckTime=3.133  solvingCpuTime=3.05  expiredTime=no  totalExploration=no
4.04	     nbFoundSolutions=1  globalCpuTime=3.52
4.04	       =>  wckTime=3.703  cpuTime=3.49  mem=16M337
4.04	   
4.04	s SATISFIABLE
4.04	v 33 45 67 68 40 61 6 31 50 42 55 75 57 38 73 68 76 9 70 14 63 59 59 22 54 8 53 37 48 50 54 12 51 58 7 11 73 37 65 9 
4.04	d NODES 13206
4.04	d CHECKS 36432225
4.04	   
4.04	   totalWckTime=3.783  totalCpuTime=3.53

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-224713-1168269558 -o ROOT/results/node25/solver-224713-1168269558 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224713-1168269558/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: 2.66 2.55 2.26 4/94 12949
/proc/meminfo: memFree=294032/2055920 swapFree=4170848/4192956
[pid=12948] ppid=12946 vsize=18540 CPUtime=0
/proc/12948/stat : 12948 (runsolver) R 12946 12948 12376 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 175348218 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12948/statm: 4635 279 244 17 0 2626 0

[startup+0.108661 s]
/proc/loadavg: 2.66 2.55 2.26 4/94 12949
/proc/meminfo: memFree=294032/2055920 swapFree=4170848/4192956
[pid=12948] ppid=12946 vsize=914988 CPUtime=0.09
/proc/12948/stat : 12948 (java) R 12946 12948 12376 0 -1 0 2977 0 1 0 7 2 0 0 24 0 8 0 175348218 936947712 2723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12948/statm: 228747 2723 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.530736 s]
/proc/loadavg: 2.66 2.55 2.26 4/94 12949
/proc/meminfo: memFree=294032/2055920 swapFree=4170848/4192956
[pid=12948] ppid=12946 vsize=915328 CPUtime=0.49
/proc/12948/stat : 12948 (java) R 12946 12948 12376 0 -1 0 7387 0 6 0 43 6 0 0 25 0 8 0 175348218 937295872 7131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12948/statm: 228832 7132 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.36188 s]
/proc/loadavg: 2.66 2.55 2.26 3/101 12956
/proc/meminfo: memFree=260504/2055920 swapFree=4170848/4192956
[pid=12948] ppid=12946 vsize=915464 CPUtime=1.32
/proc/12948/stat : 12948 (java) R 12946 12948 12376 0 -1 0 10550 0 6 0 124 8 0 0 25 0 8 0 175348218 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727558 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12948/statm: 228866 10293 2524 14 0 215336 0
[pid=12948/tid=12950] ppid=12946 vsize=915464 CPUtime=0.03
/proc/12948/task/12950/stat : 12950 (java) S 12946 12948 12376 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175348223 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12951] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12951/stat : 12951 (java) S 12946 12948 12376 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175348224 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12952] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12952/stat : 12952 (java) S 12946 12948 12376 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175348224 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12953] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12953/stat : 12953 (java) S 12946 12948 12376 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175348227 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12954] ppid=12946 vsize=915464 CPUtime=0.18
/proc/12948/task/12954/stat : 12954 (java) S 12946 12948 12376 0 -1 64 362 0 0 0 18 0 0 0 15 0 8 0 175348227 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12955] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12955/stat : 12955 (java) S 12946 12948 12376 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175348227 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12956] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12956/stat : 12956 (java) S 12946 12948 12376 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175348227 937435136 10293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+3.00776 s]
/proc/loadavg: 2.66 2.55 2.26 4/101 12956
/proc/meminfo: memFree=253656/2055920 swapFree=4170848/4192956
[pid=12948] ppid=12946 vsize=915464 CPUtime=2.96
/proc/12948/stat : 12948 (java) R 12946 12948 12376 0 -1 0 10566 0 6 0 288 8 0 0 25 0 8 0 175348218 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738822 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12948/statm: 228866 10307 2524 14 0 215336 0
[pid=12948/tid=12950] ppid=12946 vsize=915464 CPUtime=0.03
/proc/12948/task/12950/stat : 12950 (java) S 12946 12948 12376 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175348223 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12951] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12951/stat : 12951 (java) S 12946 12948 12376 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175348224 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12952] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12952/stat : 12952 (java) S 12946 12948 12376 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175348224 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12953] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12953/stat : 12953 (java) S 12946 12948 12376 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175348227 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12954] ppid=12946 vsize=915464 CPUtime=0.22
/proc/12948/task/12954/stat : 12954 (java) S 12946 12948 12376 0 -1 64 377 0 0 0 21 1 0 0 15 0 8 0 175348227 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12955] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12955/stat : 12955 (java) S 12946 12948 12376 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175348227 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12948/tid=12956] ppid=12946 vsize=915464 CPUtime=0
/proc/12948/task/12956/stat : 12956 (java) S 12946 12948 12376 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175348227 937435136 10307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 4.14793
CPU time (s): 4.01439
CPU user time (s): 3.9174
CPU system time (s): 0.096985
CPU usage (%): 96.7806
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9174
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10574
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1174
involuntary context switches= 1432

runsolver used 0.008998 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Mon Jan  8 15:19:18 UTC 2007


IDJOB= 224713
IDBENCH= 5789
FILE ID= node25/224713-1168269558

PBS_JOBID= 3482885

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224713-1168269558/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-224713-1168269558 -o ROOT/results/node25/solver-224713-1168269558 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224713-1168269558/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  276a9c48db87d25dc522a8c999631d75

RANDOM SEED= 485188778

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:        294448 kB
Buffers:          7712 kB
Cached:        1328368 kB
SwapCached:       2160 kB
Active:        1109176 kB
Inactive:       598064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        294448 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:         387104 kB
Slab:            37920 kB
Committed_AS:  4088608 kB
PageTables:       3064 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= 66557 MiB



End job on node25 on Mon Jan  8 15:19:22 UTC 2007