Trace number 3704570

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.0? 1799.89 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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704570-1338092378.opb.
0.00/0.00	c Instance file HOME/instance-3704570-1338092378.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.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3704570-1338092378/watcher-3704570-1338092378 -o /tmp/evaluation-result-3704570-1338092378/solver-3704570-1338092378 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704570-1338092378.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.01 2.01 1.94 3/175 6463
/proc/meminfo: memFree=28382712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=3692 CPUtime=0 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) R 6461 6463 5985 0 -1 4202496 437 0 0 0 0 0 0 0 20 0 1 0 275366335 3780608 389 33554432000 4194304 5965102 140733376944864 140733219510008 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 923 390 173 433 0 461 0

[startup+0.0966849 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6463
/proc/meminfo: memFree=28382712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84588 CPUtime=0.09 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 1372 0 0 0 9 0 0 0 20 0 2 0 275366335 86618112 1298 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21147 1298 190 433 0 20711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84588

[startup+0.100154 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6463
/proc/meminfo: memFree=28382712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84588 CPUtime=0.09 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 1376 0 0 0 9 0 0 0 20 0 2 0 275366335 86618112 1302 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21147 1302 190 433 0 20711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84588

[startup+0.300111 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6463
/proc/meminfo: memFree=28382712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84588 CPUtime=0.29 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 1609 0 0 0 29 0 0 0 20 0 2 0 275366335 86618112 1535 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21147 1535 190 433 0 20711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84588

[startup+0.70011 s]
/proc/loadavg: 2.01 2.01 1.94 3/175 6463
/proc/meminfo: memFree=28382712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84588 CPUtime=0.69 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 2107 0 0 0 69 0 0 0 20 0 2 0 275366335 86618112 2033 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21147 2033 190 433 0 20711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84588

[startup+1.5002 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6465
/proc/meminfo: memFree=28374156/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84732 CPUtime=1.49 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 2756 0 0 0 149 0 0 0 20 0 2 0 275366335 86765568 2682 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21183 2682 190 433 0 20747 0
[pid=6463/tid=6465] ppid=6461 vsize=84732 CPUtime=1.47 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 1798 0 0 0 147 0 0 0 20 0 2 0 275366336 86765568 2682 33554432000 4194304 5965102 140733376944864 140515878082360 4401824 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84732

[startup+3.1002 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6465
/proc/meminfo: memFree=28371708/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84732 CPUtime=3.08 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 3490 0 0 0 308 0 0 0 20 0 2 0 275366335 86765568 3416 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21183 3416 190 433 0 20747 0
[pid=6463/tid=6465] ppid=6461 vsize=84732 CPUtime=3.07 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 2532 0 0 0 307 0 0 0 20 0 2 0 275366336 86765568 3416 33554432000 4194304 5965102 140733376944864 140515878082072 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84732

[startup+6.30021 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6465
/proc/meminfo: memFree=28364764/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84804 CPUtime=6.28 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 4919 0 0 0 627 1 0 0 20 0 2 0 275366335 86839296 4845 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21201 4845 190 433 0 20765 0
[pid=6463/tid=6465] ppid=6461 vsize=84804 CPUtime=6.27 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 3961 0 0 0 625 2 0 0 20 0 2 0 275366336 86839296 4845 33554432000 4194304 5965102 140733376944864 140515878082072 4400992 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84804

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6465
/proc/meminfo: memFree=28357704/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=84912 CPUtime=12.68 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 6985 0 0 0 1266 2 0 0 20 0 2 0 275366335 86949888 6911 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21228 6911 190 433 0 20792 0
[pid=6463/tid=6465] ppid=6461 vsize=84912 CPUtime=12.67 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 6027 0 0 0 1264 3 0 0 20 0 2 0 275366336 86949888 6911 33554432000 4194304 5965102 140733376944864 140515878082072 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84912

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 6468
/proc/meminfo: memFree=28336104/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=87340 CPUtime=25.48 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 11944 0 0 0 2544 4 0 0 20 0 2 0 275366335 89436160 11870 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21835 11870 190 433 0 21399 0
[pid=6463/tid=6465] ppid=6461 vsize=87340 CPUtime=25.47 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 10986 0 0 0 2543 4 0 0 20 0 2 0 275366336 89436160 11870 33554432000 4194304 5965102 140733376944864 140515878082552 4401582 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87340

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6468
/proc/meminfo: memFree=28315040/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=87724 CPUtime=51.08 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 17303 0 0 0 5103 5 0 0 20 0 2 0 275366335 89829376 17229 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 21931 17230 190 433 0 21495 0
[pid=6463/tid=6465] ppid=6461 vsize=87724 CPUtime=51.07 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 16346 0 0 0 5101 6 0 0 20 0 2 0 275366336 89829376 17230 33554432000 4194304 5965102 140733376944864 140515878082360 5137076 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87724

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6468
/proc/meminfo: memFree=28277228/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=155528 CPUtime=102.27 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 26484 0 0 0 10218 9 0 0 20 0 2 0 275366335 159260672 26410 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 38882 26410 190 433 0 38446 0
[pid=6463/tid=6465] ppid=6461 vsize=155528 CPUtime=102.27 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 25526 0 0 0 10216 11 0 0 20 0 2 0 275366336 159260672 26410 33554432000 4194304 5965102 140733376944864 140515878082552 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 155528

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 6621
/proc/meminfo: memFree=28735468/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=158028 CPUtime=162.24 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 35210 0 0 0 16211 13 0 0 20 0 2 0 275366335 161820672 35153 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 39507 35153 190 433 0 39071 0
[pid=6463/tid=6465] ppid=6461 vsize=158028 CPUtime=162.24 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 34252 0 0 0 16209 15 0 0 20 0 2 0 275366336 161820672 35153 33554432000 4194304 5965102 140733376944864 140515878082552 5137076 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 158028

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 6622
/proc/meminfo: memFree=28653664/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=226680 CPUtime=222.21 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 43976 0 0 0 22203 18 0 0 20 0 2 0 275366335 232120320 44527 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 56670 44527 190 433 0 56234 0
[pid=6463/tid=6465] ppid=6461 vsize=226680 CPUtime=222.2 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 43018 0 0 0 22199 21 0 0 20 0 2 0 275366336 232120320 44527 33554432000 4194304 5965102 140733376944864 140515878082552 4390463 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 226680

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 6622
/proc/meminfo: memFree=28603364/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=228268 CPUtime=282.2 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 48996 0 0 0 28199 21 0 0 20 0 2 0 275366335 233746432 50245 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 57067 50245 190 433 0 56631 0
[pid=6463/tid=6465] ppid=6461 vsize=228268 CPUtime=282.2 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 48038 0 0 0 28194 26 0 0 20 0 2 0 275366336 233746432 50245 33554432000 4194304 5965102 140733376944864 140515878082600 5143478 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 228268

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/177 6622
/proc/meminfo: memFree=28516404/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=298036 CPUtime=342.19 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 62144 0 0 0 34191 28 0 0 20 0 2 0 275366335 305188864 63393 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 74509 63393 190 433 0 74073 0
[pid=6463/tid=6465] ppid=6461 vsize=298036 CPUtime=342.2 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 61186 0 0 0 34187 33 0 0 20 0 2 0 275366336 305188864 63393 33554432000 4194304 5965102 140733376944864 140515878082360 4401050 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 298036

[startup+402.3 s]
/proc/loadavg: 2.08 2.04 1.96 3/177 6622
/proc/meminfo: memFree=28457384/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=364148 CPUtime=402.16 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 76432 0 0 0 40182 34 0 0 20 0 2 0 275366335 372887552 77674 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 91037 77674 190 433 0 90601 0
[pid=6463/tid=6465] ppid=6461 vsize=364148 CPUtime=402.18 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 75474 0 0 0 40177 41 0 0 20 0 2 0 275366336 372887552 77674 33554432000 4194304 5965102 140733376944864 140515878082600 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 364148

[startup+462.3 s]
/proc/loadavg: 2.06 2.04 1.97 3/177 6622
/proc/meminfo: memFree=28400468/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=366252 CPUtime=462.16 cores=0,2,4,6

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

/proc/6463/statm: 152999 142091 190 433 0 152563 0
[pid=6463/tid=6465] ppid=6461 vsize=611996 CPUtime=1302.17 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 141592 0 0 0 130118 99 0 0 20 0 2 0 275366336 626683904 142091 33554432000 4194304 5965102 140733376944864 140515878082552 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 611996

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=27942536/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=612744 CPUtime=1361.96 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 142724 0 0 0 136117 79 0 0 20 0 2 0 275366335 627449856 142265 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 153186 142265 190 433 0 152750 0
[pid=6463/tid=6465] ppid=6461 vsize=612744 CPUtime=1362.16 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 141766 0 0 0 136116 100 0 0 20 0 2 0 275366336 627449856 142265 33554432000 4194304 5965102 140733376944864 140515878082600 4382742 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 612744

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6631
/proc/meminfo: memFree=27906204/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=679148 CPUtime=1421.96 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 150884 0 0 0 142112 84 0 0 20 0 2 0 275366335 695447552 150425 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 169787 150425 190 433 0 169351 0
[pid=6463/tid=6465] ppid=6461 vsize=679148 CPUtime=1422.17 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 149926 0 0 0 142112 105 0 0 20 0 2 0 275366336 695447552 150425 33554432000 4194304 5965102 140733376944864 140515878082552 4401441 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 679148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27887604/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=685912 CPUtime=1481.94 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 151960 0 0 0 148110 84 0 0 20 0 2 0 275366335 702373888 151501 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 171478 151501 190 433 0 171042 0
[pid=6463/tid=6465] ppid=6461 vsize=685912 CPUtime=1482.17 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 151002 0 0 0 148111 106 0 0 20 0 2 0 275366336 702373888 151501 33554432000 4194304 5965102 140733376944864 140515878082600 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 685912

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27833712/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=686072 CPUtime=1541.93 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 160621 0 0 0 154102 91 0 0 20 0 2 0 275366335 702537728 160155 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 171518 160155 190 433 0 171082 0
[pid=6463/tid=6465] ppid=6461 vsize=686072 CPUtime=1542.17 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 159663 0 0 0 154103 114 0 0 20 0 2 0 275366336 702537728 160155 33554432000 4194304 5965102 140733376944864 140515878082552 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 686072

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27816256/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=687060 CPUtime=1601.9 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 163000 0 0 0 160098 92 0 0 20 0 2 0 275366335 703549440 162530 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 171765 162530 190 433 0 171329 0
[pid=6463/tid=6465] ppid=6461 vsize=687060 CPUtime=1602.16 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 162042 0 0 0 160099 117 0 0 20 0 2 0 275366336 703549440 162530 33554432000 4194304 5965102 140733376944864 140515878082600 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 687060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27769100/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=752972 CPUtime=1661.89 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 168770 0 0 0 166092 97 0 0 20 0 2 0 275366335 771043328 168283 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 188243 168283 190 433 0 187807 0
[pid=6463/tid=6465] ppid=6461 vsize=752972 CPUtime=1662.15 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 167812 0 0 0 166092 123 0 0 20 0 2 0 275366336 771043328 168283 33554432000 4194304 5965102 140733376944864 140515878082552 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 752972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27714044/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1721.87 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 172084 103 0 0 20 0 2 0 275366335 775020544 175486 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 175486 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1722.15 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 172085 130 0 0 20 0 2 0 275366336 775020544 175486 33554432000 4194304 5965102 140733376944864 140515878082600 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 756856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27678208/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1781.86 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 178083 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1782.15 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 178084 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 756856

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1791.47 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179044 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1791.76 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179045 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 756856

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1794.67 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179364 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1794.96 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179365 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 756856

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1797.86 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179683 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1798.15 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179684 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 756856

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1798.66 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179763 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1798.95 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179764 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 756856

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1799.06 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179803 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1799.36 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179805 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 5135710 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 756856

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=756856 CPUtime=1799.46 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) S 6461 6463 5985 0 -1 4202496 175973 0 0 0 179843 103 0 0 20 0 2 0 275366335 775020544 173713 33554432000 4194304 5965102 140733376944864 140733376944384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 189214 173713 190 433 0 188778 0
[pid=6463/tid=6465] ppid=6461 vsize=756856 CPUtime=1799.75 cores=0,2,4,6
/proc/6463/task/6465/stat : 6465 (pwbo2.0) R 6461 6463 5985 0 -1 4202560 175015 0 0 0 179844 131 0 0 20 0 2 0 275366336 775020544 173713 33554432000 4194304 5965102 140733376944864 140515878082584 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 756856

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27673248/32873844 swapFree=7104/7104
[pid=6463] ppid=6461 vsize=0 CPUtime=1799.87 cores=0,2,4,6
/proc/6463/stat : 6463 (pwbo2.0) R 6461 6463 5985 0 -1 4203524 175976 0 0 0 179855 132 0 0 20 0 1 0 275366335 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6463/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.89
CPU user time (s): 1798.55
CPU system time (s): 1.3318
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 756856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.3318
maximum resident set size= 701944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175976
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= 217
involuntary context switches= 2180

runsolver used 4.96024 second user time and 15.2687 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 06:19:38
IDJOB=3704570
IDBENCH=48366
IDSOLVER=2282
FILE ID=node104/3704570-1338092378
RUNJOBID= node104-1338088244-6001
PBS_JOBID= 14624457
Free space on /tmp= 71024 MiB

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

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=1321630761

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28383512 kB
Buffers:          317080 kB
Cached:          2782520 kB
SwapCached:            0 kB
Active:          1731160 kB
Inactive:        1941876 kB
Active(anon):     575832 kB
Inactive(anon):        0 kB
Active(file):    1155328 kB
Inactive(file):  1941876 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:        580116 kB
Mapped:            15040 kB
Shmem:               200 kB
Slab:             676524 kB
SReclaimable:     119144 kB
SUnreclaim:       557380 kB
KernelStack:        1464 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 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-3704570-1338092378.opb

Free space on /tmp at the end= 71020 MiB
End job on node104 at 2012-05-27 06:49:38