Trace number 1076985

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
casper zitoSAT 308.625 309.89

DiagnosticValue
CHECKS26102900

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-03.xml
MD5SUMd28060cd6a868436f27486ab90f32461
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 benchmark4.44232
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16/0.22	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.16/0.22	c Parsing = 1
0.16/0.22	c Building = 1
0.26/0.31	c [ NumberOfVariables = 307 ]
0.26/0.31	c [ NumberOfConstraints = 1429 ]
0.26/0.31	c [ SizeOfSearchSpace(log2) = 1443.03 ]
0.26/0.31	c SymmetrySearch = (Timeout)
19.88/20.07	c [ Proceeding without symmetry breaking ]
20.18/20.37	c InitialPropagation = 1
20.27/20.43	c [ SizeOfSearchSpace(log2) = 1423.71 ]
20.27/20.43	c InitialSAC = (Timeout)
23.86/24.03	c [ SizeOfSearchSpace(log2) = 1423.71 ]
23.86/24.03	c Search(DomWDeg) = 1
308.53/309.88	s SATISFIABLE
308.53/309.88	v 8 13 2 7 4 18 5 0 19 0 11 18 0 1 4 17 18 19 8 17 0 13 0 0 11 8 2 4 15 11 0 13 4 19 0 13 0 11 14 6 3 4 13 19 18 4 20 6 4 13 4 11 4 19 18 4 22 4 17 8 18 11 0 12 12 0 4 8 19 4 11 18 14 14 19 21 4 4 17 2 0 12 15 2 24 17 20 18 17 20 18 7 8 13 6 14 0 18 4 18 2 14 0 18 19 0 18 18 8 6 13 18 0 6 0 8 13 18 19 4 11 12 1 17 4 4 3 4 17 19 14 3 0 24 18 6 4 11 6 11 14 18 18 0 17 24 0 17 4 0 15 14 11 14 6 8 4 18 13 14 3 17 4 15 11 0 24 4 3 22 14 13 18 4 2 4 3 4 8 13 19 4 6 4 17 18 4 19 15 4 17 20 18 4 17 17 0 3 8 0 19 4 16 0 19 0 17 18 0 21 14 17 14 12 8 13 14 20 18 18 11 14 15 18 15 17 0 24 14 3 14 17 15 8 19 18 24 20 17 8 11 0 15 17 8 18 4 17 15 4 18 19 18 19 0 13 0 12 14 17 0 11 1 8 6 14 19 17 0 10 8 13 6 18 2 17 0 15 4 0 13 8 18 4 4 21 8 13 2 4 7 14 18 19 4 3 4 6 6 4 3 22 4 3 6 4 3
308.53/309.88	d CHECKS 26102883
308.53/309.88	c [ TotalFails = 18149 ]
308.53/309.88	c [ NumberOfRestarts = 8 ]
308.53/309.88	c [ TotalTime = 288.997 secs ]

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-1076985-1215477130/watcher-1076985-1215477130 -o /tmp/evaluation-result-1076985-1215477130/solver-1076985-1215477130 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1076985-1215477130.xml 1256347456 

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.92 0.98 0.99 4/72 2774
/proc/meminfo: memFree=1896632/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=1052 CPUtime=0
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 40 0 0 0 0 0 0 0 20 0 1 0 4411788 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 10384164 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 263 26 20 234 0 3 0

[startup+0.108141 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 2774
/proc/meminfo: memFree=1896632/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=6892 CPUtime=0.07
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 819 0 1 0 7 0 0 0 18 0 1 0 4411788 7057408 780 996147200 134512640 135472138 4294956224 18446744073709551615 10819195 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 1723 780 369 234 0 425 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6892

[startup+0.201157 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 2774
/proc/meminfo: memFree=1896632/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=103456 CPUtime=0.16
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 1504 0 1 0 16 0 0 0 18 0 1 0 4411788 105938944 1465 996147200 134512640 135472138 4294956224 18446744073709551615 134606250 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 25864 1466 421 234 0 24566 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 103456

[startup+0.301176 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 2774
/proc/meminfo: memFree=1896632/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=103588 CPUtime=0.26
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 1847 0 1 0 26 0 0 0 19 0 1 0 4411788 106074112 1808 996147200 134512640 135472138 4294956224 18446744073709551615 134923033 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 25897 1810 421 234 0 24599 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 103588

[startup+0.702246 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 2774
/proc/meminfo: memFree=1896632/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=129196 CPUtime=0.66
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 8610 0 1 0 61 5 0 0 23 0 1 0 4411788 132296704 8571 996147200 134512640 135472138 4294956224 18446744073709551615 10819195 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 32299 8572 451 234 0 31001 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 129196

[startup+1.50239 s]
/proc/loadavg: 1.01 1.00 1.00 3/73 2775
/proc/meminfo: memFree=1839984/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=173812 CPUtime=1.46
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 19766 0 1 0 136 10 0 0 25 0 1 0 4411788 177983488 19727 996147200 134512640 135472138 4294956224 18446744073709551615 10819176 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 43453 19728 451 234 0 42155 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 173812

[startup+3.10167 s]
/proc/loadavg: 1.01 1.00 1.00 3/73 2775
/proc/meminfo: memFree=1780976/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=290792 CPUtime=3.05
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 41826 0 2 0 284 21 0 0 25 0 1 0 4411788 297771008 41656 996147200 134512640 135472138 4294956224 18446744073709551615 134534862 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 72698 41656 457 234 0 71400 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 290792

[startup+6.30223 s]
/proc/loadavg: 1.01 1.00 1.00 3/73 2775
/proc/meminfo: memFree=1727920/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=290792 CPUtime=6.24
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 42460 0 2 0 603 21 0 0 25 0 1 0 4411788 297771008 42245 996147200 134512640 135472138 4294956224 18446744073709551615 134534925 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 72698 42245 457 234 0 71400 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 290792

[startup+12.7013 s]
/proc/loadavg: 1.16 1.03 1.01 3/73 2775
/proc/meminfo: memFree=1726656/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=290792 CPUtime=12.6
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 42799 0 2 0 1239 21 0 0 25 0 1 0 4411788 297771008 42564 996147200 134512640 135472138 4294956224 18446744073709551615 134533610 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 72698 42564 457 234 0 71400 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 290792

[startup+25.5016 s]
/proc/loadavg: 1.29 1.06 1.02 3/73 2775
/proc/meminfo: memFree=1883264/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=25.36
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 45560 0 2 0 2511 25 0 0 25 0 1 0 4411788 106672128 3501 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 3501 505 234 0 24745 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 104172

[startup+51.101 s]
/proc/loadavg: 1.53 1.14 1.04 3/73 2775
/proc/meminfo: memFree=1881344/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=50.86
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46097 0 2 0 5060 26 0 0 25 0 1 0 4411788 106672128 4038 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4038 505 234 0 24745 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 104172

[startup+102.302 s]
/proc/loadavg: 1.81 1.28 1.10 3/73 2775
/proc/meminfo: memFree=1880640/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=101.86
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46204 0 2 0 10160 26 0 0 25 0 1 0 4411788 106672128 4145 996147200 134512640 135472138 4294956224 18446744073709551615 134585033 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4145 505 234 0 24745 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 104172

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=161.61
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 16135 26 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134605013 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 104172

[startup+222.306 s]
/proc/loadavg: 1.97 1.51 1.20 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=221.38
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 22112 26 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134984321 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 104172

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=281.14
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 28087 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134577823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 104172

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

[startup+294.401 s]
/proc/loadavg: 1.99 1.61 1.26 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=293.19
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 29292 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 293.19
Current children cumulated vsize (KiB) 104172

[startup+300.803 s]
/proc/loadavg: 1.99 1.62 1.26 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=299.57
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 29930 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 135262890 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 299.57
Current children cumulated vsize (KiB) 104172

[startup+304.001 s]
/proc/loadavg: 1.99 1.62 1.26 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=302.75
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 30248 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134585074 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 302.75
Current children cumulated vsize (KiB) 104172

[startup+307.202 s]
/proc/loadavg: 1.99 1.63 1.27 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=305.94
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 30567 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 305.94
Current children cumulated vsize (KiB) 104172

[startup+308.802 s]
/proc/loadavg: 1.99 1.63 1.27 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=307.54
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46210 0 2 0 30727 27 0 0 25 0 1 0 4411788 106672128 4151 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4151 505 234 0 24745 0
Current children cumulated CPU time (s) 307.54
Current children cumulated vsize (KiB) 104172

[startup+309.601 s]
/proc/loadavg: 1.99 1.63 1.27 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=308.33
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46251 0 2 0 30806 27 0 0 25 0 1 0 4411788 106672128 4192 996147200 134512640 135472138 4294956224 18446744073709551615 134586182 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4192 505 234 0 24745 0
Current children cumulated CPU time (s) 308.33
Current children cumulated vsize (KiB) 104172

[startup+309.801 s]
/proc/loadavg: 1.99 1.63 1.27 3/73 2775
/proc/meminfo: memFree=1880576/2055920 swapFree=4192956/4192956
[pid=2774] ppid=2772 vsize=104172 CPUtime=308.53
/proc/2774/stat : 2774 (casperzito) R 2772 2774 2664 0 -1 4194304 46310 0 2 0 30826 27 0 0 25 0 1 0 4411788 106672128 4251 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/2774/statm: 26043 4251 505 234 0 24745 0
Current children cumulated CPU time (s) 308.53
Current children cumulated vsize (KiB) 104172

Child status: 0
Real time (s): 309.89
CPU time (s): 308.625
CPU user time (s): 308.351
CPU system time (s): 0.273958
CPU usage (%): 99.5918
Max. virtual memory (cumulated for all children) (KiB): 290792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.351
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46320
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= 31
involuntary context switches= 3312

runsolver used 0.305953 second user time and 0.827874 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-08 02:32:10
IDJOB=1076985
IDBENCH=56621
IDSOLVER=362
FILE ID=node61/1076985-1215477130
PBS_JOBID= 7888641
Free space on /tmp= 66492 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-03.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076985-1215477130/watcher-1076985-1215477130 -o /tmp/evaluation-result-1076985-1215477130/solver-1076985-1215477130 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1076985-1215477130.xml 1256347456 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28060cd6a868436f27486ab90f32461
RANDOM SEED=1256347456

node61.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.279
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.279
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:       1897112 kB
Buffers:         22604 kB
Cached:          84836 kB
SwapCached:          0 kB
Active:          66076 kB
Inactive:        62364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6216 kB
Writeback:           0 kB
Mapped:          32380 kB
Slab:            16036 kB
Committed_AS:    80388 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-08 02:37:20