Trace number 217502

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 3.61445 3.93443

DiagnosticValue
CHECKS17504113
NODES13393

General information on the benchmark

Namefrb/frb35-17/
frb35-17-1-mgd_ext.xml
MD5SUM492631e4b814e8a3f91560b99119b1ef
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 benchmark1.75373
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints262
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.58	   
0.58	Abscon 109 (November, 2006)
0.58	   
0.58	   configuration
0.58	     name=esac.xml
0.64	   
0.64	   instance
0.64	     name=/tmp/evaluation/217502-1168247629/unknown.xml
0.67	   
0.67	   domains being loaded...
0.67	   
0.67	   variables being loaded...
0.71	     nbVariables=35  nbDomainTypes=1  minDomainSize=17  maxDomainSize=17
0.71	       =>  wckTime=0.118  cpuTime=0.09  mem=6M951
0.71	   
0.71	   relations being loaded...
0.78	   
0.78	   constraints being loaded...
0.88	     nbConstraints=262  nbRelationTypes=262  nbExtensionStructures=262  nbSharedExtensionStructures=0
0.88	     nbConflictsStructures=262  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2195  maxDegree=19
0.88	     maxArity=2
0.88	       =>  wckTime=0.294  cpuTime=0.2  mem=11M827
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.07	       =>  wckTime=0.484  cpuTime=0.33  mem=14M885
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=48054  nbPropagations=733  nbRevisions=5190  nbUselessRevisions=4096  nbSingletonTests=43
1.12	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
1.12	       =>  wckTime=0.042  cpuTime=0.02  mem=14M885
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=30430  nbPropagations=1172  nbRevisions=10228  nbUselessRevisions=8102  nbAssignments=23
1.14	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.14	     nbTooLargeKeys=0
1.14	       =>  wckTime=0.066  cpuTime=0.03  mem=14M885
1.16	   
1.16	   search
1.16	     run=1  nbConstraintChecks=73739  nbPropagations=2956  nbRevisions=27478  nbUselessRevisions=21678  nbAssignments=53
1.16	     nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=89  nbRestartNogoods=2  mapSize=20  nbInferences=0
1.16	     nbTooLargeKeys=0
1.16	       =>  wckTime=0.086  cpuTime=0.05  mem=14M885
1.18	   
1.18	   search
1.18	     run=2  nbConstraintChecks=154893  nbPropagations=5879  nbRevisions=59718  nbUselessRevisions=46948
1.18	     nbAssignments=112  nbFailedAssignments=48  nbBacktracks=50  nbVisitedNodes=198  nbRestartNogoods=6  mapSize=44
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.106  cpuTime=0.06  mem=14M885
1.20	   
1.20	   search
1.20	     run=3  nbConstraintChecks=253735  nbPropagations=10182  nbRevisions=108835  nbUselessRevisions=85318
1.20	     nbAssignments=187  nbFailedAssignments=85  nbBacktracks=83  nbVisitedNodes=331  nbRestartNogoods=8  mapSize=75
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.124  cpuTime=0.08  mem=14M885
1.22	   
1.22	   search
1.22	     run=4  nbConstraintChecks=381943  nbPropagations=16307  nbRevisions=181284  nbUselessRevisions=141811
1.22	     nbAssignments=293  nbFailedAssignments=137  nbBacktracks=133  nbVisitedNodes=519  nbRestartNogoods=12  mapSize=122
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.149  cpuTime=0.1  mem=14M885
1.26	   
1.26	   search
1.26	     run=5  nbConstraintChecks=548185  nbPropagations=24900  nbRevisions=283926  nbUselessRevisions=221733
1.26	     nbAssignments=428  nbFailedAssignments=193  nbBacktracks=208  nbVisitedNodes=752  nbRestartNogoods=18  mapSize=180
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.183  cpuTime=0.14  mem=14M885
1.31	   
1.31	   search
1.31	     run=6  nbConstraintChecks=832971  nbPropagations=37532  nbRevisions=437244  nbUselessRevisions=340911
1.31	     nbAssignments=645  nbFailedAssignments=294  nbBacktracks=321  nbVisitedNodes=1141  nbRestartNogoods=23  mapSize=279
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.233  cpuTime=0.18  mem=14M885
1.38	   
1.38	   search
1.38	     run=7  nbConstraintChecks=1293541  nbPropagations=56532  nbRevisions=670796  nbUselessRevisions=522483
1.38	     nbAssignments=984  nbFailedAssignments=459  nbBacktracks=491  nbVisitedNodes=1755  nbRestartNogoods=28  mapSize=432
1.38	     nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.311  cpuTime=0.26  mem=14M885
1.49	   
1.49	   search
1.49	     run=8  nbConstraintChecks=1879778  nbPropagations=84076  nbRevisions=1012967  nbUselessRevisions=789354
1.49	     nbAssignments=1445  nbFailedAssignments=662  nbBacktracks=747  nbVisitedNodes=2579  nbRestartNogoods=32
1.49	     mapSize=658  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.413  cpuTime=0.36  mem=14M885
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=2930949  nbPropagations=126111  nbRevisions=1535747  nbUselessRevisions=1195309
1.66	     nbAssignments=2213  nbFailedAssignments=1042  nbBacktracks=1131  nbVisitedNodes=3979  nbRestartNogoods=36
1.66	     mapSize=1007  nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.587  cpuTime=0.52  mem=14M885
1.67	   
1.67	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=14M885)
1.86	   
1.86	   search
1.86	     run=10  nbConstraintChecks=4224985  nbPropagations=187234  nbRevisions=2298166  nbUselessRevisions=1789801
1.86	     nbAssignments=3256  nbFailedAssignments=1504  nbBacktracks=1707  nbVisitedNodes=5863  nbRestartNogoods=44
1.86	       =>  wckTime=0.79  cpuTime=0.71  mem=14M885
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=6161143  nbPropagations=276291  nbRevisions=3408853  nbUselessRevisions=2656672
2.14	     nbAssignments=4775  nbFailedAssignments=2154  nbBacktracks=2571  nbVisitedNodes=8554  nbRestartNogoods=59
2.14	       =>  wckTime=1.067  cpuTime=0.99  mem=14M885
2.62	   
2.62	   search
2.62	     run=12  nbConstraintChecks=9299169  nbPropagations=409718  nbRevisions=5079858  nbUselessRevisions=3962717
2.62	     nbAssignments=7138  nbFailedAssignments=3216  nbBacktracks=3868  nbVisitedNodes=12796  nbRestartNogoods=70
2.62	       =>  wckTime=1.544  cpuTime=1.46  mem=14M885
3.32	   
3.32	   search
3.32	     run=13  nbConstraintChecks=13867153  nbPropagations=608145  nbRevisions=7558261  nbUselessRevisions=5899655
3.32	     nbAssignments=10650  nbFailedAssignments=4779  nbBacktracks=5814  nbVisitedNodes=19054  nbRestartNogoods=72
3.32	       =>  wckTime=2.243  cpuTime=2.16  mem=14M885
3.87	   
3.87	   search
3.87	     run=14  nbConstraintChecks=17456059  nbPropagations=857725  nbRevisions=10680433  nbUselessRevisions=8340055
3.87	     nbAssignments=13393  nbFailedAssignments=5991  nbBacktracks=7310  nbVisitedNodes=23962  nbRestartNogoods=76
3.87	       =>  wckTime=2.797  cpuTime=2.71  mem=14M885
3.87	   
3.87	   global
3.87	     nbConstraintChecks=17504113  nbPropagations=858458  nbRevisions=10685623  nbUselessRevisions=8344151
3.87	     nbRestartNogoods=76  solvingWckTime=2.798  solvingCpuTime=2.71  expiredTime=no  totalExploration=no
3.87	     nbFoundSolutions=1  globalCpuTime=3.09
3.87	       =>  wckTime=3.283  cpuTime=3.04  mem=14M885
3.87	   
3.87	s SATISFIABLE
3.87	v 4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
3.87	d NODES 13393
3.87	d CHECKS 17504113
3.87	   
3.88	   totalWckTime=3.368  totalCpuTime=3.09

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/node26/watcher-217502-1168247629 -o ROOT/results/node26/solver-217502-1168247629 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217502-1168247629/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.92 0.98 1.00 4/78 20470
/proc/meminfo: memFree=1873664/2055920 swapFree=4192812/4192956
[pid=20469] ppid=20467 vsize=216 CPUtime=0
/proc/20469/stat : 20469 (java) D 20467 20469 19286 0 -1 0 45 0 1 0 0 0 0 0 20 0 1 0 173157139 221184 30 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 12592036 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/20469/statm: 54 30 25 14 0 2 0

[startup+0.107162 s]
/proc/loadavg: 0.92 0.98 1.00 4/78 20470
/proc/meminfo: memFree=1873664/2055920 swapFree=4192812/4192956
[pid=20469] ppid=20467 vsize=47892 CPUtime=0
/proc/20469/stat : 20469 (java) D 20467 20469 19286 0 -1 0 1208 0 12 0 0 0 0 0 17 0 1 0 173157139 49041408 968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/20469/statm: 11973 968 766 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47892

[startup+0.516203 s]
/proc/loadavg: 0.92 0.98 1.00 4/78 20470
/proc/meminfo: memFree=1873664/2055920 swapFree=4192812/4192956
[pid=20469] ppid=20467 vsize=915752 CPUtime=0.26
/proc/20469/stat : 20469 (java) S 20467 20469 19286 0 -1 0 4310 0 38 0 19 7 0 0 17 0 8 0 173157139 937730048 4093 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20469/statm: 228938 4093 1929 14 0 215426 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 915752

[startup+1.33828 s]
/proc/loadavg: 0.92 0.98 1.00 2/85 20477
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=20469] ppid=20467 vsize=916196 CPUtime=1.06
/proc/20469/stat : 20469 (java) R 20467 20469 19286 0 -1 0 8609 0 46 0 94 12 0 0 17 0 8 0 173157139 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20469/statm: 229049 8392 2524 14 0 215519 0
[pid=20469/tid=20471] ppid=20467 vsize=916196 CPUtime=0.03
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 19286 0 -1 64 245 0 0 0 3 0 0 0 17 0 8 0 173157157 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20469/tid=20472] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 19286 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 173157158 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 19286 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173157158 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 19286 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173157162 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=916196 CPUtime=0.17
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 19286 0 -1 64 376 0 0 0 16 1 0 0 16 0 8 0 173157162 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20469/tid=20476] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 19286 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 173157162 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 19286 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 173157162 938184704 8392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 916196

[startup+2.99044 s]
/proc/loadavg: 0.92 0.98 1.00 2/85 20477
/proc/meminfo: memFree=1836424/2055920 swapFree=4192812/4192956
[pid=20469] ppid=20467 vsize=916196 CPUtime=2.71
/proc/20469/stat : 20469 (java) R 20467 20469 19286 0 -1 0 8672 0 46 0 259 12 0 0 18 0 8 0 173157139 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20469/statm: 229049 8454 2524 14 0 215519 0
[pid=20469/tid=20471] ppid=20467 vsize=916196 CPUtime=0.03
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 19286 0 -1 64 245 0 0 0 3 0 0 0 17 0 8 0 173157157 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20469/tid=20472] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 19286 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 173157158 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 19286 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173157158 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 19286 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173157162 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=916196 CPUtime=0.2
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 19286 0 -1 64 391 0 0 0 19 1 0 0 15 0 8 0 173157162 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20469/tid=20476] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 19286 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 173157162 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=916196 CPUtime=0
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 19286 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 173157162 938184704 8454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 916196

Child status: 0
Real time (s): 3.93443
CPU time (s): 3.61445
CPU user time (s): 3.48147
CPU system time (s): 0.132979
CPU usage (%): 91.8673
Max. virtual memory (cumulated for all children) (KiB): 916196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.48147
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8770
page faults= 47
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1013
involuntary context switches= 370

runsolver used 0.003999 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 09:13:49 UTC 2007


IDJOB= 217502
IDBENCH= 5142
FILE ID= node26/217502-1168247629

PBS_JOBID= 3481803

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-1-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217502-1168247629/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-217502-1168247629 -o ROOT/results/node26/solver-217502-1168247629 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217502-1168247629/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  492631e4b814e8a3f91560b99119b1ef

RANDOM SEED= 544986323

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.236
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.236
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:       1874080 kB
Buffers:         25872 kB
Cached:          41856 kB
SwapCached:          0 kB
Active:          96876 kB
Inactive:        30748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          78884 kB
Slab:            39560 kB
Committed_AS:  3393080 kB
PageTables:       1912 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= 66541 MiB



End job on node26 on Mon Jan  8 09:13:53 UTC 2007