Trace number 199348

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 3.36249 3.42509

DiagnosticValue
CHECKS4540469
NODES12643

General information on the benchmark

NameallIntervalSeries/
series-12.xml
MD5SUMecaad48ae23740f0c73f34d5fceeb474
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints132
Maximum constraint arity3
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension132
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=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/199348-1168071394/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=23  nbDomainTypes=2  minDomainSize=11  maxDomainSize=12
0.44	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.44	   
0.44	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.56	     nbConstraints=132  nbConvertedConstraints=121  nbConvertConstraintsChecks=1849  nbExtensionStructures=2
0.56	     nbSharedExtensionStructures=119  nbConflictsStructures=3  nbSharedConflictsStructures=129
0.56	     nbSharedBinaryRepresentations=23  nbEvaluationManagers=1  nbSharedEvaluationManagers=10  maxDegree=13  maxArity=3
0.56	       =>  wckTime=0.229  cpuTime=0.19  mem=7M943
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.436  cpuTime=0.33  mem=13M327
0.77	   
0.77	   preprocessing
0.77	     nbConstraintChecks=0  nbPropagations=23  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0010  cpuTime=0.0  mem=13M327
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=13659  nbValidityChecks=2599  nbPropagations=356  nbRevisions=989  nbUselessRevisions=502
0.84	     nbAssignments=29  nbFailedAssignments=9  nbBacktracks=14  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=10
0.84	     nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.066  cpuTime=0.04  mem=14M319
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=21209  nbValidityChecks=4518  nbPropagations=948  nbRevisions=2603
0.86	     nbUselessRevisions=1276  nbAssignments=57  nbFailedAssignments=15  nbBacktracks=29  nbVisitedNodes=85
0.86	     nbRestartNogoods=1  mapSize=16  nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.086  cpuTime=0.05  mem=14M319
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=31089  nbValidityChecks=7653  nbPropagations=1974  nbRevisions=5686
0.88	     nbUselessRevisions=2757  nbAssignments=98  nbFailedAssignments=25  nbBacktracks=51  nbVisitedNodes=147
0.88	     nbRestartNogoods=2  mapSize=30  nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.11  cpuTime=0.06  mem=14M319
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=52330  nbValidityChecks=12960  nbPropagations=3707  nbRevisions=11096
0.91	     nbUselessRevisions=5344  nbAssignments=160  nbFailedAssignments=48  nbBacktracks=85  nbVisitedNodes=246
0.91	     nbRestartNogoods=6  mapSize=52  nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.137  cpuTime=0.08  mem=14M319
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=88934  nbValidityChecks=22776  nbPropagations=6729  nbRevisions=21086
0.94	     nbUselessRevisions=10061  nbAssignments=261  nbFailedAssignments=92  nbBacktracks=136  nbVisitedNodes=420
0.94	     nbRestartNogoods=11  mapSize=90  nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.165  cpuTime=0.11  mem=14M319
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=141132  nbValidityChecks=35122  nbPropagations=11368  nbRevisions=37062
0.97	     nbUselessRevisions=17355  nbAssignments=395  nbFailedAssignments=146  nbBacktracks=211  nbVisitedNodes=648
0.97	     nbRestartNogoods=18  mapSize=144  nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.202  cpuTime=0.14  mem=14M319
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=189537  nbValidityChecks=48258  nbPropagations=18129  nbRevisions=59783
1.01	     nbUselessRevisions=27581  nbAssignments=592  nbFailedAssignments=222  nbBacktracks=324  nbVisitedNodes=979
1.01	     nbRestartNogoods=20  mapSize=228  nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.243  cpuTime=0.18  mem=14M319
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=368318  nbValidityChecks=85761  nbPropagations=29574  nbRevisions=103557
1.11	     nbUselessRevisions=48587  nbAssignments=932  nbFailedAssignments=384  nbBacktracks=497  nbVisitedNodes=1576
1.11	     nbRestartNogoods=30  mapSize=361  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.343  cpuTime=0.27  mem=14M319
1.22	   
1.22	   search
1.22	     run=8  nbConstraintChecks=499587  nbValidityChecks=123424  nbPropagations=46827  nbRevisions=167724
1.22	     nbUselessRevisions=79017  nbAssignments=1398  nbFailedAssignments=586  nbBacktracks=753  nbVisitedNodes=2390
1.22	     nbRestartNogoods=36  mapSize=556  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.453  cpuTime=0.37  mem=14M319
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=668596  nbValidityChecks=170093  nbPropagations=71801  nbRevisions=258128
1.36	     nbUselessRevisions=121496  nbAssignments=2052  nbFailedAssignments=846  nbBacktracks=1140  nbVisitedNodes=3525
1.36	     nbRestartNogoods=47  mapSize=851  nbInferences=1  nbTooLargeKeys=0
1.36	       =>  wckTime=0.585  cpuTime=0.48  mem=14M319
1.47	   
1.47	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=14M319)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=1084027  nbValidityChecks=261176  nbPropagations=109325  nbRevisions=399895
1.58	     nbUselessRevisions=188370  nbAssignments=3064  nbFailedAssignments=1275  nbBacktracks=1716  nbVisitedNodes=5240
1.58	     nbRestartNogoods=57
1.58	       =>  wckTime=0.814  cpuTime=0.7  mem=14M319
1.93	   
1.93	   search
1.93	     run=11  nbConstraintChecks=1803599  nbValidityChecks=414105  nbPropagations=167518  nbRevisions=625694
1.94	     nbUselessRevisions=294854  nbAssignments=4593  nbFailedAssignments=1933  nbBacktracks=2581  nbVisitedNodes=7854
1.94	     nbRestartNogoods=64
1.94	       =>  wckTime=1.165  cpuTime=1.04  mem=14M319
2.41	   
2.41	   search
2.41	     run=12  nbConstraintChecks=2728385  nbValidityChecks=634129  nbPropagations=255797  nbRevisions=969904
2.41	     nbUselessRevisions=456187  nbAssignments=6924  nbFailedAssignments=2962  nbBacktracks=3878  nbVisitedNodes=11872
2.41	     nbRestartNogoods=71
2.41	       =>  wckTime=1.643  cpuTime=1.51  mem=14M319
2.93	   
2.93	   search
2.93	     run=13  nbConstraintChecks=3641104  nbValidityChecks=885955  nbPropagations=385166  nbRevisions=1463059
2.93	     nbUselessRevisions=686534  nbAssignments=10283  nbFailedAssignments=4365  nbBacktracks=5824  nbVisitedNodes=17618
2.93	     nbRestartNogoods=81
2.93	       =>  wckTime=2.162  cpuTime=2.03  mem=14M319
3.39	   
3.39	   search
3.39	     run=14  nbConstraintChecks=4540469  nbValidityChecks=1095742  nbPropagations=544208  nbRevisions=2071532
3.39	     nbUselessRevisions=971345  nbAssignments=12643  nbFailedAssignments=5321  nbBacktracks=7205  nbVisitedNodes=21605
3.39	     nbRestartNogoods=93
3.39	       =>  wckTime=2.617  cpuTime=2.48  mem=14M319
3.39	   
3.39	   global
3.39	     nbConstraintChecks=4540469  nbValidityChecks=1095742  nbPropagations=544231  nbRevisions=2071532
3.39	     nbUselessRevisions=971345  nbRestartNogoods=93  solvingWckTime=2.619  solvingCpuTime=2.48  expiredTime=no
3.39	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=2.86
3.39	       =>  wckTime=3.057  cpuTime=2.82  mem=14M319
3.39	   
3.39	s SATISFIABLE
3.39	v 3 9 1 10 0 11 4 6 2 7 8 5 5 7 8 9 10 6 1 3 4 0 2 
3.39	d NODES 12643
3.39	d CHECKS 4540469
3.39	   
3.39	   totalWckTime=3.143  totalCpuTime=2.87

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-199348-1168071394 -o ROOT/results/node6/solver-199348-1168071394 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199348-1168071394/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.88 1.75 1.82 4/93 7484
/proc/meminfo: memFree=1239408/2055924 swapFree=4165672/4192956
[pid=7483] ppid=7481 vsize=9748 CPUtime=0
/proc/7483/stat : 7483 (java) D 7481 7483 4391 0 -1 0 637 0 0 0 0 0 0 0 18 0 1 0 155535127 9981952 412 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 2188068 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/7483/statm: 2487 472 386 14 0 1142 0

[startup+0.103434 s]
/proc/loadavg: 1.88 1.75 1.82 4/93 7484
/proc/meminfo: memFree=1239408/2055924 swapFree=4165672/4192956
[pid=7483] ppid=7481 vsize=913068 CPUtime=0.08
/proc/7483/stat : 7483 (java) S 7481 7483 4391 0 -1 0 2870 0 1 0 7 1 0 0 18 0 8 0 155535127 934981632 2616 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7483/statm: 228267 2616 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.511482 s]
/proc/loadavg: 1.88 1.75 1.82 4/93 7484
/proc/meminfo: memFree=1239408/2055924 swapFree=4165672/4192956
[pid=7483] ppid=7481 vsize=915328 CPUtime=0.49
/proc/7483/stat : 7483 (java) R 7481 7483 4391 0 -1 0 6316 0 1 0 44 5 0 0 18 0 8 0 155535127 937295872 6055 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4155582244 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7483/statm: 228832 6055 2152 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33457 s]
/proc/loadavg: 1.88 1.75 1.82 3/100 7491
/proc/meminfo: memFree=1216568/2055924 swapFree=4165672/4192956
[pid=7483] ppid=7481 vsize=915456 CPUtime=1.29
/proc/7483/stat : 7483 (java) R 7481 7483 4391 0 -1 0 8477 0 1 0 122 7 0 0 24 0 8 0 155535127 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073707268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7483/statm: 228864 8214 2535 14 0 215334 0
[pid=7483/tid=7485] ppid=7481 vsize=915456 CPUtime=0.03
/proc/7483/task/7485/stat : 7485 (java) S 7481 7483 4391 0 -1 64 133 0 0 0 3 0 0 0 16 0 8 0 155535131 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7486] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7486/stat : 7486 (java) S 7481 7483 4391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155535131 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7487] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7487/stat : 7487 (java) S 7481 7483 4391 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155535131 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7488] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7488/stat : 7488 (java) S 7481 7483 4391 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155535135 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7489] ppid=7481 vsize=915456 CPUtime=0.21
/proc/7483/task/7489/stat : 7489 (java) S 7481 7483 4391 0 -1 64 364 0 0 0 20 1 0 0 16 0 8 0 155535135 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7490] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7490/stat : 7490 (java) S 7481 7483 4391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155535135 937426944 8214 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7491] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7491/stat : 7491 (java) S 7481 7483 4391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155535135 937426944 8214 18446744073709551615 134512640 134570532 4294956384 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) 915456

[startup+2.98676 s]
/proc/loadavg: 1.88 1.75 1.82 3/100 7491
/proc/meminfo: memFree=1216312/2055924 swapFree=4165672/4192956
[pid=7483] ppid=7481 vsize=915456 CPUtime=2.94
/proc/7483/stat : 7483 (java) R 7481 7483 4391 0 -1 0 8508 0 1 0 286 8 0 0 25 0 8 0 155535127 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073776906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7483/statm: 228864 8244 2535 14 0 215334 0
[pid=7483/tid=7485] ppid=7481 vsize=915456 CPUtime=0.03
/proc/7483/task/7485/stat : 7485 (java) S 7481 7483 4391 0 -1 64 133 0 0 0 3 0 0 0 16 0 8 0 155535131 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7486] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7486/stat : 7486 (java) S 7481 7483 4391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155535131 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7487] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7487/stat : 7487 (java) S 7481 7483 4391 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155535131 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7488] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7488/stat : 7488 (java) S 7481 7483 4391 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155535135 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7489] ppid=7481 vsize=915456 CPUtime=0.23
/proc/7483/task/7489/stat : 7489 (java) S 7481 7483 4391 0 -1 64 372 0 0 0 22 1 0 0 15 0 8 0 155535135 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7490] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7490/stat : 7490 (java) S 7481 7483 4391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155535135 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7483/tid=7491] ppid=7481 vsize=915456 CPUtime=0
/proc/7483/task/7491/stat : 7491 (java) S 7481 7483 4391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155535135 937426944 8244 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 3.42509
CPU time (s): 3.36249
CPU user time (s): 3.2745
CPU system time (s): 0.087986
CPU usage (%): 98.1722
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2745
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8598
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= 1106
involuntary context switches= 1392

runsolver used 0.003999 s user time and 0.024996 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 08:16:37 UTC 2007


IDJOB= 199348
IDBENCH= 3610
FILE ID= node6/199348-1168071394

PBS_JOBID= 3475424

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-12.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199348-1168071394/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-199348-1168071394 -o ROOT/results/node6/solver-199348-1168071394 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199348-1168071394/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ecaad48ae23740f0c73f34d5fceeb474

RANDOM SEED= 116881207

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:       1239888 kB
Buffers:         82444 kB
Cached:         553992 kB
SwapCached:       3036 kB
Active:         393884 kB
Inactive:       325872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1239888 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:         102472 kB
Slab:            80888 kB
Committed_AS:  4974504 kB
PageTables:       2508 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= 66529 MiB



End job on node6 on Sat Jan  6 08:16:40 UTC 2007