Trace number 3727968

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.95 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_4.opb
MD5SUM3258ae2375db1ca5a9ce9d305f00baf0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark160.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

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-3727968-1338667498.opb.
0.00/0.00	c Instance file HOME/instance-3727968-1338667498.opb
0.00/0.00	c File size is 50240 bytes.
0.00/0.00	c Cost Offset: -50
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      714                                                 |
0.00/0.00	c |  Number Clauses:        664                                                 |
0.00/0.00	c |  Number Cardinality:    102                                                 |
0.00/0.00	c |  Number PB Constraints: 614                                                 |
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 ===============================================================================
0.00/0.00	c | 0.01      | 0  | -49          lb |  0                0                0.00  |
0.00/0.00	c | 0.01      | 0  | -48          lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | -47          lb |  0                0                0.00  |
0.39/0.44	c | 0.45      | 0  | -46          lb |  0                0                0.00  |
12.98/13.09	c | 13.10     | 0  | -45          lb |  0                0                0.00  |
422.07/422.27	c | 422.27    | 0  | -44          lb |  0                0                0.00  |
1799.44/1799.99	c ===============================================================================
1799.44/1799.99	c Wall Clock Time: 1800.00 s
1799.44/1799.99	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-3727968-1338667498/watcher-3727968-1338667498 -o /tmp/evaluation-result-3727968-1338667498/solver-3727968-1338667498 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727968-1338667498.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.84 1.97 1.99 2/174 8186
/proc/meminfo: memFree=27287424/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=0 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 919 0 0 0 0 0 0 0 20 0 2 0 332873946 86114304 858 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 860 182 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=0 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 98 0 0 0 0 0 0 0 20 0 2 0 332873946 86114304 864 33554432000 4194304 5964350 140736729608064 140734548728072 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0539541 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 8186
/proc/meminfo: memFree=27287424/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=0.05 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 1216 0 0 0 5 0 0 0 20 0 2 0 332873946 86114304 1155 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 1155 194 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=0.03 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 389 0 0 0 3 0 0 0 20 0 2 0 332873946 86114304 1155 33554432000 4194304 5964350 140736729608064 140734548728072 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84096

[startup+0.100241 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 8186
/proc/meminfo: memFree=27287424/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=0.09 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 1216 0 0 0 9 0 0 0 20 0 2 0 332873946 86114304 1155 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 1155 194 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=0.08 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 389 0 0 0 8 0 0 0 20 0 2 0 332873946 86114304 1155 33554432000 4194304 5964350 140736729608064 140734548728072 4403597 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84096

[startup+0.300202 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 8186
/proc/meminfo: memFree=27287424/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=0.29 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 1582 0 0 0 29 0 0 0 20 0 2 0 332873946 86114304 1521 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 1521 194 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=0.28 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 755 0 0 0 28 0 0 0 20 0 2 0 332873946 86114304 1521 33554432000 4194304 5964350 140736729608064 140441569142584 4388992 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84096

[startup+0.700205 s]
/proc/loadavg: 1.84 1.97 1.99 2/174 8186
/proc/meminfo: memFree=27287424/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=0.69 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 1953 0 0 0 69 0 0 0 20 0 2 0 332873946 86114304 1892 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 1892 194 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=0.68 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 1126 0 0 0 68 0 0 0 20 0 2 0 332873946 86114304 1892 33554432000 4194304 5964350 140736729608064 140441569142584 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84096

[startup+1.5002 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 8194
/proc/meminfo: memFree=27275660/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84240 CPUtime=1.49 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 2279 0 0 0 149 0 0 0 20 0 2 0 332873946 86261760 2218 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21060 2218 194 433 0 20624 0
[pid=8186/tid=8187] ppid=8184 vsize=84240 CPUtime=1.48 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 1452 0 0 0 148 0 0 0 20 0 2 0 332873946 86261760 2218 33554432000 4194304 5964350 140736729608064 140441569142584 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84240

[startup+3.10022 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 8194
/proc/meminfo: memFree=27270576/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84312 CPUtime=3.09 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 3174 0 0 0 309 0 0 0 20 0 2 0 332873946 86335488 3113 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21078 3113 194 433 0 20642 0
[pid=8186/tid=8187] ppid=8184 vsize=84312 CPUtime=3.08 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 2347 0 0 0 308 0 0 0 20 0 2 0 332873946 86335488 3113 33554432000 4194304 5964350 140736729608064 140441569142584 4388229 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84312

[startup+6.30022 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 8245
/proc/meminfo: memFree=27242636/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84420 CPUtime=6.29 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 4961 0 0 0 629 0 0 0 20 0 2 0 332873946 86446080 4900 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21105 4900 194 433 0 20669 0
[pid=8186/tid=8187] ppid=8184 vsize=84420 CPUtime=6.28 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 4134 0 0 0 628 0 0 0 20 0 2 0 332873946 86446080 4900 33554432000 4194304 5964350 140736729608064 140441569142776 4403584 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84420

[startup+12.7002 s]
/proc/loadavg: 1.87 1.97 1.99 3/179 8245
/proc/meminfo: memFree=27206964/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=85012 CPUtime=12.68 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 7806 0 0 0 1267 1 0 0 20 0 2 0 332873946 87052288 7757 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21253 7757 194 433 0 20817 0
[pid=8186/tid=8187] ppid=8184 vsize=85012 CPUtime=12.68 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 6979 0 0 0 1266 2 0 0 20 0 2 0 332873946 87052288 7757 33554432000 4194304 5964350 140736729608064 140441569142296 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85012

[startup+25.5004 s]
/proc/loadavg: 1.89 1.97 1.99 3/179 8245
/proc/meminfo: memFree=27171404/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84096 CPUtime=25.47 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 7845 0 0 0 2546 1 0 0 20 0 2 0 332873946 86114304 7658 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21024 7658 194 433 0 20588 0
[pid=8186/tid=8187] ppid=8184 vsize=84096 CPUtime=25.47 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 7018 0 0 0 2545 2 0 0 20 0 2 0 332873946 86114304 7658 33554432000 4194304 5964350 140736729608064 140441569143736 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84096

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 8245
/proc/meminfo: memFree=27094056/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=84820 CPUtime=51.07 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 13114 0 0 0 5104 3 0 0 20 0 2 0 332873946 86855680 13839 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 21205 13839 194 433 0 20769 0
[pid=8186/tid=8187] ppid=8184 vsize=84820 CPUtime=51.07 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 12287 0 0 0 5103 4 0 0 20 0 2 0 332873946 86855680 13839 33554432000 4194304 5964350 140736729608064 140441569142584 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84820

[startup+102.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 8245
/proc/meminfo: memFree=27004296/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=150356 CPUtime=102.27 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 22469 0 0 0 10221 6 0 0 20 0 2 0 332873946 153964544 23194 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 37589 23194 194 433 0 37153 0
[pid=8186/tid=8187] ppid=8184 vsize=150356 CPUtime=102.28 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 21642 0 0 0 10220 8 0 0 20 0 2 0 332873946 153964544 23194 33554432000 4194304 5964350 140736729608064 140441569142584 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 150356

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 8245
/proc/meminfo: memFree=26968496/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=150716 CPUtime=162.25 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 30496 0 0 0 16214 11 0 0 20 0 2 0 332873946 154333184 31259 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 37679 31259 194 433 0 37243 0
[pid=8186/tid=8187] ppid=8184 vsize=150716 CPUtime=162.28 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 29669 0 0 0 16215 13 0 0 20 0 2 0 332873946 154333184 31259 33554432000 4194304 5964350 140736729608064 140441569142824 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 150716

[startup+222.307 s]
/proc/loadavg: 2.06 1.99 1.99 3/179 8245
/proc/meminfo: memFree=26874308/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=216252 CPUtime=222.22 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 39561 0 0 0 22205 17 0 0 20 0 2 0 332873946 221442048 40604 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 54063 40604 194 433 0 53627 0
[pid=8186/tid=8187] ppid=8184 vsize=216252 CPUtime=222.26 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 38734 0 0 0 22205 21 0 0 20 0 2 0 332873946 221442048 40604 33554432000 4194304 5964350 140736729608064 140441569142776 4399774 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 216252

[startup+282.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/179 8245
/proc/meminfo: memFree=26848112/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=216252 CPUtime=282.19 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 45955 0 0 0 28198 21 0 0 20 0 2 0 332873946 221442048 47032 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 54063 47032 194 433 0 53627 0
[pid=8186/tid=8187] ppid=8184 vsize=216252 CPUtime=282.24 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 45128 0 0 0 28198 26 0 0 20 0 2 0 332873946 221442048 47032 33554432000 4194304 5964350 140736729608064 140441569142648 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 216252

[startup+342.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/180 8249
/proc/meminfo: memFree=26730712/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=282328 CPUtime=342.19 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 51743 0 0 0 34193 26 0 0 20 0 2 0 332873946 289103872 52819 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 70582 52819 194 433 0 70146 0
[pid=8186/tid=8187] ppid=8184 vsize=282328 CPUtime=342.24 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 50916 0 0 0 34192 32 0 0 20 0 2 0 332873946 289103872 52819 33554432000 4194304 5964350 140736729608064 140441569142584 4400462 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 282328

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 8249
/proc/meminfo: memFree=26710992/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=282328 CPUtime=402.17 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 56836 0 0 0 40186 31 0 0 20 0 2 0 332873946 289103872 57909 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/8186/statm: 119328 101062 194 433 0 118892 0
[pid=8186/tid=8187] ppid=8184 vsize=477312 CPUtime=1242.24 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 98894 0 0 0 124137 87 0 0 20 0 2 0 332873946 488767488 101062 33554432000 4194304 5964350 140736729608064 140441569142776 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 477312

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8255
/proc/meminfo: memFree=26143420/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=477312 CPUtime=1301.98 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 104823 0 0 0 130123 75 0 0 20 0 2 0 332873946 488767488 106163 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 119328 106163 194 433 0 118892 0
[pid=8186/tid=8187] ppid=8184 vsize=477312 CPUtime=1302.25 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 103996 0 0 0 130130 95 0 0 20 0 2 0 332873946 488767488 106163 33554432000 4194304 5964350 140736729608064 140441569142648 4399895 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 477312

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8257
/proc/meminfo: memFree=26086880/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=477312 CPUtime=1361.97 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 108870 0 0 0 136118 79 0 0 20 0 2 0 332873946 488767488 110209 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 119328 110209 194 433 0 118892 0
[pid=8186/tid=8187] ppid=8184 vsize=477312 CPUtime=1362.25 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 108043 0 0 0 136125 100 0 0 20 0 2 0 332873946 488767488 110209 33554432000 4194304 5964350 140736729608064 140441569142824 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 477312

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8257
/proc/meminfo: memFree=26068908/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=477312 CPUtime=1421.96 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 110684 0 0 0 142115 81 0 0 20 0 2 0 332873946 488767488 112021 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 119328 112021 194 433 0 118892 0
[pid=8186/tid=8187] ppid=8184 vsize=477312 CPUtime=1422.26 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 109857 0 0 0 142123 103 0 0 20 0 2 0 332873946 488767488 112021 33554432000 4194304 5964350 140736729608064 140441569142584 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 477312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8257
/proc/meminfo: memFree=26048632/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=545280 CPUtime=1481.95 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 115240 0 0 0 148108 87 0 0 20 0 2 0 332873946 558366720 117088 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 136320 117088 194 433 0 135884 0
[pid=8186/tid=8187] ppid=8184 vsize=545280 CPUtime=1482.26 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 114413 0 0 0 148116 110 0 0 20 0 2 0 332873946 558366720 117088 33554432000 4194304 5964350 140736729608064 140441569142776 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 545280

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8261
/proc/meminfo: memFree=26044544/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=545280 CPUtime=1541.95 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 116164 0 0 0 154107 88 0 0 20 0 2 0 332873946 558366720 118011 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 136320 118011 194 433 0 135884 0
[pid=8186/tid=8187] ppid=8184 vsize=545280 CPUtime=1542.27 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 115337 0 0 0 154115 112 0 0 20 0 2 0 332873946 558366720 118011 33554432000 4194304 5964350 140736729608064 140441569142648 4399895 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 545280

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 8261
/proc/meminfo: memFree=26030948/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=545280 CPUtime=1601.92 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 119275 0 0 0 160102 90 0 0 20 0 2 0 332873946 558366720 121287 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 136320 121287 194 433 0 135884 0
[pid=8186/tid=8187] ppid=8184 vsize=545280 CPUtime=1602.26 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 118448 0 0 0 160111 115 0 0 20 0 2 0 332873946 558366720 121287 33554432000 4194304 5964350 140736729608064 140441569142776 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 545280

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8261
/proc/meminfo: memFree=26022420/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=545280 CPUtime=1661.86 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 121044 0 0 0 166094 92 0 0 20 0 2 0 332873946 558366720 123412 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 136320 123412 194 433 0 135884 0
[pid=8186/tid=8187] ppid=8184 vsize=545280 CPUtime=1662.22 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 120217 0 0 0 166104 118 0 0 20 0 2 0 332873946 558366720 123412 33554432000 4194304 5964350 140736729608064 140441569142776 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 545280

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25994652/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=545280 CPUtime=1721.84 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 128114 0 0 0 172082 102 0 0 20 0 2 0 332873946 558366720 130580 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 136320 130580 194 433 0 135884 0
[pid=8186/tid=8187] ppid=8184 vsize=545280 CPUtime=1722.21 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 127287 0 0 0 172092 129 0 0 20 0 2 0 332873946 558366720 130580 33554432000 4194304 5964350 140736729608064 140441569142824 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 545280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25981256/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1781.83 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 131133 0 0 0 178076 107 0 0 20 0 2 0 332873946 625475584 133661 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 133661 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1782.22 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 130306 0 0 0 178087 135 0 0 20 0 2 0 332873946 625475584 133661 33554432000 4194304 5964350 140736729608064 140441569142584 4400017 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 610816

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25977288/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1791.54 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 132228 0 0 0 179044 110 0 0 20 0 2 0 332873946 625475584 134756 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 134756 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1791.92 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 131401 0 0 0 179055 137 0 0 20 0 2 0 332873946 625475584 134756 33554432000 4194304 5964350 140736729608064 140441569142776 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 610816

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25975672/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1794.74 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 132587 0 0 0 179364 110 0 0 20 0 2 0 332873946 625475584 135115 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 135115 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1795.12 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 131760 0 0 0 179374 138 0 0 20 0 2 0 332873946 625475584 135115 33554432000 4194304 5964350 140736729608064 140441569142296 4403263 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 610816

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25974680/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1797.93 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 132980 0 0 0 179683 110 0 0 20 0 2 0 332873946 625475584 135508 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 135508 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1798.32 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 132153 0 0 0 179694 138 0 0 20 0 2 0 332873946 625475584 135508 33554432000 4194304 5964350 140736729608064 140441569142776 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 610816

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25974184/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1798.73 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 133087 0 0 0 179763 110 0 0 20 0 2 0 332873946 625475584 135615 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 135615 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1799.12 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 132260 0 0 0 179774 138 0 0 20 0 2 0 332873946 625475584 135615 33554432000 4194304 5964350 140736729608064 140441569142776 4399866 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 610816

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25973564/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=610816 CPUtime=1799.13 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) S 8184 8186 8129 0 -1 4202496 133146 0 0 0 179803 110 0 0 20 0 2 0 332873946 625475584 135674 33554432000 4194304 5964350 140736729608064 140736729607584 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 152704 135674 194 433 0 152268 0
[pid=8186/tid=8187] ppid=8184 vsize=610816 CPUtime=1799.52 cores=1,3,5,7
/proc/8186/task/8187/stat : 8187 (wbo1.72) R 8184 8186 8129 0 -1 4202560 132319 0 0 0 179814 138 0 0 20 0 2 0 332873946 625475584 135674 33554432000 4194304 5964350 140736729608064 140441569142776 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 610816

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8261
/proc/meminfo: memFree=25973564/32873648 swapFree=7368/7368
[pid=8186] ppid=8184 vsize=0 CPUtime=1799.94 cores=1,3,5,7
/proc/8186/stat : 8186 (wbo1.72) R 8184 8186 8129 0 -1 4203524 133201 0 0 0 179855 139 0 0 20 0 1 0 332873946 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8186/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.95
CPU user time (s): 1798.55
CPU system time (s): 1.39579
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 610816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.39579
maximum resident set size= 542916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133201
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= 220
involuntary context switches= 1839

runsolver used 3.06653 second user time and 9.51955 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-02 22:04:58
IDJOB=3727968
IDBENCH=48277
IDSOLVER=2314
FILE ID=node149/3727968-1338667498
RUNJOBID= node149-1338667498-8146
PBS_JOBID= 14636500
Free space on /tmp= 71056 MiB

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

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

MD5SUM BENCH= 3258ae2375db1ca5a9ce9d305f00baf0
RANDOM SEED=624705673

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:        27289504 kB
Buffers:          692060 kB
Cached:          3999708 kB
SwapCached:         2468 kB
Active:          1865268 kB
Inactive:        2845516 kB
Active(anon):       1968 kB
Inactive(anon):     9368 kB
Active(file):    1863300 kB
Inactive(file):  2836148 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             10920 kB
Writeback:             0 kB
AnonPages:         14476 kB
Mapped:            13492 kB
Shmem:                96 kB
Slab:             732476 kB
SReclaimable:     175712 kB
SUnreclaim:       556764 kB
KernelStack:        1384 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     102932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727968-1338667498.opb

Free space on /tmp at the end= 71044 MiB
End job on node149 at 2012-06-02 22:34:59