Trace number 247672

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 ACUNSAT 5.51616 5.54505

DiagnosticValue
CHECKS12124108
NODES21936

General information on the benchmark

Namelangford/
langford-3-11-ext.xml
MD5SUMf047fc038009e372113925ae5ca60f88
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.69774
SatisfiableNO
(Un)Satisfiability was proved
Number of variables33
Number of constraints550
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension550
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/247672-1168085863/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=33  nbDomainTypes=1  minDomainSize=33  maxDomainSize=33
0.39	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.55	     nbConstraints=528  nbRelationTypes=12  nbMergedConstraints=22  nbExtensionStructures=12
0.55	     nbSharedExtensionStructures=516  nbConflictsStructures=12  nbSharedConflictsStructures=516
0.55	     nbSharedBinaryRepresentations=725  maxDegree=32  maxArity=2
0.55	       =>  wckTime=0.254  cpuTime=0.18  mem=8M935
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.73	       =>  wckTime=0.44  cpuTime=0.3  mem=13M525
0.75	   
0.75	   preprocessing
0.75	     nbConstraintChecks=1661  nbPropagations=55  nbRevisions=55  nbUselessRevisions=0  nbRemovedValues=462
0.75	     detectedInconsistency=no
0.75	       =>  wckTime=0.017  cpuTime=0.01  mem=13M525
0.79	   
0.79	   search
0.79	     run=0  nbConstraintChecks=14521  nbPropagations=465  nbRevisions=2670  nbUselessRevisions=1656  nbAssignments=31
0.79	     nbFailedAssignments=7  nbBacktracks=18  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.049  cpuTime=0.04  mem=14M500
0.81	   
0.81	   search
0.81	     run=1  nbConstraintChecks=27254  nbPropagations=1367  nbRevisions=7662  nbUselessRevisions=4771  nbAssignments=68
0.81	     nbFailedAssignments=14  nbBacktracks=36  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=12  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.07  cpuTime=0.05  mem=14M500
0.82	   
0.82	   search
0.82	     run=2  nbConstraintChecks=41240  nbPropagations=2746  nbRevisions=15171  nbUselessRevisions=9414  nbAssignments=114
0.82	     nbFailedAssignments=24  nbBacktracks=66  nbVisitedNodes=152  nbRestartNogoods=4  mapSize=21  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.083  cpuTime=0.06  mem=14M500
0.83	   
0.83	   search
0.83	     run=3  nbConstraintChecks=61266  nbPropagations=4815  nbRevisions=26694  nbUselessRevisions=16668
0.83	     nbAssignments=171  nbFailedAssignments=36  nbBacktracks=99  nbVisitedNodes=232  nbRestartNogoods=5  mapSize=32
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.098  cpuTime=0.07  mem=14M500
0.85	   
0.85	   search
0.85	     run=4  nbConstraintChecks=85874  nbPropagations=7753  nbRevisions=43045  nbUselessRevisions=26955
0.85	     nbAssignments=251  nbFailedAssignments=53  nbBacktracks=153  nbVisitedNodes=341  nbRestartNogoods=13  mapSize=47
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.112  cpuTime=0.09  mem=14M500
0.87	   
0.87	   search
0.87	     run=5  nbConstraintChecks=128214  nbPropagations=12069  nbRevisions=68347  nbUselessRevisions=43171
0.87	     nbAssignments=365  nbFailedAssignments=82  nbBacktracks=229  nbVisitedNodes=503  nbRestartNogoods=18  mapSize=72
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.133  cpuTime=0.11  mem=14M500
0.90	   
0.90	   search
0.90	     run=6  nbConstraintChecks=186661  nbPropagations=18496  nbRevisions=108045  nbUselessRevisions=69492
0.90	     nbAssignments=543  nbFailedAssignments=135  nbBacktracks=342  nbVisitedNodes=764  nbRestartNogoods=23  mapSize=113
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.166  cpuTime=0.13  mem=14M500
0.95	   
0.95	   search
0.95	     run=7  nbConstraintChecks=283303  nbPropagations=28551  nbRevisions=171265  nbUselessRevisions=112014
0.95	     nbAssignments=802  nbFailedAssignments=214  nbBacktracks=513  nbVisitedNodes=1160  nbRestartNogoods=29  mapSize=191
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.214  cpuTime=0.18  mem=14M500
1.02	   
1.02	   search
1.02	     run=8  nbConstraintChecks=440808  nbPropagations=44133  nbRevisions=275075  nbUselessRevisions=183810
1.02	     nbAssignments=1208  nbFailedAssignments=353  nbBacktracks=771  nbVisitedNodes=1785  nbRestartNogoods=39
1.02	     mapSize=308  nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.289  cpuTime=0.25  mem=14M500
1.17	   
1.17	   search
1.17	     run=9  nbConstraintChecks=721402  nbPropagations=70135  nbRevisions=452049  nbUselessRevisions=307866
1.17	     nbAssignments=1848  nbFailedAssignments=599  nbBacktracks=1156  nbVisitedNodes=2831  nbRestartNogoods=42
1.17	     mapSize=541  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.432  cpuTime=0.38  mem=14M500
1.38	   
1.38	   search
1.38	     run=10  nbConstraintChecks=1234535  nbPropagations=114954  nbRevisions=769775  nbUselessRevisions=534779
1.38	     nbAssignments=2876  nbFailedAssignments=1040  nbBacktracks=1732  nbVisitedNodes=4606  nbRestartNogoods=49
1.38	     mapSize=974  nbInferences=1  nbTooLargeKeys=0
1.39	       =>  wckTime=0.65  cpuTime=0.58  mem=14M500
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=14M500)
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=2124847  nbPropagations=190808  nbRevisions=1326254  nbUselessRevisions=935309
1.72	     nbAssignments=4502  nbFailedAssignments=1792  nbBacktracks=2596  nbVisitedNodes=7495  nbRestartNogoods=60
1.72	       =>  wckTime=0.984  cpuTime=0.92  mem=14M500
2.23	   
2.23	   search
2.23	     run=12  nbConstraintChecks=3494585  nbPropagations=314097  nbRevisions=2265310  nbUselessRevisions=1620164
2.23	     nbAssignments=7015  nbFailedAssignments=3001  nbBacktracks=3893  nbVisitedNodes=11958  nbRestartNogoods=72
2.23	       =>  wckTime=1.495  cpuTime=1.43  mem=14M500
3.08	   
3.08	   search
3.08	     run=13  nbConstraintChecks=5757589  nbPropagations=516936  nbRevisions=3857515  nbUselessRevisions=2794505
3.08	     nbAssignments=10929  nbFailedAssignments=4960  nbBacktracks=5842  nbVisitedNodes=19113  nbRestartNogoods=77
3.08	       =>  wckTime=2.349  cpuTime=2.28  mem=14M500
4.38	   
4.38	   search
4.38	     run=14  nbConstraintChecks=9187390  nbPropagations=839016  nbRevisions=6437957  nbUselessRevisions=4710135
4.38	     nbAssignments=16802  nbFailedAssignments=7905  nbBacktracks=8761  nbVisitedNodes=29891  nbRestartNogoods=88
4.38	       =>  wckTime=3.643  cpuTime=3.57  mem=14M500
5.52	   
5.52	   search
5.52	     run=15  nbConstraintChecks=12122447  nbPropagations=1267073  nbRevisions=9864057  nbUselessRevisions=7256410
5.52	     nbAssignments=21936  nbFailedAssignments=10393  nbBacktracks=11408  nbVisitedNodes=39247  nbRestartNogoods=103
5.52	       =>  wckTime=4.781  cpuTime=4.71  mem=14M500
5.52	   
5.52	   global
5.52	     nbConstraintChecks=12124108  nbPropagations=1267128  nbRevisions=9864112  nbUselessRevisions=7256410
5.52	     nbRestartNogoods=103  solvingWckTime=4.782  solvingCpuTime=4.71  expiredTime=no  totalExploration=yes
5.52	     nbFoundSolutions=0  globalCpuTime=5.05
5.52	       =>  wckTime=5.225  cpuTime=5.01  mem=14M500
5.52	   
5.52	s UNSATISFIABLE
5.52	d NODES 21936
5.52	d CHECKS 12124108
5.52	   
5.52	   totalWckTime=5.301  totalCpuTime=5.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/node3/watcher-247672-1168085863 -o ROOT/results/node3/solver-247672-1168085863 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247672-1168085863/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.02 1.10 1.41 4/93 32472
/proc/meminfo: memFree=1263648/2055920 swapFree=4192812/4192956
[pid=32471] ppid=32469 vsize=172 CPUtime=0
/proc/32471/stat : 32471 (java) R 32469 32471 32402 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156983273 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/32471/statm: 43 24 18 14 0 3 0

[startup+0.108414 s]
/proc/loadavg: 1.02 1.10 1.41 4/93 32472
/proc/meminfo: memFree=1263648/2055920 swapFree=4192812/4192956
[pid=32471] ppid=32469 vsize=914988 CPUtime=0.1
/proc/32471/stat : 32471 (java) R 32469 32471 32402 0 -1 0 3078 0 1 0 8 2 0 0 24 0 8 0 156983273 936947712 2824 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072931794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32471/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516482 s]
/proc/loadavg: 1.02 1.10 1.41 4/93 32472
/proc/meminfo: memFree=1263648/2055920 swapFree=4192812/4192956
[pid=32471] ppid=32469 vsize=915328 CPUtime=0.5
/proc/32471/stat : 32471 (java) R 32469 32471 32402 0 -1 0 6659 0 1 0 45 5 0 0 25 0 8 0 156983273 937295872 6398 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073557197 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32471/statm: 228832 6398 2155 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33962 s]
/proc/loadavg: 1.02 1.10 1.41 3/100 32479
/proc/meminfo: memFree=1240552/2055920 swapFree=4192812/4192956
[pid=32471] ppid=32469 vsize=915460 CPUtime=1.32
/proc/32471/stat : 32471 (java) R 32469 32471 32402 0 -1 0 8571 0 1 0 125 7 0 0 25 0 8 0 156983273 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32471/statm: 228865 8309 2513 14 0 215335 0
[pid=32471/tid=32473] ppid=32469 vsize=915460 CPUtime=0.02
/proc/32471/task/32473/stat : 32473 (java) S 32469 32471 32402 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 156983277 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32474] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32474/stat : 32474 (java) S 32469 32471 32402 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983277 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32475] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32475/stat : 32475 (java) S 32469 32471 32402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156983277 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32476] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32476/stat : 32476 (java) S 32469 32471 32402 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983280 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32477] ppid=32469 vsize=915460 CPUtime=0.21
/proc/32471/task/32477/stat : 32477 (java) S 32469 32471 32402 0 -1 64 394 0 0 0 21 0 0 0 16 0 8 0 156983280 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32478] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32478/stat : 32478 (java) S 32469 32471 32402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156983280 937431040 8309 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32479] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32479/stat : 32479 (java) S 32469 32471 32402 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983280 937431040 8309 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+2.98188 s]
/proc/loadavg: 1.02 1.10 1.41 3/100 32479
/proc/meminfo: memFree=1240360/2055920 swapFree=4192812/4192956
[pid=32471] ppid=32469 vsize=915460 CPUtime=2.96
/proc/32471/stat : 32471 (java) R 32469 32471 32402 0 -1 0 8590 0 1 0 289 7 0 0 25 0 8 0 156983273 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073825065 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32471/statm: 228865 8327 2513 14 0 215335 0
[pid=32471/tid=32473] ppid=32469 vsize=915460 CPUtime=0.02
/proc/32471/task/32473/stat : 32473 (java) S 32469 32471 32402 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 156983277 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32474] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32474/stat : 32474 (java) S 32469 32471 32402 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983277 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32475] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32475/stat : 32475 (java) S 32469 32471 32402 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156983277 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32476] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32476/stat : 32476 (java) S 32469 32471 32402 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156983280 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32477] ppid=32469 vsize=915460 CPUtime=0.21
/proc/32471/task/32477/stat : 32477 (java) S 32469 32471 32402 0 -1 64 396 0 0 0 21 0 0 0 16 0 8 0 156983280 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32478] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32478/stat : 32478 (java) S 32469 32471 32402 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156983280 937431040 8327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32471/tid=32479] ppid=32469 vsize=915460 CPUtime=0
/proc/32471/task/32479/stat : 32479 (java) S 32469 32471 32402 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983280 937431040 8327 18446744073709551615 134512640 134570532 4294956464 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) 915460

Child status: 0
Real time (s): 5.54505
CPU time (s): 5.51616
CPU user time (s): 5.43717
CPU system time (s): 0.078987
CPU usage (%): 99.479
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.43717
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8688
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= 1275
involuntary context switches= 1580

runsolver used 0.012998 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 12:17:44 UTC 2007


IDJOB= 247672
IDBENCH= 11649
FILE ID= node3/247672-1168085863

PBS_JOBID= 3476340

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f047fc038009e372113925ae5ca60f88

RANDOM SEED= 283485001

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:       1264192 kB
Buffers:         66408 kB
Cached:         519548 kB
SwapCached:          0 kB
Active:         189160 kB
Inactive:       507452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         139664 kB
Slab:            79800 kB
Committed_AS:  4619584 kB
PageTables:       2220 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= 66542 MiB



End job on node3 on Sat Jan  6 12:18:08 UTC 2007