Trace number 3727997

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.47 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_4.opb
MD5SUM3feaf3974ec1ffdea6d6674c11d1a071
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products15754
Sum of products size31508

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-3727997-1338660161.opb.
0.00/0.00	c Instance file HOME/instance-3727997-1338660161.opb
0.00/0.00	c File size is 1209967 bytes.
0.02/0.09	c Cost Offset: 0
0.02/0.09	c Highest Coefficient sum: 51
0.02/0.09	c ============================[ Problem Statistics ]=============================
0.02/0.09	c |                                                                             |
0.02/0.09	c |  Parsing time:          0.09         s                                      |
0.02/0.09	c |  Number Variables:      16254                                               |
0.02/0.09	c |  Number Clauses:        16254                                               |
0.02/0.09	c |  Number Cardinality:    0                                                   |
0.02/0.09	c |  Number PB Constraints: 15754                                               |
0.02/0.09	c |                                                                             |
0.08/0.10	c |  Problem Type:          Optimization                                        |
0.08/0.10	c |  Objective Function:    Cardinality Constraint                              |
0.08/0.10	c |                                                                             |
0.08/0.10	c ============================[ Search Statistics ]==============================
0.08/0.10	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.08/0.10	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.08/0.10	c ===============================================================================
0.08/0.12	c | 0.13      | 0  | 1            lb |  0                0                0.00  |
0.08/0.14	c | 0.14      | 0  | 2            lb |  0                0                0.00  |
0.08/0.15	c | 0.16      | 0  | 3            lb |  0                0                0.00  |
0.08/0.17	c | 0.17      | 0  | 4            lb |  0                0                0.00  |
0.08/0.18	c | 0.19      | 0  | 5            lb |  0                0                0.00  |
0.19/0.21	c | 0.21      | 0  | 6            lb |  0                0                0.00  |
0.48/0.56	c | 0.57      | 0  | 7            lb |  0                0                0.00  |
63.26/63.37	c | 63.37     | 0  | 8            lb |  0                0                0.00  |
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3727997-1338660161/watcher-3727997-1338660161 -o /tmp/evaluation-result-3727997-1338660161/solver-3727997-1338660161 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727997-1338660161.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 1.99 3/177 12470
/proc/meminfo: memFree=26839968/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=5464 CPUtime=0 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) R 12468 12470 9917 0 -1 4202496 584 0 0 0 0 0 0 0 20 0 1 0 332141927 5595136 537 33554432000 4194304 5964350 140735355333376 140733885211752 5179179 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 1408 546 165 433 0 676 0

[startup+0.0304131 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12470
/proc/meminfo: memFree=26839968/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=9220 CPUtime=0.02 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) R 12468 12470 9917 0 -1 4202496 1532 0 0 0 2 0 0 0 20 0 1 0 332141927 9441280 1485 33554432000 4194304 5964350 140735355333376 140733885211752 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 2305 1486 245 433 0 1573 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9220

[startup+0.100168 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12470
/proc/meminfo: memFree=26839968/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=93992 CPUtime=0.08 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 4211 0 0 0 8 0 0 0 20 0 2 0 332141927 96247808 3868 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 23498 3868 177 433 0 23062 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 93992

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12470
/proc/meminfo: memFree=26839968/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=0.29 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 9207 0 0 0 28 1 0 0 20 0 2 0 332141927 94134272 8061 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 8061 193 433 0 22546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91928

[startup+0.700187 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 12470
/proc/meminfo: memFree=26839968/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=0.68 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 9653 0 0 0 67 1 0 0 20 0 2 0 332141927 94134272 8506 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 8506 194 433 0 22546 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 91928

[startup+1.50015 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26806712/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=1.48 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 9653 0 0 0 147 1 0 0 20 0 2 0 332141927 94134272 8506 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 8506 194 433 0 22546 0
[pid=12470/tid=12472] ppid=12468 vsize=91928 CPUtime=1.38 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 6347 0 0 0 138 0 0 0 20 0 2 0 332141936 94134272 8506 33554432000 4194304 5964350 140735355333376 139946964199784 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91928

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26805596/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=3.08 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 9677 0 0 0 307 1 0 0 20 0 2 0 332141927 94134272 8530 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 8530 194 433 0 22546 0
[pid=12470/tid=12472] ppid=12468 vsize=91928 CPUtime=2.98 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 6371 0 0 0 298 0 0 0 20 0 2 0 332141936 94134272 8530 33554432000 4194304 5964350 140735355333376 139946964199784 4403637 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91928

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26799272/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=6.28 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 11070 0 0 0 626 2 0 0 20 0 2 0 332141927 94134272 9923 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 9923 194 433 0 22546 0
[pid=12470/tid=12472] ppid=12468 vsize=91928 CPUtime=6.17 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 7764 0 0 0 616 1 0 0 20 0 2 0 332141936 94134272 9923 33554432000 4194304 5964350 140735355333376 139946964199416 4403290 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 91928

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26785728/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=12.68 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 13298 0 0 0 1265 3 0 0 20 0 2 0 332141927 94134272 12151 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 12152 194 433 0 22546 0
[pid=12470/tid=12472] ppid=12468 vsize=91928 CPUtime=12.55 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 9993 0 0 0 1253 2 0 0 20 0 2 0 332141936 94134272 12152 33554432000 4194304 5964350 140735355333376 139946964199416 5136340 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91928

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26756844/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=91928 CPUtime=25.48 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 18058 0 0 0 2543 5 0 0 20 0 2 0 332141927 94134272 16911 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 22982 16911 194 433 0 22546 0
[pid=12470/tid=12472] ppid=12468 vsize=91928 CPUtime=25.31 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 14752 0 0 0 2527 4 0 0 20 0 2 0 332141936 94134272 16911 33554432000 4194304 5964350 140735355333376 139946964199224 4399835 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 91928

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 12472
/proc/meminfo: memFree=26722324/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=157464 CPUtime=51.07 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 21672 0 0 0 5101 6 0 0 20 0 2 0 332141927 161243136 20525 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 39366 20525 194 433 0 38930 0
[pid=12470/tid=12472] ppid=12468 vsize=157464 CPUtime=50.84 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 18366 0 0 0 5078 6 0 0 20 0 2 0 332141936 161243136 20525 33554432000 4194304 5964350 140735355333376 139946964199416 4222304 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157464

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12473
/proc/meminfo: memFree=26677712/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=157464 CPUtime=102.27 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 26864 0 0 0 10219 8 0 0 20 0 2 0 332141927 161243136 25716 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 39366 25716 194 433 0 38930 0
[pid=12470/tid=12472] ppid=12468 vsize=157464 CPUtime=101.91 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 23558 0 0 0 10183 8 0 0 20 0 2 0 332141936 161243136 25716 33554432000 4194304 5964350 140735355333376 139946964199752 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 157464

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12473
/proc/meminfo: memFree=26611992/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=157464 CPUtime=162.25 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 36419 0 0 0 16214 11 0 0 20 0 2 0 332141927 161243136 35271 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 39366 35271 194 433 0 38930 0
[pid=12470/tid=12472] ppid=12468 vsize=157464 CPUtime=161.75 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 33113 0 0 0 16163 12 0 0 20 0 2 0 332141936 161243136 35271 33554432000 4194304 5964350 140735355333376 139946964199416 4389067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 157464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12473
/proc/meminfo: memFree=26554936/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=223000 CPUtime=222.23 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 44177 0 0 0 22209 14 0 0 20 0 2 0 332141927 228352000 43268 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 55750 43268 194 433 0 55314 0
[pid=12470/tid=12472] ppid=12468 vsize=223000 CPUtime=221.58 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 40871 0 0 0 22142 16 0 0 20 0 2 0 332141936 228352000 43268 33554432000 4194304 5964350 140735355333376 139946964199224 4220678 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) 223000

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12473
/proc/meminfo: memFree=26482796/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=289260 CPUtime=282.19 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 55608 0 0 0 28199 20 0 0 20 0 2 0 332141927 296202240 55031 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 72315 55031 194 433 0 71879 0
[pid=12470/tid=12472] ppid=12468 vsize=289260 CPUtime=281.38 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 52302 0 0 0 28115 23 0 0 20 0 2 0 332141936 296202240 55031 33554432000 4194304 5964350 140735355333376 139946964199416 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 289260

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12473
/proc/meminfo: memFree=26395852/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=354796 CPUtime=342.15 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 70097 0 0 0 34190 25 0 0 20 0 2 0 332141927 363311104 69560 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 88699 69560 194 433 0 88263 0
[pid=12470/tid=12472] ppid=12468 vsize=354796 CPUtime=341.19 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 66791 0 0 0 34090 29 0 0 20 0 2 0 332141936 363311104 69560 33554432000 4194304 5964350 140735355333376 139946964199416 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 354796

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12474
/proc/meminfo: memFree=26336576/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=355156 CPUtime=402.15 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 76252 0 0 0 40187 28 0 0 20 0 2 0 332141927 363679744 75715 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 88789 75715 194 433 0 88353 0
[pid=12470/tid=12472] ppid=12468 vsize=355156 CPUtime=401.03 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 72946 0 0 0 40070 33 0 0 20 0 2 0 332141936 363679744 75715 33554432000 4194304 5964350 140735355333376 139946964199416 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 355156

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12477
/proc/meminfo: memFree=26281820/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=355156 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12534
/proc/meminfo: memFree=26277216/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=757684 CPUtime=1421.85 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 176896 0 0 0 142105 80 0 0 20 0 2 0 332141927 775868416 179351 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 189421 179351 194 433 0 188985 0
[pid=12470/tid=12472] ppid=12468 vsize=757684 CPUtime=1418.21 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 173590 0 0 0 141721 100 0 0 20 0 2 0 332141936 775868416 179351 33554432000 4194304 5964350 140735355333376 139946964199416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 757684

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12535
/proc/meminfo: memFree=26197228/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=824304 CPUtime=1481.84 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 189147 0 0 0 148098 86 0 0 20 0 2 0 332141927 844087296 191592 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 206076 191592 194 433 0 205640 0
[pid=12470/tid=12472] ppid=12468 vsize=824304 CPUtime=1478.04 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 185841 0 0 0 147697 107 0 0 20 0 2 0 332141936 844087296 191592 33554432000 4194304 5964350 140735355333376 139946964199416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 824304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12535
/proc/meminfo: memFree=26151792/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=889840 CPUtime=1541.83 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 200076 0 0 0 154091 92 0 0 20 0 2 0 332141927 911196160 202576 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 222460 202576 194 433 0 222024 0
[pid=12470/tid=12472] ppid=12468 vsize=889840 CPUtime=1537.88 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 196770 0 0 0 153673 115 0 0 20 0 2 0 332141936 911196160 202576 33554432000 4194304 5964350 140735355333376 139946964199416 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 889840

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12535
/proc/meminfo: memFree=26117564/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=889840 CPUtime=1601.82 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 208327 0 0 0 160084 98 0 0 20 0 2 0 332141927 911196160 210827 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 222460 210827 194 433 0 222024 0
[pid=12470/tid=12472] ppid=12468 vsize=889840 CPUtime=1597.73 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 205021 0 0 0 159652 121 0 0 20 0 2 0 332141936 911196160 210827 33554432000 4194304 5964350 140735355333376 139946964199416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 889840

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12539
/proc/meminfo: memFree=26067216/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=955376 CPUtime=1661.81 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 215377 0 0 0 166079 102 0 0 20 0 2 0 332141927 978305024 217877 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 238844 217877 194 433 0 238408 0
[pid=12470/tid=12472] ppid=12468 vsize=955376 CPUtime=1657.57 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 212071 0 0 0 165631 126 0 0 20 0 2 0 332141936 978305024 217877 33554432000 4194304 5964350 140735355333376 139946964199416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 955376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=26016136/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1721.8 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 223686 0 0 0 172073 107 0 0 20 0 2 0 332141927 980529152 226183 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 226183 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1717.41 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 220380 0 0 0 171608 133 0 0 20 0 2 0 332141936 980529152 226183 33554432000 4194304 5964350 140735355333376 139946964199416 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 957548

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25979532/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1781.78 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 226988 0 0 0 178068 110 0 0 20 0 2 0 332141927 980529152 229724 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229724 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1777.24 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223682 0 0 0 177589 135 0 0 20 0 2 0 332141936 980529152 229724 33554432000 4194304 5964350 140735355333376 139946964199224 4399835 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 957548

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 12539
/proc/meminfo: memFree=25974456/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1791.38 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227003 0 0 0 179028 110 0 0 20 0 2 0 332141927 980529152 229776 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229776 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1786.82 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223697 0 0 0 178546 136 0 0 20 0 2 0 332141936 980529152 229776 33554432000 4194304 5964350 140735355333376 139946964199224 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 957548

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25973836/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1794.58 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227003 0 0 0 179348 110 0 0 20 0 2 0 332141927 980529152 229776 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229776 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1790.01 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223697 0 0 0 178865 136 0 0 20 0 2 0 332141936 980529152 229776 33554432000 4194304 5964350 140735355333376 139946964199224 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 957548

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25973092/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1797.77 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227011 0 0 0 179667 110 0 0 20 0 2 0 332141927 980529152 229904 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229904 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1793.19 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223705 0 0 0 179183 136 0 0 20 0 2 0 332141936 980529152 229904 33554432000 4194304 5964350 140735355333376 139946964199224 4399889 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 957548

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25971464/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1798.57 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227011 0 0 0 179747 110 0 0 20 0 2 0 332141927 980529152 229904 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229904 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1793.99 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223705 0 0 0 179263 136 0 0 20 0 2 0 332141936 980529152 229904 33554432000 4194304 5964350 140735355333376 139946964199224 4389049 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 957548

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25971340/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1798.98 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227011 0 0 0 179788 110 0 0 20 0 2 0 332141927 980529152 229904 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229904 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1794.39 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223705 0 0 0 179303 136 0 0 20 0 2 0 332141936 980529152 229904 33554432000 4194304 5964350 140735355333376 139946964199224 4399835 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 957548

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25971340/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1799.37 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227011 0 0 0 179827 110 0 0 20 0 2 0 332141927 980529152 229904 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229904 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1794.78 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223705 0 0 0 179342 136 0 0 20 0 2 0 332141936 980529152 229904 33554432000 4194304 5964350 140735355333376 139946964199224 4403597 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 957548

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12539
/proc/meminfo: memFree=25971340/32873660 swapFree=7120/7120
[pid=12470] ppid=12468 vsize=957548 CPUtime=1799.47 cores=0,2,4,6
/proc/12470/stat : 12470 (wbo1.72) S 12468 12470 9917 0 -1 4202496 227011 0 0 0 179837 110 0 0 20 0 2 0 332141927 980529152 229904 33554432000 4194304 5964350 140735355333376 140735355332896 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12470/statm: 239387 229904 194 433 0 238951 0
[pid=12470/tid=12472] ppid=12468 vsize=957548 CPUtime=1794.88 cores=0,2,4,6
/proc/12470/task/12472/stat : 12472 (wbo1.72) R 12468 12470 9917 0 -1 4202560 223705 0 0 0 179352 136 0 0 20 0 2 0 332141936 980529152 229904 33554432000 4194304 5964350 140735355333376 139946964199224 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 957548

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.47
CPU user time (s): 1798.37
CPU system time (s): 1.1
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 957548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 1.39379
maximum resident set size= 919624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227013
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= 326
involuntary context switches= 1998

runsolver used 5.35919 second user time and 8.79266 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-02 20:02:41
IDJOB=3727997
IDBENCH=48153
IDSOLVER=2314
FILE ID=node117/3727997-1338660161
RUNJOBID= node117-1338651904-11313
PBS_JOBID= 14636463
Free space on /tmp= 69124 MiB

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

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

MD5SUM BENCH= 3feaf3974ec1ffdea6d6674c11d1a071
RANDOM SEED=278516227

node117.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.148
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.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		: 2667.148
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.148
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.148
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.95
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.148
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.148
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        26841892 kB
Buffers:          596048 kB
Cached:          4063084 kB
SwapCached:          776 kB
Active:          2699064 kB
Inactive:        2419304 kB
Active(anon):     445032 kB
Inactive(anon):     9984 kB
Active(file):    2254032 kB
Inactive(file):  2409320 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:        554944 kB
Mapped:            12972 kB
Shmem:                80 kB
Slab:             775132 kB
SReclaimable:     219544 kB
SUnreclaim:       555588 kB
KernelStack:        1488 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     187020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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-3727997-1338660161.opb

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-02 20:32:42