Trace number 229002

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.27335 4.31314

DiagnosticValue
CHECKS21750918
NODES18948

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-33_ext.xml
MD5SUM0a5b11ec67a3c4754bef95b5fd926c77
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 benchmark3.10753
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/229002-1168080928/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.40	       =>  wckTime=0.093  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=1373  maxDegree=18
0.57	     maxArity=2
0.57	       =>  wckTime=0.266  cpuTime=0.19  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.449  cpuTime=0.32  mem=13M735
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M735
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=24594  nbPropagations=459  nbRevisions=3851  nbUselessRevisions=2963  nbAssignments=25
0.81	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.047  cpuTime=0.02  mem=14M710
0.82	   
0.82	   search
0.82	     run=1  nbConstraintChecks=59336  nbPropagations=1531  nbRevisions=13989  nbUselessRevisions=10716  nbAssignments=62
0.82	     nbFailedAssignments=23  nbBacktracks=28  nbVisitedNodes=100  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.064  cpuTime=0.04  mem=14M710
0.84	   
0.84	   search
0.84	     run=2  nbConstraintChecks=107140  nbPropagations=3407  nbRevisions=32483  nbUselessRevisions=24783
0.84	     nbAssignments=111  nbFailedAssignments=43  nbBacktracks=50  nbVisitedNodes=181  nbRestartNogoods=4  mapSize=43
0.84	     nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.084  cpuTime=0.05  mem=14M710
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=177129  nbPropagations=6503  nbRevisions=64198  nbUselessRevisions=48886
0.86	     nbAssignments=177  nbFailedAssignments=71  nbBacktracks=84  nbVisitedNodes=294  nbRestartNogoods=8  mapSize=71
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.1  cpuTime=0.06  mem=14M710
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=286893  nbPropagations=11514  nbRevisions=116443  nbUselessRevisions=88676
0.88	     nbAssignments=272  nbFailedAssignments=112  nbBacktracks=135  nbVisitedNodes=464  nbRestartNogoods=10  mapSize=120
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.123  cpuTime=0.09  mem=14M710
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=428193  nbPropagations=19005  nbRevisions=194909  nbUselessRevisions=148477
0.91	     nbAssignments=409  nbFailedAssignments=166  nbBacktracks=212  nbVisitedNodes=697  nbRestartNogoods=11  mapSize=185
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.154  cpuTime=0.11  mem=14M710
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=653350  nbPropagations=30407  nbRevisions=316232  nbUselessRevisions=241130
0.96	     nbAssignments=611  nbFailedAssignments=251  nbBacktracks=325  nbVisitedNodes=1051  nbRestartNogoods=14  mapSize=282
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.199  cpuTime=0.16  mem=14M710
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=1054310  nbPropagations=48402  nbRevisions=510707  nbUselessRevisions=389210
1.03	     nbAssignments=953  nbFailedAssignments=416  nbBacktracks=498  nbVisitedNodes=1671  nbRestartNogoods=19  mapSize=440
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.271  cpuTime=0.23  mem=14M710
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=1585513  nbPropagations=75070  nbRevisions=800452  nbUselessRevisions=609668
1.12	     nbAssignments=1395  nbFailedAssignments=596  nbBacktracks=755  nbVisitedNodes=2445  nbRestartNogoods=25
1.12	     mapSize=664  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.366  cpuTime=0.32  mem=14M710
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=2385793  nbPropagations=115233  nbRevisions=1238269  nbUselessRevisions=942748
1.27	     nbAssignments=2080  nbFailedAssignments=890  nbBacktracks=1140  nbVisitedNodes=3669  nbRestartNogoods=31
1.27	     mapSize=1014  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.516  cpuTime=0.45  mem=14M710
1.28	   
1.28	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=14M710)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=3576380  nbPropagations=175603  nbRevisions=1898817  nbUselessRevisions=1446124
1.47	     nbAssignments=3101  nbFailedAssignments=1330  nbBacktracks=1716  nbVisitedNodes=5484  nbRestartNogoods=37
1.47	       =>  wckTime=0.711  cpuTime=0.63  mem=14M710
1.71	   
1.71	   search
1.71	     run=11  nbConstraintChecks=5175021  nbPropagations=263194  nbRevisions=2853516  nbUselessRevisions=2174441
1.71	     nbAssignments=4555  nbFailedAssignments=1915  nbBacktracks=2581  nbVisitedNodes=8002  nbRestartNogoods=44
1.71	       =>  wckTime=0.953  cpuTime=0.87  mem=14M710
2.08	   
2.08	   search
2.08	     run=12  nbConstraintChecks=7698039  nbPropagations=392723  nbRevisions=4261962  nbUselessRevisions=3248389
2.08	     nbAssignments=6781  nbFailedAssignments=2839  nbBacktracks=3880  nbVisitedNodes=11906  nbRestartNogoods=52
2.08	       =>  wckTime=1.325  cpuTime=1.24  mem=14M710
2.67	   
2.67	   search
2.67	     run=13  nbConstraintChecks=11472552  nbPropagations=586151  nbRevisions=6364873  nbUselessRevisions=4852443
2.67	     nbAssignments=10092  nbFailedAssignments=4200  nbBacktracks=5829  nbVisitedNodes=17742  nbRestartNogoods=59
2.67	       =>  wckTime=1.913  cpuTime=1.82  mem=14M710
3.60	   
3.60	   search
3.60	     run=14  nbConstraintChecks=17396353  nbPropagations=879259  nbRevisions=9561935  nbUselessRevisions=7292858
3.60	     nbAssignments=15153  nbFailedAssignments=6337  nbBacktracks=8748  nbVisitedNodes=26722  nbRestartNogoods=64
3.60	       =>  wckTime=2.842  cpuTime=2.75  mem=14M710
4.28	   
4.28	   search
4.28	     run=15  nbConstraintChecks=21750918  nbPropagations=1245731  nbRevisions=13563444  nbUselessRevisions=10349361
4.28	     nbAssignments=18948  nbFailedAssignments=7955  nbBacktracks=10885  nbVisitedNodes=33422  nbRestartNogoods=73
4.28	       =>  wckTime=3.524  cpuTime=3.44  mem=14M710
4.28	   
4.28	   global
4.28	     nbConstraintChecks=21750918  nbPropagations=1245771  nbRevisions=13563444  nbUselessRevisions=10349361
4.28	     nbRestartNogoods=73  solvingWckTime=3.525  solvingCpuTime=3.44  expiredTime=no  totalExploration=no
4.28	     nbFoundSolutions=1  globalCpuTime=3.8
4.28	       =>  wckTime=3.977  cpuTime=3.76  mem=14M710
4.29	   
4.29	s SATISFIABLE
4.29	v 9 2 15 2 1 4 12 6 12 13 15 14 13 7 5 12 7 3 8 2 5 1 6 8 11 15 7 5 3 14 11 13 5 2 4 12 13 11 1 7 
4.29	d NODES 18948
4.29	d CHECKS 21750918
4.29	   
4.29	   totalWckTime=4.05  totalCpuTime=3.8

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/node59/watcher-229002-1168080928 -o ROOT/results/node59/solver-229002-1168080928 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229002-1168080928/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: 0.33 1.30 1.67 3/68 24989
/proc/meminfo: memFree=1494088/2055920 swapFree=4192812/4192956
[pid=24988] ppid=24986 vsize=18540 CPUtime=0
/proc/24988/stat : 24988 (runsolver) R 24986 24988 24376 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156491973 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24988/statm: 4635 279 244 17 0 2626 0

[startup+0.103901 s]
/proc/loadavg: 0.33 1.30 1.67 3/68 24989
/proc/meminfo: memFree=1494088/2055920 swapFree=4192812/4192956
[pid=24988] ppid=24986 vsize=913228 CPUtime=0.07
/proc/24988/stat : 24988 (java) S 24986 24988 24376 0 -1 0 2906 0 1 0 6 1 0 0 25 0 8 0 156491973 935145472 2652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24988/statm: 228307 2652 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.515946 s]
/proc/loadavg: 0.33 1.30 1.67 3/68 24989
/proc/meminfo: memFree=1494088/2055920 swapFree=4192812/4192956
[pid=24988] ppid=24986 vsize=915328 CPUtime=0.49
/proc/24988/stat : 24988 (java) R 24986 24988 24376 0 -1 0 6769 0 1 0 44 5 0 0 17 0 8 0 156491973 937295872 6508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24988/statm: 228832 6508 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34303 s]
/proc/loadavg: 0.33 1.30 1.67 2/75 24996
/proc/meminfo: memFree=1470608/2055920 swapFree=4192812/4192956
[pid=24988] ppid=24986 vsize=915452 CPUtime=1.31
/proc/24988/stat : 24988 (java) R 24986 24988 24376 0 -1 0 8590 0 1 0 125 6 0 0 17 0 8 0 156491973 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918549 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24988/statm: 228863 8328 2513 14 0 215333 0
[pid=24988/tid=24990] ppid=24986 vsize=915452 CPUtime=0.03
/proc/24988/task/24990/stat : 24990 (java) S 24986 24988 24376 0 -1 64 243 0 0 0 3 0 0 0 17 0 8 0 156491978 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24988/tid=24991] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24991/stat : 24991 (java) S 24986 24988 24376 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156491978 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24992] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24992/stat : 24992 (java) S 24986 24988 24376 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491978 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24993] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24993/stat : 24993 (java) S 24986 24988 24376 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491981 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24994] ppid=24986 vsize=915452 CPUtime=0.22
/proc/24988/task/24994/stat : 24994 (java) S 24986 24988 24376 0 -1 64 383 0 0 0 21 1 0 0 16 0 8 0 156491981 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24988/tid=24995] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24995/stat : 24995 (java) S 24986 24988 24376 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156491981 937422848 8328 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24996] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24996/stat : 24996 (java) S 24986 24988 24376 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491981 937422848 8328 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) 915452

[startup+2.97921 s]
/proc/loadavg: 0.33 1.30 1.67 2/75 24996
/proc/meminfo: memFree=1470480/2055920 swapFree=4192812/4192956
[pid=24988] ppid=24986 vsize=915452 CPUtime=2.94
/proc/24988/stat : 24988 (java) R 24986 24988 24376 0 -1 0 8606 0 1 0 288 6 0 0 18 0 8 0 156491973 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24988/statm: 228863 8342 2513 14 0 215333 0
[pid=24988/tid=24990] ppid=24986 vsize=915452 CPUtime=0.03
/proc/24988/task/24990/stat : 24990 (java) S 24986 24988 24376 0 -1 64 243 0 0 0 3 0 0 0 17 0 8 0 156491978 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24988/tid=24991] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24991/stat : 24991 (java) S 24986 24988 24376 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156491978 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24992] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24992/stat : 24992 (java) S 24986 24988 24376 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491978 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24993] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24993/stat : 24993 (java) S 24986 24988 24376 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156491981 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24994] ppid=24986 vsize=915452 CPUtime=0.23
/proc/24988/task/24994/stat : 24994 (java) S 24986 24988 24376 0 -1 64 387 0 0 0 22 1 0 0 16 0 8 0 156491981 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24988/tid=24995] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24995/stat : 24995 (java) S 24986 24988 24376 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 156491981 937422848 8342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24988/tid=24996] ppid=24986 vsize=915452 CPUtime=0
/proc/24988/task/24996/stat : 24996 (java) S 24986 24988 24376 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491981 937422848 8342 18446744073709551615 134512640 134570532 4294956480 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) 915452

Child status: 0
Real time (s): 4.31314
CPU time (s): 4.27335
CPU user time (s): 4.19736
CPU system time (s): 0.075988
CPU usage (%): 99.0775
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.19736
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8702
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= 889
involuntary context switches= 189

runsolver used 0.007998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 10:55:30 UTC 2007


IDJOB= 229002
IDBENCH= 6266
FILE ID= node59/229002-1168080928

PBS_JOBID= 3476055

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0a5b11ec67a3c4754bef95b5fd926c77

RANDOM SEED= 37511987

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.239
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.239
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:       1494560 kB
Buffers:         45232 kB
Cached:         420568 kB
SwapCached:          0 kB
Active:          75612 kB
Inactive:       411548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          31528 kB
Slab:            59888 kB
Committed_AS:  2893704 kB
PageTables:       1696 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 node59 on Sat Jan  6 10:55:54 UTC 2007