Trace number 3727971

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

General information on the benchmark

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

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-3727971-1338664734.opb.
0.00/0.00	c Instance file HOME/instance-3727971-1338664734.opb
0.00/0.00	c File size is 118615 bytes.
0.00/0.00	c Cost Offset: -50
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1576                                                |
0.00/0.01	c |  Number Clauses:        1526                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1476                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | -49          lb |  0                0                0.00  |
0.00/0.01	c | 0.02      | 0  | -48          lb |  0                0                0.00  |
0.03/0.06	c | 0.06      | 0  | -47          lb |  0                0                0.00  |
0.39/0.41	c | 0.41      | 0  | -46          lb |  0                0                0.00  |
1.18/1.21	c | 1.22      | 0  | -45          lb |  0                0                0.00  |
5.09/5.13	c | 5.13      | 0  | -44          lb |  0                0                0.00  |
23.18/23.28	c | 23.29     | 0  | -43          lb |  0                0                0.00  |
500.26/500.43	c | 500.43    | 0  | -42          lb |  0                0                0.00  |
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3727971-1338664734/watcher-3727971-1338664734 -o /tmp/evaluation-result-3727971-1338664734/solver-3727971-1338664734 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727971-1338664734.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 23311
/proc/meminfo: memFree=28045052/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=3820 CPUtime=0 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) R 23309 23311 19272 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 332602006 3911680 409 33554432000 4194304 5964350 140736363640720 140733372893192 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 955 409 176 433 0 490 0

[startup+0.037077 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23311
/proc/meminfo: memFree=28045052/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=0.03 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 1593 0 0 0 3 0 0 0 20 0 2 0 332602006 86716416 1516 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 1516 194 433 0 20735 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84684

[startup+0.100173 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23311
/proc/meminfo: memFree=28045052/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=0.09 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 1705 0 0 0 9 0 0 0 20 0 2 0 332602006 86716416 1628 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 1628 194 433 0 20735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84684

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23311
/proc/meminfo: memFree=28045052/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=0.29 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 1792 0 0 0 29 0 0 0 20 0 2 0 332602006 86716416 1715 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 1715 194 433 0 20735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84684

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23311
/proc/meminfo: memFree=28045052/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=0.69 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 2185 0 0 0 69 0 0 0 20 0 2 0 332602006 86716416 2108 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 2108 194 433 0 20735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84684

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 23313
/proc/meminfo: memFree=28036992/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=1.48 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 2618 0 0 0 148 0 0 0 20 0 2 0 332602006 86716416 2541 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 2541 194 433 0 20735 0
[pid=23311/tid=23313] ppid=23309 vsize=84684 CPUtime=1.47 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 1630 0 0 0 147 0 0 0 20 0 2 0 332602007 86716416 2541 33554432000 4194304 5964350 140736363640720 139897449052520 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84684

[startup+3.10026 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 23313
/proc/meminfo: memFree=28035008/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84828 CPUtime=3.08 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 2781 0 0 0 308 0 0 0 20 0 2 0 332602006 86863872 2704 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21207 2704 194 433 0 20771 0
[pid=23311/tid=23313] ppid=23309 vsize=84828 CPUtime=3.07 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 1793 0 0 0 307 0 0 0 20 0 2 0 332602007 86863872 2704 33554432000 4194304 5964350 140736363640720 139897449051960 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84828

[startup+6.30026 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 23313
/proc/meminfo: memFree=28019632/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=6.29 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 3836 0 0 0 628 1 0 0 20 0 2 0 332602006 86716416 3723 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 3723 194 433 0 20735 0
[pid=23311/tid=23313] ppid=23309 vsize=84684 CPUtime=6.27 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 2848 0 0 0 626 1 0 0 20 0 2 0 332602007 86716416 3723 33554432000 4194304 5964350 140736363640720 139897449053112 4222320 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) 84684

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 23313
/proc/meminfo: memFree=27996508/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=12.68 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 4475 0 0 0 1267 1 0 0 20 0 2 0 332602006 86716416 4362 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 4362 194 433 0 20735 0
[pid=23311/tid=23313] ppid=23309 vsize=84684 CPUtime=12.68 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 3487 0 0 0 1266 2 0 0 20 0 2 0 332602007 86716416 4362 33554432000 4194304 5964350 140736363640720 139897449051960 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84684

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 23313
/proc/meminfo: memFree=27984472/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=84684 CPUtime=25.48 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 7056 0 0 0 2546 2 0 0 20 0 2 0 332602006 86716416 6868 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21171 6868 194 433 0 20735 0
[pid=23311/tid=23313] ppid=23309 vsize=84684 CPUtime=25.47 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 6068 0 0 0 2544 3 0 0 20 0 2 0 332602007 86716416 6868 33554432000 4194304 5964350 140736363640720 139897449053112 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84684

[startup+51.1003 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 23313
/proc/meminfo: memFree=27980980/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=85168 CPUtime=51.07 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 8177 0 0 0 5105 2 0 0 20 0 2 0 332602006 87212032 7989 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21292 7989 194 433 0 20856 0
[pid=23311/tid=23313] ppid=23309 vsize=85168 CPUtime=51.07 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 7189 0 0 0 5104 3 0 0 20 0 2 0 332602007 87212032 7989 33554432000 4194304 5964350 140736363640720 139897449052200 4399840 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) 85168

[startup+102.307 s]
/proc/loadavg: 2.02 2.00 2.00 3/180 23316
/proc/meminfo: memFree=27955732/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=85408 CPUtime=102.27 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 13843 0 0 0 10222 5 0 0 20 0 2 0 332602006 87457792 13654 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 21352 13654 194 433 0 20916 0
[pid=23311/tid=23313] ppid=23309 vsize=85408 CPUtime=102.28 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 12855 0 0 0 10221 7 0 0 20 0 2 0 332602007 87457792 13654 33554432000 4194304 5964350 140736363640720 139897449051960 4400321 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 85408

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23316
/proc/meminfo: memFree=27935384/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=151428 CPUtime=162.26 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 19061 0 0 0 16217 9 0 0 20 0 2 0 332602006 155062272 18870 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 37857 18870 194 433 0 37421 0
[pid=23311/tid=23313] ppid=23309 vsize=151428 CPUtime=162.28 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 18073 0 0 0 16216 12 0 0 20 0 2 0 332602007 155062272 18870 33554432000 4194304 5964350 140736363640720 139897449052152 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 151428

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23317
/proc/meminfo: memFree=27915096/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=151912 CPUtime=222.23 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 23107 0 0 0 22210 13 0 0 20 0 2 0 332602006 155557888 23831 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 37978 23831 194 433 0 37542 0
[pid=23311/tid=23313] ppid=23309 vsize=151912 CPUtime=222.25 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 22119 0 0 0 22209 16 0 0 20 0 2 0 332602007 155557888 23831 33554432000 4194304 5964350 140736363640720 139897449052200 4399889 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 151912

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23317
/proc/meminfo: memFree=27893768/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=152756 CPUtime=282.21 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 28504 0 0 0 28205 16 0 0 20 0 2 0 332602006 156422144 29226 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 38189 29226 194 433 0 37753 0
[pid=23311/tid=23313] ppid=23309 vsize=152756 CPUtime=282.25 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 27516 0 0 0 28204 21 0 0 20 0 2 0 332602007 156422144 29226 33554432000 4194304 5964350 140736363640720 139897449051960 4221120 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) 152756

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23317
/proc/meminfo: memFree=27875540/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=152756 CPUtime=342.2 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 32981 0 0 0 34198 22 0 0 20 0 2 0 332602006 156422144 33703 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 38189 33703 194 433 0 37753 0
[pid=23311/tid=23313] ppid=23309 vsize=152756 CPUtime=342.25 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 31993 0 0 0 34197 28 0 0 20 0 2 0 332602007 156422144 33703 33554432000 4194304 5964350 140736363640720 139897449052200 4399840 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) 152756

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23317
/proc/meminfo: memFree=27866488/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=218292 CPUtime=402.2 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 35378 0 0 0 40194 26 0 0 20 0 2 0 332602006 223531008 36100 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 54573 36100 194 433 0 54137 0
[pid=23311/tid=23313] ppid=23309 vsize=218292 CPUtime=402.26 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 34390 0 0 0 40194 32 0 0 20 0 2 0 332602007 223531008 36100 33554432000 4194304 5964350 140736363640720 139897449052200 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 218292

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23317
/proc/meminfo: memFree=27850480/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=218776 CPUtime=462.16 cores=1,3,5,7

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

/proc/23311/statm: 70323 66235 194 433 0 69887 0
[pid=23311/tid=23313] ppid=23309 vsize=281292 CPUtime=1302.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 64436 0 0 0 130151 73 0 0 20 0 2 0 332602007 288043008 66235 33554432000 4194304 5964350 140736363640720 139897449051960 4399832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 281292

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23377
/proc/meminfo: memFree=27888444/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1362.01 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 66631 0 0 0 136146 55 0 0 20 0 2 0 332602006 355151872 67442 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 67442 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1362.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 65643 0 0 0 136149 75 0 0 20 0 2 0 332602007 355151872 67442 33554432000 4194304 5964350 140736363640720 139897449051960 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 346828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23378
/proc/meminfo: memFree=27860516/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1422 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 67144 0 0 0 142144 56 0 0 20 0 2 0 332602006 355151872 67955 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 67955 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1422.25 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 66156 0 0 0 142148 77 0 0 20 0 2 0 332602007 355151872 67955 33554432000 4194304 5964350 140736363640720 139897449052152 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 346828

[startup+1482.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 23378
/proc/meminfo: memFree=27820184/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1481.99 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 69497 0 0 0 148140 59 0 0 20 0 2 0 332602006 355151872 70308 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 70308 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1482.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 68509 0 0 0 148143 81 0 0 20 0 2 0 332602007 355151872 70308 33554432000 4194304 5964350 140736363640720 139897449052152 4399921 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 346828

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 23378
/proc/meminfo: memFree=27784952/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1541.98 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 72246 0 0 0 154135 63 0 0 20 0 2 0 332602006 355151872 73054 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 73054 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1542.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 71258 0 0 0 154138 86 0 0 20 0 2 0 332602007 355151872 73054 33554432000 4194304 5964350 140736363640720 139897449052152 4379231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 346828

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 23378
/proc/meminfo: memFree=27736808/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1601.95 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 75711 0 0 0 160129 66 0 0 20 0 2 0 332602006 355151872 76819 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 76819 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1602.23 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 74723 0 0 0 160132 91 0 0 20 0 2 0 332602007 355151872 76819 33554432000 4194304 5964350 140736363640720 139897449051960 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 346828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23378
/proc/meminfo: memFree=27702460/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1661.95 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 79736 0 0 0 166123 72 0 0 20 0 2 0 332602006 355151872 80841 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 80841 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1662.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 78748 0 0 0 166127 97 0 0 20 0 2 0 332602007 355151872 80841 33554432000 4194304 5964350 140736363640720 139897449052152 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 346828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23379
/proc/meminfo: memFree=27693756/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1721.94 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 80168 0 0 0 172121 73 0 0 20 0 2 0 332602006 355151872 81273 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 81273 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1722.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 79180 0 0 0 172125 99 0 0 20 0 2 0 332602007 355151872 81273 33554432000 4194304 5964350 140736363640720 139897449052200 4400355 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 346828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27657396/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1781.93 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 81037 0 0 0 178119 74 0 0 20 0 2 0 332602006 355151872 82142 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 82142 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1782.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 80049 0 0 0 178122 102 0 0 20 0 2 0 332602007 355151872 82142 33554432000 4194304 5964350 140736363640720 139897449051960 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 346828

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 23379
/proc/meminfo: memFree=27646840/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1791.53 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 81639 0 0 0 179079 74 0 0 20 0 2 0 332602006 355151872 82744 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 82744 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1791.85 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 80651 0 0 0 179083 102 0 0 20 0 2 0 332602007 355151872 82744 33554432000 4194304 5964350 140736363640720 139897449052200 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 346828

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27643492/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1794.74 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 81799 0 0 0 179399 75 0 0 20 0 2 0 332602006 355151872 82904 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 82904 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1795.05 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 80811 0 0 0 179403 102 0 0 20 0 2 0 332602007 355151872 82904 33554432000 4194304 5964350 140736363640720 139897449051784 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 346828

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27642624/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=346828 CPUtime=1797.93 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 82029 0 0 0 179718 75 0 0 20 0 2 0 332602006 355151872 83134 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 86707 83134 194 433 0 86271 0
[pid=23311/tid=23313] ppid=23309 vsize=346828 CPUtime=1798.24 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 81041 0 0 0 179721 103 0 0 20 0 2 0 332602007 355151872 83134 33554432000 4194304 5964350 140736363640720 139897449052152 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 346828

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27642004/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=412364 CPUtime=1798.73 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 82100 0 0 0 179798 75 0 0 20 0 2 0 332602006 422260736 83205 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 103091 83205 194 433 0 102655 0
[pid=23311/tid=23313] ppid=23309 vsize=412364 CPUtime=1799.04 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 81112 0 0 0 179801 103 0 0 20 0 2 0 332602007 422260736 83205 33554432000 4194304 5964350 140736363640720 139897449052152 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 412364

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27641632/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=412364 CPUtime=1799.13 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 82149 0 0 0 179838 75 0 0 20 0 2 0 332602006 422260736 83254 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 103091 83254 194 433 0 102655 0
[pid=23311/tid=23313] ppid=23309 vsize=412364 CPUtime=1799.45 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 81161 0 0 0 179842 103 0 0 20 0 2 0 332602007 422260736 83254 33554432000 4194304 5964350 140736363640720 139897449052152 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 412364

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27641632/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=412364 CPUtime=1799.52 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) S 23309 23311 19272 0 -1 4202496 82204 0 0 0 179877 75 0 0 20 0 2 0 332602006 422260736 83309 33554432000 4194304 5964350 140736363640720 140736363640240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 103091 83309 194 433 0 102655 0
[pid=23311/tid=23313] ppid=23309 vsize=412364 CPUtime=1799.84 cores=1,3,5,7
/proc/23311/task/23313/stat : 23313 (wbo1.72) R 23309 23311 19272 0 -1 4202560 81216 0 0 0 179881 103 0 0 20 0 2 0 332602007 422260736 83309 33554432000 4194304 5964350 140736363640720 139897449052152 4400416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 412364

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23379
/proc/meminfo: memFree=27641632/32873844 swapFree=7116/7116
[pid=23311] ppid=23309 vsize=0 CPUtime=1799.96 cores=1,3,5,7
/proc/23311/stat : 23311 (wbo1.72) R 23309 23311 19272 0 -1 4203524 82212 0 0 0 179892 104 0 0 20 0 1 0 332602006 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.96
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.97
CPU user time (s): 1798.92
CPU system time (s): 1.04784
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 412364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.04784
maximum resident set size= 333268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82212
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= 132
involuntary context switches= 1866

runsolver used 3.23951 second user time and 8.83666 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-02 21:18:54
IDJOB=3727971
IDBENCH=48231
IDSOLVER=2314
FILE ID=node108/3727971-1338664734
RUNJOBID= node108-1338651706-21126
PBS_JOBID= 14636472
Free space on /tmp= 71480 MiB

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

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1719645434

node108.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.273
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	: 5332.54
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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.90
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.273
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:        28045464 kB
Buffers:          315988 kB
Cached:          3474032 kB
SwapCached:           52 kB
Active:          2076000 kB
Inactive:        1952148 kB
Active(anon):     225612 kB
Inactive(anon):    13032 kB
Active(file):    1850388 kB
Inactive(file):  1939116 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108544 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        242928 kB
Mapped:            15012 kB
Shmem:               172 kB
Slab:             662480 kB
SReclaimable:     104752 kB
SUnreclaim:       557728 kB
KernelStack:        1488 kB
PageTables:         4472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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-3727971-1338664734.opb

Free space on /tmp at the end= 71476 MiB
End job on node108 at 2012-06-02 21:48:54