Trace number 226175

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 3.41048 3.48312

DiagnosticValue
CHECKS23397826
NODES13867

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-51_ext.xml
MD5SUM75fdd492e1c65aa02f07997edcdeacec
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.69874
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/226175-1168080679/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.40	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.59	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.59	       =>  wckTime=0.288  cpuTime=0.24  mem=15M763
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.475  cpuTime=0.36  mem=13M789
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79	     detectedInconsistency=no
0.79	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=34094  nbPropagations=507  nbRevisions=2514  nbUselessRevisions=1572  nbAssignments=24
0.83	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.048  cpuTime=0.03  mem=14M764
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=99610  nbPropagations=1953  nbRevisions=10154  nbUselessRevisions=6237  nbAssignments=59
0.85	     nbFailedAssignments=23  nbBacktracks=28  nbVisitedNodes=97  nbRestartNogoods=2  mapSize=21  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.068  cpuTime=0.04  mem=14M764
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=200604  nbPropagations=4672  nbRevisions=25061  nbUselessRevisions=15273
0.87	     nbAssignments=106  nbFailedAssignments=43  nbBacktracks=50  nbVisitedNodes=181  nbRestartNogoods=6  mapSize=42
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.089  cpuTime=0.06  mem=14M764
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=307755  nbPropagations=8993  nbRevisions=48657  nbUselessRevisions=29688
0.89	     nbAssignments=174  nbFailedAssignments=73  nbBacktracks=83  nbVisitedNodes=299  nbRestartNogoods=10  mapSize=70
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.108  cpuTime=0.07  mem=14M764
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=512639  nbPropagations=15902  nbRevisions=87596  nbUselessRevisions=53452
0.92	     nbAssignments=283  nbFailedAssignments=129  nbBacktracks=133  nbVisitedNodes=494  nbRestartNogoods=13  mapSize=113
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.135  cpuTime=0.1  mem=14M764
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=766561  nbPropagations=26696  nbRevisions=147950  nbUselessRevisions=90191
0.95	     nbAssignments=436  nbFailedAssignments=201  nbBacktracks=208  nbVisitedNodes=768  nbRestartNogoods=15  mapSize=177
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.171  cpuTime=0.13  mem=14M764
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=1163963  nbPropagations=43361  nbRevisions=240821  nbUselessRevisions=146678
1.01	     nbAssignments=690  nbFailedAssignments=335  nbBacktracks=324  nbVisitedNodes=1236  nbRestartNogoods=24  mapSize=274
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.224  cpuTime=0.19  mem=14M764
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=1738580  nbPropagations=67875  nbRevisions=378778  nbUselessRevisions=230501
1.08	     nbAssignments=1010  nbFailedAssignments=481  nbBacktracks=494  nbVisitedNodes=1807  nbRestartNogoods=27
1.08	     mapSize=418  nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.295  cpuTime=0.26  mem=14M764
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=2572889  nbPropagations=104241  nbRevisions=585616  nbUselessRevisions=355790
1.19	     nbAssignments=1478  nbFailedAssignments=689  nbBacktracks=751  nbVisitedNodes=2640  nbRestartNogoods=33
1.19	     mapSize=624  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.406  cpuTime=0.36  mem=14M764
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=3754935  nbPropagations=157645  nbRevisions=890001  nbUselessRevisions=540291
1.34	     nbAssignments=2211  nbFailedAssignments=1032  nbBacktracks=1136  nbVisitedNodes=3934  nbRestartNogoods=43
1.34	     mapSize=927  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.557  cpuTime=0.5  mem=14M764
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M764)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=5542515  nbPropagations=237022  nbRevisions=1343607  nbUselessRevisions=814912
1.54	     nbAssignments=3282  nbFailedAssignments=1522  nbBacktracks=1712  nbVisitedNodes=5828  nbRestartNogoods=62
1.54	       =>  wckTime=0.762  cpuTime=0.7  mem=14M764
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=8836921  nbPropagations=363984  nbRevisions=2073250  nbUselessRevisions=1257118
1.90	     nbAssignments=5229  nbFailedAssignments=2602  nbBacktracks=2577  nbVisitedNodes=9470  nbRestartNogoods=72
1.90	       =>  wckTime=1.112  cpuTime=1.05  mem=14M764
2.31	   
2.31	   search
2.31	     run=12  nbConstraintChecks=12783922  nbPropagations=546737  nbRevisions=3121745  nbUselessRevisions=1893119
2.31	     nbAssignments=7599  nbFailedAssignments=3670  nbBacktracks=3874  nbVisitedNodes=13636  nbRestartNogoods=75
2.31	       =>  wckTime=1.528  cpuTime=1.46  mem=14M764
3.06	   
3.06	   search
3.06	     run=13  nbConstraintChecks=19901391  nbPropagations=831984  nbRevisions=4765233  nbUselessRevisions=2891066
3.06	     nbAssignments=11724  nbFailedAssignments=5845  nbBacktracks=5823  nbVisitedNodes=21267  nbRestartNogoods=92
3.06	       =>  wckTime=2.28  cpuTime=2.21  mem=14M764
3.44	   
3.44	   search
3.44	     run=14  nbConstraintChecks=23397826  nbPropagations=1167733  nbRevisions=6698378  nbUselessRevisions=4065028
3.44	     nbAssignments=13867  nbFailedAssignments=6745  nbBacktracks=7026  nbVisitedNodes=24995  nbRestartNogoods=99
3.44	       =>  wckTime=2.656  cpuTime=2.58  mem=14M764
3.44	   
3.44	   global
3.44	     nbConstraintChecks=23397826  nbPropagations=1167773  nbRevisions=6698378  nbUselessRevisions=4065028
3.44	     nbRestartNogoods=99  solvingWckTime=2.657  solvingCpuTime=2.58  expiredTime=no  totalExploration=no
3.44	     nbFoundSolutions=1  globalCpuTime=2.99
3.44	       =>  wckTime=3.137  cpuTime=2.94  mem=14M764
3.44	   
3.44	s SATISFIABLE
3.44	v 10 12 28 26 2 25 13 2 23 20 35 29 16 17 26 31 2 28 29 37 23 27 13 32 34 17 19 9 39 12 30 8 16 34 6 28 25 29 5 20 
3.44	d NODES 13867
3.44	d CHECKS 23397826
3.44	   
3.44	   totalWckTime=3.212  totalCpuTime=2.99

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/node39/watcher-226175-1168080679 -o ROOT/results/node39/solver-226175-1168080679 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226175-1168080679/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.13 0.66 1.26 5/70 21462
/proc/meminfo: memFree=1733672/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21457 vsize=168 CPUtime=0
/proc/21461/stat : 21461 (java) R 21457 21461 21328 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 156468230 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 1 0 0
/proc/21461/statm: 42 23 18 14 0 2 0

[startup+0.106619 s]
/proc/loadavg: 0.13 0.66 1.26 5/70 21462
/proc/meminfo: memFree=1733672/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21457 vsize=914988 CPUtime=0.08
/proc/21461/stat : 21461 (java) R 21457 21461 21328 0 -1 0 2982 0 1 0 6 2 0 0 17 0 8 0 156468230 936947712 2728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21461/statm: 228747 2728 1424 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514653 s]
/proc/loadavg: 0.13 0.66 1.26 5/70 21462
/proc/meminfo: memFree=1733672/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21457 vsize=915328 CPUtime=0.48
/proc/21461/stat : 21461 (java) R 21457 21461 21328 0 -1 0 7671 0 1 0 43 5 0 0 18 0 8 0 156468230 937295872 7410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073586715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21461/statm: 228832 7410 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33673 s]
/proc/loadavg: 0.13 0.66 1.26 3/87 21479
/proc/meminfo: memFree=1682272/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21457 vsize=915464 CPUtime=1.3
/proc/21461/stat : 21461 (java) R 21457 21461 21328 0 -1 0 9085 0 1 0 123 7 0 0 25 0 8 0 156468230 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759775 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21461/statm: 228866 8823 2513 14 0 215336 0
[pid=21461/tid=21466] ppid=21457 vsize=915464 CPUtime=0.03
/proc/21461/task/21466/stat : 21466 (java) S 21457 21461 21328 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156468234 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21468] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21468/stat : 21468 (java) S 21457 21461 21328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21469] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21469/stat : 21469 (java) S 21457 21461 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21472] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21472/stat : 21472 (java) S 21457 21461 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156468238 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21473] ppid=21457 vsize=915464 CPUtime=0.17
/proc/21461/task/21473/stat : 21473 (java) S 21457 21461 21328 0 -1 64 370 0 0 0 16 1 0 0 15 0 8 0 156468238 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21474] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21474/stat : 21474 (java) S 21457 21461 21328 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156468238 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21475] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21475/stat : 21475 (java) S 21457 21461 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98887 s]
/proc/loadavg: 0.28 0.68 1.26 3/87 21479
/proc/meminfo: memFree=1682144/2055920 swapFree=4192812/4192956
[pid=21461] ppid=21457 vsize=915464 CPUtime=2.94
/proc/21461/stat : 21461 (java) R 21457 21461 21328 0 -1 0 9091 0 1 0 287 7 0 0 25 0 8 0 156468230 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21461/statm: 228866 8828 2513 14 0 215336 0
[pid=21461/tid=21466] ppid=21457 vsize=915464 CPUtime=0.03
/proc/21461/task/21466/stat : 21466 (java) S 21457 21461 21328 0 -1 64 254 0 0 0 3 0 0 0 17 0 8 0 156468234 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21468] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21468/stat : 21468 (java) S 21457 21461 21328 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21469] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21469/stat : 21469 (java) S 21457 21461 21328 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21472] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21472/stat : 21472 (java) S 21457 21461 21328 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156468238 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21473] ppid=21457 vsize=915464 CPUtime=0.19
/proc/21461/task/21473/stat : 21473 (java) S 21457 21461 21328 0 -1 64 376 0 0 0 18 1 0 0 15 0 8 0 156468238 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21474] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21474/stat : 21474 (java) S 21457 21461 21328 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156468238 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21461/tid=21475] ppid=21457 vsize=915464 CPUtime=0
/proc/21461/task/21475/stat : 21475 (java) S 21457 21461 21328 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 3.48312
CPU time (s): 3.41048
CPU user time (s): 3.32849
CPU system time (s): 0.081987
CPU usage (%): 97.9145
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.32849
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9102
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= 1085
involuntary context switches= 1300

runsolver used 0.005999 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 10:51:20 UTC 2007


IDJOB= 226175
IDBENCH= 5941
FILE ID= node39/226175-1168080679

PBS_JOBID= 3476106

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-51_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226175-1168080679/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-226175-1168080679 -o ROOT/results/node39/solver-226175-1168080679 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226175-1168080679/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  75fdd492e1c65aa02f07997edcdeacec

RANDOM SEED= 775747442

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:       1734560 kB
Buffers:         27284 kB
Cached:         203372 kB
SwapCached:          0 kB
Active:          75184 kB
Inactive:       175472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4416 kB
Writeback:           0 kB
Mapped:          30148 kB
Slab:            56492 kB
Committed_AS:  2999296 kB
PageTables:       1620 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= 66529 MiB



End job on node39 on Sat Jan  6 10:51:35 UTC 2007