Trace number 224027

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.66844 3.74079

DiagnosticValue
CHECKS21366144
NODES17294

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-17_ext.xml
MD5SUMf6a077e0558b57e8dd97958a0b11bb82
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 benchmark1.52577
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/224027-1168267580/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.40	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  maxDegree=14  maxArity=2
0.59	       =>  wckTime=0.29  cpuTime=0.22  mem=13M827
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.484  cpuTime=0.34  mem=14M839
0.83	   
0.83	   preprocessing
0.84	     nbConstraintChecks=70602  nbPropagations=782  nbRevisions=4948  nbUselessRevisions=3763  nbSingletonTests=48
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.045  cpuTime=0.03  mem=14M839
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=29824  nbPropagations=1228  nbRevisions=8246  nbUselessRevisions=6143  nbAssignments=26
0.85	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.065  cpuTime=0.05  mem=14M839
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=73876  nbPropagations=3058  nbRevisions=21086  nbUselessRevisions=15444  nbAssignments=56
0.87	     nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=92  nbRestartNogoods=3  mapSize=19  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.081  cpuTime=0.06  mem=14M839
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=127893  nbPropagations=5728  nbRevisions=40353  nbUselessRevisions=29290
0.89	     nbAssignments=106  nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=179  nbRestartNogoods=6  mapSize=38
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.098  cpuTime=0.07  mem=14M839
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=243891  nbPropagations=10043  nbRevisions=72728  nbUselessRevisions=52017
0.91	     nbAssignments=182  nbFailedAssignments=83  nbBacktracks=81  nbVisitedNodes=318  nbRestartNogoods=7  mapSize=70
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.117  cpuTime=0.08  mem=14M839
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=378296  nbPropagations=16522  nbRevisions=121656  nbUselessRevisions=86205
0.93	     nbAssignments=286  nbFailedAssignments=132  nbBacktracks=131  nbVisitedNodes=502  nbRestartNogoods=8  mapSize=115
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.141  cpuTime=0.11  mem=14M839
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=612450  nbPropagations=26746  nbRevisions=200433  nbUselessRevisions=140805
0.97	     nbAssignments=471  nbFailedAssignments=236  nbBacktracks=206  nbVisitedNodes=839  nbRestartNogoods=14  mapSize=178
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.18  cpuTime=0.14  mem=14M839
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=907728  nbPropagations=41782  nbRevisions=316431  nbUselessRevisions=220903
1.02	     nbAssignments=695  nbFailedAssignments=341  nbBacktracks=323  nbVisitedNodes=1237  nbRestartNogoods=21  mapSize=278
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.227  cpuTime=0.19  mem=14M839
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1384623  nbPropagations=64106  nbRevisions=489476  nbUselessRevisions=340026
1.09	     nbAssignments=1021  nbFailedAssignments=492  nbBacktracks=494  nbVisitedNodes=1829  nbRestartNogoods=22
1.09	     mapSize=426  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.302  cpuTime=0.26  mem=14M839
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1928087  nbPropagations=95767  nbRevisions=735149  nbUselessRevisions=509385
1.20	     nbAssignments=1526  nbFailedAssignments=736  nbBacktracks=751  nbVisitedNodes=2726  nbRestartNogoods=26
1.20	     mapSize=649  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.405  cpuTime=0.34  mem=14M839
1.33	   
1.33	   search
1.33	     run=9  nbConstraintChecks=2849326  nbPropagations=142254  nbRevisions=1097841  nbUselessRevisions=759098
1.33	     nbAssignments=2220  nbFailedAssignments=1041  nbBacktracks=1136  nbVisitedNodes=3960  nbRestartNogoods=30
1.33	     mapSize=981  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.538  cpuTime=0.47  mem=14M839
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=14M839)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=4193316  nbPropagations=211288  nbRevisions=1638512  nbUselessRevisions=1131874
1.52	     nbAssignments=3353  nbFailedAssignments=1593  nbBacktracks=1715  nbVisitedNodes=6000  nbRestartNogoods=34
1.52	       =>  wckTime=0.726  cpuTime=0.64  mem=14M839
1.79	   
1.79	   search
1.79	     run=11  nbConstraintChecks=6287573  nbPropagations=315652  nbRevisions=2454091  nbUselessRevisions=1693605
1.79	     nbAssignments=5082  nbFailedAssignments=2450  nbBacktracks=2580  nbVisitedNodes=9118  nbRestartNogoods=38
1.79	       =>  wckTime=0.998  cpuTime=0.92  mem=14M839
2.18	   
2.18	   search
2.18	     run=12  nbConstraintChecks=9358774  nbPropagations=470820  nbRevisions=3667285  nbUselessRevisions=2530211
2.18	     nbAssignments=7607  nbFailedAssignments=3661  nbBacktracks=3877  nbVisitedNodes=13622  nbRestartNogoods=46
2.18	       =>  wckTime=1.386  cpuTime=1.3  mem=14M839
2.81	   
2.81	   search
2.81	     run=13  nbConstraintChecks=14376201  nbPropagations=706741  nbRevisions=5517603  nbUselessRevisions=3805437
2.81	     nbAssignments=11418  nbFailedAssignments=5520  nbBacktracks=5823  nbVisitedNodes=20530  nbRestartNogoods=52
2.81	       =>  wckTime=2.023  cpuTime=1.93  mem=14M839
3.64	   
3.64	   search
3.64	     run=14  nbConstraintChecks=20866211  nbPropagations=1050384  nbRevisions=8205446  nbUselessRevisions=5660333
3.64	     nbAssignments=16875  nbFailedAssignments=8042  nbBacktracks=8742  nbVisitedNodes=30160  nbRestartNogoods=66
3.64	       =>  wckTime=2.853  cpuTime=2.75  mem=15M815
3.70	   
3.70	   search
3.70	     run=15  nbConstraintChecks=21295542  nbPropagations=1401865  nbRevisions=10953849  nbUselessRevisions=7557418
3.70	     nbAssignments=17294  nbFailedAssignments=8220  nbBacktracks=8932  nbVisitedNodes=30859  nbRestartNogoods=77
3.70	       =>  wckTime=2.913  cpuTime=2.81  mem=15M815
3.70	   
3.70	   global
3.70	     nbConstraintChecks=21366144  nbPropagations=1402647  nbRevisions=10958797  nbUselessRevisions=7561181
3.70	     nbRestartNogoods=77  solvingWckTime=2.914  solvingCpuTime=2.81  expiredTime=no  totalExploration=no
3.70	     nbFoundSolutions=1  globalCpuTime=3.21
3.70	       =>  wckTime=3.402  cpuTime=3.15  mem=15M815
3.71	   
3.71	s SATISFIABLE
3.71	v 12 0 20 22 6 13 23 11 1 22 24 2 1 8 2 10 24 3 17 15 8 16 4 21 17 14 4 7 8 22 19 23 6 5 19 4 13 22 22 2 
3.71	d NODES 17294
3.71	d CHECKS 21366144
3.71	   
3.71	   totalWckTime=3.479  totalCpuTime=3.21

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/node76/watcher-224027-1168267580 -o ROOT/results/node76/solver-224027-1168267580 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224027-1168267580/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.82 1.95 1.60 3/87 25787
/proc/meminfo: memFree=1737400/2055888 swapFree=4095388/4096564
[pid=25786] ppid=25784 vsize=18544 CPUtime=0
/proc/25786/stat : 25786 (runsolver) R 25784 25786 25719 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 175155221 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25786/statm: 4636 280 245 17 0 2626 0

[startup+0.107465 s]
/proc/loadavg: 1.82 1.95 1.60 3/87 25787
/proc/meminfo: memFree=1737400/2055888 swapFree=4095388/4096564
[pid=25786] ppid=25784 vsize=914992 CPUtime=0.08
/proc/25786/stat : 25786 (java) R 25784 25786 25719 0 -1 0 3000 0 1 0 7 1 0 0 17 0 8 0 175155221 936951808 2748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25786/statm: 228748 2748 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.515543 s]
/proc/loadavg: 1.82 1.95 1.60 3/87 25787
/proc/meminfo: memFree=1737400/2055888 swapFree=4095388/4096564
[pid=25786] ppid=25784 vsize=915332 CPUtime=0.49
/proc/25786/stat : 25786 (java) R 25784 25786 25719 0 -1 0 7348 0 1 0 45 4 0 0 18 0 8 0 175155221 937299968 7089 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25786/statm: 228833 7089 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.3367 s]
/proc/loadavg: 1.82 1.95 1.60 3/94 25794
/proc/meminfo: memFree=1713600/2055888 swapFree=4095388/4096564
[pid=25786] ppid=25784 vsize=915456 CPUtime=1.29
/proc/25786/stat : 25786 (java) R 25784 25786 25719 0 -1 0 8715 0 1 0 124 5 0 0 24 0 8 0 175155221 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073769209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25786/statm: 228864 8455 2525 14 0 215333 0
[pid=25786/tid=25788] ppid=25784 vsize=915456 CPUtime=0.03
/proc/25786/task/25788/stat : 25788 (java) S 25784 25786 25719 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175155225 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25789] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25789/stat : 25789 (java) S 25784 25786 25719 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175155226 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25790] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25790/stat : 25790 (java) S 25784 25786 25719 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175155226 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25791] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25791/stat : 25791 (java) S 25784 25786 25719 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175155229 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25792] ppid=25784 vsize=915456 CPUtime=0.2
/proc/25786/task/25792/stat : 25792 (java) S 25784 25786 25719 0 -1 64 385 0 0 0 20 0 0 0 15 0 8 0 175155229 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25793] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25793/stat : 25793 (java) S 25784 25786 25719 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175155229 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25794] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25794/stat : 25794 (java) S 25784 25786 25719 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175155229 937426944 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.97902 s]
/proc/loadavg: 1.82 1.95 1.60 3/94 25794
/proc/meminfo: memFree=1713344/2055888 swapFree=4095388/4096564
[pid=25786] ppid=25784 vsize=915456 CPUtime=2.92
/proc/25786/stat : 25786 (java) R 25784 25786 25719 0 -1 0 8734 0 1 0 287 5 0 0 25 0 8 0 175155221 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25786/statm: 228864 8473 2525 14 0 215333 0
[pid=25786/tid=25788] ppid=25784 vsize=915456 CPUtime=0.03
/proc/25786/task/25788/stat : 25788 (java) S 25784 25786 25719 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175155225 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25789] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25789/stat : 25789 (java) S 25784 25786 25719 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175155226 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25790] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25790/stat : 25790 (java) S 25784 25786 25719 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175155226 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25791] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25791/stat : 25791 (java) S 25784 25786 25719 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 175155229 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25792] ppid=25784 vsize=915456 CPUtime=0.21
/proc/25786/task/25792/stat : 25792 (java) S 25784 25786 25719 0 -1 64 391 0 0 0 21 0 0 0 16 0 8 0 175155229 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25793] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25793/stat : 25793 (java) S 25784 25786 25719 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175155229 937426944 8473 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25786/tid=25794] ppid=25784 vsize=915456 CPUtime=0
/proc/25786/task/25794/stat : 25794 (java) S 25784 25786 25719 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175155229 937426944 8473 18446744073709551615 134512640 134570532 4294956480 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.74079
CPU time (s): 3.66844
CPU user time (s): 3.60345
CPU system time (s): 0.06499
CPU usage (%): 98.0661
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60345
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= 8829
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= 1155
involuntary context switches= 1469

runsolver used 0.005999 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 14:46:21 UTC 2007


IDJOB= 224027
IDBENCH= 5701
FILE ID= node76/224027-1168267580

PBS_JOBID= 3482895

Free space on /tmp= 66643 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f6a077e0558b57e8dd97958a0b11bb82

RANDOM SEED= 920371862

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1737880 kB
Buffers:         48792 kB
Cached:         108948 kB
SwapCached:        428 kB
Active:         190176 kB
Inactive:        80100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1737880 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         130328 kB
Slab:            33056 kB
Committed_AS:  7338912 kB
PageTables:       2060 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB



End job on node76 on Mon Jan  8 14:46:25 UTC 2007