Trace number 2082406

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
pcs 0.3.2SAT 385.884 389.462

DiagnosticValue
ASSIGNMENTS42685

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-1_ext.xml
MD5SUM777fc5a1408e3970fe4cdc5b66e8ea16
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.2066
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.13/0.27	c small-domain mode
0.13/0.28	c Seed is 189983320
0.13/0.28	c Constructing HOME/instance-2082406-1247721010.xml  with 18 constraints
7.99/8.16	c Solving 42685 backtracks 17 restarts
385.81/389.46	s SATISFIABLE
385.81/389.46	c V0=0, V1=1, V2=1, V3=1, V4=0, V5=3, V6=1, V7=3, V8=4, V9=4, V10=4, V11=1, V12=1, V13=1, V14=4, V15=0, V16=1, V17=1, V18=1, V19=3, 
385.81/389.46	v 0 1 1 1 0 3 1 3 4 4 4 1 1 1 4 0 1 1 1 3 
385.81/389.46	d ASSIGNMENTS 42685

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-2082406-1247721010/watcher-2082406-1247721010 -o /tmp/evaluation-result-2082406-1247721010/solver-2082406-1247721010 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 189983320 HOME/instance-2082406-1247721010.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: 2.59 2.29 2.10 4/72 16172
/proc/meminfo: memFree=1311128/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=18576 CPUtime=0
/proc/16172/stat : 16172 (runsolver) R 16170 16172 15075 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 59167542 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16172/statm: 4644 284 249 26 0 2626 0

[startup+0.0944109 s]
/proc/loadavg: 2.59 2.29 2.10 4/72 16172
/proc/meminfo: memFree=1311128/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=5356 CPUtime=0.06
/proc/16172/stat : 16172 (pcssolve) S 16170 16172 15075 0 -1 4194304 339 1332 0 0 0 0 4 2 19 0 1 0 59167542 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16172/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.10241 s]
/proc/loadavg: 2.59 2.29 2.10 4/72 16172
/proc/meminfo: memFree=1311128/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=5356 CPUtime=0.06
/proc/16172/stat : 16172 (pcssolve) S 16170 16172 15075 0 -1 4194304 339 1332 0 0 0 0 4 2 19 0 1 0 59167542 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16172/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.302424 s]
/proc/loadavg: 2.59 2.29 2.10 4/72 16172
/proc/meminfo: memFree=1311128/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=5560 CPUtime=0.27
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 897 3866 0 0 1 0 18 8 17 0 1 0 59167542 5693440 506 996147200 134512640 135095119 4294956304 18446744073709551615 134739383 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 1390 506 361 142 0 344 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 5560

[startup+0.702477 s]
/proc/loadavg: 2.59 2.29 2.10 4/72 16172
/proc/meminfo: memFree=1311128/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=11104 CPUtime=0.67
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 3004 3866 0 0 40 1 18 8 20 0 1 0 59167542 11370496 2109 996147200 134512640 135095119 4294956304 18446744073709551615 134914415 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 2776 2109 374 142 0 1730 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11104

[startup+1.50156 s]
/proc/loadavg: 2.54 2.29 2.10 3/73 16178
/proc/meminfo: memFree=1302480/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=19708 CPUtime=1.46
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 5247 3866 0 0 117 3 18 8 25 0 1 0 59167542 20180992 3271 996147200 134512640 135095119 4294956304 18446744073709551615 134944160 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 4927 3271 375 142 0 3881 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 19708

[startup+3.10174 s]
/proc/loadavg: 2.54 2.29 2.10 3/73 16178
/proc/meminfo: memFree=1295760/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=35968 CPUtime=3.05
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 9226 3866 0 0 273 6 18 8 25 0 1 0 59167542 36831232 5585 996147200 134512640 135095119 4294956304 18446744073709551615 134694291 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 8992 5585 375 142 0 7946 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 35968

[startup+6.30109 s]
/proc/loadavg: 2.54 2.29 2.10 3/73 16178
/proc/meminfo: memFree=1274704/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=70332 CPUtime=6.22
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 18441 3866 0 0 586 10 18 8 25 0 1 0 59167542 72019968 10938 996147200 134512640 135095119 4294956304 18446744073709551615 134934336 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 17583 10938 375 142 0 16537 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 70332

[startup+12.7018 s]
/proc/loadavg: 2.46 2.28 2.09 3/73 16178
/proc/meminfo: memFree=1256464/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=58116 CPUtime=12.56
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 23576 3866 0 0 1217 13 18 8 25 0 1 0 59167542 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 58116

[startup+25.5022 s]
/proc/loadavg: 2.39 2.27 2.09 3/73 16178
/proc/meminfo: memFree=1256208/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=58116 CPUtime=25.24
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 23576 3866 0 0 2485 13 18 8 25 0 1 0 59167542 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 58116

[startup+51.1021 s]
/proc/loadavg: 2.26 2.25 2.09 3/73 16178
/proc/meminfo: memFree=1253776/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=58116 CPUtime=50.59
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 23576 3866 0 0 5020 13 18 8 25 0 1 0 59167542 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 58116

[startup+102.307 s]
/proc/loadavg: 2.10 2.20 2.08 3/73 16178
/proc/meminfo: memFree=1250000/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=58116 CPUtime=101.32
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 23576 3866 0 0 10093 13 18 8 25 0 1 0 59167542 59510784 13878 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 14529 13878 389 142 0 13483 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 58116

[startup+162.302 s]
/proc/loadavg: 2.04 2.16 2.08 3/73 16178
/proc/meminfo: memFree=1243856/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=60172 CPUtime=160.78
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 23919 3866 0 0 16038 14 18 8 25 0 1 0 59167542 61616128 14221 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 15043 14221 389 142 0 13997 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 60172

[startup+222.303 s]
/proc/loadavg: 2.01 2.13 2.07 3/73 16178
/proc/meminfo: memFree=1238992/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=61196 CPUtime=220.24
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 24324 3866 0 0 21984 14 18 8 25 0 1 0 59167542 62664704 14369 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 15299 14369 389 142 0 14253 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 61196

[startup+282.303 s]
/proc/loadavg: 2.00 2.10 2.07 3/73 16178
/proc/meminfo: memFree=1232144/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=62368 CPUtime=279.7
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 24753 3866 0 0 27929 15 18 8 25 0 1 0 59167542 63864832 14798 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 15592 14798 389 142 0 14546 0
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (KiB) 62368

[startup+342.302 s]
/proc/loadavg: 2.00 2.08 2.06 3/73 16178
/proc/meminfo: memFree=1220624/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=339.14
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25631 3866 0 0 33872 16 18 8 25 0 1 0 59167542 66936832 15419 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15419 389 142 0 15296 0
Current children cumulated CPU time (s) 339.14
Current children cumulated vsize (KiB) 65368

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.08 2.06 3/73 16178
/proc/meminfo: memFree=1220432/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=355
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25665 3866 0 0 35458 16 18 8 25 0 1 0 59167542 66936832 15453 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15453 389 142 0 15296 0
Current children cumulated CPU time (s) 355
Current children cumulated vsize (KiB) 65368

[startup+371.101 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1220112/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=367.67
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25691 3866 0 0 36725 16 18 8 25 0 1 0 59167542 66936832 15479 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15479 389 142 0 15296 0
Current children cumulated CPU time (s) 367.67
Current children cumulated vsize (KiB) 65368

[startup+377.502 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1219856/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=374.01
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25705 3866 0 0 37359 16 18 8 25 0 1 0 59167542 66936832 15493 996147200 134512640 135095119 4294956304 18446744073709551615 134918255 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15493 389 142 0 15296 0
Current children cumulated CPU time (s) 374.01
Current children cumulated vsize (KiB) 65368

[startup+383.907 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218384/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=380.36
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25718 3866 0 0 37994 16 18 8 25 0 1 0 59167542 66936832 15506 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15506 389 142 0 15296 0
Current children cumulated CPU time (s) 380.36
Current children cumulated vsize (KiB) 65368

[startup+387.101 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218192/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=383.53
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25724 3866 0 0 38311 16 18 8 25 0 1 0 59167542 66936832 15512 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15512 389 142 0 15296 0
Current children cumulated CPU time (s) 383.53
Current children cumulated vsize (KiB) 65368

[startup+388.701 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218192/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=385.11
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25728 3866 0 0 38469 16 18 8 25 0 1 0 59167542 66936832 15516 996147200 134512640 135095119 4294956304 18446744073709551615 134927075 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15516 389 142 0 15296 0
Current children cumulated CPU time (s) 385.11
Current children cumulated vsize (KiB) 65368

[startup+389.101 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218192/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=385.51
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25728 3866 0 0 38509 16 18 8 25 0 1 0 59167542 66936832 15516 996147200 134512640 135095119 4294956304 18446744073709551615 134918065 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15516 389 142 0 15296 0
Current children cumulated CPU time (s) 385.51
Current children cumulated vsize (KiB) 65368

[startup+389.301 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218000/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=385.71
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25729 3866 0 0 38529 16 18 8 25 0 1 0 59167542 66936832 15517 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15517 389 142 0 15296 0
Current children cumulated CPU time (s) 385.71
Current children cumulated vsize (KiB) 65368

[startup+389.406 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 16178
/proc/meminfo: memFree=1218000/2055920 swapFree=4192812/4192956
[pid=16172] ppid=16170 vsize=65368 CPUtime=385.81
/proc/16172/stat : 16172 (pcs.small) R 16170 16172 15075 0 -1 4194304 25729 3866 0 0 38539 16 18 8 25 0 1 0 59167542 66936832 15517 996147200 134512640 135095119 4294956304 18446744073709551615 134918227 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 16342 15517 389 142 0 15296 0
Current children cumulated CPU time (s) 385.81
Current children cumulated vsize (KiB) 65368

Child status: 0
Real time (s): 389.462
CPU time (s): 385.884
CPU user time (s): 385.619
CPU system time (s): 0.264959
CPU usage (%): 99.0813
Max. virtual memory (cumulated for all children) (KiB): 89320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.619
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29598
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= 24
involuntary context switches= 8501

runsolver used 0.618905 second user time and 1.15182 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-16 07:10:11
IDJOB=2082406
IDBENCH=57582
IDSOLVER=733
FILE ID=node35/2082406-1247721010
PBS_JOBID= 9521400
Free space on /tmp= 66136 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-1_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082406-1247721010/watcher-2082406-1247721010 -o /tmp/evaluation-result-2082406-1247721010/solver-2082406-1247721010 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 189983320 HOME/instance-2082406-1247721010.xml

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

MD5SUM BENCH= 777fc5a1408e3970fe4cdc5b66e8ea16
RANDOM SEED=189983320

node35.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.213
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.213
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:       1311608 kB
Buffers:         65012 kB
Cached:         455188 kB
SwapCached:          0 kB
Active:         223324 kB
Inactive:       436000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23720 kB
Writeback:           0 kB
Mapped:         150648 kB
Slab:            70168 kB
Committed_AS:   689736 kB
PageTables:       2032 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= 66136 MiB
End job on node35 at 2009-07-16 07:16:41