Trace number 3726899

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 NameAnswerCPU timeWall clock time
pwbo 2.02UNSAT 787.39 787.685

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
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 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726899-1338662576.opb.
0.00/0.00	c Instance file HOME/instance-3726899-1338662576.opb
0.00/0.00	c File size is 118617 bytes.
0.00/0.01	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:    103                                                 |
0.00/0.01	c |  Number PB Constraints: 1476                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
787.39/787.67	c ===============================================================================
787.39/787.67	c Wall Clock Time: 787.68 s
787.39/787.67	s UNSATISFIABLE

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-3726899-1338662576/watcher-3726899-1338662576 -o /tmp/evaluation-result-3726899-1338662576/solver-3726899-1338662576 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726899-1338662576.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: 1.84 1.97 2.18 2/174 14154
/proc/meminfo: memFree=28261236/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=3692 CPUtime=0 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) R 14152 14154 10982 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 1 0 332382185 3780608 371 33554432000 4194304 5964478 140736639289760 140735409193240 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 923 371 168 433 0 458 0

[startup+0.0400689 s]
/proc/loadavg: 1.84 1.97 2.18 2/174 14154
/proc/meminfo: memFree=28261236/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=84684 CPUtime=0.03 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 1407 0 0 0 3 0 0 0 20 0 2 0 332382185 86716416 1331 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21171 1331 186 433 0 20735 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84684

[startup+0.100262 s]
/proc/loadavg: 1.84 1.97 2.18 2/174 14154
/proc/meminfo: memFree=28261236/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=84684 CPUtime=0.09 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 1601 0 0 0 9 0 0 0 20 0 2 0 332382185 86716416 1525 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21171 1525 186 433 0 20735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84684

[startup+0.300221 s]
/proc/loadavg: 1.84 1.97 2.18 2/174 14154
/proc/meminfo: memFree=28261236/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=84684 CPUtime=0.29 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 2011 0 0 0 29 0 0 0 20 0 2 0 332382185 86716416 1935 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21171 1935 186 433 0 20735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84684

[startup+0.700223 s]
/proc/loadavg: 1.84 1.97 2.18 2/174 14154
/proc/meminfo: memFree=28261236/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=84684 CPUtime=0.69 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 2611 0 0 0 69 0 0 0 20 0 2 0 332382185 86716416 2535 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21171 2535 186 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.84 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28243552/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=84828 CPUtime=1.48 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 3248 0 0 0 148 0 0 0 20 0 2 0 332382185 86863872 3172 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21207 3172 186 433 0 20771 0
[pid=14154/tid=14156] ppid=14152 vsize=84828 CPUtime=1.47 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 2262 0 0 0 147 0 0 0 20 0 2 0 332382187 86863872 3172 33554432000 4194304 5964478 140736639289760 139988430006264 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84828

[startup+3.10028 s]
/proc/loadavg: 1.84 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28236824/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=85044 CPUtime=3.09 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 4523 0 0 0 308 1 0 0 20 0 2 0 332382185 87085056 4447 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21261 4447 186 433 0 20825 0
[pid=14154/tid=14156] ppid=14152 vsize=85044 CPUtime=3.06 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 3537 0 0 0 305 1 0 0 20 0 2 0 332382187 87085056 4447 33554432000 4194304 5964478 140736639289760 139988430006264 4400056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85044

[startup+6.30027 s]
/proc/loadavg: 1.85 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28221448/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=85764 CPUtime=6.29 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 5589 0 0 0 628 1 0 0 20 0 2 0 332382185 87822336 5513 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 21441 5513 186 433 0 21005 0
[pid=14154/tid=14156] ppid=14152 vsize=85764 CPUtime=6.25 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 4603 0 0 0 624 1 0 0 20 0 2 0 332382187 87822336 5513 33554432000 4194304 5964478 140736639289760 139988430006312 4222256 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85764

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28185824/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=89148 CPUtime=12.68 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 7636 0 0 0 1266 2 0 0 20 0 2 0 332382185 91287552 7578 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 22287 7578 186 433 0 21851 0
[pid=14154/tid=14156] ppid=14152 vsize=89148 CPUtime=12.63 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 6650 0 0 0 1261 2 0 0 20 0 2 0 332382187 91287552 7578 33554432000 4194304 5964478 140736639289760 139988430006312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89148

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28166864/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=93916 CPUtime=25.48 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 10386 0 0 0 2545 3 0 0 20 0 2 0 332382185 96169984 10331 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 23479 10331 186 433 0 23043 0
[pid=14154/tid=14156] ppid=14152 vsize=93916 CPUtime=25.39 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 9400 0 0 0 2536 3 0 0 20 0 2 0 332382187 96169984 10331 33554432000 4194304 5964478 140736639289760 139988430006072 4400109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93916

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28127760/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=98368 CPUtime=51.08 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 14363 0 0 0 5104 4 0 0 20 0 2 0 332382185 100728832 14986 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 24592 14986 186 433 0 24156 0
[pid=14154/tid=14156] ppid=14152 vsize=98368 CPUtime=50.93 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 13377 0 0 0 5090 3 0 0 20 0 2 0 332382187 100728832 14986 33554432000 4194304 5964478 140736639289760 139988430005784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98368

[startup+102.306 s]
/proc/loadavg: 2.05 1.99 2.16 3/179 14162
/proc/meminfo: memFree=28065300/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=166556 CPUtime=102.27 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 20715 0 0 0 10220 7 0 0 20 0 2 0 332382185 170553344 21338 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 41639 21338 186 433 0 41203 0
[pid=14154/tid=14156] ppid=14152 vsize=166556 CPUtime=102 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 19729 0 0 0 10192 8 0 0 20 0 2 0 332382187 170553344 21338 33554432000 4194304 5964478 140736639289760 139988430006024 4379311 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 166556

[startup+162.3 s]
/proc/loadavg: 2.02 1.99 2.15 3/179 14162
/proc/meminfo: memFree=27974448/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=170784 CPUtime=162.24 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 28205 0 0 0 16213 11 0 0 20 0 2 0 332382185 174882816 28857 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 42696 28857 186 433 0 42260 0
[pid=14154/tid=14156] ppid=14152 vsize=170784 CPUtime=161.83 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 27219 0 0 0 16170 13 0 0 20 0 2 0 332382187 174882816 28857 33554432000 4194304 5964478 140736639289760 139988430005784 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 170784

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.14 3/178 14162
/proc/meminfo: memFree=27905364/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=172916 CPUtime=222.23 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 32292 0 0 0 22208 15 0 0 20 0 2 0 332382185 177065984 32944 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 43229 32944 186 433 0 42793 0
[pid=14154/tid=14156] ppid=14152 vsize=172916 CPUtime=221.68 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 31306 0 0 0 22150 18 0 0 20 0 2 0 332382187 177065984 32944 33554432000 4194304 5964478 140736639289760 139988430006264 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 172916

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.13 3/179 14163
/proc/meminfo: memFree=27862872/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=175560 CPUtime=282.21 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 36742 0 0 0 28201 20 0 0 20 0 2 0 332382185 179773440 37401 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 43890 37401 186 433 0 43454 0
[pid=14154/tid=14156] ppid=14152 vsize=175560 CPUtime=281.51 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 35756 0 0 0 28127 24 0 0 20 0 2 0 332382187 179773440 37401 33554432000 4194304 5964478 140736639289760 139988430006264 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 175560

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.13 3/179 14163
/proc/meminfo: memFree=27816144/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=246856 CPUtime=342.19 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 42135 0 0 0 34195 24 0 0 20 0 2 0 332382185 252780544 42786 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 61714 42786 186 433 0 61278 0
[pid=14154/tid=14156] ppid=14152 vsize=246856 CPUtime=341.34 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 41149 0 0 0 34105 29 0 0 20 0 2 0 332382187 252780544 42786 33554432000 4194304 5964478 140736639289760 139988430005784 4221232 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 246856

[startup+402.3 s]
/proc/loadavg: 2.09 2.03 2.13 3/179 14163
/proc/meminfo: memFree=27749420/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=247456 CPUtime=402.18 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 44977 0 0 0 40191 27 0 0 20 0 2 0 332382185 253394944 45628 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 61864 45628 186 433 0 61428 0
[pid=14154/tid=14156] ppid=14152 vsize=247456 CPUtime=401.19 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 43991 0 0 0 40086 33 0 0 20 0 2 0 332382187 253394944 45628 33554432000 4194304 5964478 140736639289760 139988430005784 4379316 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 247456

[startup+462.3 s]
/proc/loadavg: 2.16 2.07 2.13 3/180 14166
/proc/meminfo: memFree=27721760/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=249460 CPUtime=462.17 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 49346 0 0 0 46185 32 0 0 20 0 2 0 332382185 255447040 49992 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 62365 49992 186 433 0 61929 0
[pid=14154/tid=14156] ppid=14152 vsize=249460 CPUtime=461.04 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 48360 0 0 0 46065 39 0 0 20 0 2 0 332382187 255447040 49992 33554432000 4194304 5964478 140736639289760 139988430005784 4379245 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 249460

[startup+522.3 s]
/proc/loadavg: 2.09 2.07 2.12 3/179 14166
/proc/meminfo: memFree=27701184/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=250780 CPUtime=522.16 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 54523 0 0 0 52179 37 0 0 20 0 2 0 332382185 256798720 55169 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 62695 55169 186 433 0 62259 0
[pid=14154/tid=14156] ppid=14152 vsize=250780 CPUtime=520.88 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 53537 0 0 0 52044 44 0 0 20 0 2 0 332382187 256798720 55169 33554432000 4194304 5964478 140736639289760 139988430005784 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 250780

[startup+582.3 s]
/proc/loadavg: 2.03 2.05 2.11 3/179 14167
/proc/meminfo: memFree=27663044/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=318076 CPUtime=582.12 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 59460 0 0 0 58169 43 0 0 20 0 2 0 332382185 325709824 60098 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79519 60098 186 433 0 79083 0
[pid=14154/tid=14156] ppid=14152 vsize=318076 CPUtime=580.7 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 58474 0 0 0 58019 51 0 0 20 0 2 0 332382187 325709824 60098 33554432000 4194304 5964478 140736639289760 139988430006264 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 318076

[startup+642.3 s]
/proc/loadavg: 2.04 2.05 2.11 3/179 14167
/proc/meminfo: memFree=27634772/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=318076 CPUtime=642.12 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 62304 0 0 0 64166 46 0 0 20 0 2 0 332382185 325709824 62942 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79519 62942 186 433 0 79083 0
[pid=14154/tid=14156] ppid=14152 vsize=318076 CPUtime=640.55 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 61318 0 0 0 64000 55 0 0 20 0 2 0 332382187 325709824 62942 33554432000 4194304 5964478 140736639289760 139988430005784 4399975 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 318076

[startup+702.3 s]
/proc/loadavg: 2.01 2.04 2.09 3/179 14167
/proc/meminfo: memFree=27613772/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=318716 CPUtime=702.1 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 64950 0 0 0 70161 49 0 0 20 0 2 0 332382185 326365184 65588 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79679 65588 186 433 0 79243 0
[pid=14154/tid=14156] ppid=14152 vsize=318716 CPUtime=700.39 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 63964 0 0 0 69980 59 0 0 20 0 2 0 332382187 326365184 65588 33554432000 4194304 5964478 140736639289760 139988430006312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 318716

[startup+762.306 s]
/proc/loadavg: 2.00 2.03 2.09 3/179 14167
/proc/meminfo: memFree=27581128/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=318956 CPUtime=762.1 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 67179 0 0 0 76159 51 0 0 20 0 2 0 332382185 326610944 67817 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79739 67817 186 433 0 79303 0
[pid=14154/tid=14156] ppid=14152 vsize=318956 CPUtime=760.25 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 66193 0 0 0 75963 62 0 0 20 0 2 0 332382187 326610944 67817 33554432000 4194304 5964478 140736639289760 139988430005784 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 318956

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

[startup+767.9 s]
/proc/loadavg: 2.00 2.03 2.09 3/179 14167
/proc/meminfo: memFree=27580880/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319172 CPUtime=767.69 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 67259 0 0 0 76718 51 0 0 20 0 2 0 332382185 326832128 67897 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79793 67897 186 433 0 79357 0
[pid=14154/tid=14156] ppid=14152 vsize=319172 CPUtime=765.83 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 66273 0 0 0 76521 62 0 0 20 0 2 0 332382187 326832128 67897 33554432000 4194304 5964478 140736639289760 139988430006312 4403729 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 767.69
Current children cumulated vsize (KiB) 319172

[startup+780.7 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27577468/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=780.49 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68135 0 0 0 77997 52 0 0 20 0 2 0 332382185 327290880 68773 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 68773 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=778.59 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67149 0 0 0 77796 63 0 0 20 0 2 0 332382187 327290880 68773 33554432000 4194304 5964478 140736639289760 139988430006264 4400812 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 780.49
Current children cumulated vsize (KiB) 319620

[startup+783.9 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27575732/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=783.69 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68523 0 0 0 78317 52 0 0 20 0 2 0 332382185 327290880 69161 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69161 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=781.79 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67537 0 0 0 78116 63 0 0 20 0 2 0 332382187 327290880 69161 33554432000 4194304 5964478 140736639289760 139988430006264 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 783.69
Current children cumulated vsize (KiB) 319620

[startup+785.5 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27575112/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=785.29 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68641 0 0 0 78477 52 0 0 20 0 2 0 332382185 327290880 69279 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69279 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=783.38 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67655 0 0 0 78275 63 0 0 20 0 2 0 332382187 327290880 69279 33554432000 4194304 5964478 140736639289760 139988430006264 4403721 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 785.29
Current children cumulated vsize (KiB) 319620

[startup+786.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27575112/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=786.08 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68711 0 0 0 78556 52 0 0 20 0 2 0 332382185 327290880 69349 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69349 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=784.18 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67725 0 0 0 78355 63 0 0 20 0 2 0 332382187 327290880 69349 33554432000 4194304 5964478 140736639289760 139988430005784 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.08
Current children cumulated vsize (KiB) 319620

[startup+787.1 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27574740/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=786.88 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68761 0 0 0 78636 52 0 0 20 0 2 0 332382185 327290880 69399 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69399 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=784.98 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67775 0 0 0 78435 63 0 0 20 0 2 0 332382187 327290880 69399 33554432000 4194304 5964478 140736639289760 139988430005784 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.88
Current children cumulated vsize (KiB) 319620

[startup+787.5 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27574492/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=787.29 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68788 0 0 0 78677 52 0 0 20 0 2 0 332382185 327290880 69426 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69426 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=785.38 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67802 0 0 0 78475 63 0 0 20 0 2 0 332382187 327290880 69426 33554432000 4194304 5964478 140736639289760 139988430005784 4403376 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 787.29
Current children cumulated vsize (KiB) 319620

[startup+787.606 s]
/proc/loadavg: 2.00 2.03 2.08 3/179 14167
/proc/meminfo: memFree=27574492/32873844 swapFree=7108/7108
[pid=14154] ppid=14152 vsize=319620 CPUtime=787.39 cores=0,2,4,6
/proc/14154/stat : 14154 (pwbo2.02) S 14152 14154 10982 0 -1 4202496 68793 0 0 0 78687 52 0 0 20 0 2 0 332382185 327290880 69431 33554432000 4194304 5964478 140736639289760 140736639289280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14154/statm: 79905 69431 186 433 0 79469 0
[pid=14154/tid=14156] ppid=14152 vsize=319620 CPUtime=785.48 cores=0,2,4,6
/proc/14154/task/14156/stat : 14156 (pwbo2.02) R 14152 14154 10982 0 -1 4202560 67807 0 0 0 78485 63 0 0 20 0 2 0 332382187 327290880 69431 33554432000 4194304 5964478 140736639289760 139988430005784 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 787.39
Current children cumulated vsize (KiB) 319620

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14154 and gives
#  childrusage.ru_utime.tv_sec=784
#  childrusage.ru_utime.tv_usec=932672
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=648901
# CPU time returned by wait4() is 785.582
# while last known CPU time is 787.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 787.685
CPU time (s): 787.39
CPU user time (s): 786.87
CPU system time (s): 0.52
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 319620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 784.933
system time used= 0.648901
maximum resident set size= 277768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68804
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= 101
involuntary context switches= 812

runsolver used 1.35779 second user time and 3.12352 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 20:42:56
IDJOB=3726899
IDBENCH=48363
IDSOLVER=2312
FILE ID=node139/3726899-1338662576
RUNJOBID= node139-1338662576-14113
PBS_JOBID= 14636441
Free space on /tmp= 71100 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726899-1338662576/watcher-3726899-1338662576 -o /tmp/evaluation-result-3726899-1338662576/solver-3726899-1338662576 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726899-1338662576.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=743622054

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        28268092 kB
Buffers:          485816 kB
Cached:          3237116 kB
SwapCached:          828 kB
Active:          1654808 kB
Inactive:        2076576 kB
Active(anon):       2212 kB
Inactive(anon):     7964 kB
Active(file):    1652596 kB
Inactive(file):  2068612 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:         13620 kB
Mapped:            10764 kB
Shmem:                 8 kB
Slab:             732316 kB
SReclaimable:     174096 kB
SUnreclaim:       558220 kB
KernelStack:        1376 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3726899-1338662576.opb

Free space on /tmp at the end= 71088 MiB
End job on node139 at 2012-06-02 20:56:04