Trace number 226901

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 4.14537 4.26134

DiagnosticValue
CHECKS30445437
NODES18972

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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/226901-1168080748/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.41	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.52	   
0.53	   constraints being loaded...
0.60	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.60	       =>  wckTime=0.286  cpuTime=0.23  mem=15M761
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.477  cpuTime=0.35  mem=13M789
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.0020  cpuTime=0.0  mem=13M789
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=50409  nbPropagations=762  nbRevisions=4141  nbUselessRevisions=2520  nbAssignments=35
0.85	     nbFailedAssignments=19  nbBacktracks=11  nbVisitedNodes=61  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.053  cpuTime=0.03  mem=14M764
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=93545  nbPropagations=2159  nbRevisions=11964  nbUselessRevisions=7350  nbAssignments=65
0.86	     nbFailedAssignments=30  nbBacktracks=26  nbVisitedNodes=110  nbRestartNogoods=1  mapSize=19  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.068  cpuTime=0.04  mem=14M764
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=148740  nbPropagations=4280  nbRevisions=23716  nbUselessRevisions=14627
0.88	     nbAssignments=102  nbFailedAssignments=38  nbBacktracks=49  nbVisitedNodes=167  nbRestartNogoods=2  mapSize=33
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.084  cpuTime=0.05  mem=14M764
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=273693  nbPropagations=7934  nbRevisions=44389  nbUselessRevisions=27428
0.90	     nbAssignments=176  nbFailedAssignments=75  nbBacktracks=82  nbVisitedNodes=297  nbRestartNogoods=5  mapSize=60
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.104  cpuTime=0.07  mem=14M764
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=390930  nbPropagations=13306  nbRevisions=75061  nbUselessRevisions=46313
0.92	     nbAssignments=257  nbFailedAssignments=102  nbBacktracks=132  nbVisitedNodes=427  nbRestartNogoods=7  mapSize=94
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.122  cpuTime=0.09  mem=14M764
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=598373  nbPropagations=22263  nbRevisions=126688  nbUselessRevisions=78182
0.95	     nbAssignments=414  nbFailedAssignments=178  nbBacktracks=209  nbVisitedNodes=706  nbRestartNogoods=11  mapSize=159
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.157  cpuTime=0.12  mem=14M764
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=956658  nbPropagations=36255  nbRevisions=208127  nbUselessRevisions=128799
1.00	     nbAssignments=650  nbFailedAssignments=293  nbBacktracks=322  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=247
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.204  cpuTime=0.16  mem=14M764
1.06	   
1.06	   search
1.06	     run=7  nbConstraintChecks=1399087  nbPropagations=57782  nbRevisions=333165  nbUselessRevisions=206392
1.06	     nbAssignments=1006  nbFailedAssignments=473  nbBacktracks=492  nbVisitedNodes=1756  nbRestartNogoods=29
1.07	     mapSize=384  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.27  cpuTime=0.23  mem=14M764
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=2277996  nbPropagations=92034  nbRevisions=534896  nbUselessRevisions=332255
1.19	     nbAssignments=1600  nbFailedAssignments=804  nbBacktracks=750  nbVisitedNodes=2844  nbRestartNogoods=45
1.19	     mapSize=613  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.399  cpuTime=0.33  mem=14M764
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=3684864  nbPropagations=147372  nbRevisions=861262  nbUselessRevisions=534061
1.36	     nbAssignments=2500  nbFailedAssignments=1315  nbBacktracks=1136  nbVisitedNodes=4513  nbRestartNogoods=50
1.36	     mapSize=948  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.569  cpuTime=0.5  mem=14M764
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M764)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=5877753  nbPropagations=234493  nbRevisions=1378076  nbUselessRevisions=853478
1.61	     nbAssignments=3787  nbFailedAssignments=2022  nbBacktracks=1712  nbVisitedNodes=6907  nbRestartNogoods=56
1.61	       =>  wckTime=0.816  cpuTime=0.74  mem=14M764
1.91	   
1.91	   search
1.91	     run=11  nbConstraintChecks=8619143  nbPropagations=361166  nbRevisions=2125164  nbUselessRevisions=1311916
1.91	     nbAssignments=5460  nbFailedAssignments=2824  nbBacktracks=2577  nbVisitedNodes=9898  nbRestartNogoods=61
1.91	       =>  wckTime=1.115  cpuTime=1.03  mem=14M764
2.40	   
2.40	   search
2.40	     run=12  nbConstraintChecks=13464206  nbPropagations=551209  nbRevisions=3248751  nbUselessRevisions=2000876
2.41	     nbAssignments=8213  nbFailedAssignments=4273  nbBacktracks=3875  nbVisitedNodes=14920  nbRestartNogoods=65
2.41	       =>  wckTime=1.61  cpuTime=1.53  mem=14M764
3.06	   
3.06	   search
3.06	     run=13  nbConstraintChecks=19431300  nbPropagations=831668  nbRevisions=4897269  nbUselessRevisions=3009238
3.06	     nbAssignments=12152  nbFailedAssignments=6258  nbBacktracks=5823  nbVisitedNodes=21954  nbRestartNogoods=74
3.06	       =>  wckTime=2.266  cpuTime=2.18  mem=14M764
4.03	   
4.03	   search
4.03	     run=14  nbConstraintChecks=28946265  nbPropagations=1241121  nbRevisions=7306133  nbUselessRevisions=4485937
4.03	     nbAssignments=17883  nbFailedAssignments=9066  nbBacktracks=8744  nbVisitedNodes=32190  nbRestartNogoods=89
4.03	       =>  wckTime=3.24  cpuTime=3.14  mem=14M764
4.20	   
4.20	   search
4.20	     run=15  nbConstraintChecks=30445437  nbPropagations=1674814  nbRevisions=9852716  nbUselessRevisions=6047463
4.20	     nbAssignments=18972  nbFailedAssignments=9606  nbBacktracks=9253  nbVisitedNodes=34107  nbRestartNogoods=98
4.20	       =>  wckTime=3.407  cpuTime=3.31  mem=14M764
4.20	   
4.20	   global
4.20	     nbConstraintChecks=30445437  nbPropagations=1674854  nbRevisions=9852716  nbUselessRevisions=6047463
4.20	     nbRestartNogoods=98  solvingWckTime=3.408  solvingCpuTime=3.31  expiredTime=no  totalExploration=no
4.20	     nbFoundSolutions=1  globalCpuTime=3.71
4.20	       =>  wckTime=3.889  cpuTime=3.66  mem=14M764
4.21	   
4.21	s SATISFIABLE
4.21	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 
4.21	d NODES 18972
4.21	d CHECKS 30445437
4.21	   
4.21	   totalWckTime=3.965  totalCpuTime=3.71

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/node25/watcher-226901-1168080748 -o ROOT/results/node25/solver-226901-1168080748 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226901-1168080748/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.08 0.89 0.97 5/93 31216
/proc/meminfo: memFree=1600576/2055920 swapFree=4192812/4192956
[pid=31215] ppid=31213 vsize=18540 CPUtime=0
/proc/31215/stat : 31215 (runsolver) R 31213 31215 30848 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156468196 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31215/statm: 4635 279 244 17 0 2626 0

[startup+0.107447 s]
/proc/loadavg: 1.08 0.89 0.97 5/93 31216
/proc/meminfo: memFree=1600576/2055920 swapFree=4192812/4192956
[pid=31215] ppid=31213 vsize=914988 CPUtime=0.07
/proc/31215/stat : 31215 (java) R 31213 31215 30848 0 -1 0 2989 0 1 0 6 1 0 0 25 0 8 0 156468196 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31215/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.515516 s]
/proc/loadavg: 1.08 0.89 0.97 5/93 31216
/proc/meminfo: memFree=1600576/2055920 swapFree=4192812/4192956
[pid=31215] ppid=31213 vsize=915328 CPUtime=0.47
/proc/31215/stat : 31215 (java) R 31213 31215 30848 0 -1 0 7512 0 1 0 43 4 0 0 25 0 8 0 156468196 937295872 7251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073588708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31215/statm: 228832 7251 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33765 s]
/proc/loadavg: 1.15 0.91 0.97 4/100 31223
/proc/meminfo: memFree=1575048/2055920 swapFree=4192812/4192956
[pid=31215] ppid=31213 vsize=915464 CPUtime=1.28
/proc/31215/stat : 31215 (java) R 31213 31215 30848 0 -1 0 9086 0 1 0 123 5 0 0 25 0 8 0 156468196 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759140 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31215/statm: 228866 8824 2513 14 0 215336 0
[pid=31215/tid=31217] ppid=31213 vsize=915464 CPUtime=0.03
/proc/31215/task/31217/stat : 31217 (java) S 31213 31215 30848 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156468201 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31213 31215 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468201 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31219] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31213 31215 30848 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468201 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31220] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31213 31215 30848 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156468205 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31221] ppid=31213 vsize=915464 CPUtime=0.18
/proc/31215/task/31221/stat : 31221 (java) S 31213 31215 30848 0 -1 64 371 0 0 0 18 0 0 0 16 0 8 0 156468205 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31222] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31213 31215 30848 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156468205 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31223] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31213 31215 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156468205 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915464

[startup+2.98493 s]
/proc/loadavg: 1.15 0.91 0.97 3/100 31223
/proc/meminfo: memFree=1574984/2055920 swapFree=4192812/4192956
[pid=31215] ppid=31213 vsize=915464 CPUtime=2.91
/proc/31215/stat : 31215 (java) R 31213 31215 30848 0 -1 0 9092 0 1 0 286 5 0 0 25 0 8 0 156468196 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772178 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31215/statm: 228866 8829 2513 14 0 215336 0
[pid=31215/tid=31217] ppid=31213 vsize=915464 CPUtime=0.03
/proc/31215/task/31217/stat : 31217 (java) S 31213 31215 30848 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156468201 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31218] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31218/stat : 31218 (java) S 31213 31215 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468201 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31219] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31219/stat : 31219 (java) S 31213 31215 30848 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468201 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31220] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31220/stat : 31220 (java) S 31213 31215 30848 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156468205 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31221] ppid=31213 vsize=915464 CPUtime=0.19
/proc/31215/task/31221/stat : 31221 (java) S 31213 31215 30848 0 -1 64 377 0 0 0 19 0 0 0 16 0 8 0 156468205 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31222] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31222/stat : 31222 (java) S 31213 31215 30848 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156468205 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31215/tid=31223] ppid=31213 vsize=915464 CPUtime=0
/proc/31215/task/31223/stat : 31223 (java) S 31213 31215 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156468205 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 4.26134
CPU time (s): 4.14537
CPU user time (s): 4.07738
CPU system time (s): 0.067989
CPU usage (%): 97.2786
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.07738
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9102
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= 1164
involuntary context switches= 1508

runsolver used 0.003999 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 10:52:32 UTC 2007


IDJOB= 226901
IDBENCH= 6023
FILE ID= node25/226901-1168080748

PBS_JOBID= 3476102

Free space on /tmp= 66546 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 mac.xml 1 XSax /tmp/evaluation/226901-1168080748/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-226901-1168080748 -o ROOT/results/node25/solver-226901-1168080748 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226901-1168080748/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b3af370738ea434cecb20c375ff0d07b

RANDOM SEED= 703620576

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.279
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.279
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:       1601312 kB
Buffers:         43944 kB
Cached:         243968 kB
SwapCached:          0 kB
Active:         133704 kB
Inactive:       249560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2136 kB
Writeback:           0 kB
Mapped:         124412 kB
Slab:            56000 kB
Committed_AS:  3700952 kB
PageTables:       2452 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= 66546 MiB



End job on node25 on Sat Jan  6 10:52:47 UTC 2007