Trace number 204265

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 ESACSAT 3.2725 3.35751

DiagnosticValue
CHECKS24928420
NODES18280

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-3.xml
MD5SUMe1bd95f32daac3037b0684e39e147fe9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size114
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
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=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/204265-1168165499/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=50  nbDomainTypes=46  minDomainSize=102  maxDomainSize=114
0.39	       =>  wckTime=0.106  cpuTime=0.08  mem=6M902
0.39	   
0.39	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
1.39	     nbConstraints=265  nbConvertedConstraints=265  nbConvertConstraintsChecks=3114172  nbExtensionStructures=265
1.39	     nbSharedExtensionStructures=0  nbConflictsStructures=265  nbSharedConflictsStructures=0
1.39	     nbSharedBinaryRepresentations=44529  maxDegree=11  maxArity=2
1.39	       =>  wckTime=1.098  cpuTime=0.98  mem=14M704
1.43	   
1.43	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.291  cpuTime=1.11  mem=15M560
1.63	   
1.63	   preprocessing
1.63	     nbConstraintChecks=138523  nbPropagations=783  nbRevisions=1597  nbUselessRevisions=862  nbSingletonTests=64
1.63	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0  detectedInconsistency=no
1.63	       =>  wckTime=0.046  cpuTime=0.03  mem=15M560
1.67	   
1.67	   search
1.67	     run=0  nbConstraintChecks=116220  nbPropagations=1242  nbRevisions=3242  nbUselessRevisions=1708  nbAssignments=80
1.67	     nbFailedAssignments=56  nbBacktracks=12  nbVisitedNodes=148  nbRestartNogoods=0  mapSize=11  nbInferences=0
1.67	     nbTooLargeKeys=0
1.67	       =>  wckTime=0.085  cpuTime=0.05  mem=15M560
1.69	   
1.69	   search
1.69	     run=1  nbConstraintChecks=219604  nbPropagations=3231  nbRevisions=8313  nbUselessRevisions=4380  nbAssignments=223
1.69	     nbFailedAssignments=152  nbBacktracks=27  nbVisitedNodes=402  nbRestartNogoods=3  mapSize=26  nbInferences=0
1.69	     nbTooLargeKeys=0
1.69	       =>  wckTime=0.111  cpuTime=0.06  mem=15M560
1.71	   
1.71	   search
1.71	     run=2  nbConstraintChecks=415364  nbPropagations=6603  nbRevisions=16740  nbUselessRevisions=8609
1.71	     nbAssignments=391  nbFailedAssignments=282  nbBacktracks=49  nbVisitedNodes=722  nbRestartNogoods=18  mapSize=48
1.71	     nbInferences=0  nbTooLargeKeys=0
1.71	       =>  wckTime=0.129  cpuTime=0.08  mem=15M560
1.75	   
1.75	   search
1.75	     run=3  nbConstraintChecks=859546  nbPropagations=12633  nbRevisions=33215  nbUselessRevisions=17073
1.75	     nbAssignments=715  nbFailedAssignments=561  nbBacktracks=82  nbVisitedNodes=1358  nbRestartNogoods=20  mapSize=81
1.75	     nbInferences=0  nbTooLargeKeys=0
1.75	       =>  wckTime=0.167  cpuTime=0.12  mem=15M560
1.81	   
1.81	   search
1.81	     run=4  nbConstraintChecks=1545166  nbPropagations=22399  nbRevisions=60914  nbUselessRevisions=31339
1.81	     nbAssignments=1170  nbFailedAssignments=955  nbBacktracks=132  nbVisitedNodes=2256  nbRestartNogoods=39
1.81	     mapSize=131  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.224  cpuTime=0.17  mem=15M560
1.90	   
1.90	   search
1.90	     run=5  nbConstraintChecks=2689570  nbPropagations=38211  nbRevisions=107645  nbUselessRevisions=55669
1.90	     nbAssignments=1933  nbFailedAssignments=1631  nbBacktracks=207  nbVisitedNodes=3768  nbRestartNogoods=49
1.90	     mapSize=206  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.316  cpuTime=0.24  mem=15M560
1.96	   
1.96	   search
1.96	     run=6  nbConstraintChecks=3567480  nbPropagations=59426  nbRevisions=170440  nbUselessRevisions=88061
1.96	     nbAssignments=2636  nbFailedAssignments=2209  nbBacktracks=321  nbVisitedNodes=5156  nbRestartNogoods=88
1.96	     mapSize=320  nbInferences=0  nbTooLargeKeys=0
1.96	       =>  wckTime=0.378  cpuTime=0.3  mem=15M560
2.07	   
2.07	   search
2.07	     run=7  nbConstraintChecks=5130946  nbPropagations=87650  nbRevisions=260103  nbUselessRevisions=134536
2.07	     nbAssignments=3965  nbFailedAssignments=3359  nbBacktracks=491  nbVisitedNodes=7780  nbRestartNogoods=93
2.07	     mapSize=490  nbInferences=0  nbTooLargeKeys=0
2.07	       =>  wckTime=0.485  cpuTime=0.41  mem=15M560
2.27	   
2.27	   search
2.27	     run=8  nbConstraintChecks=8276246  nbPropagations=132130  nbRevisions=397132  nbUselessRevisions=205072
2.27	     nbAssignments=5982  nbFailedAssignments=4820  nbBacktracks=748  nbVisitedNodes=11211  nbRestartNogoods=151
2.27	     mapSize=746  nbInferences=0  nbTooLargeKeys=0
2.27	       =>  wckTime=0.687  cpuTime=0.6  mem=16M535
2.43	   
2.43	   INFO : Stopping hyperNogood (mapSize=1044, nbTooLargekeys=0, mem=16M535)
2.47	   
2.48	   search
2.48	     run=9  nbConstraintChecks=11414505  nbPropagations=194539  nbRevisions=588474  nbUselessRevisions=302841
2.48	     nbAssignments=8444  nbFailedAssignments=6889  nbBacktracks=1132  nbVisitedNodes=16089  nbRestartNogoods=168
2.48	       =>  wckTime=0.893  cpuTime=0.81  mem=16M535
2.78	   
2.78	   search
2.78	     run=10  nbConstraintChecks=16141015  nbPropagations=281298  nbRevisions=850146  nbUselessRevisions=436277
2.78	     nbAssignments=11958  nbFailedAssignments=9534  nbBacktracks=1708  nbVisitedNodes=22480  nbRestartNogoods=232
2.78	       =>  wckTime=1.2  cpuTime=1.1  mem=16M535
3.29	   
3.29	   search
3.29	     run=11  nbConstraintChecks=24637175  nbPropagations=414553  nbRevisions=1255497  nbUselessRevisions=642813
3.29	     nbAssignments=18162  nbFailedAssignments=14869  nbBacktracks=2572  nbVisitedNodes=34845  nbRestartNogoods=242
3.29	       =>  wckTime=1.712  cpuTime=1.61  mem=16M535
3.31	   
3.31	   search
3.31	     run=12  nbConstraintChecks=24789897  nbPropagations=548710  nbRevisions=1663036  nbUselessRevisions=850434
3.31	     nbAssignments=18280  nbFailedAssignments=14925  nbBacktracks=2584  nbVisitedNodes=35031  nbRestartNogoods=271
3.31	       =>  wckTime=1.724  cpuTime=1.62  mem=16M535
3.31	   
3.31	   global
3.31	     nbConstraintChecks=24928420  nbPropagations=549493  nbRevisions=1664633  nbUselessRevisions=851296
3.31	     nbRestartNogoods=271  solvingWckTime=1.725  solvingCpuTime=1.62  expiredTime=no  totalExploration=no
3.31	     nbFoundSolutions=1  globalCpuTime=2.78
3.31	       =>  wckTime=3.018  cpuTime=2.73  mem=16M535
3.31	   
3.31	s SATISFIABLE
3.31	v 10 34 62 108 118 46 107 128 141 145 0 23 36 120 139 19 28 92 122 133 0 35 118 133 141 20 28 78 118 142 0 13 26 36 110 26 36 105 125 141 0 10 13 77 96 4 9 47 108 133 
3.31	d NODES 18280
3.31	d CHECKS 24928420
3.31	   
3.31	   totalWckTime=3.094  totalCpuTime=2.8

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/node17/watcher-204265-1168165499 -o ROOT/results/node17/solver-204265-1168165499 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204265-1168165499/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.56 1.56 1.78 4/97 14918
/proc/meminfo: memFree=1464712/2055920 swapFree=4192812/4192956
[pid=14917] ppid=14915 vsize=1784 CPUtime=0
/proc/14917/stat : 14917 (java) R 14915 14917 14797 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 164944893 1826816 136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14917/statm: 446 140 106 14 0 91 0

[startup+0.108404 s]
/proc/loadavg: 1.56 1.56 1.78 4/97 14918
/proc/meminfo: memFree=1464712/2055920 swapFree=4192812/4192956
[pid=14917] ppid=14915 vsize=914988 CPUtime=0.1
/proc/14917/stat : 14917 (java) R 14915 14917 14797 0 -1 0 3121 0 1 0 8 2 0 0 24 0 8 0 164944893 936947712 2867 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 228747 2867 1470 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.51645 s]
/proc/loadavg: 1.56 1.56 1.78 4/97 14918
/proc/meminfo: memFree=1464712/2055920 swapFree=4192812/4192956
[pid=14917] ppid=14915 vsize=915460 CPUtime=0.51
/proc/14917/stat : 14917 (java) R 14915 14917 14797 0 -1 0 6746 0 1 0 46 5 0 0 25 0 8 0 164944893 937431040 6485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 228865 6485 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915460

[startup+1.33953 s]
/proc/loadavg: 1.56 1.56 1.78 3/104 14925
/proc/meminfo: memFree=1443600/2055920 swapFree=4192812/4192956
[pid=14917] ppid=14915 vsize=915460 CPUtime=1.3
/proc/14917/stat : 14917 (java) R 14915 14917 14797 0 -1 0 7909 0 1 0 123 7 0 0 25 0 8 0 164944893 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073649079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 228865 7647 2168 14 0 215335 0
[pid=14917/tid=14919] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14919/stat : 14919 (java) S 14915 14917 14797 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 164944897 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14797 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 164944897 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14797 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 164944897 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14797 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 164944900 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=915460 CPUtime=0.11
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14797 0 -1 64 335 0 0 0 11 0 0 0 16 0 8 0 164944900 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14797 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 164944900 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14797 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164944900 937431040 7647 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98871 s]
/proc/loadavg: 1.56 1.56 1.78 3/104 14925
/proc/meminfo: memFree=1439504/2055920 swapFree=4192812/4192956
[pid=14917] ppid=14915 vsize=915460 CPUtime=2.93
/proc/14917/stat : 14917 (java) R 14915 14917 14797 0 -1 0 9038 0 1 0 285 8 0 0 25 0 8 0 164944893 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808522 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14917/statm: 228865 8774 2542 14 0 215335 0
[pid=14917/tid=14919] ppid=14915 vsize=915460 CPUtime=0.03
/proc/14917/task/14919/stat : 14919 (java) S 14915 14917 14797 0 -1 64 441 0 0 0 3 0 0 0 17 0 8 0 164944897 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14920] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14920/stat : 14920 (java) S 14915 14917 14797 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164944897 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14921] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14921/stat : 14921 (java) S 14915 14917 14797 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 164944897 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14922] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14922/stat : 14922 (java) S 14915 14917 14797 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 164944900 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14923] ppid=14915 vsize=915460 CPUtime=0.23
/proc/14917/task/14923/stat : 14923 (java) S 14915 14917 14797 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 164944900 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14924] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14924/stat : 14924 (java) S 14915 14917 14797 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 164944900 937431040 8774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14917/tid=14925] ppid=14915 vsize=915460 CPUtime=0
/proc/14917/task/14925/stat : 14925 (java) S 14915 14917 14797 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164944900 937431040 8774 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): 3.35751
CPU time (s): 3.2725
CPU user time (s): 3.17752
CPU system time (s): 0.094985
CPU usage (%): 97.4681
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.17752
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9135
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= 1268
involuntary context switches= 1545

runsolver used 0.009998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 10:25:01 UTC 2007


IDJOB= 204265
IDBENCH= 4011
FILE ID= node17/204265-1168165499

PBS_JOBID= 3478345

Free space on /tmp= 66325 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204265-1168165499/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-204265-1168165499 -o ROOT/results/node17/solver-204265-1168165499 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/204265-1168165499/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e1bd95f32daac3037b0684e39e147fe9

RANDOM SEED= 714943

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:       1465192 kB
Buffers:         50364 kB
Cached:         111408 kB
SwapCached:          0 kB
Active:         438120 kB
Inactive:        90620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         396476 kB
Slab:            46112 kB
Committed_AS:  5070760 kB
PageTables:       2908 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= 66325 MiB



End job on node17 on Sun Jan  7 10:25:04 UTC 2007