Trace number 3727964

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.38 1800.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
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-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

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-3727964-1338665519.opb.
0.00/0.00	c Instance file HOME/instance-3727964-1338665519.opb
0.00/0.00	c File size is 567733 bytes.
0.01/0.04	c Cost Offset: -500
0.01/0.04	c Highest Coefficient sum: 1000
0.01/0.04	c ============================[ Problem Statistics ]=============================
0.01/0.04	c |                                                                             |
0.01/0.04	c |  Parsing time:          0.05         s                                      |
0.01/0.04	c |  Number Variables:      7326                                                |
0.01/0.04	c |  Number Clauses:        6826                                                |
0.01/0.04	c |  Number Cardinality:    1002                                                |
0.01/0.04	c |  Number PB Constraints: 6326                                                |
0.01/0.04	c |                                                                             |
0.01/0.05	c |  Problem Type:          Optimization                                        |
0.01/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.01/0.05	c |                                                                             |
0.01/0.05	c ============================[ Search Statistics ]==============================
0.01/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.05	c ===============================================================================
0.01/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.48/0.52	c | 0.52      | 0  | -498         lb |  0                0                0.00  |
21.28/21.35	c | 21.36     | 0  | -497         lb |  0                0                0.00  |
487.57/487.88	c | 487.88    | 0  | -496         lb |  0                0                0.00  |
1799.38/1800.00	c ===============================================================================
1799.38/1800.00	c Wall Clock Time: 1800.00 s
1799.38/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-3727964-1338665519/watcher-3727964-1338665519 -o /tmp/evaluation-result-3727964-1338665519/solver-3727964-1338665519 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727964-1338665519.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.03 3/179 26206
/proc/meminfo: memFree=28295124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=5092 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) R 26204 26206 25884 0 -1 4202496 625 0 0 0 0 0 0 0 20 0 1 0 332677216 5214208 578 33554432000 4194304 5964350 140735921930336 140733561046440 4395449 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 1273 578 164 433 0 698 0

[startup+0.0130201 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26206
/proc/meminfo: memFree=28295124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=6000 CPUtime=0.01 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) R 26204 26206 25884 0 -1 4202496 848 0 0 0 1 0 0 0 20 0 1 0 332677216 6144000 801 33554432000 4194304 5964350 140735921930336 140733561046440 4344327 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 1500 802 182 433 0 925 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6000

[startup+0.100241 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26206
/proc/meminfo: memFree=28295124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=0.09 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 4241 0 0 0 9 0 0 0 20 0 2 0 332677216 89927680 3762 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 3762 192 433 0 21519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87820

[startup+0.300209 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26206
/proc/meminfo: memFree=28295124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=0.29 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 4242 0 0 0 29 0 0 0 20 0 2 0 332677216 89927680 3763 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 3763 193 433 0 21519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87820

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 26206
/proc/meminfo: memFree=28295124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=0.68 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 5084 0 0 0 68 0 0 0 20 0 2 0 332677216 89927680 4605 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 4605 194 433 0 21519 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87820

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26208
/proc/meminfo: memFree=28273400/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=1.49 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 5542 0 0 0 148 1 0 0 20 0 2 0 332677216 89927680 5063 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 5063 194 433 0 21519 0
[pid=26206/tid=26208] ppid=26204 vsize=87820 CPUtime=1.43 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 3519 0 0 0 143 0 0 0 20 0 2 0 332677221 89927680 5063 33554432000 4194304 5964350 140735921930336 139819137583464 4389080 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) 87820

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26208
/proc/meminfo: memFree=28265092/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=3.09 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 7057 0 0 0 308 1 0 0 20 0 2 0 332677216 89927680 6578 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 6578 194 433 0 21519 0
[pid=26206/tid=26208] ppid=26204 vsize=87820 CPUtime=3.03 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 5034 0 0 0 302 1 0 0 20 0 2 0 332677221 89927680 6578 33554432000 4194304 5964350 140735921930336 139819137582616 4389084 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) 87820

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26208
/proc/meminfo: memFree=28243144/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=6.29 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 9387 0 0 0 626 3 0 0 20 0 2 0 332677216 89927680 8908 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 8908 194 433 0 21519 0
[pid=26206/tid=26208] ppid=26204 vsize=87820 CPUtime=6.22 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 7364 0 0 0 620 2 0 0 20 0 2 0 332677221 89927680 8908 33554432000 4194304 5964350 140735921930336 139819137582616 4389080 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) 87820

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 26208
/proc/meminfo: memFree=28220728/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=12.69 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 14359 0 0 0 1265 4 0 0 20 0 2 0 332677216 89927680 13880 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 13880 194 433 0 21519 0
[pid=26206/tid=26208] ppid=26204 vsize=87820 CPUtime=12.6 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 12336 0 0 0 1257 3 0 0 20 0 2 0 332677221 89927680 13880 33554432000 4194304 5964350 140735921930336 139819137583096 4389084 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) 87820

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 26208
/proc/meminfo: memFree=28192624/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=87820 CPUtime=25.49 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 17595 0 0 0 2544 5 0 0 20 0 2 0 332677216 89927680 17115 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 21955 17115 194 433 0 21519 0
[pid=26206/tid=26208] ppid=26204 vsize=87820 CPUtime=25.37 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 15572 0 0 0 2533 4 0 0 20 0 2 0 332677221 89927680 17115 33554432000 4194304 5964350 140735921930336 139819137583432 4222416 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) 87820

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 26208
/proc/meminfo: memFree=28143680/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=153356 CPUtime=51.07 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 24892 0 0 0 5100 7 0 0 20 0 2 0 332677216 157036544 24407 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 38339 24407 194 433 0 37903 0
[pid=26206/tid=26208] ppid=26204 vsize=153356 CPUtime=50.89 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 22869 0 0 0 5082 7 0 0 20 0 2 0 332677221 157036544 24407 33554432000 4194304 5964350 140735921930336 139819137583096 5136340 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) 153356

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 26208
/proc/meminfo: memFree=28012624/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=219216 CPUtime=102.25 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 51088 0 0 0 10207 18 0 0 20 0 2 0 332677216 224477184 51091 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 54804 51091 194 433 0 54368 0
[pid=26206/tid=26208] ppid=26204 vsize=219216 CPUtime=101.94 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 49065 0 0 0 10176 18 0 0 20 0 2 0 332677221 224477184 51091 33554432000 4194304 5964350 140735921930336 139819137583096 4409131 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) 219216

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 26209
/proc/meminfo: memFree=27828672/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=416224 CPUtime=162.23 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 86780 0 0 0 16191 32 0 0 20 0 2 0 332677216 426213376 86773 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 104056 86773 194 433 0 103620 0
[pid=26206/tid=26208] ppid=26204 vsize=416224 CPUtime=161.77 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 84757 0 0 0 16144 33 0 0 20 0 2 0 332677221 426213376 86773 33554432000 4194304 5964350 140735921930336 139819137583096 4389090 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) 416224

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.01 3/181 26209
/proc/meminfo: memFree=27734400/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=481760 CPUtime=222.17 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 104219 0 0 0 22180 37 0 0 20 0 2 0 332677216 493322240 104192 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 120440 104192 194 433 0 120004 0
[pid=26206/tid=26208] ppid=26204 vsize=481760 CPUtime=221.57 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 102196 0 0 0 22117 40 0 0 20 0 2 0 332677221 493322240 104192 33554432000 4194304 5964350 140735921930336 139819137583096 5135289 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 481760

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26209
/proc/meminfo: memFree=27617124/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=547296 CPUtime=282.12 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 128928 0 0 0 28165 47 0 0 20 0 2 0 332677216 560431104 128861 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 136824 128862 194 433 0 136388 0
[pid=26206/tid=26208] ppid=26204 vsize=547296 CPUtime=281.37 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 126906 0 0 0 28086 51 0 0 20 0 2 0 332677221 560431104 128862 33554432000 4194304 5964350 140735921930336 139819137582616 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 547296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26209
/proc/meminfo: memFree=27509264/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=612832 CPUtime=342.09 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 148574 0 0 0 34155 54 0 0 20 0 2 0 332677216 627539968 148494 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 153208 148494 194 433 0 152772 0
[pid=26206/tid=26208] ppid=26204 vsize=612832 CPUtime=341.2 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 146551 0 0 0 34061 59 0 0 20 0 2 0 332677221 627539968 148494 33554432000 4194304 5964350 140735921930336 139819137583096 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 612832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26209
/proc/meminfo: memFree=27409140/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=743904 CPUtime=402.08 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 168464 0 0 0 40147 61 0 0 20 0 2 0 332677216 761757696 168384 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 185976 168384 194 433 0 185540 0
[pid=26206/tid=26208] ppid=26204 vsize=743904 CPUtime=401.04 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 166441 0 0 0 40038 66 0 0 20 0 2 0 332677221 761757696 168384 33554432000 4194304 5964350 140735921930336 139819137583096 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 743904

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26210
/proc/meminfo: memFree=27319904/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=809800 CPUtime=462.07 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26220
/proc/meminfo: memFree=26550964/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1268324 CPUtime=1421.78 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 309725 0 0 0 142066 112 0 0 20 0 2 0 332677216 1298763776 309462 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 317081 309462 194 433 0 316645 0
[pid=26206/tid=26208] ppid=26204 vsize=1268324 CPUtime=1418.22 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 307702 0 0 0 141690 132 0 0 20 0 2 0 332677221 1298763776 309462 33554432000 4194304 5964350 140735921930336 139819137583096 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1268324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26220
/proc/meminfo: memFree=26297572/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1532092 CPUtime=1481.74 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 365273 0 0 0 148044 130 0 0 20 0 2 0 332677216 1568862208 364999 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 383023 364999 194 433 0 382587 0
[pid=26206/tid=26208] ppid=26204 vsize=1532092 CPUtime=1478.04 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 363250 0 0 0 147652 152 0 0 20 0 2 0 332677221 1568862208 364999 33554432000 4194304 5964350 140735921930336 139819137583096 4379040 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1532092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26220
/proc/meminfo: memFree=26289112/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1532092 CPUtime=1541.73 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 365286 0 0 0 154043 130 0 0 20 0 2 0 332677216 1568862208 364999 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 383023 364999 194 433 0 382587 0
[pid=26206/tid=26208] ppid=26204 vsize=1532092 CPUtime=1537.87 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 363263 0 0 0 153634 153 0 0 20 0 2 0 332677221 1568862208 364999 33554432000 4194304 5964350 140735921930336 139819137583096 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1532092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26220
/proc/meminfo: memFree=26126548/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1663164 CPUtime=1601.72 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 397620 0 0 0 160030 142 0 0 20 0 2 0 332677216 1703079936 397333 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 415791 397333 194 433 0 415355 0
[pid=26206/tid=26208] ppid=26204 vsize=1663164 CPUtime=1597.72 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 395597 0 0 0 159606 166 0 0 20 0 2 0 332677221 1703079936 397333 33554432000 4194304 5964350 140735921930336 139819137583096 4220678 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 1663164

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 26220
/proc/meminfo: memFree=26008632/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1661.71 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425643 0 0 0 166018 153 0 0 20 0 2 0 332677216 1770188800 425356 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425356 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1657.56 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423620 0 0 0 165578 178 0 0 20 0 2 0 332677221 1770188800 425356 33554432000 4194304 5964350 140735921930336 139819137583096 4400539 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 1728700

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 26224
/proc/meminfo: memFree=25995528/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1721.7 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425648 0 0 0 172017 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1717.4 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423625 0 0 0 171561 179 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4388992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 1728700

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976616/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1781.69 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 178016 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1777.25 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 177546 179 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4388770 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 1728700

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976616/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1791.29 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 178976 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1786.83 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 178503 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4389049 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.29
Current children cumulated vsize (KiB) 1728700

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976492/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1794.49 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179296 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1790.02 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 178822 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4389080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.49
Current children cumulated vsize (KiB) 1728700

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976492/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1797.68 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179615 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1793.2 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 179140 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (KiB) 1728700

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976368/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1798.48 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179695 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1794 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 179220 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 1728700

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976368/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1798.89 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179736 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1794.41 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 179261 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1728700

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976368/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1799.28 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179775 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1794.8 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 179300 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.28
Current children cumulated vsize (KiB) 1728700

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26247
/proc/meminfo: memFree=25976368/32873844 swapFree=7112/7112
[pid=26206] ppid=26204 vsize=1728700 CPUtime=1799.38 cores=1,3,5,7
/proc/26206/stat : 26206 (wbo1.72) S 26204 26206 25884 0 -1 4202496 425649 0 0 0 179785 153 0 0 20 0 2 0 332677216 1770188800 425360 33554432000 4194304 5964350 140735921930336 140735921929856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26206/statm: 432175 425360 194 433 0 431739 0
[pid=26206/tid=26208] ppid=26204 vsize=1728700 CPUtime=1794.9 cores=1,3,5,7
/proc/26206/task/26208/stat : 26208 (wbo1.72) R 26204 26206 25884 0 -1 4202560 423626 0 0 0 179310 180 0 0 20 0 2 0 332677221 1770188800 425360 33554432000 4194304 5964350 140735921930336 139819137583096 4389090 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 1728700

Child status: 255

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

Real time (s): 1800.05
CPU time (s): 1799.38
CPU user time (s): 1797.85
CPU system time (s): 1.53
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 1728700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 1.85872
maximum resident set size= 1701448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425651
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= 432
involuntary context switches= 1833

runsolver used 3.33949 second user time and 8.63569 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 21:31:59
IDJOB=3727964
IDBENCH=48234
IDSOLVER=2314
FILE ID=node132/3727964-1338665519
RUNJOBID= node132-1338661918-25901
PBS_JOBID= 14636480
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=689269398

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28309432 kB
Buffers:          593096 kB
Cached:          3048028 kB
SwapCached:         2292 kB
Active:          1551968 kB
Inactive:        2099444 kB
Active(anon):       2656 kB
Inactive(anon):     7120 kB
Active(file):    1549312 kB
Inactive(file):  2092324 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:         28512 kB
Mapped:            10628 kB
Shmem:                 8 kB
Slab:             773836 kB
SReclaimable:     215352 kB
SUnreclaim:       558484 kB
KernelStack:        1488 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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-3727964-1338665519.opb

Free space on /tmp at the end= 71204 MiB
End job on node132 at 2012-06-02 22:01:59