Trace number 229623

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.06453 3.17264

DiagnosticValue
CHECKS12214221
NODES11920

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-23_ext.xml
MD5SUM68bb9f19e6d0eae74ccb2b74aee2f625
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.23466
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229623-1168080990/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.43	       =>  wckTime=0.102  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1383  maxDegree=18
0.61	     maxArity=2
0.61	       =>  wckTime=0.288  cpuTime=0.21  mem=11M893
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.487  cpuTime=0.35  mem=13M734
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M734
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=32408  nbPropagations=576  nbRevisions=5351  nbUselessRevisions=4104  nbAssignments=28
0.87	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.055  cpuTime=0.03  mem=14M710
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=65461  nbPropagations=1703  nbRevisions=16182  nbUselessRevisions=12300  nbAssignments=58
0.89	     nbFailedAssignments=21  nbBacktracks=26  nbVisitedNodes=96  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.073  cpuTime=0.04  mem=14M710
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=113252  nbPropagations=3738  nbRevisions=36189  nbUselessRevisions=27494
0.91	     nbAssignments=107  nbFailedAssignments=42  nbBacktracks=48  nbVisitedNodes=178  nbRestartNogoods=6  mapSize=45
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.096  cpuTime=0.06  mem=14M710
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=198947  nbPropagations=7189  nbRevisions=70975  nbUselessRevisions=53604
0.93	     nbAssignments=180  nbFailedAssignments=76  nbBacktracks=81  nbVisitedNodes=302  nbRestartNogoods=9  mapSize=73
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.116  cpuTime=0.08  mem=14M710
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=289727  nbPropagations=12193  nbRevisions=121453  nbUselessRevisions=91465
0.96	     nbAssignments=262  nbFailedAssignments=104  nbBacktracks=131  nbVisitedNodes=440  nbRestartNogoods=14  mapSize=109
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.143  cpuTime=0.1  mem=14M710
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=419667  nbPropagations=19564  nbRevisions=196264  nbUselessRevisions=147672
0.99	     nbAssignments=394  nbFailedAssignments=157  nbBacktracks=207  nbVisitedNodes=667  nbRestartNogoods=17  mapSize=170
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.176  cpuTime=0.13  mem=14M710
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=614799  nbPropagations=30423  nbRevisions=306945  nbUselessRevisions=231345
1.03	     nbAssignments=574  nbFailedAssignments=217  nbBacktracks=321  nbVisitedNodes=971  nbRestartNogoods=19  mapSize=260
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.219  cpuTime=0.17  mem=14M710
1.10	   
1.10	   search
1.10	     run=7  nbConstraintChecks=962676  nbPropagations=47173  nbRevisions=481408  nbUselessRevisions=363617
1.10	     nbAssignments=885  nbFailedAssignments=351  nbBacktracks=494  nbVisitedNodes=1521  nbRestartNogoods=23  mapSize=407
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.29  cpuTime=0.24  mem=14M710
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=1443513  nbPropagations=72798  nbRevisions=750120  nbUselessRevisions=568165
1.21	     nbAssignments=1357  nbFailedAssignments=560  nbBacktracks=750  nbVisitedNodes=2358  nbRestartNogoods=27
1.21	     mapSize=634  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.402  cpuTime=0.34  mem=14M710
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=2099957  nbPropagations=110531  nbRevisions=1145120  nbUselessRevisions=869046
1.36	     nbAssignments=2006  nbFailedAssignments=818  nbBacktracks=1135  nbVisitedNodes=3489  nbRestartNogoods=34
1.36	     mapSize=962  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.547  cpuTime=0.46  mem=14M710
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M710)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=3032198  nbPropagations=164900  nbRevisions=1715284  nbUselessRevisions=1303478
1.54	     nbAssignments=2922  nbFailedAssignments=1150  nbBacktracks=1715  nbVisitedNodes=5041  nbRestartNogoods=41
1.54	       =>  wckTime=0.724  cpuTime=0.63  mem=14M710
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=4396937  nbPropagations=244502  nbRevisions=2550902  nbUselessRevisions=1941599
1.77	     nbAssignments=4303  nbFailedAssignments=1660  nbBacktracks=2580  nbVisitedNodes=7398  nbRestartNogoods=48
1.77	       =>  wckTime=0.962  cpuTime=0.86  mem=14M710
2.15	   
2.15	   search
2.15	     run=12  nbConstraintChecks=6555080  nbPropagations=364689  nbRevisions=3822850  nbUselessRevisions=2917086
2.15	     nbAssignments=6475  nbFailedAssignments=2530  nbBacktracks=3879  nbVisitedNodes=11198  nbRestartNogoods=55
2.15	       =>  wckTime=1.334  cpuTime=1.23  mem=14M710
2.74	   
2.74	   search
2.74	     run=13  nbConstraintChecks=10183291  nbPropagations=547394  nbRevisions=5766644  nbUselessRevisions=4403761
2.74	     nbAssignments=9757  nbFailedAssignments=3855  nbBacktracks=5831  nbVisitedNodes=16971  nbRestartNogoods=62
2.74	       =>  wckTime=1.931  cpuTime=1.82  mem=14M710
3.09	   
3.09	   search
3.09	     run=14  nbConstraintChecks=12214221  nbPropagations=768637  nbRevisions=8117651  nbUselessRevisions=6204197
3.09	     nbAssignments=11920  nbFailedAssignments=4669  nbBacktracks=7140  nbVisitedNodes=20668  nbRestartNogoods=65
3.09	       =>  wckTime=2.282  cpuTime=2.17  mem=14M710
3.10	   
3.10	   global
3.10	     nbConstraintChecks=12214221  nbPropagations=768677  nbRevisions=8117651  nbUselessRevisions=6204197
3.10	     nbRestartNogoods=65  solvingWckTime=2.282  solvingCpuTime=2.17  expiredTime=no  totalExploration=no
3.10	     nbFoundSolutions=1  globalCpuTime=2.58
3.10	       =>  wckTime=2.772  cpuTime=2.52  mem=14M710
3.10	   
3.10	s SATISFIABLE
3.10	v 6 1 14 13 4 13 15 5 13 5 15 10 3 10 10 14 14 12 4 3 1 7 2 4 1 8 12 15 10 3 15 6 2 0 8 15 12 9 6 7 
3.10	d NODES 11920
3.10	d CHECKS 12214221
3.10	   
3.10	   totalWckTime=2.852  totalCpuTime=2.58

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/node18/watcher-229623-1168080990 -o ROOT/results/node18/solver-229623-1168080990 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229623-1168080990/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.00 1.11 1.40 4/93 26962
/proc/meminfo: memFree=1052760/2055920 swapFree=4192812/4192956
[pid=26961] ppid=26959 vsize=18540 CPUtime=0
/proc/26961/stat : 26961 (runsolver) R 26959 26961 26782 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156495756 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26961/statm: 4635 279 244 17 0 2626 0

[startup+0.107034 s]
/proc/loadavg: 1.00 1.11 1.40 4/93 26962
/proc/meminfo: memFree=1052760/2055920 swapFree=4192812/4192956
[pid=26961] ppid=26959 vsize=914988 CPUtime=0.08
/proc/26961/stat : 26961 (java) R 26959 26961 26782 0 -1 0 2953 0 1 0 7 1 0 0 17 0 8 0 156495756 936947712 2699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152891644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26961/statm: 228747 2699 1414 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.519073 s]
/proc/loadavg: 1.00 1.11 1.40 4/93 26962
/proc/meminfo: memFree=1052760/2055920 swapFree=4192812/4192956
[pid=26961] ppid=26959 vsize=915328 CPUtime=0.49
/proc/26961/stat : 26961 (java) R 26959 26961 26782 0 -1 0 6660 0 1 0 44 5 0 0 18 0 8 0 156495756 937295872 6399 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26961/statm: 228832 6399 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34115 s]
/proc/loadavg: 1.08 1.12 1.40 4/100 26969
/proc/meminfo: memFree=1029408/2055920 swapFree=4192812/4192956
[pid=26961] ppid=26959 vsize=915452 CPUtime=1.3
/proc/26961/stat : 26961 (java) R 26959 26961 26782 0 -1 0 8580 0 1 0 123 7 0 0 24 0 8 0 156495756 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26961/statm: 228863 8318 2513 14 0 215333 0
[pid=26961/tid=26963] ppid=26959 vsize=915452 CPUtime=0.03
/proc/26961/task/26963/stat : 26963 (java) S 26959 26961 26782 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156495760 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26964] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26964/stat : 26964 (java) S 26959 26961 26782 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156495761 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26965] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26965/stat : 26965 (java) S 26959 26961 26782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495761 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26966] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26966/stat : 26966 (java) S 26959 26961 26782 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156495764 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26967] ppid=26959 vsize=915452 CPUtime=0.2
/proc/26961/task/26967/stat : 26967 (java) S 26959 26961 26782 0 -1 64 380 0 0 0 20 0 0 0 16 0 8 0 156495764 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26968] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26968/stat : 26968 (java) S 26959 26961 26782 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156495764 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26969] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26969/stat : 26969 (java) S 26959 26961 26782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495764 937422848 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.97831 s]
/proc/loadavg: 1.08 1.12 1.40 3/100 26969
/proc/meminfo: memFree=1029152/2055920 swapFree=4192812/4192956
[pid=26961] ppid=26959 vsize=915452 CPUtime=2.93
/proc/26961/stat : 26961 (java) R 26959 26961 26782 0 -1 0 8605 0 1 0 286 7 0 0 25 0 8 0 156495756 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823013 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26961/statm: 228863 8342 2513 14 0 215333 0
[pid=26961/tid=26963] ppid=26959 vsize=915452 CPUtime=0.03
/proc/26961/task/26963/stat : 26963 (java) S 26959 26961 26782 0 -1 64 241 0 0 0 3 0 0 0 16 0 8 0 156495760 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26964] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26964/stat : 26964 (java) S 26959 26961 26782 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156495761 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26965] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26965/stat : 26965 (java) S 26959 26961 26782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156495761 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26966] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26966/stat : 26966 (java) S 26959 26961 26782 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156495764 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26967] ppid=26959 vsize=915452 CPUtime=0.22
/proc/26961/task/26967/stat : 26967 (java) S 26959 26961 26782 0 -1 64 388 0 0 0 22 0 0 0 16 0 8 0 156495764 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26968] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26968/stat : 26968 (java) S 26959 26961 26782 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156495764 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26961/tid=26969] ppid=26959 vsize=915452 CPUtime=0
/proc/26961/task/26969/stat : 26969 (java) S 26959 26961 26782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156495764 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.17264
CPU time (s): 3.06453
CPU user time (s): 2.98754
CPU system time (s): 0.076988
CPU usage (%): 96.5926
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.98754
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8699
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= 1134
involuntary context switches= 1400

runsolver used 0.006998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 10:56:41 UTC 2007


IDJOB= 229623
IDBENCH= 6330
FILE ID= node18/229623-1168080990

PBS_JOBID= 3475876

Free space on /tmp= 66285 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229623-1168080990/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-229623-1168080990 -o ROOT/results/node18/solver-229623-1168080990 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229623-1168080990/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  68bb9f19e6d0eae74ccb2b74aee2f625

RANDOM SEED= 599866705

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.231
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.231
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:       1053240 kB
Buffers:         70744 kB
Cached:         714520 kB
SwapCached:          0 kB
Active:         497596 kB
Inactive:       405808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1053240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:         147196 kB
Slab:            83952 kB
Committed_AS:  4954748 kB
PageTables:       2244 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= 66285 MiB



End job on node18 on Sat Jan  6 10:56:59 UTC 2007