Trace number 2084394

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.545UNSAT 581.217 585.829

DiagnosticValue
ASSIGNMENTS1034860
CHECKS244687000
NODES1034860

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
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 benchmark6.09807
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c mistral version 1.545
581.09/585.79	s UNSATISFIABLE
581.19/585.80	d CHECKS 244686523
581.19/585.80	d ASSIGNMENTS 1034863
581.19/585.80	d NODES 1034863 BACKTRACKS 1034765 FAILURES 1034766 RUNTIME 581.13 TOTALTIME 581.28 NODES/s 1780.78 CHECKS/s 421053

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084394-1247378976/watcher-2084394-1247378976 -o /tmp/evaluation-result-2084394-1247378976/solver-2084394-1247378976 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2084394-1247378976.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: 3.13 2.44 2.29 4/74 25513
/proc/meminfo: memFree=1960912/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=18576 CPUtime=0
/proc/25513/stat : 25513 (runsolver) R 25511 25513 19045 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 24963798 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25513/statm: 4644 284 249 26 0 2626 0

[startup+0.0780679 s]
/proc/loadavg: 3.13 2.44 2.29 4/74 25513
/proc/meminfo: memFree=1960912/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=5076 CPUtime=0
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 453 0 0 0 0 0 0 0 18 0 1 0 24963798 5197824 432 996147200 1448431616 1448550632 4294956208 18446744073709551615 134690545 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 1269 432 355 29 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5076

[startup+0.10107 s]
/proc/loadavg: 3.13 2.44 2.29 4/74 25513
/proc/meminfo: memFree=1960912/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=5332 CPUtime=0.02
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 540 0 0 0 2 0 0 0 18 0 1 0 24963798 5459968 519 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159786243 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 1333 519 374 29 0 148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5332

[startup+0.301082 s]
/proc/loadavg: 3.13 2.44 2.29 4/74 25513
/proc/meminfo: memFree=1960912/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=0.21
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1744 0 0 0 21 0 0 0 19 0 1 0 24963798 10383360 1723 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860672 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1723 398 29 0 1350 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10140

[startup+0.701104 s]
/proc/loadavg: 3.13 2.44 2.29 4/74 25513
/proc/meminfo: memFree=1960912/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=0.58
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1759 0 0 0 58 0 0 0 22 0 1 0 24963798 10383360 1738 996147200 1448431616 1448550632 4294956208 18446744073709551615 134828993 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1738 407 29 0 1350 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10140

[startup+1.50116 s]
/proc/loadavg: 3.13 2.44 2.29 3/75 25514
/proc/meminfo: memFree=1954568/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=1.36
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1760 0 0 0 135 1 0 0 25 0 1 0 24963798 10383360 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860849 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1739 407 29 0 1350 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10140

[startup+3.10226 s]
/proc/loadavg: 3.13 2.44 2.29 3/73 25514
/proc/meminfo: memFree=1954072/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=2.94
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1760 0 0 0 293 1 0 0 25 0 1 0 24963798 10383360 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529424 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1739 407 29 0 1350 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 10140

[startup+6.30146 s]
/proc/loadavg: 3.04 2.44 2.28 3/73 25514
/proc/meminfo: memFree=1954200/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=6.11
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1760 0 0 0 610 1 0 0 25 0 1 0 24963798 10383360 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528928 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1739 407 29 0 1350 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 10140

[startup+12.7019 s]
/proc/loadavg: 2.95 2.43 2.28 3/73 25514
/proc/meminfo: memFree=1954392/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=12.46
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1760 0 0 0 1245 1 0 0 25 0 1 0 24963798 10383360 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534211 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1739 407 29 0 1350 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 10140

[startup+25.5017 s]
/proc/loadavg: 2.74 2.41 2.28 3/73 25514
/proc/meminfo: memFree=1955032/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=25.17
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1760 0 0 0 2516 1 0 0 25 0 1 0 24963798 10383360 1739 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1739 407 29 0 1350 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 10140

[startup+51.1013 s]
/proc/loadavg: 2.49 2.37 2.27 3/73 25514
/proc/meminfo: memFree=1955352/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=50.57
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 5056 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 135257886 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 10140

[startup+102.305 s]
/proc/loadavg: 2.21 2.31 2.25 3/73 25514
/proc/meminfo: memFree=1955416/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=101.38
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 10137 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865196 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 10140

[startup+162.301 s]
/proc/loadavg: 2.08 2.25 2.24 3/73 25514
/proc/meminfo: memFree=1955288/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=160.92
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 16091 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134528929 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 10140

[startup+222.302 s]
/proc/loadavg: 2.03 2.20 2.22 3/73 25514
/proc/meminfo: memFree=1955224/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=220.46
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 22045 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529712 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 10140

[startup+282.302 s]
/proc/loadavg: 2.01 2.16 2.20 3/73 25514
/proc/meminfo: memFree=1955160/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=280
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 27999 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134530912 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 10140

[startup+342.302 s]
/proc/loadavg: 2.00 2.13 2.18 3/73 25514
/proc/meminfo: memFree=1955160/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=339.55
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 33954 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534308 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 339.55
Current children cumulated vsize (KiB) 10140

[startup+402.301 s]
/proc/loadavg: 2.00 2.11 2.17 3/73 25514
/proc/meminfo: memFree=1955160/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=399.09
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 39908 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860928 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 10140

[startup+462.302 s]
/proc/loadavg: 2.00 2.08 2.16 3/73 25514
/proc/meminfo: memFree=1955032/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=458.64
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 45863 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860736 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 458.64
Current children cumulated vsize (KiB) 10140

[startup+522.302 s]
/proc/loadavg: 2.00 2.07 2.15 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=518.18
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 51817 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134860656 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 518.18
Current children cumulated vsize (KiB) 10140

[startup+582.302 s]
/proc/loadavg: 2.00 2.05 2.14 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=577.72
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 57771 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 577.72
Current children cumulated vsize (KiB) 10140

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

[startup+583.902 s]
/proc/loadavg: 2.00 2.05 2.14 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=579.31
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 57930 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534267 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 579.31
Current children cumulated vsize (KiB) 10140

[startup+584.703 s]
/proc/loadavg: 2.00 2.05 2.13 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=580.1
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 58009 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134529450 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 580.1
Current children cumulated vsize (KiB) 10140

[startup+585.502 s]
/proc/loadavg: 2.00 2.05 2.13 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=580.89
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 58088 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534283 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 580.89
Current children cumulated vsize (KiB) 10140

[startup+585.702 s]
/proc/loadavg: 2.00 2.05 2.13 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=581.09
/proc/25513/stat : 25513 (ld-linux.so.2) R 25511 25513 19045 0 -1 4194304 1761 0 0 0 58108 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 581.09
Current children cumulated vsize (KiB) 10140

[startup+585.802 s]
/proc/loadavg: 2.00 2.05 2.13 3/73 25514
/proc/meminfo: memFree=1954840/2055920 swapFree=4191900/4192956
[pid=25513] ppid=25511 vsize=10140 CPUtime=581.19
/proc/25513/stat : 25513 (ld-linux.so.2) D 25511 25513 19045 0 -1 4194304 1761 0 0 0 58118 1 0 0 25 0 1 0 24963798 10383360 1740 996147200 1448431616 1448550632 4294956208 18446744073709551615 4158930928 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25513/statm: 2535 1740 407 29 0 1350 0
Current children cumulated CPU time (s) 581.19
Current children cumulated vsize (KiB) 10140

Child status: 0
Real time (s): 585.829
CPU time (s): 581.217
CPU user time (s): 581.191
CPU system time (s): 0.025996
CPU usage (%): 99.2127
Max. virtual memory (cumulated for all children) (KiB): 10140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 581.191
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1793
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 14312

runsolver used 0.577912 second user time and 1.56276 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 08:09:36
IDJOB=2084394
IDBENCH=58073
IDSOLVER=769
FILE ID=node29/2084394-1247378976
PBS_JOBID= 9507084
Free space on /tmp= 65404 MiB

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

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

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=1654232117

node29.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.225
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.225
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:       1961400 kB
Buffers:          1980 kB
Cached:          19704 kB
SwapCached:          8 kB
Active:          38600 kB
Inactive:         4884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1961400 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          32952 kB
Slab:            36304 kB
Committed_AS:   196876 kB
PageTables:       1848 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= 66376 MiB
End job on node29 at 2009-07-12 08:19:22