Trace number 228306

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 2.99554 3.09337

DiagnosticValue
CHECKS9321336
NODES11591

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-71_ext.xml
MD5SUM1b35e673177acbdb08af03d1f34ee6a3
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.89856
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/228306-1168080877/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.44	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.44	   
0.44	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8213  maxDegree=27
0.63	     maxArity=2
0.63	       =>  wckTime=0.287  cpuTime=0.21  mem=10M860
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.475  cpuTime=0.33  mem=13M696
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0080  cpuTime=0.0  mem=13M696
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=18136  nbPropagations=459  nbRevisions=4680  nbUselessRevisions=3880  nbAssignments=26
0.86	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.045  cpuTime=0.04  mem=14M671
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=42464  nbPropagations=1414  nbRevisions=15230  nbUselessRevisions=12482  nbAssignments=56
0.89	     nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=85  nbRestartNogoods=4  mapSize=19  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.067  cpuTime=0.05  mem=14M671
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=75564  nbPropagations=3081  nbRevisions=34593  nbUselessRevisions=28425
0.91	     nbAssignments=105  nbFailedAssignments=29  nbBacktracks=49  nbVisitedNodes=162  nbRestartNogoods=7  mapSize=38
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.087  cpuTime=0.06  mem=14M671
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=126378  nbPropagations=5701  nbRevisions=66687  nbUselessRevisions=54828
0.92	     nbAssignments=165  nbFailedAssignments=47  nbBacktracks=84  nbVisitedNodes=259  nbRestartNogoods=12  mapSize=65
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.103  cpuTime=0.08  mem=14M671
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=194499  nbPropagations=9587  nbRevisions=116708  nbUselessRevisions=96081
0.94	     nbAssignments=248  nbFailedAssignments=72  nbBacktracks=137  nbVisitedNodes=395  nbRestartNogoods=16  mapSize=108
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.123  cpuTime=0.1  mem=14M671
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=275003  nbPropagations=15096  nbRevisions=189290  nbUselessRevisions=156134
0.97	     nbAssignments=371  nbFailedAssignments=109  nbBacktracks=214  nbVisitedNodes=592  nbRestartNogoods=18  mapSize=168
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.152  cpuTime=0.12  mem=14M671
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=432564  nbPropagations=23467  nbRevisions=304520  nbUselessRevisions=251664
1.01	     nbAssignments=551  nbFailedAssignments=170  nbBacktracks=329  nbVisitedNodes=901  nbRestartNogoods=22  mapSize=271
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.194  cpuTime=0.16  mem=14M671
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=653482  nbPropagations=36054  nbRevisions=481046  nbUselessRevisions=398234
1.07	     nbAssignments=829  nbFailedAssignments=267  nbBacktracks=503  nbVisitedNodes=1378  nbRestartNogoods=24  mapSize=419
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.254  cpuTime=0.22  mem=14M671
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=951019  nbPropagations=54236  nbRevisions=738162  nbUselessRevisions=611758
1.15	     nbAssignments=1210  nbFailedAssignments=381  nbBacktracks=762  nbVisitedNodes=2003  nbRestartNogoods=27
1.15	     mapSize=624  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.334  cpuTime=0.3  mem=14M671
1.28	   
1.28	   search
1.28	     run=9  nbConstraintChecks=1376560  nbPropagations=80658  nbRevisions=1113673  nbUselessRevisions=923789
1.28	     nbAssignments=1800  nbFailedAssignments=577  nbBacktracks=1147  nbVisitedNodes=2991  nbRestartNogoods=34
1.28	     mapSize=942  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.46  cpuTime=0.41  mem=14M671
1.32	   
1.32	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=14M671)
1.46	   
1.46	   search
1.46	     run=10  nbConstraintChecks=2165131  nbPropagations=121002  nbRevisions=1701804  nbUselessRevisions=1413400
1.46	     nbAssignments=2702  nbFailedAssignments=896  nbBacktracks=1724  nbVisitedNodes=4535  nbRestartNogoods=39
1.46	       =>  wckTime=0.644  cpuTime=0.59  mem=14M671
1.67	   
1.67	   search
1.67	     run=11  nbConstraintChecks=3103628  nbPropagations=179483  nbRevisions=2556472  nbUselessRevisions=2125038
1.67	     nbAssignments=3994  nbFailedAssignments=1316  nbBacktracks=2590  nbVisitedNodes=6687  nbRestartNogoods=45
1.67	       =>  wckTime=0.856  cpuTime=0.8  mem=14M671
2.03	   
2.03	   search
2.03	     run=12  nbConstraintChecks=4717521  nbPropagations=266942  nbRevisions=3854727  nbUselessRevisions=3208270
2.03	     nbAssignments=5939  nbFailedAssignments=1955  nbBacktracks=3890  nbVisitedNodes=9955  nbRestartNogoods=52
2.03	       =>  wckTime=1.208  cpuTime=1.15  mem=14M671
2.53	   
2.53	   search
2.53	     run=13  nbConstraintChecks=6998559  nbPropagations=396830  nbRevisions=5780382  nbUselessRevisions=4813637
2.53	     nbAssignments=8856  nbFailedAssignments=2919  nbBacktracks=5836  nbVisitedNodes=14790  nbRestartNogoods=60
2.53	       =>  wckTime=1.707  cpuTime=1.65  mem=14M671
3.03	   
3.03	   search
3.03	     run=14  nbConstraintChecks=9321336  nbPropagations=567994  nbRevisions=8331400  nbUselessRevisions=6939208
3.03	     nbAssignments=11591  nbFailedAssignments=3790  nbBacktracks=7660  nbVisitedNodes=19374  nbRestartNogoods=65
3.03	       =>  wckTime=2.212  cpuTime=2.15  mem=14M671
3.03	   
3.03	   global
3.03	     nbConstraintChecks=9321336  nbPropagations=568034  nbRevisions=8331400  nbUselessRevisions=6939208
3.03	     nbRestartNogoods=65  solvingWckTime=2.213  solvingCpuTime=2.15  expiredTime=no  totalExploration=no
3.03	     nbFoundSolutions=1  globalCpuTime=2.54
3.03	       =>  wckTime=2.691  cpuTime=2.48  mem=14M671
3.03	   
3.03	s SATISFIABLE
3.03	v 4 1 10 5 2 8 8 2 3 0 7 7 1 3 4 2 5 8 10 10 10 10 1 1 9 4 7 6 4 5 2 0 3 6 10 4 9 0 7 5 
3.03	d NODES 11591
3.03	d CHECKS 9321336
3.03	   
3.03	   totalWckTime=2.767  totalCpuTime=2.54

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/node5/watcher-228306-1168080877 -o ROOT/results/node5/solver-228306-1168080877 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228306-1168080877/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.46 1.46 1.80 4/81 7783
/proc/meminfo: memFree=1439712/2055920 swapFree=4192812/4192956
[pid=7782] ppid=7780 vsize=18540 CPUtime=0
/proc/7782/stat : 7782 (runsolver) R 7780 7782 6917 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 136702812 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7782/statm: 4635 279 244 17 0 2626 0

[startup+0.103534 s]
/proc/loadavg: 0.46 1.46 1.80 4/81 7783
/proc/meminfo: memFree=1439712/2055920 swapFree=4192812/4192956
[pid=7782] ppid=7780 vsize=907808 CPUtime=0.05
/proc/7782/stat : 7782 (java) R 7780 7782 6917 0 -1 0 2495 0 1 0 4 1 0 0 22 0 4 0 136702812 929595392 2242 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7782/statm: 226952 2242 1227 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511577 s]
/proc/loadavg: 0.46 1.46 1.80 4/81 7783
/proc/meminfo: memFree=1439712/2055920 swapFree=4192812/4192956
[pid=7782] ppid=7780 vsize=915328 CPUtime=0.45
/proc/7782/stat : 7782 (java) S 7780 7782 6917 0 -1 0 6344 0 1 0 41 4 0 0 16 0 8 0 136702812 937295872 6083 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7782/statm: 228832 6083 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33366 s]
/proc/loadavg: 0.46 1.46 1.80 2/88 7820
/proc/meminfo: memFree=1414504/2055920 swapFree=4192812/4192956
[pid=7782] ppid=7780 vsize=915456 CPUtime=1.27
/proc/7782/stat : 7782 (java) R 7780 7782 6917 0 -1 0 8581 0 1 0 121 6 0 0 17 0 8 0 136702812 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7782/statm: 228864 8319 2513 14 0 215334 0
[pid=7782/tid=7795] ppid=7780 vsize=915456 CPUtime=0.02
/proc/7782/task/7795/stat : 7795 (java) S 7780 7782 6917 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 136702819 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7796] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7796/stat : 7796 (java) S 7780 7782 6917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136702819 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7797] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7797/stat : 7797 (java) S 7780 7782 6917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136702819 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7816] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7816/stat : 7816 (java) S 7780 7782 6917 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 136702823 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7817] ppid=7780 vsize=915456 CPUtime=0.21
/proc/7782/task/7817/stat : 7817 (java) S 7780 7782 6917 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 136702823 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7818] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7818/stat : 7818 (java) S 7780 7782 6917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136702823 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7820] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7820/stat : 7820 (java) S 7780 7782 6917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 136702823 937426944 8319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915456

[startup+2.98585 s]
/proc/loadavg: 0.50 1.45 1.80 2/88 7820
/proc/meminfo: memFree=1414312/2055920 swapFree=4192812/4192956
[pid=7782] ppid=7780 vsize=915456 CPUtime=2.92
/proc/7782/stat : 7782 (java) R 7780 7782 6917 0 -1 0 8596 0 1 0 286 6 0 0 18 0 8 0 136702812 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7782/statm: 228864 8333 2513 14 0 215334 0
[pid=7782/tid=7795] ppid=7780 vsize=915456 CPUtime=0.02
/proc/7782/task/7795/stat : 7795 (java) S 7780 7782 6917 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 136702819 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7796] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7796/stat : 7796 (java) S 7780 7782 6917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136702819 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7797] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7797/stat : 7797 (java) S 7780 7782 6917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136702819 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7816] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7816/stat : 7816 (java) S 7780 7782 6917 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 136702823 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7817] ppid=7780 vsize=915456 CPUtime=0.22
/proc/7782/task/7817/stat : 7817 (java) S 7780 7782 6917 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 136702823 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7818] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7818/stat : 7818 (java) S 7780 7782 6917 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136702823 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7782/tid=7820] ppid=7780 vsize=915456 CPUtime=0
/proc/7782/task/7820/stat : 7820 (java) S 7780 7782 6917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 136702823 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 3.09337
CPU time (s): 2.99554
CPU user time (s): 2.92056
CPU system time (s): 0.074988
CPU usage (%): 96.8377
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92056
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8686
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= 881
involuntary context switches= 152

runsolver used 0.006998 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 10:54:42 UTC 2007


IDJOB= 228306
IDBENCH= 6177
FILE ID= node5/228306-1168080877

PBS_JOBID= 3475804

Free space on /tmp= 66333 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1b35e673177acbdb08af03d1f34ee6a3

RANDOM SEED= 35382621

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.240
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.240
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:       1440128 kB
Buffers:         49108 kB
Cached:         432060 kB
SwapCached:          0 kB
Active:          87740 kB
Inactive:       441412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:          67000 kB
Slab:            71776 kB
Committed_AS:  3188460 kB
PageTables:       2012 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= 66331 MiB



End job on node5 on Sat Jan  6 10:54:55 UTC 2007