Trace number 224478

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 4.29335 4.36964

DiagnosticValue
CHECKS41589494
NODES10453

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-53_ext.xml
MD5SUMe1fc72cd6d8abe895f798d931c8d9d15
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 benchmark3.53046
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/224478-1168268921/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.42	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.70	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.70	       =>  wckTime=0.379  cpuTime=0.33  mem=21M596
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.591  cpuTime=0.46  mem=15M362
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=161596  nbPropagations=979  nbRevisions=3401  nbUselessRevisions=1903  nbSingletonTests=49
0.97	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=1  detectedInconsistency=no
0.97	       =>  wckTime=0.053  cpuTime=0.03  mem=15M362
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=74397  nbPropagations=1608  nbRevisions=6046  nbUselessRevisions=3297  nbAssignments=24
0.99	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.081  cpuTime=0.05  mem=15M362
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=187340  nbPropagations=4097  nbRevisions=15996  nbUselessRevisions=8644  nbAssignments=59
1.01	     nbFailedAssignments=24  nbBacktracks=30  nbVisitedNodes=100  nbRestartNogoods=3  mapSize=20  nbInferences=0
1.01	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.102  cpuTime=0.06  mem=15M362
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=396930  nbPropagations=8191  nbRevisions=33893  nbUselessRevisions=18364
1.04	     nbAssignments=131  nbFailedAssignments=68  nbBacktracks=52  nbVisitedNodes=232  nbRestartNogoods=6  mapSize=38
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.127  cpuTime=0.09  mem=15M362
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=581459  nbPropagations=13812  nbRevisions=58384  nbUselessRevisions=31566
1.06	     nbAssignments=191  nbFailedAssignments=93  nbBacktracks=86  nbVisitedNodes=334  nbRestartNogoods=12  mapSize=60
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.149  cpuTime=0.11  mem=15M362
1.10	   
1.10	   search
1.10	     run=4  nbConstraintChecks=977277  nbPropagations=22548  nbRevisions=96542  nbUselessRevisions=51894
1.10	     nbAssignments=289  nbFailedAssignments=139  nbBacktracks=137  nbVisitedNodes=513  nbRestartNogoods=17  mapSize=102
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.188  cpuTime=0.14  mem=15M362
1.18	   
1.18	   search
1.18	     run=5  nbConstraintChecks=1762100  nbPropagations=36892  nbRevisions=161631  nbUselessRevisions=86489
1.18	     nbAssignments=488  nbFailedAssignments=256  nbBacktracks=212  nbVisitedNodes=881  nbRestartNogoods=29  mapSize=168
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.265  cpuTime=0.21  mem=15M362
1.27	   
1.27	   search
1.27	     run=6  nbConstraintChecks=2724072  nbPropagations=58687  nbRevisions=260757  nbUselessRevisions=139429
1.27	     nbAssignments=763  nbFailedAssignments=414  nbBacktracks=325  nbVisitedNodes=1384  nbRestartNogoods=36  mapSize=268
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.352  cpuTime=0.3  mem=15M362
1.37	   
1.37	   search
1.37	     run=7  nbConstraintChecks=3935773  nbPropagations=89344  nbRevisions=399802  nbUselessRevisions=213926
1.37	     nbAssignments=1103  nbFailedAssignments=582  nbBacktracks=496  nbVisitedNodes=1995  nbRestartNogoods=41
1.37	     mapSize=406  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.46  cpuTime=0.4  mem=15M362
1.57	   
1.57	   search
1.57	     run=8  nbConstraintChecks=6142940  nbPropagations=136154  nbRevisions=613473  nbUselessRevisions=328422
1.57	     nbAssignments=1715  nbFailedAssignments=933  nbBacktracks=754  nbVisitedNodes=3105  nbRestartNogoods=51
1.57	     mapSize=613  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.661  cpuTime=0.59  mem=15M362
1.92	   
1.92	   search
1.92	     run=9  nbConstraintChecks=10413667  nbPropagations=210872  nbRevisions=962824  nbUselessRevisions=514603
1.92	     nbAssignments=2740  nbFailedAssignments=1571  nbBacktracks=1139  nbVisitedNodes=5036  nbRestartNogoods=52
1.92	     mapSize=944  nbInferences=0  nbTooLargeKeys=0
1.92	       =>  wckTime=1.004  cpuTime=0.92  mem=16M337
1.99	   
1.99	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=16M337)
2.27	   
2.27	   search
2.27	     run=10  nbConstraintChecks=14830908  nbPropagations=317984  nbRevisions=1457152  nbUselessRevisions=777671
2.27	     nbAssignments=3917  nbFailedAssignments=2167  nbBacktracks=1718  nbVisitedNodes=7147  nbRestartNogoods=74
2.27	       =>  wckTime=1.361  cpuTime=1.27  mem=16M337
2.82	   
2.82	   search
2.82	     run=11  nbConstraintChecks=21928639  nbPropagations=476184  nbRevisions=2185222  nbUselessRevisions=1166293
2.82	     nbAssignments=5763  nbFailedAssignments=3146  nbBacktracks=2584  nbVisitedNodes=10495  nbRestartNogoods=83
2.82	       =>  wckTime=1.906  cpuTime=1.81  mem=16M337
3.82	   
3.82	   search
3.82	     run=12  nbConstraintChecks=34992973  nbPropagations=723534  nbRevisions=3336374  nbUselessRevisions=1780917
3.82	     nbAssignments=8882  nbFailedAssignments=4965  nbBacktracks=3882  nbVisitedNodes=16302  nbRestartNogoods=87
3.82	       =>  wckTime=2.905  cpuTime=2.8  mem=16M337
4.31	   
4.31	   search
4.31	     run=13  nbConstraintChecks=41427898  nbPropagations=1017453  nbRevisions=4698220  nbUselessRevisions=2508768
4.31	     nbAssignments=10453  nbFailedAssignments=5816  nbBacktracks=4600  nbVisitedNodes=19169  nbRestartNogoods=99
4.31	       =>  wckTime=3.396  cpuTime=3.3  mem=16M337
4.31	   
4.31	   global
4.31	     nbConstraintChecks=41589494  nbPropagations=1018432  nbRevisions=4701621  nbUselessRevisions=2510671
4.31	     nbRestartNogoods=99  solvingWckTime=3.397  solvingCpuTime=3.3  expiredTime=no  totalExploration=yes
4.31	     nbFoundSolutions=0  globalCpuTime=3.82
4.31	       =>  wckTime=3.993  cpuTime=3.77  mem=16M337
4.31	   
4.31	s UNSATISFIABLE
4.31	d NODES 10453
4.31	d CHECKS 41589494
4.31	   
4.31	   totalWckTime=4.074  totalCpuTime=3.82

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/node15/watcher-224478-1168268921 -o ROOT/results/node15/solver-224478-1168268921 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224478-1168268921/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: 2.01 2.02 1.94 4/87 19904
/proc/meminfo: memFree=1457344/2055920 swapFree=4174172/4192956
[pid=19903] ppid=19901 vsize=47976 CPUtime=0
/proc/19903/stat : 19903 (java) D 19901 19903 19836 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 175286988 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/19903/statm: 11994 972 769 14 0 1707 0

[startup+0.102941 s]
/proc/loadavg: 2.01 2.02 1.94 4/87 19904
/proc/meminfo: memFree=1457344/2055920 swapFree=4174172/4192956
[pid=19903] ppid=19901 vsize=914988 CPUtime=0.08
/proc/19903/stat : 19903 (java) R 19901 19903 19836 0 -1 0 2977 0 1 0 7 1 0 0 17 0 8 0 175286988 936947712 2723 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153569566 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19903/statm: 228747 2723 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511012 s]
/proc/loadavg: 2.01 2.02 1.94 4/87 19904
/proc/meminfo: memFree=1457344/2055920 swapFree=4174172/4192956
[pid=19903] ppid=19901 vsize=915328 CPUtime=0.49
/proc/19903/stat : 19903 (java) R 19901 19903 19836 0 -1 0 7231 0 1 0 46 3 0 0 18 0 8 0 175286988 937295872 6970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19903/statm: 228832 6970 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33415 s]
/proc/loadavg: 2.01 2.02 1.94 3/94 19911
/proc/meminfo: memFree=1425992/2055920 swapFree=4174172/4192956
[pid=19903] ppid=19901 vsize=915464 CPUtime=1.3
/proc/19903/stat : 19903 (java) R 19901 19903 19836 0 -1 0 10548 0 1 0 125 5 0 0 25 0 8 0 175286988 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19903/statm: 228866 10286 2524 14 0 215336 0
[pid=19903/tid=19905] ppid=19901 vsize=915464 CPUtime=0.03
/proc/19903/task/19905/stat : 19905 (java) S 19901 19903 19836 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175286992 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19906] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19906/stat : 19906 (java) S 19901 19903 19836 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175286992 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19907] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19907/stat : 19907 (java) S 19901 19903 19836 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175286992 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19908] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19908/stat : 19908 (java) S 19901 19903 19836 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175286996 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19909] ppid=19901 vsize=915464 CPUtime=0.17
/proc/19903/task/19909/stat : 19909 (java) S 19901 19903 19836 0 -1 64 361 0 0 0 17 0 0 0 15 0 8 0 175286996 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19910] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19910/stat : 19910 (java) S 19901 19903 19836 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175286996 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19911] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19911/stat : 19911 (java) S 19901 19903 19836 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175286996 937435136 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98743 s]
/proc/loadavg: 2.01 2.02 1.94 3/94 19911
/proc/meminfo: memFree=1425800/2055920 swapFree=4174172/4192956
[pid=19903] ppid=19901 vsize=915464 CPUtime=2.95
/proc/19903/stat : 19903 (java) R 19901 19903 19836 0 -1 0 10566 0 1 0 290 5 0 0 25 0 8 0 175286988 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19903/statm: 228866 10302 2524 14 0 215336 0
[pid=19903/tid=19905] ppid=19901 vsize=915464 CPUtime=0.03
/proc/19903/task/19905/stat : 19905 (java) S 19901 19903 19836 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175286992 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19906] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19906/stat : 19906 (java) S 19901 19903 19836 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175286992 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19907] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19907/stat : 19907 (java) S 19901 19903 19836 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175286992 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19908] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19908/stat : 19908 (java) S 19901 19903 19836 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175286996 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19909] ppid=19901 vsize=915464 CPUtime=0.2
/proc/19903/task/19909/stat : 19909 (java) S 19901 19903 19836 0 -1 64 377 0 0 0 20 0 0 0 15 0 8 0 175286996 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19910] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19910/stat : 19910 (java) S 19901 19903 19836 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175286996 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19903/tid=19911] ppid=19901 vsize=915464 CPUtime=0
/proc/19903/task/19911/stat : 19911 (java) S 19901 19903 19836 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175286996 937435136 10302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 4.36964
CPU time (s): 4.29335
CPU user time (s): 4.22836
CPU system time (s): 0.06499
CPU usage (%): 98.254
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.22836
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= 10575
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= 1119
involuntary context switches= 1293

runsolver used 0.009998 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan  8 15:08:41 UTC 2007


IDJOB= 224478
IDBENCH= 5754
FILE ID= node15/224478-1168268921

PBS_JOBID= 3482953

Free space on /tmp= 66254 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-53_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224478-1168268921/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-224478-1168268921 -o ROOT/results/node15/solver-224478-1168268921 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224478-1168268921/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e1fc72cd6d8abe895f798d931c8d9d15

RANDOM SEED= 37122546

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.276
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.276
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:       1457824 kB
Buffers:         72000 kB
Cached:         201556 kB
SwapCached:       6400 kB
Active:         438176 kB
Inactive:       102608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457824 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:         277400 kB
Slab:            41544 kB
Committed_AS:  5465604 kB
PageTables:       2856 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= 66254 MiB



End job on node15 on Mon Jan  8 15:08:46 UTC 2007