Trace number 229426

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 4.70029 4.93301

DiagnosticValue
CHECKS24408909
NODES21204

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-9_ext.xml
MD5SUM41f153e170abdcdc17c93369e0f325bc
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 benchmark0.313951
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.46	   
0.46	Abscon 109 (November, 2006)
0.46	   
0.46	   configuration
0.46	     name=mac.xml
0.49	   
0.49	   instance
0.49	     name=/tmp/evaluation/229426-1168080962/unknown.xml
0.52	   
0.52	   domains being loaded...
0.53	   
0.53	   variables being loaded...
0.56	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.56	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.56	   
0.56	   relations being loaded...
0.63	   
0.63	   constraints being loaded...
0.74	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.74	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1403  maxDegree=20
0.74	     maxArity=2
0.74	       =>  wckTime=0.271  cpuTime=0.2  mem=11M893
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.458  cpuTime=0.33  mem=13M734
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.93	     detectedInconsistency=no
0.93	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M734
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=26296  nbPropagations=509  nbRevisions=4326  nbUselessRevisions=3304  nbAssignments=24
0.97	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.048  cpuTime=0.03  mem=14M709
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=69118  nbPropagations=1670  nbRevisions=15423  nbUselessRevisions=11632  nbAssignments=54
0.99	     nbFailedAssignments=20  nbBacktracks=25  nbVisitedNodes=90  nbRestartNogoods=2  mapSize=21  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.066  cpuTime=0.04  mem=14M709
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=129700  nbPropagations=3843  nbRevisions=36978  nbUselessRevisions=27779
1.01	     nbAssignments=106  nbFailedAssignments=43  nbBacktracks=48  nbVisitedNodes=181  nbRestartNogoods=5  mapSize=44
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.088  cpuTime=0.05  mem=14M709
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=188869  nbPropagations=7077  nbRevisions=69417  nbUselessRevisions=52196
1.03	     nbAssignments=160  nbFailedAssignments=61  nbBacktracks=81  nbVisitedNodes=270  nbRestartNogoods=9  mapSize=65
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.102  cpuTime=0.07  mem=14M709
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=270772  nbPropagations=11790  nbRevisions=117049  nbUselessRevisions=88462
1.04	     nbAssignments=243  nbFailedAssignments=89  nbBacktracks=131  nbVisitedNodes=408  nbRestartNogoods=11  mapSize=106
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.12  cpuTime=0.08  mem=14M709
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=413338  nbPropagations=18911  nbRevisions=189372  nbUselessRevisions=143075
1.08	     nbAssignments=374  nbFailedAssignments=141  nbBacktracks=206  nbVisitedNodes=635  nbRestartNogoods=15  mapSize=167
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.152  cpuTime=0.11  mem=14M709
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=638003  nbPropagations=29665  nbRevisions=300061  nbUselessRevisions=226195
1.12	     nbAssignments=563  nbFailedAssignments=214  nbBacktracks=319  nbVisitedNodes=959  nbRestartNogoods=20  mapSize=263
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.196  cpuTime=0.16  mem=14M709
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=954865  nbPropagations=45844  nbRevisions=466934  nbUselessRevisions=351270
1.18	     nbAssignments=843  nbFailedAssignments=319  nbBacktracks=490  nbVisitedNodes=1446  nbRestartNogoods=23  mapSize=405
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.259  cpuTime=0.22  mem=14M709
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1390328  nbPropagations=69362  nbRevisions=709261  nbUselessRevisions=532834
1.27	     nbAssignments=1256  nbFailedAssignments=471  nbBacktracks=746  nbVisitedNodes=2139  nbRestartNogoods=31
1.27	     mapSize=604  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.346  cpuTime=0.3  mem=14M709
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=1980310  nbPropagations=103404  nbRevisions=1060150  nbUselessRevisions=796255
1.39	     nbAssignments=1854  nbFailedAssignments=680  nbBacktracks=1131  nbVisitedNodes=3154  nbRestartNogoods=35
1.39	     mapSize=910  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.47  cpuTime=0.41  mem=14M709
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M709)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=2995813  nbPropagations=154566  nbRevisions=1591341  nbUselessRevisions=1195199
1.56	     nbAssignments=2798  nbFailedAssignments=1042  nbBacktracks=1708  nbVisitedNodes=4768  nbRestartNogoods=44
1.56	       =>  wckTime=0.64  cpuTime=0.57  mem=14M709
1.82	   
1.82	   search
1.82	     run=11  nbConstraintChecks=4754874  nbPropagations=233997  nbRevisions=2423755  nbUselessRevisions=1820845
1.82	     nbAssignments=4298  nbFailedAssignments=1672  nbBacktracks=2573  nbVisitedNodes=7407  nbRestartNogoods=55
1.83	       =>  wckTime=0.901  cpuTime=0.83  mem=14M709
2.18	   
2.18	   search
2.18	     run=12  nbConstraintChecks=7085165  nbPropagations=353119  nbRevisions=3675206  nbUselessRevisions=2762480
2.18	     nbAssignments=6472  nbFailedAssignments=2546  nbBacktracks=3870  nbVisitedNodes=11181  nbRestartNogoods=67
2.18	       =>  wckTime=1.255  cpuTime=1.18  mem=14M709
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=10745177  nbPropagations=532150  nbRevisions=5562886  nbUselessRevisions=4183139
2.75	     nbAssignments=9642  nbFailedAssignments=3764  nbBacktracks=5818  nbVisitedNodes=16697  nbRestartNogoods=75
2.75	       =>  wckTime=1.822  cpuTime=1.75  mem=14M709
3.60	   
3.60	   search
3.60	     run=14  nbConstraintChecks=16232307  nbPropagations=801587  nbRevisions=8405336  nbUselessRevisions=6323449
3.60	     nbAssignments=14381  nbFailedAssignments=5577  nbBacktracks=8738  nbVisitedNodes=24877  nbRestartNogoods=84
3.60	       =>  wckTime=2.679  cpuTime=2.6  mem=14M709
4.87	   
4.87	   search
4.87	     run=15  nbConstraintChecks=24408909  nbPropagations=1201820  nbRevisions=12660104  nbUselessRevisions=9528682
4.87	     nbAssignments=21204  nbFailedAssignments=8309  nbBacktracks=12789  nbVisitedNodes=36808  nbRestartNogoods=90
4.87	       =>  wckTime=3.943  cpuTime=3.87  mem=14M709
4.87	   
4.87	   global
4.87	     nbConstraintChecks=24408909  nbPropagations=1201860  nbRevisions=12660104  nbUselessRevisions=9528682
4.87	     nbRestartNogoods=90  solvingWckTime=3.944  solvingCpuTime=3.87  expiredTime=no  totalExploration=no
4.87	     nbFoundSolutions=1  globalCpuTime=4.26
4.87	       =>  wckTime=4.404  cpuTime=4.21  mem=14M709
4.87	   
4.87	s SATISFIABLE
4.87	v 6 12 9 1 6 9 13 6 10 3 3 3 3 15 10 0 8 11 3 14 7 13 15 9 10 10 12 10 6 4 0 8 4 9 6 11 12 6 2 5 
4.87	d NODES 21204
4.87	d CHECKS 24408909
4.87	   
4.87	   totalWckTime=4.48  totalCpuTime=4.26

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/node2/watcher-229426-1168080962 -o ROOT/results/node2/solver-229426-1168080962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229426-1168080962/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.37 1.08 1.55 3/81 5707
/proc/meminfo: memFree=1110480/2055920 swapFree=4191880/4192956
[pid=5706] ppid=5704 vsize=1784 CPUtime=0
/proc/5706/stat : 5706 (java) R 5704 5706 5511 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 156493411 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5706/statm: 446 136 102 14 0 91 0

[startup+0.10298 s]
/proc/loadavg: 0.37 1.08 1.55 3/81 5707
/proc/meminfo: memFree=1110480/2055920 swapFree=4191880/4192956
[pid=5706] ppid=5704 vsize=47892 CPUtime=0
/proc/5706/stat : 5706 (java) D 5704 5706 5511 0 -1 0 1219 0 1 0 0 0 0 0 18 0 1 0 156493411 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/5706/statm: 11973 968 766 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47892

[startup+0.511056 s]
/proc/loadavg: 0.37 1.08 1.55 3/81 5707
/proc/meminfo: memFree=1110480/2055920 swapFree=4191880/4192956
[pid=5706] ppid=5704 vsize=915328 CPUtime=0.32
/proc/5706/stat : 5706 (java) R 5704 5706 5511 0 -1 0 5592 0 1 0 29 3 0 0 17 0 8 0 156493411 937295872 5331 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155180766 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5706/statm: 228832 5331 2074 14 0 215302 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 915328

[startup+1.3332 s]
/proc/loadavg: 0.37 1.08 1.55 2/88 5714
/proc/meminfo: memFree=1087192/2055920 swapFree=4191880/4192956
[pid=5706] ppid=5704 vsize=915452 CPUtime=1.14
/proc/5706/stat : 5706 (java) S 5704 5706 5511 0 -1 0 8573 0 1 0 109 5 0 0 16 0 8 0 156493411 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5706/statm: 228863 8311 2513 14 0 215333 0
[pid=5706/tid=5708] ppid=5704 vsize=915452 CPUtime=0.03
/proc/5706/task/5708/stat : 5708 (java) S 5704 5706 5511 0 -1 64 242 0 0 0 3 0 0 0 16 0 8 0 156493431 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5706/tid=5709] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5709/stat : 5709 (java) S 5704 5706 5511 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156493432 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5710] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5710/stat : 5710 (java) S 5704 5706 5511 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156493432 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5711] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5711/stat : 5711 (java) S 5704 5706 5511 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156493435 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5712] ppid=5704 vsize=915452 CPUtime=0.18
/proc/5706/task/5712/stat : 5712 (java) R 5704 5706 5511 0 -1 64 378 0 0 0 17 1 0 0 16 0 8 0 156493435 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153101659 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5706/tid=5713] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5713/stat : 5713 (java) S 5704 5706 5511 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156493435 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5714] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5714/stat : 5714 (java) S 5704 5706 5511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156493435 937422848 8311 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 915452

[startup+2.9775 s]
/proc/loadavg: 0.37 1.08 1.55 2/88 5714
/proc/meminfo: memFree=1086872/2055920 swapFree=4191880/4192956
[pid=5706] ppid=5704 vsize=915452 CPUtime=2.78
/proc/5706/stat : 5706 (java) R 5704 5706 5511 0 -1 0 8609 0 1 0 273 5 0 0 18 0 8 0 156493411 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073793320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5706/statm: 228863 8346 2513 14 0 215333 0
[pid=5706/tid=5708] ppid=5704 vsize=915452 CPUtime=0.03
/proc/5706/task/5708/stat : 5708 (java) S 5704 5706 5511 0 -1 64 242 0 0 0 3 0 0 0 17 0 8 0 156493431 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5706/tid=5709] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5709/stat : 5709 (java) S 5704 5706 5511 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156493432 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5710] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5710/stat : 5710 (java) S 5704 5706 5511 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156493432 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5711] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5711/stat : 5711 (java) S 5704 5706 5511 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156493435 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5712] ppid=5704 vsize=915452 CPUtime=0.2
/proc/5706/task/5712/stat : 5712 (java) S 5704 5706 5511 0 -1 64 388 0 0 0 19 1 0 0 15 0 8 0 156493435 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5706/tid=5713] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5713/stat : 5713 (java) S 5704 5706 5511 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156493435 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5706/tid=5714] ppid=5704 vsize=915452 CPUtime=0
/proc/5706/task/5714/stat : 5714 (java) S 5704 5706 5511 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156493435 937422848 8346 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 4.93301
CPU time (s): 4.70029
CPU user time (s): 4.63529
CPU system time (s): 0.06499
CPU usage (%): 95.2823
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.6353
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8703
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= 938
involuntary context switches= 258

runsolver used 0.006998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 10:56:09 UTC 2007


IDJOB= 229426
IDBENCH= 6303
FILE ID= node2/229426-1168080962

PBS_JOBID= 3475875

Free space on /tmp= 66326 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  41f153e170abdcdc17c93369e0f325bc

RANDOM SEED= 160440041

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.259
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	: 5931.00
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.259
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:       1110960 kB
Buffers:         73992 kB
Cached:         713520 kB
SwapCached:        268 kB
Active:         310820 kB
Inactive:       537592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110960 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          79208 kB
Slab:            81504 kB
Committed_AS:  3492888 kB
PageTables:       2216 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= 66324 MiB



End job on node2 on Sat Jan  6 10:56:32 UTC 2007