Trace number 3727580

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.72? 1799.93 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
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 ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727580-1338662153.opb.
0.00/0.00	c Instance file HOME/instance-3727580-1338662153.opb
0.00/0.00	c File size is 7732 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4389
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      146                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3727580-1338662153/watcher-3727580-1338662153 -o /tmp/evaluation-result-3727580-1338662153/solver-3727580-1338662153 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727580-1338662153.opb 

running on 4 cores: 0,2,4,6

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: 2.05 2.01 2.00 3/177 7168
/proc/meminfo: memFree=27096284/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 771 0 0 0 0 0 0 0 20 0 2 0 332339393 85708800 722 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20925 722 189 433 0 20489 0
[pid=7168/tid=7169] ppid=7166 vsize=83700 CPUtime=0 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 2 0 332339394 85708800 722 33554432000 4194304 5964350 140733593823728 140734829548744 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.032018 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7168
/proc/meminfo: memFree=27096284/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83700 CPUtime=0.02 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 850 0 0 0 2 0 0 0 20 0 2 0 332339393 85708800 801 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20925 801 191 433 0 20489 0
[pid=7168/tid=7169] ppid=7166 vsize=83700 CPUtime=0.01 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 2 0 332339394 85708800 801 33554432000 4194304 5964350 140733593823728 140734829548744 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83700

[startup+0.100292 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7168
/proc/meminfo: memFree=27096284/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83700 CPUtime=0.09 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 1023 0 0 0 9 0 0 0 20 0 2 0 332339393 85708800 974 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20925 975 191 433 0 20489 0
[pid=7168/tid=7169] ppid=7166 vsize=83700 CPUtime=0.08 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 314 0 0 0 8 0 0 0 20 0 2 0 332339394 85708800 975 33554432000 4194304 5964350 140733593823728 140734829548744 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83700

[startup+0.300252 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7168
/proc/meminfo: memFree=27096284/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83700 CPUtime=0.29 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 1447 0 0 0 29 0 0 0 20 0 2 0 332339393 85708800 1398 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20925 1398 191 433 0 20489 0
[pid=7168/tid=7169] ppid=7166 vsize=83700 CPUtime=0.28 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 737 0 0 0 28 0 0 0 20 0 2 0 332339394 85708800 1398 33554432000 4194304 5964350 140733593823728 140734829548744 4403647 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83700

[startup+0.700253 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 7168
/proc/meminfo: memFree=27096284/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83700 CPUtime=0.69 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 2088 0 0 0 69 0 0 0 20 0 2 0 332339393 85708800 2039 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20925 2039 191 433 0 20489 0
[pid=7168/tid=7169] ppid=7166 vsize=83700 CPUtime=0.68 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 1379 0 0 0 68 0 0 0 20 0 2 0 332339394 85708800 2040 33554432000 4194304 5964350 140733593823728 140734829548744 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83700

[startup+1.50026 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27089052/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83844 CPUtime=1.49 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 2552 0 0 0 149 0 0 0 20 0 2 0 332339393 85856256 2503 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20961 2503 191 433 0 20525 0
[pid=7168/tid=7169] ppid=7166 vsize=83844 CPUtime=1.48 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 1842 0 0 0 148 0 0 0 20 0 2 0 332339394 85856256 2503 33554432000 4194304 5964350 140733593823728 139693069162488 4403647 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83844

[startup+3.10024 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27085308/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=83916 CPUtime=3.08 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 3406 0 0 0 308 0 0 0 20 0 2 0 332339393 85929984 3357 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 20979 3357 191 433 0 20543 0
[pid=7168/tid=7169] ppid=7166 vsize=83916 CPUtime=3.08 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 2696 0 0 0 308 0 0 0 20 0 2 0 332339394 85929984 3357 33554432000 4194304 5964350 140733593823728 139693069162296 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83916

[startup+6.30026 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27077992/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=84024 CPUtime=6.29 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 5371 0 0 0 628 1 0 0 20 0 2 0 332339393 86040576 5322 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 21006 5322 191 433 0 20570 0
[pid=7168/tid=7169] ppid=7166 vsize=84024 CPUtime=6.28 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 4661 0 0 0 627 1 0 0 20 0 2 0 332339394 86040576 5322 33554432000 4194304 5964350 140733593823728 139693069162536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84024

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27066368/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=84184 CPUtime=12.69 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 7944 0 0 0 1267 2 0 0 20 0 2 0 332339393 86204416 7895 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 21046 7895 191 433 0 20610 0
[pid=7168/tid=7169] ppid=7166 vsize=84184 CPUtime=12.68 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 7234 0 0 0 1266 2 0 0 20 0 2 0 332339394 86204416 7895 33554432000 4194304 5964350 140733593823728 139693069162536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84184

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27054660/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=84472 CPUtime=25.49 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 10254 0 0 0 2546 3 0 0 20 0 2 0 332339393 86499328 10209 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 21118 10209 191 433 0 20682 0
[pid=7168/tid=7169] ppid=7166 vsize=84472 CPUtime=25.48 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 9544 0 0 0 2545 3 0 0 20 0 2 0 332339394 86499328 10209 33554432000 4194304 5964350 140733593823728 139693069162536 4381916 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84472

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7170
/proc/meminfo: memFree=27028340/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=85000 CPUtime=51.07 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 16720 0 0 0 5100 7 0 0 20 0 2 0 332339393 87040000 16705 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 21250 16705 191 433 0 20814 0
[pid=7168/tid=7169] ppid=7166 vsize=85000 CPUtime=51.07 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 16010 0 0 0 5099 8 0 0 20 0 2 0 332339394 87040000 16705 33554432000 4194304 5964350 140733593823728 139693069162488 4399895 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85000

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7170
/proc/meminfo: memFree=26971500/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=152480 CPUtime=102.26 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 24906 0 0 0 10213 13 0 0 20 0 2 0 332339393 156139520 25097 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 38120 25097 191 433 0 37684 0
[pid=7168/tid=7169] ppid=7166 vsize=152480 CPUtime=102.27 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 24196 0 0 0 10212 15 0 0 20 0 2 0 332339394 156139520 25097 33554432000 4194304 5964350 140733593823728 139693069162488 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152480

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7171
/proc/meminfo: memFree=26915064/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=153092 CPUtime=162.24 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 31966 0 0 0 16207 17 0 0 20 0 2 0 332339393 156766208 32157 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 38273 32157 191 433 0 37837 0
[pid=7168/tid=7169] ppid=7166 vsize=153092 CPUtime=162.27 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 31256 0 0 0 16207 20 0 0 20 0 2 0 332339394 156766208 32157 33554432000 4194304 5964350 140733593823728 139693069162536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153092

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7171
/proc/meminfo: memFree=26851908/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=220480 CPUtime=222.24 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 37030 0 0 0 22202 22 0 0 20 0 2 0 332339393 225771520 37221 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 55120 37221 191 433 0 54684 0
[pid=7168/tid=7169] ppid=7166 vsize=220480 CPUtime=222.27 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 36320 0 0 0 22201 26 0 0 20 0 2 0 332339394 225771520 37221 33554432000 4194304 5964350 140733593823728 139693069162488 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 220480

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7174
/proc/meminfo: memFree=26823716/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=222316 CPUtime=282.23 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 42505 0 0 0 28195 28 0 0 20 0 2 0 332339393 227651584 42696 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 55579 42696 191 433 0 55143 0
[pid=7168/tid=7169] ppid=7166 vsize=222316 CPUtime=282.28 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 41795 0 0 0 28195 33 0 0 20 0 2 0 332339394 227651584 42696 33554432000 4194304 5964350 140733593823728 139693069162008 4400321 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 222316

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7174
/proc/meminfo: memFree=26764948/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=223160 CPUtime=342.22 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 47488 0 0 0 34190 32 0 0 20 0 2 0 332339393 228515840 47679 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 55790 47679 191 433 0 55354 0
[pid=7168/tid=7169] ppid=7166 vsize=223160 CPUtime=342.28 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 46778 0 0 0 34190 38 0 0 20 0 2 0 332339394 228515840 47679 33554432000 4194304 5964350 140733593823728 139693069162488 4399921 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 223160

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7174
/proc/meminfo: memFree=26748708/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=223664 CPUtime=402.21 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 50830 0 0 0 40187 34 0 0 20 0 2 0 332339393 229031936 51021 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 105818 0 0 0 130109 113 0 0 20 0 2 0 332339394 512020480 107118 33554432000 4194304 5964350 140733593823728 139693069162488 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 500020

[startup+1362.3 s]
/proc/loadavg: 2.00 2.11 2.12 3/179 7220
/proc/meminfo: memFree=27005156/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=500092 CPUtime=1361.91 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 113549 0 0 0 136091 100 0 0 20 0 2 0 332339393 512094208 114119 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 125023 114119 191 433 0 124587 0
[pid=7168/tid=7169] ppid=7166 vsize=500092 CPUtime=1362.2 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 112839 0 0 0 136099 121 0 0 20 0 2 0 332339394 512094208 114119 33554432000 4194304 5964350 140733593823728 139693069162488 4379231 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 500092

[startup+1422.3 s]
/proc/loadavg: 2.00 2.08 2.11 3/179 7221
/proc/meminfo: memFree=27005036/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=500200 CPUtime=1421.9 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 113562 0 0 0 142090 100 0 0 20 0 2 0 332339393 512204800 114132 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 125050 114132 191 433 0 124614 0
[pid=7168/tid=7169] ppid=7166 vsize=500200 CPUtime=1422.21 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 112852 0 0 0 142099 122 0 0 20 0 2 0 332339394 512204800 114132 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 500200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/180 7224
/proc/meminfo: memFree=26976888/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=501372 CPUtime=1481.9 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 119949 0 0 0 148082 108 0 0 20 0 2 0 332339393 513404928 120519 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 125343 120519 191 433 0 124907 0
[pid=7168/tid=7169] ppid=7166 vsize=501372 CPUtime=1482.21 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 119239 0 0 0 148090 131 0 0 20 0 2 0 332339394 513404928 120519 33554432000 4194304 5964350 140733593823728 139693069162488 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 501372

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/180 7247
/proc/meminfo: memFree=26955676/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=566980 CPUtime=1541.89 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 121925 0 0 0 154079 110 0 0 20 0 2 0 332339393 580587520 122495 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 141745 122495 191 433 0 141309 0
[pid=7168/tid=7169] ppid=7166 vsize=566980 CPUtime=1542.21 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 121215 0 0 0 154087 134 0 0 20 0 2 0 332339394 580587520 122495 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 566980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.08 3/179 7247
/proc/meminfo: memFree=26940504/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=567196 CPUtime=1601.88 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 122328 0 0 0 160078 110 0 0 20 0 2 0 332339393 580808704 122898 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 141799 122898 191 433 0 141363 0
[pid=7168/tid=7169] ppid=7166 vsize=567196 CPUtime=1602.22 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 121618 0 0 0 160087 135 0 0 20 0 2 0 332339394 580808704 122898 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 567196

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.08 3/179 7247
/proc/meminfo: memFree=26904132/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=569356 CPUtime=1661.87 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 127567 0 0 0 166071 116 0 0 20 0 2 0 332339393 583020544 128130 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142339 128130 191 433 0 141903 0
[pid=7168/tid=7169] ppid=7166 vsize=569356 CPUtime=1662.22 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 126857 0 0 0 166080 142 0 0 20 0 2 0 332339394 583020544 128130 33554432000 4194304 5964350 140733593823728 139693069162536 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 569356

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.08 3/179 7248
/proc/meminfo: memFree=26890300/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=569756 CPUtime=1721.83 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131089 0 0 0 172062 121 0 0 20 0 2 0 332339393 583430144 131625 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142439 131625 191 433 0 142003 0
[pid=7168/tid=7169] ppid=7166 vsize=569756 CPUtime=1722.2 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130379 0 0 0 172072 148 0 0 20 0 2 0 332339394 583430144 131625 33554432000 4194304 5964350 140733593823728 139693069162536 4381622 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 569756

[startup+1782.31 s]
/proc/loadavg: 2.05 2.05 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1781.83 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131154 0 0 0 178062 121 0 0 20 0 2 0 332339393 583839744 131690 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131690 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1782.21 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130444 0 0 0 178072 149 0 0 20 0 2 0 332339394 583839744 131690 33554432000 4194304 5964350 140733593823728 139693069162536 4399895 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 570156

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

[startup+1786 s]
/proc/loadavg: 2.05 2.05 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1785.52 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131156 0 0 0 178431 121 0 0 20 0 2 0 332339393 583839744 131692 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131692 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1785.9 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130446 0 0 0 178441 149 0 0 20 0 2 0 332339394 583839744 131692 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 570156

[startup+1792.4 s]
/proc/loadavg: 2.11 2.07 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1791.92 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131170 0 0 0 179071 121 0 0 20 0 2 0 332339393 583839744 131706 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131706 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1792.3 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130460 0 0 0 179081 149 0 0 20 0 2 0 332339394 583839744 131706 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 570156

[startup+1795.6 s]
/proc/loadavg: 2.11 2.07 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1795.12 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131175 0 0 0 179391 121 0 0 20 0 2 0 332339393 583839744 131711 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131711 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1795.5 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130465 0 0 0 179401 149 0 0 20 0 2 0 332339394 583839744 131711 33554432000 4194304 5964350 140733593823728 139693069162536 4399843 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 570156

[startup+1797.2 s]
/proc/loadavg: 2.10 2.06 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1796.72 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131176 0 0 0 179551 121 0 0 20 0 2 0 332339393 583839744 131712 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131712 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1797.1 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130466 0 0 0 179561 149 0 0 20 0 2 0 332339394 583839744 131712 33554432000 4194304 5964350 140733593823728 139693069162536 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 570156

[startup+1798.81 s]
/proc/loadavg: 2.10 2.06 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1798.33 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131177 0 0 0 179712 121 0 0 20 0 2 0 332339393 583839744 131713 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131713 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1798.71 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130467 0 0 0 179722 149 0 0 20 0 2 0 332339394 583839744 131713 33554432000 4194304 5964350 140733593823728 139693069162536 4399846 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.33
Current children cumulated vsize (KiB) 570156

[startup+1799.6 s]
/proc/loadavg: 2.10 2.06 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1799.12 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131178 0 0 0 179791 121 0 0 20 0 2 0 332339393 583839744 131714 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131714 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1799.5 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130468 0 0 0 179801 149 0 0 20 0 2 0 332339394 583839744 131714 33554432000 4194304 5964350 140733593823728 139693069162536 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 570156

[startup+1800 s]
/proc/loadavg: 2.10 2.06 2.08 3/179 7248
/proc/meminfo: memFree=26890176/32873648 swapFree=7368/7368
[pid=7168] ppid=7166 vsize=570156 CPUtime=1799.52 cores=0,2,4,6
/proc/7168/stat : 7168 (wbo1.72) S 7166 7168 3777 0 -1 4202496 131178 0 0 0 179831 121 0 0 20 0 2 0 332339393 583839744 131714 33554432000 4194304 5964350 140733593823728 140733593823248 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7168/statm: 142539 131714 191 433 0 142103 0
[pid=7168/tid=7169] ppid=7166 vsize=570156 CPUtime=1799.9 cores=0,2,4,6
/proc/7168/task/7169/stat : 7169 (wbo1.72) R 7166 7168 3777 0 -1 4202560 130468 0 0 0 179841 149 0 0 20 0 2 0 332339394 583839744 131714 33554432000 4194304 5964350 140733593823728 139693069162536 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 570156

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.93
CPU user time (s): 1798.43
CPU system time (s): 1.50077
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 570156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 1.50077
maximum resident set size= 526868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131181
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= 236
involuntary context switches= 1917

runsolver used 2.99954 second user time and 6.76397 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-02 20:35:53
IDJOB=3727580
IDBENCH=2908
IDSOLVER=2313
FILE ID=node149/3727580-1338662153
RUNJOBID= node149-1338651349-6080
PBS_JOBID= 14636431
Free space on /tmp= 71324 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_2.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727580-1338662153/watcher-3727580-1338662153 -o /tmp/evaluation-result-3727580-1338662153/solver-3727580-1338662153 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727580-1338662153.opb

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=2066157486

node149.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27096276 kB
Buffers:          690948 kB
Cached:          3702328 kB
SwapCached:         2468 kB
Active:          2081980 kB
Inactive:        2825008 kB
Active(anon):     496988 kB
Inactive(anon):     9368 kB
Active(file):    1584992 kB
Inactive(file):  2815640 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        509232 kB
Mapped:            15004 kB
Shmem:                96 kB
Slab:             731492 kB
SReclaimable:     175472 kB
SUnreclaim:       556020 kB
KernelStack:        1472 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71316 MiB
End job on node149 at 2012-06-02 21:05:53