Trace number 3705632

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
wbo 1.7? 1799.81 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705632-1338110901.opb.
0.00/0.00	c Instance file HOME/instance-3705632-1338110901.opb
0.00/0.00	c File size is 1386956 bytes.
0.09/0.11	c Highest Coefficient sum: 1000
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.12         s                                      |
0.09/0.11	c |  Number Variables:      16706                                               |
0.09/0.11	c |  Number Clauses:        16206                                               |
0.09/0.11	c |  Number Cardinality:    1003                                                |
0.09/0.11	c |  Number PB Constraints: 15706                                               |
0.09/0.11	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	c ===============================================================================
1799.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.00 s
1799.43/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-3705632-1338110901/watcher-3705632-1338110901 -o /tmp/evaluation-result-3705632-1338110901/solver-3705632-1338110901 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705632-1338110901.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20287
/proc/meminfo: memFree=26858996/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=5904 CPUtime=0 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) R 20285 20287 16852 0 -1 4202496 642 0 0 0 0 0 0 0 20 0 1 0 277218680 6045696 594 33554432000 4194304 5963574 140735975676160 140733326673800 4344432 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 1476 594 167 432 0 702 0

[startup+0.0734739 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20287
/proc/meminfo: memFree=26858996/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=13072 CPUtime=0.07 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) R 20285 20287 16852 0 -1 4202496 2538 0 0 0 7 0 0 0 20 0 1 0 277218680 13385728 2490 33554432000 4194304 5963574 140735975676160 140733326673800 4343820 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 3268 2490 362 432 0 2494 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13072

[startup+0.100258 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20287
/proc/meminfo: memFree=26858996/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=14728 CPUtime=0.09 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) R 20285 20287 16852 0 -1 4202496 3022 0 0 0 9 0 0 0 20 0 1 0 277218680 15081472 2974 33554432000 4194304 5963574 140735975676160 140733326673800 5159382 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 3682 2974 443 432 0 2908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14728

[startup+0.300261 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20287
/proc/meminfo: memFree=26858996/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=0.29 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 7376 0 0 0 29 0 0 0 20 0 2 0 277218680 98156544 6520 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 6520 185 432 0 23529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95856

[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20287
/proc/meminfo: memFree=26858996/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=0.69 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 7483 0 0 0 69 0 0 0 20 0 2 0 277218680 98156544 6627 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 6627 185 432 0 23529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95856

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20289
/proc/meminfo: memFree=26833584/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=1.49 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 7581 0 0 0 149 0 0 0 20 0 2 0 277218680 98156544 6725 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 6725 186 432 0 23529 0
[pid=20287/tid=20289] ppid=20285 vsize=95856 CPUtime=1.37 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 3746 0 0 0 137 0 0 0 20 0 2 0 277218692 98156544 6725 33554432000 4194304 5963574 140735975676160 140586766960152 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95856

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20289
/proc/meminfo: memFree=26832096/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=3.09 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 9172 0 0 0 308 1 0 0 20 0 2 0 277218680 98156544 8316 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 8316 187 432 0 23529 0
[pid=20287/tid=20289] ppid=20285 vsize=95856 CPUtime=2.97 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 5337 0 0 0 297 0 0 0 20 0 2 0 277218692 98156544 8316 33554432000 4194304 5963574 140735975676160 140586766960632 5178411 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) 95856

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20289
/proc/meminfo: memFree=26817828/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=6.29 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 11891 0 0 0 628 1 0 0 20 0 2 0 277218680 98156544 11035 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 11035 187 432 0 23529 0
[pid=20287/tid=20289] ppid=20285 vsize=95856 CPUtime=6.17 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 8056 0 0 0 615 2 0 0 20 0 2 0 277218692 98156544 11035 33554432000 4194304 5963574 140735975676160 140586766960632 4399623 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) 95856

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20290
/proc/meminfo: memFree=26795912/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=95856 CPUtime=12.69 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 16825 0 0 0 1267 2 0 0 20 0 2 0 277218680 98156544 15969 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 23964 15969 187 432 0 23529 0
[pid=20287/tid=20289] ppid=20285 vsize=95856 CPUtime=12.57 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 12990 0 0 0 1254 3 0 0 20 0 2 0 277218692 98156544 15969 33554432000 4194304 5963574 140735975676160 140586766960440 4399645 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95856

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20290
/proc/meminfo: memFree=26747212/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=161392 CPUtime=25.49 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 28872 0 0 0 2543 6 0 0 20 0 2 0 277218680 165265408 28016 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 40348 28016 187 432 0 39913 0
[pid=20287/tid=20289] ppid=20285 vsize=161392 CPUtime=25.37 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 25038 0 0 0 2530 7 0 0 20 0 2 0 277218692 165265408 28017 33554432000 4194304 5963574 140735975676160 140586766960632 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161392

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20290
/proc/meminfo: memFree=26695348/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=226928 CPUtime=51.08 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 41350 0 0 0 5097 11 0 0 20 0 2 0 277218680 232374272 40494 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 56732 40494 187 432 0 56297 0
[pid=20287/tid=20289] ppid=20285 vsize=226928 CPUtime=50.97 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 37515 0 0 0 5086 11 0 0 20 0 2 0 277218692 232374272 40494 33554432000 4194304 5963574 140735975676160 140586766960152 4403036 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) 226928

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20293
/proc/meminfo: memFree=26619356/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=226928 CPUtime=102.28 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 49165 0 0 0 10215 13 0 0 20 0 2 0 277218680 232374272 47617 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 56732 47617 187 432 0 56297 0
[pid=20287/tid=20289] ppid=20285 vsize=226928 CPUtime=102.18 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 45330 0 0 0 10203 15 0 0 20 0 2 0 277218692 232374272 47617 33554432000 4194304 5963574 140735975676160 140586766960664 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 226928

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20293
/proc/meminfo: memFree=26589800/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=226928 CPUtime=162.26 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 49472 0 0 0 16213 13 0 0 20 0 2 0 277218680 232374272 47924 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 56732 47924 187 432 0 56297 0
[pid=20287/tid=20289] ppid=20285 vsize=226928 CPUtime=162.17 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 45637 0 0 0 16201 16 0 0 20 0 2 0 277218692 232374272 47924 33554432000 4194304 5963574 140735975676160 140586766960664 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 226928

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20294
/proc/meminfo: memFree=26486012/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=293548 CPUtime=222.25 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 62959 0 0 0 22205 20 0 0 20 0 2 0 277218680 300593152 61411 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 73387 61411 187 432 0 72952 0
[pid=20287/tid=20289] ppid=20285 vsize=293548 CPUtime=222.18 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 59124 0 0 0 22194 24 0 0 20 0 2 0 277218692 300593152 61411 33554432000 4194304 5963574 140735975676160 140586766960440 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 293548

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20294
/proc/meminfo: memFree=26373720/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=293548 CPUtime=282.22 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 63666 0 0 0 28201 21 0 0 20 0 2 0 277218680 300593152 62296 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 73387 62296 187 432 0 72952 0
[pid=20287/tid=20289] ppid=20285 vsize=293548 CPUtime=282.15 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 59831 0 0 0 28190 25 0 0 20 0 2 0 277218692 300593152 62296 33554432000 4194304 5963574 140735975676160 140586766960632 4399968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 293548

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20294
/proc/meminfo: memFree=26312988/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=359084 CPUtime=342.16 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 78820 0 0 0 34187 29 0 0 20 0 2 0 277218680 367702016 77545 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 89771 77545 187 432 0 89336 0
[pid=20287/tid=20289] ppid=20285 vsize=359084 CPUtime=342.1 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 74985 0 0 0 34176 34 0 0 20 0 2 0 277218692 367702016 77545 33554432000 4194304 5963574 140735975676160 140586766960632 4399482 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 359084

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20294
/proc/meminfo: memFree=26268648/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=425160 CPUtime=402.12 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 87557 0 0 0 40178 34 0 0 20 0 2 0 277218680 435363840 86764 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 106290 86764 187 432 0 105855 0
[pid=20287/tid=20289] ppid=20285 vsize=425160 CPUtime=402.08 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 83722 0 0 0 40168 40 0 0 20 0 2 0 277218692 435363840 86764 33554432000 4194304 5963574 140735975676160 140586766960632 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 425160

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20294
/proc/meminfo: memFree=26197032/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=425160 CPUtime=462.11 cores=0,2,4,6

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

/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 165997 0 0 0 130092 107 0 0 20 0 2 0 277218692 772476928 169216 33554432000 4194304 5963574 140735975676160 140586766960152 4399474 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 754372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20303
/proc/meminfo: memFree=25484804/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=754372 CPUtime=1361.84 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 182634 0 0 0 136088 96 0 0 20 0 2 0 277218680 772476928 182018 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 188593 182018 187 432 0 188158 0
[pid=20287/tid=20289] ppid=20285 vsize=754372 CPUtime=1361.98 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 178799 0 0 0 136081 117 0 0 20 0 2 0 277218692 772476928 182018 33554432000 4194304 5963574 140735975676160 140586766960632 4399937 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 754372

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25428572/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1421.83 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 192642 0 0 0 142079 104 0 0 20 0 2 0 277218680 840830976 192026 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 192026 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1421.99 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 188807 0 0 0 142073 126 0 0 20 0 2 0 277218692 840830976 192026 33554432000 4194304 5963574 140735975676160 140586766960632 4381793 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 821124

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20457
/proc/meminfo: memFree=26355360/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1481.8 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193720 0 0 0 148075 105 0 0 20 0 2 0 277218680 840830976 193112 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193112 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1481.97 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189885 0 0 0 148069 128 0 0 20 0 2 0 277218692 840830976 193112 33554432000 4194304 5963574 140735975676160 140586766960680 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 821124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20457
/proc/meminfo: memFree=26221820/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1541.78 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193746 0 0 0 154073 105 0 0 20 0 2 0 277218680 840830976 193140 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193140 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1541.96 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189911 0 0 0 154067 129 0 0 20 0 2 0 277218692 840830976 193140 33554432000 4194304 5963574 140735975676160 140586766960680 4381793 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 821124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20457
/proc/meminfo: memFree=26194788/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1601.77 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193747 0 0 0 160072 105 0 0 20 0 2 0 277218680 840830976 193141 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193141 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1601.96 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189912 0 0 0 160066 130 0 0 20 0 2 0 277218692 840830976 193141 33554432000 4194304 5963574 140735975676160 140586766960680 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 821124

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20457
/proc/meminfo: memFree=26137748/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1661.76 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193747 0 0 0 166071 105 0 0 20 0 2 0 277218680 840830976 193141 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193141 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1661.96 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189912 0 0 0 166065 131 0 0 20 0 2 0 277218692 840830976 193141 33554432000 4194304 5963574 140735975676160 140586766960680 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 821124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20509
/proc/meminfo: memFree=26384260/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1721.75 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193747 0 0 0 172070 105 0 0 20 0 2 0 277218680 840830976 193141 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193141 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1721.97 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189912 0 0 0 172065 132 0 0 20 0 2 0 277218692 840830976 193141 33554432000 4194304 5963574 140735975676160 140586766960680 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 821124

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 20509
/proc/meminfo: memFree=26313412/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1781.74 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193754 0 0 0 178069 105 0 0 20 0 2 0 277218680 840830976 193191 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193191 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1781.97 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189919 0 0 0 178064 133 0 0 20 0 2 0 277218692 840830976 193191 33554432000 4194304 5963574 140735975676160 140586766960680 4381238 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 821124

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

[startup+1791.91 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26313460/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1791.34 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193759 0 0 0 179029 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1791.57 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189924 0 0 0 179024 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4392504 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (KiB) 821124

[startup+1795.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306512/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1794.54 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179349 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1794.77 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179344 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4410413 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 821124

[startup+1798.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306884/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1797.73 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179668 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1797.96 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179663 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4381213 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 821124

[startup+1799.1 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306760/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1798.53 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179748 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1798.76 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179743 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (KiB) 821124

[startup+1799.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306760/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1798.94 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179789 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1799.17 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179784 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4388700 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.94
Current children cumulated vsize (KiB) 821124

[startup+1799.9 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306760/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1799.33 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179828 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1799.56 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179823 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 821124

[startup+1800 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 20509
/proc/meminfo: memFree=26306760/32873844 swapFree=6088/6088
[pid=20287] ppid=20285 vsize=821124 CPUtime=1799.43 cores=0,2,4,6
/proc/20287/stat : 20287 (wbo1.7) S 20285 20287 16852 0 -1 4202496 193761 0 0 0 179838 105 0 0 20 0 2 0 277218680 840830976 193200 33554432000 4194304 5963574 140735975676160 140735975675680 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20287/statm: 205281 193200 187 432 0 204846 0
[pid=20287/tid=20289] ppid=20285 vsize=821124 CPUtime=1799.66 cores=0,2,4,6
/proc/20287/task/20289/stat : 20289 (wbo1.7) R 20285 20287 16852 0 -1 4202560 189926 0 0 0 179833 133 0 0 20 0 2 0 277218692 840830976 193200 33554432000 4194304 5963574 140735975676160 140586766960680 4399488 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 821124

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.81
CPU user time (s): 1798.46
CPU system time (s): 1.3458
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 821124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.34579
maximum resident set size= 772804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193762
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= 330
involuntary context switches= 1926

runsolver used 2.78458 second user time and 7.54685 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 11:28:21
IDJOB=3705632
IDBENCH=48295
IDSOLVER=2284
FILE ID=node108/3705632-1338110901
RUNJOBID= node108-1338087358-16868
PBS_JOBID= 14624441
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1580812544

node108.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26860664 kB
Buffers:          298760 kB
Cached:          4529412 kB
SwapCached:            0 kB
Active:           984884 kB
Inactive:        4233972 kB
Active(anon):     390112 kB
Inactive(anon):        0 kB
Active(file):     594772 kB
Inactive(file):  4233972 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5852 kB
Writeback:             0 kB
AnonPages:        393936 kB
Mapped:            15064 kB
Shmem:               200 kB
Slab:             655224 kB
SReclaimable:      97492 kB
SUnreclaim:       557732 kB
KernelStack:        1488 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     145164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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-3705632-1338110901.opb

Free space on /tmp at the end= 71728 MiB
End job on node108 at 2012-05-27 11:58:21