Trace number 3704572

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.6968
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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-3704572-1338092497.opb.
0.00/0.00	c Instance file HOME/instance-3704572-1338092497.opb
0.00/0.00	c File size is 257828 bytes.
0.00/0.02	c Highest Coefficient sum: 200
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3274                                                |
0.00/0.02	c |  Number Clauses:        3174                                                |
0.00/0.02	c |  Number Cardinality:    203                                                 |
0.00/0.02	c |  Number PB Constraints: 3074                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3704572-1338092497/watcher-3704572-1338092497 -o /tmp/evaluation-result-3704572-1338092497/solver-3704572-1338092497 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704572-1338092497.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: 2.00 2.00 1.94 3/175 6619
/proc/meminfo: memFree=28831312/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=4332 CPUtime=0 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) R 6617 6619 5985 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 275378260 4435968 487 33554432000 4194304 5965102 140733832826544 140734455652792 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 1083 489 171 433 0 584 0

[startup+0.0413 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6619
/proc/meminfo: memFree=28831312/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85792 CPUtime=0.03 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 2010 0 0 0 3 0 0 0 20 0 2 0 275378260 87851008 1900 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21448 1900 187 433 0 21012 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85792

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6619
/proc/meminfo: memFree=28831312/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85792 CPUtime=0.09 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 2145 0 0 0 9 0 0 0 20 0 2 0 275378260 87851008 2035 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21448 2035 190 433 0 21012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85792

[startup+0.300184 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6619
/proc/meminfo: memFree=28831312/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85792 CPUtime=0.29 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 2572 0 0 0 29 0 0 0 20 0 2 0 275378260 87851008 2462 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21448 2462 190 433 0 21012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85792

[startup+0.700189 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 6619
/proc/meminfo: memFree=28831312/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85792 CPUtime=0.69 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 3235 0 0 0 69 0 0 0 20 0 2 0 275378260 87851008 3125 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21448 3125 190 433 0 21012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85792

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6621
/proc/meminfo: memFree=28818888/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85792 CPUtime=1.49 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 4324 0 0 0 149 0 0 0 20 0 2 0 275378260 87851008 4214 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21448 4214 190 433 0 21012 0
[pid=6619/tid=6621] ppid=6617 vsize=85792 CPUtime=1.46 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 3018 0 0 0 146 0 0 0 20 0 2 0 275378262 87851008 4214 33554432000 4194304 5965102 140733832826544 140534588856120 4401127 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) 85792

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6621
/proc/meminfo: memFree=28812672/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85936 CPUtime=3.08 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 5761 0 0 0 308 0 0 0 20 0 2 0 275378260 87998464 5651 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21484 5651 190 433 0 21048 0
[pid=6619/tid=6621] ppid=6617 vsize=85936 CPUtime=3.06 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 4455 0 0 0 306 0 0 0 20 0 2 0 275378262 87998464 5651 33554432000 4194304 5965102 140733832826544 140534588856120 4220672 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) 85936

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6621
/proc/meminfo: memFree=28803620/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=85936 CPUtime=6.29 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 7246 0 0 0 628 1 0 0 20 0 2 0 275378260 87998464 7136 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21484 7136 190 433 0 21048 0
[pid=6619/tid=6621] ppid=6617 vsize=85936 CPUtime=6.26 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 5940 0 0 0 625 1 0 0 20 0 2 0 275378262 87998464 7136 33554432000 4194304 5965102 140733832826544 140534588856360 4401475 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85936

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6621
/proc/meminfo: memFree=28787812/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=86008 CPUtime=12.69 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 8528 0 0 0 1268 1 0 0 20 0 2 0 275378260 88072192 8418 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21502 8418 190 433 0 21066 0
[pid=6619/tid=6621] ppid=6617 vsize=86008 CPUtime=12.67 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 7222 0 0 0 1265 2 0 0 20 0 2 0 275378262 88072192 8418 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86008

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6621
/proc/meminfo: memFree=28757324/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=87572 CPUtime=25.49 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 13231 0 0 0 2546 3 0 0 20 0 2 0 275378260 89673728 13121 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 21893 13121 190 433 0 21457 0
[pid=6619/tid=6621] ppid=6617 vsize=87572 CPUtime=25.46 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 11925 0 0 0 2543 3 0 0 20 0 2 0 275378262 89673728 13121 33554432000 4194304 5965102 140733832826544 140534588856312 4401056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87572

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 6621
/proc/meminfo: memFree=28719580/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=156768 CPUtime=51.08 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 20742 0 0 0 5103 5 0 0 20 0 2 0 275378260 160530432 20632 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 39192 20632 190 433 0 38756 0
[pid=6619/tid=6621] ppid=6617 vsize=156768 CPUtime=51.06 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 19436 0 0 0 5100 6 0 0 20 0 2 0 275378262 160530432 20632 33554432000 4194304 5965102 140733832826544 140534588856120 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 156768

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 6621
/proc/meminfo: memFree=28653912/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=163296 CPUtime=102.28 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 28449 0 0 0 10219 9 0 0 20 0 2 0 275378260 167215104 28339 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 40824 28339 190 433 0 40388 0
[pid=6619/tid=6621] ppid=6617 vsize=163296 CPUtime=102.27 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 27143 0 0 0 10217 10 0 0 20 0 2 0 275378262 167215104 28339 33554432000 4194304 5965102 140733832826544 140534588856360 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 163296

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 6622
/proc/meminfo: memFree=28605472/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=170788 CPUtime=162.24 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 35336 0 0 0 16213 11 0 0 20 0 2 0 275378260 174886912 35256 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 42697 35256 190 433 0 42261 0
[pid=6619/tid=6621] ppid=6617 vsize=170788 CPUtime=162.24 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 34030 0 0 0 16210 14 0 0 20 0 2 0 275378262 174886912 35256 33554432000 4194304 5965102 140733832826544 140534588856312 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 170788

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/177 6622
/proc/meminfo: memFree=28516404/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=239012 CPUtime=222.22 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 42484 0 0 0 22205 17 0 0 20 0 2 0 275378260 244748288 43672 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 59753 43672 190 433 0 59317 0
[pid=6619/tid=6621] ppid=6617 vsize=239012 CPUtime=222.22 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 41178 0 0 0 22201 21 0 0 20 0 2 0 275378262 244748288 43672 33554432000 4194304 5965102 140733832826544 140534588856360 4380288 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 239012

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 1.96 3/177 6622
/proc/meminfo: memFree=28457508/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=240776 CPUtime=282.21 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 42947 0 0 0 28204 17 0 0 20 0 2 0 275378260 246554624 44135 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 60194 44135 190 433 0 59758 0
[pid=6619/tid=6621] ppid=6617 vsize=240776 CPUtime=282.22 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 41641 0 0 0 28200 22 0 0 20 0 2 0 275378262 246554624 44135 33554432000 4194304 5965102 140733832826544 140534588856360 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 240776

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 1.97 3/177 6622
/proc/meminfo: memFree=28400964/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=242992 CPUtime=342.2 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 50017 0 0 0 34199 21 0 0 20 0 2 0 275378260 248823808 51205 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 60748 51205 190 433 0 60312 0
[pid=6619/tid=6621] ppid=6617 vsize=242992 CPUtime=342.22 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 48711 0 0 0 34195 27 0 0 20 0 2 0 275378262 248823808 51205 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 242992

[startup+402.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/177 6622
/proc/meminfo: memFree=28387016/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=250816 CPUtime=402.17 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 53890 0 0 0 40193 24 0 0 20 0 2 0 275378260 256835584 54276 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 62704 54276 190 433 0 62268 0
[pid=6619/tid=6621] ppid=6617 vsize=250816 CPUtime=402.2 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 52584 0 0 0 40189 31 0 0 20 0 2 0 275378262 256835584 54276 33554432000 4194304 5965102 140733832826544 140534588856360 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 250816

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/177 6623
/proc/meminfo: memFree=28346208/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=251936 CPUtime=462.16 cores=1,3,5,7

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

/proc/6619/statm: 116137 108985 190 433 0 115701 0
[pid=6619/tid=6621] ppid=6617 vsize=464548 CPUtime=1302.13 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 107278 0 0 0 130110 103 0 0 20 0 2 0 275378262 475697152 108985 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 464548

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27888224/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=531168 CPUtime=1361.98 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 112203 0 0 0 136110 88 0 0 20 0 2 0 275378260 543916032 112604 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 132792 112604 190 433 0 132356 0
[pid=6619/tid=6621] ppid=6617 vsize=531168 CPUtime=1362.13 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 110897 0 0 0 136104 109 0 0 20 0 2 0 275378262 543916032 112604 33554432000 4194304 5965102 140733832826544 140534588855832 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 531168

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27834084/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=532972 CPUtime=1421.97 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 117018 0 0 0 142104 93 0 0 20 0 2 0 275378260 545763328 117419 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 133243 117419 190 433 0 132807 0
[pid=6619/tid=6621] ppid=6617 vsize=532972 CPUtime=1422.13 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 115712 0 0 0 142098 115 0 0 20 0 2 0 275378262 545763328 117419 33554432000 4194304 5965102 140733832826544 140534588856312 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 532972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27816504/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=533044 CPUtime=1481.96 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 118965 0 0 0 148100 96 0 0 20 0 2 0 275378260 545837056 119366 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 133261 119366 190 433 0 132825 0
[pid=6619/tid=6621] ppid=6617 vsize=533044 CPUtime=1482.12 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 117659 0 0 0 148093 119 0 0 20 0 2 0 275378262 545837056 119366 33554432000 4194304 5965102 140733832826544 140534588855832 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 533044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27769472/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=533188 CPUtime=1541.95 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 125074 0 0 0 154093 102 0 0 20 0 2 0 275378260 545984512 125475 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 133297 125475 190 433 0 132861 0
[pid=6619/tid=6621] ppid=6617 vsize=533188 CPUtime=1542.12 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 123768 0 0 0 154086 126 0 0 20 0 2 0 275378262 545984512 125475 33554432000 4194304 5965102 140733832826544 140534588855832 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 533188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6632
/proc/meminfo: memFree=27714788/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=599932 CPUtime=1601.94 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 131585 0 0 0 160085 109 0 0 20 0 2 0 275378260 614330368 131986 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 149983 131986 190 433 0 149547 0
[pid=6619/tid=6621] ppid=6617 vsize=599932 CPUtime=1602.12 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 130279 0 0 0 160078 134 0 0 20 0 2 0 275378262 614330368 131986 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 599932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6633
/proc/meminfo: memFree=27678332/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=601520 CPUtime=1661.93 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 142232 0 0 0 166073 120 0 0 20 0 2 0 275378260 615956480 142633 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 150380 142633 190 433 0 149944 0
[pid=6619/tid=6621] ppid=6617 vsize=601520 CPUtime=1662.12 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 140926 0 0 0 166066 146 0 0 20 0 2 0 275378262 615956480 142633 33554432000 4194304 5965102 140733832826544 140534588856312 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 601520

[startup+1722.3 s]
/proc/loadavg: 1.51 1.87 1.95 2/171 6663
/proc/meminfo: memFree=28376652/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=601700 CPUtime=1721.91 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 143520 0 0 0 172069 122 0 0 20 0 2 0 275378260 616140800 143902 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 150425 143902 190 433 0 149989 0
[pid=6619/tid=6621] ppid=6617 vsize=601700 CPUtime=1722.11 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 142214 0 0 0 172063 148 0 0 20 0 2 0 275378262 616140800 143902 33554432000 4194304 5965102 140733832826544 140534588856360 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 601700

[startup+1782.3 s]
/proc/loadavg: 1.23 1.73 1.89 2/170 6663
/proc/meminfo: memFree=28352404/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=668856 CPUtime=1781.87 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 149416 0 0 0 178058 129 0 0 20 0 2 0 275378260 684908544 149768 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167214 149768 190 433 0 166778 0
[pid=6619/tid=6621] ppid=6617 vsize=668856 CPUtime=1782.08 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 148110 0 0 0 178051 157 0 0 20 0 2 0 275378262 684908544 149768 33554432000 4194304 5965102 140733832826544 140534588856312 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 668856

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

[startup+1791.91 s]
/proc/loadavg: 1.20 1.70 1.88 2/170 6663
/proc/meminfo: memFree=28350544/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=668856 CPUtime=1791.48 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150022 0 0 0 179018 130 0 0 20 0 2 0 275378260 684908544 150374 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167214 150374 190 433 0 166778 0
[pid=6619/tid=6621] ppid=6617 vsize=668856 CPUtime=1791.68 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 148716 0 0 0 179011 157 0 0 20 0 2 0 275378262 684908544 150374 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 668856

[startup+1795.1 s]
/proc/loadavg: 1.18 1.69 1.88 2/170 6663
/proc/meminfo: memFree=28349304/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=669096 CPUtime=1794.67 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150266 0 0 0 179337 130 0 0 20 0 2 0 275378260 685154304 150618 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167274 150618 190 433 0 166838 0
[pid=6619/tid=6621] ppid=6617 vsize=669096 CPUtime=1794.88 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 148960 0 0 0 179330 158 0 0 20 0 2 0 275378262 685154304 150618 33554432000 4194304 5965102 140733832826544 140534588856312 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 669096

[startup+1798.3 s]
/proc/loadavg: 1.18 1.69 1.88 2/170 6663
/proc/meminfo: memFree=28348436/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=669096 CPUtime=1797.87 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150655 0 0 0 179656 131 0 0 20 0 2 0 275378260 685154304 151007 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167274 151007 190 433 0 166838 0
[pid=6619/tid=6621] ppid=6617 vsize=669096 CPUtime=1798.08 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 149349 0 0 0 179649 159 0 0 20 0 2 0 275378262 685154304 151007 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 669096

[startup+1799.1 s]
/proc/loadavg: 1.18 1.69 1.88 2/170 6663
/proc/meminfo: memFree=28347816/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=669096 CPUtime=1798.67 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150714 0 0 0 179736 131 0 0 20 0 2 0 275378260 685154304 151066 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167274 151066 190 433 0 166838 0
[pid=6619/tid=6621] ppid=6617 vsize=669096 CPUtime=1798.88 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 149408 0 0 0 179729 159 0 0 20 0 2 0 275378262 685154304 151066 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 669096

[startup+1799.5 s]
/proc/loadavg: 1.16 1.68 1.87 2/170 6663
/proc/meminfo: memFree=28347444/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=669096 CPUtime=1799.08 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150742 0 0 0 179777 131 0 0 20 0 2 0 275378260 685154304 151094 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167274 151094 190 433 0 166838 0
[pid=6619/tid=6621] ppid=6617 vsize=669096 CPUtime=1799.28 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 149436 0 0 0 179769 159 0 0 20 0 2 0 275378262 685154304 151094 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 669096

[startup+1799.9 s]
/proc/loadavg: 1.16 1.68 1.87 2/170 6663
/proc/meminfo: memFree=28347444/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=669096 CPUtime=1799.47 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) S 6617 6619 5985 0 -1 4202496 150806 0 0 0 179816 131 0 0 20 0 2 0 275378260 685154304 151158 33554432000 4194304 5965102 140733832826544 140733832826064 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 167274 151158 190 433 0 166838 0
[pid=6619/tid=6621] ppid=6617 vsize=669096 CPUtime=1799.68 cores=1,3,5,7
/proc/6619/task/6621/stat : 6621 (pwbo2.0) R 6617 6619 5985 0 -1 4202560 149500 0 0 0 179809 159 0 0 20 0 2 0 275378262 685154304 151158 33554432000 4194304 5965102 140733832826544 140534588856312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 669096

[startup+1800 s]
/proc/loadavg: 1.16 1.68 1.87 2/170 6663
/proc/meminfo: memFree=28347444/32873844 swapFree=7104/7104
[pid=6619] ppid=6617 vsize=0 CPUtime=1799.81 cores=1,3,5,7
/proc/6619/stat : 6619 (pwbo2.0) R 6617 6619 5985 0 -1 4203524 150832 0 0 0 179821 160 0 0 20 0 1 0 275378260 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.81
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.83
CPU user time (s): 1798.22
CPU system time (s): 1.61076
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 669096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.61075
maximum resident set size= 604736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150832
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= 215
involuntary context switches= 1842

runsolver used 2.87656 second user time and 7.9208 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 06:21:37
IDJOB=3704572
IDBENCH=48376
IDSOLVER=2282
FILE ID=node104/3704572-1338092497
RUNJOBID= node104-1338088244-6002
PBS_JOBID= 14624457
Free space on /tmp= 71028 MiB

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

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
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:        28831948 kB
Buffers:          317224 kB
Cached:          2782108 kB
SwapCached:            0 kB
Active:          1283156 kB
Inactive:        1942204 kB
Active(anon):     128044 kB
Inactive(anon):        0 kB
Active(file):    1155112 kB
Inactive(file):  1942204 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5392 kB
Writeback:             4 kB
AnonPages:        132388 kB
Mapped:            15096 kB
Shmem:               200 kB
Slab:             676892 kB
SReclaimable:     119356 kB
SUnreclaim:       557536 kB
KernelStack:        1464 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138660 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-3704572-1338092497.opb

Free space on /tmp at the end= 71028 MiB
End job on node104 at 2012-05-27 06:51:37