Trace number 3726889

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.77 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

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-3726889-1338662080.opb.
0.00/0.00	c Instance file HOME/instance-3726889-1338662080.opb
0.00/0.00	c File size is 1388292 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:      16722                                               |
0.09/0.11	c |  Number Clauses:        16222                                               |
0.09/0.11	c |  Number Cardinality:    1003                                                |
0.09/0.11	c |  Number PB Constraints: 15722                                               |
0.09/0.11	c |                                                                             |
0.09/0.12	c |  Problem Type:          Decision                                            |
0.09/0.12	c |  Objective Function:    None                                                |
0.09/0.12	c |                                                                             |
0.09/0.12	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726889-1338662080/watcher-3726889-1338662080 -o /tmp/evaluation-result-3726889-1338662080/solver-3726889-1338662080 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726889-1338662080.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.80 2.40 3.16 3/177 28261
/proc/meminfo: memFree=31483764/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=6060 CPUtime=0 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) R 28259 28261 28198 0 -1 4202496 694 0 0 0 0 0 0 0 20 0 1 0 332334992 6205440 647 33554432000 4194304 5964478 140736574964416 140734401750024 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 1515 648 167 433 0 740 0

[startup+0.050156 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28261
/proc/meminfo: memFree=31483764/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=11748 CPUtime=0.04 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) R 28259 28261 28198 0 -1 4202496 2168 0 0 0 4 0 0 0 20 0 1 0 332334992 12029952 2088 33554432000 4194304 5964478 140736574964416 140734401750024 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 2937 2089 294 433 0 2162 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11748

[startup+0.100378 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28261
/proc/meminfo: memFree=31483764/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=14944 CPUtime=0.09 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) R 28259 28261 28198 0 -1 4202496 3107 0 0 0 9 0 0 0 20 0 1 0 332334992 15302656 3027 33554432000 4194304 5964478 140736574964416 140734401750024 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 3736 3029 451 433 0 2961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14944

[startup+0.300193 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28261
/proc/meminfo: memFree=31483764/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=0.29 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 7420 0 0 0 28 1 0 0 20 0 2 0 332334992 98267136 6526 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 6526 184 433 0 23555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95964

[startup+0.700112 s]
/proc/loadavg: 1.80 2.40 3.16 3/177 28261
/proc/meminfo: memFree=31483764/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=0.69 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 7527 0 0 0 68 1 0 0 20 0 2 0 332334992 98267136 6633 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 6633 184 433 0 23555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95964

[startup+1.50031 s]
/proc/loadavg: 1.80 2.40 3.16 3/179 28263
/proc/meminfo: memFree=31454096/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=1.49 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 7625 0 0 0 148 1 0 0 20 0 2 0 332334992 98267136 6731 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 6731 185 433 0 23555 0
[pid=28261/tid=28263] ppid=28259 vsize=95964 CPUtime=1.37 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 3787 0 0 0 137 0 0 0 20 0 2 0 332335003 98267136 6731 33554432000 4194304 5964478 140736574964416 140442450438136 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95964

[startup+3.10032 s]
/proc/loadavg: 1.80 2.40 3.16 3/179 28263
/proc/meminfo: memFree=31450068/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=3.08 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 8883 0 0 0 307 1 0 0 20 0 2 0 332334992 98267136 7989 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 7989 186 433 0 23555 0
[pid=28261/tid=28263] ppid=28259 vsize=95964 CPUtime=2.97 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 5045 0 0 0 295 2 0 0 20 0 2 0 332335003 98267136 7989 33554432000 4194304 5964478 140736574964416 140442450438136 4389147 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95964

[startup+6.30031 s]
/proc/loadavg: 1.82 2.40 3.15 3/179 28263
/proc/meminfo: memFree=31428136/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=6.28 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 12478 0 0 0 626 2 0 0 20 0 2 0 332334992 98267136 11584 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 11584 186 433 0 23555 0
[pid=28261/tid=28263] ppid=28259 vsize=95964 CPUtime=6.17 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 8640 0 0 0 614 3 0 0 20 0 2 0 332335003 98267136 11584 33554432000 4194304 5964478 140736574964416 140442450437944 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95964

[startup+12.7004 s]
/proc/loadavg: 1.83 2.39 3.15 3/179 28263
/proc/meminfo: memFree=31393876/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=95964 CPUtime=12.68 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 17729 0 0 0 1264 4 0 0 20 0 2 0 332334992 98267136 17041 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 23991 17041 186 433 0 23555 0
[pid=28261/tid=28263] ppid=28259 vsize=95964 CPUtime=12.56 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 13891 0 0 0 1252 4 0 0 20 0 2 0 332335003 98267136 17041 33554432000 4194304 5964478 140736574964416 140442450437944 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95964

[startup+25.5003 s]
/proc/loadavg: 1.87 2.37 3.13 3/180 28264
/proc/meminfo: memFree=31334224/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=161500 CPUtime=25.48 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 29092 0 0 0 2539 9 0 0 20 0 2 0 332334992 165376000 28397 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 40375 28397 186 433 0 39939 0
[pid=28261/tid=28263] ppid=28259 vsize=161500 CPUtime=25.36 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 25254 0 0 0 2527 9 0 0 20 0 2 0 332335003 165376000 28397 33554432000 4194304 5964478 140736574964416 140442450438136 4400016 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 161500

[startup+51.1004 s]
/proc/loadavg: 1.91 2.34 3.10 3/180 28264
/proc/meminfo: memFree=31278516/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=161500 CPUtime=51.06 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 36381 0 0 0 5094 12 0 0 20 0 2 0 332334992 165376000 35699 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 40375 35699 186 433 0 39939 0
[pid=28261/tid=28263] ppid=28259 vsize=161500 CPUtime=50.94 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 32543 0 0 0 5082 12 0 0 20 0 2 0 332335003 165376000 35699 33554432000 4194304 5964478 140736574964416 140442450438136 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 161500

[startup+102.307 s]
/proc/loadavg: 1.96 2.29 3.04 3/179 28264
/proc/meminfo: memFree=31226308/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=227036 CPUtime=102.25 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 40959 0 0 0 10211 14 0 0 20 0 2 0 332334992 232484864 41288 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 56759 41288 186 433 0 56323 0
[pid=28261/tid=28263] ppid=28259 vsize=227036 CPUtime=102.15 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 37121 0 0 0 10199 16 0 0 20 0 2 0 332335003 232484864 41288 33554432000 4194304 5964478 140736574964416 140442450437656 4403370 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) 227036

[startup+162.3 s]
/proc/loadavg: 1.98 2.23 2.97 3/179 28264
/proc/meminfo: memFree=31141720/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=227760 CPUtime=162.22 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 48997 0 0 0 16205 17 0 0 20 0 2 0 332334992 233226240 49424 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 56940 49424 186 433 0 56504 0
[pid=28261/tid=28263] ppid=28259 vsize=227760 CPUtime=162.11 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 45159 0 0 0 16192 19 0 0 20 0 2 0 332335003 233226240 49424 33554432000 4194304 5964478 140736574964416 140442450438136 4381702 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) 227760

[startup+222.3 s]
/proc/loadavg: 1.99 2.19 2.91 3/179 28265
/proc/meminfo: memFree=31046504/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=293656 CPUtime=222.19 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 68925 0 0 0 22192 27 0 0 20 0 2 0 332334992 300703744 69350 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 73414 69350 186 433 0 72978 0
[pid=28261/tid=28263] ppid=28259 vsize=293656 CPUtime=222.1 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 65087 0 0 0 22180 30 0 0 20 0 2 0 332335003 300703744 69350 33554432000 4194304 5964478 140736574964416 140442450437656 4403721 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) 293656

[startup+282.3 s]
/proc/loadavg: 1.99 2.15 2.85 3/179 28265
/proc/meminfo: memFree=31023928/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=293656 CPUtime=282.18 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 68927 0 0 0 28191 27 0 0 20 0 2 0 332334992 300703744 69352 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 73414 69352 186 433 0 72978 0
[pid=28261/tid=28263] ppid=28259 vsize=293656 CPUtime=282.1 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 65089 0 0 0 28179 31 0 0 20 0 2 0 332335003 300703744 69352 33554432000 4194304 5964478 140736574964416 140442450437656 4381702 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) 293656

[startup+342.3 s]
/proc/loadavg: 1.99 2.12 2.79 3/180 28268
/proc/meminfo: memFree=30955700/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=359192 CPUtime=342.17 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 81321 0 0 0 34184 33 0 0 20 0 2 0 332334992 367812608 81746 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 89798 81746 186 433 0 89362 0
[pid=28261/tid=28263] ppid=28259 vsize=359192 CPUtime=342.1 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 77483 0 0 0 34171 39 0 0 20 0 2 0 332335003 367812608 81746 33554432000 4194304 5964478 140736574964416 140442450437656 4399920 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) 359192

[startup+402.3 s]
/proc/loadavg: 1.99 2.10 2.74 3/179 28268
/proc/meminfo: memFree=30919104/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=425268 CPUtime=402.14 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 87737 0 0 0 40175 39 0 0 20 0 2 0 332334992 435474432 88165 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 106317 88165 186 433 0 105881 0
[pid=28261/tid=28263] ppid=28259 vsize=425268 CPUtime=402.07 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 83899 0 0 0 40161 46 0 0 20 0 2 0 332335003 435474432 88165 33554432000 4194304 5964478 140736574964416 140442450438136 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 425268

[startup+462.3 s]
/proc/loadavg: 2.03 2.09 2.69 3/179 28268
/proc/meminfo: memFree=30897548/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=425268 CPUtime=462.12 cores=1,3,5,7

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

/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 173082 0 0 0 130074 123 0 0 20 0 2 0 332335003 771846144 177377 33554432000 4194304 5964478 140736574964416 140442450438136 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 753756

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.27 3/179 28274
/proc/meminfo: memFree=30338664/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=753756 CPUtime=1361.89 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 176950 0 0 0 136085 104 0 0 20 0 2 0 332334992 771846144 177454 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 188439 177454 186 433 0 188003 0
[pid=28261/tid=28263] ppid=28259 vsize=753756 CPUtime=1361.94 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 173112 0 0 0 136070 124 0 0 20 0 2 0 332335003 771846144 177454 33554432000 4194304 5964478 140736574964416 140442450438136 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 753756

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.25 3/179 28274
/proc/meminfo: memFree=30321540/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=753756 CPUtime=1421.88 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 176956 0 0 0 142084 104 0 0 20 0 2 0 332334992 771846144 177455 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 188439 177455 186 433 0 188003 0
[pid=28261/tid=28263] ppid=28259 vsize=753756 CPUtime=1421.94 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 173118 0 0 0 142069 125 0 0 20 0 2 0 332335003 771846144 177455 33554432000 4194304 5964478 140736574964416 140442450438136 4400109 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 753756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/179 28275
/proc/meminfo: memFree=30302196/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=753756 CPUtime=1481.87 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 178816 0 0 0 148081 106 0 0 20 0 2 0 332334992 771846144 179315 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 188439 179315 186 433 0 188003 0
[pid=28261/tid=28263] ppid=28259 vsize=753756 CPUtime=1481.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 174978 0 0 0 148065 128 0 0 20 0 2 0 332335003 771846144 179315 33554432000 4194304 5964478 140736574964416 140442450438136 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 753756

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.21 3/180 28278
/proc/meminfo: memFree=30265856/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=753756 CPUtime=1541.86 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 184547 0 0 0 154073 113 0 0 20 0 2 0 332334992 771846144 185046 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 188439 185046 186 433 0 188003 0
[pid=28261/tid=28263] ppid=28259 vsize=753756 CPUtime=1541.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 180709 0 0 0 154057 136 0 0 20 0 2 0 332335003 771846144 185046 33554432000 4194304 5964478 140736574964416 140442450437656 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 753756

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/180 28301
/proc/meminfo: memFree=30222208/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1601.84 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 191090 0 0 0 160064 120 0 0 20 0 2 0 332334992 840200192 191589 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 191589 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1601.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 187252 0 0 0 160048 145 0 0 20 0 2 0 332335003 840200192 191589 33554432000 4194304 5964478 140736574964416 140442450437656 4400628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 820508

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.18 3/179 28301
/proc/meminfo: memFree=30198956/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1661.84 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 166056 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1661.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 166040 153 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 820508

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.18 3/179 28301
/proc/meminfo: memFree=30185736/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1721.83 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 172055 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1721.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 172039 154 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4381692 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 820508

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.17 3/179 28302
/proc/meminfo: memFree=30172128/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1781.82 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 178054 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1781.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 178038 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 820508

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1791.42 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179014 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1791.54 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 178999 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 820508

[startup+1795.1 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1794.62 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179334 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1794.74 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179319 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4381702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 820508

[startup+1798.3 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1797.82 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179654 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1797.93 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179638 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4400010 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 820508

[startup+1799.1 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1798.62 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179734 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1798.73 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179718 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4381692 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 820508

[startup+1799.5 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1799.02 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179774 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1799.14 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179759 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4381664 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 820508

[startup+1799.9 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1799.42 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179814 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1799.53 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179798 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 820508

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.16 3/179 28302
/proc/meminfo: memFree=30172376/32873844 swapFree=7116/7116
[pid=28261] ppid=28259 vsize=820508 CPUtime=1799.52 cores=1,3,5,7
/proc/28261/stat : 28261 (pwbo2.02) S 28259 28261 28198 0 -1 4202496 196711 0 0 0 179824 128 0 0 20 0 2 0 332334992 840200192 197210 33554432000 4194304 5964478 140736574964416 140736574963936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28261/statm: 205127 197210 186 433 0 204691 0
[pid=28261/tid=28263] ppid=28259 vsize=820508 CPUtime=1799.63 cores=1,3,5,7
/proc/28261/task/28263/stat : 28263 (pwbo2.02) R 28259 28261 28198 0 -1 4202560 192873 0 0 0 179808 155 0 0 20 0 2 0 332335003 840200192 197210 33554432000 4194304 5964478 140736574964416 140442450437656 4399946 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 820508

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.77
CPU user time (s): 1798.2
CPU system time (s): 1.57476
CPU usage (%): 99.9867
Max. virtual memory (cumulated for all children) (KiB): 820508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 1.57476
maximum resident set size= 788852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196714
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= 307
involuntary context switches= 1930

runsolver used 14.1658 second user time and 11.1353 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-02 20:34:40
IDJOB=3726889
IDBENCH=48350
IDSOLVER=2312
FILE ID=node111/3726889-1338662080
RUNJOBID= node111-1338662080-28215
PBS_JOBID= 14636481
Free space on /tmp= 67392 MiB

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

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=186673697

node111.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.152
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.30
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.152
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.152
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.92
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31491036 kB
Buffers:          153820 kB
Cached:           440024 kB
SwapCached:         1352 kB
Active:           126684 kB
Inactive:         471808 kB
Active(anon):       5720 kB
Inactive(anon):     1120 kB
Active(file):     120964 kB
Inactive(file):   470688 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             11288 kB
Writeback:             0 kB
AnonPages:         10300 kB
Mapped:             8720 kB
Shmem:                 0 kB
Slab:             644880 kB
SReclaimable:      86904 kB
SUnreclaim:       557976 kB
KernelStack:        1384 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     126648 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-3726889-1338662080.opb

Free space on /tmp at the end= 67388 MiB
End job on node111 at 2012-06-02 21:04:40