Trace number 208445

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 ACSAT 5.68313 5.74892

DiagnosticValue
CHECKS32164042
NODES23489

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-45_ext.xml
MD5SUM932b032f7a5131688f3c761b2e71179f
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 benchmark5.68313
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/208445-1168074707/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=346  nbRelationTypes=346  nbExtensionStructures=346  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=346  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3118  maxDegree=25
0.61	     maxArity=2
0.61	       =>  wckTime=0.312  cpuTime=0.23  mem=12M803
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.498  cpuTime=0.36  mem=13M934
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0050  cpuTime=0.0  mem=13M934
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=26743  nbPropagations=423  nbRevisions=4416  nbUselessRevisions=3641  nbAssignments=22
0.85	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.05  cpuTime=0.03  mem=14M909
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=68885  nbPropagations=1437  nbRevisions=16316  nbUselessRevisions=13371  nbAssignments=57
0.87	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=90  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.07  cpuTime=0.04  mem=14M909
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=129311  nbPropagations=3289  nbRevisions=39014  nbUselessRevisions=31877
0.89	     nbAssignments=104  nbFailedAssignments=33  nbBacktracks=49  nbVisitedNodes=171  nbRestartNogoods=8  mapSize=40
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.093  cpuTime=0.05  mem=14M909
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=208008  nbPropagations=6198  nbRevisions=75640  nbUselessRevisions=61515
0.90	     nbAssignments=165  nbFailedAssignments=54  nbBacktracks=82  nbVisitedNodes=270  nbRestartNogoods=12  mapSize=65
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.109  cpuTime=0.07  mem=14M909
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=335598  nbPropagations=10847  nbRevisions=136807  nbUselessRevisions=111058
0.93	     nbAssignments=256  nbFailedAssignments=87  nbBacktracks=134  nbVisitedNodes=425  nbRestartNogoods=15  mapSize=107
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.135  cpuTime=0.1  mem=14M909
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=506694  nbPropagations=17760  nbRevisions=228279  nbUselessRevisions=184840
0.97	     nbAssignments=384  nbFailedAssignments=131  nbBacktracks=211  nbVisitedNodes=633  nbRestartNogoods=20  mapSize=165
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.171  cpuTime=0.13  mem=14M909
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=752954  nbPropagations=28018  nbRevisions=369445  nbUselessRevisions=299288
1.01	     nbAssignments=572  nbFailedAssignments=200  nbBacktracks=324  nbVisitedNodes=952  nbRestartNogoods=22  mapSize=252
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.219  cpuTime=0.17  mem=14M909
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1143233  nbPropagations=43933  nbRevisions=588831  nbUselessRevisions=477404
1.09	     nbAssignments=874  nbFailedAssignments=322  nbBacktracks=498  nbVisitedNodes=1479  nbRestartNogoods=28  mapSize=403
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.291  cpuTime=0.24  mem=14M909
1.18	   
1.18	   search
1.18	     run=8  nbConstraintChecks=1659996  nbPropagations=67038  nbRevisions=911342  nbUselessRevisions=739417
1.18	     nbAssignments=1299  nbFailedAssignments=482  nbBacktracks=755  nbVisitedNodes=2205  nbRestartNogoods=33
1.18	     mapSize=614  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.389  cpuTime=0.34  mem=14M909
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=2657151  nbPropagations=103213  nbRevisions=1426955  nbUselessRevisions=1157569
1.36	     nbAssignments=2013  nbFailedAssignments=805  nbBacktracks=1140  nbVisitedNodes=3475  nbRestartNogoods=40
1.36	     mapSize=949  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.563  cpuTime=0.5  mem=14M909
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=14M909)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=3918821  nbPropagations=157114  nbRevisions=2193441  nbUselessRevisions=1779356
1.57	     nbAssignments=2999  nbFailedAssignments=1208  nbBacktracks=1716  nbVisitedNodes=5191  nbRestartNogoods=44
1.57	       =>  wckTime=0.77  cpuTime=0.7  mem=14M909
1.84	   
1.84	   search
1.84	     run=11  nbConstraintChecks=5729228  nbPropagations=237256  nbRevisions=3332055  nbUselessRevisions=2705172
1.84	     nbAssignments=4421  nbFailedAssignments=1756  nbBacktracks=2583  nbVisitedNodes=7668  nbRestartNogoods=49
1.84	       =>  wckTime=1.049  cpuTime=0.97  mem=14M909
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=9102510  nbPropagations=361362  nbRevisions=5119580  nbUselessRevisions=4158135
2.33	     nbAssignments=6736  nbFailedAssignments=2764  nbBacktracks=3881  nbVisitedNodes=11793  nbRestartNogoods=55
2.33	       =>  wckTime=1.53  cpuTime=1.46  mem=14M909
3.02	   
3.02	   search
3.02	     run=13  nbConstraintChecks=13891142  nbPropagations=549166  nbRevisions=7826183  nbUselessRevisions=6355406
3.02	     nbAssignments=10064  nbFailedAssignments=4142  nbBacktracks=5827  nbVisitedNodes=17649  nbRestartNogoods=66
3.02	       =>  wckTime=2.222  cpuTime=2.15  mem=14M909
3.98	   
3.98	   search
3.98	     run=14  nbConstraintChecks=20395529  nbPropagations=827896  nbRevisions=11840923  nbUselessRevisions=9619657
3.98	     nbAssignments=15048  nbFailedAssignments=6200  nbBacktracks=8748  nbVisitedNodes=26359  nbRestartNogoods=72
3.98	       =>  wckTime=3.186  cpuTime=3.11  mem=14M909
5.47	   
5.47	   search
5.47	     run=15  nbConstraintChecks=30757017  nbPropagations=1244732  nbRevisions=17846424  nbUselessRevisions=14501077
5.47	     nbAssignments=22403  nbFailedAssignments=9169  nbBacktracks=13127  nbVisitedNodes=39248  nbRestartNogoods=79
5.47	       =>  wckTime=4.678  cpuTime=4.6  mem=14M909
5.68	   
5.68	   search
5.68	     run=16  nbConstraintChecks=32164042  nbPropagations=1681073  nbRevisions=24130145  nbUselessRevisions=19609055
5.68	     nbAssignments=23489  nbFailedAssignments=9596  nbBacktracks=13746  nbVisitedNodes=41116  nbRestartNogoods=90
5.68	       =>  wckTime=4.887  cpuTime=4.81  mem=14M909
5.68	   
5.68	   global
5.68	     nbConstraintChecks=32164042  nbPropagations=1681113  nbRevisions=24130145  nbUselessRevisions=19609055
5.68	     nbRestartNogoods=90  solvingWckTime=4.888  solvingCpuTime=4.81  expiredTime=no  totalExploration=no
5.68	     nbFoundSolutions=1  globalCpuTime=5.22
5.68	       =>  wckTime=5.389  cpuTime=5.17  mem=14M909
5.69	   
5.69	s SATISFIABLE
5.69	v 18 9 7 16 1 1 0 18 1 1 9 9 14 6 4 0 0 2 6 16 17 0 4 0 8 6 15 6 18 6 12 17 13 5 4 16 7 9 15 6 
5.69	d NODES 23489
5.69	d CHECKS 32164042
5.69	   
5.69	   totalWckTime=5.464  totalCpuTime=5.22

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/node72/watcher-208445-1168074707 -o ROOT/results/node72/solver-208445-1168074707 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208445-1168074707/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.37 1.29 1.52 3/81 503
/proc/meminfo: memFree=1464336/2055920 swapFree=4192812/4192956
[pid=502] ppid=500 vsize=1784 CPUtime=0
/proc/502/stat : 502 (java) D 500 502 32675 0 -1 0 194 0 0 0 0 0 0 0 20 0 1 0 155879654 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/502/statm: 446 160 125 14 0 91 0

[startup+0.105674 s]
/proc/loadavg: 1.37 1.29 1.52 3/81 503
/proc/meminfo: memFree=1464336/2055920 swapFree=4192812/4192956
[pid=502] ppid=500 vsize=914988 CPUtime=0.09
/proc/502/stat : 502 (java) R 500 502 32675 0 -1 0 3077 0 1 0 8 1 0 0 16 0 8 0 155879654 936947712 2823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153838722 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/502/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513712 s]
/proc/loadavg: 1.37 1.29 1.52 3/81 503
/proc/meminfo: memFree=1464336/2055920 swapFree=4192812/4192956
[pid=502] ppid=500 vsize=915328 CPUtime=0.49
/proc/502/stat : 502 (java) R 500 502 32675 0 -1 0 6933 0 1 0 46 3 0 0 17 0 8 0 155879654 937295872 6672 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/502/statm: 228832 6672 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33478 s]
/proc/loadavg: 1.37 1.29 1.52 4/100 555
/proc/meminfo: memFree=1418160/2055920 swapFree=4192812/4192956
[pid=502] ppid=500 vsize=915456 CPUtime=1.31
/proc/502/stat : 502 (java) R 500 502 32675 0 -1 0 8644 0 1 0 126 5 0 0 22 0 8 0 155879654 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794479 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/502/statm: 228864 8382 2513 14 0 215334 0
[pid=502/tid=504] ppid=500 vsize=915456 CPUtime=0.03
/proc/502/task/504/stat : 504 (java) S 500 502 32675 0 -1 64 291 0 0 0 3 0 0 0 17 0 8 0 155879658 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=505] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/505/stat : 505 (java) S 500 502 32675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155879658 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=506] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/506/stat : 506 (java) S 500 502 32675 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155879658 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=507] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/507/stat : 507 (java) S 500 502 32675 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155879661 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=508] ppid=500 vsize=915456 CPUtime=0.2
/proc/502/task/508/stat : 508 (java) S 500 502 32675 0 -1 64 382 0 0 0 19 1 0 0 16 0 8 0 155879661 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=509] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/509/stat : 509 (java) S 500 502 32675 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155879661 937426944 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=510] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/510/stat : 510 (java) S 500 502 32675 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155879661 937426944 8382 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) 915456

[startup+2.97193 s]
/proc/loadavg: 1.50 1.32 1.53 3/100 555
/proc/meminfo: memFree=1413744/2055920 swapFree=4192812/4192956
[pid=502] ppid=500 vsize=915456 CPUtime=2.95
/proc/502/stat : 502 (java) R 500 502 32675 0 -1 0 8670 0 1 0 290 5 0 0 25 0 8 0 155879654 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/502/statm: 228864 8407 2513 14 0 215334 0
[pid=502/tid=504] ppid=500 vsize=915456 CPUtime=0.03
/proc/502/task/504/stat : 504 (java) S 500 502 32675 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 155879658 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=505] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/505/stat : 505 (java) S 500 502 32675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155879658 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=506] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/506/stat : 506 (java) S 500 502 32675 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155879658 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=507] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/507/stat : 507 (java) S 500 502 32675 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155879661 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=508] ppid=500 vsize=915456 CPUtime=0.21
/proc/502/task/508/stat : 508 (java) S 500 502 32675 0 -1 64 392 0 0 0 20 1 0 0 15 0 8 0 155879661 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=509] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/509/stat : 509 (java) S 500 502 32675 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155879661 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=502/tid=510] ppid=500 vsize=915456 CPUtime=0
/proc/502/task/510/stat : 510 (java) S 500 502 32675 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155879661 937426944 8407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 5.74892
CPU time (s): 5.68313
CPU user time (s): 5.61415
CPU system time (s): 0.068989
CPU usage (%): 98.8557
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.61415
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8769
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= 1132
involuntary context switches= 1215

runsolver used 0.010998 s user time and 0.026995 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 09:11:48 UTC 2007


IDJOB= 208445
IDBENCH= 4395
FILE ID= node72/208445-1168074707

PBS_JOBID= 3476025

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-45_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208445-1168074707/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-208445-1168074707 -o ROOT/results/node72/solver-208445-1168074707 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208445-1168074707/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  932b032f7a5131688f3c761b2e71179f

RANDOM SEED= 966195294

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:       1464816 kB
Buffers:         40700 kB
Cached:         429996 kB
SwapCached:          0 kB
Active:         142700 kB
Inactive:       376236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          67188 kB
Slab:            57272 kB
Committed_AS:  2578152 kB
PageTables:       2112 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= 66549 MiB



End job on node72 on Sat Jan  6 09:11:55 UTC 2007