Trace number 2065947

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 1.545SAT 360.754 362.401

DiagnosticValue
ASSIGNMENTS4371760
CHECKS809655000
NODES4371760

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-70.xml
MD5SUM42673f380bfac3cdabf246f9ec4e88d8
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 benchmark1.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c mistral version 1.545
360.65/362.39	s SATISFIABLE
360.65/362.39	v 69 0 68 1 67 2 66 3 65 4 64 5 63 6 62 7 61 8 60 9 59 10 58 11 57 12 56 13 55 14 54 15 53 16 52 17 51 18 50 19 49 20 48 21 47 22 46 23 45 24 44 25 43 26 42 27 41 28 40 29 39 30 38 31 37 32 36 33 35 34 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
360.65/362.39	d CHECKS 809654650
360.65/362.39	d ASSIGNMENTS 4371756
360.65/362.39	d NODES 4371756 BACKTRACKS 4369847 FAILURES 4369847 RUNTIME 360.64 TOTALTIME 360.79 NODES/s 12122.2 CHECKS/s 2.24505e+06

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065947-1247340996/watcher-2065947-1247340996 -o /tmp/evaluation-result-2065947-1247340996/solver-2065947-1247340996 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2065947-1247340996.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.01 2.07 4/81 15312
/proc/meminfo: memFree=1879368/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=18576 CPUtime=0
/proc/15312/stat : 15312 (runsolver) R 15310 15312 14623 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21166650 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15312/statm: 4644 284 249 26 0 2626 0

[startup+0.0867259 s]
/proc/loadavg: 1.98 2.01 2.07 4/81 15312
/proc/meminfo: memFree=1879368/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=4944 CPUtime=0
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 445 0 7 0 0 0 0 0 18 0 1 0 21166650 5062656 431 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157416334 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1236 431 375 29 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4944

[startup+0.101726 s]
/proc/loadavg: 1.98 2.01 2.07 4/81 15312
/proc/meminfo: memFree=1879368/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=5072 CPUtime=0.02
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 471 0 7 0 2 0 0 0 18 0 1 0 21166650 5193728 457 996147200 1448431616 1448550632 4294956208 18446744073709551615 4160505352 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1268 457 375 29 0 83 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5072

[startup+0.301774 s]
/proc/loadavg: 1.98 2.01 2.07 4/81 15312
/proc/meminfo: memFree=1879368/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7680 CPUtime=0.21
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1190 0 7 0 21 0 0 0 19 0 1 0 21166650 7864320 1160 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865038 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1920 1160 431 29 0 735 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 7680

[startup+0.701846 s]
/proc/loadavg: 1.98 2.01 2.07 4/81 15312
/proc/meminfo: memFree=1879368/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=0.61
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1211 0 7 0 61 0 0 0 23 0 1 0 21166650 7999488 1181 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1181 431 29 0 768 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 7812

[startup+1.502 s]
/proc/loadavg: 1.98 2.01 2.07 3/82 15313
/proc/meminfo: memFree=1874240/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=1.41
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1211 0 7 0 141 0 0 0 25 0 1 0 21166650 7999488 1181 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1181 431 29 0 768 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 7812

[startup+3.10132 s]
/proc/loadavg: 1.98 2.01 2.07 3/82 15313
/proc/meminfo: memFree=1873856/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=3.01
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1211 0 7 0 300 1 0 0 25 0 1 0 21166650 7999488 1181 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172223 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1181 431 29 0 768 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 7812

[startup+6.30195 s]
/proc/loadavg: 1.98 2.01 2.07 3/82 15313
/proc/meminfo: memFree=1873984/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=6.2
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1212 0 7 0 619 1 0 0 25 0 1 0 21166650 7999488 1182 996147200 1448431616 1448550632 4294956208 18446744073709551615 135305318 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1182 431 29 0 768 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 7812

[startup+12.7012 s]
/proc/loadavg: 1.98 2.01 2.07 3/82 15313
/proc/meminfo: memFree=1874432/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=12.57
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1212 0 7 0 1256 1 0 0 25 0 1 0 21166650 7999488 1182 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1182 431 29 0 768 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 7812

[startup+25.5017 s]
/proc/loadavg: 1.98 2.01 2.06 3/82 15313
/proc/meminfo: memFree=1873920/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7812 CPUtime=25.31
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1213 0 7 0 2530 1 0 0 25 0 1 0 21166650 7999488 1183 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264182 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1953 1183 431 29 0 768 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 7812

[startup+51.1018 s]
/proc/loadavg: 1.99 2.01 2.06 3/82 15313
/proc/meminfo: memFree=1873792/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=50.81
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1225 0 7 0 5080 1 0 0 25 0 1 0 21166650 8134656 1195 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291765 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1195 431 29 0 801 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 7944

[startup+102.306 s]
/proc/loadavg: 1.79 1.96 2.04 3/75 15471
/proc/meminfo: memFree=1890992/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=101.74
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 10165 9 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135305334 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 7944

[startup+162.302 s]
/proc/loadavg: 1.88 1.95 2.03 3/81 15516
/proc/meminfo: memFree=1831744/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=161.48
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 16138 10 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290057 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 7944

[startup+222.301 s]
/proc/loadavg: 1.86 1.92 2.01 3/81 15622
/proc/meminfo: memFree=1790152/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=221.22
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 22111 11 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 134820888 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 7944

[startup+282.301 s]
/proc/loadavg: 1.95 1.93 2.01 3/81 15622
/proc/meminfo: memFree=1788680/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=280.98
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 28086 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 134717987 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 280.98
Current children cumulated vsize (KiB) 7944

[startup+342.301 s]
/proc/loadavg: 1.98 1.94 2.00 3/81 15622
/proc/meminfo: memFree=1788616/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=340.73
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 34061 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 340.73
Current children cumulated vsize (KiB) 7944

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

[startup+345.502 s]
/proc/loadavg: 1.98 1.94 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=343.92
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 34380 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 343.92
Current children cumulated vsize (KiB) 7944

[startup+351.902 s]
/proc/loadavg: 1.98 1.94 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=350.29
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 35017 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135304884 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 350.29
Current children cumulated vsize (KiB) 7944

[startup+358.301 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=356.67
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 35655 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135306014 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 356.67
Current children cumulated vsize (KiB) 7944

[startup+359.902 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=358.26
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 35814 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 134844022 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 358.26
Current children cumulated vsize (KiB) 7944

[startup+361.502 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=359.85
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 35973 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161277 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 359.85
Current children cumulated vsize (KiB) 7944

[startup+361.906 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=360.25
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 36013 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135305036 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 360.25
Current children cumulated vsize (KiB) 7944

[startup+362.301 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=7944 CPUtime=360.65
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194304 1226 0 7 0 36053 12 0 0 25 0 1 0 21166650 8134656 1196 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264013 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 1986 1196 431 29 0 801 0
Current children cumulated CPU time (s) 360.65
Current children cumulated vsize (KiB) 7944

[startup+362.401 s]
/proc/loadavg: 1.98 1.95 2.00 3/81 15622
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=15312] ppid=15310 vsize=0 CPUtime=360.74
/proc/15312/stat : 15312 (ld-linux.so.2) R 15310 15312 14623 0 -1 4194308 1264 0 8 0 36062 12 0 0 25 0 1 0 21166650 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/15312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 360.74
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 362.401
CPU time (s): 360.754
CPU user time (s): 360.629
CPU system time (s): 0.124981
CPU usage (%): 99.5454
Max. virtual memory (cumulated for all children) (KiB): 7944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 360.629
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1264
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 5772

runsolver used 0.318951 second user time and 1.00485 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 21:36:36
IDJOB=2065947
IDBENCH=54447
IDSOLVER=769
FILE ID=node11/2065947-1247340996
PBS_JOBID= 9506800
Free space on /tmp= 66428 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-70.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065947-1247340996/watcher-2065947-1247340996 -o /tmp/evaluation-result-2065947-1247340996/solver-2065947-1247340996 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2065947-1247340996.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 42673f380bfac3cdabf246f9ec4e88d8
RANDOM SEED=1210191809

node11.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.274
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.274
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:       1879848 kB
Buffers:         10856 kB
Cached:          82712 kB
SwapCached:          0 kB
Active:         102000 kB
Inactive:        22052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:          43216 kB
Slab:            37100 kB
Committed_AS:   163504 kB
PageTables:       1944 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= 66444 MiB
End job on node11 at 2009-07-11 21:42:39