Trace number 226900

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 5.05923 5.14407

DiagnosticValue
CHECKS34127806
NODES21089

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-17_ext.xml
MD5SUMb3af370738ea434cecb20c375ff0d07b
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 benchmark4.14537
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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/226900-1168276955/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.44	       =>  wckTime=0.11  cpuTime=0.1  mem=6M951
0.44	   
0.44	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.66	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.66	       =>  wckTime=0.324  cpuTime=0.26  mem=15M761
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.541  cpuTime=0.41  mem=14M928
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=78837  nbPropagations=859  nbRevisions=3786  nbUselessRevisions=2541  nbSingletonTests=52
0.93	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.93	       =>  wckTime=0.049  cpuTime=0.03  mem=14M928
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=53023  nbPropagations=1676  nbRevisions=8487  nbUselessRevisions=5435  nbAssignments=29
0.95	     nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=53  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.077  cpuTime=0.05  mem=14M928
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=111906  nbPropagations=4130  nbRevisions=21272  nbUselessRevisions=13482
0.97	     nbAssignments=64  nbFailedAssignments=29  nbBacktracks=25  nbVisitedNodes=112  nbRestartNogoods=3  mapSize=24
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.092  cpuTime=0.06  mem=14M928
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=228523  nbPropagations=7982  nbRevisions=41760  nbUselessRevisions=26311
0.99	     nbAssignments=127  nbFailedAssignments=45  nbBacktracks=47  nbVisitedNodes=187  nbRestartNogoods=9  mapSize=41
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.117  cpuTime=0.08  mem=14M928
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=358239  nbPropagations=13513  nbRevisions=71886  nbUselessRevisions=45170
1.02	     nbAssignments=202  nbFailedAssignments=77  nbBacktracks=82  nbVisitedNodes=315  nbRestartNogoods=13  mapSize=71
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.137  cpuTime=0.1  mem=14M928
1.05	   
1.05	   search
1.05	     run=4  nbConstraintChecks=502538  nbPropagations=21406  nbRevisions=115217  nbUselessRevisions=72124
1.05	     nbAssignments=311  nbFailedAssignments=130  nbBacktracks=132  nbVisitedNodes=508  nbRestartNogoods=15  mapSize=112
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.169  cpuTime=0.12  mem=14M928
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=735938  nbPropagations=32527  nbRevisions=177435  nbUselessRevisions=110778
1.08	     nbAssignments=465  nbFailedAssignments=206  nbBacktracks=207  nbVisitedNodes=783  nbRestartNogoods=19  mapSize=171
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.204  cpuTime=0.15  mem=14M928
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1012472  nbPropagations=47901  nbRevisions=264054  nbUselessRevisions=164412
1.12	     nbAssignments=667  nbFailedAssignments=289  nbBacktracks=321  nbVisitedNodes=1129  nbRestartNogoods=20  mapSize=256
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.247  cpuTime=0.19  mem=14M928
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=1581241  nbPropagations=71528  nbRevisions=398575  nbUselessRevisions=247324
1.21	     nbAssignments=1015  nbFailedAssignments=460  nbBacktracks=493  nbVisitedNodes=1757  nbRestartNogoods=27
1.21	     mapSize=402  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.335  cpuTime=0.27  mem=14M928
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=2634282  nbPropagations=108953  nbRevisions=616947  nbUselessRevisions=381773
1.37	     nbAssignments=1623  nbFailedAssignments=807  nbBacktracks=750  nbVisitedNodes=2876  nbRestartNogoods=31
1.37	     mapSize=626  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.493  cpuTime=0.41  mem=14M928
1.50	   
1.50	   search
1.50	     run=9  nbConstraintChecks=3543309  nbPropagations=161259  nbRevisions=922140  nbUselessRevisions=570022
1.50	     nbAssignments=2340  nbFailedAssignments=1133  nbBacktracks=1139  nbVisitedNodes=4120  nbRestartNogoods=37
1.50	     mapSize=929  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.622  cpuTime=0.53  mem=14M928
1.55	   
1.55	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=14M928)
1.80	   
1.80	   search
1.80	     run=10  nbConstraintChecks=5943462  nbPropagations=246374  nbRevisions=1424736  nbUselessRevisions=878207
1.80	     nbAssignments=3704  nbFailedAssignments=1912  nbBacktracks=1719  nbVisitedNodes=6661  nbRestartNogoods=42
1.80	       =>  wckTime=0.923  cpuTime=0.82  mem=14M928
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=8713160  nbPropagations=373490  nbRevisions=2172622  nbUselessRevisions=1336239
2.14	     nbAssignments=5581  nbFailedAssignments=2919  nbBacktracks=2583  nbVisitedNodes=10057  nbRestartNogoods=48
2.14	       =>  wckTime=1.26  cpuTime=1.16  mem=15M904
2.69	   
2.69	   search
2.69	     run=12  nbConstraintChecks=13460419  nbPropagations=564345  nbRevisions=3297692  nbUselessRevisions=2025527
2.69	     nbAssignments=8350  nbFailedAssignments=4385  nbBacktracks=3880  nbVisitedNodes=15117  nbRestartNogoods=56
2.69	       =>  wckTime=1.816  cpuTime=1.7  mem=15M904
3.47	   
3.47	   search
3.47	     run=13  nbConstraintChecks=19870906  nbPropagations=849201  nbRevisions=4970979  nbUselessRevisions=3045992
3.47	     nbAssignments=12370  nbFailedAssignments=6444  nbBacktracks=5827  nbVisitedNodes=22324  nbRestartNogoods=67
3.47	       =>  wckTime=2.592  cpuTime=2.47  mem=15M904
4.59	   
4.59	   search
4.59	     run=14  nbConstraintChecks=29840190  nbPropagations=1264866  nbRevisions=7415256  nbUselessRevisions=4540029
4.59	     nbAssignments=18106  nbFailedAssignments=9252  nbBacktracks=8746  nbVisitedNodes=32604  nbRestartNogoods=80
4.59	       =>  wckTime=3.713  cpuTime=3.58  mem=15M904
5.11	   
5.11	   search
5.11	     run=15  nbConstraintChecks=34048969  nbPropagations=1746682  nbRevisions=10242153  nbUselessRevisions=6270184
5.11	     nbAssignments=21089  nbFailedAssignments=10645  nbBacktracks=10296  nbVisitedNodes=37840  nbRestartNogoods=85
5.11	       =>  wckTime=4.231  cpuTime=4.09  mem=15M904
5.11	   
5.11	   global
5.11	     nbConstraintChecks=34127806  nbPropagations=1747541  nbRevisions=10245939  nbUselessRevisions=6272725
5.11	     nbRestartNogoods=85  solvingWckTime=4.232  solvingCpuTime=4.1  expiredTime=no  totalExploration=no
5.11	     nbFoundSolutions=1  globalCpuTime=4.57
5.11	       =>  wckTime=4.778  cpuTime=4.51  mem=15M904
5.11	   
5.11	s SATISFIABLE
5.11	v 19 17 9 3 28 11 17 16 16 33 20 31 17 8 9 32 25 9 27 6 8 4 14 4 27 3 8 36 11 12 37 25 13 16 34 0 2 2 7 25 
5.11	d NODES 21089
5.11	d CHECKS 34127806
5.11	   
5.11	   totalWckTime=4.863  totalCpuTime=4.57

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/node29/watcher-226900-1168276955 -o ROOT/results/node29/solver-226900-1168276955 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226900-1168276955/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.96 1.26 1.29 5/94 22306
/proc/meminfo: memFree=438304/2055920 swapFree=4191880/4192956
[pid=22305] ppid=22303 vsize=1784 CPUtime=0
/proc/22305/stat : 22305 (java) R 22303 22305 22094 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 176089588 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/22305/statm: 446 140 106 14 0 91 0

[startup+0.109078 s]
/proc/loadavg: 1.96 1.26 1.29 5/94 22306
/proc/meminfo: memFree=438304/2055920 swapFree=4191880/4192956
[pid=22305] ppid=22303 vsize=914988 CPUtime=0.08
/proc/22305/stat : 22305 (java) R 22303 22305 22094 0 -1 0 2979 0 1 0 7 1 0 0 19 0 8 0 176089588 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22305/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.521099 s]
/proc/loadavg: 1.96 1.26 1.29 5/94 22306
/proc/meminfo: memFree=438304/2055920 swapFree=4191880/4192956
[pid=22305] ppid=22303 vsize=915328 CPUtime=0.49
/proc/22305/stat : 22305 (java) R 22303 22305 22094 0 -1 0 6922 0 1 0 44 5 0 0 18 0 8 0 176089588 937295872 6661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22305/statm: 228832 6661 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34615 s]
/proc/loadavg: 1.96 1.26 1.29 4/101 22313
/proc/meminfo: memFree=412776/2055920 swapFree=4191880/4192956
[pid=22305] ppid=22303 vsize=915464 CPUtime=1.31
/proc/22305/stat : 22305 (java) R 22303 22305 22094 0 -1 0 9100 0 1 0 124 7 0 0 24 0 8 0 176089588 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22305/statm: 228866 8838 2524 14 0 215336 0
[pid=22305/tid=22307] ppid=22303 vsize=915464 CPUtime=0.03
/proc/22305/task/22307/stat : 22307 (java) S 22303 22305 22094 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 176089592 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22308] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22308/stat : 22308 (java) S 22303 22305 22094 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 176089593 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22309] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22309/stat : 22309 (java) S 22303 22305 22094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176089593 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22310] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22310/stat : 22310 (java) S 22303 22305 22094 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176089596 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22311] ppid=22303 vsize=915464 CPUtime=0.19
/proc/22305/task/22311/stat : 22311 (java) R 22303 22305 22094 0 -1 64 368 0 0 0 19 0 0 0 16 0 8 0 176089596 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153468726 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22312] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22312/stat : 22312 (java) S 22303 22305 22094 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176089596 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22313] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22313/stat : 22313 (java) S 22303 22305 22094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176089596 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98325 s]
/proc/loadavg: 1.96 1.27 1.29 4/101 22313
/proc/meminfo: memFree=412264/2055920 swapFree=4191880/4192956
[pid=22305] ppid=22303 vsize=915464 CPUtime=2.93
/proc/22305/stat : 22305 (java) R 22303 22305 22094 0 -1 0 9111 0 1 0 286 7 0 0 25 0 8 0 176089588 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22305/statm: 228866 8848 2524 14 0 215336 0
[pid=22305/tid=22307] ppid=22303 vsize=915464 CPUtime=0.03
/proc/22305/task/22307/stat : 22307 (java) S 22303 22305 22094 0 -1 64 254 0 0 0 3 0 0 0 17 0 8 0 176089592 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22308] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22308/stat : 22308 (java) S 22303 22305 22094 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 176089593 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22309] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22309/stat : 22309 (java) S 22303 22305 22094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176089593 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22310] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22310/stat : 22310 (java) S 22303 22305 22094 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176089596 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22311] ppid=22303 vsize=915464 CPUtime=0.22
/proc/22305/task/22311/stat : 22311 (java) S 22303 22305 22094 0 -1 64 378 0 0 0 22 0 0 0 15 0 8 0 176089596 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22312] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22312/stat : 22312 (java) S 22303 22305 22094 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176089596 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22305/tid=22313] ppid=22303 vsize=915464 CPUtime=0
/proc/22305/task/22313/stat : 22313 (java) S 22303 22305 22094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176089596 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.14407
CPU time (s): 5.05923
CPU user time (s): 4.97624
CPU system time (s): 0.082987
CPU usage (%): 98.3508
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.97624
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9122
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= 1158
involuntary context switches= 1546

runsolver used 0.013997 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 17:22:35 UTC 2007


IDJOB= 226900
IDBENCH= 6023
FILE ID= node29/226900-1168276955

PBS_JOBID= 3483335

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226900-1168276955/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-226900-1168276955 -o ROOT/results/node29/solver-226900-1168276955 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226900-1168276955/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b3af370738ea434cecb20c375ff0d07b

RANDOM SEED= 230187733

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.241
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.241
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:        438784 kB
Buffers:         17084 kB
Cached:        1275468 kB
SwapCached:        264 kB
Active:        1025572 kB
Inactive:       537680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        438784 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:         294988 kB
Slab:            37856 kB
Committed_AS:  4083460 kB
PageTables:       2892 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= 66556 MiB



End job on node29 on Mon Jan  8 17:22:40 UTC 2007