Trace number 3705643

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.84 1800.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_2.opb
MD5SUM24465d104818b01999b811ba346c3d8e
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-130
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -152
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)63088
Sum of products size (including duplicates)126176
Number of different products31544
Sum of products size63088

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-3705643-1338109448.opb.
0.00/0.00	c Instance file HOME/instance-3705643-1338109448.opb
0.00/0.00	c File size is 2898833 bytes.
0.19/0.24	c Cost Offset: -1000
0.19/0.24	c Highest Coefficient sum: 2000
0.19/0.24	c ============================[ Problem Statistics ]=============================
0.19/0.24	c |                                                                             |
0.19/0.24	c |  Parsing time:          0.24         s                                      |
0.19/0.24	c |  Number Variables:      33544                                               |
0.19/0.24	c |  Number Clauses:        32544                                               |
0.19/0.24	c |  Number Cardinality:    2002                                                |
0.19/0.24	c |  Number PB Constraints: 31544                                               |
0.19/0.24	c |                                                                             |
0.19/0.26	c |  Problem Type:          Optimization                                        |
0.19/0.26	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.26	c |                                                                             |
0.19/0.26	c ============================[ Search Statistics ]==============================
0.19/0.26	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.26	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.26	c ===============================================================================
0.29/0.35	c | 0.35      | 0  | -999         lb |  0                0                0.00  |
3.99/4.03	c | 4.03      | 0  | -998         lb |  0                0                0.00  |
216.45/216.52	c | 216.53    | 0  | -997         lb |  0                0                0.00  |
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3705643-1338109448/watcher-3705643-1338109448 -o /tmp/evaluation-result-3705643-1338109448/solver-3705643-1338109448 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705643-1338109448.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.07 2.02 2.00 3/177 4364
/proc/meminfo: memFree=26139268/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=6920 CPUtime=0 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) R 4362 4364 2447 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 277070818 7086080 481 33554432000 4194304 5963574 140733422565328 140734857266472 5429466 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 1730 482 165 432 0 587 0

[startup+0.103717 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4364
/proc/meminfo: memFree=26139268/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=20904 CPUtime=0.09 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) R 4362 4364 2447 0 -1 4202496 4145 0 0 0 9 0 0 0 20 0 1 0 277070818 21405696 3951 33554432000 4194304 5963574 140733422565328 140734857266472 4343827 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 5226 3952 437 432 0 4083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20904

[startup+0.200198 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4364
/proc/meminfo: memFree=26139268/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=26784 CPUtime=0.19 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) R 4362 4364 2447 0 -1 4202496 5873 0 0 0 18 1 0 0 20 0 1 0 277070818 27426816 5679 33554432000 4194304 5963574 140733422565328 140734857266472 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 6696 5679 732 432 0 5553 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26784

[startup+0.300207 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4364
/proc/meminfo: memFree=26139268/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=114548 CPUtime=0.29 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 11172 0 0 0 27 2 0 0 20 0 2 0 277070818 117297152 10206 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 28637 10206 183 432 0 28202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114548

[startup+0.70011 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4364
/proc/meminfo: memFree=26139268/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=106124 CPUtime=0.69 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 17445 0 0 0 66 3 0 0 20 0 2 0 277070818 108670976 14768 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 26531 14768 192 432 0 26096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106124

[startup+1.50021 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4366
/proc/meminfo: memFree=26081004/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=106124 CPUtime=1.49 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 17452 0 0 0 146 3 0 0 20 0 2 0 277070818 108670976 14775 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 26531 14775 193 432 0 26096 0
[pid=4364/tid=4366] ppid=4362 vsize=106124 CPUtime=1.24 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 10332 0 0 0 122 2 0 0 20 0 2 0 277070843 108670976 14775 33554432000 4194304 5963574 140733422565328 140577074760632 4222416 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) 106124

[startup+3.10012 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4366
/proc/meminfo: memFree=26080096/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=106124 CPUtime=3.09 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 17664 0 0 0 306 3 0 0 20 0 2 0 277070818 108670976 14987 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 26531 14987 194 432 0 26096 0
[pid=4364/tid=4366] ppid=4362 vsize=106124 CPUtime=2.84 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 10544 0 0 0 282 2 0 0 20 0 2 0 277070843 108670976 14987 33554432000 4194304 5963574 140733422565328 140577074759192 4388696 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) 106124

[startup+6.30013 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4366
/proc/meminfo: memFree=26066332/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=106124 CPUtime=6.28 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 20994 0 0 0 625 3 0 0 20 0 2 0 277070818 108670976 18316 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 26531 18316 194 432 0 26096 0
[pid=4364/tid=4366] ppid=4362 vsize=106124 CPUtime=6.03 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 13874 0 0 0 601 2 0 0 20 0 2 0 277070843 108670976 18316 33554432000 4194304 5963574 140733422565328 140577074760040 4388608 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 106124

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 4366
/proc/meminfo: memFree=26061396/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=106124 CPUtime=12.67 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 22504 0 0 0 1264 3 0 0 20 0 2 0 277070818 108670976 19826 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 26531 19826 194 432 0 26096 0
[pid=4364/tid=4366] ppid=4362 vsize=106124 CPUtime=12.43 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 15384 0 0 0 1240 3 0 0 20 0 2 0 277070843 108670976 19826 33554432000 4194304 5963574 140733422565328 140577074759192 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 106124

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4366
/proc/meminfo: memFree=25988416/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=171660 CPUtime=25.48 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 27772 0 0 0 2543 5 0 0 20 0 2 0 277070818 175779840 25094 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 42915 25094 194 432 0 42480 0
[pid=4364/tid=4366] ppid=4362 vsize=171660 CPUtime=25.24 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 20652 0 0 0 2519 5 0 0 20 0 2 0 277070843 175779840 25094 33554432000 4194304 5963574 140733422565328 140577074759192 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 171660

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4366
/proc/meminfo: memFree=25861160/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=171660 CPUtime=51.07 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 38479 0 0 0 5100 7 0 0 20 0 2 0 277070818 175779840 35801 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 42915 35801 194 432 0 42480 0
[pid=4364/tid=4366] ppid=4362 vsize=171660 CPUtime=50.83 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 31359 0 0 0 5076 7 0 0 20 0 2 0 277070843 175779840 35801 33554432000 4194304 5963574 140733422565328 140577074759192 4410275 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 171660

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4366
/proc/meminfo: memFree=25737064/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=302732 CPUtime=102.27 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 61819 0 0 0 10211 16 0 0 20 0 2 0 277070818 309997568 59141 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 75683 59141 194 432 0 75248 0
[pid=4364/tid=4366] ppid=4362 vsize=302732 CPUtime=102.04 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 54699 0 0 0 10187 17 0 0 20 0 2 0 277070843 309997568 59141 33554432000 4194304 5963574 140733422565328 140577074759672 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 302732

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4367
/proc/meminfo: memFree=25558672/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=433804 CPUtime=162.25 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 90840 0 0 0 16199 26 0 0 20 0 2 0 277070818 444215296 88162 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 108451 88162 194 432 0 108016 0
[pid=4364/tid=4366] ppid=4362 vsize=433804 CPUtime=162.03 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 83720 0 0 0 16175 28 0 0 20 0 2 0 277070843 444215296 88162 33554432000 4194304 5963574 140733422565328 140577074759192 4399603 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 433804

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4367
/proc/meminfo: memFree=25282660/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=433804 CPUtime=222.25 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 106414 0 0 0 22194 31 0 0 20 0 2 0 277070818 444215296 103736 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 108451 103736 194 432 0 108016 0
[pid=4364/tid=4366] ppid=4362 vsize=433804 CPUtime=222.04 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 99294 0 0 0 22171 33 0 0 20 0 2 0 277070843 444215296 103736 33554432000 4194304 5963574 140733422565328 140577074760024 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 433804

[startup+282.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 4469
/proc/meminfo: memFree=27850684/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=433804 CPUtime=282.24 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 106432 0 0 0 28193 31 0 0 20 0 2 0 277070818 444215296 103856 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 108451 103856 194 432 0 108016 0
[pid=4364/tid=4366] ppid=4362 vsize=433804 CPUtime=282.04 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 99312 0 0 0 28170 34 0 0 20 0 2 0 277070843 444215296 103856 33554432000 4194304 5963574 140733422565328 140577074760024 4403244 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 433804

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4469
/proc/meminfo: memFree=27802832/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=433804 CPUtime=342.21 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 106521 0 0 0 34190 31 0 0 20 0 2 0 277070818 444215296 103924 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 108451 103924 194 432 0 108016 0
[pid=4364/tid=4366] ppid=4362 vsize=433804 CPUtime=342.02 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 99401 0 0 0 34167 35 0 0 20 0 2 0 277070843 444215296 103924 33554432000 4194304 5963574 140733422565328 140577074760024 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 433804

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 4472
/proc/meminfo: memFree=27771128/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=433804 CPUtime=402.19 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 106751 0 0 0 40188 31 0 0 20 0 2 0 277070818 444215296 104135 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 108451 104135 194 432 0 108016 0
[pid=4364/tid=4366] ppid=4362 vsize=433804 CPUtime=402.01 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 99631 0 0 0 40164 37 0 0 20 0 2 0 277070843 444215296 104135 33554432000 4194304 5963574 140733422565328 140577074760024 4388700 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 433804

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4473
/proc/meminfo: memFree=27620008/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=564876 CPUtime=462.15 cores=0,2,4,6

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

/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 313421 0 0 0 124088 108 0 0 20 0 2 0 277070843 1383739392 318570 33554432000 4194304 5963574 140733422565328 140577074759672 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 1351308

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4478
/proc/meminfo: memFree=26561264/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1482380 CPUtime=1301.96 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 353747 0 0 0 130097 99 0 0 20 0 2 0 277070818 1517957120 351776 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 370595 351776 194 432 0 370160 0
[pid=4364/tid=4366] ppid=4362 vsize=1482380 CPUtime=1301.96 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 346627 0 0 0 130078 118 0 0 20 0 2 0 277070843 1517957120 351776 33554432000 4194304 5963574 140733422565328 140577074759192 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1482380

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4481
/proc/meminfo: memFree=26423608/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1615076 CPUtime=1361.94 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 386889 0 0 0 136084 110 0 0 20 0 2 0 277070818 1653837824 384929 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 403769 384929 194 432 0 403334 0
[pid=4364/tid=4366] ppid=4362 vsize=1615076 CPUtime=1361.95 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 379769 0 0 0 136065 130 0 0 20 0 2 0 277070843 1653837824 384929 33554432000 4194304 5963574 140733422565328 140577074759672 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1615076

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4481
/proc/meminfo: memFree=26355444/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1615076 CPUtime=1421.93 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 396936 0 0 0 142081 112 0 0 20 0 2 0 277070818 1653837824 394980 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 403769 394980 194 432 0 403334 0
[pid=4364/tid=4366] ppid=4362 vsize=1615076 CPUtime=1421.95 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 389816 0 0 0 142062 133 0 0 20 0 2 0 277070843 1653837824 394980 33554432000 4194304 5963574 140733422565328 140577074759192 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1615076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4481
/proc/meminfo: memFree=26334144/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1615076 CPUtime=1481.9 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 396955 0 0 0 148078 112 0 0 20 0 2 0 277070818 1653837824 395012 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 403769 395012 194 432 0 403334 0
[pid=4364/tid=4366] ppid=4362 vsize=1615076 CPUtime=1481.93 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 389835 0 0 0 148059 134 0 0 20 0 2 0 277070843 1653837824 395012 33554432000 4194304 5963574 140733422565328 140577074759192 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1615076

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4481
/proc/meminfo: memFree=26299328/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1615076 CPUtime=1541.88 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 396980 0 0 0 154076 112 0 0 20 0 2 0 277070818 1653837824 395049 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 403769 395049 194 432 0 403334 0
[pid=4364/tid=4366] ppid=4362 vsize=1615076 CPUtime=1541.92 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 389860 0 0 0 154057 135 0 0 20 0 2 0 277070843 1653837824 395049 33554432000 4194304 5963574 140733422565328 140577074759192 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1615076

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4484
/proc/meminfo: memFree=26289308/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1615076 CPUtime=1601.85 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 397016 0 0 0 160073 112 0 0 20 0 2 0 277070818 1653837824 395082 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 403769 395082 194 432 0 403334 0
[pid=4364/tid=4366] ppid=4362 vsize=1615076 CPUtime=1601.9 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 389896 0 0 0 160054 136 0 0 20 0 2 0 277070843 1653837824 395082 33554432000 4194304 5963574 140733422565328 140577074759192 4388608 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1615076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4485
/proc/meminfo: memFree=26108924/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1811684 CPUtime=1661.82 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 437187 0 0 0 166057 125 0 0 20 0 2 0 277070818 1855164416 435240 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 452921 435240 194 432 0 452486 0
[pid=4364/tid=4366] ppid=4362 vsize=1811684 CPUtime=1661.88 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 430067 0 0 0 166038 150 0 0 20 0 2 0 277070843 1855164416 435240 33554432000 4194304 5963574 140733422565328 140577074759672 4399623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1811684

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4485
/proc/meminfo: memFree=25940436/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=1942756 CPUtime=1721.79 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 479075 0 0 0 172041 138 0 0 20 0 2 0 277070818 1989382144 477102 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 485689 477102 194 432 0 485254 0
[pid=4364/tid=4366] ppid=4362 vsize=1942756 CPUtime=1721.85 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 471955 0 0 0 172021 164 0 0 20 0 2 0 277070843 1989382144 477102 33554432000 4194304 5963574 140733422565328 140577074759672 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 1942756

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25777092/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2074636 CPUtime=1781.77 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 513517 0 0 0 178026 151 0 0 20 0 2 0 277070818 2124427264 511531 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 518659 511531 194 432 0 518224 0
[pid=4364/tid=4366] ppid=4362 vsize=2074636 CPUtime=1781.84 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 506397 0 0 0 178007 177 0 0 20 0 2 0 277070843 2124427264 511531 33554432000 4194304 5963574 140733422565328 140577074759672 4399477 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 2074636

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

[startup+1792.01 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25759848/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1791.47 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 517628 0 0 0 178996 151 0 0 20 0 2 0 277070818 2191536128 515642 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 515642 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1791.55 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 510508 0 0 0 178977 178 0 0 20 0 2 0 277070843 2191536128 515642 33554432000 4194304 5963574 140733422565328 140577074759672 4399982 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 2140172

[startup+1795.2 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25755632/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1794.67 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 518703 0 0 0 179316 151 0 0 20 0 2 0 277070818 2191536128 516717 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 516717 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1794.75 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 511583 0 0 0 179297 178 0 0 20 0 2 0 277070843 2191536128 516717 33554432000 4194304 5963574 140733422565328 140577074759672 4399448 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 2140172

[startup+1798.4 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25753400/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1797.86 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 519574 0 0 0 179634 152 0 0 20 0 2 0 277070818 2191536128 517588 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 517588 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1797.94 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 512454 0 0 0 179615 179 0 0 20 0 2 0 277070843 2191536128 517588 33554432000 4194304 5963574 140733422565328 140577074759672 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 2140172

[startup+1799.2 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25752036/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1798.66 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 519882 0 0 0 179714 152 0 0 20 0 2 0 277070818 2191536128 517896 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 517896 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1798.74 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 512762 0 0 0 179695 179 0 0 20 0 2 0 277070843 2191536128 517896 33554432000 4194304 5963574 140733422565328 140577074759672 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 2140172

[startup+1799.6 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25750052/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1799.07 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 520072 0 0 0 179755 152 0 0 20 0 2 0 277070818 2191536128 518086 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 518086 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1799.15 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 512952 0 0 0 179736 179 0 0 20 0 2 0 277070843 2191536128 518086 33554432000 4194304 5963574 140733422565328 140577074759480 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 2140172

[startup+1800 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 4485
/proc/meminfo: memFree=25750052/32873648 swapFree=6864/6864
[pid=4364] ppid=4362 vsize=2140172 CPUtime=1799.46 cores=0,2,4,6
/proc/4364/stat : 4364 (wbo1.7) S 4362 4364 2447 0 -1 4202496 520208 0 0 0 179794 152 0 0 20 0 2 0 277070818 2191536128 518222 33554432000 4194304 5963574 140733422565328 140733422564848 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4364/statm: 535043 518222 194 432 0 534608 0
[pid=4364/tid=4366] ppid=4362 vsize=2140172 CPUtime=1799.54 cores=0,2,4,6
/proc/4364/task/4366/stat : 4366 (wbo1.7) R 4362 4364 2447 0 -1 4202560 513088 0 0 0 179775 179 0 0 20 0 2 0 277070843 2191536128 518222 33554432000 4194304 5963574 140733422565328 140577074759672 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 2140172

Child status: 255
Real time (s): 1800.04
CPU time (s): 1799.84
CPU user time (s): 1797.99
CPU system time (s): 1.85272
CPU usage (%): 99.9886
Max. virtual memory (cumulated for all children) (KiB): 2140172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 1.85272
maximum resident set size= 2072896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520210
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= 406
involuntary context switches= 5507

runsolver used 5.15822 second user time and 12.1132 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 11:04:08
IDJOB=3705643
IDBENCH=48269
IDSOLVER=2284
FILE ID=node120/3705643-1338109448
RUNJOBID= node120-1338088086-2463
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 24465d104818b01999b811ba346c3d8e
RANDOM SEED=1050385597

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:       32873648 kB
MemFree:        26142160 kB
Buffers:          311648 kB
Cached:          3422828 kB
SwapCached:          636 kB
Active:          2903912 kB
Inactive:        2999204 kB
Active(anon):    2157136 kB
Inactive(anon):    12532 kB
Active(file):     746776 kB
Inactive(file):  2986672 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              6232 kB
Writeback:             0 kB
AnonPages:       2163100 kB
Mapped:            15012 kB
Shmem:               120 kB
Slab:             685760 kB
SReclaimable:     130212 kB
SUnreclaim:       555548 kB
KernelStack:        1488 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705643-1338109448.opb

Free space on /tmp at the end= 71684 MiB
End job on node120 at 2012-05-27 11:34:08