Trace number 205167

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 ESACUNSAT 3.53446 3.62718

DiagnosticValue
CHECKS16258870
NODES16629

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-11_ext.xml
MD5SUM73b706292c464b544a0a9d7451656979
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.758884
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints230
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension230
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/205167-1168167276/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=230  nbRelationTypes=230  nbExtensionStructures=230  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=230  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2958  maxDegree=21
0.56	     maxArity=2
0.56	       =>  wckTime=0.258  cpuTime=0.17  mem=10M853
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.75	       =>  wckTime=0.448  cpuTime=0.29  mem=14M689
0.79	   
0.79	   preprocessing
0.79	     nbConstraintChecks=35662  nbPropagations=633  nbRevisions=4441  nbUselessRevisions=3484  nbSingletonTests=40
0.79	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.79	       =>  wckTime=0.042  cpuTime=0.04  mem=14M689
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=23147  nbPropagations=1059  nbRevisions=9050  nbUselessRevisions=7175  nbAssignments=27
0.81	     nbFailedAssignments=11  nbBacktracks=12  nbVisitedNodes=47  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.063  cpuTime=0.05  mem=14M689
0.82	   
0.82	   search
0.82	     run=1  nbConstraintChecks=44057  nbPropagations=2517  nbRevisions=22342  nbUselessRevisions=17692  nbAssignments=50
0.82	     nbFailedAssignments=16  nbBacktracks=27  nbVisitedNodes=83  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.075  cpuTime=0.06  mem=14M689
0.84	   
0.84	   search
0.84	     run=2  nbConstraintChecks=78247  nbPropagations=4563  nbRevisions=42139  nbUselessRevisions=33353  nbAssignments=85
0.84	     nbFailedAssignments=26  nbBacktracks=49  nbVisitedNodes=141  nbRestartNogoods=4  mapSize=39  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.093  cpuTime=0.07  mem=14M689
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=140644  nbPropagations=7705  nbRevisions=75396  nbUselessRevisions=59821
0.86	     nbAssignments=154  nbFailedAssignments=57  nbBacktracks=83  nbVisitedNodes=266  nbRestartNogoods=7  mapSize=70
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.108  cpuTime=0.08  mem=14M689
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=223785  nbPropagations=12382  nbRevisions=126714  nbUselessRevisions=100490
0.88	     nbAssignments=246  nbFailedAssignments=94  nbBacktracks=133  nbVisitedNodes=424  nbRestartNogoods=12  mapSize=113
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.128  cpuTime=0.1  mem=14M689
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=358171  nbPropagations=19285  nbRevisions=205138  nbUselessRevisions=162422
0.91	     nbAssignments=382  nbFailedAssignments=151  nbBacktracks=209  nbVisitedNodes=667  nbRestartNogoods=19  mapSize=182
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.161  cpuTime=0.13  mem=14M689
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=523594  nbPropagations=29176  nbRevisions=319366  nbUselessRevisions=252860
0.95	     nbAssignments=581  nbFailedAssignments=234  nbBacktracks=322  nbVisitedNodes=1008  nbRestartNogoods=22  mapSize=272
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.199  cpuTime=0.16  mem=14M689
1.01	   
1.01	   search
1.01	     run=7  nbConstraintChecks=809647  nbPropagations=44140  nbRevisions=496100  nbUselessRevisions=393118
1.01	     nbAssignments=902  nbFailedAssignments=381  nbBacktracks=492  nbVisitedNodes=1589  nbRestartNogoods=25  mapSize=426
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.259  cpuTime=0.22  mem=14M689
1.10	   
1.10	   search
1.10	     run=8  nbConstraintChecks=1240192  nbPropagations=66672  nbRevisions=762849  nbUselessRevisions=604349
1.10	     nbAssignments=1374  nbFailedAssignments=585  nbBacktracks=749  nbVisitedNodes=2411  nbRestartNogoods=35
1.10	     mapSize=651  nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.349  cpuTime=0.31  mem=14M689
1.25	   
1.25	   search
1.25	     run=9  nbConstraintChecks=1922584  nbPropagations=101034  nbRevisions=1174257  nbUselessRevisions=929913
1.25	     nbAssignments=2094  nbFailedAssignments=914  nbBacktracks=1133  nbVisitedNodes=3704  nbRestartNogoods=38
1.25	     mapSize=991  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.495  cpuTime=0.43  mem=14M689
1.26	   
1.26	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M689)
1.41	   
1.41	   search
1.41	     run=10  nbConstraintChecks=2793137  nbPropagations=151018  nbRevisions=1774524  nbUselessRevisions=1405591
1.41	     nbAssignments=3066  nbFailedAssignments=1302  nbBacktracks=1709  nbVisitedNodes=5408  nbRestartNogoods=50
1.41	       =>  wckTime=0.656  cpuTime=0.58  mem=14M689
1.66	   
1.66	   search
1.66	     run=11  nbConstraintChecks=4309102  nbPropagations=226545  nbRevisions=2687376  nbUselessRevisions=2128266
1.66	     nbAssignments=4600  nbFailedAssignments=1969  nbBacktracks=2575  nbVisitedNodes=8143  nbRestartNogoods=55
1.66	       =>  wckTime=0.909  cpuTime=0.83  mem=14M689
2.00	   
2.00	   search
2.00	     run=12  nbConstraintChecks=6381602  nbPropagations=338279  nbRevisions=4037664  nbUselessRevisions=3197010
2.00	     nbAssignments=6853  nbFailedAssignments=2920  nbBacktracks=3874  nbVisitedNodes=12135  nbRestartNogoods=59
2.00	       =>  wckTime=1.253  cpuTime=1.17  mem=14M689
2.56	   
2.56	   search
2.56	     run=13  nbConstraintChecks=9856165  nbPropagations=508300  nbRevisions=6097456  nbUselessRevisions=4825909
2.56	     nbAssignments=10348  nbFailedAssignments=4462  nbBacktracks=5820  nbVisitedNodes=18398  nbRestartNogoods=68
2.56	       =>  wckTime=1.808  cpuTime=1.72  mem=14M689
3.40	   
3.40	   search
3.40	     run=14  nbConstraintChecks=15164500  nbPropagations=765862  nbRevisions=9231964  nbUselessRevisions=7304411
3.40	     nbAssignments=15598  nbFailedAssignments=6791  nbBacktracks=8739  nbVisitedNodes=27799  nbRestartNogoods=71
3.40	       =>  wckTime=2.652  cpuTime=2.56  mem=14M689
3.57	   
3.57	   search
3.57	     run=15  nbConstraintChecks=16223208  nbPropagations=1040333  nbRevisions=12574181  nbUselessRevisions=9945979
3.57	     nbAssignments=16629  nbFailedAssignments=7230  nbBacktracks=9332  nbVisitedNodes=29614  nbRestartNogoods=78
3.57	       =>  wckTime=2.818  cpuTime=2.72  mem=14M689
3.57	   
3.57	   global
3.57	     nbConstraintChecks=16258870  nbPropagations=1040966  nbRevisions=12578622  nbUselessRevisions=9949463
3.57	     nbRestartNogoods=78  solvingWckTime=2.818  solvingCpuTime=2.72  expiredTime=no  totalExploration=yes
3.57	     nbFoundSolutions=0  globalCpuTime=3.05
3.57	       =>  wckTime=3.269  cpuTime=3.01  mem=14M689
3.57	   
3.57	s UNSATISFIABLE
3.57	d NODES 16629
3.57	d CHECKS 16258870
3.57	   
3.57	   totalWckTime=3.344  totalCpuTime=3.05

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-205167-1168167276 -o ROOT/results/node76/solver-205167-1168167276 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205167-1168167276/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.25 1.76 1.86 4/80 26782
/proc/meminfo: memFree=1339368/2055888 swapFree=4095388/4096564
[pid=26781] ppid=26779 vsize=18544 CPUtime=0
/proc/26781/stat : 26781 (runsolver) R 26779 26781 26714 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 165125457 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26781/statm: 4636 280 245 17 0 2626 0

[startup+0.103402 s]
/proc/loadavg: 1.25 1.76 1.86 4/80 26782
/proc/meminfo: memFree=1339368/2055888 swapFree=4095388/4096564
[pid=26781] ppid=26779 vsize=914992 CPUtime=0.08
/proc/26781/stat : 26781 (java) R 26779 26781 26714 0 -1 0 2986 0 1 0 7 1 0 0 25 0 8 0 165125457 936951808 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26781/statm: 228748 2734 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.511481 s]
/proc/loadavg: 1.25 1.76 1.86 4/80 26782
/proc/meminfo: memFree=1339368/2055888 swapFree=4095388/4096564
[pid=26781] ppid=26779 vsize=915332 CPUtime=0.48
/proc/26781/stat : 26781 (java) R 26779 26781 26714 0 -1 0 6744 0 1 0 45 3 0 0 25 0 8 0 165125457 937299968 6485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154582955 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26781/statm: 228833 6485 2148 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33464 s]
/proc/loadavg: 1.25 1.76 1.86 4/87 26789
/proc/meminfo: memFree=1315632/2055888 swapFree=4095388/4096564
[pid=26781] ppid=26779 vsize=915456 CPUtime=1.29
/proc/26781/stat : 26781 (java) R 26779 26781 26714 0 -1 0 8636 0 1 0 124 5 0 0 25 0 8 0 165125457 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824235 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26781/statm: 228864 8376 2525 14 0 215333 0
[pid=26781/tid=26783] ppid=26779 vsize=915456 CPUtime=0.02
/proc/26781/task/26783/stat : 26783 (java) S 26779 26781 26714 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 165125461 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26784] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26784/stat : 26784 (java) S 26779 26781 26714 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165125461 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26785] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26785/stat : 26785 (java) S 26779 26781 26714 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165125461 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26786] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26786/stat : 26786 (java) S 26779 26781 26714 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165125464 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26787] ppid=26779 vsize=915456 CPUtime=0.22
/proc/26781/task/26787/stat : 26787 (java) S 26779 26781 26714 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 165125464 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26788] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26788/stat : 26788 (java) S 26779 26781 26714 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 165125464 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26789] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26789/stat : 26789 (java) S 26779 26781 26714 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165125465 937426944 8376 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.98396 s]
/proc/loadavg: 1.25 1.76 1.86 3/87 26789
/proc/meminfo: memFree=1315504/2055888 swapFree=4095388/4096564
[pid=26781] ppid=26779 vsize=915456 CPUtime=2.93
/proc/26781/stat : 26781 (java) R 26779 26781 26714 0 -1 0 8651 0 1 0 288 5 0 0 25 0 8 0 165125457 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781134 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26781/statm: 228864 8390 2525 14 0 215333 0
[pid=26781/tid=26783] ppid=26779 vsize=915456 CPUtime=0.02
/proc/26781/task/26783/stat : 26783 (java) S 26779 26781 26714 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 165125461 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26784] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26784/stat : 26784 (java) S 26779 26781 26714 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165125461 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26785] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26785/stat : 26785 (java) S 26779 26781 26714 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165125461 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26786] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26786/stat : 26786 (java) S 26779 26781 26714 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 165125464 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26787] ppid=26779 vsize=915456 CPUtime=0.23
/proc/26781/task/26787/stat : 26787 (java) S 26779 26781 26714 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 165125464 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26788] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26788/stat : 26788 (java) S 26779 26781 26714 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 165125464 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26781/tid=26789] ppid=26779 vsize=915456 CPUtime=0
/proc/26781/task/26789/stat : 26789 (java) S 26779 26781 26714 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165125465 937426944 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 3.62718
CPU time (s): 3.53446
CPU user time (s): 3.46947
CPU system time (s): 0.06499
CPU usage (%): 97.4439
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.46947
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8745
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= 1214
involuntary context switches= 1453

runsolver used 0.006998 s user time and 0.017997 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 10:54:40 UTC 2007


IDJOB= 205167
IDBENCH= 4105
FILE ID= node76/205167-1168167276

PBS_JOBID= 3478751

Free space on /tmp= 66644 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205167-1168167276/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-205167-1168167276 -o ROOT/results/node76/solver-205167-1168167276 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205167-1168167276/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  73b706292c464b544a0a9d7451656979

RANDOM SEED= 829385077

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1339784 kB
Buffers:         62672 kB
Cached:         551864 kB
SwapCached:        456 kB
Active:         340720 kB
Inactive:       320840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1339784 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:          55144 kB
Slab:            40268 kB
Committed_AS:  6199128 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66644 MiB



End job on node76 on Sun Jan  7 10:54:48 UTC 2007