Trace number 2683075

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 NameAnswerobjective functionCPU timeWall clock time
PB/CT 0.1 fixed? (MO) 706.689 706.877

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
MD5SUM1dbba1ae61626910756854ad621cd3cd
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark8.20175
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables34451
Total number of constraints102181
Number of constraints which are clauses102180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
1.19/1.28	c constraints 1/0 clauses 102180/0 units 0
1.19/1.28	c vars 34451
1.19/1.28	c objective 131 + 0
706.51/706.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2683075-1277495229/watcher-2683075-1277495229 -o /tmp/evaluation-result-2683075-1277495229/solver-2683075-1277495229 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2683075-1277495229.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 26377
/proc/meminfo: memFree=1799884/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=2136 CPUtime=0
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 251 0 0 0 0 0 0 0 18 0 1 0 125126583 2187264 171 1992294400 134512640 136421960 4288139472 18446744073709551615 135809510 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26377/statm: 534 171 146 467 0 65 0

[startup+0.014983 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 26377
/proc/meminfo: memFree=1799884/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=2136 CPUtime=0.01
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 257 0 0 0 1 0 0 0 18 0 1 0 125126583 2187264 177 1992294400 134512640 136421960 4288139472 18446744073709551615 135642924 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26377/statm: 534 177 146 467 0 65 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2136

[startup+0.101993 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 26377
/proc/meminfo: memFree=1799884/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=2532 CPUtime=0.09
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 336 0 0 0 9 0 0 0 20 0 1 0 125126583 2592768 256 1992294400 134512640 136421960 4288139472 18446744073709551615 135152604 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26377/statm: 633 256 146 467 0 164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2532

[startup+0.302016 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 26377
/proc/meminfo: memFree=1799884/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=3192 CPUtime=0.29
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 514 0 0 0 29 0 0 0 20 0 1 0 125126583 3268608 434 1992294400 134512640 136421960 4288139472 18446744073709551615 135378064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26377/statm: 798 434 146 467 0 329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3192

[startup+0.702062 s]
/proc/loadavg: 0.91 0.95 0.98 3/106 26377
/proc/meminfo: memFree=1799884/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=4896 CPUtime=0.69
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 971 0 0 0 69 0 0 0 20 0 1 0 125126583 5013504 793 1992294400 134512640 136421960 4288139472 18446744073709551615 135825835 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26377/statm: 1224 793 146 467 0 755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4896

[startup+1.50116 s]
/proc/loadavg: 0.91 0.95 0.98 2/107 26378
/proc/meminfo: memFree=1796156/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=33912 CPUtime=1.49
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 8252 0 0 0 145 4 0 0 23 0 1 0 125126583 34725888 7848 1992294400 134512640 136421960 4288139472 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 8478 7849 189 467 0 8009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33912

[startup+3.10134 s]
/proc/loadavg: 0.91 0.95 0.98 2/107 26378
/proc/meminfo: memFree=1706380/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=190324 CPUtime=3.09
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 49287 0 0 0 288 21 0 0 25 0 1 0 125126583 194891776 46387 1992294400 134512640 136421960 4288139472 18446744073709551615 134632331 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 47581 46387 195 467 0 47112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190324

[startup+6.30171 s]
/proc/loadavg: 0.92 0.95 0.98 2/107 26378
/proc/meminfo: memFree=1359552/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=464288 CPUtime=6.29
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 121642 0 0 0 582 47 0 0 25 0 1 0 125126583 475430912 114305 1992294400 134512640 136421960 4288139472 18446744073709551615 135006405 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 116072 114305 215 467 0 115603 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 464288

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.98 2/107 26378
/proc/meminfo: memFree=1329172/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=479340 CPUtime=12.69
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 125154 0 0 0 1203 66 0 0 25 0 1 0 125126583 490844160 117817 1992294400 134512640 136421960 4288139472 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 119835 117817 217 467 0 119366 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 479340

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.98 2/107 26380
/proc/meminfo: memFree=1297180/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=510912 CPUtime=25.49
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 133015 0 0 0 2465 84 0 0 25 0 1 0 125126583 523173888 125678 1992294400 134512640 136421960 4288139472 18446744073709551615 135010280 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 127728 125678 217 467 0 127259 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 510912

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.98 2/107 26380
/proc/meminfo: memFree=1239768/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=573628 CPUtime=51.07
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 147507 0 0 0 4999 108 0 0 25 0 1 0 125126583 587395072 140170 1992294400 134512640 136421960 4288139472 18446744073709551615 135006694 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 143407 140170 217 467 0 142938 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 573628

[startup+102.309 s]
/proc/loadavg: 0.98 0.96 0.98 2/107 26382
/proc/meminfo: memFree=1119116/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=696516 CPUtime=102.27
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 177326 0 0 0 10073 154 0 0 25 0 1 0 125126583 713232384 169989 1992294400 134512640 136421960 4288139472 18446744073709551615 135010229 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 174129 169989 217 467 0 173660 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 696516

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26382
/proc/meminfo: memFree=988172/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=828752 CPUtime=162.24
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 210204 0 0 0 16034 190 0 0 25 0 1 0 125126583 848642048 202867 1992294400 134512640 136421960 4288139472 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 207188 202867 217 467 0 206719 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 828752

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26384
/proc/meminfo: memFree=858344/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=959260 CPUtime=222.24
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 242401 0 0 0 21981 243 0 0 25 0 1 0 125126583 982282240 235064 1992294400 134512640 136421960 4288139472 18446744073709551615 134859688 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 239815 235064 217 467 0 239346 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 959260

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26386
/proc/meminfo: memFree=724300/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1103580 CPUtime=282.21
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 276194 0 0 0 27926 295 0 0 25 0 1 0 125126583 1130065920 268857 1992294400 134512640 136421960 4288139472 18446744073709551615 135805319 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 275895 268857 217 467 0 275426 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1103580

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26388
/proc/meminfo: memFree=609724/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1218948 CPUtime=342.2
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 304501 0 0 0 33908 312 0 0 25 0 1 0 125126583 1248202752 297164 1992294400 134512640 136421960 4288139472 18446744073709551615 135154976 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 304737 297164 217 467 0 304268 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1218948

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26390
/proc/meminfo: memFree=510896/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1318600 CPUtime=402.19
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 329364 0 0 0 39890 329 0 0 25 0 1 0 125126583 1350246400 322027 1992294400 134512640 136421960 4288139472 18446744073709551615 135020867 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 329650 322027 217 467 0 329181 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1318600

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26390
/proc/meminfo: memFree=399916/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1428964 CPUtime=462.17
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 356735 0 0 0 45843 374 0 0 25 0 1 0 125126583 1463259136 349398 1992294400 134512640 136421960 4288139472 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 357241 349398 217 467 0 356772 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 1428964

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26392
/proc/meminfo: memFree=306172/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1525480 CPUtime=522.16
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 380424 0 0 0 51797 419 0 0 25 0 1 0 125126583 1562091520 373087 1992294400 134512640 136421960 4288139472 18446744073709551615 135020787 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 381370 373087 217 467 0 380901 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1525480

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26394
/proc/meminfo: memFree=218256/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1614012 CPUtime=582.14
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 402151 0 0 0 57772 442 0 0 25 0 1 0 125126583 1652748288 394814 1992294400 134512640 136421960 4288139472 18446744073709551615 135020784 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 403503 394814 217 467 0 403034 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1614012

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26396
/proc/meminfo: memFree=114220/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1719808 CPUtime=642.12
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 427964 0 0 0 63723 489 0 0 25 0 1 0 125126583 1761083392 420627 1992294400 134512640 136421960 4288139472 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 429952 420627 217 467 0 429483 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1719808

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26398
/proc/meminfo: memFree=9364/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1835364 CPUtime=702.1
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 456215 0 0 0 69670 540 0 0 25 0 1 0 125126583 1879412736 448878 1992294400 134512640 136421960 4288139472 18446744073709551615 135020784 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 458841 448878 217 467 0 458372 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 1835364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+706.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26398
/proc/meminfo: memFree=10416/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=1843264 CPUtime=706.51
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4202496 458128 0 0 0 70106 545 0 0 25 0 1 0 125126583 1887502336 450791 1992294400 134512640 136421960 4288139472 18446744073709551615 135028864 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26377/statm: 460816 450791 217 467 0 460347 0
Current children cumulated CPU time (s) 706.51
Current children cumulated vsize (KiB) 1843264

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+706.809 s]
/proc/loadavg: 0.99 0.97 0.98 2/107 26398
/proc/meminfo: memFree=10416/2059040 swapFree=4138920/4192956
[pid=26377] ppid=26375 vsize=0 CPUtime=706.61
/proc/26377/stat : 26377 (pbct) R 26375 26377 26050 0 -1 4194308 458130 0 0 0 70106 555 0 0 25 0 1 0 125126583 0 0 1992294400 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26377/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 706.61
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 706.877
CPU time (s): 706.689
CPU user time (s): 701.067
CPU system time (s): 5.62115
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 1843264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 701.067
system time used= 5.62115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458130
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= 1
involuntary context switches= 969

runsolver used 1.12983 second user time and 3.38448 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-25 21:47:09
IDJOB=2683075
IDBENCH=3057
IDSOLVER=1192
FILE ID=node006/2683075-1277495229
PBS_JOBID= 11190559
Free space on /tmp= 62536 MiB

SOLVER NAME= PB/CT 0.1 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2683075-1277495229/watcher-2683075-1277495229 -o /tmp/evaluation-result-2683075-1277495229/solver-2683075-1277495229 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2683075-1277495229.opb

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

MD5SUM BENCH= 1dbba1ae61626910756854ad621cd3cd
RANDOM SEED=1062484757

node006.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.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		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800412 kB
Buffers:         44220 kB
Cached:         116136 kB
SwapCached:       6936 kB
Active:          38788 kB
Inactive:       135428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800412 kB
SwapTotal:     4192956 kB
SwapFree:      4138920 kB
Dirty:            6860 kB
Writeback:           0 kB
AnonPages:       12532 kB
Mapped:          11272 kB
Slab:            62396 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node006 at 2010-06-25 21:58:58