Trace number 3705664

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.55 1800.07

General information on the benchmark

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

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-3705664-1338108807.opb.
0.00/0.00	c Instance file HOME/instance-3705664-1338108807.opb
0.00/0.00	c File size is 563009 bytes.
0.00/0.04	c Cost Offset: -500
0.00/0.04	c Highest Coefficient sum: 1000
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.05         s                                      |
0.00/0.04	c |  Number Variables:      7270                                                |
0.00/0.04	c |  Number Clauses:        6770                                                |
0.00/0.04	c |  Number Cardinality:    1002                                                |
0.00/0.04	c |  Number PB Constraints: 6270                                                |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.05	c |                                                                             |
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.05	c ===============================================================================
0.04/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.59/0.60	c | 0.60      | 0  | -498         lb |  0                0                0.00  |
78.36/78.46	c | 78.47     | 0  | -497         lb |  0                0                0.00  |
1799.18/1800.00	c ===============================================================================
1799.18/1800.00	c Wall Clock Time: 1800.00 s
1799.18/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-3705664-1338108807/watcher-3705664-1338108807 -o /tmp/evaluation-result-3705664-1338108807/solver-3705664-1338108807 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705664-1338108807.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 20043
/proc/meminfo: memFree=27172812/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=5084 CPUtime=0 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) R 20041 20043 16852 0 -1 4202496 643 0 0 0 0 0 0 0 20 0 1 0 277009318 5206016 596 33554432000 4194304 5963574 140736017027152 140737277407608 4394942 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 1271 596 170 432 0 698 0

[startup+0.051409 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20043
/proc/meminfo: memFree=27172812/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=88508 CPUtime=0.04 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 2483 0 0 0 4 0 0 0 20 0 2 0 277009318 90632192 2298 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 22127 2298 179 432 0 21692 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 88508

[startup+0.100188 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20043
/proc/meminfo: memFree=27172812/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=0.09 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 4226 0 0 0 9 0 0 0 20 0 2 0 277009318 89894912 3751 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 3751 192 432 0 21512 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87788

[startup+0.300109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20043
/proc/meminfo: memFree=27172812/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=0.29 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 4227 0 0 0 29 0 0 0 20 0 2 0 277009318 89894912 3752 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 3752 193 432 0 21512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87788

[startup+0.700118 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20043
/proc/meminfo: memFree=27172812/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=0.69 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 5139 0 0 0 69 0 0 0 20 0 2 0 277009318 89894912 4664 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 4664 194 432 0 21512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87788

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20045
/proc/meminfo: memFree=27153468/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=1.48 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 5155 0 0 0 148 0 0 0 20 0 2 0 277009318 89894912 4680 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 4680 194 432 0 21512 0
[pid=20043/tid=20045] ppid=20041 vsize=87788 CPUtime=1.43 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 3140 0 0 0 143 0 0 0 20 0 2 0 277009322 89894912 4680 33554432000 4194304 5963574 140736017027152 139684131244392 4387487 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87788

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20045
/proc/meminfo: memFree=27149616/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=3.09 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 6235 0 0 0 308 1 0 0 20 0 2 0 277009318 89894912 5760 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 5760 194 432 0 21512 0
[pid=20043/tid=20045] ppid=20041 vsize=87788 CPUtime=3.03 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 4220 0 0 0 303 0 0 0 20 0 2 0 277009322 89894912 5760 33554432000 4194304 5963574 140736017027152 139684131243544 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87788

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20045
/proc/meminfo: memFree=27138952/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=6.29 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 8651 0 0 0 627 2 0 0 20 0 2 0 277009318 89894912 8176 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 8176 194 432 0 21512 0
[pid=20043/tid=20045] ppid=20041 vsize=87788 CPUtime=6.24 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 6636 0 0 0 622 2 0 0 20 0 2 0 277009322 89894912 8176 33554432000 4194304 5963574 140736017027152 139684131243544 4388683 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87788

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 20045
/proc/meminfo: memFree=27115772/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=87788 CPUtime=12.69 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 13928 0 0 0 1266 3 0 0 20 0 2 0 277009318 89894912 13453 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 21947 13453 194 432 0 21512 0
[pid=20043/tid=20045] ppid=20041 vsize=87788 CPUtime=12.64 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 11913 0 0 0 1261 3 0 0 20 0 2 0 277009322 89894912 13453 33554432000 4194304 5963574 140736017027152 139684131243544 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87788

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20045
/proc/meminfo: memFree=27078580/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=153324 CPUtime=25.49 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 19793 0 0 0 2544 5 0 0 20 0 2 0 277009318 157003776 19318 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 38331 19318 194 432 0 37896 0
[pid=20043/tid=20045] ppid=20041 vsize=153324 CPUtime=25.43 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 17778 0 0 0 2538 5 0 0 20 0 2 0 277009322 157003776 19318 33554432000 4194304 5963574 140736017027152 139684131243544 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153324

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20045
/proc/meminfo: memFree=27013248/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=153324 CPUtime=51.08 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 32996 0 0 0 5099 9 0 0 20 0 2 0 277009318 157003776 32521 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 38331 32521 194 432 0 37896 0
[pid=20043/tid=20045] ppid=20041 vsize=153324 CPUtime=51.03 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 30981 0 0 0 5094 9 0 0 20 0 2 0 277009322 157003776 32521 33554432000 4194304 5963574 140736017027152 139684131243544 4388683 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 153324

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20045
/proc/meminfo: memFree=26929540/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=218860 CPUtime=102.25 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 46583 0 0 0 10213 12 0 0 20 0 2 0 277009318 224112640 46025 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 54715 46025 194 432 0 54280 0
[pid=20043/tid=20045] ppid=20041 vsize=218860 CPUtime=102.21 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 44568 0 0 0 10208 13 0 0 20 0 2 0 277009322 224112640 46025 33554432000 4194304 5963574 140736017027152 139684131244984 4388636 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 218860

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=26866392/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=284396 CPUtime=162.21 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 55897 0 0 0 16206 15 0 0 20 0 2 0 277009318 291221504 55329 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 71099 55329 194 432 0 70664 0
[pid=20043/tid=20045] ppid=20041 vsize=284396 CPUtime=162.18 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 53882 0 0 0 16201 17 0 0 20 0 2 0 277009322 291221504 55329 33554432000 4194304 5963574 140736017027152 139684131244024 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 284396

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=26709364/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=415952 CPUtime=222.19 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 89714 0 0 0 22192 27 0 0 20 0 2 0 277009318 425934848 89141 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 103988 89141 194 432 0 103553 0
[pid=20043/tid=20045] ppid=20041 vsize=415952 CPUtime=222.17 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 87699 0 0 0 22186 31 0 0 20 0 2 0 277009322 425934848 89141 33554432000 4194304 5963574 140736017027152 139684131244024 4389665 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 415952

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=26600476/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=481488 CPUtime=282.18 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 112900 0 0 0 28183 35 0 0 20 0 2 0 277009318 493043712 112327 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 120372 112327 194 432 0 119937 0
[pid=20043/tid=20045] ppid=20041 vsize=481488 CPUtime=282.17 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 110885 0 0 0 28177 40 0 0 20 0 2 0 277009322 493043712 112327 33554432000 4194304 5963574 140736017027152 139684131243544 4388636 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) 481488

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20046
/proc/meminfo: memFree=26487972/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=547264 CPUtime=342.16 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 131516 0 0 0 34175 41 0 0 20 0 2 0 277009318 560398336 130948 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 136816 130948 194 432 0 136381 0
[pid=20043/tid=20045] ppid=20041 vsize=547264 CPUtime=342.16 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 129501 0 0 0 34169 47 0 0 20 0 2 0 277009322 560398336 130948 33554432000 4194304 5963574 140736017027152 139684131244024 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 547264

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 20049
/proc/meminfo: memFree=26292260/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=743872 CPUtime=402.11 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 175277 0 0 0 40155 56 0 0 20 0 2 0 277009318 761724928 174718 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 185968 174718 194 432 0 185533 0
[pid=20043/tid=20045] ppid=20041 vsize=743872 CPUtime=402.12 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 173262 0 0 0 40150 62 0 0 20 0 2 0 277009322 761724928 174718 33554432000 4194304 5963574 140736017027152 139684131244024 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 743872

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 20073
/proc/meminfo: memFree=26214532/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=809408 CPUtime=462.06 cores=0,2,4,6

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

/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 470513 0 0 0 129997 181 0 0 20 0 2 0 277009322 1970606080 472347 33554432000 4194304 5963574 140736017027152 139684131244024 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.62
Current children cumulated vsize (KiB) 1924420

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20079
/proc/meminfo: memFree=24767644/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2121028 CPUtime=1361.58 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 523876 0 0 0 135979 179 0 0 20 0 2 0 277009318 2171932672 523683 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 530257 523683 194 432 0 529822 0
[pid=20043/tid=20045] ppid=20041 vsize=2121028 CPUtime=1361.76 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 521861 0 0 0 135976 200 0 0 20 0 2 0 277009322 2171932672 523683 33554432000 4194304 5963574 140736017027152 139684131243544 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 2121028

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 20079
/proc/meminfo: memFree=24708928/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2186564 CPUtime=1421.58 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 536598 0 0 0 141974 184 0 0 20 0 2 0 277009318 2239041536 536404 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 546641 536404 194 432 0 546206 0
[pid=20043/tid=20045] ppid=20041 vsize=2186564 CPUtime=1421.76 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 534583 0 0 0 141971 205 0 0 20 0 2 0 277009322 2239041536 536404 33554432000 4194304 5963574 140736017027152 139684131243544 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 2186564

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20079
/proc/meminfo: memFree=24691940/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2186564 CPUtime=1481.57 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 536598 0 0 0 147973 184 0 0 20 0 2 0 277009318 2239041536 536404 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 546641 536404 194 432 0 546206 0
[pid=20043/tid=20045] ppid=20041 vsize=2186564 CPUtime=1481.75 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 534583 0 0 0 147969 206 0 0 20 0 2 0 277009322 2239041536 536404 33554432000 4194304 5963574 140736017027152 139684131243544 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 2186564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20079
/proc/meminfo: memFree=24635892/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2252100 CPUtime=1541.55 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 546605 0 0 0 153968 187 0 0 20 0 2 0 277009318 2306150400 546411 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 563025 546411 194 432 0 562590 0
[pid=20043/tid=20045] ppid=20041 vsize=2252100 CPUtime=1541.75 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 544590 0 0 0 153964 211 0 0 20 0 2 0 277009322 2306150400 546411 33554432000 4194304 5963574 140736017027152 139684131244024 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 2252100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20082
/proc/meminfo: memFree=24488804/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2383172 CPUtime=1601.54 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 577491 0 0 0 159956 198 0 0 20 0 2 0 277009318 2440368128 577297 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 595793 577297 194 432 0 595358 0
[pid=20043/tid=20045] ppid=20041 vsize=2383172 CPUtime=1601.75 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 575476 0 0 0 159952 223 0 0 20 0 2 0 277009322 2440368128 577297 33554432000 4194304 5963574 140736017027152 139684131244024 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.54
Current children cumulated vsize (KiB) 2383172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20082
/proc/meminfo: memFree=24445560/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2383172 CPUtime=1661.53 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 585675 0 0 0 165952 201 0 0 20 0 2 0 277009318 2440368128 585481 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 595793 585481 194 432 0 595358 0
[pid=20043/tid=20045] ppid=20041 vsize=2383172 CPUtime=1661.75 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 583660 0 0 0 165948 227 0 0 20 0 2 0 277009322 2440368128 585481 33554432000 4194304 5963574 140736017027152 139684131244024 4388700 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 2383172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20083
/proc/meminfo: memFree=24242096/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1721.53 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 636598 0 0 0 171934 219 0 0 20 0 2 0 277009318 2641694720 636404 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 636404 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1721.75 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 634583 0 0 0 171930 245 0 0 20 0 2 0 277009322 2641694720 636404 33554432000 4194304 5963574 140736017027152 139684131243544 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 2579780

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24554852/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1781.49 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640804 0 0 0 177929 220 0 0 20 0 2 0 277009318 2641694720 640588 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640588 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1781.73 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638789 0 0 0 177925 248 0 0 20 0 2 0 277009322 2641694720 640588 33554432000 4194304 5963574 140736017027152 139684131244024 4388683 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.49
Current children cumulated vsize (KiB) 2579780

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24532268/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1791.09 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640810 0 0 0 178889 220 0 0 20 0 2 0 277009318 2641694720 640594 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640594 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1791.33 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638795 0 0 0 178885 248 0 0 20 0 2 0 277009322 2641694720 640594 33554432000 4194304 5963574 140736017027152 139684131244024 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.09
Current children cumulated vsize (KiB) 2579780

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 20185
/proc/meminfo: memFree=24519992/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1794.29 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640810 0 0 0 179209 220 0 0 20 0 2 0 277009318 2641694720 640594 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640594 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1794.53 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638795 0 0 0 179205 248 0 0 20 0 2 0 277009322 2641694720 640594 33554432000 4194304 5963574 140736017027152 139684131244024 4399554 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.29
Current children cumulated vsize (KiB) 2579780

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24516628/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1797.48 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640816 0 0 0 179528 220 0 0 20 0 2 0 277009318 2641694720 640625 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640625 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1797.72 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638801 0 0 0 179524 248 0 0 20 0 2 0 277009322 2641694720 640625 33554432000 4194304 5963574 140736017027152 139684131244024 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (KiB) 2579780

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24516752/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1798.28 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640816 0 0 0 179608 220 0 0 20 0 2 0 277009318 2641694720 640625 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640625 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1798.52 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638801 0 0 0 179604 248 0 0 20 0 2 0 277009322 2641694720 640625 33554432000 4194304 5963574 140736017027152 139684131244024 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (KiB) 2579780

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24516752/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1798.68 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640816 0 0 0 179648 220 0 0 20 0 2 0 277009318 2641694720 640625 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640625 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1798.92 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638801 0 0 0 179644 248 0 0 20 0 2 0 277009322 2641694720 640625 33554432000 4194304 5963574 140736017027152 139684131244024 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 2579780

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24516752/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1799.08 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640816 0 0 0 179688 220 0 0 20 0 2 0 277009318 2641694720 640625 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640625 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1799.32 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638801 0 0 0 179684 248 0 0 20 0 2 0 277009322 2641694720 640625 33554432000 4194304 5963574 140736017027152 139684131244024 4399592 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) 2579780

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24516752/32873844 swapFree=6088/6088
[pid=20043] ppid=20041 vsize=2579780 CPUtime=1799.18 cores=0,2,4,6
/proc/20043/stat : 20043 (wbo1.7) S 20041 20043 16852 0 -1 4202496 640816 0 0 0 179698 220 0 0 20 0 2 0 277009318 2641694720 640625 33554432000 4194304 5963574 140736017027152 140736017026672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20043/statm: 644945 640625 194 432 0 644510 0
[pid=20043/tid=20045] ppid=20041 vsize=2579780 CPUtime=1799.42 cores=0,2,4,6
/proc/20043/task/20045/stat : 20045 (wbo1.7) R 20041 20043 16852 0 -1 4202560 638801 0 0 0 179694 248 0 0 20 0 2 0 277009322 2641694720 640625 33554432000 4194304 5963574 140736017027152 139684131244024 4392399 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (KiB) 2579780

Child status: 255
Real time (s): 1800.07
CPU time (s): 1799.55
CPU user time (s): 1796.99
CPU system time (s): 2.56061
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 2579780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.99
system time used= 2.56061
maximum resident set size= 2562500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640816
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= 611
involuntary context switches= 2098

runsolver used 3.63645 second user time and 9.75552 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 10:53:27
IDJOB=3705664
IDBENCH=48268
IDSOLVER=2284
FILE ID=node108/3705664-1338108807
RUNJOBID= node108-1338087358-16868
PBS_JOBID= 14624441
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 9b75ee50c2c62e6be495e8bd0a94fa2c
RANDOM SEED=820303024

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:        27173348 kB
Buffers:          298416 kB
Cached:          4528828 kB
SwapCached:            0 kB
Active:           673088 kB
Inactive:        4234048 kB
Active(anon):      78824 kB
Inactive(anon):        0 kB
Active(file):     594264 kB
Inactive(file):  4234048 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:        209248 kB
Mapped:            15076 kB
Shmem:               200 kB
Slab:             655276 kB
SReclaimable:      97452 kB
SUnreclaim:       557824 kB
KernelStack:        1488 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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-3705664-1338108807.opb

Free space on /tmp at the end= 71732 MiB
End job on node108 at 2012-05-27 11:23:28