Trace number 229425

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.44847 3.52017

DiagnosticValue
CHECKS16811114
NODES15136

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-9_ext.xml
MD5SUM41f153e170abdcdc17c93369e0f325bc
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.313951
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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/229425-1168306209/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1403  maxDegree=20
0.57	     maxArity=2
0.57	       =>  wckTime=0.269  cpuTime=0.2  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.461  cpuTime=0.32  mem=14M825
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=47293  nbPropagations=724  nbRevisions=4985  nbUselessRevisions=3988  nbSingletonTests=47
0.81	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.81	       =>  wckTime=0.045  cpuTime=0.02  mem=14M825
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=25427  nbPropagations=1176  nbRevisions=9114  nbUselessRevisions=7137  nbAssignments=23
0.83	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.065  cpuTime=0.04  mem=14M825
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=57897  nbPropagations=2945  nbRevisions=24018  nbUselessRevisions=18689  nbAssignments=53
0.85	     nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=88  nbRestartNogoods=2  mapSize=23  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.084  cpuTime=0.05  mem=14M825
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=101776  nbPropagations=5574  nbRevisions=46976  nbUselessRevisions=36355
0.86	     nbAssignments=97  nbFailedAssignments=33  nbBacktracks=47  nbVisitedNodes=159  nbRestartNogoods=3  mapSize=40
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.099  cpuTime=0.06  mem=14M825
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=203855  nbPropagations=9900  nbRevisions=84943  nbUselessRevisions=65475
0.88	     nbAssignments=192  nbFailedAssignments=58  nbBacktracks=80  nbVisitedNodes=258  nbRestartNogoods=10  mapSize=62
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.119  cpuTime=0.08  mem=14M825
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=323119  nbPropagations=16114  nbRevisions=142887  nbUselessRevisions=109595
0.91	     nbAssignments=290  nbFailedAssignments=97  nbBacktracks=131  nbVisitedNodes=424  nbRestartNogoods=12  mapSize=108
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.143  cpuTime=0.1  mem=14M825
0.94	   
0.94	   search
0.94	     run=5  nbConstraintChecks=466740  nbPropagations=24632  nbRevisions=225038  nbUselessRevisions=171637
0.94	     nbAssignments=426  nbFailedAssignments=151  nbBacktracks=206  nbVisitedNodes=653  nbRestartNogoods=16  mapSize=170
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.173  cpuTime=0.13  mem=14M825
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=697712  nbPropagations=37128  nbRevisions=348456  nbUselessRevisions=265074
0.98	     nbAssignments=638  nbFailedAssignments=232  nbBacktracks=321  nbVisitedNodes=1006  nbRestartNogoods=21  mapSize=272
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.216  cpuTime=0.17  mem=14M825
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=1000550  nbPropagations=54575  nbRevisions=523186  nbUselessRevisions=397150
1.03	     nbAssignments=921  nbFailedAssignments=338  nbBacktracks=492  nbVisitedNodes=1488  nbRestartNogoods=25  mapSize=414
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.271  cpuTime=0.22  mem=14M825
1.11	   
1.11	   search
1.11	     run=8  nbConstraintChecks=1386253  nbPropagations=78682  nbRevisions=765968  nbUselessRevisions=579943
1.11	     nbAssignments=1310  nbFailedAssignments=466  nbBacktracks=748  nbVisitedNodes=2121  nbRestartNogoods=33
1.11	     mapSize=596  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.346  cpuTime=0.3  mem=14M825
1.25	   
1.25	   search
1.25	     run=9  nbConstraintChecks=2164117  nbPropagations=115565  nbRevisions=1144659  nbUselessRevisions=864988
1.25	     nbAssignments=1989  nbFailedAssignments=749  nbBacktracks=1132  nbVisitedNodes=3316  nbRestartNogoods=42
1.25	     mapSize=933  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.489  cpuTime=0.42  mem=14M825
1.29	   
1.29	   INFO : Stopping hyperNogood (mapSize=1025, nbTooLargekeys=0, mem=14M825)
1.42	   
1.42	   search
1.42	     run=10  nbConstraintChecks=3107178  nbPropagations=169006  nbRevisions=1694520  nbUselessRevisions=1278660
1.42	     nbAssignments=2895  nbFailedAssignments=1073  nbBacktracks=1711  nbVisitedNodes=4845  nbRestartNogoods=48
1.42	       =>  wckTime=0.656  cpuTime=0.58  mem=14M825
1.66	   
1.66	   search
1.66	     run=11  nbConstraintChecks=4745809  nbPropagations=249386  nbRevisions=2532725  nbUselessRevisions=1909750
1.66	     nbAssignments=4325  nbFailedAssignments=1634  nbBacktracks=2577  nbVisitedNodes=7330  nbRestartNogoods=54
1.66	       =>  wckTime=0.902  cpuTime=0.82  mem=14M825
2.03	   
2.03	   search
2.03	     run=12  nbConstraintChecks=7092600  nbPropagations=368656  nbRevisions=3777832  nbUselessRevisions=2846039
2.03	     nbAssignments=6421  nbFailedAssignments=2427  nbBacktracks=3875  nbVisitedNodes=10977  nbRestartNogoods=62
2.03	       =>  wckTime=1.262  cpuTime=1.17  mem=14M825
2.55	   
2.55	   search
2.55	     run=13  nbConstraintChecks=10553377  nbPropagations=546430  nbRevisions=5643841  nbUselessRevisions=4252818
2.55	     nbAssignments=9600  nbFailedAssignments=3645  nbBacktracks=5822  nbVisitedNodes=16444  nbRestartNogoods=75
2.55	       =>  wckTime=1.782  cpuTime=1.69  mem=14M825
3.34	   
3.34	   search
3.34	     run=14  nbConstraintChecks=15951521  nbPropagations=814364  nbRevisions=8457591  nbUselessRevisions=6370802
3.34	     nbAssignments=14360  nbFailedAssignments=5482  nbBacktracks=8741  nbVisitedNodes=24674  nbRestartNogoods=82
3.34	       =>  wckTime=2.581  cpuTime=2.49  mem=14M825
3.47	   
3.47	   search
3.47	     run=15  nbConstraintChecks=16763821  nbPropagations=1096170  nbRevisions=11415996  nbUselessRevisions=8598086
3.47	     nbAssignments=15136  nbFailedAssignments=5763  nbBacktracks=9196  nbVisitedNodes=25967  nbRestartNogoods=88
3.47	       =>  wckTime=2.705  cpuTime=2.61  mem=14M825
3.47	   
3.47	   global
3.47	     nbConstraintChecks=16811114  nbPropagations=1096894  nbRevisions=11420981  nbUselessRevisions=8602074
3.47	     nbRestartNogoods=88  solvingWckTime=2.706  solvingCpuTime=2.61  expiredTime=no  totalExploration=no
3.47	     nbFoundSolutions=1  globalCpuTime=2.99
3.47	       =>  wckTime=3.17  cpuTime=2.94  mem=14M825
3.47	   
3.47	s SATISFIABLE
3.47	v 6 12 9 1 6 9 13 6 10 3 3 3 3 15 10 0 8 11 3 14 7 13 15 9 10 10 12 10 6 4 0 8 4 9 6 11 12 6 2 5 
3.47	d NODES 15136
3.47	d CHECKS 16811114
3.47	   
3.47	   totalWckTime=3.251  totalCpuTime=2.99

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/node4/watcher-229425-1168306209 -o ROOT/results/node4/solver-229425-1168306209 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229425-1168306209/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.07 1.02 1.00 4/88 9166
/proc/meminfo: memFree=1316616/2055920 swapFree=4182144/4192956
[pid=9165] ppid=9163 vsize=172 CPUtime=0
/proc/9165/stat : 9165 (java) R 9163 9165 8026 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 179016434 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10588964 0 0 4096 0 0 0 0 17 0 0 0
/proc/9165/statm: 43 24 18 14 0 3 0

[startup+0.107942 s]
/proc/loadavg: 1.07 1.02 1.00 4/88 9166
/proc/meminfo: memFree=1316616/2055920 swapFree=4182144/4192956
[pid=9165] ppid=9163 vsize=914988 CPUtime=0.09
/proc/9165/stat : 9165 (java) R 9163 9165 8026 0 -1 0 3073 0 1 0 8 1 0 0 24 0 8 0 179016434 936947712 2819 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9165/statm: 228747 2820 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515979 s]
/proc/loadavg: 1.07 1.02 1.00 4/88 9166
/proc/meminfo: memFree=1316616/2055920 swapFree=4182144/4192956
[pid=9165] ppid=9163 vsize=915328 CPUtime=0.49
/proc/9165/stat : 9165 (java) R 9163 9165 8026 0 -1 0 6836 0 1 0 45 4 0 0 25 0 8 0 179016434 937295872 6575 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9165/statm: 228832 6576 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33906 s]
/proc/loadavg: 1.07 1.02 1.00 3/95 9173
/proc/meminfo: memFree=1292816/2055920 swapFree=4182144/4192956
[pid=9165] ppid=9163 vsize=915452 CPUtime=1.31
/proc/9165/stat : 9165 (java) R 9163 9165 8026 0 -1 0 8698 0 1 0 125 6 0 0 25 0 8 0 179016434 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073789395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9165/statm: 228863 8436 2524 14 0 215333 0
[pid=9165/tid=9167] ppid=9163 vsize=915452 CPUtime=0.02
/proc/9165/task/9167/stat : 9167 (java) S 9163 9165 8026 0 -1 64 241 0 0 0 2 0 0 0 16 0 8 0 179016438 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9168] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9168/stat : 9168 (java) S 9163 9165 8026 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179016438 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9169] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9169/stat : 9169 (java) S 9163 9165 8026 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179016438 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9170] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9170/stat : 9170 (java) S 9163 9165 8026 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179016441 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9171] ppid=9163 vsize=915452 CPUtime=0.2
/proc/9165/task/9171/stat : 9171 (java) S 9163 9165 8026 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 179016441 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9172] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9172/stat : 9172 (java) S 9163 9165 8026 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179016441 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9173] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9173/stat : 9173 (java) S 9163 9165 8026 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179016441 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.99222 s]
/proc/loadavg: 1.07 1.02 1.00 3/95 9173
/proc/meminfo: memFree=1292560/2055920 swapFree=4182144/4192956
[pid=9165] ppid=9163 vsize=915452 CPUtime=2.94
/proc/9165/stat : 9165 (java) R 9163 9165 8026 0 -1 0 8713 0 1 0 288 6 0 0 25 0 8 0 179016434 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9165/statm: 228863 8450 2524 14 0 215333 0
[pid=9165/tid=9167] ppid=9163 vsize=915452 CPUtime=0.02
/proc/9165/task/9167/stat : 9167 (java) S 9163 9165 8026 0 -1 64 241 0 0 0 2 0 0 0 17 0 8 0 179016438 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9168] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9168/stat : 9168 (java) S 9163 9165 8026 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179016438 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9169] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9169/stat : 9169 (java) S 9163 9165 8026 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179016438 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9170] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9170/stat : 9170 (java) S 9163 9165 8026 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179016441 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9171] ppid=9163 vsize=915452 CPUtime=0.22
/proc/9165/task/9171/stat : 9171 (java) S 9163 9165 8026 0 -1 64 391 0 0 0 21 1 0 0 15 0 8 0 179016441 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9172] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9172/stat : 9172 (java) S 9163 9165 8026 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179016441 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9165/tid=9173] ppid=9163 vsize=915452 CPUtime=0
/proc/9165/task/9173/stat : 9173 (java) S 9163 9165 8026 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179016441 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.52017
CPU time (s): 3.44847
CPU user time (s): 3.36949
CPU system time (s): 0.078987
CPU usage (%): 97.9634
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.36949
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8810
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= 1224
involuntary context switches= 1512

runsolver used 0.005999 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 01:30:09 UTC 2007


IDJOB= 229425
IDBENCH= 6303
FILE ID= node4/229425-1168306209

PBS_JOBID= 3502298

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229425-1168306209/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-229425-1168306209 -o ROOT/results/node4/solver-229425-1168306209 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229425-1168306209/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  41f153e170abdcdc17c93369e0f325bc

RANDOM SEED= 356355375

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.223
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.223
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:       1317032 kB
Buffers:         96476 kB
Cached:         535412 kB
SwapCached:       2552 kB
Active:         391320 kB
Inactive:       284580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317032 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3500 kB
Writeback:           0 kB
Mapped:          55068 kB
Slab:            47592 kB
Committed_AS:  5252244 kB
PageTables:       2432 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= 66313 MiB



End job on node4 on Tue Jan  9 01:30:12 UTC 2007