Trace number 3705647

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.7? 1799.55 1800.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705647-1338102493.opb.
0.00/0.00	c Instance file HOME/instance-3705647-1338102493.opb
0.00/0.00	c File size is 6885710 bytes.
0.59/0.62	c Cost Offset: -1000
0.59/0.62	c Highest Coefficient sum: 2000
0.59/0.62	c ============================[ Problem Statistics ]=============================
0.59/0.62	c |                                                                             |
0.59/0.62	c |  Parsing time:          0.62         s                                      |
0.59/0.62	c |  Number Variables:      77484                                               |
0.59/0.62	c |  Number Clauses:        76484                                               |
0.59/0.62	c |  Number Cardinality:    2002                                                |
0.59/0.62	c |  Number PB Constraints: 75484                                               |
0.59/0.62	c |                                                                             |
0.59/0.67	c |  Problem Type:          Optimization                                        |
0.59/0.67	c |  Objective Function:    Cardinality Constraint                              |
0.59/0.67	c |                                                                             |
0.59/0.67	c ============================[ Search Statistics ]==============================
0.59/0.67	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.59/0.67	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.59/0.67	c ===============================================================================
0.79/0.87	c | 0.87      | 0  | -999         lb |  0                0                0.00  |
5.50/5.57	c | 5.58      | 0  | -998         lb |  0                0                0.00  |
276.40/276.54	c | 276.55    | 0  | -997         lb |  0                0                0.00  |
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3705647-1338102493/watcher-3705647-1338102493 -o /tmp/evaluation-result-3705647-1338102493/solver-3705647-1338102493 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705647-1338102493.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.00 2.00 2.00 3/177 12653
/proc/meminfo: memFree=29338112/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=11196 CPUtime=0 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) R 12651 12653 11506 0 -1 4202496 623 0 0 0 0 0 0 0 20 0 1 0 276374533 11464704 576 33554432000 4194304 5963574 140735901337072 140733746905960 4394942 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 2799 576 168 432 0 682 0

[startup+0.091687 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12653
/proc/meminfo: memFree=29338112/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=29404 CPUtime=0.08 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) R 12651 12653 11506 0 -1 4202496 5482 0 0 0 8 0 0 0 20 0 1 0 276374533 30109696 5184 33554432000 4194304 5963574 140735901337072 140733746905960 5135642 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 7351 5184 359 432 0 5234 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29404

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12653
/proc/meminfo: memFree=29338112/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=31412 CPUtime=0.09 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) R 12651 12653 11506 0 -1 4202496 5823 0 0 0 9 0 0 0 20 0 1 0 276374533 32165888 5525 33554432000 4194304 5963574 140735901337072 140733746905960 4394942 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 7853 5525 375 432 0 5736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31412

[startup+0.300285 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12653
/proc/meminfo: memFree=29338112/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=46196 CPUtime=0.28 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) R 12651 12653 11506 0 -1 4202496 9783 0 0 0 28 0 0 0 20 0 1 0 276374533 47304704 9356 33554432000 4194304 5963574 140735901337072 140733746905960 5135642 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 11549 9357 912 432 0 9432 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46196

[startup+0.70017 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12653
/proc/meminfo: memFree=29338112/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=154512 CPUtime=0.69 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 24017 0 0 0 66 3 0 0 20 0 2 0 276374533 158220288 21526 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 38628 21526 183 432 0 38193 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154512

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29200344/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=201132 CPUtime=1.49 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 38497 0 0 0 143 6 0 0 20 0 2 0 276374533 205959168 33087 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 50283 33087 192 432 0 49848 0
[pid=12653/tid=12655] ppid=12651 vsize=201132 CPUtime=0.86 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 22837 0 0 0 81 5 0 0 20 0 2 0 276374596 205959168 33087 33554432000 4194304 5963574 140735901337072 139738038160312 4403253 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201132

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29205792/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=201132 CPUtime=3.09 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 38499 0 0 0 303 6 0 0 20 0 2 0 276374533 205959168 33089 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 50283 33089 194 432 0 49848 0
[pid=12653/tid=12655] ppid=12651 vsize=201132 CPUtime=2.46 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 22839 0 0 0 241 5 0 0 20 0 2 0 276374596 205959168 33089 33554432000 4194304 5963574 140735901337072 139738038160312 4410275 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201132

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29177976/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=201132 CPUtime=6.29 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 45600 0 0 0 622 7 0 0 20 0 2 0 276374533 205959168 40382 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 50283 40382 194 432 0 49848 0
[pid=12653/tid=12655] ppid=12651 vsize=201132 CPUtime=5.64 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 29940 0 0 0 559 5 0 0 20 0 2 0 276374596 205959168 40382 33554432000 4194304 5963574 140735901337072 139738038159720 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201132

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29148836/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=201132 CPUtime=12.69 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 45600 0 0 0 1262 7 0 0 20 0 2 0 276374533 205959168 40382 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 50283 40382 194 432 0 49848 0
[pid=12653/tid=12655] ppid=12651 vsize=201132 CPUtime=12.03 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 29940 0 0 0 1198 5 0 0 20 0 2 0 276374596 205959168 40382 33554432000 4194304 5963574 140735901337072 139738038159720 4402959 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201132

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29137072/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=201132 CPUtime=25.49 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 46254 0 0 0 2542 7 0 0 20 0 2 0 276374533 205959168 41036 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 50283 41036 194 432 0 49848 0
[pid=12653/tid=12655] ppid=12651 vsize=201132 CPUtime=24.79 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 30594 0 0 0 2474 5 0 0 20 0 2 0 276374596 205959168 41036 33554432000 4194304 5963574 140735901337072 139738038158872 4399633 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 201132

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29058904/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=266668 CPUtime=51.08 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 55365 0 0 0 5099 9 0 0 20 0 2 0 276374533 273068032 50147 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 66667 50147 194 432 0 66232 0
[pid=12653/tid=12655] ppid=12651 vsize=266668 CPUtime=50.32 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 39705 0 0 0 5025 7 0 0 20 0 2 0 276374596 273068032 50147 33554432000 4194304 5963574 140735901337072 139738038158872 4388706 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 266668

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=28885908/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=332204 CPUtime=102.28 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 75290 0 0 0 10210 18 0 0 20 0 2 0 276374533 340176896 70072 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 83051 70072 194 432 0 82616 0
[pid=12653/tid=12655] ppid=12651 vsize=332204 CPUtime=101.39 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 59630 0 0 0 10122 17 0 0 20 0 2 0 276374596 340176896 70072 33554432000 4194304 5963574 140735901337072 139738038158872 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 332204

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12659
/proc/meminfo: memFree=28674036/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=463276 CPUtime=162.26 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 101409 0 0 0 16200 26 0 0 20 0 2 0 276374533 474394624 96872 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 115819 96873 194 432 0 115384 0
[pid=12653/tid=12655] ppid=12651 vsize=463276 CPUtime=161.22 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 85750 0 0 0 16096 26 0 0 20 0 2 0 276374596 474394624 96873 33554432000 4194304 5963574 140735901337072 139738038159400 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 463276

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28488072/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=528812 CPUtime=222.23 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 126082 0 0 0 22189 34 0 0 20 0 2 0 276374533 541503488 121529 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 132203 121529 194 432 0 131768 0
[pid=12653/tid=12655] ppid=12651 vsize=528812 CPUtime=221.04 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 110422 0 0 0 22069 35 0 0 20 0 2 0 276374596 541503488 121529 33554432000 4194304 5963574 140735901337072 139738038159160 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 528812

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28327268/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=659884 CPUtime=282.2 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 153046 0 0 0 28177 43 0 0 20 0 2 0 276374533 675721216 149311 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 164971 149311 194 432 0 164536 0
[pid=12653/tid=12655] ppid=12651 vsize=659884 CPUtime=280.86 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 137386 0 0 0 28041 45 0 0 20 0 2 0 276374596 675721216 149311 33554432000 4194304 5963574 140735901337072 139738038159688 4388464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 659884

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28327360/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=659884 CPUtime=342.19 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 153069 0 0 0 34176 43 0 0 20 0 2 0 276374533 675721216 149342 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 164971 149342 194 432 0 164536 0
[pid=12653/tid=12655] ppid=12651 vsize=659884 CPUtime=340.7 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 137409 0 0 0 34024 46 0 0 20 0 2 0 276374596 675721216 149342 33554432000 4194304 5963574 140735901337072 139738038159688 4388665 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 659884

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28326824/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=659884 CPUtime=402.17 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 153083 0 0 0 40174 43 0 0 20 0 2 0 276374533 675721216 149350 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 164971 149350 194 432 0 164536 0
[pid=12653/tid=12655] ppid=12651 vsize=659884 CPUtime=400.53 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 137423 0 0 0 40006 47 0 0 20 0 2 0 276374596 675721216 149350 33554432000 4194304 5963574 140735901337072 139738038159688 4388636 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 659884

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12660
/proc/meminfo: memFree=28303604/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=659884 CPUtime=462.16 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25568480/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1421.91 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485782 0 0 0 142048 143 0 0 20 0 2 0 276374533 2017898496 483089 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483089 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1417.76 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470122 0 0 0 141614 162 0 0 20 0 2 0 276374596 2017898496 483089 33554432000 4194304 5963574 140735901337072 139738038159352 4410272 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1970604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25568092/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1481.89 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485793 0 0 0 148046 143 0 0 20 0 2 0 276374533 2017898496 483100 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483100 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1477.6 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470133 0 0 0 147597 163 0 0 20 0 2 0 276374596 2017898496 483100 33554432000 4194304 5963574 140735901337072 139738038159352 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1970604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25567812/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1541.89 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485804 0 0 0 154046 143 0 0 20 0 2 0 276374533 2017898496 483111 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483111 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1537.44 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470144 0 0 0 153580 164 0 0 20 0 2 0 276374596 2017898496 483111 33554432000 4194304 5963574 140735901337072 139738038159352 4388683 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1970604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25567656/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1601.88 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485807 0 0 0 160045 143 0 0 20 0 2 0 276374533 2017898496 483114 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483114 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1597.28 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470147 0 0 0 159563 165 0 0 20 0 2 0 276374596 2017898496 483114 33554432000 4194304 5963574 140735901337072 139738038159352 4402906 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1970604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12670
/proc/meminfo: memFree=25567428/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1661.87 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485810 0 0 0 166044 143 0 0 20 0 2 0 276374533 2017898496 483117 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483117 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1657.13 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470150 0 0 0 165547 166 0 0 20 0 2 0 276374596 2017898496 483117 33554432000 4194304 5963574 140735901337072 139738038159352 4388700 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1970604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25567036/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=1970604 CPUtime=1721.86 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 485815 0 0 0 172043 143 0 0 20 0 2 0 276374533 2017898496 483122 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 492651 483122 194 432 0 492216 0
[pid=12653/tid=12655] ppid=12651 vsize=1970604 CPUtime=1716.97 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 470155 0 0 0 171530 167 0 0 20 0 2 0 276374596 2017898496 483122 33554432000 4194304 5963574 140735901337072 139738038159352 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1970604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25498616/32873844 swapFree=7112/7112
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1781.85 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 495796 0 0 0 178038 147 0 0 20 0 2 0 276374533 2085007360 493103 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 493103 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1776.81 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 480136 0 0 0 177510 171 0 0 20 0 2 0 276374596 2085007360 493103 33554432000 4194304 5963574 140735901337072 139738038158872 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 2036140

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25472312/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1791.45 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 499321 0 0 0 178997 148 0 0 20 0 2 0 276374533 2085007360 496628 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 496628 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1786.39 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 483661 0 0 0 178465 174 0 0 20 0 2 0 276374596 2085007360 496628 33554432000 4194304 5963574 140735901337072 139738038159352 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 2036140

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25458796/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1794.65 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 500817 0 0 0 179316 149 0 0 20 0 2 0 276374533 2085007360 498124 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 498124 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1789.59 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 485157 0 0 0 178784 175 0 0 20 0 2 0 276374596 2085007360 498124 33554432000 4194304 5963574 140735901337072 139738038159352 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 2036140

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25452332/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1797.85 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 501944 0 0 0 179635 150 0 0 20 0 2 0 276374533 2085007360 499251 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 499251 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1792.77 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 486284 0 0 0 179102 175 0 0 20 0 2 0 276374596 2085007360 499251 33554432000 4194304 5963574 140735901337072 139738038158872 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 2036140

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12722
/proc/meminfo: memFree=27460044/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1798.65 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 502334 0 0 0 179715 150 0 0 20 0 2 0 276374533 2085007360 499641 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 499641 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1793.57 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 486674 0 0 0 179182 175 0 0 20 0 2 0 276374596 2085007360 499641 33554432000 4194304 5963574 140735901337072 139738038159352 4403100 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 2036140

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12722
/proc/meminfo: memFree=27454092/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1799.06 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 502442 0 0 0 179756 150 0 0 20 0 2 0 276374533 2085007360 499749 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 499749 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1793.97 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 486782 0 0 0 179222 175 0 0 20 0 2 0 276374596 2085007360 499749 33554432000 4194304 5963574 140735901337072 139738038159352 4388608 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 2036140

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12722
/proc/meminfo: memFree=27454092/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1799.45 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 502572 0 0 0 179795 150 0 0 20 0 2 0 276374533 2085007360 499879 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 499879 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1794.37 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 486912 0 0 0 179262 175 0 0 20 0 2 0 276374596 2085007360 499879 33554432000 4194304 5963574 140735901337072 139738038159352 4388608 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 2036140

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12722
/proc/meminfo: memFree=27454092/32873844 swapFree=7116/7116
[pid=12653] ppid=12651 vsize=2036140 CPUtime=1799.55 cores=0,2,4,6
/proc/12653/stat : 12653 (wbo1.7) S 12651 12653 11506 0 -1 4202496 502604 0 0 0 179805 150 0 0 20 0 2 0 276374533 2085007360 499911 33554432000 4194304 5963574 140735901337072 140735901336592 4545837 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12653/statm: 509035 499911 194 432 0 508600 0
[pid=12653/tid=12655] ppid=12651 vsize=2036140 CPUtime=1794.47 cores=0,2,4,6
/proc/12653/task/12655/stat : 12655 (wbo1.7) R 12651 12653 11506 0 -1 4202560 486944 0 0 0 179272 175 0 0 20 0 2 0 276374596 2085007360 499911 33554432000 4194304 5963574 140735901337072 139738038159352 4388700 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 2036140

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12653 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=333371
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=837720
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.06
CPU time (s): 1799.55
CPU user time (s): 1798.05
CPU system time (s): 1.5
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 2036140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 1.83772
maximum resident set size= 1999648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502605
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= 300
involuntary context switches= 2006

runsolver used 2.75058 second user time and 7.07092 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 09:08:13
IDJOB=3705647
IDBENCH=48229
IDSOLVER=2284
FILE ID=node138/3705647-1338102493
RUNJOBID= node138-1338088086-11522
PBS_JOBID= 14624454
Free space on /tmp= 71524 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_4.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705647-1338102493/watcher-3705647-1338102493 -o /tmp/evaluation-result-3705647-1338102493/solver-3705647-1338102493 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705647-1338102493.opb

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=1284775320

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
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	: 5331.91
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		: 2667.347
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		: 2667.347
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		: 2667.347
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	: 5331.91
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		: 2667.347
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.92
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		: 2667.347
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:       32873844 kB
MemFree:        29405192 kB
Buffers:          333564 kB
Cached:          2217312 kB
SwapCached:          212 kB
Active:           836620 kB
Inactive:        1796824 kB
Active(anon):      73352 kB
Inactive(anon):    11368 kB
Active(file):     763268 kB
Inactive(file):  1785456 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             19668 kB
Writeback:            28 kB
AnonPages:         89388 kB
Mapped:            15072 kB
Shmem:               200 kB
Slab:             694896 kB
SReclaimable:     136776 kB
SUnreclaim:       558120 kB
KernelStack:        1456 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705647-1338102493.opb

Free space on /tmp at the end= 71520 MiB
End job on node138 at 2012-05-27 09:38:15