Trace number 3727994

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_1.opb
MD5SUM93a95f0846e71f0984a2317cf811edef
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
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 constraint49
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)15716
Sum of products size (including duplicates)31432
Number of different products15716
Sum of products size31432

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-3727994-1338653754.opb.
0.00/0.00	c Instance file HOME/instance-3727994-1338653754.opb
0.00/0.00	c File size is 1206965 bytes.
0.01/0.09	c Cost Offset: 0
0.01/0.09	c Highest Coefficient sum: 50
0.01/0.09	c ============================[ Problem Statistics ]=============================
0.01/0.09	c |                                                                             |
0.01/0.09	c |  Parsing time:          0.09         s                                      |
0.01/0.09	c |  Number Variables:      16216                                               |
0.01/0.09	c |  Number Clauses:        16216                                               |
0.01/0.09	c |  Number Cardinality:    0                                                   |
0.01/0.09	c |  Number PB Constraints: 15716                                               |
0.01/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Optimization                                        |
0.09/0.10	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.10	c |                                                                             |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.09/0.10	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.09/0.10	c ===============================================================================
0.09/0.12	c | 0.13      | 0  | 1            lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | 2            lb |  0                0                0.00  |
0.09/0.15	c | 0.15      | 0  | 3            lb |  0                0                0.00  |
0.09/0.17	c | 0.17      | 0  | 4            lb |  0                0                0.00  |
0.09/0.19	c | 0.20      | 0  | 5            lb |  0                0                0.00  |
0.29/0.33	c | 0.33      | 0  | 6            lb |  0                0                0.00  |
21.17/21.22	c | 21.22     | 0  | 7            lb |  0                0                0.00  |
811.05/811.31	c | 811.31    | 0  | 8            lb |  0                0                0.00  |
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3727994-1338653754/watcher-3727994-1338653754 -o /tmp/evaluation-result-3727994-1338653754/solver-3727994-1338653754 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727994-1338653754.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.91 2/171 11835
/proc/meminfo: memFree=27298768/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=5428 CPUtime=0 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) R 11833 11835 9917 0 -1 4202496 561 0 0 0 0 0 0 0 20 0 1 0 331501186 5558272 514 33554432000 4194304 5964350 140733983461600 140734496104616 4395449 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 1357 514 163 433 0 626 0

[startup+0.0237281 s]
/proc/loadavg: 2.00 2.00 1.91 2/171 11835
/proc/meminfo: memFree=27298768/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=8728 CPUtime=0.01 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) R 11833 11835 9917 0 -1 4202496 1384 0 0 0 1 0 0 0 20 0 1 0 331501186 8937472 1337 33554432000 4194304 5964350 140733983461600 140733983460088 5136410 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 2182 1338 221 433 0 1451 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8728

[startup+0.100169 s]
/proc/loadavg: 2.00 2.00 1.91 2/171 11835
/proc/meminfo: memFree=27298768/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=93976 CPUtime=0.09 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 4205 0 0 0 9 0 0 0 20 0 2 0 331501186 96231424 3863 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 23494 3863 177 433 0 23058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93976

[startup+0.300162 s]
/proc/loadavg: 2.00 2.00 1.91 2/171 11835
/proc/meminfo: memFree=27298768/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=0.29 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 8952 0 0 0 28 1 0 0 20 0 2 0 331501186 94117888 7834 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 7834 193 433 0 22542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91912

[startup+0.700133 s]
/proc/loadavg: 2.00 2.00 1.91 2/171 11835
/proc/meminfo: memFree=27298768/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=0.69 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 9307 0 0 0 68 1 0 0 20 0 2 0 331501186 94117888 8189 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 8189 194 433 0 22542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91912

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27226280/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=1.49 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 9307 0 0 0 148 1 0 0 20 0 2 0 331501186 94117888 8189 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 8189 194 433 0 22542 0
[pid=11835/tid=11852] ppid=11833 vsize=91912 CPUtime=1.38 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 6006 0 0 0 138 0 0 0 20 0 2 0 331501196 94117888 8189 33554432000 4194304 5964350 140733983461600 139881087830344 4403290 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) 91912

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27225056/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=3.09 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 9602 0 0 0 308 1 0 0 20 0 2 0 331501186 94117888 8484 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 8484 194 433 0 22542 0
[pid=11835/tid=11852] ppid=11833 vsize=91912 CPUtime=2.98 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 6301 0 0 0 298 0 0 0 20 0 2 0 331501196 94117888 8484 33554432000 4194304 5964350 140733983461600 139881087830008 4392771 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) 91912

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27208444/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=6.28 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 11893 0 0 0 627 1 0 0 20 0 2 0 331501186 94117888 10775 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 10775 194 433 0 22542 0
[pid=11835/tid=11852] ppid=11833 vsize=91912 CPUtime=6.16 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 8592 0 0 0 615 1 0 0 20 0 2 0 331501196 94117888 10775 33554432000 4194304 5964350 140733983461600 139881087829816 4400439 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) 91912

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27183412/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=91912 CPUtime=12.68 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 16565 0 0 0 1265 3 0 0 20 0 2 0 331501186 94117888 15447 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 22978 15447 194 433 0 22542 0
[pid=11835/tid=11852] ppid=11833 vsize=91912 CPUtime=12.55 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 13264 0 0 0 1252 3 0 0 20 0 2 0 331501196 94117888 15447 33554432000 4194304 5964350 140733983461600 139881087830008 4399987 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) 91912

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27142748/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=157448 CPUtime=25.47 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 24373 0 0 0 2541 6 0 0 20 0 2 0 331501186 161226752 23282 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 39362 23282 194 433 0 38926 0
[pid=11835/tid=11852] ppid=11833 vsize=157448 CPUtime=25.3 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 21072 0 0 0 2524 6 0 0 20 0 2 0 331501196 161226752 23282 33554432000 4194304 5964350 140733983461600 139881087830376 4403259 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 157448

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11859
/proc/meminfo: memFree=27122268/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=157448 CPUtime=51.06 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 24401 0 0 0 5100 6 0 0 20 0 2 0 331501186 161226752 23822 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 39362 23822 194 433 0 38926 0
[pid=11835/tid=11852] ppid=11833 vsize=157448 CPUtime=50.82 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 21100 0 0 0 5076 6 0 0 20 0 2 0 331501196 161226752 23822 33554432000 4194304 5964350 140733983461600 139881087830376 4222314 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157448

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11860
/proc/meminfo: memFree=27041184/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=157448 CPUtime=102.25 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 28537 0 0 0 10217 8 0 0 20 0 2 0 331501186 161226752 27958 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 39362 27958 194 433 0 38926 0
[pid=11835/tid=11852] ppid=11833 vsize=157448 CPUtime=101.89 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 25236 0 0 0 10180 9 0 0 20 0 2 0 331501196 161226752 27958 33554432000 4194304 5964350 140733983461600 139881087830056 4403252 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157448

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11860
/proc/meminfo: memFree=26991812/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=157448 CPUtime=162.23 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 35241 0 0 0 16211 12 0 0 20 0 2 0 331501186 161226752 34730 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 39362 34730 194 433 0 38926 0
[pid=11835/tid=11852] ppid=11833 vsize=157448 CPUtime=161.71 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 31940 0 0 0 16158 13 0 0 20 0 2 0 331501196 161226752 34730 33554432000 4194304 5964350 140733983461600 139881087829816 4373483 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 157448

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11860
/proc/meminfo: memFree=26900432/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=223708 CPUtime=222.2 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 48595 0 0 0 22201 19 0 0 20 0 2 0 331501186 229076992 48348 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 55927 48348 194 433 0 55491 0
[pid=11835/tid=11852] ppid=11833 vsize=223708 CPUtime=221.53 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 45294 0 0 0 22132 21 0 0 20 0 2 0 331501196 229076992 48348 33554432000 4194304 5964350 140733983461600 139881087829816 4400608 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 223708

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/180 11863
/proc/meminfo: memFree=26837176/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=289244 CPUtime=282.18 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 59632 0 0 0 28194 24 0 0 20 0 2 0 331501186 296185856 59385 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 72311 59385 194 433 0 71875 0
[pid=11835/tid=11852] ppid=11833 vsize=289244 CPUtime=281.37 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 56331 0 0 0 28109 28 0 0 20 0 2 0 331501196 296185856 59385 33554432000 4194304 5964350 140733983461600 139881087830008 4400011 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 289244

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11863
/proc/meminfo: memFree=26770584/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=355140 CPUtime=342.18 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 75934 0 0 0 34185 33 0 0 20 0 2 0 331501186 363663360 75687 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 88785 75687 194 433 0 88349 0
[pid=11835/tid=11852] ppid=11833 vsize=355140 CPUtime=341.21 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 72633 0 0 0 34084 37 0 0 20 0 2 0 331501196 363663360 75687 33554432000 4194304 5964350 140733983461600 139881087830008 4403296 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 355140

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11864
/proc/meminfo: memFree=26759408/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=355140 CPUtime=402.16 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 78226 0 0 0 40182 34 0 0 20 0 2 0 331501186 363663360 78021 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 88785 78021 194 433 0 88349 0
[pid=11835/tid=11852] ppid=11833 vsize=355140 CPUtime=401.05 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 74925 0 0 0 40066 39 0 0 20 0 2 0 331501196 363663360 78021 33554432000 4194304 5964350 140733983461600 139881087830008 4403263 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 355140

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/179 11864
/proc/meminfo: memFree=26753556/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=355140 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11870
/proc/meminfo: memFree=26123800/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=550664 CPUtime=1421.96 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 129700 0 0 0 142140 56 0 0 20 0 2 0 331501186 563879936 130410 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 137666 130410 194 433 0 137230 0
[pid=11835/tid=11852] ppid=11833 vsize=550664 CPUtime=1418.29 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 126399 0 0 0 141753 76 0 0 20 0 2 0 331501196 563879936 130410 33554432000 4194304 5964350 140733983461600 139881087830968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 550664

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/180 11873
/proc/meminfo: memFree=26085508/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=550664 CPUtime=1481.94 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 129700 0 0 0 148138 56 0 0 20 0 2 0 331501186 563879936 130410 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 137666 130410 194 433 0 137230 0
[pid=11835/tid=11852] ppid=11833 vsize=550664 CPUtime=1478.13 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 126399 0 0 0 147736 77 0 0 20 0 2 0 331501196 563879936 130410 33554432000 4194304 5964350 140733983461600 139881087830968 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 550664

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 11873
/proc/meminfo: memFree=26038208/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=550664 CPUtime=1541.93 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 129700 0 0 0 154137 56 0 0 20 0 2 0 331501186 563879936 130410 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 137666 130410 194 433 0 137230 0
[pid=11835/tid=11852] ppid=11833 vsize=550664 CPUtime=1537.97 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 126399 0 0 0 153719 78 0 0 20 0 2 0 331501196 563879936 130410 33554432000 4194304 5964350 140733983461600 139881087830968 4391702 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 550664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11873
/proc/meminfo: memFree=25909372/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=681736 CPUtime=1601.93 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 151249 0 0 0 160127 66 0 0 20 0 2 0 331501186 698097664 151958 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 170434 151958 194 433 0 169998 0
[pid=11835/tid=11852] ppid=11833 vsize=681736 CPUtime=1597.81 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 147948 0 0 0 159692 89 0 0 20 0 2 0 331501196 698097664 151958 33554432000 4194304 5964350 140733983461600 139881087830008 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 681736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25826352/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1661.91 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 161730 0 0 0 166120 71 0 0 20 0 2 0 331501186 700588032 162949 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 162949 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1657.65 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 158429 0 0 0 165670 95 0 0 20 0 2 0 331501196 700588032 162949 33554432000 4194304 5964350 140733983461600 139881087830008 4399835 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 684168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25785808/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1721.9 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162121 0 0 0 172119 71 0 0 20 0 2 0 331501186 700588032 163340 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163340 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1717.5 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 158820 0 0 0 171654 96 0 0 20 0 2 0 331501196 700588032 163340 33554432000 4194304 5964350 140733983461600 139881087829816 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 684168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757288/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1781.89 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162641 0 0 0 178118 71 0 0 20 0 2 0 331501186 700588032 163859 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163859 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1777.34 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159340 0 0 0 177637 97 0 0 20 0 2 0 331501196 700588032 163859 33554432000 4194304 5964350 140733983461600 139881087829816 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 684168

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757784/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1791.5 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162673 0 0 0 179079 71 0 0 20 0 2 0 331501186 700588032 163891 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163891 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1786.92 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159372 0 0 0 178595 97 0 0 20 0 2 0 331501196 700588032 163891 33554432000 4194304 5964350 140733983461600 139881087829816 4387859 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 684168

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1794.7 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162677 0 0 0 179399 71 0 0 20 0 2 0 331501186 700588032 163895 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163895 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1790.11 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159376 0 0 0 178914 97 0 0 20 0 2 0 331501196 700588032 163895 33554432000 4194304 5964350 140733983461600 139881087829816 4399858 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 684168

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1797.89 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162677 0 0 0 179718 71 0 0 20 0 2 0 331501186 700588032 163895 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163895 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1793.3 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159376 0 0 0 179233 97 0 0 20 0 2 0 331501196 700588032 163895 33554432000 4194304 5964350 140733983461600 139881087829816 4399989 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 684168

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1798.69 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162677 0 0 0 179798 71 0 0 20 0 2 0 331501186 700588032 163895 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163895 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1794.09 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159376 0 0 0 179312 97 0 0 20 0 2 0 331501196 700588032 163895 33554432000 4194304 5964350 140733983461600 139881087829816 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 684168

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1799.1 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162696 0 0 0 179839 71 0 0 20 0 2 0 331501186 700588032 163914 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163914 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1794.5 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159395 0 0 0 179353 97 0 0 20 0 2 0 331501196 700588032 163914 33554432000 4194304 5964350 140733983461600 139881087829816 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 684168

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1799.49 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162699 0 0 0 179878 71 0 0 20 0 2 0 331501186 700588032 163917 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163917 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1794.89 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159398 0 0 0 179392 97 0 0 20 0 2 0 331501196 700588032 163917 33554432000 4194304 5964350 140733983461600 139881087829816 4392627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 684168

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 11874
/proc/meminfo: memFree=25757660/32873660 swapFree=7120/7120
[pid=11835] ppid=11833 vsize=684168 CPUtime=1799.59 cores=0,2,4,6
/proc/11835/stat : 11835 (wbo1.72) S 11833 11835 9917 0 -1 4202496 162700 0 0 0 179888 71 0 0 20 0 2 0 331501186 700588032 163918 33554432000 4194304 5964350 140733983461600 140733983461120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11835/statm: 171042 163918 194 433 0 170606 0
[pid=11835/tid=11852] ppid=11833 vsize=684168 CPUtime=1794.99 cores=0,2,4,6
/proc/11835/task/11852/stat : 11852 (wbo1.72) R 11833 11835 9917 0 -1 4202560 159399 0 0 0 179402 97 0 0 20 0 2 0 331501196 700588032 163918 33554432000 4194304 5964350 140733983461600 139881087829816 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 684168

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11835 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=127251
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=994848
# CPU time returned by wait4() is 1795.12
# while last known CPU time is 1799.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.59
CPU user time (s): 1798.88
CPU system time (s): 0.71
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 684168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 0.994848
maximum resident set size= 655680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162702
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= 152
involuntary context switches= 2195

runsolver used 2.6376 second user time and 7.2189 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-02 18:15:54
IDJOB=3727994
IDBENCH=48112
IDSOLVER=2314
FILE ID=node117/3727994-1338653754
RUNJOBID= node117-1338651904-11313
PBS_JOBID= 14636463
Free space on /tmp= 69128 MiB

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

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

MD5SUM BENCH= 93a95f0846e71f0984a2317cf811edef
RANDOM SEED=1392799446

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:        26775996 kB
Buffers:          594404 kB
Cached:          4056756 kB
SwapCached:          776 kB
Active:          2763584 kB
Inactive:        2418036 kB
Active(anon):     516268 kB
Inactive(anon):     9984 kB
Active(file):    2247316 kB
Inactive(file):  2408052 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        644580 kB
Mapped:            12972 kB
Shmem:                80 kB
Slab:             775136 kB
SReclaimable:     219448 kB
SUnreclaim:       555688 kB
KernelStack:        1488 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     145516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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-3727994-1338653754.opb

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-02 18:45:55