Trace number 218969

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 5.41717 5.56977

DiagnosticValue
CHECKS72820
NODES3656

General information on the benchmark

NamechessboardColoration/
cc-15-15-2.xml
MD5SUM53f3c40c9cfd966a800634e58b907691
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.00685
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/218969-1168253777/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=225  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.42	       =>  wckTime=0.112  cpuTime=0.1  mem=6M951
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
2.36	     nbConstraints=11025  nbConflictsStructures=1  nbSharedConflictsStructures=11024  nbSharedBinaryRepresentations=0
2.36	     nbEvaluationManagers=1  nbSharedEvaluationManagers=11024  maxDegree=196  maxArity=4
2.36	       =>  wckTime=2.047  cpuTime=1.8  mem=47M43
2.50	   
2.50	   solver IterativeSystematicSolver being built... 
2.94	       =>  wckTime=2.626  cpuTime=2.17  mem=66M981
3.40	   
3.40	   preprocessing
3.40	     nbConstraintChecks=1401  nbValidityChecks=1562  nbPropagations=593  nbRevisions=2710  nbUselessRevisions=2478
3.40	     nbSingletonTests=248  nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
3.40	       =>  wckTime=0.458  cpuTime=0.42  mem=68M992
3.45	   
3.45	   search
3.45	     run=0  nbConstraintChecks=618  nbValidityChecks=459  nbPropagations=645  nbRevisions=3278  nbUselessRevisions=2924
3.45	     nbAssignments=37  nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=7
3.45	     nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=0.512  cpuTime=0.46  mem=68M992
3.48	   
3.48	   search
3.48	     run=1  nbConstraintChecks=2101  nbValidityChecks=1778  nbPropagations=1363  nbRevisions=7712
3.48	     nbUselessRevisions=6920  nbAssignments=93  nbFailedAssignments=10  nbBacktracks=34  nbVisitedNodes=112
3.48	     nbRestartNogoods=1  mapSize=15  nbInferences=0  nbTooLargeKeys=0
3.48	       =>  wckTime=0.541  cpuTime=0.48  mem=68M992
3.50	   
3.50	   search
3.50	     run=2  nbConstraintChecks=2609  nbValidityChecks=2475  nbPropagations=2150  nbRevisions=12631
3.50	     nbUselessRevisions=11331  nbAssignments=144  nbFailedAssignments=16  nbBacktracks=60  nbVisitedNodes=160
3.50	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
3.50	       =>  wckTime=0.563  cpuTime=0.51  mem=68M992
3.53	   
3.53	   search
3.53	     run=3  nbConstraintChecks=3166  nbValidityChecks=3214  nbPropagations=3038  nbRevisions=18046
3.53	     nbUselessRevisions=16127  nbAssignments=200  nbFailedAssignments=29  nbBacktracks=94  nbVisitedNodes=237
3.53	     nbRestartNogoods=4  mapSize=43  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=0.59  cpuTime=0.53  mem=68M992
3.56	   
3.56	   search
3.56	     run=4  nbConstraintChecks=3861  nbValidityChecks=4311  nbPropagations=4012  nbRevisions=24226
3.56	     nbUselessRevisions=21590  nbAssignments=265  nbFailedAssignments=36  nbBacktracks=146  nbVisitedNodes=315
3.56	     nbRestartNogoods=6  mapSize=55  nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=0.617  cpuTime=0.56  mem=68M992
3.61	   
3.61	   search
3.61	     run=5  nbConstraintChecks=5383  nbValidityChecks=6649  nbPropagations=5172  nbRevisions=31966
3.61	     nbUselessRevisions=28402  nbAssignments=370  nbFailedAssignments=49  nbBacktracks=229  nbVisitedNodes=449
3.61	     nbRestartNogoods=7  mapSize=80  nbInferences=0  nbTooLargeKeys=0
3.61	       =>  wckTime=0.672  cpuTime=0.61  mem=68M992
3.69	   
3.69	   search
3.69	     run=6  nbConstraintChecks=7406  nbValidityChecks=9840  nbPropagations=6625  nbRevisions=41888
3.69	     nbUselessRevisions=37067  nbAssignments=530  nbFailedAssignments=72  nbBacktracks=345  nbVisitedNodes=637
3.69	     nbRestartNogoods=11  mapSize=119  nbInferences=0  nbTooLargeKeys=0
3.69	       =>  wckTime=0.75  cpuTime=0.69  mem=68M992
3.82	   
3.82	   search
3.82	     run=7  nbConstraintChecks=11693  nbValidityChecks=16315  nbPropagations=8550  nbRevisions=56033
3.82	     nbUselessRevisions=49401  nbAssignments=750  nbFailedAssignments=107  nbBacktracks=521  nbVisitedNodes=922
3.82	     nbRestartNogoods=13  mapSize=181  nbInferences=0  nbTooLargeKeys=0
3.82	       =>  wckTime=0.881  cpuTime=0.81  mem=68M992
4.00	   
4.00	   search
4.00	     run=8  nbConstraintChecks=17985  nbValidityChecks=26143  nbPropagations=11197  nbRevisions=76538
4.00	     nbUselessRevisions=67267  nbAssignments=1063  nbFailedAssignments=155  nbBacktracks=782  nbVisitedNodes=1331
4.00	     nbRestartNogoods=16  mapSize=274  nbInferences=0  nbTooLargeKeys=0
4.00	       =>  wckTime=1.065  cpuTime=0.99  mem=68M992
4.28	   
4.28	   search
4.28	     run=9  nbConstraintChecks=27391  nbValidityChecks=40673  nbPropagations=14938  nbRevisions=106602
4.28	     nbUselessRevisions=93377  nbAssignments=1534  nbFailedAssignments=231  nbBacktracks=1166  nbVisitedNodes=1962
4.28	     nbRestartNogoods=19  mapSize=428  nbInferences=0  nbTooLargeKeys=0
4.28	       =>  wckTime=1.344  cpuTime=1.25  mem=68M992
4.71	   
4.71	   search
4.72	     run=10  nbConstraintChecks=42238  nbValidityChecks=64967  nbPropagations=20494  nbRevisions=152464
4.72	     nbUselessRevisions=133121  nbAssignments=2261  nbFailedAssignments=363  nbBacktracks=1754  nbVisitedNodes=2936
4.72	     nbRestartNogoods=25  mapSize=671  nbInferences=0  nbTooLargeKeys=0
4.72	       =>  wckTime=1.776  cpuTime=1.66  mem=68M992
5.23	   
5.23	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=68M992)
5.24	   
5.24	   search
5.24	     run=11  nbConstraintChecks=64081  nbValidityChecks=98858  nbPropagations=28612  nbRevisions=220160
5.24	     nbUselessRevisions=191645  nbAssignments=3309  nbFailedAssignments=530  nbBacktracks=2622  nbVisitedNodes=4330
5.24	     nbRestartNogoods=29
5.24	       =>  wckTime=2.303  cpuTime=2.19  mem=68M992
5.41	   
5.41	   search
5.41	     run=12  nbConstraintChecks=71419  nbValidityChecks=110002  nbPropagations=37574  nbRevisions=294907
5.41	     nbUselessRevisions=256178  nbAssignments=3656  nbFailedAssignments=587  nbBacktracks=2913  nbVisitedNodes=4800
5.41	     nbRestartNogoods=32
5.41	       =>  wckTime=2.471  cpuTime=2.36  mem=68M992
5.41	   
5.41	   global
5.41	     nbConstraintChecks=72820  nbValidityChecks=111564  nbPropagations=38167  nbRevisions=297617
5.41	     nbUselessRevisions=258656  nbRestartNogoods=32  solvingWckTime=2.472  solvingCpuTime=2.37  expiredTime=no
5.41	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=4.58
5.41	       =>  wckTime=5.1  cpuTime=4.54  mem=68M992
5.41	   
5.41	s UNSATISFIABLE
5.41	d NODES 3656
5.41	d CHECKS 72820
5.41	   
5.41	   totalWckTime=5.18  totalCpuTime=4.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-218969-1168253777 -o ROOT/results/node19/solver-218969-1168253777 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218969-1168253777/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.87 1.95 4/87 16538
/proc/meminfo: memFree=1822792/2055920 swapFree=4171244/4192956
[pid=16537] ppid=16535 vsize=0 CPUtime=0
/proc/16537/stat : 16537 (java) R 16535 16537 16417 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 173772666 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16537/statm: 18 2 0 0 0 1 0

[startup+0.104486 s]
/proc/loadavg: 1.56 1.87 1.95 4/87 16538
/proc/meminfo: memFree=1822792/2055920 swapFree=4171244/4192956
[pid=16537] ppid=16535 vsize=914988 CPUtime=0.08
/proc/16537/stat : 16537 (java) D 16535 16537 16417 0 -1 0 2987 0 1 0 7 1 0 0 20 0 8 0 173772666 936947712 2733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16537/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512562 s]
/proc/loadavg: 1.56 1.87 1.95 4/87 16538
/proc/meminfo: memFree=1822792/2055920 swapFree=4171244/4192956
[pid=16537] ppid=16535 vsize=915328 CPUtime=0.49
/proc/16537/stat : 16537 (java) S 16535 16537 16417 0 -1 0 7017 0 1 0 45 4 0 0 18 0 8 0 173772666 937295872 6756 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16537/statm: 228832 6756 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33372 s]
/proc/loadavg: 1.56 1.87 1.95 3/94 16545
/proc/meminfo: memFree=1761616/2055920 swapFree=4171244/4192956
[pid=16537] ppid=16535 vsize=915624 CPUtime=1.31
/proc/16537/stat : 16537 (java) R 16535 16537 16417 0 -1 0 18373 0 1 0 121 10 0 0 22 0 8 0 173772666 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16537/statm: 228906 18109 2177 14 0 215376 0
[pid=16537/tid=16539] ppid=16535 vsize=915624 CPUtime=0.06
/proc/16537/task/16539/stat : 16539 (java) S 16535 16537 16417 0 -1 64 1790 0 0 0 5 1 0 0 16 0 8 0 173772670 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16540] ppid=16535 vsize=915624 CPUtime=0
/proc/16537/task/16540/stat : 16540 (java) S 16535 16537 16417 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173772671 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16541] ppid=16535 vsize=915624 CPUtime=0
/proc/16537/task/16541/stat : 16541 (java) S 16535 16537 16417 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173772671 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16542] ppid=16535 vsize=915624 CPUtime=0
/proc/16537/task/16542/stat : 16542 (java) S 16535 16537 16417 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173772674 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16543] ppid=16535 vsize=915624 CPUtime=0.14
/proc/16537/task/16543/stat : 16543 (java) S 16535 16537 16417 0 -1 64 404 0 0 0 14 0 0 0 16 0 8 0 173772674 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16544] ppid=16535 vsize=915624 CPUtime=0
/proc/16537/task/16544/stat : 16544 (java) S 16535 16537 16417 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173772674 937598976 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16545] ppid=16535 vsize=915628 CPUtime=0
/proc/16537/task/16545/stat : 16545 (java) S 16535 16537 16417 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173772674 937603072 18109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915624

[startup+2.97703 s]
/proc/loadavg: 1.56 1.87 1.95 3/94 16545
/proc/meminfo: memFree=1752720/2055920 swapFree=4171244/4192956
[pid=16537] ppid=16535 vsize=915716 CPUtime=2.95
/proc/16537/stat : 16537 (java) R 16535 16537 16417 0 -1 0 24778 0 1 0 238 57 0 0 20 0 8 0 173772666 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073896189 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16537/statm: 228929 24511 2543 14 0 215399 0
[pid=16537/tid=16539] ppid=16535 vsize=915716 CPUtime=0.26
/proc/16537/task/16539/stat : 16539 (java) S 16535 16537 16417 0 -1 64 7688 0 0 0 23 3 0 0 16 0 8 0 173772670 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16540] ppid=16535 vsize=915716 CPUtime=0
/proc/16537/task/16540/stat : 16540 (java) S 16535 16537 16417 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 173772671 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16541] ppid=16535 vsize=915716 CPUtime=0
/proc/16537/task/16541/stat : 16541 (java) S 16535 16537 16417 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173772671 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16542] ppid=16535 vsize=915716 CPUtime=0
/proc/16537/task/16542/stat : 16542 (java) S 16535 16537 16417 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 173772674 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16543] ppid=16535 vsize=915716 CPUtime=0.24
/proc/16537/task/16543/stat : 16543 (java) S 16535 16537 16417 0 -1 64 462 0 0 0 23 1 0 0 15 0 8 0 173772674 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16544] ppid=16535 vsize=915716 CPUtime=0
/proc/16537/task/16544/stat : 16544 (java) S 16535 16537 16417 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173772674 937693184 24511 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16537/tid=16545] ppid=16535 vsize=915716 CPUtime=0
/proc/16537/task/16545/stat : 16545 (java) S 16535 16537 16417 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173772674 937693184 24511 18446744073709551615 134512640 134570532 4294956464 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) 915716

Child status: 0
Real time (s): 5.56977
CPU time (s): 5.41717
CPU user time (s): 4.80527
CPU system time (s): 0.611906
CPU usage (%): 97.2602
Max. virtual memory (cumulated for all children) (KiB): 915756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.80527
system time used= 0.611906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24843
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= 1479
involuntary context switches= 1705

runsolver used 0.008998 s user time and 0.023996 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan  8 10:56:18 UTC 2007


IDJOB= 218969
IDBENCH= 5270
FILE ID= node19/218969-1168253777

PBS_JOBID= 3481717

Free space on /tmp= 66318 MiB

BENCH NAME= HOME/pub/bench/CPAI06/chessboardColoration/cc-15-15-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218969-1168253777/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-218969-1168253777 -o ROOT/results/node19/solver-218969-1168253777 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218969-1168253777/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  53f3c40c9cfd966a800634e58b907691

RANDOM SEED= 986078749

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:       1823472 kB
Buffers:         34440 kB
Cached:          87916 kB
SwapCached:       9904 kB
Active:         116292 kB
Inactive:        59760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823472 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          64332 kB
Slab:            41168 kB
Committed_AS:  4526600 kB
PageTables:       2388 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= 66318 MiB



End job on node19 on Mon Jan  8 10:56:27 UTC 2007