Trace number 3727978

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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-3727978-1338651954.opb.
0.00/0.00	c Instance file HOME/instance-3727978-1338651954.opb
0.00/0.00	c File size is 89648 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 20
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:      1358                                                |
0.00/0.00	c |  Number Clauses:        1358                                                |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 1258                                                |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | 1            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 2            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 3            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 4            lb |  0                0                0.00  |
0.00/0.01	c | 0.02      | 0  | 5            lb |  0                0                0.00  |
0.00/0.04	c | 0.04      | 0  | 6            lb |  0                0                0.00  |
3.79/3.83	c | 3.84      | 0  | 7            lb |  0                0                0.00  |
500.05/500.21	c | 500.22    | 0  | 8            lb |  0                0                0.00  |
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3727978-1338651954/watcher-3727978-1338651954 -o /tmp/evaluation-result-3727978-1338651954/solver-3727978-1338651954 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727978-1338651954.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.53 1.26 1.55 3/177 11717
/proc/meminfo: memFree=27226828/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=3524 CPUtime=0 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) R 11715 11717 9917 0 -1 4202496 399 0 0 0 0 0 0 0 20 0 1 0 331321168 3608576 352 33554432000 4194304 5964350 140735305101600 140735047820344 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 881 354 173 433 0 423 0

[startup+0.047196 s]
/proc/loadavg: 1.53 1.26 1.55 3/177 11717
/proc/meminfo: memFree=27226828/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=0.04 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 1462 0 0 0 4 0 0 0 20 0 2 0 331321168 86450176 1393 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 1393 194 433 0 20670 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84424

[startup+0.100165 s]
/proc/loadavg: 1.53 1.26 1.55 3/177 11717
/proc/meminfo: memFree=27226828/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=0.09 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 1475 0 0 0 9 0 0 0 20 0 2 0 331321168 86450176 1406 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 1406 194 433 0 20670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84424

[startup+0.300105 s]
/proc/loadavg: 1.53 1.26 1.55 3/177 11717
/proc/meminfo: memFree=27226828/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=0.29 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 1759 0 0 0 29 0 0 0 20 0 2 0 331321168 86450176 1690 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 1690 194 433 0 20670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84424

[startup+0.700104 s]
/proc/loadavg: 1.53 1.26 1.55 3/177 11717
/proc/meminfo: memFree=27226828/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=0.69 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 2330 0 0 0 69 0 0 0 20 0 2 0 331321168 86450176 2261 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 2261 194 433 0 20670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84424

[startup+1.5002 s]
/proc/loadavg: 1.56 1.28 1.56 3/179 11719
/proc/meminfo: memFree=27213684/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=1.49 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 3180 0 0 0 149 0 0 0 20 0 2 0 331321168 86450176 3111 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 3111 194 433 0 20670 0
[pid=11717/tid=11719] ppid=11715 vsize=84424 CPUtime=1.47 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 2270 0 0 0 147 0 0 0 20 0 2 0 331321169 86450176 3111 33554432000 4194304 5964350 140735305101600 140035656881976 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84424

[startup+3.10014 s]
/proc/loadavg: 1.56 1.28 1.56 3/179 11719
/proc/meminfo: memFree=27209220/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84568 CPUtime=3.09 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 3870 0 0 0 309 0 0 0 20 0 2 0 331321168 86597632 3801 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21142 3801 194 433 0 20706 0
[pid=11717/tid=11719] ppid=11715 vsize=84568 CPUtime=3.07 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 2960 0 0 0 307 0 0 0 20 0 2 0 331321169 86597632 3801 33554432000 4194304 5964350 140735305101600 140035656881976 4389872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84568

[startup+6.30014 s]
/proc/loadavg: 1.56 1.28 1.56 3/179 11719
/proc/meminfo: memFree=27204536/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84424 CPUtime=6.29 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 4257 0 0 0 629 0 0 0 20 0 2 0 331321168 86450176 4160 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21106 4160 194 433 0 20670 0
[pid=11717/tid=11719] ppid=11715 vsize=84424 CPUtime=6.26 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 3347 0 0 0 626 0 0 0 20 0 2 0 331321169 86450176 4160 33554432000 4194304 5964350 140735305101600 140035656883128 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84424

[startup+12.7002 s]
/proc/loadavg: 1.63 1.30 1.56 3/179 11719
/proc/meminfo: memFree=27187280/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84640 CPUtime=12.69 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 6819 0 0 0 1268 1 0 0 20 0 2 0 331321168 86671360 6722 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21160 6722 194 433 0 20724 0
[pid=11717/tid=11719] ppid=11715 vsize=84640 CPUtime=12.64 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 5909 0 0 0 1263 1 0 0 20 0 2 0 331321169 86671360 6722 33554432000 4194304 5964350 140735305101600 140035656882216 4400380 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84640

[startup+25.5003 s]
/proc/loadavg: 1.69 1.32 1.56 3/179 11719
/proc/meminfo: memFree=27147120/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84748 CPUtime=25.49 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 11065 0 0 0 2546 3 0 0 20 0 2 0 331321168 86781952 10968 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21187 10968 194 433 0 20751 0
[pid=11717/tid=11719] ppid=11715 vsize=84748 CPUtime=25.41 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 10155 0 0 0 2538 3 0 0 20 0 2 0 331321169 86781952 10968 33554432000 4194304 5964350 140735305101600 140035656881976 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84748

[startup+51.1002 s]
/proc/loadavg: 1.79 1.37 1.57 3/179 11719
/proc/meminfo: memFree=27091168/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=84908 CPUtime=51.08 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 17109 0 0 0 5104 4 0 0 20 0 2 0 331321168 86945792 17012 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 21227 17012 194 433 0 20791 0
[pid=11717/tid=11719] ppid=11715 vsize=84908 CPUtime=50.94 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 16199 0 0 0 5090 4 0 0 20 0 2 0 331321169 86945792 17012 33554432000 4194304 5964350 140735305101600 140035656881976 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84908

[startup+102.306 s]
/proc/loadavg: 1.92 1.48 1.59 3/179 11720
/proc/meminfo: memFree=26986636/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=153036 CPUtime=102.26 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 25321 0 0 0 10218 8 0 0 20 0 2 0 331321168 156708864 25320 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 38259 25320 194 433 0 37823 0
[pid=11717/tid=11719] ppid=11715 vsize=153036 CPUtime=102 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 24411 0 0 0 10191 9 0 0 20 0 2 0 331321169 156708864 25320 33554432000 4194304 5964350 140735305101600 140035656881976 5131148 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 153036

[startup+162.3 s]
/proc/loadavg: 2.02 1.59 1.62 3/179 11720
/proc/meminfo: memFree=26855120/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=158892 CPUtime=162.23 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 33980 0 0 0 16213 10 0 0 20 0 2 0 331321168 162705408 34343 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 39723 34343 194 433 0 39287 0
[pid=11717/tid=11719] ppid=11715 vsize=158892 CPUtime=161.84 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 33070 0 0 0 16172 12 0 0 20 0 2 0 331321169 162705408 34343 33554432000 4194304 5964350 140735305101600 140035656882216 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 158892

[startup+222.3 s]
/proc/loadavg: 2.01 1.66 1.64 3/179 11720
/proc/meminfo: memFree=26722460/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=230044 CPUtime=222.23 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 41370 0 0 0 22209 14 0 0 20 0 2 0 331321168 235565056 41718 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 57511 41718 194 433 0 57075 0
[pid=11717/tid=11719] ppid=11715 vsize=230044 CPUtime=221.68 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 40460 0 0 0 22151 17 0 0 20 0 2 0 331321169 235565056 41718 33554432000 4194304 5964350 140735305101600 140035656882168 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 230044

[startup+282.3 s]
/proc/loadavg: 2.00 1.72 1.66 3/180 11723
/proc/meminfo: memFree=26671504/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=235496 CPUtime=282.2 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 42967 0 0 0 28206 14 0 0 20 0 2 0 331321168 241147904 43473 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 58874 43473 194 433 0 58438 0
[pid=11717/tid=11719] ppid=11715 vsize=235496 CPUtime=281.51 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 42057 0 0 0 28133 18 0 0 20 0 2 0 331321169 241147904 43473 33554432000 4194304 5964350 140735305101600 140035656881976 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 235496

[startup+342.3 s]
/proc/loadavg: 2.00 1.77 1.68 3/179 11723
/proc/meminfo: memFree=26631880/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=243116 CPUtime=342.18 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 52333 0 0 0 34196 22 0 0 20 0 2 0 331321168 248950784 53384 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 60779 53384 194 433 0 60343 0
[pid=11717/tid=11719] ppid=11715 vsize=243116 CPUtime=341.34 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 51423 0 0 0 34107 27 0 0 20 0 2 0 331321169 248950784 53384 33554432000 4194304 5964350 140735305101600 140035656881976 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 243116

[startup+402.3 s]
/proc/loadavg: 2.00 1.81 1.70 3/179 11724
/proc/meminfo: memFree=26617476/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=310108 CPUtime=402.17 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 55797 0 0 0 40192 25 0 0 20 0 2 0 331321168 317550592 56848 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 77527 56848 194 433 0 77091 0
[pid=11717/tid=11719] ppid=11715 vsize=310108 CPUtime=401.19 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 54887 0 0 0 40089 30 0 0 20 0 2 0 331321169 317550592 56848 33554432000 4194304 5964350 140735305101600 140035656882168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 310108

[startup+462.3 s]
/proc/loadavg: 2.00 1.84 1.71 3/179 11724
/proc/meminfo: memFree=26595312/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=313504 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 1.99 1.87 3/179 11753
/proc/meminfo: memFree=25353880/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=479264 CPUtime=1421.95 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 114479 0 0 0 142135 60 0 0 20 0 2 0 331321168 490766336 109646 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 119816 109646 194 433 0 119380 0
[pid=11717/tid=11719] ppid=11715 vsize=479264 CPUtime=1418.52 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 113569 0 0 0 141771 81 0 0 20 0 2 0 331321169 490766336 109646 33554432000 4194304 5964350 140735305101600 140035656881976 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 479264

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.87 3/180 11756
/proc/meminfo: memFree=25351624/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=479264 CPUtime=1481.94 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 114920 0 0 0 148134 60 0 0 20 0 2 0 331321168 490766336 110084 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 119816 110084 194 433 0 119380 0
[pid=11717/tid=11719] ppid=11715 vsize=479264 CPUtime=1478.36 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 114010 0 0 0 147754 82 0 0 20 0 2 0 331321169 490766336 110084 33554432000 4194304 5964350 140735305101600 140035656881976 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 479264

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/179 11756
/proc/meminfo: memFree=25346204/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=479264 CPUtime=1541.93 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 116288 0 0 0 154133 60 0 0 20 0 2 0 331321168 490766336 111451 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 119816 111451 194 433 0 119380 0
[pid=11717/tid=11719] ppid=11715 vsize=479264 CPUtime=1538.2 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 115378 0 0 0 153737 83 0 0 20 0 2 0 331321169 490766336 111451 33554432000 4194304 5964350 140735305101600 140035656882168 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 479264

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/179 11757
/proc/meminfo: memFree=25326144/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1601.92 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 121272 0 0 0 160127 65 0 0 20 0 2 0 331321168 557875200 116434 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 116434 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1598.05 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 120362 0 0 0 159717 88 0 0 20 0 2 0 331321169 557875200 116434 33554432000 4194304 5964350 140735305101600 140035656882168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 544800

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.90 3/179 11757
/proc/meminfo: memFree=25317412/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1661.9 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 123148 0 0 0 166124 66 0 0 20 0 2 0 331321168 557875200 118309 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 118309 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1657.9 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 122238 0 0 0 165699 91 0 0 20 0 2 0 331321169 557875200 118309 33554432000 4194304 5964350 140735305101600 140035656882168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 544800

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.90 3/179 11757
/proc/meminfo: memFree=25260092/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1721.9 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 123149 0 0 0 172124 66 0 0 20 0 2 0 331321168 557875200 118310 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 118310 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1717.74 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 122239 0 0 0 171682 92 0 0 20 0 2 0 331321169 557875200 118310 33554432000 4194304 5964350 140735305101600 140035656882168 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 544800

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 11757
/proc/meminfo: memFree=25118836/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1781.89 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 131441 0 0 0 178117 72 0 0 20 0 2 0 331321168 557875200 126601 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 126601 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1777.59 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 130531 0 0 0 177660 99 0 0 20 0 2 0 331321169 557875200 126601 33554432000 4194304 5964350 140735305101600 140035656882168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 544800

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11757
/proc/meminfo: memFree=25095260/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1791.49 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133090 0 0 0 179076 73 0 0 20 0 2 0 331321168 557875200 128250 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128250 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1787.17 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132180 0 0 0 178617 100 0 0 20 0 2 0 331321169 557875200 128250 33554432000 4194304 5964350 140735305101600 140035656882168 4400321 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 544800

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11757
/proc/meminfo: memFree=25086192/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1794.69 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179396 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1790.36 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 178936 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 544800

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11757
/proc/meminfo: memFree=25081108/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1797.88 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179715 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1793.55 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 179255 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 544800

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 11757
/proc/meminfo: memFree=25079248/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1798.68 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179795 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1794.35 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 179335 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 544800

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 11757
/proc/meminfo: memFree=26772872/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1799.09 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179836 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1794.75 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 179375 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 544800

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 11757
/proc/meminfo: memFree=26772872/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1799.48 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179875 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1795.14 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 179414 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 544800

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 11757
/proc/meminfo: memFree=26772872/32873660 swapFree=7120/7120
[pid=11717] ppid=11715 vsize=544800 CPUtime=1799.58 cores=1,3,5,7
/proc/11717/stat : 11717 (wbo1.72) S 11715 11717 9917 0 -1 4202496 133092 0 0 0 179885 73 0 0 20 0 2 0 331321168 557875200 128252 33554432000 4194304 5964350 140735305101600 140735305101120 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11717/statm: 136200 128252 194 433 0 135764 0
[pid=11717/tid=11719] ppid=11715 vsize=544800 CPUtime=1795.24 cores=1,3,5,7
/proc/11717/task/11719/stat : 11719 (wbo1.72) R 11715 11717 9917 0 -1 4202560 132182 0 0 0 179424 100 0 0 20 0 2 0 331321169 557875200 128252 33554432000 4194304 5964350 140735305101600 140035656882168 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 544800

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11717 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=254231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=21844
# CPU time returned by wait4() is 1795.28
# while last known CPU time is 1799.58
#
# 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.58
CPU user time (s): 1798.85
CPU system time (s): 0.73
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 544800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.02184
maximum resident set size= 513016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133094
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= 171
involuntary context switches= 1860

runsolver used 2.5966 second user time and 7.2249 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-02 17:45:54
IDJOB=3727978
IDBENCH=48105
IDSOLVER=2314
FILE ID=node117/3727978-1338651954
RUNJOBID= node117-1338651904-11314
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_100_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-3727978-1338651954/watcher-3727978-1338651954 -o /tmp/evaluation-result-3727978-1338651954/solver-3727978-1338651954 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727978-1338651954.opb

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=1176464342

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:        27228024 kB
Buffers:          594080 kB
Cached:          4059500 kB
SwapCached:          776 kB
Active:          2316568 kB
Inactive:        2418008 kB
Active(anon):      67220 kB
Inactive(anon):     9984 kB
Active(file):    2249348 kB
Inactive(file):  2408024 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             14240 kB
Writeback:             0 kB
AnonPages:        132804 kB
Mapped:            13300 kB
Shmem:                80 kB
Slab:             776104 kB
SReclaimable:     219704 kB
SUnreclaim:       556400 kB
KernelStack:        1488 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     163992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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-3727978-1338651954.opb

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