Trace number 3705644

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.57 1800.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

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-3705644-1338109696.opb.
0.00/0.00	c Instance file HOME/instance-3705644-1338109696.opb
0.00/0.00	c File size is 6894954 bytes.
0.59/0.61	c Cost Offset: -1000
0.59/0.61	c Highest Coefficient sum: 2000
0.59/0.61	c ============================[ Problem Statistics ]=============================
0.59/0.61	c |                                                                             |
0.59/0.61	c |  Parsing time:          0.62         s                                      |
0.59/0.61	c |  Number Variables:      77586                                               |
0.59/0.61	c |  Number Clauses:        76586                                               |
0.59/0.61	c |  Number Cardinality:    2002                                                |
0.59/0.61	c |  Number PB Constraints: 75586                                               |
0.59/0.61	c |                                                                             |
0.59/0.67	c |  Problem Type:          Optimization                                        |
0.59/0.67	c |  Objective Function:    Cardinality Constraint                              |
0.59/0.67	c |                                                                             |
0.59/0.67	c ============================[ Search Statistics ]==============================
0.59/0.67	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.59/0.67	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.59/0.67	c ===============================================================================
0.79/0.86	c | 0.86      | 0  | -999         lb |  0                0                0.00  |
6.99/7.02	c | 7.02      | 0  | -998         lb |  0                0                0.00  |
438.75/438.96	c | 438.97    | 0  | -997         lb |  0                0                0.00  |
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.01 s
1799.57/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-3705644-1338109696/watcher-3705644-1338109696 -o /tmp/evaluation-result-3705644-1338109696/solver-3705644-1338109696 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705644-1338109696.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13170
/proc/meminfo: memFree=29391520/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=11728 CPUtime=0 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) R 13168 13170 11506 0 -1 4202496 731 0 0 0 0 0 0 0 20 0 1 0 277094847 12009472 683 33554432000 4194304 5963574 140736661739136 140734984735336 4353043 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 2932 683 170 432 0 813 0

[startup+0.0275071 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13170
/proc/meminfo: memFree=29391520/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=17768 CPUtime=0.02 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) R 13168 13170 11506 0 -1 4202496 2242 0 0 0 2 0 0 0 20 0 1 0 277094847 18194432 2146 33554432000 4194304 5963574 140736661739136 140734984735336 4344320 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 4442 2149 221 432 0 2323 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17768

[startup+0.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13170
/proc/meminfo: memFree=29391520/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=31424 CPUtime=0.09 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) R 13168 13170 11506 0 -1 4202496 5836 0 0 0 9 0 0 0 20 0 1 0 277094847 32178176 5537 33554432000 4194304 5963574 140736661739136 140734984735336 4395677 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 7856 5537 378 432 0 5737 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31424

[startup+0.300285 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13170
/proc/meminfo: memFree=29391520/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=46356 CPUtime=0.29 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) R 13168 13170 11506 0 -1 4202496 9860 0 0 0 28 1 0 0 20 0 1 0 277094847 47468544 9432 33554432000 4194304 5963574 140736661739136 140736661737512 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 11589 9432 923 432 0 9470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46356

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13170
/proc/meminfo: memFree=29391520/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=154584 CPUtime=0.69 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 24348 0 0 0 65 4 0 0 20 0 2 0 277094847 158294016 22149 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 38646 22149 183 432 0 38211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154584

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=29253644/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=201204 CPUtime=1.49 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 38263 0 0 0 142 7 0 0 20 0 2 0 277094847 206032896 33139 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 50301 33139 192 432 0 49866 0
[pid=13170/tid=13172] ppid=13168 vsize=201204 CPUtime=0.87 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 22578 0 0 0 82 5 0 0 20 0 2 0 277094909 206032896 33139 33554432000 4194304 5963574 140736661739136 140503471901624 4410275 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201204

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=29259944/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=201204 CPUtime=3.09 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 38265 0 0 0 302 7 0 0 20 0 2 0 277094847 206032896 33141 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 50301 33141 194 432 0 49866 0
[pid=13170/tid=13172] ppid=13168 vsize=201204 CPUtime=2.47 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 22580 0 0 0 242 5 0 0 20 0 2 0 277094909 206032896 33141 33554432000 4194304 5963574 140736661739136 140503471901624 4403253 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201204

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13172
/proc/meminfo: memFree=29254264/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=201204 CPUtime=6.29 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 38265 0 0 0 622 7 0 0 20 0 2 0 277094847 206032896 33141 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 50301 33141 194 432 0 49866 0
[pid=13170/tid=13172] ppid=13168 vsize=201204 CPUtime=5.66 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 22580 0 0 0 561 5 0 0 20 0 2 0 277094909 206032896 33141 33554432000 4194304 5963574 140736661739136 140503471901624 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201204

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=29208484/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=201204 CPUtime=12.68 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 45465 0 0 0 1260 8 0 0 20 0 2 0 277094847 206032896 40851 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 50301 40851 194 432 0 49866 0
[pid=13170/tid=13172] ppid=13168 vsize=201204 CPUtime=12.03 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 29780 0 0 0 1197 6 0 0 20 0 2 0 277094909 206032896 40851 33554432000 4194304 5963574 140736661739136 140503471901032 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201204

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=29176632/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=201204 CPUtime=25.48 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 45761 0 0 0 2540 8 0 0 20 0 2 0 277094847 206032896 41147 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 50301 41147 194 432 0 49866 0
[pid=13170/tid=13172] ppid=13168 vsize=201204 CPUtime=24.8 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 30076 0 0 0 2474 6 0 0 20 0 2 0 277094909 206032896 41147 33554432000 4194304 5963574 140736661739136 140503471901032 4399451 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 201204

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=29125436/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=266740 CPUtime=51.08 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 54844 0 0 0 5096 12 0 0 20 0 2 0 277094847 273141760 50230 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 66685 50230 194 432 0 66250 0
[pid=13170/tid=13172] ppid=13168 vsize=266740 CPUtime=50.33 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 39159 0 0 0 5024 9 0 0 20 0 2 0 277094909 273141760 50230 33554432000 4194304 5963574 140736661739136 140503471900664 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 266740

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13172
/proc/meminfo: memFree=28918408/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=332276 CPUtime=102.27 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 75725 0 0 0 10210 17 0 0 20 0 2 0 277094847 340250624 71163 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 83069 71163 194 432 0 82634 0
[pid=13170/tid=13172] ppid=13168 vsize=332276 CPUtime=101.4 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 60040 0 0 0 10124 16 0 0 20 0 2 0 277094909 340250624 71163 33554432000 4194304 5963574 140736661739136 140503471900184 4403257 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 332276

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13175
/proc/meminfo: memFree=28647736/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=463348 CPUtime=162.24 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 101096 0 0 0 16198 26 0 0 20 0 2 0 277094847 474468352 97089 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 115837 97089 194 432 0 115402 0
[pid=13170/tid=13172] ppid=13168 vsize=463348 CPUtime=161.21 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 85411 0 0 0 16096 25 0 0 20 0 2 0 277094909 474468352 97089 33554432000 4194304 5963574 140736661739136 140503471900664 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 463348

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13175
/proc/meminfo: memFree=28509576/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=528884 CPUtime=222.21 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 129372 0 0 0 22185 36 0 0 20 0 2 0 277094847 541577216 125721 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 132221 125721 194 432 0 131786 0
[pid=13170/tid=13172] ppid=13168 vsize=528884 CPUtime=221.03 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 113687 0 0 0 22067 36 0 0 20 0 2 0 277094909 541577216 125721 33554432000 4194304 5963574 140736661739136 140503471900600 4388668 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 528884

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13176
/proc/meminfo: memFree=28319140/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=659956 CPUtime=282.18 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 156758 0 0 0 28173 45 0 0 20 0 2 0 277094847 675794944 153192 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 164989 153192 194 432 0 164554 0
[pid=13170/tid=13172] ppid=13168 vsize=659956 CPUtime=280.86 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 141073 0 0 0 28039 47 0 0 20 0 2 0 277094909 675794944 153192 33554432000 4194304 5963574 140736661739136 140503471900664 4388608 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 659956

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13176
/proc/meminfo: memFree=28074364/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=791028 CPUtime=342.17 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 182811 0 0 0 34161 56 0 0 20 0 2 0 277094847 810012672 179247 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 197757 179247 194 432 0 197322 0
[pid=13170/tid=13172] ppid=13168 vsize=791028 CPUtime=340.69 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 167126 0 0 0 34011 58 0 0 20 0 2 0 277094909 810012672 179247 33554432000 4194304 5963574 140736661739136 140503471900184 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 791028

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13176
/proc/meminfo: memFree=27981020/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=856564 CPUtime=402.15 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 206375 0 0 0 40150 65 0 0 20 0 2 0 277094847 877121536 202811 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 214141 202811 194 432 0 213706 0
[pid=13170/tid=13172] ppid=13168 vsize=856564 CPUtime=400.53 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 190690 0 0 0 39984 69 0 0 20 0 2 0 277094909 877121536 202811 33554432000 4194304 5963574 140736661739136 140503471900472 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 856564

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 13176
/proc/meminfo: memFree=27888044/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=922100 CPUtime=462.15 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 13185
/proc/meminfo: memFree=26455940/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1421.94 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503052 0 0 0 142028 166 0 0 20 0 2 0 277094847 2085081088 500557 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500557 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1417.79 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487367 0 0 0 141594 185 0 0 20 0 2 0 277094909 2085081088 500557 33554432000 4194304 5963574 140736661739136 140503471900664 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 2036212

[startup+1482.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/179 13185
/proc/meminfo: memFree=26456068/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1481.92 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503061 0 0 0 148026 166 0 0 20 0 2 0 277094847 2085081088 500566 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500566 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1477.63 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487376 0 0 0 147577 186 0 0 20 0 2 0 277094909 2085081088 500566 33554432000 4194304 5963574 140736661739136 140503471900664 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 2036212

[startup+1542.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/179 13186
/proc/meminfo: memFree=26455688/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1541.91 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503078 0 0 0 154025 166 0 0 20 0 2 0 277094847 2085081088 500583 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500583 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1537.47 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487393 0 0 0 153560 187 0 0 20 0 2 0 277094909 2085081088 500583 33554432000 4194304 5963574 140736661739136 140503471900664 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 2036212

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/179 13186
/proc/meminfo: memFree=26455688/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1601.9 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503081 0 0 0 160024 166 0 0 20 0 2 0 277094847 2085081088 500586 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500586 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1597.31 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487396 0 0 0 159543 188 0 0 20 0 2 0 277094909 2085081088 500586 33554432000 4194304 5963574 140736661739136 140503471900664 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 2036212

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/180 13187
/proc/meminfo: memFree=26455928/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1661.9 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503087 0 0 0 166024 166 0 0 20 0 2 0 277094847 2085081088 500592 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500592 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1657.16 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487402 0 0 0 165527 189 0 0 20 0 2 0 277094909 2085081088 500592 33554432000 4194304 5963574 140736661739136 140503471900664 4399603 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 2036212

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 13187
/proc/meminfo: memFree=26455564/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1721.89 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503120 0 0 0 172023 166 0 0 20 0 2 0 277094847 2085081088 500625 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500625 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1717 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487435 0 0 0 171510 190 0 0 20 0 2 0 277094909 2085081088 500625 33554432000 4194304 5963574 140736661739136 140503471900664 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 2036212

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/179 13187
/proc/meminfo: memFree=26455192/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1781.88 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 178022 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1776.84 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 177494 190 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 2036212

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

[startup+1791.91 s]
/proc/loadavg: 2.16 2.08 2.01 3/179 13187
/proc/meminfo: memFree=26455440/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1791.48 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 178982 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1786.42 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 178451 191 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 2036212

[startup+1795.1 s]
/proc/loadavg: 2.16 2.08 2.01 3/179 13187
/proc/meminfo: memFree=26455440/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1794.68 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 179302 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1789.62 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 178771 191 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 2036212

[startup+1798.3 s]
/proc/loadavg: 2.15 2.08 2.01 2/173 13216
/proc/meminfo: memFree=27475564/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1797.87 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 179621 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1792.8 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 179089 191 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4222330 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 2036212

[startup+1799.1 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27454888/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1798.67 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 179701 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1793.6 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 179169 191 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 2036212

[startup+1799.5 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27450872/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1799.08 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503131 0 0 0 179742 166 0 0 20 0 2 0 277094847 2085081088 500636 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500636 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1794 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487446 0 0 0 179209 191 0 0 20 0 2 0 277094909 2085081088 500636 33554432000 4194304 5963574 140736661739136 140503471900664 4392341 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 2036212

[startup+1799.9 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27450872/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1799.47 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503132 0 0 0 179781 166 0 0 20 0 2 0 277094847 2085081088 500637 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500637 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1794.4 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487447 0 0 0 179249 191 0 0 20 0 2 0 277094909 2085081088 500637 33554432000 4194304 5963574 140736661739136 140503471900664 4388636 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 2036212

[startup+1800 s]
/proc/loadavg: 2.15 2.08 2.01 3/179 13238
/proc/meminfo: memFree=27450872/32873844 swapFree=7116/7116
[pid=13170] ppid=13168 vsize=2036212 CPUtime=1799.57 cores=0,2,4,6
/proc/13170/stat : 13170 (wbo1.7) S 13168 13170 11506 0 -1 4202496 503132 0 0 0 179791 166 0 0 20 0 2 0 277094847 2085081088 500637 33554432000 4194304 5963574 140736661739136 140736661738656 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13170/statm: 509053 500637 194 432 0 508618 0
[pid=13170/tid=13172] ppid=13168 vsize=2036212 CPUtime=1794.5 cores=0,2,4,6
/proc/13170/task/13172/stat : 13172 (wbo1.7) R 13168 13170 11506 0 -1 4202560 487447 0 0 0 179259 191 0 0 20 0 2 0 277094909 2085081088 500637 33554432000 4194304 5963574 140736661739136 140503471900664 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 2036212

Child status: 255

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

Real time (s): 1800.08
CPU time (s): 1799.57
CPU user time (s): 1797.91
CPU system time (s): 1.66
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 2036212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 2.02069
maximum resident set size= 2002548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503132
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= 242
involuntary context switches= 2082

runsolver used 4.44632 second user time and 12.1711 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 11:08:16
IDJOB=3705644
IDBENCH=48276
IDSOLVER=2284
FILE ID=node138/3705644-1338109696
RUNJOBID= node138-1338088086-11522
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_1.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705644-1338109696/watcher-3705644-1338109696 -o /tmp/evaluation-result-3705644-1338109696/solver-3705644-1338109696 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705644-1338109696.opb

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=1848418170

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:        29411176 kB
Buffers:          334628 kB
Cached:          2214872 kB
SwapCached:          212 kB
Active:           829320 kB
Inactive:        1797968 kB
Active(anon):      68920 kB
Inactive(anon):    11368 kB
Active(file):     760400 kB
Inactive(file):  1786600 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             16284 kB
Writeback:             0 kB
AnonPages:         85016 kB
Mapped:            14992 kB
Shmem:               200 kB
Slab:             694792 kB
SReclaimable:     136604 kB
SUnreclaim:       558188 kB
KernelStack:        1488 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168144 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-3705644-1338109696.opb

Free space on /tmp at the end= 71520 MiB
End job on node138 at 2012-05-27 11:38:18