Trace number 3460703

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
wbo 1.6? (TO) 1800.24 1800.17

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
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.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3460703-1307108432.opb.
0.00/0.00	c Instance file HOME/instance-3460703-1307108432.opb
0.00/0.00	c File size is 12066143 bytes.
0.79/0.84	c Highest Coefficient sum: 3178
0.79/0.84	c ============================[ Problem Statistics ]=============================
0.79/0.84	c |                                                                             |
0.79/0.84	c |  Parsing time:          0.82         s                                      |
0.79/0.84	c |  Number Variables:      99789                                               |
0.79/0.84	c |  Number Clauses:        388955                                              |
0.79/0.84	c |  Number Cardinality:    1                                                   |
0.79/0.84	c |  Number PB Constraints: 0                                                   |
0.89/1.01	c ============================[ Search Statistics ]==============================
0.89/1.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/1.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.89/1.01	c ===============================================================================
0.89/1.01	c |         0 |   99784   388956   978150 |   129652        0   -nan |  0.000 % |
1.99/2.06	c core #1
1.99/2.06	c 
1.99/2.06	c 
1.99/2.06	c Core size: 715	Core Weight: 1	Total Weight: 6
1.99/2.06	c Current CPU time: 1.12083 s
1.99/2.06	c
1.99/2.06	c core #2
1.99/2.06	c 
1.99/2.06	c 
1.99/2.06	c Core size: 172	Core Weight: 1	Total Weight: 7
1.99/2.06	c Current CPU time: 1.26481 s
1.99/2.06	c
1.99/2.06	c core #3
1.99/2.06	c 
1.99/2.06	c 
1.99/2.06	c Core size: 2994	Core Weight: 1	Total Weight: 8
1.99/2.06	c Current CPU time: 1.45778 s
1.99/2.06	c
1.99/2.06	c core #4
1.99/2.06	c 
1.99/2.06	c 
1.99/2.06	c Core size: 748	Core Weight: 1	Total Weight: 9
1.99/2.06	c Current CPU time: 1.63275 s
1.99/2.06	c
1.99/2.06	c core #5
1.99/2.06	c 
1.99/2.06	c 
1.99/2.06	c Core size: 183	Core Weight: 1	Total Weight: 10
1.99/2.06	c Current CPU time: 1.81972 s
1.99/2.06	c
1.99/2.06	c ============================[ Search Statistics ]==============================
1.99/2.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.06	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.99/2.06	c ===============================================================================
1.99/2.06	c |         0 |   78470   392018   972528 |   130672        0   -nan |  0.000 % |
1.99/2.12	c ===============================================================================
2.29/2.31	c core #6
2.29/2.31	c 
2.29/2.31	c 
2.29/2.31	c Core size: 1668	Core Weight: 1	Total Weight: 11
2.29/2.31	c Current CPU time: 2.05869 s
2.29/2.31	c
2.29/2.31	c ============================[ Search Statistics ]==============================
2.29/2.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.31	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
2.29/2.31	c ===============================================================================
2.29/2.31	c |         0 |   81066   392019   975188 |   130673        0   -nan |  0.000 % |
2.49/2.55	c ===============================================================================
2.69/2.73	c core #7
2.69/2.73	c 
2.69/2.73	c 
2.69/2.73	c Core size: 3985	Core Weight: 1	Total Weight: 12
2.69/2.73	c Current CPU time: 2.49362 s
2.69/2.73	c
2.69/2.73	c ============================[ Search Statistics ]==============================
2.69/2.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.73	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
2.69/2.73	c ===============================================================================
2.69/2.73	c |         0 |  102953   392020   987712 |   130673        0   -nan |  0.000 % |
2.89/2.94	c |       104 |  102941   392020   987712 |   143740      104     67 |  0.567 % |
3.31/3.36	c ===============================================================================
3.49/3.54	c core #8
3.49/3.54	c 
3.49/3.54	c 
3.49/3.54	c Core size: 549	Core Weight: 1	Total Weight: 13
3.49/3.54	c Current CPU time: 3.2565 s
3.49/3.54	c
3.49/3.54	c ============================[ Search Statistics ]==============================
3.49/3.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.49/3.54	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
3.49/3.54	c ===============================================================================
3.49/3.54	c |         0 |  103514   392021   988740 |   130673        0   -nan |  0.000 % |
3.99/4.03	c |       100 |  103514   392021   988740 |   143741      100     42 |  0.005 % |
4.41/4.47	c |       250 |  103510   392021   988740 |   158115      250    445 |  0.009 % |
5.29/5.36	c |       476 |  103375   392021   988740 |   173926      476    657 |  0.139 % |
7.71/7.74	c |       813 |  103325   392021   988740 |   191319      813   1389 |  0.187 % |
11.39/11.49	c |      1321 |  103066   392021   988740 |   210451     1321   1442 |  0.438 % |
16.99/17.04	c |      2080 |  102583   392021   988740 |   231496     2080   1702 |  0.905 % |
26.99/27.01	c |      3221 |  101958   392021   988740 |   254646     3221   2031 |  1.537 % |
45.49/45.52	c |      4929 |  101347   392021   988740 |   280110     4929   2495 |  2.231 % |
63.99/64.08	c |      7491 |  100692   392021   988740 |   308121     7491   2211 |  2.731 % |
96.39/96.47	c |     11335 |   99486   392021   988740 |   338933    11335   2188 |  3.965 % |
158.60/158.65	c |     17101 |   97589   392021   988740 |   372827    17101   2448 |  6.001 % |
299.31/299.36	c |     25752 |   94080   392021   988740 |   410109    25752   3126 |  9.118 % |
474.71/474.76	c |     38728 |   91713   392021   988740 |   451120    38728   5871 | 11.445 % |
547.41/547.46	c ===============================================================================
547.91/547.94	c core #9
547.91/547.94	c 
547.91/547.94	c 
547.91/547.94	c Core size: 18088	Core Weight: 1	Total Weight: 14
547.91/547.94	c Current CPU time: 535.171 s
547.91/547.94	c
547.91/547.94	c ============================[ Search Statistics ]==============================
547.91/547.94	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
547.91/547.94	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
547.91/547.94	c ===============================================================================
547.91/547.94	c |         0 |  105598   392108   993083 |   130702        0   -nan |  0.000 % |
548.12/548.17	c |       100 |  105598   392108   993083 |   143772      100    591 |  0.005 % |
548.62/548.63	c |       252 |  105598   392108   993083 |   158150      252   1273 |  0.005 % |
548.93/548.98	c |       477 |  105598   392108   993083 |   173965      477    924 |  0.005 % |
549.52/549.56	c |       814 |  105598   392108   993083 |   191361      814    721 |  0.005 % |
551.72/551.71	c |      1320 |  105598   392108   993083 |   210497     1320    686 |  0.005 % |
553.11/553.10	c |      2080 |  105598   392108   993083 |   231547     2080   1909 |  0.005 % |
555.01/555.06	c |      3219 |  105598   392108   993083 |   254702     3219   2323 |  0.005 % |
556.21/556.28	c |      4930 |  105598   392108   993083 |   280172     4930   2004 |  0.005 % |
560.41/560.48	c |      7492 |  105598   392108   993083 |   308190     7492   3117 |  0.005 % |
578.42/578.49	c |     11338 |  105598   392108   993083 |   339009    11338   2532 |  0.005 % |
611.22/611.27	c |     17106 |  105597   392108   993083 |   372909    17106   2499 |  0.006 % |
656.12/656.16	c |     25756 |  105588   392108   993083 |   410200    25756   2457 |  0.014 % |
763.82/763.83	c |     38731 |  105587   392108   993083 |   451221    38731   4180 |  0.015 % |
888.92/888.96	c |     58192 |  105548   392108   993083 |   496343    58192   3964 |  0.053 % |
1141.44/1141.42	c |     87384 |  105470   392108   993083 |   545977    87384   4494 |  0.126 % |
1394.64/1394.66	c |    131173 |  105415   392108   993083 |   600575   131173   4496 |  0.181 % |
1522.47/1522.42	c |    196857 |  105412   392108   993083 |   660632   196857   3702 |  0.185 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3460703-1307108432/watcher-3460703-1307108432 -o /tmp/evaluation-result-3460703-1307108432/solver-3460703-1307108432 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3460703-1307108432.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.00 2/554 4563
/proc/meminfo: memFree=24907164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=15124 CPUtime=0 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 593 0 0 0 0 0 0 0 21 0 1 0 822440313 15486976 546 33554432000 4194304 5714214 140735192494608 18446744073709551615 4315676 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 3781 547 179 372 0 460 0

[startup+0.034899 s]
/proc/loadavg: 1.97 2.03 2.00 2/554 4563
/proc/meminfo: memFree=24907164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=17680 CPUtime=0.03 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 1308 0 0 0 3 0 0 0 21 0 1 0 822440313 18104320 1261 33554432000 4194304 5714214 140735192494608 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 4420 1261 280 372 0 1099 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17680

[startup+0.100886 s]
/proc/loadavg: 1.97 2.03 2.00 2/554 4563
/proc/meminfo: memFree=24907164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=22180 CPUtime=0.09 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 2702 0 0 0 9 0 0 0 21 0 1 0 822440313 22712320 2589 33554432000 4194304 5714214 140735192494608 18446744073709551615 4228656 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 5545 2589 523 372 0 2224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22180

[startup+0.300839 s]
/proc/loadavg: 1.97 2.03 2.00 2/554 4563
/proc/meminfo: memFree=24907164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=37284 CPUtime=0.29 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 7049 0 0 0 29 0 0 0 22 0 1 0 822440313 38178816 6588 33554432000 4194304 5714214 140735192494608 18446744073709551615 4222912 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 9321 6588 1226 372 0 6000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37284

[startup+0.70077 s]
/proc/loadavg: 1.97 2.03 2.00 2/554 4563
/proc/meminfo: memFree=24907164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=63164 CPUtime=0.69 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 14993 0 0 0 68 1 0 0 24 0 1 0 822440313 64679936 14049 33554432000 4194304 5714214 140735192494608 18446744073709551615 4228051 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 15791 14050 2635 372 0 12470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63164

[startup+1.50063 s]
/proc/loadavg: 1.97 2.03 2.00 3/555 4564
/proc/meminfo: memFree=24792232/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=156420 CPUtime=1.49 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 48433 0 0 0 144 5 0 0 18 0 1 0 822440313 160174080 38279 33554432000 4194304 5714214 140735192494608 18446744073709551615 4956403 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 39105 38279 176 372 0 38730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156420

[startup+3.10031 s]
/proc/loadavg: 1.97 2.03 2.00 3/555 4564
/proc/meminfo: memFree=24743252/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=168884 CPUtime=3.09 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 51717 0 0 0 301 8 0 0 21 0 1 0 822440313 172937216 41563 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 42221 41563 180 372 0 41846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 168884

[startup+6.30069 s]
/proc/loadavg: 1.98 2.03 2.00 3/555 4564
/proc/meminfo: memFree=24738324/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=168884 CPUtime=6.29 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 51717 0 0 0 595 34 0 0 25 0 1 0 822440313 172937216 41563 33554432000 4194304 5714214 140735192494608 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 42221 41563 180 372 0 41846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168884

[startup+12.7005 s]
/proc/loadavg: 1.98 2.03 2.00 3/555 4564
/proc/meminfo: memFree=24737104/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=168884 CPUtime=12.69 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 51717 0 0 0 1155 114 0 0 25 0 1 0 822440313 172937216 41563 33554432000 4194304 5714214 140735192494608 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 42221 41563 180 372 0 41846 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168884

[startup+25.501 s]
/proc/loadavg: 1.98 2.03 2.00 3/555 4564
/proc/meminfo: memFree=24736684/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=168884 CPUtime=25.49 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 51717 0 0 0 2349 200 0 0 25 0 1 0 822440313 172937216 41563 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 42221 41563 180 372 0 41846 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 168884

[startup+51.1011 s]
/proc/loadavg: 1.99 2.02 2.00 3/555 4565
/proc/meminfo: memFree=24701036/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=202584 CPUtime=51.1 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 60267 0 0 0 4785 325 0 0 25 0 1 0 822440313 207446016 50113 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319384 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 50646 50113 180 372 0 50271 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 202584

[startup+102.321 s]
/proc/loadavg: 1.99 2.02 2.00 3/555 4566
/proc/meminfo: memFree=24645156/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=252024 CPUtime=102.31 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 72642 0 0 0 9712 519 0 0 25 0 1 0 822440313 258072576 62488 33554432000 4194304 5714214 140735192494608 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 63006 62488 180 372 0 62631 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 252024

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/555 4568
/proc/meminfo: memFree=24575808/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=317088 CPUtime=162.29 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 88897 0 0 0 15534 695 0 0 25 0 1 0 822440313 324698112 78743 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 79272 78743 180 372 0 78897 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 317088

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/555 4570
/proc/meminfo: memFree=24516632/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=368612 CPUtime=222.3 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 101755 0 0 0 21409 821 0 0 25 0 1 0 822440313 377458688 91601 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 92153 91601 180 372 0 91778 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 368612

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/555 4571
/proc/meminfo: memFree=24438232/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=444104 CPUtime=282.3 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 120635 0 0 0 27304 926 0 0 25 0 1 0 822440313 454762496 110481 33554432000 4194304 5714214 140735192494608 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 111026 110481 180 372 0 110651 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 444104

[startup+342.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/555 4573
/proc/meminfo: memFree=24326592/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=550512 CPUtime=342.31 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 147218 0 0 0 33215 1016 0 0 25 0 1 0 822440313 563724288 137064 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 137628 137064 180 372 0 137253 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 550512

[startup+402.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/555 4574
/proc/meminfo: memFree=24077320/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=796640 CPUtime=402.3 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 208741 0 0 0 39120 1110 0 0 25 0 1 0 822440313 815759360 198587 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 199160 198587 180 372 0 198785 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 796640

[startup+462.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/555 4576
/proc/meminfo: memFree=23876780/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=987212 CPUtime=462.31 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 256404 0 0 0 45056 1175 0 0 25 0 1 0 822440313 1010905088 246250 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 246803 246250 180 372 0 246428 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 987212

[startup+522.301 s]
/proc/loadavg: 1.52 1.91 1.96 2/549 4596
/proc/meminfo: memFree=23809268/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1248108 CPUtime=522.31 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 321581 0 0 0 50991 1240 0 0 25 0 1 0 822440313 1278062592 311427 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 312027 311427 180 372 0 311652 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1248108

[startup+582.3 s]
/proc/loadavg: 1.19 1.74 1.90 2/549 4597
/proc/meminfo: memFree=23675700/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1378284 CPUtime=582.32 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 353236 0 0 0 56892 1340 0 0 25 0 1 0 822440313 1411362816 343082 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 344571 343082 180 372 0 344196 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1378284

[startup+642.301 s]

################
# More data... #
################

[startup+882.301 s]
/proc/loadavg: 1.14 1.31 1.65 2/549 4605
/proc/meminfo: memFree=23675388/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1378284 CPUtime=882.33 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 353290 0 0 0 86559 1674 0 0 25 0 1 0 822440313 1411362816 343136 33554432000 4194304 5714214 140735192494608 18446744073709551615 4200768 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 344571 343136 180 372 0 344196 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1378284

[startup+942.3 s]
/proc/loadavg: 1.05 1.25 1.61 2/549 4607
/proc/meminfo: memFree=23675972/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1378284 CPUtime=942.32 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 353309 0 0 0 92491 1741 0 0 25 0 1 0 822440313 1411362816 343155 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319968 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 344571 343155 180 372 0 344196 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1378284

[startup+1002.3 s]
/proc/loadavg: 1.02 1.20 1.57 2/549 4608
/proc/meminfo: memFree=23675816/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1378284 CPUtime=1002.34 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 353313 0 0 0 98448 1786 0 0 25 0 1 0 822440313 1411362816 343159 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319422 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 344571 343159 180 372 0 344196 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1378284

[startup+1062.3 s]
/proc/loadavg: 1.00 1.16 1.53 2/549 4610
/proc/meminfo: memFree=23552284/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1502252 CPUtime=1062.33 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 384271 0 0 0 104396 1837 0 0 25 0 1 0 822440313 1538306048 374117 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 375563 374117 180 372 0 375188 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1502252

[startup+1122.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/549 4612
/proc/meminfo: memFree=23372324/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1683668 CPUtime=1122.34 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 429616 0 0 0 110358 1876 0 0 25 0 1 0 822440313 1724076032 419462 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 420917 419462 180 372 0 420542 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 1683668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.46 2/549 4613
/proc/meminfo: memFree=23209220/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=1846220 CPUtime=1182.34 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 470236 0 0 0 116330 1904 0 0 25 0 1 0 822440313 1890529280 460082 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319758 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 461555 460082 180 372 0 461180 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 1846220

[startup+1242.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/549 4624
/proc/meminfo: memFree=23014492/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=2040688 CPUtime=1242.34 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 518776 0 0 0 122295 1939 0 0 25 0 1 0 822440313 2089664512 508622 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 510172 508622 180 372 0 509797 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2040688

[startup+1302.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/549 4625
/proc/meminfo: memFree=22858744/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=2193160 CPUtime=1302.35 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 556884 0 0 0 128272 1963 0 0 25 0 1 0 822440313 2245795840 546730 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 548290 546730 180 372 0 547915 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 2193160

[startup+1362.3 s]
/proc/loadavg: 1.10 1.08 1.38 2/549 4627
/proc/meminfo: memFree=22646164/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=2408788 CPUtime=1362.35 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 610784 0 0 0 134241 1994 0 0 25 0 1 0 822440313 2466598912 600630 33554432000 4194304 5714214 140735192494608 18446744073709551615 4311917 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 602197 600630 180 372 0 601822 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 2408788

[startup+1422.32 s]
/proc/loadavg: 1.08 1.08 1.36 2/549 4631
/proc/meminfo: memFree=22390316/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=2662252 CPUtime=1422.37 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 674071 0 0 0 140183 2054 0 0 25 0 1 0 822440313 2726146048 663917 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 665563 663917 180 372 0 665188 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 2662252

[startup+1482.3 s]
/proc/loadavg: 1.03 1.06 1.34 2/549 4633
/proc/meminfo: memFree=22135532/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=2919672 CPUtime=1482.35 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 738480 0 0 0 146137 2098 0 0 25 0 1 0 822440313 2989744128 728326 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 729918 728326 180 372 0 729543 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 2919672

[startup+1542.3 s]
/proc/loadavg: 1.01 1.05 1.31 2/549 4635
/proc/meminfo: memFree=21850560/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3200964 CPUtime=1542.35 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 808734 0 0 0 152102 2133 0 0 25 0 1 0 822440313 3277787136 798580 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 800241 798580 180 372 0 799866 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3200964

[startup+1602.3 s]
/proc/loadavg: 1.00 1.04 1.29 2/549 4636
/proc/meminfo: memFree=21759888/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3294568 CPUtime=1602.35 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 832111 0 0 0 158090 2145 0 0 25 0 1 0 822440313 3373637632 821957 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 823642 821957 180 372 0 823267 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3294568

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.27 2/549 4638
/proc/meminfo: memFree=21586496/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3467076 CPUtime=1662.36 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 875253 0 0 0 164058 2178 0 0 25 0 1 0 822440313 3550285824 865099 33554432000 4194304 5714214 140735192494608 18446744073709551615 4311911 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 866769 865099 180 372 0 866394 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 3467076

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/549 4640
/proc/meminfo: memFree=21423516/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3631200 CPUtime=1722.36 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 916040 0 0 0 170027 2209 0 0 25 0 1 0 822440313 3718348800 905886 33554432000 4194304 5714214 140735192494608 18446744073709551615 4305219 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 907800 905906 180 372 0 907425 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 3631200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/549 4641
/proc/meminfo: memFree=21266624/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3786632 CPUtime=1782.36 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 954926 0 0 0 176011 2225 0 0 25 0 1 0 822440313 3877511168 944772 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 946658 944772 180 372 0 946283 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 3786632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.01 1.23 2/549 4642
/proc/meminfo: memFree=21216632/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=3834656 CPUtime=1800.07 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4202496 966896 0 0 0 177777 2230 0 0 25 0 1 0 822440313 3926687744 956742 33554432000 4194304 5714214 140735192494608 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/4563/statm: 958664 956742 180 372 0 958289 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3834656

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

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

[startup+1800.12 s]
/proc/loadavg: 1.00 1.01 1.23 2/549 4642
/proc/meminfo: memFree=21216632/32950928 swapFree=67056580/67111528
[pid=4563] ppid=4561 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/4563/stat : 4563 (wbo1.6) R 4561 4563 3492 0 -1 4203524 966896 0 0 0 177779 2240 0 0 25 0 1 0 822440313 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/4563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.17
CPU time (s): 1800.24
CPU user time (s): 1777.79
CPU system time (s): 22.4506
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3834656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.79
system time used= 22.4506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966896
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= 6
involuntary context switches= 1407

runsolver used 8.75667 second user time and 24.0053 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-03 15:40:32
IDJOB=3460703
IDBENCH=25013
IDSOLVER=1953
FILE ID=node148/3460703-1307108432
RUNJOBID= node148-1307092688-3517
PBS_JOBID= 13497980
Free space on /tmp= 73848 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3460703-1307108432/watcher-3460703-1307108432 -o /tmp/evaluation-result-3460703-1307108432/solver-3460703-1307108432 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3460703-1307108432.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=240996439

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.854
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.75
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.854
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.854
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	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24907444 kB
Buffers:        228064 kB
Cached:         540408 kB
SwapCached:       7908 kB
Active:        7301152 kB
Inactive:       434864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24907444 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           15928 kB
Writeback:           0 kB
AnonPages:     6966116 kB
Mapped:          44524 kB
Slab:           179372 kB
PageTables:      58196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170518624 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= 73852 MiB
End job on node148 at 2011-06-03 16:10:35