Trace number 217559

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.74828 5.35489

DiagnosticValue
CHECKS25866598
NODES20580

General information on the benchmark

Namefrb/frb35-17/
frb35-17-5-mgd_ext.xml
MD5SUMc12f1974cb95f12a594fb521feb39b3c
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.198968
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints273
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension273
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.78	   
0.78	Abscon 109 (November, 2006)
0.78	   
0.78	   configuration
0.78	     name=esac.xml
0.89	   
0.89	   instance
0.89	     name=/tmp/evaluation/217559-1168247781/unknown.xml
0.92	   
0.92	   domains being loaded...
0.93	   
0.93	   variables being loaded...
0.96	     nbVariables=35  nbDomainTypes=1  minDomainSize=17  maxDomainSize=17
0.96	       =>  wckTime=0.165  cpuTime=0.08  mem=6M951
0.96	   
0.96	   relations being loaded...
1.03	   
1.03	   constraints being loaded...
1.14	     nbConstraints=273  nbRelationTypes=273  nbExtensionStructures=273  nbSharedExtensionStructures=0
1.14	     nbConflictsStructures=273  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2516  maxDegree=21
1.14	     maxArity=2
1.14	       =>  wckTime=0.349  cpuTime=0.2  mem=11M828
1.18	   
1.18	   solver IterativeSystematicSolver being built... 
1.33	       =>  wckTime=0.54  cpuTime=0.32  mem=14M898
1.38	   
1.38	   preprocessing
1.38	     nbConstraintChecks=47550  nbPropagations=707  nbRevisions=5472  nbUselessRevisions=4426  nbSingletonTests=44
1.38	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.38	       =>  wckTime=0.043  cpuTime=0.03  mem=14M898
1.40	   
1.40	   search
1.40	     run=0  nbConstraintChecks=36086  nbPropagations=1223  nbRevisions=11353  nbUselessRevisions=9004  nbAssignments=27
1.40	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.40	     nbTooLargeKeys=0
1.40	       =>  wckTime=0.065  cpuTime=0.05  mem=14M898
1.42	   
1.42	   search
1.42	     run=1  nbConstraintChecks=75060  nbPropagations=3008  nbRevisions=29323  nbUselessRevisions=23200  nbAssignments=56
1.42	     nbFailedAssignments=21  nbBacktracks=25  nbVisitedNodes=94  nbRestartNogoods=2  mapSize=21  nbInferences=0
1.42	     nbTooLargeKeys=0
1.42	       =>  wckTime=0.083  cpuTime=0.06  mem=14M898
1.43	   
1.43	   search
1.43	     run=2  nbConstraintChecks=127239  nbPropagations=5611  nbRevisions=57400  nbUselessRevisions=45496
1.43	     nbAssignments=106  nbFailedAssignments=42  nbBacktracks=47  nbVisitedNodes=178  nbRestartNogoods=4  mapSize=39
1.43	     nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.099  cpuTime=0.07  mem=14M898
1.45	   
1.45	   search
1.45	     run=3  nbConstraintChecks=220749  nbPropagations=9588  nbRevisions=102108  nbUselessRevisions=81152
1.45	     nbAssignments=179  nbFailedAssignments=67  nbBacktracks=82  nbVisitedNodes=288  nbRestartNogoods=8  mapSize=71
1.45	     nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.117  cpuTime=0.09  mem=14M898
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=342021  nbPropagations=15391  nbRevisions=170547  nbUselessRevisions=135855
1.48	     nbAssignments=274  nbFailedAssignments=107  nbBacktracks=133  nbVisitedNodes=461  nbRestartNogoods=10  mapSize=116
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.142  cpuTime=0.11  mem=14M898
1.51	   
1.51	   search
1.51	     run=5  nbConstraintChecks=494384  nbPropagations=23424  nbRevisions=266478  nbUselessRevisions=212145
1.51	     nbAssignments=396  nbFailedAssignments=149  nbBacktracks=208  nbVisitedNodes=666  nbRestartNogoods=14  mapSize=175
1.51	     nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.174  cpuTime=0.14  mem=14M898
1.55	   
1.55	   search
1.56	     run=6  nbConstraintChecks=739163  nbPropagations=35141  nbRevisions=408956  nbUselessRevisions=325199
1.56	     nbAssignments=599  nbFailedAssignments=235  nbBacktracks=321  nbVisitedNodes=1022  nbRestartNogoods=17  mapSize=274
1.56	     nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.22  cpuTime=0.19  mem=14M898
1.62	   
1.62	   search
1.62	     run=7  nbConstraintChecks=1124399  nbPropagations=52538  nbRevisions=624364  nbUselessRevisions=496287
1.62	     nbAssignments=923  nbFailedAssignments=375  nbBacktracks=491  nbVisitedNodes=1584  nbRestartNogoods=22  mapSize=427
1.62	     nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.29  cpuTime=0.25  mem=14M898
1.73	   
1.73	   search
1.73	     run=8  nbConstraintChecks=1715527  nbPropagations=78639  nbRevisions=950233  nbUselessRevisions=754756
1.73	     nbAssignments=1394  nbFailedAssignments=574  nbBacktracks=747  nbVisitedNodes=2410  nbRestartNogoods=29
1.73	     mapSize=655  nbInferences=0  nbTooLargeKeys=0
1.73	       =>  wckTime=0.396  cpuTime=0.35  mem=14M898
1.87	   
1.87	   search
1.87	     run=9  nbConstraintChecks=2473760  nbPropagations=115946  nbRevisions=1419619  nbUselessRevisions=1125920
1.87	     nbAssignments=2047  nbFailedAssignments=837  nbBacktracks=1134  nbVisitedNodes=3549  nbRestartNogoods=36
1.87	     mapSize=988  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.537  cpuTime=0.48  mem=14M898
1.88	   
1.88	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M898)
2.09	   
2.09	   search
2.09	     run=10  nbConstraintChecks=3873328  nbPropagations=173143  nbRevisions=2149946  nbUselessRevisions=1703599
2.09	     nbAssignments=3104  nbFailedAssignments=1314  nbBacktracks=1711  nbVisitedNodes=5456  nbRestartNogoods=40
2.09	       =>  wckTime=0.757  cpuTime=0.69  mem=14M898
2.37	   
2.37	   search
2.37	     run=11  nbConstraintChecks=5727269  nbPropagations=257255  nbRevisions=3232711  nbUselessRevisions=2562782
2.37	     nbAssignments=4618  nbFailedAssignments=1958  nbBacktracks=2576  nbVisitedNodes=8127  nbRestartNogoods=46
2.37	       =>  wckTime=1.037  cpuTime=0.96  mem=14M898
2.75	   
2.75	   search
2.75	     run=12  nbConstraintChecks=8242747  nbPropagations=379444  nbRevisions=4814410  nbUselessRevisions=3821194
2.75	     nbAssignments=6833  nbFailedAssignments=2870  nbBacktracks=3874  nbVisitedNodes=11999  nbRestartNogoods=54
2.75	       =>  wckTime=1.417  cpuTime=1.34  mem=14M898
3.38	   
3.38	   search
3.38	     run=13  nbConstraintChecks=12622440  nbPropagations=563918  nbRevisions=7212144  nbUselessRevisions=5726646
3.38	     nbAssignments=10234  nbFailedAssignments=4318  nbBacktracks=5822  nbVisitedNodes=18040  nbRestartNogoods=61
3.38	       =>  wckTime=2.05  cpuTime=1.97  mem=14M898
4.35	   
4.35	   search
4.35	     run=14  nbConstraintChecks=19289166  nbPropagations=844449  nbRevisions=10835188  nbUselessRevisions=8599326
4.35	     nbAssignments=15338  nbFailedAssignments=6499  nbBacktracks=8741  nbVisitedNodes=27103  nbRestartNogoods=67
4.35	       =>  wckTime=3.017  cpuTime=2.93  mem=14M898
5.33	   
5.33	   search
5.33	     run=15  nbConstraintChecks=25819048  nbPropagations=1220708  nbRevisions=15712462  nbUselessRevisions=12469534
5.33	     nbAssignments=20580  nbFailedAssignments=8776  nbBacktracks=11671  nbVisitedNodes=36464  nbRestartNogoods=79
5.33	       =>  wckTime=3.992  cpuTime=3.89  mem=14M898
5.33	   
5.33	   global
5.33	     nbConstraintChecks=25866598  nbPropagations=1221415  nbRevisions=15717934  nbUselessRevisions=12473960
5.33	     nbRestartNogoods=79  solvingWckTime=3.993  solvingCpuTime=3.89  expiredTime=no  totalExploration=no
5.33	     nbFoundSolutions=1  globalCpuTime=4.27
5.33	       =>  wckTime=4.536  cpuTime=4.22  mem=14M898
5.33	   
5.33	s SATISFIABLE
5.33	v 0 9 2 5 14 2 12 12 13 5 16 14 1 15 15 15 5 11 7 6 14 4 9 14 8 4 14 4 1 4 0 11 13 16 15 
5.33	d NODES 20580
5.33	d CHECKS 25866598
5.33	   
5.33	   totalWckTime=4.622  totalCpuTime=4.27

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-217559-1168247781 -o ROOT/results/node76/solver-217559-1168247781 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217559-1168247781/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.54 3.36 3.86 4/78 13614
/proc/meminfo: memFree=1917760/2055888 swapFree=4095388/4096564
[pid=13613] ppid=13608 vsize=18544 CPUtime=0
/proc/13613/stat : 13613 (runsolver) D 13608 13613 13474 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 173175259 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 0 4096 24578 18446744071563611212 0 0 17 0 0 0
/proc/13613/statm: 4636 280 245 17 0 2626 0

[startup+0.102255 s]
/proc/loadavg: 1.54 3.36 3.86 4/78 13614
/proc/meminfo: memFree=1917760/2055888 swapFree=4095388/4096564
[pid=13613] ppid=13608 vsize=312 CPUtime=0
/proc/13613/stat : 13613 (java) D 13608 13613 13474 0 -1 0 54 0 2 0 0 0 0 0 18 0 1 0 173175259 319488 38 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4822167 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/13613/statm: 78 38 30 14 0 5 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 312

[startup+0.510335 s]
/proc/loadavg: 1.54 3.36 3.86 4/78 13614
/proc/meminfo: memFree=1917760/2055888 swapFree=4095388/4096564
[pid=13613] ppid=13608 vsize=914992 CPUtime=0.11
/proc/13613/stat : 13613 (java) D 13608 13613 13474 0 -1 0 3193 0 15 0 9 2 0 0 16 0 8 0 173175259 936951808 2955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151962435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13613/statm: 228748 2955 1506 14 0 215242 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 914992

[startup+1.3325 s]
/proc/loadavg: 1.54 3.36 3.86 4/93 13642
/proc/meminfo: memFree=1856328/2055888 swapFree=4095388/4096564
[pid=13613] ppid=13608 vsize=915460 CPUtime=0.76
/proc/13613/stat : 13613 (java) R 13608 13613 13474 0 -1 0 8341 0 50 0 68 8 0 0 20 0 8 0 173175259 937431040 8130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153781282 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13613/statm: 228865 8131 2521 14 0 215334 0
[pid=13613/tid=13620] ppid=13608 vsize=915460 CPUtime=0.03
/proc/13613/task/13620/stat : 13620 (java) S 13608 13613 13474 0 -1 64 249 0 0 0 3 0 0 0 16 0 8 0 173175298 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13621] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13621/stat : 13621 (java) S 13608 13613 13474 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173175298 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13622] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13622/stat : 13622 (java) S 13608 13613 13474 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173175298 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13626] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13626/stat : 13626 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 173175304 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13627] ppid=13608 vsize=915460 CPUtime=0.14
/proc/13613/task/13627/stat : 13627 (java) S 13608 13613 13474 0 -1 64 351 0 0 0 13 1 0 0 15 0 8 0 173175304 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13628] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13628/stat : 13628 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173175304 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13629] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13629/stat : 13629 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173175304 937431040 8131 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 915460

[startup+2.98382 s]
/proc/loadavg: 1.54 3.36 3.86 3/94 13643
/proc/meminfo: memFree=1824000/2055888 swapFree=4095388/4096564
[pid=13613] ppid=13608 vsize=915460 CPUtime=2.4
/proc/13613/stat : 13613 (java) R 13608 13613 13474 0 -1 0 8661 0 50 0 231 9 0 0 25 0 8 0 173175259 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795861 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13613/statm: 228865 8449 2525 14 0 215334 0
[pid=13613/tid=13620] ppid=13608 vsize=915460 CPUtime=0.03
/proc/13613/task/13620/stat : 13620 (java) S 13608 13613 13474 0 -1 64 249 0 0 0 3 0 0 0 17 0 8 0 173175298 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13621] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13621/stat : 13621 (java) S 13608 13613 13474 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173175298 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13622] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13622/stat : 13622 (java) S 13608 13613 13474 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173175298 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13626] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13626/stat : 13626 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 173175304 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13627] ppid=13608 vsize=915460 CPUtime=0.21
/proc/13613/task/13627/stat : 13627 (java) S 13608 13613 13474 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 173175304 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13628] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13628/stat : 13628 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173175304 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13613/tid=13629] ppid=13608 vsize=915460 CPUtime=0
/proc/13613/task/13629/stat : 13629 (java) S 13608 13613 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173175304 937431040 8449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 5.35489
CPU time (s): 4.74828
CPU user time (s): 4.64429
CPU system time (s): 0.103984
CPU usage (%): 88.6718
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.64429
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8759
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1334
involuntary context switches= 1455

runsolver used 0.008998 s user time and 0.024996 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 09:16:21 UTC 2007


IDJOB= 217559
IDBENCH= 5145
FILE ID= node76/217559-1168247781

PBS_JOBID= 3481884

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-5-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217559-1168247781/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-217559-1168247781 -o ROOT/results/node76/solver-217559-1168247781 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217559-1168247781/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c12f1974cb95f12a594fb521feb39b3c

RANDOM SEED= 839428488

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:       1918976 kB
Buffers:         33464 kB
Cached:          37248 kB
SwapCached:         76 kB
Active:          49904 kB
Inactive:        40412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1918976 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            5576 kB
Writeback:           0 kB
Mapped:          28980 kB
Slab:            32560 kB
Committed_AS:  6392548 kB
PageTables:       1648 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 09:16:28 UTC 2007