Trace number 3727969

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark14.8577
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

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-3727969-1338666276.opb.
0.00/0.00	c Instance file HOME/instance-3727969-1338666276.opb
0.00/0.00	c File size is 120403 bytes.
0.00/0.01	c Cost Offset: -50
0.00/0.01	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1598                                                |
0.00/0.01	c |  Number Clauses:        1548                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1498                                                |
0.00/0.01	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  | -49          lb |  0                0                0.00  |
0.00/0.02	c | 0.02      | 0  | -48          lb |  0                0                0.00  |
0.00/0.07	c | 0.07      | 0  | -47          lb |  0                0                0.00  |
0.29/0.35	c | 0.35      | 0  | -46          lb |  0                0                0.00  |
0.99/1.04	c | 1.04      | 0  | -45          lb |  0                0                0.00  |
5.18/5.24	c | 5.24      | 0  | -44          lb |  0                0                0.00  |
67.05/67.15	c | 67.15     | 0  | -43          lb |  0                0                0.00  |
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3727969-1338666276/watcher-3727969-1338666276 -o /tmp/evaluation-result-3727969-1338666276/solver-3727969-1338666276 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727969-1338666276.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.92 2.00 1.96 2/177 2090
/proc/meminfo: memFree=29098876/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=3560 CPUtime=0 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) R 2088 2090 2034 0 -1 4202496 393 0 0 0 0 0 0 0 20 0 1 0 332751980 3645440 346 33554432000 4194304 5964350 140733308286128 140735575888424 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 890 346 166 433 0 424 0

[startup+0.076693 s]
/proc/loadavg: 1.92 2.00 1.96 2/177 2090
/proc/meminfo: memFree=29098876/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=0.07 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 1722 0 0 0 7 0 0 0 20 0 2 0 332751980 86728704 1645 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 1645 194 433 0 20738 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84696

[startup+0.100178 s]
/proc/loadavg: 1.92 2.00 1.96 2/177 2090
/proc/meminfo: memFree=29098876/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=0.09 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 1722 0 0 0 9 0 0 0 20 0 2 0 332751980 86728704 1645 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 1645 194 433 0 20738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84696

[startup+0.300112 s]
/proc/loadavg: 1.92 2.00 1.96 2/177 2090
/proc/meminfo: memFree=29098876/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=0.29 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 1761 0 0 0 29 0 0 0 20 0 2 0 332751980 86728704 1684 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 1684 194 433 0 20738 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84696

[startup+0.70011 s]
/proc/loadavg: 1.92 2.00 1.96 2/177 2090
/proc/meminfo: memFree=29098876/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=0.69 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 2070 0 0 0 69 0 0 0 20 0 2 0 332751980 86728704 1993 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 1993 194 433 0 20738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84696

[startup+1.50025 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29084252/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=1.49 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 2561 0 0 0 149 0 0 0 20 0 2 0 332751980 86728704 2484 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 2484 194 433 0 20738 0
[pid=2090/tid=2092] ppid=2088 vsize=84696 CPUtime=1.46 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 1571 0 0 0 146 0 0 0 20 0 2 0 332751982 86728704 2484 33554432000 4194304 5964350 140733308286128 139744592740672 4388748 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84696

[startup+3.10025 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29080132/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84840 CPUtime=3.08 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 2853 0 0 0 308 0 0 0 20 0 2 0 332751980 86876160 2774 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21210 2774 194 433 0 20774 0
[pid=2090/tid=2092] ppid=2088 vsize=84840 CPUtime=3.06 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 1863 0 0 0 306 0 0 0 20 0 2 0 332751982 86876160 2774 33554432000 4194304 5964350 140733308286128 139744592750392 4400931 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84840

[startup+6.30025 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29071088/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=6.28 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 4063 0 0 0 628 0 0 0 20 0 2 0 332751980 86728704 3948 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 3948 194 433 0 20738 0
[pid=2090/tid=2092] ppid=2088 vsize=84696 CPUtime=6.25 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 3073 0 0 0 625 0 0 0 20 0 2 0 332751982 86728704 3948 33554432000 4194304 5964350 140733308286128 139744592751544 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84696

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29066148/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=12.67 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 4495 0 0 0 1267 0 0 0 20 0 2 0 332751980 86728704 4665 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 4665 194 433 0 20738 0
[pid=2090/tid=2092] ppid=2088 vsize=84696 CPUtime=12.63 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 3505 0 0 0 1263 0 0 0 20 0 2 0 332751982 86728704 4665 33554432000 4194304 5964350 140733308286128 139744592750584 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 84696

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29044440/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=85020 CPUtime=25.47 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 7050 0 0 0 2546 1 0 0 20 0 2 0 332751980 87060480 7220 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21255 7220 194 433 0 20819 0
[pid=2090/tid=2092] ppid=2088 vsize=85020 CPUtime=25.39 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 6060 0 0 0 2538 1 0 0 20 0 2 0 332751982 87060480 7220 33554432000 4194304 5964350 140733308286128 139744592750632 4400439 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85020

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 1.97 3/179 2099
/proc/meminfo: memFree=29026256/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=85504 CPUtime=51.07 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 9673 0 0 0 5104 3 0 0 20 0 2 0 332751980 87556096 9844 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21376 9844 194 433 0 20940 0
[pid=2090/tid=2092] ppid=2088 vsize=85504 CPUtime=50.92 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 8683 0 0 0 5089 3 0 0 20 0 2 0 332751982 87556096 9844 33554432000 4194304 5964350 140733308286128 139744592750392 4389463 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85504

[startup+102.307 s]
/proc/loadavg: 2.09 2.03 1.97 3/179 2099
/proc/meminfo: memFree=28982132/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=84696 CPUtime=102.25 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 13760 0 0 0 10220 5 0 0 20 0 2 0 332751980 86728704 13813 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 21174 13813 194 433 0 20738 0
[pid=2090/tid=2092] ppid=2088 vsize=84696 CPUtime=101.98 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 12770 0 0 0 10192 6 0 0 20 0 2 0 332751982 86728704 13813 33554432000 4194304 5964350 140733308286128 139744592751544 4400439 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 84696

[startup+162.3 s]
/proc/loadavg: 2.18 2.05 1.98 3/179 2100
/proc/meminfo: memFree=28938076/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=150232 CPUtime=162.23 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 18318 0 0 0 16215 8 0 0 20 0 2 0 332751980 153837568 18369 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 37558 18369 194 433 0 37122 0
[pid=2090/tid=2092] ppid=2088 vsize=150232 CPUtime=161.82 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 17328 0 0 0 16172 10 0 0 20 0 2 0 332751982 153837568 18369 33554432000 4194304 5964350 140733308286128 139744592750392 18446744073699066235 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) 150232

[startup+222.3 s]
/proc/loadavg: 2.18 2.07 2.00 3/179 2100
/proc/meminfo: memFree=28894688/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=150232 CPUtime=222.22 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 23399 0 0 0 22210 12 0 0 20 0 2 0 332751980 153837568 23516 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 37558 23516 194 433 0 37122 0
[pid=2090/tid=2092] ppid=2088 vsize=150232 CPUtime=221.65 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 22409 0 0 0 22150 15 0 0 20 0 2 0 332751982 153837568 23516 33554432000 4194304 5964350 140733308286128 139744592750456 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 150232

[startup+282.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/179 2100
/proc/meminfo: memFree=28862300/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=151316 CPUtime=282.19 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 27674 0 0 0 28203 16 0 0 20 0 2 0 332751980 154947584 28168 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 37829 28168 194 433 0 37393 0
[pid=2090/tid=2092] ppid=2088 vsize=151316 CPUtime=281.47 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 26684 0 0 0 28127 20 0 0 20 0 2 0 332751982 154947584 28168 33554432000 4194304 5964350 140733308286128 139744592750632 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 151316

[startup+342.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/180 2103
/proc/meminfo: memFree=28811560/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=151316 CPUtime=342.17 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 33566 0 0 0 34194 23 0 0 20 0 2 0 332751980 154947584 34567 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 37829 34567 194 433 0 37393 0
[pid=2090/tid=2092] ppid=2088 vsize=151316 CPUtime=341.31 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 32576 0 0 0 34103 28 0 0 20 0 2 0 332751982 154947584 34567 33554432000 4194304 5964350 140733308286128 139744592750584 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 151316

[startup+402.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 2103
/proc/meminfo: memFree=28777732/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=216852 CPUtime=402.17 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 37282 0 0 0 40190 27 0 0 20 0 2 0 332751980 222056448 38280 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 54213 38280 194 433 0 53777 0
[pid=2090/tid=2092] ppid=2088 vsize=216852 CPUtime=401.15 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 36292 0 0 0 40083 32 0 0 20 0 2 0 332751982 222056448 38280 33554432000 4194304 5964350 140733308286128 139744592750584 4400390 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) 216852

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2104
/proc/meminfo: memFree=28747712/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=216852 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2133
/proc/meminfo: memFree=28429460/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1421.91 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 83076 0 0 0 142107 84 0 0 20 0 2 0 332751980 423936000 85649 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 85649 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1418.39 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 82086 0 0 0 141734 105 0 0 20 0 2 0 332751982 423936000 85649 33554432000 4194304 5964350 140733308286128 139744592750632 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 414000

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2133
/proc/meminfo: memFree=28414456/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1481.89 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 85482 0 0 0 148101 88 0 0 20 0 2 0 332751980 423936000 88055 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 88055 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1478.22 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 84492 0 0 0 147712 110 0 0 20 0 2 0 332751982 423936000 88055 33554432000 4194304 5964350 140733308286128 139744592750392 4400424 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 414000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2136
/proc/meminfo: memFree=28409488/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1541.88 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 85952 0 0 0 154099 89 0 0 20 0 2 0 332751980 423936000 88523 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 88523 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1538.07 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 84962 0 0 0 153695 112 0 0 20 0 2 0 332751982 423936000 88523 33554432000 4194304 5964350 140733308286128 139744592750632 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 414000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2136
/proc/meminfo: memFree=28393000/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1601.88 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 89068 0 0 0 160094 94 0 0 20 0 2 0 332751980 423936000 91638 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 91638 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1597.91 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 88078 0 0 0 159673 118 0 0 20 0 2 0 332751982 423936000 91638 33554432000 4194304 5964350 140733308286128 139744592750584 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 414000

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 2136
/proc/meminfo: memFree=28370888/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1661.87 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 91370 0 0 0 166089 98 0 0 20 0 2 0 332751980 423936000 93939 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 93939 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1657.75 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 90380 0 0 0 165652 123 0 0 20 0 2 0 332751982 423936000 93939 33554432000 4194304 5964350 140733308286128 139744592750584 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 414000

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2137
/proc/meminfo: memFree=28350784/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1721.86 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 92775 0 0 0 172085 101 0 0 20 0 2 0 332751980 423936000 95344 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 95344 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1717.59 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 91785 0 0 0 171632 127 0 0 20 0 2 0 332751982 423936000 95344 33554432000 4194304 5964350 140733308286128 139744592750584 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 414000

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28338384/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1781.85 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93550 0 0 0 178084 101 0 0 20 0 2 0 332751980 423936000 96119 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96119 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1777.44 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92560 0 0 0 177616 128 0 0 20 0 2 0 332751982 423936000 96119 33554432000 4194304 5964350 140733308286128 139744592750392 4400355 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 414000

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28333300/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1791.45 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93554 0 0 0 179044 101 0 0 20 0 2 0 332751980 423936000 96123 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96123 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1787.02 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92564 0 0 0 178574 128 0 0 20 0 2 0 332751982 423936000 96123 33554432000 4194304 5964350 140733308286128 139744592750392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 414000

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28331620/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1794.65 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93560 0 0 0 179364 101 0 0 20 0 2 0 332751980 423936000 96126 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96126 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1790.21 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92570 0 0 0 178893 128 0 0 20 0 2 0 332751982 423936000 96126 33554432000 4194304 5964350 140733308286128 139744592750392 4399926 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 414000

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28330752/32873844 swapFree=7644/7644
[pid=2090] ppid=2088 vsize=414000 CPUtime=1797.84 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93561 0 0 0 179683 101 0 0 20 0 2 0 332751980 423936000 96127 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96127 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1793.39 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92571 0 0 0 179211 128 0 0 20 0 2 0 332751982 423936000 96127 33554432000 4194304 5964350 140733308286128 139744592750392 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 414000

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28330256/32873844 swapFree=7640/7640
[pid=2090] ppid=2088 vsize=414000 CPUtime=1798.64 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93561 0 0 0 179763 101 0 0 20 0 2 0 332751980 423936000 96127 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96127 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1794.19 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92571 0 0 0 179291 128 0 0 20 0 2 0 332751982 423936000 96127 33554432000 4194304 5964350 140733308286128 139744592750392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 414000

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329884/32873844 swapFree=7640/7640
[pid=2090] ppid=2088 vsize=414000 CPUtime=1799.05 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93561 0 0 0 179804 101 0 0 20 0 2 0 332751980 423936000 96127 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96127 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1794.6 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92571 0 0 0 179332 128 0 0 20 0 2 0 332751982 423936000 96127 33554432000 4194304 5964350 140733308286128 139744592750392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 414000

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329884/32873844 swapFree=7640/7640
[pid=2090] ppid=2088 vsize=414000 CPUtime=1799.44 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93561 0 0 0 179843 101 0 0 20 0 2 0 332751980 423936000 96127 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96127 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1794.99 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92571 0 0 0 179371 128 0 0 20 0 2 0 332751982 423936000 96127 33554432000 4194304 5964350 140733308286128 139744592750392 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 414000

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329884/32873844 swapFree=7640/7640
[pid=2090] ppid=2088 vsize=414000 CPUtime=1799.54 cores=1,3,5,7
/proc/2090/stat : 2090 (wbo1.72) S 2088 2090 2034 0 -1 4202496 93561 0 0 0 179853 101 0 0 20 0 2 0 332751980 423936000 96127 33554432000 4194304 5964350 140733308286128 140733308285648 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2090/statm: 103500 96127 194 433 0 103064 0
[pid=2090/tid=2092] ppid=2088 vsize=414000 CPUtime=1795.09 cores=1,3,5,7
/proc/2090/task/2092/stat : 2092 (wbo1.72) R 2088 2090 2034 0 -1 4202560 92571 0 0 0 179381 128 0 0 20 0 2 0 332751982 423936000 96127 33554432000 4194304 5964350 140733308286128 139744592750392 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 414000

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2090 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=827296
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=296802
# CPU time returned by wait4() is 1795.12
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.53
CPU system time (s): 1.01
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 414000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 1.2968
maximum resident set size= 384516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93563
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= 163
involuntary context switches= 1990

runsolver used 3.20851 second user time and 8.59069 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 21:44:36
IDJOB=3727969
IDBENCH=48250
IDSOLVER=2314
FILE ID=node147/3727969-1338666276
RUNJOBID= node147-1338666276-2051
PBS_JOBID= 14636494
Free space on /tmp= 70788 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_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-3727969-1338666276/watcher-3727969-1338666276 -o /tmp/evaluation-result-3727969-1338666276/solver-3727969-1338666276 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727969-1338666276.opb

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=753632076

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29101552 kB
Buffers:          427328 kB
Cached:          2479236 kB
SwapCached:         3380 kB
Active:          1424640 kB
Inactive:        1488448 kB
Active(anon):       2024 kB
Inactive(anon):     5920 kB
Active(file):    1422616 kB
Inactive(file):  1482528 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             10904 kB
Writeback:             0 kB
AnonPages:         10468 kB
Mapped:             8660 kB
Shmem:                 0 kB
Slab:             720648 kB
SReclaimable:     161284 kB
SUnreclaim:       559364 kB
KernelStack:        1384 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727969-1338666276.opb

Free space on /tmp at the end= 70776 MiB
End job on node147 at 2012-06-02 22:14:36