Trace number 227700

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.39933 4.48582

DiagnosticValue
CHECKS10132138
NODES15308

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-0_ext.xml
MD5SUM39587dd010a16b1c5dd4bed4b43a0f10
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 benchmark2.33664
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/227700-1168278692/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.44	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.73	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.73	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11913  maxDegree=39
0.73	     maxArity=2
0.73	       =>  wckTime=0.4  cpuTime=0.26  mem=11M947
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.611  cpuTime=0.4  mem=15M7
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=22267  nbPropagations=895  nbRevisions=5047  nbUselessRevisions=3996  nbSingletonTests=54
1.00	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.057  cpuTime=0.04  mem=15M7
1.03	   
1.03	   search
1.03	     run=0  nbConstraintChecks=10967  nbPropagations=1176  nbRevisions=8188  nbUselessRevisions=6571  nbAssignments=21
1.03	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=32  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.082  cpuTime=0.05  mem=15M7
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=32121  nbPropagations=2956  nbRevisions=22476  nbUselessRevisions=18219  nbAssignments=67
1.05	     nbFailedAssignments=12  nbBacktracks=28  nbVisitedNodes=80  nbRestartNogoods=2  mapSize=20  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.104  cpuTime=0.06  mem=15M7
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=52850  nbPropagations=5195  nbRevisions=43675  nbUselessRevisions=35832
1.06	     nbAssignments=103  nbFailedAssignments=20  nbBacktracks=50  nbVisitedNodes=136  nbRestartNogoods=4  mapSize=39
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.119  cpuTime=0.08  mem=15M7
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=93013  nbPropagations=8248  nbRevisions=77687  nbUselessRevisions=64376
1.08	     nbAssignments=164  nbFailedAssignments=38  nbBacktracks=85  nbVisitedNodes=233  nbRestartNogoods=5  mapSize=69
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.137  cpuTime=0.09  mem=15M7
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=148481  nbPropagations=12393  nbRevisions=129895  nbUselessRevisions=108563
1.11	     nbAssignments=246  nbFailedAssignments=61  nbBacktracks=136  nbVisitedNodes=363  nbRestartNogoods=7  mapSize=111
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.161  cpuTime=0.11  mem=15M7
1.15	   
1.15	   search
1.15	     run=5  nbConstraintChecks=224061  nbPropagations=18037  nbRevisions=206793  nbUselessRevisions=173864
1.15	     nbAssignments=365  nbFailedAssignments=99  nbBacktracks=211  nbVisitedNodes=556  nbRestartNogoods=11  mapSize=177
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.204  cpuTime=0.15  mem=15M7
1.20	   
1.20	   search
1.20	     run=6  nbConstraintChecks=345451  nbPropagations=25957  nbRevisions=323539  nbUselessRevisions=273146
1.20	     nbAssignments=540  nbFailedAssignments=152  nbBacktracks=325  nbVisitedNodes=839  nbRestartNogoods=14  mapSize=271
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.252  cpuTime=0.19  mem=15M7
1.26	   
1.26	   search
1.26	     run=7  nbConstraintChecks=514011  nbPropagations=37033  nbRevisions=495795  nbUselessRevisions=420325
1.26	     nbAssignments=796  nbFailedAssignments=224  nbBacktracks=498  nbVisitedNodes=1245  nbRestartNogoods=19  mapSize=407
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.317  cpuTime=0.25  mem=15M7
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=786232  nbPropagations=53460  nbRevisions=756308  nbUselessRevisions=642526
1.37	     nbAssignments=1201  nbFailedAssignments=346  nbBacktracks=756  nbVisitedNodes=1882  nbRestartNogoods=23
1.37	     mapSize=622  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.426  cpuTime=0.36  mem=15M7
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=1164789  nbPropagations=77032  nbRevisions=1139557  nbUselessRevisions=969265
1.53	     nbAssignments=1755  nbFailedAssignments=508  nbBacktracks=1141  nbVisitedNodes=2780  nbRestartNogoods=27
1.53	     mapSize=928  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.582  cpuTime=0.49  mem=15M7
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=15M7)
1.72	   
1.72	   search
1.72	     run=10  nbConstraintChecks=1703943  nbPropagations=110672  nbRevisions=1700268  nbUselessRevisions=1448681
1.72	     nbAssignments=2566  nbFailedAssignments=737  nbBacktracks=1717  nbVisitedNodes=4088  nbRestartNogoods=32
1.72	       =>  wckTime=0.777  cpuTime=0.67  mem=15M7
1.99	   
1.99	   search
1.99	     run=11  nbConstraintChecks=2501335  nbPropagations=159363  nbRevisions=2531676  nbUselessRevisions=2162414
1.99	     nbAssignments=3790  nbFailedAssignments=1090  nbBacktracks=2581  nbVisitedNodes=6084  nbRestartNogoods=37
1.99	       =>  wckTime=1.042  cpuTime=0.93  mem=15M7
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=3722009  nbPropagations=230792  nbRevisions=3774554  nbUselessRevisions=3231727
2.39	     nbAssignments=5669  nbFailedAssignments=1662  nbBacktracks=3882  nbVisitedNodes=9133  nbRestartNogoods=43
2.39	       =>  wckTime=1.443  cpuTime=1.33  mem=15M7
2.98	   
2.98	   search
2.98	     run=13  nbConstraintChecks=5548433  nbPropagations=336237  nbRevisions=5629424  nbUselessRevisions=4829335
2.98	     nbAssignments=8450  nbFailedAssignments=2491  nbBacktracks=5828  nbVisitedNodes=13673  nbRestartNogoods=47
2.98	       =>  wckTime=2.032  cpuTime=1.91  mem=15M7
3.88	   
3.88	   search
3.88	     run=14  nbConstraintChecks=8377603  nbPropagations=494011  nbRevisions=8418570  nbUselessRevisions=7229876
3.88	     nbAssignments=12583  nbFailedAssignments=3698  nbBacktracks=8748  nbVisitedNodes=20405  nbRestartNogoods=52
3.88	       =>  wckTime=2.936  cpuTime=2.81  mem=15M7
4.45	   
4.45	   search
4.45	     run=15  nbConstraintChecks=10109871  nbPropagations=684677  nbRevisions=11782247  nbUselessRevisions=10124102
4.45	     nbAssignments=15308  nbFailedAssignments=4475  nbBacktracks=10643  nbVisitedNodes=24760  nbRestartNogoods=60
4.45	       =>  wckTime=3.504  cpuTime=3.37  mem=15M7
4.45	   
4.45	   global
4.45	     nbConstraintChecks=10132138  nbPropagations=685572  nbRevisions=11787294  nbUselessRevisions=10128098
4.45	     nbRestartNogoods=60  solvingWckTime=3.505  solvingCpuTime=3.37  expiredTime=no  totalExploration=no
4.45	     nbFoundSolutions=1  globalCpuTime=3.82
4.45	       =>  wckTime=4.118  cpuTime=3.77  mem=15M7
4.45	   
4.45	s SATISFIABLE
4.45	v 6 4 3 2 7 1 4 5 5 4 6 5 6 7 0 5 3 6 4 4 6 1 3 0 4 7 6 0 4 0 5 3 0 7 5 3 3 4 3 6 
4.45	d NODES 15308
4.45	d CHECKS 10132138
4.45	   
4.45	   totalWckTime=4.203  totalCpuTime=3.82

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/node6/watcher-227700-1168278692 -o ROOT/results/node6/solver-227700-1168278692 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227700-1168278692/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.91 1.87 1.99 4/88 32474
/proc/meminfo: memFree=1646808/2055924 swapFree=4165672/4192956
[pid=32473] ppid=32471 vsize=18540 CPUtime=0
/proc/32473/stat : 32473 (runsolver) R 32471 32473 31411 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 176264693 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 268582841639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32473/statm: 4635 279 244 17 0 2626 0

[startup+0.107701 s]
/proc/loadavg: 1.91 1.87 1.99 4/88 32474
/proc/meminfo: memFree=1646808/2055924 swapFree=4165672/4192956
[pid=32473] ppid=32471 vsize=913068 CPUtime=0.08
/proc/32473/stat : 32473 (java) S 32471 32473 31411 0 -1 0 2859 0 1 0 6 2 0 0 19 0 8 0 176264693 934981632 2605 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 228267 2605 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.515749 s]
/proc/loadavg: 1.91 1.87 1.99 4/88 32474
/proc/meminfo: memFree=1646808/2055924 swapFree=4165672/4192956
[pid=32473] ppid=32471 vsize=915328 CPUtime=0.48
/proc/32473/stat : 32473 (java) R 32471 32473 31411 0 -1 0 6225 0 1 0 44 4 0 0 18 0 8 0 176264693 937295872 5964 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 228832 5964 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33684 s]
/proc/loadavg: 1.91 1.87 1.99 3/95 32481
/proc/meminfo: memFree=1622752/2055924 swapFree=4165672/4192956
[pid=32473] ppid=32471 vsize=915584 CPUtime=1.29
/proc/32473/stat : 32473 (java) R 32471 32473 31411 0 -1 0 8753 0 1 0 122 7 0 0 24 0 8 0 176264693 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 228896 8491 2524 14 0 215366 0
[pid=32473/tid=32475] ppid=32471 vsize=915584 CPUtime=0.03
/proc/32473/task/32475/stat : 32475 (java) S 32471 32473 31411 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176264697 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32473 31411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 176264698 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32473 31411 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176264698 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32473 31411 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176264702 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=915584 CPUtime=0.27
/proc/32473/task/32479/stat : 32479 (java) S 32471 32473 31411 0 -1 64 405 0 0 0 25 2 0 0 15 0 8 0 176264702 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32473 31411 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176264702 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32473 31411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176264702 937558016 8491 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+2.97403 s]
/proc/loadavg: 1.91 1.87 1.99 3/95 32481
/proc/meminfo: memFree=1622432/2055924 swapFree=4165672/4192956
[pid=32473] ppid=32471 vsize=915584 CPUtime=2.91
/proc/32473/stat : 32473 (java) R 32471 32473 31411 0 -1 0 8798 0 1 0 283 8 0 0 25 0 8 0 176264693 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073918978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32473/statm: 228896 8535 2524 14 0 215366 0
[pid=32473/tid=32475] ppid=32471 vsize=915584 CPUtime=0.03
/proc/32473/task/32475/stat : 32475 (java) S 32471 32473 31411 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176264697 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32476] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32476/stat : 32476 (java) S 32471 32473 31411 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 176264698 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32477] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32477/stat : 32477 (java) S 32471 32473 31411 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176264698 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32478] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32478/stat : 32478 (java) S 32471 32473 31411 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176264702 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32479] ppid=32471 vsize=915584 CPUtime=0.31
/proc/32473/task/32479/stat : 32479 (java) S 32471 32473 31411 0 -1 64 420 0 0 0 29 2 0 0 15 0 8 0 176264702 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32480] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32480/stat : 32480 (java) S 32471 32473 31411 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176264702 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32473/tid=32481] ppid=32471 vsize=915584 CPUtime=0
/proc/32473/task/32481/stat : 32481 (java) S 32471 32473 31411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176264702 937558016 8535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 4.48582
CPU time (s): 4.39933
CPU user time (s): 4.30835
CPU system time (s): 0.090986
CPU usage (%): 98.072
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.30835
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8898
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= 1354
involuntary context switches= 1678

runsolver used 0.009998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan  8 17:51:33 UTC 2007


IDJOB= 227700
IDBENCH= 6106
FILE ID= node6/227700-1168278692

PBS_JOBID= 3483140

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227700-1168278692/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-227700-1168278692 -o ROOT/results/node6/solver-227700-1168278692 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227700-1168278692/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  39587dd010a16b1c5dd4bed4b43a0f10

RANDOM SEED= 626434927

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.240
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.240
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:      2055924 kB
MemFree:       1647288 kB
Buffers:         63508 kB
Cached:         245056 kB
SwapCached:       2944 kB
Active:         189032 kB
Inactive:       159116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1647288 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          50424 kB
Slab:            45080 kB
Committed_AS:  5533968 kB
PageTables:       2396 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= 66551 MiB



End job on node6 on Mon Jan  8 17:51:37 UTC 2007