Trace number 1089640

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 MUNSAT 8.85065 8.99557

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-08.xml
MD5SUMbd09eb53f1240bcfb584bdb1d9a1d122
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.307952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
2.54/2.67	c start processing
2.54/2.68	c start relation processing
2.54/2.68	c start cnf exporting
4.62/4.73	c parsing time : 2.552
4.62/4.73	c preprocessing time : 4.608
4.62/4.73	
4.62/4.73	c Nary constraints - conflicts : 0 supports : 0
4.62/4.73	c Binary constraints - conflicts : 8169 supports :0
4.62/4.73	c max arity constraint : 2
4.62/4.73	c Max Tuples generated 64
4.62/4.73	c relations : 1
4.62/4.73	c relations BDD: 0
4.62/4.73	c sampling 0/0
4.62/4.73	c vars : 3601 - clauses :  78402
4.62/4.73	
4.62/4.80	 
4.62/4.80	c --- SAT Solver Stats ---
4.62/4.80	 
8.73/8.99	c restarts              : 12
8.73/8.99	c conflicts             : 19287          (4658 /sec)
8.73/8.99	c decisions             : 22433          (1.87 % random) (5418 /sec)
8.73/8.99	c propagations          : 1197208        (289155 /sec)
8.73/8.99	c conflict literals     : 465090         (17.23 % deleted)
8.73/8.99	c Memory used           : 8.02 MB
8.73/8.99	c CPU time              : 4.14037 s
8.73/8.99	
8.73/8.99	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1089640-1215269131/watcher-1089640-1215269131 -o /tmp/evaluation-result-1089640-1215269131/solver-1089640-1215269131 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1089640-1215269131.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: 2.14 2.07 2.01 4/84 31634
/proc/meminfo: memFree=1119312/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=8560 CPUtime=0
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 164724477 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 212218922895 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31634/statm: 2140 254 197 79 0 133 0

[startup+0.049328 s]
/proc/loadavg: 2.14 2.07 2.01 4/84 31634
/proc/meminfo: memFree=1119312/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101337 s]
/proc/loadavg: 2.14 2.07 2.01 4/84 31634
/proc/meminfo: memFree=1119312/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301357 s]
/proc/loadavg: 2.14 2.07 2.01 4/84 31634
/proc/meminfo: memFree=1119312/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701399 s]
/proc/loadavg: 2.14 2.07 2.01 4/84 31634
/proc/meminfo: memFree=1119312/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50249 s]
/proc/loadavg: 2.14 2.07 2.01 3/94 31656
/proc/meminfo: memFree=1078208/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31648] ppid=31634 vsize=812760 CPUtime=1.44
/proc/31648/stat : 31648 (java) S 31634 31634 30825 0 -1 0 14703 0 1 0 135 9 0 0 18 0 9 0 164724481 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31648/statm: 203190 13930 2586 9 0 197171 0
[pid=31648/tid=31649] ppid=31634 vsize=812760 CPUtime=1.08
/proc/31648/task/31649/stat : 31649 (java) R 31634 31634 30825 0 -1 64 8699 0 1 0 103 5 0 0 25 0 9 0 164724482 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31650] ppid=31634 vsize=812760 CPUtime=0.04
/proc/31648/task/31650/stat : 31650 (java) S 31634 31634 30825 0 -1 64 4405 0 0 0 2 2 0 0 16 0 9 0 164724483 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31651] ppid=31634 vsize=812760 CPUtime=0
/proc/31648/task/31651/stat : 31651 (java) S 31634 31634 30825 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 164724483 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31652] ppid=31634 vsize=812760 CPUtime=0
/proc/31648/task/31652/stat : 31652 (java) S 31634 31634 30825 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 164724483 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31653] ppid=31634 vsize=812760 CPUtime=0
/proc/31648/task/31653/stat : 31653 (java) S 31634 31634 30825 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 164724485 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31654] ppid=31634 vsize=812760 CPUtime=0.28
/proc/31648/task/31654/stat : 31654 (java) S 31634 31634 30825 0 -1 64 898 0 0 0 28 0 0 0 15 0 9 0 164724485 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31655] ppid=31634 vsize=812760 CPUtime=0
/proc/31648/task/31655/stat : 31655 (java) S 31634 31634 30825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 164724485 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31656] ppid=31634 vsize=812760 CPUtime=0
/proc/31648/task/31656/stat : 31656 (java) S 31634 31634 30825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 164724485 832266240 13930 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860328

[startup+3.10266 s]
/proc/loadavg: 2.21 2.09 2.02 3/94 31656
/proc/meminfo: memFree=1053504/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=0.01
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31648] ppid=31634 vsize=812892 CPUtime=3.03
/proc/31648/stat : 31648 (java) S 31634 31634 30825 0 -1 0 20865 0 1 0 289 14 0 0 18 0 9 0 164724481 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31648/statm: 203223 20090 2592 9 0 197204 0
[pid=31648/tid=31649] ppid=31634 vsize=812892 CPUtime=2.59
/proc/31648/task/31649/stat : 31649 (java) R 31634 31634 30825 0 -1 64 14596 0 1 0 250 9 0 0 25 0 9 0 164724482 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4127257575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31650] ppid=31634 vsize=812892 CPUtime=0.05
/proc/31648/task/31650/stat : 31650 (java) S 31634 31634 30825 0 -1 64 4626 0 0 0 3 2 0 0 16 0 9 0 164724483 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31651] ppid=31634 vsize=812892 CPUtime=0
/proc/31648/task/31651/stat : 31651 (java) S 31634 31634 30825 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 164724483 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31652] ppid=31634 vsize=812892 CPUtime=0
/proc/31648/task/31652/stat : 31652 (java) S 31634 31634 30825 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 164724483 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31653] ppid=31634 vsize=812892 CPUtime=0
/proc/31648/task/31653/stat : 31653 (java) S 31634 31634 30825 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 164724485 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31654] ppid=31634 vsize=812892 CPUtime=0.35
/proc/31648/task/31654/stat : 31654 (java) S 31634 31634 30825 0 -1 64 942 0 0 0 35 0 0 0 15 0 9 0 164724485 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31655] ppid=31634 vsize=812892 CPUtime=0
/proc/31648/task/31655/stat : 31655 (java) S 31634 31634 30825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 164724485 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31648/tid=31656] ppid=31634 vsize=812892 CPUtime=0
/proc/31648/task/31656/stat : 31656 (java) S 31634 31634 30825 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 164724485 832401408 20090 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860460

[startup+6.30199 s]
/proc/loadavg: 2.21 2.09 2.02 3/86 31657
/proc/meminfo: memFree=1111936/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=4.68
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 799 22828 0 1 0 0 451 17 17 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31657] ppid=31634 vsize=7156 CPUtime=1.48
/proc/31657/stat : 31657 (minisat) R 31634 31634 30825 0 -1 4194304 1676 0 0 0 148 0 0 0 25 0 1 0 164724957 7327744 1657 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/31657/statm: 1789 1657 57 152 0 1634 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 54724

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

[startup+7.90117 s]
/proc/loadavg: 2.27 2.10 2.02 3/86 31657
/proc/meminfo: memFree=1110528/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=4.68
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 799 22828 0 1 0 0 451 17 17 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31657] ppid=31634 vsize=7848 CPUtime=3.06
/proc/31657/stat : 31657 (minisat) R 31634 31634 30825 0 -1 4194304 1851 0 0 0 306 0 0 0 25 0 1 0 164724957 8036352 1832 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/31657/statm: 1962 1832 57 152 0 1807 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 55416

[startup+8.70125 s]
/proc/loadavg: 2.27 2.10 2.02 3/86 31657
/proc/meminfo: memFree=1110144/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=4.68
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 799 22828 0 1 0 0 451 17 17 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31657] ppid=31634 vsize=8208 CPUtime=3.85
/proc/31657/stat : 31657 (minisat) R 31634 31634 30825 0 -1 4194304 1903 0 0 0 385 0 0 0 25 0 1 0 164724957 8404992 1884 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 1 0 0
/proc/31657/statm: 2052 1884 57 152 0 1897 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 55776

[startup+8.90126 s]
/proc/loadavg: 2.27 2.10 2.02 3/86 31657
/proc/meminfo: memFree=1110144/2055920 swapFree=4181096/4192956
[pid=31634] ppid=31632 vsize=47568 CPUtime=4.68
/proc/31634/stat : 31634 (galacM.sh) S 31632 31634 30825 0 -1 4194304 799 22828 0 1 0 0 451 17 17 0 1 0 164724477 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 212218342234 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31634/statm: 11892 364 245 79 0 219 0
[pid=31657] ppid=31634 vsize=8208 CPUtime=4.05
/proc/31657/stat : 31657 (minisat) R 31634 31634 30825 0 -1 4194304 1910 0 0 0 405 0 0 0 25 0 1 0 164724957 8404992 1891 996147200 134512640 135136200 4294955968 18446744073709551615 134522118 0 0 4096 3 0 0 0 17 1 0 0
/proc/31657/statm: 2052 1891 57 152 0 1897 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 55776

Child status: 0
Real time (s): 8.99557
CPU time (s): 8.85065
CPU user time (s): 8.65768
CPU system time (s): 0.19297
CPU usage (%): 98.389
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.65768
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25755
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= 1618
involuntary context switches= 1784

runsolver used 0.011998 second user time and 0.036994 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 16:45:31
IDJOB=1089640
IDBENCH=58295
IDSOLVER=350
FILE ID=node46/1089640-1215269131
PBS_JOBID= 7882169
Free space on /tmp= 66208 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-08.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089640-1215269131/watcher-1089640-1215269131 -o /tmp/evaluation-result-1089640-1215269131/solver-1089640-1215269131 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1089640-1215269131.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd09eb53f1240bcfb584bdb1d9a1d122
RANDOM SEED=1648382572

node46.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.238
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.238
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:       1119792 kB
Buffers:         75760 kB
Cached:         288260 kB
SwapCached:       6172 kB
Active:         730932 kB
Inactive:       147188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1119792 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:         525968 kB
Slab:            42528 kB
Committed_AS:  1147148 kB
PageTables:       2532 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-05 16:45:40