Trace number 247671

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 ESACUNSAT 5.97809 6.03718

DiagnosticValue
CHECKS12575922
NODES22744

General information on the benchmark

Namelangford/
langford-3-11-ext.xml
MD5SUMf047fc038009e372113925ae5ca60f88
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.69774
SatisfiableNO
(Un)Satisfiability was proved
Number of variables33
Number of constraints550
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension550
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=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/247671-1168393505/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=33  nbDomainTypes=1  minDomainSize=33  maxDomainSize=33
0.43	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.60	     nbConstraints=528  nbRelationTypes=12  nbMergedConstraints=22  nbExtensionStructures=12
0.60	     nbSharedExtensionStructures=516  nbConflictsStructures=12  nbSharedConflictsStructures=516
0.60	     nbSharedBinaryRepresentations=725  maxDegree=32  maxArity=2
0.60	       =>  wckTime=0.274  cpuTime=0.18  mem=8M935
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.481  cpuTime=0.32  mem=14M665
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=26349  nbPropagations=556  nbRevisions=2309  nbUselessRevisions=1397  nbSingletonTests=39
0.85	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=462  detectedInconsistency=no
0.85	       =>  wckTime=0.045  cpuTime=0.03  mem=14M665
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=14510  nbPropagations=965  nbRevisions=4925  nbUselessRevisions=3054  nbAssignments=31
0.88	     nbFailedAssignments=7  nbBacktracks=18  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.07  cpuTime=0.04  mem=14M665
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=27240  nbPropagations=2367  nbRevisions=12174  nbUselessRevisions=7568  nbAssignments=68
0.89	     nbFailedAssignments=14  nbBacktracks=36  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=12  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.085  cpuTime=0.06  mem=14M665
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=41227  nbPropagations=4246  nbRevisions=21939  nbUselessRevisions=13607
0.91	     nbAssignments=114  nbFailedAssignments=24  nbBacktracks=66  nbVisitedNodes=152  nbRestartNogoods=4  mapSize=21
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.1  cpuTime=0.06  mem=14M665
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=61399  nbPropagations=6816  nbRevisions=35806  nbUselessRevisions=22337
0.92	     nbAssignments=171  nbFailedAssignments=36  nbBacktracks=99  nbVisitedNodes=232  nbRestartNogoods=5  mapSize=32
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.114  cpuTime=0.08  mem=14M665
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=85775  nbPropagations=10235  nbRevisions=54394  nbUselessRevisions=34015
0.94	     nbAssignments=251  nbFailedAssignments=53  nbBacktracks=153  nbVisitedNodes=341  nbRestartNogoods=13  mapSize=47
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.128  cpuTime=0.09  mem=14M665
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=125882  nbPropagations=14975  nbRevisions=81554  nbUselessRevisions=51365
0.96	     nbAssignments=363  nbFailedAssignments=80  nbBacktracks=229  nbVisitedNodes=500  nbRestartNogoods=18  mapSize=72
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.151  cpuTime=0.11  mem=14M665
0.99	   
0.99	   search
0.99	     run=6  nbConstraintChecks=185280  nbPropagations=21900  nbRevisions=122921  nbUselessRevisions=78500
0.99	     nbAssignments=545  nbFailedAssignments=136  nbBacktracks=346  nbVisitedNodes=766  nbRestartNogoods=23  mapSize=118
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.186  cpuTime=0.14  mem=14M665
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=284430  nbPropagations=32504  nbRevisions=190216  nbUselessRevisions=124225
1.04	     nbAssignments=807  nbFailedAssignments=215  nbBacktracks=517  nbVisitedNodes=1171  nbRestartNogoods=27  mapSize=196
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.236  cpuTime=0.19  mem=14M665
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=451817  nbPropagations=49375  nbRevisions=299555  nbUselessRevisions=199401
1.13	     nbAssignments=1222  nbFailedAssignments=364  nbBacktracks=777  nbVisitedNodes=1835  nbRestartNogoods=35
1.13	     mapSize=339  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.324  cpuTime=0.28  mem=14M665
1.29	   
1.29	   search
1.29	     run=9  nbConstraintChecks=745612  nbPropagations=76901  nbRevisions=487194  nbUselessRevisions=331467
1.29	     nbAssignments=1862  nbFailedAssignments=611  nbBacktracks=1161  nbVisitedNodes=2894  nbRestartNogoods=44
1.29	     mapSize=573  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.476  cpuTime=0.41  mem=14M665
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=14M665)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=1308060  nbPropagations=124941  nbRevisions=826463  nbUselessRevisions=573113
1.53	     nbAssignments=2928  nbFailedAssignments=1091  nbBacktracks=1737  nbVisitedNodes=4773  nbRestartNogoods=49
1.53	       =>  wckTime=0.725  cpuTime=0.64  mem=14M665
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=2219465  nbPropagations=203958  nbRevisions=1420517  nbUselessRevisions=1004180
1.89	     nbAssignments=4639  nbFailedAssignments=1928  nbBacktracks=2601  nbVisitedNodes=7795  nbRestartNogoods=61
1.89	       =>  wckTime=1.08  cpuTime=1.01  mem=14M665
2.44	   
2.44	   search
2.44	     run=12  nbConstraintChecks=3598883  nbPropagations=332588  nbRevisions=2394894  nbUselessRevisions=1714028
2.44	     nbAssignments=7180  nbFailedAssignments=3163  nbBacktracks=3899  nbVisitedNodes=12372  nbRestartNogoods=79
2.44	       =>  wckTime=1.632  cpuTime=1.56  mem=14M665
3.33	   
3.33	   search
3.33	     run=13  nbConstraintChecks=5865345  nbPropagations=539873  nbRevisions=4021427  nbUselessRevisions=2913838
3.33	     nbAssignments=11080  nbFailedAssignments=5109  nbBacktracks=5845  nbVisitedNodes=19451  nbRestartNogoods=96
3.33	       =>  wckTime=2.523  cpuTime=2.45  mem=14M665
4.66	   
4.66	   search
4.66	     run=14  nbConstraintChecks=9153839  nbPropagations=865194  nbRevisions=6605762  nbUselessRevisions=4832066
4.66	     nbAssignments=16872  nbFailedAssignments=7972  nbBacktracks=8764  nbVisitedNodes=30091  nbRestartNogoods=103
4.66	       =>  wckTime=3.85  cpuTime=3.77  mem=14M665
6.00	   
6.00	   search
6.00	     run=15  nbConstraintChecks=12549573  nbPropagations=1308958  nbRevisions=10163671  nbUselessRevisions=7480012
6.00	     nbAssignments=22744  nbFailedAssignments=10938  nbBacktracks=11658  nbVisitedNodes=40800  nbRestartNogoods=113
6.00	       =>  wckTime=5.193  cpuTime=5.11  mem=14M665
6.00	   
6.00	   global
6.00	     nbConstraintChecks=12575922  nbPropagations=1309514  nbRevisions=10165980  nbUselessRevisions=7481409
6.00	     nbRestartNogoods=113  solvingWckTime=5.194  solvingCpuTime=5.12  expiredTime=no  totalExploration=yes
6.00	     nbFoundSolutions=0  globalCpuTime=5.49
6.00	       =>  wckTime=5.678  cpuTime=5.44  mem=14M665
6.01	   
6.01	s UNSATISFIABLE
6.01	d NODES 22744
6.01	d CHECKS 12575922
6.01	   
6.01	   totalWckTime=5.759  totalCpuTime=5.49

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-247671-1168393505 -o ROOT/results/node15/solver-247671-1168393505 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247671-1168393505/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.06 1.10 1.40 6/82 19833
/proc/meminfo: memFree=1694248/2055920 swapFree=4174172/4192956
[pid=19832] ppid=19827 vsize=1500 CPUtime=0
/proc/19832/stat : 19832 (java) R 19827 19832 19731 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 187745413 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7477044 0 0 4096 0 0 0 0 17 0 0 0
/proc/19832/statm: 375 69 55 14 0 8 0

[startup+0.105749 s]
/proc/loadavg: 1.06 1.10 1.40 6/82 19833
/proc/meminfo: memFree=1694248/2055920 swapFree=4174172/4192956
[pid=19832] ppid=19827 vsize=914988 CPUtime=0.08
/proc/19832/stat : 19832 (java) R 19827 19832 19731 0 -1 0 2995 0 1 0 6 2 0 0 22 0 8 0 187745413 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929344 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19832/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513818 s]
/proc/loadavg: 1.06 1.10 1.40 6/82 19833
/proc/meminfo: memFree=1694248/2055920 swapFree=4174172/4192956
[pid=19832] ppid=19827 vsize=915328 CPUtime=0.47
/proc/19832/stat : 19832 (java) R 19827 19832 19731 0 -1 0 6263 0 1 0 43 4 0 0 18 0 8 0 187745413 937295872 6002 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19832/statm: 228832 6002 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33497 s]
/proc/loadavg: 1.06 1.10 1.40 3/101 19896
/proc/meminfo: memFree=1659536/2055920 swapFree=4174172/4192956
[pid=19832] ppid=19827 vsize=915460 CPUtime=1.29
/proc/19832/stat : 19832 (java) R 19827 19832 19731 0 -1 0 8654 0 1 0 122 7 0 0 24 0 8 0 187745413 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825069 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19832/statm: 228865 8392 2524 14 0 215335 0
[pid=19832/tid=19846] ppid=19827 vsize=915460 CPUtime=0.02
/proc/19832/task/19846/stat : 19846 (java) S 19827 19832 19731 0 -1 64 191 0 0 0 2 0 0 0 17 0 8 0 187745417 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19850] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19850/stat : 19850 (java) S 19827 19832 19731 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187745417 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19851] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19851/stat : 19851 (java) S 19827 19832 19731 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187745417 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19869] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19869/stat : 19869 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187745420 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19832/tid=19870] ppid=19827 vsize=915460 CPUtime=0.23
/proc/19832/task/19870/stat : 19870 (java) S 19827 19832 19731 0 -1 64 391 0 0 0 22 1 0 0 15 0 8 0 187745420 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19871] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19871/stat : 19871 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187745420 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19832/tid=19872] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19872/stat : 19872 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187745420 937431040 8392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.98524 s]
/proc/loadavg: 1.06 1.10 1.40 3/101 19896
/proc/meminfo: memFree=1659216/2055920 swapFree=4174172/4192956
[pid=19832] ppid=19827 vsize=915460 CPUtime=2.94
/proc/19832/stat : 19832 (java) R 19827 19832 19731 0 -1 0 8686 0 1 0 287 7 0 0 25 0 8 0 187745413 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19832/statm: 228865 8423 2524 14 0 215335 0
[pid=19832/tid=19846] ppid=19827 vsize=915460 CPUtime=0.02
/proc/19832/task/19846/stat : 19846 (java) S 19827 19832 19731 0 -1 64 191 0 0 0 2 0 0 0 16 0 8 0 187745417 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19850] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19850/stat : 19850 (java) S 19827 19832 19731 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187745417 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19851] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19851/stat : 19851 (java) S 19827 19832 19731 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187745417 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19869] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19869/stat : 19869 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187745420 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19832/tid=19870] ppid=19827 vsize=915460 CPUtime=0.24
/proc/19832/task/19870/stat : 19870 (java) S 19827 19832 19731 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 187745420 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19832/tid=19871] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19871/stat : 19871 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187745420 937431040 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19832/tid=19872] ppid=19827 vsize=915460 CPUtime=0
/proc/19832/task/19872/stat : 19872 (java) S 19827 19832 19731 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187745420 937431040 8423 18446744073709551615 134512640 134570532 4294956464 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) 915460

Child status: 0
Real time (s): 6.03718
CPU time (s): 5.97809
CPU user time (s): 5.8951
CPU system time (s): 0.082987
CPU usage (%): 99.0212
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8951
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8786
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= 1292
involuntary context switches= 1403

runsolver used 0.014997 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Wed Jan 10 01:45:06 UTC 2007


IDJOB= 247671
IDBENCH= 11649
FILE ID= node15/247671-1168393505

PBS_JOBID= 3522817

Free space on /tmp= 66563 MiB

BENCH NAME= HOME/pub/bench/CPAI06/langford/langford-3-11-ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247671-1168393505/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-247671-1168393505 -o ROOT/results/node15/solver-247671-1168393505 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247671-1168393505/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f047fc038009e372113925ae5ca60f88

RANDOM SEED= 403838899

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.276
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.276
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:       1694992 kB
Buffers:         42540 kB
Cached:         227980 kB
SwapCached:       5900 kB
Active:         223324 kB
Inactive:        82396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694992 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:          45004 kB
Slab:            40224 kB
Committed_AS:  6435716 kB
PageTables:       2220 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= 66562 MiB



End job on node15 on Wed Jan 10 01:45:12 UTC 2007