Trace number 3705646

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.7? 1799.55 1800.07

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705646-1338102491.opb.
0.00/0.00	c Instance file HOME/instance-3705646-1338102491.opb
0.00/0.00	c File size is 6868288 bytes.
0.59/0.65	c Cost Offset: -1000
0.59/0.65	c Highest Coefficient sum: 2000
0.59/0.65	c ============================[ Problem Statistics ]=============================
0.59/0.65	c |                                                                             |
0.59/0.65	c |  Parsing time:          0.66         s                                      |
0.59/0.65	c |  Number Variables:      77294                                               |
0.59/0.65	c |  Number Clauses:        76294                                               |
0.59/0.65	c |  Number Cardinality:    2002                                                |
0.59/0.65	c |  Number PB Constraints: 75294                                               |
0.59/0.65	c |                                                                             |
0.69/0.71	c |  Problem Type:          Optimization                                        |
0.69/0.71	c |  Objective Function:    Cardinality Constraint                              |
0.69/0.71	c |                                                                             |
0.69/0.71	c ============================[ Search Statistics ]==============================
0.69/0.71	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.69/0.71	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.69/0.71	c ===============================================================================
0.89/0.95	c | 0.95      | 0  | -999         lb |  0                0                0.00  |
5.09/5.17	c | 5.18      | 0  | -998         lb |  0                0                0.00  |
242.71/242.86	c | 242.87    | 0  | -997         lb |  0                0                0.00  |
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3705646-1338102491/watcher-3705646-1338102491 -o /tmp/evaluation-result-3705646-1338102491/solver-3705646-1338102491 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705646-1338102491.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: 2.00 2.00 2.00 3/177 12602
/proc/meminfo: memFree=29120064/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=11696 CPUtime=0 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) R 12600 12602 11506 0 -1 4202496 730 0 0 0 0 0 0 0 20 0 1 0 276374302 11976704 682 33554432000 4194304 5963574 140735663527280 140735499501464 4353043 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 2924 682 170 432 0 812 0

[startup+0.078892 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12602
/proc/meminfo: memFree=29120064/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=28072 CPUtime=0.07 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) R 12600 12602 11506 0 -1 4202496 4918 0 0 0 6 1 0 0 20 0 1 0 276374302 28745728 4619 33554432000 4194304 5963574 140735663527280 140735499501464 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 7018 4622 327 432 0 4906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28072

[startup+0.100379 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12602
/proc/meminfo: memFree=29120064/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=31400 CPUtime=0.09 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) R 12600 12602 11506 0 -1 4202496 5780 0 0 0 8 1 0 0 20 0 1 0 276374302 32153600 5481 33554432000 4194304 5963574 140735663527280 140735499501464 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 7850 5481 367 432 0 5738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31400

[startup+0.300311 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12602
/proc/meminfo: memFree=29120064/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=45052 CPUtime=0.29 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) R 12600 12602 11506 0 -1 4202496 9466 0 0 0 27 2 0 0 20 0 1 0 276374302 46133248 9038 33554432000 4194304 5963574 140735663527280 140735499501464 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 11263 9039 859 432 0 9151 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45052

[startup+0.700193 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12602
/proc/meminfo: memFree=29120064/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=145840 CPUtime=0.69 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 19993 0 0 0 66 3 0 0 20 0 2 0 276374302 149340160 17888 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 36460 17888 177 432 0 36025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145840

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12648
/proc/meminfo: memFree=29356728/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=201004 CPUtime=1.49 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 38688 0 0 0 142 7 0 0 20 0 2 0 276374302 205828096 33019 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 50251 33019 192 432 0 49816 0
[pid=12602/tid=12635] ppid=12600 vsize=201004 CPUtime=0.82 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 23064 0 0 0 78 4 0 0 20 0 2 0 276374368 205828096 33019 33554432000 4194304 5963574 140735663527280 139683497126312 4222464 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) 201004

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12648
/proc/meminfo: memFree=29335276/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=201004 CPUtime=3.09 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 38690 0 0 0 302 7 0 0 20 0 2 0 276374302 205828096 33021 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 50251 33021 194 432 0 49816 0
[pid=12602/tid=12635] ppid=12600 vsize=201004 CPUtime=2.42 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 23066 0 0 0 238 4 0 0 20 0 2 0 276374368 205828096 33021 33554432000 4194304 5963574 140735663527280 139683497126840 4403253 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) 201004

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29178200/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=201004 CPUtime=6.29 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 45657 0 0 0 620 9 0 0 20 0 2 0 276374302 205828096 40101 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 50251 40101 194 432 0 49816 0
[pid=12602/tid=12635] ppid=12600 vsize=201004 CPUtime=5.61 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 30033 0 0 0 555 6 0 0 20 0 2 0 276374368 205828096 40101 33554432000 4194304 5963574 140735663527280 139683497126216 4388646 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) 201004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29148836/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=201004 CPUtime=12.69 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 45657 0 0 0 1260 9 0 0 20 0 2 0 276374302 205828096 40157 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 50251 40157 194 432 0 49816 0
[pid=12602/tid=12635] ppid=12600 vsize=201004 CPUtime=11.99 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 30033 0 0 0 1193 6 0 0 20 0 2 0 276374368 205828096 40157 33554432000 4194304 5963574 140735663527280 139683497126216 4388636 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) 201004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29140792/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=201004 CPUtime=25.49 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 47620 0 0 0 2539 10 0 0 20 0 2 0 276374302 205828096 42120 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 50251 42120 194 432 0 49816 0
[pid=12602/tid=12635] ppid=12600 vsize=201004 CPUtime=24.76 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 31996 0 0 0 2469 7 0 0 20 0 2 0 276374368 205828096 42120 33554432000 4194304 5963574 140735663527280 139683497125880 4388696 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) 201004

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=29065600/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=266540 CPUtime=51.07 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 57327 0 0 0 5094 13 0 0 20 0 2 0 276374302 272936960 52341 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 66635 52341 194 432 0 66200 0
[pid=12602/tid=12635] ppid=12600 vsize=266540 CPUtime=50.28 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 41703 0 0 0 5018 10 0 0 20 0 2 0 276374368 272936960 52341 33554432000 4194304 5963574 140735663527280 139683497125400 4388621 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) 266540

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12655
/proc/meminfo: memFree=28893224/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=332076 CPUtime=102.24 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 80134 0 0 0 10203 21 0 0 20 0 2 0 276374302 340045824 75246 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 83019 75246 194 432 0 82584 0
[pid=12602/tid=12635] ppid=12600 vsize=332076 CPUtime=101.34 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 64510 0 0 0 10115 19 0 0 20 0 2 0 276374368 340045824 75246 33554432000 4194304 5963574 140735663527280 139683497125400 4403253 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 332076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12659
/proc/meminfo: memFree=28684576/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=463148 CPUtime=162.23 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 106135 0 0 0 16192 31 0 0 20 0 2 0 276374302 474263552 101246 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 115787 101246 194 432 0 115352 0
[pid=12602/tid=12635] ppid=12600 vsize=463148 CPUtime=161.18 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 90511 0 0 0 16088 30 0 0 20 0 2 0 276374368 474263552 101246 33554432000 4194304 5963574 140735663527280 139683497125400 4222464 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) 463148

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28494644/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=528684 CPUtime=222.22 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 128468 0 0 0 22181 41 0 0 20 0 2 0 276374302 541372416 123579 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 132171 123579 194 432 0 131736 0
[pid=12602/tid=12635] ppid=12600 vsize=528684 CPUtime=221.03 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 112844 0 0 0 22061 42 0 0 20 0 2 0 276374368 541372416 123579 33554432000 4194304 5963574 140735663527280 139683497125400 4399456 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) 528684

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28327268/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=594220 CPUtime=282.21 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 140536 0 0 0 28175 46 0 0 20 0 2 0 276374302 608481280 136156 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 148555 136156 194 432 0 148120 0
[pid=12602/tid=12635] ppid=12600 vsize=594220 CPUtime=280.87 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 124912 0 0 0 28040 47 0 0 20 0 2 0 276374368 608481280 136156 33554432000 4194304 5963574 140735663527280 139683497126216 4388621 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 594220

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28327236/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=594220 CPUtime=342.2 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 140559 0 0 0 34174 46 0 0 20 0 2 0 276374302 608481280 136179 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 148555 136179 194 432 0 148120 0
[pid=12602/tid=12635] ppid=12600 vsize=594220 CPUtime=340.72 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 124935 0 0 0 34024 48 0 0 20 0 2 0 276374368 608481280 136179 33554432000 4194304 5963574 140735663527280 139683497126216 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 594220

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12659
/proc/meminfo: memFree=28326824/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=594220 CPUtime=402.19 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 140585 0 0 0 40173 46 0 0 20 0 2 0 276374302 608481280 136258 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 148555 136258 194 432 0 148120 0
[pid=12602/tid=12635] ppid=12600 vsize=594220 CPUtime=400.56 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 124961 0 0 0 40007 49 0 0 20 0 2 0 276374368 608481280 136258 33554432000 4194304 5963574 140735663527280 139683497126216 4388665 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 594220

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12660
/proc/meminfo: memFree=28308316/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=594220 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25568480/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1421.98 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494593 0 0 0 142027 171 0 0 20 0 2 0 276374302 2084876288 490816 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 490816 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1417.91 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 478969 0 0 0 141602 189 0 0 20 0 2 0 276374368 2084876288 490816 33554432000 4194304 5963574 140735663527280 139683497125880 4410275 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 2036012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25568092/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1481.95 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494615 0 0 0 148024 171 0 0 20 0 2 0 276374302 2084876288 490897 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 490897 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1477.74 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 478991 0 0 0 147583 191 0 0 20 0 2 0 276374368 2084876288 490897 33554432000 4194304 5963574 140735663527280 139683497125880 4388700 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 2036012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25567812/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1541.93 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494636 0 0 0 154022 171 0 0 20 0 2 0 276374302 2084876288 490968 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 490968 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1537.58 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 479012 0 0 0 153566 192 0 0 20 0 2 0 276374368 2084876288 490968 33554432000 4194304 5963574 140735663527280 139683497125880 4403253 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) 2036012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25567780/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1601.92 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494656 0 0 0 160021 171 0 0 20 0 2 0 276374302 2084876288 490996 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 490996 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1597.41 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 479032 0 0 0 159548 193 0 0 20 0 2 0 276374368 2084876288 490996 33554432000 4194304 5963574 140735663527280 139683497125880 4388646 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) 2036012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12669
/proc/meminfo: memFree=25567436/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1661.89 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494687 0 0 0 166018 171 0 0 20 0 2 0 276374302 2084876288 491063 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 491063 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1657.24 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 479063 0 0 0 165530 194 0 0 20 0 2 0 276374368 2084876288 491063 33554432000 4194304 5963574 140735663527280 139683497125880 4388608 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 2036012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12671
/proc/meminfo: memFree=25567028/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1721.87 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 494711 0 0 0 172016 171 0 0 20 0 2 0 276374302 2084876288 491190 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 491190 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1717.08 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 479087 0 0 0 171513 195 0 0 20 0 2 0 276374368 2084876288 491190 33554432000 4194304 5963574 140735663527280 139683497125880 4388608 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 2036012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25504940/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1781.85 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 501034 0 0 0 178012 173 0 0 20 0 2 0 276374302 2084876288 497560 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 497560 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1776.91 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 485410 0 0 0 177494 197 0 0 20 0 2 0 276374368 2084876288 497560 33554432000 4194304 5963574 140735663527280 139683497125880 4399552 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) 2036012

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25477148/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1791.46 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 504493 0 0 0 178971 175 0 0 20 0 2 0 276374302 2084876288 501017 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 501017 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1786.49 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 488869 0 0 0 178450 199 0 0 20 0 2 0 276374368 2084876288 501017 33554432000 4194304 5963574 140735663527280 139683497125880 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 2036012

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25468220/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1794.66 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 505405 0 0 0 179290 176 0 0 20 0 2 0 276374302 2084876288 501929 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 501929 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1789.68 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 489781 0 0 0 178768 200 0 0 20 0 2 0 276374368 2084876288 501929 33554432000 4194304 5963574 140735663527280 139683497125400 5142110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 2036012

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25459168/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1797.85 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 507109 0 0 0 179608 177 0 0 20 0 2 0 276374302 2084876288 503633 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 503633 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1792.87 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 491485 0 0 0 179086 201 0 0 20 0 2 0 276374368 2084876288 503633 33554432000 4194304 5963574 140735663527280 139683497125400 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 2036012

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25455448/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1798.65 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 507274 0 0 0 179688 177 0 0 20 0 2 0 276374302 2084876288 503798 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 503798 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1793.67 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 491650 0 0 0 179166 201 0 0 20 0 2 0 276374368 2084876288 503798 33554432000 4194304 5963574 140735663527280 139683497125400 4399639 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 2036012

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25452704/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1799.05 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 507465 0 0 0 179728 177 0 0 20 0 2 0 276374302 2084876288 503984 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 503984 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1794.07 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 491841 0 0 0 179206 201 0 0 20 0 2 0 276374368 2084876288 503984 33554432000 4194304 5963574 140735663527280 139683497125880 4399451 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) 2036012

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25452704/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1799.45 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 507610 0 0 0 179768 177 0 0 20 0 2 0 276374302 2084876288 504129 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 504129 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1794.46 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 491986 0 0 0 179245 201 0 0 20 0 2 0 276374368 2084876288 504129 33554432000 4194304 5963574 140735663527280 139683497125880 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 2036012

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12671
/proc/meminfo: memFree=25452704/32873844 swapFree=7116/7116
[pid=12602] ppid=12600 vsize=2036012 CPUtime=1799.55 cores=1,3,5,7
/proc/12602/stat : 12602 (wbo1.7) S 12600 12602 11506 0 -1 4202496 507620 0 0 0 179778 177 0 0 20 0 2 0 276374302 2084876288 504139 33554432000 4194304 5963574 140735663527280 140735663526800 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12602/statm: 509003 504139 194 432 0 508568 0
[pid=12602/tid=12635] ppid=12600 vsize=2036012 CPUtime=1794.56 cores=1,3,5,7
/proc/12602/task/12635/stat : 12635 (wbo1.7) R 12600 12602 11506 0 -1 4202560 491996 0 0 0 179255 201 0 0 20 0 2 0 276374368 2084876288 504139 33554432000 4194304 5963574 140735663527280 139683497125880 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 2036012

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12602 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=185394
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=119677
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.07
CPU time (s): 1799.55
CPU user time (s): 1797.78
CPU system time (s): 1.77
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 2036012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 2.11968
maximum resident set size= 2016556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507620
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= 277
involuntary context switches= 1844

runsolver used 2.79957 second user time and 7.2629 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 09:08:11
IDJOB=3705646
IDBENCH=48225
IDSOLVER=2284
FILE ID=node138/3705646-1338102491
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=1258119286

node138.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.347
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.69
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.347
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.347
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.347
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		: 2667.347
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.347
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.347
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.92
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.347
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:        29125460 kB
Buffers:          333524 kB
Cached:          2211088 kB
SwapCached:          212 kB
Active:          1116844 kB
Inactive:        1796124 kB
Active(anon):     359640 kB
Inactive(anon):    11368 kB
Active(file):     757204 kB
Inactive(file):  1784756 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:        374980 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693752 kB
SReclaimable:     136168 kB
SUnreclaim:       557584 kB
KernelStack:        1488 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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-3705646-1338102491.opb

Free space on /tmp at the end= 71512 MiB
End job on node138 at 2012-05-27 09:38:12