Trace number 2690186

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
wbo 1.4bWrong UNSAT 131.297 131.297

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552735--soft-33-100-0.wbo
MD5SUMd8302a34385139d2b71dca1f77dee50d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark510.762
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1802
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 739
Number of bits of the biggest sum of numbers10
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 wbo 1.4 beta - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690186-1277912115.wbo.
0.00/0.00	c Instance file HOME/instance-2690186-1277912115.wbo
0.00/0.00	c File size is 92312 bytes.
0.00/0.00	c Highest Coefficient sum: 739
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     231     2707     8338 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       101 |     231     2707     8338 |     5500      101     20 |  0.002 % |
0.00/0.01	c |       251 |     231     2707     8338 |     6050      251     24 |  0.002 % |
0.00/0.02	c |       479 |     231     2707     8338 |     6655      479     25 |  0.002 % |
0.00/0.03	c |       816 |     231     2707     8338 |     7320      816     32 |  0.002 % |
0.00/0.04	c |      1322 |     231     2707     8338 |     8052     1322     31 |  0.002 % |
0.00/0.07	c |      2081 |     231     2707     8338 |     8857     2081     33 |  0.002 % |
0.09/0.11	c |      3221 |     231     2707     8338 |     9743     3221     31 |  0.002 % |
0.09/0.18	c |      4930 |     231     2707     8338 |    10717     4930     32 |  0.002 % |
0.29/0.31	c |      7493 |     231     2707     8338 |    11789     7493     33 |  0.002 % |
0.49/0.53	c |     11338 |     231     2707     8338 |    12968    11338     34 |  0.002 % |
0.89/0.90	c |     17106 |     231     2707     8338 |    14265    10564     34 |  0.002 % |
1.38/1.49	c |     25755 |     231     2707     8338 |    15692    12024     36 |  0.002 % |
2.49/2.50	c |     38731 |     231     2707     8338 |    17261     9205     37 |  0.002 % |
4.09/4.13	c |     58193 |     231     2707     8338 |    18987    11302     39 |  0.002 % |
6.39/6.49	c |     87385 |     231     2707     8338 |    20886    11863     36 |  0.002 % |
10.09/10.16	c |    131175 |     231     2707     8338 |    22974    13647     39 |  0.002 % |
16.39/16.47	c |    196863 |     231     2707     8338 |    25272    21564     40 |  0.002 % |
26.39/26.46	c |    295389 |     231     2707     8338 |    27799    13998     40 |  0.002 % |
42.79/42.82	c |    443182 |     231     2707     8338 |    30579    19980     37 |  0.002 % |
67.69/67.74	c |    664867 |     231     2707     8338 |    33637    22815     39 |  0.002 % |
104.69/104.73	c |    997394 |     231     2707     8338 |    37001    18101     37 |  0.002 % |
131.19/131.28	s UNSATISFIABLE
131.19/131.28	c Total CPU time: 128.446 s
131.19/131.28	c ===============================================================================
131.19/131.28	c 
131.19/131.28	s UNSATISFIABLE

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-2690186-1277912115/watcher-2690186-1277912115 -o /tmp/evaluation-result-2690186-1277912115/solver-2690186-1277912115 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690186-1277912115.wbo 

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.04 3/196 12495
/proc/meminfo: memFree=31536084/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=2664 CPUtime=0
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 305 0 0 0 0 0 0 0 24 0 1 0 132507568 2727936 223 4089446400 134512640 135752675 4289944384 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 666 223 146 303 0 338 0

[startup+0.089951 s]
/proc/loadavg: 2.01 2.00 2.04 3/196 12495
/proc/meminfo: memFree=31536084/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=3496 CPUtime=0.07
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 541 0 0 0 7 0 0 0 24 0 1 0 132507568 3579904 436 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 874 436 144 303 0 569 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3496

[startup+0.100953 s]
/proc/loadavg: 2.01 2.00 2.04 3/196 12495
/proc/meminfo: memFree=31536084/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=3496 CPUtime=0.09
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 561 0 0 0 8 1 0 0 24 0 1 0 132507568 3579904 456 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 874 456 144 303 0 569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3496

[startup+0.30093 s]
/proc/loadavg: 2.01 2.00 2.04 3/196 12495
/proc/meminfo: memFree=31536084/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=4816 CPUtime=0.29
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 885 0 0 0 27 2 0 0 25 0 1 0 132507568 4931584 780 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 1204 780 144 303 0 899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4816

[startup+0.700866 s]
/proc/loadavg: 2.01 2.00 2.04 3/196 12495
/proc/meminfo: memFree=31536084/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=6796 CPUtime=0.69
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 1361 0 0 0 66 3 0 0 25 0 1 0 132507568 6959104 1256 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 1699 1256 144 303 0 1394 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6796

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12496
/proc/meminfo: memFree=31530000/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=10492 CPUtime=1.48
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 2292 0 0 0 142 6 0 0 25 0 1 0 132507568 10743808 2187 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 2623 2187 144 303 0 2318 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10492

[startup+3.10046 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12496
/proc/meminfo: memFree=31525412/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=16828 CPUtime=3.09
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 3887 0 0 0 297 12 0 0 25 0 1 0 132507568 17231872 3782 4089446400 134512640 135752675 4289944384 18446744073709551615 134612064 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 4207 3782 144 303 0 3902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16828

[startup+6.30092 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12496
/proc/meminfo: memFree=31513444/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=28468 CPUtime=6.29
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 6792 0 0 0 608 21 0 0 25 0 1 0 132507568 29151232 6687 4089446400 134512640 135752675 4289944384 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 7117 6687 144 303 0 6812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28468

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12496
/proc/meminfo: memFree=31489756/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=51196 CPUtime=12.69
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 12483 0 0 0 1232 37 0 0 25 0 1 0 132507568 52424704 12378 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 12799 12378 144 303 0 12494 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51196

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12498
/proc/meminfo: memFree=31449588/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=91248 CPUtime=25.49
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 22486 0 0 0 2482 67 0 0 25 0 1 0 132507568 93437952 22381 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 22812 22381 144 303 0 22507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91248

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.04 3/197 12498
/proc/meminfo: memFree=31378368/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=163040 CPUtime=51.09
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 40411 0 0 0 4991 118 0 0 25 0 1 0 132507568 166952960 40306 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 40760 40306 144 303 0 40455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163040

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.04 3/197 12500
/proc/meminfo: memFree=31235836/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=303160 CPUtime=102.29
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 75420 0 0 0 10004 225 0 0 25 0 1 0 132507568 310435840 75315 4089446400 134512640 135752675 4289944384 18446744073709551615 134612040 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 75790 75315 144 303 0 75485 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 303160

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

[startup+115.101 s]
/proc/loadavg: 2.05 2.01 2.04 3/197 12500
/proc/meminfo: memFree=31201964/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=338276 CPUtime=115.09
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 84220 0 0 0 11259 250 0 0 25 0 1 0 132507568 346394624 84115 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 84569 84115 144 303 0 84264 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 338276

[startup+121.5 s]
/proc/loadavg: 2.04 2.01 2.04 3/197 12500
/proc/meminfo: memFree=31185096/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=354784 CPUtime=121.49
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 88330 0 0 0 11885 264 0 0 25 0 1 0 132507568 363298816 88225 4089446400 134512640 135752675 4289944384 18446744073709551615 134611674 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 88696 88225 144 303 0 88391 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 354784

[startup+127.9 s]
/proc/loadavg: 2.04 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31167480/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=371952 CPUtime=127.89
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 92643 0 0 0 12512 277 0 0 25 0 1 0 132507568 380878848 92538 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 92988 92538 144 303 0 92683 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 371952

[startup+129.5 s]
/proc/loadavg: 2.04 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31164628/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=376572 CPUtime=129.49
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 93773 0 0 0 12669 280 0 0 25 0 1 0 132507568 385609728 93668 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 94143 93668 144 303 0 93838 0
Current children cumulated CPU time (s) 129.49
Current children cumulated vsize (KiB) 376572

[startup+130.301 s]
/proc/loadavg: 2.04 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31161156/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=378816 CPUtime=130.29
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 94333 0 0 0 12747 282 0 0 25 0 1 0 132507568 387907584 94228 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 94704 94228 144 303 0 94399 0
Current children cumulated CPU time (s) 130.29
Current children cumulated vsize (KiB) 378816

[startup+130.701 s]
/proc/loadavg: 2.04 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31161156/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=379740 CPUtime=130.69
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 94584 0 0 0 12787 282 0 0 25 0 1 0 132507568 388853760 94479 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 94935 94479 144 303 0 94630 0
Current children cumulated CPU time (s) 130.69
Current children cumulated vsize (KiB) 379740

[startup+131.101 s]
/proc/loadavg: 2.03 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31158180/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=380664 CPUtime=131.09
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 94795 0 0 0 12826 283 0 0 25 0 1 0 132507568 389799936 94690 4089446400 134512640 135752675 4289944384 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 95166 94690 144 303 0 94861 0
Current children cumulated CPU time (s) 131.09
Current children cumulated vsize (KiB) 380664

[startup+131.201 s]
/proc/loadavg: 2.03 2.01 2.03 3/197 12500
/proc/meminfo: memFree=31158180/32951124 swapFree=67111528/67111528
[pid=12495] ppid=12493 vsize=380796 CPUtime=131.19
/proc/12495/stat : 12495 (wbo1.4b) R 12493 12495 10850 0 -1 4202496 94838 0 0 0 12836 283 0 0 25 0 1 0 132507568 389935104 94733 4089446400 134512640 135752675 4289944384 18446744073709551615 134597942 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12495/statm: 95199 94733 144 303 0 94894 0
Current children cumulated CPU time (s) 131.19
Current children cumulated vsize (KiB) 380796

Child status: 0
Real time (s): 131.297
CPU time (s): 131.297
CPU user time (s): 128.446
CPU system time (s): 2.85057
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 380796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.446
system time used= 2.85057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94877
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= 100

runsolver used 0.178972 second user time and 0.423935 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 17:35:15
IDJOB=2690186
IDBENCH=78994
IDSOLVER=1201
FILE ID=node130/2690186-1277912115
PBS_JOBID= 11197197
Free space on /tmp= 74212 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552735--soft-33-100-0.wbo
COMMAND LINE= wbo1.4b -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690186-1277912115/watcher-2690186-1277912115 -o /tmp/evaluation-result-2690186-1277912115/solver-2690186-1277912115 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690186-1277912115.wbo

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

MD5SUM BENCH= d8302a34385139d2b71dca1f77dee50d
RANDOM SEED=1886855282

node130.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31536860 kB
Buffers:        198560 kB
Cached:         963876 kB
SwapCached:          0 kB
Active:         574496 kB
Inactive:       697116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31536860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:      108716 kB
Mapped:          20556 kB
Slab:            78080 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node130 at 2010-06-30 17:37:26