Trace number 1075716

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
Mistral-option 1.314SAT 157.801 159.292

DiagnosticValue
ASSIGNMENTS18001
CHECKS30589900

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-10.xml
MD5SUM63f061b0d7d3eb07f91405cf2b68b7b7
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 benchmark3.2555
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c mistral-option version 1.313
157.71/159.24	s SATISFIABLE
157.71/159.24	v 0 1 0 18 8 4 18 18 19 0 5 5 4 18 2 14 20 15 4 0 8 12 0 13 19 0 0 17 25 4 11 12 0 17 10 10 0 0 18 15 4 4 2 7 18 11 8 4 17 0 1 11 8 0 20 19 18 19 0 20 7 4 8 12 18 1 17 20 13 13 14 8 18 11 20 19 0 18 1 11 17 4 13 8 0 8 18 4 11 4 15 4 17 12 8 18 11 0 12 13 4 5 11 4 0 6 4 18 14 11 4 0 18 0 8 6 0 18 12 8 4 3 4 11 18 0 11 4 4 13 0 18 8 11 4 18 15 4 17 8 1 14 11 4 15 8 4 17 2 4 4 18 17 0 6 0 6 4 18 12 10 18 0 14 23 24 3 0 13 19 12 0 13 0 6 4 0 5 14 17 0 18 18 0 11 4 17 18 15 0 2 0 6 4 0 12 4 13 8 13 18 4 6 0 11 0 15 0 11 0 2 4 18 12 14 13 8 11 8 0 18 4 20 11 13 20 17 0 6 7 4 2 0 20 3 0 11 4 18 14 12 1 17 0 6 4 0 2 0 11 11 0 2 12 0 13 8 14 2 11 0 18 5 14 11 19 17 4 12 15 0 1 11 0 18 0 11 24 18 15 14 17 19 0 3 4 0 11 18 0 19 17 4 1 0 18 2 8 4 17 0 8 18 18 17 0 18 11 4 8 11 0 2 0 9 20 13 19 14 8 18 4 18 8 2 8 0 17 13 14 8 18 4 0 17 15 0 3 4 2 19 0 18 4 18 10 13 4 18 18 4 19 18 0 14 11 0 4 7 14 13 19 4 4 7 0 18 19 4 4 18 0 8 13 4 18 18 0 11 4 4 13 18
157.71/159.24	d CHECKS 30589907
157.71/159.24	d ASSIGNMENTS 18001

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-1075716-1215181657/watcher-1075716-1215181657 -o /tmp/evaluation-result-1075716-1215181657/solver-1075716-1215181657 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1075716-1215181657.xml -heu dyn -sac 3 -ds 2 

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.00 2.03 2.00 4/82 30461
/proc/meminfo: memFree=1027840/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=4500 CPUtime=0
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 129835833 4608000 170 996147200 134512640 135239763 4294956192 18446744073709551615 10690650 0 0 4096 0 0 0 0 17 1 0 0
/proc/30461/statm: 1125 170 144 177 0 16 0

[startup+0.107763 s]
/proc/loadavg: 2.00 2.03 2.00 4/82 30461
/proc/meminfo: memFree=1027840/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=6336 CPUtime=0.09
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 831 0 0 0 9 0 0 0 21 0 1 0 129835833 6488064 797 996147200 134512640 135239763 4294956192 18446744073709551615 134573960 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 1584 797 355 177 0 487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6336

[startup+0.202635 s]
/proc/loadavg: 2.00 2.03 2.00 4/82 30461
/proc/meminfo: memFree=1027840/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=7524 CPUtime=0.19
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 1164 0 0 0 19 0 0 0 21 0 1 0 129835833 7704576 1130 996147200 134512640 135239763 4294956192 18446744073709551615 134670329 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 1881 1130 355 177 0 784 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7524

[startup+0.302646 s]
/proc/loadavg: 2.00 2.03 2.00 4/82 30461
/proc/meminfo: memFree=1027840/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=9172 CPUtime=0.29
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 1552 0 0 0 28 1 0 0 22 0 1 0 129835833 9392128 1518 996147200 134512640 135239763 4294956192 18446744073709551615 134524331 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 2293 1518 355 177 0 1196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9172

[startup+0.702692 s]
/proc/loadavg: 2.00 2.03 2.00 4/82 30461
/proc/meminfo: memFree=1027840/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=0.69
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6332 0 0 0 66 3 0 0 25 0 1 0 129835833 29691904 6298 996147200 134512640 135239763 4294956192 18446744073709551615 134789076 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6298 404 177 0 6152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28996

[startup+1.50177 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 30462
/proc/meminfo: memFree=1004088/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=1.48
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6341 0 0 0 145 3 0 0 25 0 1 0 129835833 29691904 6307 996147200 134512640 135239763 4294956192 18446744073709551615 134789108 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6307 405 177 0 6152 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28996

[startup+3.10194 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 30462
/proc/meminfo: memFree=1003768/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=3.06
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6341 0 0 0 303 3 0 0 25 0 1 0 129835833 29691904 6307 996147200 134512640 135239763 4294956192 18446744073709551615 134789141 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6307 405 177 0 6152 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28996

[startup+6.30126 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 30462
/proc/meminfo: memFree=1003768/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=6.23
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6341 0 0 0 620 3 0 0 25 0 1 0 129835833 29691904 6307 996147200 134512640 135239763 4294956192 18446744073709551615 134789059 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6307 405 177 0 6152 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 28996

[startup+12.7019 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 30462
/proc/meminfo: memFree=1003768/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=12.57
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6341 0 0 0 1254 3 0 0 25 0 1 0 129835833 29691904 6307 996147200 134512640 135239763 4294956192 18446744073709551615 134789216 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6307 405 177 0 6152 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 28996

[startup+25.5022 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 30462
/proc/meminfo: memFree=1003832/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=25.25
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6346 0 0 0 2522 3 0 0 25 0 1 0 129835833 29691904 6312 996147200 134512640 135239763 4294956192 18446744073709551615 134789108 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6312 405 177 0 6152 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 28996

[startup+51.1028 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30462
/proc/meminfo: memFree=995768/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=50.61
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6346 0 0 0 5058 3 0 0 25 0 1 0 129835833 29691904 6312 996147200 134512640 135239763 4294956192 18446744073709551615 135015457 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6312 405 177 0 6152 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 28996

[startup+102.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30462
/proc/meminfo: memFree=995832/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=101.34
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 10130 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 134789108 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 28996

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

[startup+102.407 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30462
/proc/meminfo: memFree=995832/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=101.44
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 10140 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 134789125 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 28996

[startup+128.003 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30462
/proc/meminfo: memFree=987704/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=126.8
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 12676 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 134789108 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 126.8
Current children cumulated vsize (KiB) 28996

[startup+140.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=139.48
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 13944 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 135015491 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 139.48
Current children cumulated vsize (KiB) 28996

[startup+147.202 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=145.82
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 14578 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 135015475 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 145.82
Current children cumulated vsize (KiB) 28996

[startup+153.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=152.16
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 15212 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 134789204 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 152.16
Current children cumulated vsize (KiB) 28996

[startup+156.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=155.33
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6349 0 0 0 15529 4 0 0 25 0 1 0 129835833 29691904 6315 996147200 134512640 135239763 4294956192 18446744073709551615 135015486 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6315 405 177 0 6152 0
Current children cumulated CPU time (s) 155.33
Current children cumulated vsize (KiB) 28996

[startup+158.402 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=28996 CPUtime=156.92
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6352 0 0 0 15688 4 0 0 25 0 1 0 129835833 29691904 6318 996147200 134512640 135239763 4294956192 18446744073709551615 135015486 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7249 6318 408 177 0 6152 0
Current children cumulated CPU time (s) 156.92
Current children cumulated vsize (KiB) 28996

[startup+158.802 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=29152 CPUtime=157.31
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6364 0 0 0 15727 4 0 0 25 0 1 0 129835833 29851648 6330 996147200 134512640 135239763 4294956192 18446744073709551615 134789102 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7288 6330 408 177 0 6191 0
Current children cumulated CPU time (s) 157.31
Current children cumulated vsize (KiB) 29152

[startup+159.202 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 30462
/proc/meminfo: memFree=987576/2055920 swapFree=4192812/4192956
[pid=30461] ppid=30459 vsize=29156 CPUtime=157.71
/proc/30461/stat : 30461 (xsolve) R 30459 30461 29155 0 -1 4194304 6393 0 0 0 15767 4 0 0 25 0 1 0 129835833 29855744 6359 996147200 134512640 135239763 4294956192 18446744073709551615 134789113 0 0 4096 0 0 0 0 17 0 0 0
/proc/30461/statm: 7289 6359 408 177 0 6192 0
Current children cumulated CPU time (s) 157.71
Current children cumulated vsize (KiB) 29156

Child status: 0
Real time (s): 159.292
CPU time (s): 157.801
CPU user time (s): 157.755
CPU system time (s): 0.045993
CPU usage (%): 99.0642
Max. virtual memory (cumulated for all children) (KiB): 29156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.755
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 6589

runsolver used 0.216967 second user time and 0.483926 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 16:27:37
IDJOB=1075716
IDBENCH=56538
IDSOLVER=357
FILE ID=node27/1075716-1215181657
PBS_JOBID= 7881558
Free space on /tmp= 66396 MiB

SOLVER NAME= Mistral-option 1.314
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-21-10.xml
COMMAND LINE= HOME/xsolve BENCHNAME -heu dyn -sac 3 -ds 2 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075716-1215181657/watcher-1075716-1215181657 -o /tmp/evaluation-result-1075716-1215181657/solver-1075716-1215181657 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1075716-1215181657.xml -heu dyn -sac 3 -ds 2 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63f061b0d7d3eb07f91405cf2b68b7b7
RANDOM SEED=1749543888

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1028256 kB
Buffers:         77920 kB
Cached:         560464 kB
SwapCached:          0 kB
Active:         608080 kB
Inactive:       345436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1028256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4424 kB
Writeback:           0 kB
Mapped:         337652 kB
Slab:            58776 kB
Committed_AS:   665344 kB
PageTables:       2324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node27 at 2008-07-04 16:30:16