Trace number 3726871

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.02? 1799.47 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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-3726871-1338662576.opb.
0.00/0.00	c Instance file HOME/instance-3726871-1338662576.opb
0.00/0.00	c File size is 106308 bytes.
0.00/0.00	c Highest Coefficient sum: 200
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      1444                                                |
0.00/0.00	c |  Number Clauses:        1344                                                |
0.00/0.00	c |  Number Cardinality:    203                                                 |
0.00/0.00	c |  Number PB Constraints: 1244                                                |
0.00/0.00	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 ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3726871-1338662576/watcher-3726871-1338662576 -o /tmp/evaluation-result-3726871-1338662576/solver-3726871-1338662576 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726871-1338662576.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 2.18 3/177 14160
/proc/meminfo: memFree=28257896/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=3832 CPUtime=0 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) R 14158 14160 10982 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 332382190 3923968 399 33554432000 4194304 5964478 140734246985440 140736282395992 5179243 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 958 399 173 433 0 496 0

[startup+0.09064 s]
/proc/loadavg: 1.84 1.97 2.18 3/177 14160
/proc/meminfo: memFree=28257896/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84588 CPUtime=0.08 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 1376 0 0 0 8 0 0 0 20 0 2 0 332382190 86618112 1303 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21147 1303 186 433 0 20711 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84588

[startup+0.100166 s]
/proc/loadavg: 1.84 1.97 2.18 3/177 14160
/proc/meminfo: memFree=28257896/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84588 CPUtime=0.09 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 1388 0 0 0 9 0 0 0 20 0 2 0 332382190 86618112 1315 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21147 1315 186 433 0 20711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84588

[startup+0.30011 s]
/proc/loadavg: 1.84 1.97 2.18 3/177 14160
/proc/meminfo: memFree=28257896/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84588 CPUtime=0.29 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 1660 0 0 0 29 0 0 0 20 0 2 0 332382190 86618112 1587 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21147 1587 186 433 0 20711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84588

[startup+0.70011 s]
/proc/loadavg: 1.84 1.97 2.18 3/177 14160
/proc/meminfo: memFree=28257896/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84588 CPUtime=0.69 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 2162 0 0 0 69 0 0 0 20 0 2 0 332382190 86618112 2089 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21147 2089 186 433 0 20711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84588

[startup+1.50026 s]
/proc/loadavg: 1.84 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28242808/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84732 CPUtime=1.48 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 2756 0 0 0 148 0 0 0 20 0 2 0 332382190 86765568 2683 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21183 2683 186 433 0 20747 0
[pid=14160/tid=14162] ppid=14158 vsize=84732 CPUtime=1.47 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 1798 0 0 0 147 0 0 0 20 0 2 0 332382191 86765568 2683 33554432000 4194304 5964478 140734246985440 140378142189080 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84732

[startup+3.10025 s]
/proc/loadavg: 1.84 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28236824/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84732 CPUtime=3.09 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 3657 0 0 0 308 1 0 0 20 0 2 0 332382190 86765568 3584 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21183 3584 186 433 0 20747 0
[pid=14160/tid=14162] ppid=14158 vsize=84732 CPUtime=3.06 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 2699 0 0 0 305 1 0 0 20 0 2 0 332382191 86765568 3584 33554432000 4194304 5964478 140734246985440 140378142189368 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84732

[startup+6.30025 s]
/proc/loadavg: 1.85 1.97 2.18 3/179 14162
/proc/meminfo: memFree=28221448/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=84804 CPUtime=6.29 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 5089 0 0 0 628 1 0 0 20 0 2 0 332382190 86839296 5016 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21201 5016 186 433 0 20765 0
[pid=14160/tid=14162] ppid=14158 vsize=84804 CPUtime=6.25 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 4131 0 0 0 624 1 0 0 20 0 2 0 332382191 86839296 5016 33554432000 4194304 5964478 140734246985440 140378142189368 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84804

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28185824/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=85216 CPUtime=12.69 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 12306 0 0 0 1266 3 0 0 20 0 2 0 332382190 87261184 12233 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21304 12233 186 433 0 20868 0
[pid=14160/tid=14162] ppid=14158 vsize=85216 CPUtime=12.64 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 11348 0 0 0 1261 3 0 0 20 0 2 0 332382191 87261184 12233 33554432000 4194304 5964478 140734246985440 140378142189560 5136490 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85216

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28166492/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=85504 CPUtime=25.49 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 13921 0 0 0 2545 4 0 0 20 0 2 0 332382190 87556096 13848 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 21376 13848 186 433 0 20940 0
[pid=14160/tid=14162] ppid=14158 vsize=85504 CPUtime=25.4 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 12963 0 0 0 2537 3 0 0 20 0 2 0 332382191 87556096 13848 33554432000 4194304 5964478 140734246985440 140378142189560 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85504

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 2.17 3/179 14162
/proc/meminfo: memFree=28127760/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=152612 CPUtime=51.07 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 19188 0 0 0 5101 6 0 0 20 0 2 0 332382190 156274688 19152 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 38153 19152 186 433 0 37717 0
[pid=14160/tid=14162] ppid=14158 vsize=152612 CPUtime=50.92 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 18230 0 0 0 5086 6 0 0 20 0 2 0 332382191 156274688 19152 33554432000 4194304 5964478 140734246985440 140378142189368 4400042 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152612

[startup+102.306 s]
/proc/loadavg: 2.05 1.99 2.16 3/179 14162
/proc/meminfo: memFree=28065300/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=154212 CPUtime=102.25 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 27686 0 0 0 10214 11 0 0 20 0 2 0 332382190 157913088 27925 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 38553 27925 186 433 0 38117 0
[pid=14160/tid=14162] ppid=14158 vsize=154212 CPUtime=101.98 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 26728 0 0 0 10186 12 0 0 20 0 2 0 332382191 157913088 27925 33554432000 4194304 5964478 140734246985440 140378142189080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 154212

[startup+162.3 s]
/proc/loadavg: 2.02 1.99 2.15 3/179 14162
/proc/meminfo: memFree=27974076/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=223492 CPUtime=162.22 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 43669 0 0 0 16201 21 0 0 20 0 2 0 332382190 228855808 43942 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 55873 43942 186 433 0 55437 0
[pid=14160/tid=14162] ppid=14158 vsize=223492 CPUtime=161.81 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 42711 0 0 0 16158 23 0 0 20 0 2 0 332382191 228855808 43942 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 223492

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.14 3/178 14162
/proc/meminfo: memFree=27905364/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=301176 CPUtime=222.19 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 55890 0 0 0 22193 26 0 0 20 0 2 0 332382190 308404224 56188 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 75294 56188 186 433 0 74858 0
[pid=14160/tid=14162] ppid=14158 vsize=301176 CPUtime=221.64 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 54932 0 0 0 22135 29 0 0 20 0 2 0 332382191 308404224 56188 33554432000 4194304 5964478 140734246985440 140378142189608 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 301176

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 2.13 3/179 14163
/proc/meminfo: memFree=27862872/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=302684 CPUtime=282.18 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 62050 0 0 0 28187 31 0 0 20 0 2 0 332382190 309948416 62348 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 75671 62348 186 433 0 75235 0
[pid=14160/tid=14162] ppid=14158 vsize=302684 CPUtime=281.48 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 61092 0 0 0 28113 35 0 0 20 0 2 0 332382191 309948416 62348 33554432000 4194304 5964478 140734246985440 140378142189608 4400016 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 302684

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 2.13 3/179 14163
/proc/meminfo: memFree=27816144/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=303744 CPUtime=342.17 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 68323 0 0 0 34183 34 0 0 20 0 2 0 332382190 311033856 68606 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 75936 68606 186 433 0 75500 0
[pid=14160/tid=14162] ppid=14158 vsize=303744 CPUtime=341.33 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 67365 0 0 0 34094 39 0 0 20 0 2 0 332382191 311033856 68606 33554432000 4194304 5964478 140734246985440 140378142189608 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 303744

[startup+402.3 s]
/proc/loadavg: 2.09 2.03 2.13 3/179 14163
/proc/meminfo: memFree=27749420/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=373084 CPUtime=402.15 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 82555 0 0 0 40172 43 0 0 20 0 2 0 332382190 382038016 82838 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 93271 82838 186 433 0 92835 0
[pid=14160/tid=14162] ppid=14158 vsize=373084 CPUtime=401.15 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 81597 0 0 0 40066 49 0 0 20 0 2 0 332382191 382038016 82838 33554432000 4194304 5964478 140734246985440 140378142189560 4389384 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 373084

[startup+462.3 s]
/proc/loadavg: 2.16 2.07 2.13 3/180 14166
/proc/meminfo: memFree=27721760/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=373444 CPUtime=462.14 cores=1,3,5,7

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

[startup+1542.3 s]
/proc/loadavg: 1.00 1.08 1.46 2/172 14223
/proc/meminfo: memFree=27655752/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=658628 CPUtime=1541.89 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 153290 0 0 0 154061 128 0 0 20 0 2 0 332382190 674435072 153106 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 164657 153106 186 433 0 164221 0
[pid=14160/tid=14162] ppid=14158 vsize=658628 CPUtime=1538.15 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 152332 0 0 0 153664 151 0 0 20 0 2 0 332382191 674435072 153106 33554432000 4194304 5964478 140734246985440 140378142189608 4400006 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 658628

[startup+1602.3 s]
/proc/loadavg: 1.00 1.06 1.43 2/172 14223
/proc/meminfo: memFree=27628088/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=726264 CPUtime=1601.87 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 160335 0 0 0 160052 135 0 0 20 0 2 0 332382190 743694336 160145 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 181566 160145 186 433 0 181130 0
[pid=14160/tid=14162] ppid=14158 vsize=726264 CPUtime=1597.99 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 159377 0 0 0 159640 159 0 0 20 0 2 0 332382191 743694336 160145 33554432000 4194304 5964478 140734246985440 140378142189080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 726264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.40 2/173 14226
/proc/meminfo: memFree=27614812/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=727252 CPUtime=1661.86 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 163576 0 0 0 166048 138 0 0 20 0 2 0 332382190 744706048 163386 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 181813 163386 186 433 0 181377 0
[pid=14160/tid=14162] ppid=14158 vsize=727252 CPUtime=1657.84 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 162618 0 0 0 165621 163 0 0 20 0 2 0 332382191 744706048 163386 33554432000 4194304 5964478 140734246985440 140378142189080 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 727252

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/172 14226
/proc/meminfo: memFree=27587788/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=729476 CPUtime=1721.85 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 170485 0 0 0 172037 148 0 0 20 0 2 0 332382190 746983424 170295 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182369 170295 186 433 0 181933 0
[pid=14160/tid=14162] ppid=14158 vsize=729476 CPUtime=1717.68 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 169527 0 0 0 171594 174 0 0 20 0 2 0 332382191 746983424 170295 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 729476

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/172 14227
/proc/meminfo: memFree=27577496/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1781.85 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172863 0 0 0 178034 151 0 0 20 0 2 0 332382190 748441600 172673 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172673 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1777.53 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171905 0 0 0 177576 177 0 0 20 0 2 0 332382191 748441600 172673 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 730900

############
# WARNING:
# current cumulated CPU time (1795.2 s) is less than in the last sample (1799.45 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.24988 s) to the 'lost time'.

[startup+1799.9 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1799.45 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172888 0 0 0 179794 151 0 0 20 0 2 0 332382190 748441600 172698 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172698 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1795.08 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171930 0 0 0 179330 178 0 0 20 0 2 0 332382191 748441600 172698 33554432000 4194304 5964478 140734246985440 140378142189608 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 730900

[startup+1800 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1795.2 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) R 14158 14160 10982 0 -1 4202496 172891 0 0 0 179341 179 0 0 20 0 1 0 332382190 748441600 172701 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 256 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
Current children cumulated vsize (KiB) 730900
#
############


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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1791.45 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172874 0 0 0 178994 151 0 0 20 0 2 0 332382190 748441600 172684 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172684 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1787.11 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171916 0 0 0 178533 178 0 0 20 0 2 0 332382191 748441600 172684 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 730900

[startup+1795.1 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1794.65 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172880 0 0 0 179314 151 0 0 20 0 2 0 332382190 748441600 172690 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172690 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1790.3 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171922 0 0 0 178852 178 0 0 20 0 2 0 332382191 748441600 172690 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 730900

[startup+1798.3 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1797.85 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172887 0 0 0 179634 151 0 0 20 0 2 0 332382190 748441600 172697 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172697 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1793.49 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171929 0 0 0 179171 178 0 0 20 0 2 0 332382191 748441600 172697 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 730900

[startup+1799.1 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1798.65 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172888 0 0 0 179714 151 0 0 20 0 2 0 332382190 748441600 172698 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172698 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1794.29 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171930 0 0 0 179251 178 0 0 20 0 2 0 332382191 748441600 172698 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 730900

[startup+1799.5 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1799.05 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172888 0 0 0 179754 151 0 0 20 0 2 0 332382190 748441600 172698 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172698 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1794.69 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171930 0 0 0 179291 178 0 0 20 0 2 0 332382191 748441600 172698 33554432000 4194304 5964478 140734246985440 140378142189608 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 730900

[startup+1799.9 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1799.45 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) S 14158 14160 10982 0 -1 4202496 172888 0 0 0 179794 151 0 0 20 0 2 0 332382190 748441600 172698 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 182725 172698 186 433 0 182289 0
[pid=14160/tid=14162] ppid=14158 vsize=730900 CPUtime=1795.08 cores=1,3,5,7
/proc/14160/task/14162/stat : 14162 (pwbo2.02) R 14158 14160 10982 0 -1 4202560 171930 0 0 0 179330 178 0 0 20 0 2 0 332382191 748441600 172698 33554432000 4194304 5964478 140734246985440 140378142189608 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 730900

[startup+1800 s]
/proc/loadavg: 1.00 1.03 1.34 2/172 14227
/proc/meminfo: memFree=27577620/32873844 swapFree=7108/7108
[pid=14160] ppid=14158 vsize=730900 CPUtime=1795.2 cores=1,3,5,7
/proc/14160/stat : 14160 (pwbo2.02) R 14158 14160 10982 0 -1 4202496 172891 0 0 0 179341 179 0 0 20 0 1 0 332382190 748441600 172701 33554432000 4194304 5964478 140734246985440 140734246984960 4546685 256 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14160/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
Current children cumulated vsize (KiB) 730900

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.24988
#  lost CPU user time (s): 4.52991
#  lost CPU system time (s): -0.28

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1797.95
CPU system time (s): 1.52372
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 730900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.42
system time used= 1.80373
maximum resident set size= 690804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172891
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= 223
involuntary context switches= 1939

runsolver used 2.88056 second user time and 7.12392 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 20:42:56
IDJOB=3726871
IDBENCH=48366
IDSOLVER=2312
FILE ID=node139/3726871-1338662576
RUNJOBID= node139-1338662576-14114
PBS_JOBID= 14636441
Free space on /tmp= 71092 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_40.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-3726871-1338662576/watcher-3726871-1338662576 -o /tmp/evaluation-result-3726871-1338662576/solver-3726871-1338662576 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726871-1338662576.opb

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
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:        28262612 kB
Buffers:          485828 kB
Cached:          3242536 kB
SwapCached:          828 kB
Active:          1660528 kB
Inactive:        2076576 kB
Active(anon):       2472 kB
Inactive(anon):     7964 kB
Active(file):    1658056 kB
Inactive(file):  2068612 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:         14396 kB
Mapped:            11540 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:     126728 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-3726871-1338662576.opb

Free space on /tmp at the end= 71092 MiB
End job on node139 at 2012-06-02 21:12:56