Trace number 1077548

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
galac ESAT 3.9714 3.80683

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-1.xml
MD5SUM5b5269db334482e2a4ffd4210c999279
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.07/1.01	c start processing
1.07/1.01	c start relation processing
1.19/1.17	c start cnf exporting
3.25/3.15	c parsing time : 0.911
3.25/3.15	c preprocessing time : 3.048
3.25/3.15	
3.25/3.15	c Nary constraints - conflicts : 0 supports : 9
3.25/3.15	c Binary constraints - conflicts : 0 supports :11
3.25/3.15	c max arity constraint : 3
3.25/3.15	c Max Tuples generated 97336
3.25/3.15	c relations : 20
3.25/3.15	c relations BDD: 9
3.25/3.15	c sampling 9/9
3.25/3.15	c vars : 5461 - clauses :  106496
3.25/3.15	
3.31/3.21	 
3.31/3.21	c --- SAT Solver Stats ---
3.31/3.21	 
3.31/3.21	c eSAT 0.1 : minisat core with additionnal features
3.31/3.21	c ============================[ Problem Statistics ]=============================
3.31/3.21	c |                                                                             |
3.31/3.22	c |  Number of variables:  5460                                                 |
3.31/3.22	c |  Number of clauses:    106496                                               |
3.31/3.29	c |  Parsing time:         0.06         s                                       |
3.32/3.42	c restarts              : 1
3.32/3.42	c conflicts             : 0              (0 /sec)
3.32/3.42	c decisions             : 15             (80.00 % random) (78 /sec)
3.32/3.42	c euip                  : 0           
3.32/3.42	c propagations          : 1951           (10163 /sec)
3.32/3.42	c conflict literals     : 0              ( nan % deleted)
3.32/3.42	c Memory used           : 10.12 MB
3.32/3.42	c CPU time              : 0.19197 s
3.32/3.42	c 
3.32/3.43	s SATISFIABLE
3.54/3.80	v 47 3 44 22 23 31 3 41 29 3 16 47 26 11 10 21 32 15 32 22 18 27 47 30 5 13 19 43 19 31 47 10 20 7 46 47 43 3 46 38 29 3 17 30 46 10 23 35 47 27 47 31 47 13 44 44 5 43 3 47 42 40 30 34 27 45 27 45 43 43 44 2 24 33 27 33 31 41 36 13 15 25 40 32 23 47 21 32 47 12 32 12 42 20 17 40 3 36 38 47

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077548-1215193221/watcher-1077548-1215193221 -o /tmp/evaluation-result-1077548-1215193221/solver-1077548-1215193221 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1077548-1215193221.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 3490
/proc/meminfo: memFree=1583688/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=8652 CPUtime=0
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 347 0 0 0 0 0 0 0 18 0 1 0 1548996102 8859648 281 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 2163 281 208 79 0 156 0
[pid=3491] ppid=3490 vsize=8688 CPUtime=0
/proc/3491/stat : 3491 (galacE.sh) S 3490 3490 31851 0 -1 4194368 37 0 0 0 0 0 0 0 18 0 1 0 1548996102 8896512 287 996147200 4194304 4520092 548682068784 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/3491/statm: 2172 287 209 79 0 165 0
[pid=3492] ppid=3491 vsize=120 CPUtime=0
/proc/3492/stat : 3492 (id) R 3491 3490 31851 0 -1 4194304 36 0 0 0 0 0 0 0 18 0 1 0 1548996102 122880 10 996147200 4194304 4211724 548682068784 18446744073709551615 212231846112 0 0 3674112 0 0 0 0 17 0 0 0
/proc/3492/statm: 32 20 14 4 0 3 0

[startup+0.0121049 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 3490
/proc/meminfo: memFree=1583688/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=8748 CPUtime=0
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 420 840 0 0 0 0 0 0 18 0 1 0 1548996102 8957952 313 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3490/statm: 2187 313 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.103989 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 3490
/proc/meminfo: memFree=1583688/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=0.02
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 766 1707 0 0 0 1 0 1 17 0 1 0 1548996102 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.302021 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 3490
/proc/meminfo: memFree=1583688/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=0.02
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 766 1707 0 0 0 1 0 1 17 0 1 0 1548996102 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.701084 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 3490
/proc/meminfo: memFree=1583688/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=0.02
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 766 1707 0 0 0 1 0 1 17 0 1 0 1548996102 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 11890 366 245 79 0 220 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+1.50222 s]
/proc/loadavg: 0.79 0.94 0.98 2/74 3512
/proc/meminfo: memFree=1543032/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=0.02
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 766 1707 0 0 0 1 0 1 17 0 1 0 1548996102 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 11890 366 245 79 0 220 0
[pid=3504] ppid=3490 vsize=812908 CPUtime=1.62
/proc/3504/stat : 3504 (java) S 3490 3490 31851 0 -1 0 15004 0 1 0 155 7 0 0 19 0 9 0 1548996105 832417792 14208 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3504/statm: 203227 14208 2587 9 0 197208 0
[pid=3504/tid=3505] ppid=3490 vsize=812908 CPUtime=1.13
/proc/3504/task/3505/stat : 3505 (java) R 3490 3490 31851 0 -1 64 9155 0 1 0 108 5 0 0 21 0 9 0 1548996106 832417792 14209 996147200 134512640 134550740 4294955568 18446744073709551615 4126635217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3506] ppid=3490 vsize=812908 CPUtime=0.31
/proc/3504/task/3506/stat : 3506 (java) S 3490 3490 31851 0 -1 64 4406 0 0 0 30 1 0 0 19 0 9 0 1548996107 832417792 14210 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3507/stat : 3507 (java) S 3490 3490 31851 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548996107 832417792 14210 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3508/stat : 3508 (java) S 3490 3490 31851 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1548996107 832417792 14211 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3490 3490 31851 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548996109 832417792 14212 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3490 vsize=812908 CPUtime=0.16
/proc/3504/task/3510/stat : 3510 (java) S 3490 3490 31851 0 -1 64 744 0 0 0 16 0 0 0 16 0 9 0 1548996109 832417792 14213 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3511] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3490 3490 31851 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548996109 832417792 14214 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3512] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3490 3490 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548996109 832417792 14214 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 860468

[startup+3.1015 s]
/proc/loadavg: 0.79 0.94 0.98 2/74 3512
/proc/meminfo: memFree=1512888/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=0.02
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 766 1707 0 0 0 1 0 1 17 0 1 0 1548996102 48701440 366 996147200 4194304 4520092 548682068784 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3490/statm: 11890 366 245 79 0 220 0
[pid=3504] ppid=3490 vsize=812908 CPUtime=3.23
/proc/3504/stat : 3504 (java) S 3490 3490 31851 0 -1 0 20755 0 1 0 311 12 0 0 19 0 9 0 1548996105 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3504/statm: 203227 19955 2591 9 0 197208 0
[pid=3504/tid=3505] ppid=3490 vsize=812908 CPUtime=2.71
/proc/3504/task/3505/stat : 3505 (java) R 3490 3490 31851 0 -1 64 14695 0 1 0 262 9 0 0 19 0 9 0 1548996106 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3504/tid=3506] ppid=3490 vsize=812908 CPUtime=0.32
/proc/3504/task/3506/stat : 3506 (java) S 3490 3490 31851 0 -1 64 4612 0 0 0 31 1 0 0 16 0 9 0 1548996107 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3507] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3507/stat : 3507 (java) S 3490 3490 31851 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1548996107 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3508] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3508/stat : 3508 (java) S 3490 3490 31851 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1548996107 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3509] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3509/stat : 3509 (java) S 3490 3490 31851 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1548996109 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3510] ppid=3490 vsize=812908 CPUtime=0.16
/proc/3504/task/3510/stat : 3510 (java) S 3490 3490 31851 0 -1 64 748 0 0 0 16 0 0 0 16 0 9 0 1548996109 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3511] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3511/stat : 3511 (java) S 3490 3490 31851 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548996109 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3504/tid=3512] ppid=3490 vsize=812908 CPUtime=0
/proc/3504/task/3512/stat : 3512 (java) S 3490 3490 31851 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1548996109 832417792 19955 996147200 134512640 134550740 4294955568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 860468

Solver just ended. Dumping a history of the last processes samples

[startup+3.50157 s]
/proc/loadavg: 0.73 0.92 0.97 1/74 3512
/proc/meminfo: memFree=1511608/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=3.54
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 837 25031 0 1 0 1 337 16 15 0 1 0 1548996102 48701440 367 996147200 4194304 4520092 548682068784 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/3490/statm: 11890 367 245 79 0 220 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 47560

[startup+3.70161 s]
/proc/loadavg: 0.73 0.92 0.97 1/74 3512
/proc/meminfo: memFree=1511608/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47560 CPUtime=3.54
/proc/3490/stat : 3490 (galacE.sh) S 3488 3490 31851 0 -1 4194304 837 25031 0 1 0 1 337 16 15 0 1 0 1548996102 48701440 367 996147200 4194304 4520092 548682068784 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/3490/statm: 11890 367 245 79 0 220 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 47560

[startup+3.80297 s]
/proc/loadavg: 0.73 0.92 0.97 1/74 3512
/proc/meminfo: memFree=1511608/2055920 swapFree=4121396/4192956
[pid=3490] ppid=3488 vsize=47564 CPUtime=3.54
/proc/3490/stat : 3490 (galacE.sh) R 3488 3490 31851 0 -1 4194304 846 25031 0 1 0 1 337 16 15 0 1 0 1548996102 48705536 369 996147200 4194304 4520092 548682068784 18446744073709551615 212234633298 0 0 4096 73728 0 0 0 17 0 0 0
/proc/3490/statm: 11891 369 245 79 0 221 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 3.80683
CPU time (s): 3.9714
CPU user time (s): 3.72843
CPU system time (s): 0.242963
CPU usage (%): 104.323
Max. virtual memory (cumulated for all children) (KiB): 860468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72843
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32623
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 568
involuntary context switches= 188

runsolver used 0.002999 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-04 19:40:21
IDJOB=1077548
IDBENCH=56688
IDSOLVER=351
FILE ID=node14/1077548-1215193221
PBS_JOBID= 7881565
Free space on /tmp= 66444 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-2-1.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077548-1215193221/watcher-1077548-1215193221 -o /tmp/evaluation-result-1077548-1215193221/solver-1077548-1215193221 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1077548-1215193221.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b5269db334482e2a4ffd4210c999279
RANDOM SEED=480740034

node14.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.267
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	: 5931.00
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.267
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:       1584232 kB
Buffers:         58328 kB
Cached:         259000 kB
SwapCached:      65648 kB
Active:         258192 kB
Inactive:       155340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584232 kB
SwapTotal:     4192956 kB
SwapFree:      4121396 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:         102020 kB
Slab:            44004 kB
Committed_AS:  3046796 kB
PageTables:       1624 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= 66440 MiB
End job on node14 at 2008-07-04 19:40:25