Trace number 204904

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 3.53046 3.67265

DiagnosticValue
CHECKS15506812
NODES15902

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-25_ext.xml
MD5SUM7ce4adf35b053fca3a3ba429e49ac6a9
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.226965
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints219
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension219
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/204904-1168166985/unknown.xml
0.46	   
0.47	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.50	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.50	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.50	   
0.50	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.66	     nbConstraints=219  nbRelationTypes=219  nbExtensionStructures=219  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=219  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2566  maxDegree=20
0.66	     maxArity=2
0.66	       =>  wckTime=0.257  cpuTime=0.19  mem=10M852
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.452  cpuTime=0.31  mem=14M679
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=27814  nbPropagations=514  nbRevisions=3555  nbUselessRevisions=2800  nbSingletonTests=36
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.039  cpuTime=0.03  mem=14M679
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=24191  nbPropagations=947  nbRevisions=8087  nbUselessRevisions=6416  nbAssignments=23
0.92	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.059  cpuTime=0.04  mem=14M679
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=50418  nbPropagations=2377  nbRevisions=20793  nbUselessRevisions=16465  nbAssignments=56
0.93	     nbFailedAssignments=16  nbBacktracks=25  nbVisitedNodes=80  nbRestartNogoods=4  mapSize=20  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.071  cpuTime=0.05  mem=14M679
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=90622  nbPropagations=4535  nbRevisions=41410  nbUselessRevisions=32773  nbAssignments=96
0.95	     nbFailedAssignments=29  nbBacktracks=47  nbVisitedNodes=149  nbRestartNogoods=6  mapSize=39  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.091  cpuTime=0.07  mem=14M679
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=144077  nbPropagations=7648  nbRevisions=73220  nbUselessRevisions=57843
0.96	     nbAssignments=154  nbFailedAssignments=51  nbBacktracks=80  nbVisitedNodes=248  nbRestartNogoods=9  mapSize=66
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.104  cpuTime=0.09  mem=14M679
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=223400  nbPropagations=12209  nbRevisions=121452  nbUselessRevisions=96071
0.98	     nbAssignments=247  nbFailedAssignments=87  nbBacktracks=130  nbVisitedNodes=409  nbRestartNogoods=10  mapSize=110
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.122  cpuTime=0.11  mem=14M679
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=344929  nbPropagations=19010  nbRevisions=193219  nbUselessRevisions=152773
1.01	     nbAssignments=395  nbFailedAssignments=133  nbBacktracks=206  nbVisitedNodes=626  nbRestartNogoods=17  mapSize=173
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.154  cpuTime=0.13  mem=14M679
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=541343  nbPropagations=29332  nbRevisions=305582  nbUselessRevisions=241153
1.05	     nbAssignments=600  nbFailedAssignments=220  nbBacktracks=319  nbVisitedNodes=987  nbRestartNogoods=21  mapSize=273
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.196  cpuTime=0.17  mem=14M679
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=821790  nbPropagations=44734  nbRevisions=477450  nbUselessRevisions=376790
1.11	     nbAssignments=901  nbFailedAssignments=347  nbBacktracks=489  nbVisitedNodes=1520  nbRestartNogoods=26  mapSize=427
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.256  cpuTime=0.23  mem=14M679
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=1255620  nbPropagations=67961  nbRevisions=739656  nbUselessRevisions=583382
1.20	     nbAssignments=1363  nbFailedAssignments=550  nbBacktracks=745  nbVisitedNodes=2343  nbRestartNogoods=34
1.20	     mapSize=653  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.347  cpuTime=0.32  mem=14M679
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=1853708  nbPropagations=102084  nbRevisions=1132434  nbUselessRevisions=893609
1.34	     nbAssignments=2042  nbFailedAssignments=841  nbBacktracks=1129  nbVisitedNodes=3548  nbRestartNogoods=40
1.34	     mapSize=991  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.479  cpuTime=0.43  mem=14M679
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=14M679)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=2843857  nbPropagations=153910  nbRevisions=1739784  nbUselessRevisions=1374140
1.52	     nbAssignments=3115  nbFailedAssignments=1335  nbBacktracks=1706  nbVisitedNodes=5490  nbRestartNogoods=45
1.52	       =>  wckTime=0.664  cpuTime=0.61  mem=14M679
1.76	   
1.76	   search
1.76	     run=11  nbConstraintChecks=4233874  nbPropagations=230199  nbRevisions=2631196  nbUselessRevisions=2078602
1.76	     nbAssignments=4604  nbFailedAssignments=1955  nbBacktracks=2570  nbVisitedNodes=8117  nbRestartNogoods=49
1.76	       =>  wckTime=0.907  cpuTime=0.85  mem=14M679
2.14	   
2.14	   search
2.14	     run=12  nbConstraintChecks=6466941  nbPropagations=344888  nbRevisions=3974100  nbUselessRevisions=3138273
2.14	     nbAssignments=6914  nbFailedAssignments=2952  nbBacktracks=3869  nbVisitedNodes=12220  nbRestartNogoods=62
2.14	       =>  wckTime=1.278  cpuTime=1.22  mem=14M679
2.68	   
2.68	   search
2.68	     run=13  nbConstraintChecks=9777935  nbPropagations=516276  nbRevisions=5988604  nbUselessRevisions=4726426
2.68	     nbAssignments=10286  nbFailedAssignments=4372  nbBacktracks=5815  nbVisitedNodes=18238  nbRestartNogoods=71
2.68	       =>  wckTime=1.827  cpuTime=1.77  mem=14M679
3.53	   
3.53	   search
3.53	     run=14  nbConstraintChecks=14857854  nbPropagations=773801  nbRevisions=9014460  nbUselessRevisions=7107431
3.53	     nbAssignments=15272  nbFailedAssignments=6434  nbBacktracks=8737  nbVisitedNodes=27093  nbRestartNogoods=76
3.53	       =>  wckTime=2.668  cpuTime=2.61  mem=14M679
3.63	   
3.63	   search
3.63	     run=15  nbConstraintChecks=15478998  nbPropagations=1041994  nbRevisions=12163012  nbUselessRevisions=9584583
3.63	     nbAssignments=15902  nbFailedAssignments=6685  nbBacktracks=9086  nbVisitedNodes=28187  nbRestartNogoods=81
3.63	       =>  wckTime=2.773  cpuTime=2.71  mem=14M679
3.63	   
3.63	   global
3.63	     nbConstraintChecks=15506812  nbPropagations=1042508  nbRevisions=12166567  nbUselessRevisions=9587383
3.63	     nbRestartNogoods=81  solvingWckTime=2.774  solvingCpuTime=2.71  expiredTime=no  totalExploration=no
3.63	     nbFoundSolutions=1  globalCpuTime=3.07
3.63	       =>  wckTime=3.228  cpuTime=3.02  mem=14M679
3.63	   
3.63	s SATISFIABLE
3.63	v 0 6 2 0 4 2 0 11 9 12 7 1 3 9 12 7 12 9 9 9 3 6 10 3 13 4 4 4 14 9 
3.63	d NODES 15902
3.63	d CHECKS 15506812
3.63	   
3.63	   totalWckTime=3.304  totalCpuTime=3.07

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/node1/watcher-204904-1168166985 -o ROOT/results/node1/solver-204904-1168166985 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204904-1168166985/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.52 1.91 1.96 3/81 18270
/proc/meminfo: memFree=1909616/2055920 swapFree=4165612/4192956
[pid=18269] ppid=18267 vsize=18540 CPUtime=0
/proc/18269/stat : 18269 (runsolver) R 18267 18269 18100 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 165094703 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18269/statm: 4635 279 244 17 0 2626 0

[startup+0.103977 s]
/proc/loadavg: 1.52 1.91 1.96 3/81 18270
/proc/meminfo: memFree=1909616/2055920 swapFree=4165612/4192956
[pid=18269] ppid=18267 vsize=47976 CPUtime=0
/proc/18269/stat : 18269 (java) D 18267 18269 18100 0 -1 0 1223 0 1 0 0 0 0 0 18 0 1 0 165094703 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/18269/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.512025 s]
/proc/loadavg: 1.52 1.91 1.96 3/81 18270
/proc/meminfo: memFree=1909616/2055920 swapFree=4165612/4192956
[pid=18269] ppid=18267 vsize=915328 CPUtime=0.38
/proc/18269/stat : 18269 (java) S 18267 18269 18100 0 -1 0 6121 0 1 0 34 4 0 0 16 0 8 0 165094703 937295872 5860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18269/statm: 228832 5860 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 915328

[startup+1.33312 s]
/proc/loadavg: 1.52 1.91 1.96 2/88 18277
/proc/meminfo: memFree=1885752/2055920 swapFree=4165612/4192956
[pid=18269] ppid=18267 vsize=915452 CPUtime=1.21
/proc/18269/stat : 18269 (java) R 18267 18269 18100 0 -1 0 8629 0 1 0 115 6 0 0 16 0 8 0 165094703 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18269/statm: 228863 8367 2524 14 0 215333 0
[pid=18269/tid=18271] ppid=18267 vsize=915452 CPUtime=0.02
/proc/18269/task/18271/stat : 18271 (java) S 18267 18269 18100 0 -1 64 206 0 0 0 2 0 0 0 16 0 8 0 165094716 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18269/tid=18272] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18272/stat : 18272 (java) S 18267 18269 18100 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 165094717 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18273] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18273/stat : 18273 (java) S 18267 18269 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165094717 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18274] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18274/stat : 18274 (java) S 18267 18269 18100 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165094721 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18275] ppid=18267 vsize=915452 CPUtime=0.2
/proc/18269/task/18275/stat : 18275 (java) S 18267 18269 18100 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 165094721 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18276] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18276/stat : 18276 (java) S 18267 18269 18100 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165094721 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18277] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18277/stat : 18277 (java) S 18267 18269 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165094721 937422848 8367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915452

[startup+2.97031 s]
/proc/loadavg: 1.52 1.91 1.96 2/88 18277
/proc/meminfo: memFree=1885432/2055920 swapFree=4165612/4192956
[pid=18269] ppid=18267 vsize=915452 CPUtime=2.85
/proc/18269/stat : 18269 (java) R 18267 18269 18100 0 -1 0 8651 0 1 0 278 7 0 0 18 0 8 0 165094703 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18269/statm: 228863 8388 2524 14 0 215333 0
[pid=18269/tid=18271] ppid=18267 vsize=915452 CPUtime=0.02
/proc/18269/task/18271/stat : 18271 (java) S 18267 18269 18100 0 -1 64 206 0 0 0 2 0 0 0 17 0 8 0 165094716 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18269/tid=18272] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18272/stat : 18272 (java) S 18267 18269 18100 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 165094717 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18273] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18273/stat : 18273 (java) S 18267 18269 18100 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165094717 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18274] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18274/stat : 18274 (java) S 18267 18269 18100 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165094721 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18275] ppid=18267 vsize=915452 CPUtime=0.21
/proc/18269/task/18275/stat : 18275 (java) S 18267 18269 18100 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 165094721 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18276] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18276/stat : 18276 (java) S 18267 18269 18100 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 165094721 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18269/tid=18277] ppid=18267 vsize=915452 CPUtime=0
/proc/18269/task/18277/stat : 18277 (java) S 18267 18269 18100 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165094721 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.67265
CPU time (s): 3.53046
CPU user time (s): 3.45347
CPU system time (s): 0.076988
CPU usage (%): 96.1285
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.45347
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= 8744
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= 949
involuntary context switches= 129

runsolver used 0.006998 s user time and 0.014997 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 10:49:46 UTC 2007


IDJOB= 204904
IDBENCH= 4087
FILE ID= node1/204904-1168166985

PBS_JOBID= 3478716

Free space on /tmp= 66310 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-25_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204904-1168166985/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-204904-1168166985 -o ROOT/results/node1/solver-204904-1168166985 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204904-1168166985/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7ce4adf35b053fca3a3ba429e49ac6a9

RANDOM SEED= 794160676

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.234
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.234
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:       1909896 kB
Buffers:          5148 kB
Cached:          45972 kB
SwapCached:       3620 kB
Active:          75108 kB
Inactive:        15708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909896 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          49796 kB
Slab:            40124 kB
Committed_AS:  4624288 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= 66310 MiB



End job on node1 on Sun Jan  7 10:49:53 UTC 2007