Trace number 247652

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 6.05508 6.12518

DiagnosticValue
CHECKS12948930
NODES23317

General information on the benchmark

Namelangford/
slangford-3-11-ext.xml
MD5SUMa63b53c58cc85f1e586b8a11ebe118fe
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 benchmark1.65975
SatisfiableNO
(Un)Satisfiability was proved
Number of variables33
Number of constraints572
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension572
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/247652-1168393449/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=33  nbDomainTypes=1  minDomainSize=33  maxDomainSize=33
0.41	       =>  wckTime=0.107  cpuTime=0.07  mem=6M951
0.41	   
0.41	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.58	     nbConstraints=528  nbRelationTypes=13  nbMergedConstraints=44  nbExtensionStructures=12
0.58	     nbSharedExtensionStructures=516  nbConflictsStructures=12  nbSharedConflictsStructures=516
0.58	     nbSharedBinaryRepresentations=725  maxDegree=32  maxArity=2
0.58	       =>  wckTime=0.281  cpuTime=0.18  mem=9M893
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.485  cpuTime=0.31  mem=14M674
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=26199  nbPropagations=556  nbRevisions=2275  nbUselessRevisions=1368  nbSingletonTests=39
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=462  detectedInconsistency=no
0.83	       =>  wckTime=0.044  cpuTime=0.02  mem=14M674
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=14451  nbPropagations=967  nbRevisions=4847  nbUselessRevisions=2988  nbAssignments=31
0.86	     nbFailedAssignments=7  nbBacktracks=18  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.069  cpuTime=0.04  mem=14M674
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=27113  nbPropagations=2369  nbRevisions=11982  nbUselessRevisions=7402  nbAssignments=68
0.87	     nbFailedAssignments=14  nbBacktracks=36  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=12  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.085  cpuTime=0.05  mem=14M674
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=40782  nbPropagations=4235  nbRevisions=21453  nbUselessRevisions=13209
0.89	     nbAssignments=114  nbFailedAssignments=24  nbBacktracks=66  nbVisitedNodes=152  nbRestartNogoods=4  mapSize=21
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.1  cpuTime=0.05  mem=14M674
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=60966  nbPropagations=6781  nbRevisions=35037  nbUselessRevisions=21706
0.90	     nbAssignments=168  nbFailedAssignments=36  nbBacktracks=102  nbVisitedNodes=228  nbRestartNogoods=5  mapSize=33
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.113  cpuTime=0.07  mem=14M674
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=85817  nbPropagations=10219  nbRevisions=53863  nbUselessRevisions=33597
0.92	     nbAssignments=247  nbFailedAssignments=55  nbBacktracks=156  nbVisitedNodes=338  nbRestartNogoods=6  mapSize=50
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.127  cpuTime=0.08  mem=14M674
0.94	   
0.94	   search
0.94	     run=5  nbConstraintChecks=126905  nbPropagations=14997  nbRevisions=81305  nbUselessRevisions=51143
0.94	     nbAssignments=360  nbFailedAssignments=83  nbBacktracks=238  nbVisitedNodes=500  nbRestartNogoods=7  mapSize=77
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.149  cpuTime=0.1  mem=14M674
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=178644  nbPropagations=21710  nbRevisions=120525  nbUselessRevisions=76603
0.97	     nbAssignments=526  nbFailedAssignments=124  nbBacktracks=354  nbVisitedNodes=738  nbRestartNogoods=8  mapSize=120
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.181  cpuTime=0.13  mem=14M674
1.02	   
1.02	   search
1.02	     run=7  nbConstraintChecks=278830  nbPropagations=31849  nbRevisions=183869  nbUselessRevisions=118816
1.02	     nbAssignments=792  nbFailedAssignments=209  nbBacktracks=526  nbVisitedNodes=1141  nbRestartNogoods=11  mapSize=192
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.23  cpuTime=0.17  mem=14M674
1.10	   
1.10	   search
1.10	     run=8  nbConstraintChecks=459359  nbPropagations=48351  nbRevisions=293175  nbUselessRevisions=193864
1.10	     nbAssignments=1222  nbFailedAssignments=371  nbBacktracks=782  nbVisitedNodes=1825  nbRestartNogoods=18
1.11	     mapSize=324  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.318  cpuTime=0.26  mem=14M674
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=778905  nbPropagations=76337  nbRevisions=484039  nbUselessRevisions=327097
1.27	     nbAssignments=1910  nbFailedAssignments=643  nbBacktracks=1168  nbVisitedNodes=2941  nbRestartNogoods=30
1.27	     mapSize=567  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.477  cpuTime=0.4  mem=14M674
1.51	   
1.51	   search
1.51	     run=10  nbConstraintChecks=1339665  nbPropagations=124681  nbRevisions=827868  nbUselessRevisions=572107
1.51	     nbAssignments=2983  nbFailedAssignments=1130  nbBacktracks=1748  nbVisitedNodes=4825  nbRestartNogoods=40
1.51	     mapSize=1033  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.724  cpuTime=0.63  mem=14M674
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=14M674)
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=2321086  nbPropagations=206414  nbRevisions=1438871  nbUselessRevisions=1013664
1.89	     nbAssignments=4723  nbFailedAssignments=1995  nbBacktracks=2612  nbVisitedNodes=7953  nbRestartNogoods=47
1.89	       =>  wckTime=1.102  cpuTime=1.0  mem=14M674
2.48	   
2.48	   search
2.48	     run=12  nbConstraintChecks=3818526  nbPropagations=340857  nbRevisions=2474284  nbUselessRevisions=1771298
2.48	     nbAssignments=7343  nbFailedAssignments=3296  nbBacktracks=3909  nbVisitedNodes=12716  nbRestartNogoods=56
2.48	       =>  wckTime=1.69  cpuTime=1.59  mem=14M674
3.32	   
3.32	   search
3.32	     run=13  nbConstraintChecks=5986744  nbPropagations=551447  nbRevisions=4121875  nbUselessRevisions=2985744
3.32	     nbAssignments=11153  nbFailedAssignments=5143  nbBacktracks=5855  nbVisitedNodes=19615  nbRestartNogoods=67
3.32	       =>  wckTime=2.537  cpuTime=2.44  mem=14M674
4.60	   
4.60	   search
4.60	     run=14  nbConstraintChecks=9165601  nbPropagations=877830  nbRevisions=6685384  nbUselessRevisions=4882605
4.60	     nbAssignments=16848  nbFailedAssignments=7911  nbBacktracks=8774  nbVisitedNodes=30021  nbRestartNogoods=80
4.60	       =>  wckTime=3.809  cpuTime=3.71  mem=14M674
6.08	   
6.08	   search
6.08	     run=15  nbConstraintChecks=12922731  nbPropagations=1336355  nbRevisions=10341447  nbUselessRevisions=7602027
6.08	     nbAssignments=23317  nbFailedAssignments=11171  nbBacktracks=11984  nbVisitedNodes=41868  nbRestartNogoods=90
6.08	       =>  wckTime=5.29  cpuTime=5.18  mem=14M674
6.08	   
6.08	   global
6.08	     nbConstraintChecks=12948930  nbPropagations=1336911  nbRevisions=10343722  nbUselessRevisions=7603395
6.08	     nbRestartNogoods=90  solvingWckTime=5.291  solvingCpuTime=5.18  expiredTime=no  totalExploration=yes
6.08	     nbFoundSolutions=0  globalCpuTime=5.56
6.08	       =>  wckTime=5.78  cpuTime=5.5  mem=14M674
6.08	   
6.08	s UNSATISFIABLE
6.08	d NODES 23317
6.08	d CHECKS 12948930
6.08	   
6.08	   totalWckTime=5.857  totalCpuTime=5.58

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/node19/watcher-247652-1168393449 -o ROOT/results/node19/solver-247652-1168393449 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247652-1168393449/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.96 1.00 1.06 4/81 25657
/proc/meminfo: memFree=1752072/2055920 swapFree=4171244/4192956
[pid=25656] ppid=25653 vsize=1500 CPUtime=0
/proc/25656/stat : 25656 (java) R 25653 25656 25549 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 187739654 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7455328 0 0 4096 0 0 0 0 17 1 0 0
/proc/25656/statm: 375 69 55 14 0 8 0

[startup+0.103602 s]
/proc/loadavg: 0.96 1.00 1.06 4/81 25657
/proc/meminfo: memFree=1752072/2055920 swapFree=4171244/4192956
[pid=25656] ppid=25653 vsize=914988 CPUtime=0.07
/proc/25656/stat : 25656 (java) S 25653 25656 25549 0 -1 0 2997 0 1 0 6 1 0 0 21 0 8 0 187739654 936947712 2743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25656/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.51168 s]
/proc/loadavg: 0.96 1.00 1.06 4/81 25657
/proc/meminfo: memFree=1752072/2055920 swapFree=4171244/4192956
[pid=25656] ppid=25653 vsize=915328 CPUtime=0.47
/proc/25656/stat : 25656 (java) R 25653 25656 25549 0 -1 0 6325 0 1 0 43 4 0 0 24 0 8 0 187739654 937295872 6064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25656/statm: 228832 6064 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33884 s]
/proc/loadavg: 0.96 1.00 1.06 3/102 25691
/proc/meminfo: memFree=1692896/2055920 swapFree=4171244/4192956
[pid=25656] ppid=25653 vsize=915460 CPUtime=1.29
/proc/25656/stat : 25656 (java) R 25653 25656 25549 0 -1 0 8660 0 1 0 124 5 0 0 25 0 8 0 187739654 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25656/statm: 228865 8398 2524 14 0 215335 0
[pid=25656/tid=25675] ppid=25653 vsize=915460 CPUtime=0.02
/proc/25656/task/25675/stat : 25675 (java) S 25653 25656 25549 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 187739659 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25676] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25676/stat : 25676 (java) S 25653 25656 25549 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187739659 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25677] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25677/stat : 25677 (java) S 25653 25656 25549 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187739659 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25680] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25680/stat : 25680 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187739662 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25656/tid=25681] ppid=25653 vsize=915460 CPUtime=0.24
/proc/25656/task/25681/stat : 25681 (java) S 25653 25656 25549 0 -1 64 392 0 0 0 23 1 0 0 15 0 8 0 187739662 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25682] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25682/stat : 25682 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187739662 937431040 8398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25656/tid=25683] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25683/stat : 25683 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187739662 937431040 8398 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+2.97914 s]
/proc/loadavg: 1.04 1.02 1.06 3/102 25691
/proc/meminfo: memFree=1692576/2055920 swapFree=4171244/4192956
[pid=25656] ppid=25653 vsize=915460 CPUtime=2.93
/proc/25656/stat : 25656 (java) R 25653 25656 25549 0 -1 0 8690 0 1 0 288 5 0 0 25 0 8 0 187739654 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830759 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25656/statm: 228865 8427 2524 14 0 215335 0
[pid=25656/tid=25675] ppid=25653 vsize=915460 CPUtime=0.02
/proc/25656/task/25675/stat : 25675 (java) S 25653 25656 25549 0 -1 64 194 0 0 0 2 0 0 0 16 0 8 0 187739659 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25676] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25676/stat : 25676 (java) S 25653 25656 25549 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 187739659 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25677] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25677/stat : 25677 (java) S 25653 25656 25549 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 187739659 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25680] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25680/stat : 25680 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 187739662 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25656/tid=25681] ppid=25653 vsize=915460 CPUtime=0.25
/proc/25656/task/25681/stat : 25681 (java) S 25653 25656 25549 0 -1 64 397 0 0 0 24 1 0 0 15 0 8 0 187739662 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25656/tid=25682] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25682/stat : 25682 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 187739662 937431040 8427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25656/tid=25683] ppid=25653 vsize=915460 CPUtime=0
/proc/25656/task/25683/stat : 25683 (java) S 25653 25656 25549 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 187739662 937431040 8427 18446744073709551615 134512640 134570532 4294956464 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) 915460

Child status: 0
Real time (s): 6.12518
CPU time (s): 6.05508
CPU user time (s): 5.98509
CPU system time (s): 0.069989
CPU usage (%): 98.8556
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.98509
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8790
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= 1260
involuntary context switches= 1529

runsolver used 0.016997 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Jan 10 01:44:10 UTC 2007


IDJOB= 247652
IDBENCH= 11648
FILE ID= node19/247652-1168393449

PBS_JOBID= 3522814

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/langford/slangford-3-11-ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247652-1168393449/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-247652-1168393449 -o ROOT/results/node19/solver-247652-1168393449 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/247652-1168393449/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a63b53c58cc85f1e586b8a11ebe118fe

RANDOM SEED= 749331595

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.260
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.260
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:       1752344 kB
Buffers:         48712 kB
Cached:         162436 kB
SwapCached:      10396 kB
Active:         176732 kB
Inactive:        70144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752344 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            5428 kB
Writeback:           0 kB
Mapped:          44640 kB
Slab:            41520 kB
Committed_AS:  5564800 kB
PageTables:       2264 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= 66556 MiB



End job on node19 on Wed Jan 10 01:44:16 UTC 2007