Trace number 227805

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.09838 4.17287

DiagnosticValue
CHECKS9467261
NODES15311

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-41_ext.xml
MD5SUM670c715ab6a155ca06d6e0ffeed30174
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 benchmark0.089985
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/227805-1168080823/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.65	     nbConstraints=752  nbRelationTypes=752  nbExtensionStructures=751  nbSharedExtensionStructures=1
0.65	     nbConflictsStructures=751  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11881  maxDegree=39
0.65	     maxArity=2
0.65	       =>  wckTime=0.359  cpuTime=0.24  mem=11M844
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.549  cpuTime=0.36  mem=14M15
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.011  cpuTime=0.01  mem=14M15
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=14237  nbPropagations=373  nbRevisions=4308  nbUselessRevisions=3631  nbAssignments=22
0.89	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.046  cpuTime=0.03  mem=15M6
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=32373  nbPropagations=1183  nbRevisions=14550  nbUselessRevisions=12380  nbAssignments=57
0.92	     nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=86  nbRestartNogoods=2  mapSize=23  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.072  cpuTime=0.05  mem=15M6
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=56902  nbPropagations=2535  nbRevisions=32522  nbUselessRevisions=27644  nbAssignments=98
0.93	     nbFailedAssignments=22  nbBacktracks=50  nbVisitedNodes=149  nbRestartNogoods=4  mapSize=43  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.089  cpuTime=0.07  mem=15M6
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=90428  nbPropagations=4613  nbRevisions=62178  nbUselessRevisions=52966
0.95	     nbAssignments=152  nbFailedAssignments=35  nbBacktracks=84  nbVisitedNodes=232  nbRestartNogoods=6  mapSize=69
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.108  cpuTime=0.08  mem=15M6
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=142338  nbPropagations=7771  nbRevisions=108259  nbUselessRevisions=92259
0.97	     nbAssignments=237  nbFailedAssignments=60  nbBacktracks=135  nbVisitedNodes=370  nbRestartNogoods=8  mapSize=111
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.131  cpuTime=0.11  mem=15M6
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=216334  nbPropagations=12393  nbRevisions=178388  nbUselessRevisions=152205
1.01	     nbAssignments=351  nbFailedAssignments=91  nbBacktracks=213  nbVisitedNodes=559  nbRestartNogoods=14  mapSize=176
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.165  cpuTime=0.14  mem=15M6
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=310587  nbPropagations=18937  nbRevisions=280874  nbUselessRevisions=240093
1.05	     nbAssignments=516  nbFailedAssignments=135  nbBacktracks=328  nbVisitedNodes=819  nbRestartNogoods=15  mapSize=261
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.208  cpuTime=0.18  mem=15M6
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=459932  nbPropagations=28463  nbRevisions=434394  nbUselessRevisions=372065
1.11	     nbAssignments=761  nbFailedAssignments=200  nbBacktracks=500  nbVisitedNodes=1209  nbRestartNogoods=18  mapSize=396
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.271  cpuTime=0.24  mem=15M6
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=675099  nbPropagations=42199  nbRevisions=660995  nbUselessRevisions=567135
1.20	     nbAssignments=1140  nbFailedAssignments=311  nbBacktracks=761  nbVisitedNodes=1807  nbRestartNogoods=22
1.20	     mapSize=592  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.359  cpuTime=0.33  mem=15M6
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=1014205  nbPropagations=62586  nbRevisions=1001645  nbUselessRevisions=860022
1.34	     nbAssignments=1683  nbFailedAssignments=463  nbBacktracks=1148  nbVisitedNodes=2685  nbRestartNogoods=27
1.34	     mapSize=906  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.501  cpuTime=0.45  mem=15M6
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=15M6)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=1513185  nbPropagations=92657  nbRevisions=1507343  nbUselessRevisions=1293966
1.52	     nbAssignments=2470  nbFailedAssignments=666  nbBacktracks=1725  nbVisitedNodes=3949  nbRestartNogoods=29
1.52	       =>  wckTime=0.68  cpuTime=0.62  mem=15M6
1.76	   
1.76	   search
1.76	     run=11  nbConstraintChecks=2248302  nbPropagations=136945  nbRevisions=2262042  nbUselessRevisions=1942577
1.76	     nbAssignments=3675  nbFailedAssignments=1001  nbBacktracks=2589  nbVisitedNodes=5886  nbRestartNogoods=33
1.76	       =>  wckTime=0.92  cpuTime=0.86  mem=15M6
2.14	   
2.14	   search
2.14	     run=12  nbConstraintChecks=3435721  nbPropagations=203911  nbRevisions=3412894  nbUselessRevisions=2931345
2.14	     nbAssignments=5500  nbFailedAssignments=1523  nbBacktracks=3886  nbVisitedNodes=8848  nbRestartNogoods=40
2.14	       =>  wckTime=1.301  cpuTime=1.23  mem=15M6
2.68	   
2.68	   search
2.68	     run=13  nbConstraintChecks=5095645  nbPropagations=303140  nbRevisions=5129626  nbUselessRevisions=4407140
2.68	     nbAssignments=8212  nbFailedAssignments=2279  nbBacktracks=5833  nbVisitedNodes=13226  nbRestartNogoods=45
2.68	       =>  wckTime=1.838  cpuTime=1.77  mem=15M6
3.49	   
3.49	   search
3.49	     run=14  nbConstraintChecks=7603118  nbPropagations=450697  nbRevisions=7698521  nbUselessRevisions=6616653
3.49	     nbAssignments=12292  nbFailedAssignments=3430  nbBacktracks=8752  nbVisitedNodes=19807  nbRestartNogoods=51
3.49	       =>  wckTime=2.644  cpuTime=2.58  mem=15M6
4.09	   
4.09	   search
4.09	     run=15  nbConstraintChecks=9467261  nbPropagations=634047  nbRevisions=10903655  nbUselessRevisions=9374156
4.09	     nbAssignments=15311  nbFailedAssignments=4273  nbBacktracks=10888  nbVisitedNodes=24643  nbRestartNogoods=59
4.09	       =>  wckTime=3.244  cpuTime=3.18  mem=15M6
4.09	   
4.09	   global
4.09	     nbConstraintChecks=9467261  nbPropagations=634087  nbRevisions=10903655  nbUselessRevisions=9374156
4.09	     nbRestartNogoods=59  solvingWckTime=3.245  solvingCpuTime=3.18  expiredTime=no  totalExploration=no
4.09	     nbFoundSolutions=1  globalCpuTime=3.59
4.09	       =>  wckTime=3.796  cpuTime=3.54  mem=15M6
4.09	   
4.09	s SATISFIABLE
4.09	v 6 0 7 6 4 0 1 5 1 2 2 7 6 3 2 1 0 6 6 6 3 2 7 7 6 2 5 4 3 2 3 0 4 4 0 3 4 6 6 1 
4.09	d NODES 15311
4.09	d CHECKS 9467261
4.09	   
4.09	   totalWckTime=3.871  totalCpuTime=3.59

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/node60/watcher-227805-1168080823 -o ROOT/results/node60/solver-227805-1168080823 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227805-1168080823/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.40 0.59 0.81 3/68 13137
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=13136] ppid=13134 vsize=172 CPUtime=0
/proc/13136/stat : 13136 (java) R 13134 13136 12593 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156481167 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 1 0 0
/proc/13136/statm: 43 24 18 14 0 3 0

[startup+0.104003 s]
/proc/loadavg: 0.40 0.59 0.81 3/68 13137
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=13136] ppid=13134 vsize=914988 CPUtime=0.08
/proc/13136/stat : 13136 (java) R 13134 13136 12593 0 -1 0 3073 0 1 0 7 1 0 0 16 0 8 0 156481167 936947712 2819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13136/statm: 228747 2820 1454 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512039 s]
/proc/loadavg: 0.40 0.59 0.81 3/68 13137
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=13136] ppid=13134 vsize=915328 CPUtime=0.5
/proc/13136/stat : 13136 (java) R 13134 13136 12593 0 -1 0 6485 0 1 0 46 4 0 0 16 0 8 0 156481167 937295872 6224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073550957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13136/statm: 228832 6225 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33312 s]
/proc/loadavg: 0.40 0.59 0.81 2/75 13144
/proc/meminfo: memFree=1449640/2055920 swapFree=4192812/4192956
[pid=13136] ppid=13134 vsize=915584 CPUtime=1.32
/proc/13136/stat : 13136 (java) R 13134 13136 12593 0 -1 0 8673 0 1 0 124 8 0 0 16 0 8 0 156481167 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073924465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13136/statm: 228896 8411 2513 14 0 215366 0
[pid=13136/tid=13138] ppid=13134 vsize=915584 CPUtime=0.03
/proc/13136/task/13138/stat : 13138 (java) S 13134 13136 12593 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156481170 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13136/tid=13139] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13139/stat : 13139 (java) S 13134 13136 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481171 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13140] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13140/stat : 13140 (java) S 13134 13136 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481171 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13141] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13141/stat : 13141 (java) S 13134 13136 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156481174 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13142] ppid=13134 vsize=915584 CPUtime=0.24
/proc/13136/task/13142/stat : 13142 (java) S 13134 13136 12593 0 -1 64 411 0 0 0 22 2 0 0 16 0 8 0 156481174 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13143] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13143/stat : 13143 (java) S 13134 13136 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481174 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13144] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13144/stat : 13144 (java) S 13134 13136 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481174 937558016 8411 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915584

[startup+2.97328 s]
/proc/loadavg: 0.40 0.59 0.81 2/75 13144
/proc/meminfo: memFree=1449448/2055920 swapFree=4192812/4192956
[pid=13136] ppid=13134 vsize=915584 CPUtime=2.96
/proc/13136/stat : 13136 (java) R 13134 13136 12593 0 -1 0 8699 0 1 0 288 8 0 0 17 0 8 0 156481167 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073904647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13136/statm: 228896 8436 2513 14 0 215366 0
[pid=13136/tid=13138] ppid=13134 vsize=915584 CPUtime=0.03
/proc/13136/task/13138/stat : 13138 (java) S 13134 13136 12593 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156481170 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13136/tid=13139] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13139/stat : 13139 (java) S 13134 13136 12593 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156481171 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13140] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13140/stat : 13140 (java) S 13134 13136 12593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156481171 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13141] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13141/stat : 13141 (java) S 13134 13136 12593 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156481174 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13142] ppid=13134 vsize=915584 CPUtime=0.25
/proc/13136/task/13142/stat : 13142 (java) S 13134 13136 12593 0 -1 64 418 0 0 0 23 2 0 0 16 0 8 0 156481174 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13143] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13143/stat : 13143 (java) S 13134 13136 12593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156481174 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13136/tid=13144] ppid=13134 vsize=915584 CPUtime=0
/proc/13136/task/13144/stat : 13144 (java) S 13134 13136 12593 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156481174 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 4.17287
CPU time (s): 4.09838
CPU user time (s): 4.01039
CPU system time (s): 0.087986
CPU usage (%): 98.2148
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.01039
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= 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= 949
involuntary context switches= 57

runsolver used 0.006998 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 10:53:47 UTC 2007


IDJOB= 227805
IDBENCH= 6120
FILE ID= node60/227805-1168080823

PBS_JOBID= 3476168

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227805-1168080823/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-227805-1168080823 -o ROOT/results/node60/solver-227805-1168080823 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227805-1168080823/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  670c715ab6a155ca06d6e0ffeed30174

RANDOM SEED= 891853566

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.236
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.236
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:       1473984 kB
Buffers:         48192 kB
Cached:         439368 kB
SwapCached:          0 kB
Active:          67756 kB
Inactive:       440076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          30472 kB
Slab:            59812 kB
Committed_AS:  3296108 kB
PageTables:       1684 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= 66552 MiB



End job on node60 on Sat Jan  6 10:53:59 UTC 2007