Trace number 1076814

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 193.662 194.629

DiagnosticValue
ASSIGNMENTS99617
CHECKS223470000

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
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.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08/0.10	c mistral-option version 1.313
193.53/194.57	s SATISFIABLE
193.53/194.57	v 14 11 0 21 18 2 14 20 17 2 0 12 15 18 13 4 18 18 11 14 2 8 15 7 0 18 4 0 11 4 20 19 0 2 19 0 0 11 4 2 17 0 10 4 3 13 8 19 19 24 19 7 0 13 5 0 18 19 13 4 18 18 3 0 2 2 0 11 0 7 14 17 4 17 4 0 12 11 4 21 4 4 11 8 18 0 0 1 17 14 0 3 12 8 13 14 17 7 0 25 8 13 4 18 18 21 0 20 11 19 0 13 4 22 12 4 3 4 0 21 0 19 0 1 1 0 19 0 15 4 3 22 0 3 4 3 12 0 12 0 8 10 4 2 0 17 11 0 5 4 8 6 13 17 0 3 14 13 11 0 13 2 0 18 19 4 17 0 1 11 4 6 8 11 4 0 3 0 2 19 18 7 8 18 21 14 11 19 18 2 24 19 7 4 6 0 8 19 18 15 4 0 10 0 1 11 4 15 11 0 2 4 22 4 11 18 7 4 0 6 11 4 4 0 17 14 0 19 7 3 8 13 4 18 15 8 2 0 18 12 4 19 4 14 17 4 3 4 4 17 4 3 0 3 4 2 20 1 8 2 5 0 18 2 8 2 11 4 1 0 18 4 3 0 17 3 4 13 19 0 2 8 3 2 0 13 0 11 17 4 0 3 19 0 13 3 4 12 18 0 11 0 3 6 0 13 6 11 0 13 3 0 11 0 17 0 19 14 11 11 4 17 14 3 4 8 6 14 17 10 0 19 4 11 0 17 21 0 13 0 3 8 0 13 0 18 0 4 13 14 18 18 13 4 4 3 0 15 18 8 18 6 17 4 6
193.53/194.57	d CHECKS 223469893
193.53/194.57	d ASSIGNMENTS 99617

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-1076814-1215190238/watcher-1076814-1215190238 -o /tmp/evaluation-result-1076814-1215190238/solver-1076814-1215190238 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1076814-1215190238.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.02 2.12 2.06 5/93 31467
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=820 CPUtime=0
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 39 0 0 0 0 0 0 0 21 0 1 0 130693945 839680 25 996147200 134512640 135239763 4294956192 18446744073709551615 10687268 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 205 25 19 177 0 3 0

[startup+0.056664 s]
/proc/loadavg: 2.02 2.12 2.06 5/93 31467
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=5380 CPUtime=0.04
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 649 0 0 0 4 0 0 0 21 0 1 0 130693945 5509120 615 996147200 134512640 135239763 4294956192 18446744073709551615 134573952 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 1345 615 355 177 0 248 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5380

[startup+0.102669 s]
/proc/loadavg: 2.02 2.12 2.06 5/93 31467
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=6168 CPUtime=0.08
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 868 0 0 0 8 0 0 0 21 0 1 0 130693945 6316032 834 996147200 134512640 135239763 4294956192 18446744073709551615 4160505753 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 1542 834 369 177 0 445 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6168

[startup+0.302695 s]
/proc/loadavg: 2.02 2.12 2.06 5/93 31467
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=10580 CPUtime=0.29
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 1942 0 0 0 28 1 0 0 23 0 1 0 130693945 10833920 1908 996147200 134512640 135239763 4294956192 18446744073709551615 4159157647 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 2645 1908 369 177 0 1548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10580

[startup+0.702733 s]
/proc/loadavg: 2.02 2.12 2.06 5/93 31467
/proc/meminfo: memFree=1230304/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=0.68
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4933 0 0 0 66 2 0 0 25 0 1 0 130693945 23228416 4899 996147200 134512640 135239763 4294956192 18446744073709551615 134788992 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4899 405 177 0 4574 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22684

[startup+1.50287 s]
/proc/loadavg: 2.02 2.12 2.06 3/94 31468
/proc/meminfo: memFree=1212184/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=1.48
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4933 0 0 0 146 2 0 0 25 0 1 0 130693945 23228416 4899 996147200 134512640 135239763 4294956192 18446744073709551615 135015491 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4899 405 177 0 4574 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22684

[startup+3.10197 s]
/proc/loadavg: 2.02 2.11 2.06 3/94 31468
/proc/meminfo: memFree=1211992/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=3.07
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4934 0 0 0 305 2 0 0 25 0 1 0 130693945 23228416 4900 996147200 134512640 135239763 4294956192 18446744073709551615 135015491 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4900 405 177 0 4574 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22684

[startup+6.30129 s]
/proc/loadavg: 2.02 2.11 2.06 3/94 31468
/proc/meminfo: memFree=1211928/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=6.26
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4934 0 0 0 624 2 0 0 25 0 1 0 130693945 23228416 4900 996147200 134512640 135239763 4294956192 18446744073709551615 135030883 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4900 405 177 0 4574 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 22684

[startup+12.7019 s]
/proc/loadavg: 2.02 2.11 2.06 3/94 31468
/proc/meminfo: memFree=1211800/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=12.63
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4941 0 0 0 1261 2 0 0 25 0 1 0 130693945 23228416 4907 996147200 134512640 135239763 4294956192 18446744073709551615 135015951 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4907 405 177 0 4574 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 22684

[startup+25.5012 s]
/proc/loadavg: 2.01 2.11 2.06 3/94 31468
/proc/meminfo: memFree=1211864/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22684 CPUtime=25.36
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4942 0 0 0 2534 2 0 0 25 0 1 0 130693945 23228416 4908 996147200 134512640 135239763 4294956192 18446744073709551615 134789108 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5671 4908 405 177 0 4574 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 22684

[startup+51.1018 s]
/proc/loadavg: 2.01 2.10 2.05 3/94 31468
/proc/meminfo: memFree=1211928/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=50.83
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 5081 2 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 134789318 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 22820

[startup+102.307 s]
/proc/loadavg: 2.00 2.08 2.05 3/94 31470
/proc/meminfo: memFree=1211928/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=101.78
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 10176 2 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 135030883 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 22820

[startup+162.302 s]
/proc/loadavg: 2.00 2.06 2.04 3/94 31470
/proc/meminfo: memFree=1211864/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=161.49
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 16146 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 134789102 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 22820

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

[startup+179.102 s]
/proc/loadavg: 2.00 2.06 2.04 3/94 31470
/proc/meminfo: memFree=1211864/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=178.21
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 17818 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 134789141 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 178.21
Current children cumulated vsize (KiB) 22820

[startup+185.501 s]
/proc/loadavg: 2.00 2.06 2.04 3/94 31470
/proc/meminfo: memFree=1211864/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=184.57
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 18454 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 134788944 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 184.57
Current children cumulated vsize (KiB) 22820

[startup+188.703 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=187.76
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 18773 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 135096092 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 187.76
Current children cumulated vsize (KiB) 22820

[startup+191.902 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=190.94
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 19091 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 134789141 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 190.94
Current children cumulated vsize (KiB) 22820

[startup+193.501 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=192.54
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4956 0 0 0 19251 3 0 0 25 0 1 0 130693945 23367680 4922 996147200 134512640 135239763 4294956192 18446744073709551615 135030883 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4922 405 177 0 4608 0
Current children cumulated CPU time (s) 192.54
Current children cumulated vsize (KiB) 22820

[startup+194.301 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22820 CPUtime=193.33
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4959 0 0 0 19330 3 0 0 25 0 1 0 130693945 23367680 4925 996147200 134512640 135239763 4294956192 18446744073709551615 135015457 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5705 4925 408 177 0 4608 0
Current children cumulated CPU time (s) 193.33
Current children cumulated vsize (KiB) 22820

[startup+194.501 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1211736/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22832 CPUtime=193.53
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 4987 0 0 0 19350 3 0 0 25 0 1 0 130693945 23379968 4953 996147200 134512640 135239763 4294956192 18446744073709551615 135019177 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5708 4953 408 177 0 4611 0
Current children cumulated CPU time (s) 193.53
Current children cumulated vsize (KiB) 22832

[startup+194.601 s]
/proc/loadavg: 2.00 2.05 2.04 3/94 31470
/proc/meminfo: memFree=1212312/2055920 swapFree=4192812/4192956
[pid=31467] ppid=31465 vsize=22008 CPUtime=193.63
/proc/31467/stat : 31467 (xsolve) R 31465 31467 28464 0 -1 4194304 5011 0 0 0 19360 3 0 0 25 0 1 0 130693945 22536192 4758 996147200 134512640 135239763 4294956192 18446744073709551615 134615193 0 0 4096 0 0 0 0 17 0 0 0
/proc/31467/statm: 5502 4758 421 177 0 4405 0
Current children cumulated CPU time (s) 193.63
Current children cumulated vsize (KiB) 22008

Child status: 0
Real time (s): 194.629
CPU time (s): 193.662
CPU user time (s): 193.625
CPU system time (s): 0.036994
CPU usage (%): 99.503
Max. virtual memory (cumulated for all children) (KiB): 22832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 193.625
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5014
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= 6
involuntary context switches= 6331

runsolver used 0.237963 second user time and 0.6569 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 18:50:38
IDJOB=1076814
IDBENCH=56608
IDSOLVER=357
FILE ID=node27/1076814-1215190238
PBS_JOBID= 7881509
Free space on /tmp= 66440 MiB

SOLVER NAME= Mistral-option 1.314
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-08.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-1076814-1215190238/watcher-1076814-1215190238 -o /tmp/evaluation-result-1076814-1215190238/solver-1076814-1215190238 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1076814-1215190238.xml -heu dyn -sac 3 -ds 2 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=1234466348

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:       1230720 kB
Buffers:         82316 kB
Cached:         554028 kB
SwapCached:          0 kB
Active:         394396 kB
Inactive:       356012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1230720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         135960 kB
Slab:            59744 kB
Committed_AS:   973980 kB
PageTables:       1968 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= 66440 MiB
End job on node27 at 2008-07-04 18:53:53