Trace number 223461

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 ESACSAT 4.21736 4.30512

DiagnosticValue
CHECKS26539875
NODES19106

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-71_ext.xml
MD5SUMf2da38f2b0eee6526ffd29a925965623
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.394939
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/223461-1168265722/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.40	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=2
0.59	       =>  wckTime=0.289  cpuTime=0.23  mem=13M812
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.484  cpuTime=0.35  mem=14M840
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=83803  nbPropagations=946  nbRevisions=6168  nbUselessRevisions=4712  nbSingletonTests=51
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.83	       =>  wckTime=0.048  cpuTime=0.03  mem=14M840
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=28708  nbPropagations=1437  nbRevisions=9704  nbUselessRevisions=7240  nbAssignments=22
0.85	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.068  cpuTime=0.04  mem=14M840
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=70630  nbPropagations=3568  nbRevisions=24464  nbUselessRevisions=18026  nbAssignments=55
0.87	     nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=89  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.083  cpuTime=0.05  mem=14M840
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=148066  nbPropagations=7041  nbRevisions=49698  nbUselessRevisions=36033
0.89	     nbAssignments=113  nbFailedAssignments=49  nbBacktracks=48  nbVisitedNodes=193  nbRestartNogoods=5  mapSize=39
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.103  cpuTime=0.06  mem=14M840
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=226746  nbPropagations=11979  nbRevisions=85959  nbUselessRevisions=61679
0.91	     nbAssignments=185  nbFailedAssignments=79  nbBacktracks=81  nbVisitedNodes=315  nbRestartNogoods=9  mapSize=68
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.12  cpuTime=0.08  mem=14M840
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=395149  nbPropagations=19660  nbRevisions=143718  nbUselessRevisions=102443
0.94	     nbAssignments=314  nbFailedAssignments=136  nbBacktracks=131  nbVisitedNodes=522  nbRestartNogoods=15  mapSize=116
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.149  cpuTime=0.11  mem=14M840
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=572259  nbPropagations=30348  nbRevisions=225371  nbUselessRevisions=160136
0.96	     nbAssignments=461  nbFailedAssignments=202  nbBacktracks=208  nbVisitedNodes=781  nbRestartNogoods=20  mapSize=180
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.178  cpuTime=0.14  mem=14M840
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=853827  nbPropagations=45576  nbRevisions=343441  nbUselessRevisions=243078
1.01	     nbAssignments=676  nbFailedAssignments=298  nbBacktracks=321  nbVisitedNodes=1157  nbRestartNogoods=26  mapSize=271
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.222  cpuTime=0.18  mem=14M840
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=1277638  nbPropagations=67880  nbRevisions=517803  nbUselessRevisions=365242
1.07	     nbAssignments=1008  nbFailedAssignments=454  nbBacktracks=492  nbVisitedNodes=1747  nbRestartNogoods=29
1.07	     mapSize=415  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.288  cpuTime=0.24  mem=14M840
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1922950  nbPropagations=101076  nbRevisions=779313  nbUselessRevisions=548059
1.19	     nbAssignments=1511  nbFailedAssignments=693  nbBacktracks=749  nbVisitedNodes=2649  nbRestartNogoods=37
1.19	     mapSize=638  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.402  cpuTime=0.34  mem=14M840
1.33	   
1.33	   search
1.33	     run=9  nbConstraintChecks=2941569  nbPropagations=150973  nbRevisions=1175071  nbUselessRevisions=824006
1.33	     nbAssignments=2278  nbFailedAssignments=1070  nbBacktracks=1133  nbVisitedNodes=4031  nbRestartNogoods=49
1.33	     mapSize=976  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.547  cpuTime=0.48  mem=14M840
1.36	   
1.36	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=14M840)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=4349120  nbPropagations=224961  nbRevisions=1754853  nbUselessRevisions=1225902
1.53	     nbAssignments=3351  nbFailedAssignments=1561  nbBacktracks=1713  nbVisitedNodes=5958  nbRestartNogoods=59
1.53	       =>  wckTime=0.741  cpuTime=0.66  mem=14M840
1.83	   
1.83	   search
1.83	     run=11  nbConstraintChecks=6812355  nbPropagations=337877  nbRevisions=2652336  nbUselessRevisions=1847582
1.83	     nbAssignments=5090  nbFailedAssignments=2431  nbBacktracks=2577  nbVisitedNodes=9150  nbRestartNogoods=61
1.83	       =>  wckTime=1.044  cpuTime=0.96  mem=14M840
2.25	   
2.25	   search
2.25	     run=12  nbConstraintChecks=10167929  nbPropagations=505537  nbRevisions=3989488  nbUselessRevisions=2772440
2.25	     nbAssignments=7537  nbFailedAssignments=3574  nbBacktracks=3875  nbVisitedNodes=13567  nbRestartNogoods=70
2.25	       =>  wckTime=1.465  cpuTime=1.38  mem=15M815
2.94	   
2.94	   search
2.94	     run=13  nbConstraintChecks=15752396  nbPropagations=760658  nbRevisions=6038014  nbUselessRevisions=4187985
2.94	     nbAssignments=11415  nbFailedAssignments=5502  nbBacktracks=5821  nbVisitedNodes=20638  nbRestartNogoods=80
2.94	       =>  wckTime=2.15  cpuTime=2.06  mem=15M815
3.91	   
3.92	   search
3.92	     run=14  nbConstraintChecks=23866453  nbPropagations=1141757  nbRevisions=9093344  nbUselessRevisions=6297564
3.92	     nbAssignments=16970  nbFailedAssignments=8134  nbBacktracks=8741  nbVisitedNodes=30691  nbRestartNogoods=93
3.92	       =>  wckTime=3.129  cpuTime=3.03  mem=15M815
4.26	   
4.26	   search
4.26	     run=15  nbConstraintChecks=26456072  nbPropagations=1569326  nbRevisions=12502394  nbUselessRevisions=8650337
4.26	     nbAssignments=19106  nbFailedAssignments=9072  nbBacktracks=9899  nbVisitedNodes=34441  nbRestartNogoods=99
4.26	       =>  wckTime=3.474  cpuTime=3.37  mem=15M815
4.26	   
4.26	   global
4.26	     nbConstraintChecks=26539875  nbPropagations=1570272  nbRevisions=12508562  nbUselessRevisions=8655049
4.26	     nbRestartNogoods=99  solvingWckTime=3.475  solvingCpuTime=3.37  expiredTime=no  totalExploration=no
4.26	     nbFoundSolutions=1  globalCpuTime=3.77
4.26	       =>  wckTime=3.962  cpuTime=3.72  mem=15M815
4.26	   
4.26	s SATISFIABLE
4.26	v 13 6 17 7 7 13 9 7 15 14 18 7 0 15 10 7 16 5 17 6 20 1 2 8 24 11 2 17 21 2 6 1 24 10 1 13 8 20 23 13 
4.26	d NODES 19106
4.26	d CHECKS 26539875
4.26	   
4.27	   totalWckTime=4.039  totalCpuTime=3.77

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/node14/watcher-223461-1168265722 -o ROOT/results/node14/solver-223461-1168265722 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223461-1168265722/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.70 0.41 0.73 5/94 27367
/proc/meminfo: memFree=1760832/2055920 swapFree=4182236/4192956
[pid=27366] ppid=27364 vsize=18540 CPUtime=0
/proc/27366/stat : 27366 (runsolver) R 27364 27366 26901 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 174968247 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27366/statm: 4635 279 244 17 0 2626 0

[startup+0.107612 s]
/proc/loadavg: 0.70 0.41 0.73 5/94 27367
/proc/meminfo: memFree=1760832/2055920 swapFree=4182236/4192956
[pid=27366] ppid=27364 vsize=914988 CPUtime=0.08
/proc/27366/stat : 27366 (java) R 27364 27366 26901 0 -1 0 3019 0 1 0 6 2 0 0 25 0 8 0 174968247 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7389429 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27366/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515651 s]
/proc/loadavg: 0.70 0.41 0.73 5/94 27367
/proc/meminfo: memFree=1760832/2055920 swapFree=4182236/4192956
[pid=27366] ppid=27364 vsize=915328 CPUtime=0.49
/proc/27366/stat : 27366 (java) R 27364 27366 26901 0 -1 0 7368 0 1 0 44 5 0 0 25 0 8 0 174968247 937295872 7107 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072919695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27366/statm: 228832 7107 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33872 s]
/proc/loadavg: 0.70 0.41 0.73 3/101 27374
/proc/meminfo: memFree=1737032/2055920 swapFree=4182236/4192956
[pid=27366] ppid=27364 vsize=915452 CPUtime=1.29
/proc/27366/stat : 27366 (java) R 27364 27366 26901 0 -1 0 8715 0 1 0 122 7 0 0 25 0 8 0 174968247 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072933105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27366/statm: 228863 8453 2524 14 0 215333 0
[pid=27366/tid=27368] ppid=27364 vsize=915452 CPUtime=0.02
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 26901 0 -1 64 245 0 0 0 2 0 0 0 16 0 8 0 174968251 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 26901 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174968252 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 26901 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174968252 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 26901 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174968255 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=915452 CPUtime=0.2
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 26901 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 174968255 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 26901 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 174968255 937422848 8453 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 26901 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174968255 937422848 8453 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) 915452

[startup+2.98988 s]
/proc/loadavg: 0.70 0.41 0.73 3/101 27374
/proc/meminfo: memFree=1736776/2055920 swapFree=4182236/4192956
[pid=27366] ppid=27364 vsize=915452 CPUtime=2.93
/proc/27366/stat : 27366 (java) R 27364 27366 26901 0 -1 0 8737 0 1 0 286 7 0 0 25 0 8 0 174968247 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073806944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27366/statm: 228863 8473 2524 14 0 215333 0
[pid=27366/tid=27368] ppid=27364 vsize=915452 CPUtime=0.02
/proc/27366/task/27368/stat : 27368 (java) S 27364 27366 26901 0 -1 64 245 0 0 0 2 0 0 0 17 0 8 0 174968251 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27369] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27369/stat : 27369 (java) S 27364 27366 26901 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174968252 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27370] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27370/stat : 27370 (java) S 27364 27366 26901 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174968252 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27371] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27371/stat : 27371 (java) S 27364 27366 26901 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174968255 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27372] ppid=27364 vsize=915452 CPUtime=0.21
/proc/27366/task/27372/stat : 27372 (java) S 27364 27366 26901 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 174968255 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27373] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27373/stat : 27373 (java) S 27364 27366 26901 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 174968255 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27366/tid=27374] ppid=27364 vsize=915452 CPUtime=0
/proc/27366/task/27374/stat : 27374 (java) S 27364 27366 26901 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 174968255 937422848 8473 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 4.30512
CPU time (s): 4.21736
CPU user time (s): 4.12937
CPU system time (s): 0.087986
CPU usage (%): 97.9615
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12937
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8831
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= 1216
involuntary context switches= 1565

runsolver used 0.005999 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 14:15:26 UTC 2007


IDJOB= 223461
IDBENCH= 5637
FILE ID= node14/223461-1168265722

PBS_JOBID= 3482551

Free space on /tmp= 66344 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-71_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223461-1168265722/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-223461-1168265722 -o ROOT/results/node14/solver-223461-1168265722 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223461-1168265722/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f2da38f2b0eee6526ffd29a925965623

RANDOM SEED= 804971182

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.227
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.227
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:       1761568 kB
Buffers:         60000 kB
Cached:         119692 kB
SwapCached:       4180 kB
Active:         146656 kB
Inactive:        97012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761568 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:          80404 kB
Slab:            35460 kB
Committed_AS:  5741200 kB
PageTables:       2276 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= 66344 MiB



End job on node14 on Mon Jan  8 14:15:43 UTC 2007