Trace number 3704588

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.4 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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704588-1338090580.opb.
0.00/0.00	c Instance file HOME/instance-3704588-1338090580.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.11         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.40/1800.00	c ===============================================================================
1799.40/1800.00	c Wall Clock Time: 1800.00 s
1799.40/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-3704588-1338090580/watcher-3704588-1338090580 -o /tmp/evaluation-result-3704588-1338090580/solver-3704588-1338090580 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704588-1338090580.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.11 2.03 1.93 3/177 13330
/proc/meminfo: memFree=28851888/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=5388 CPUtime=0 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) R 13328 13330 12793 0 -1 4202496 540 0 0 0 0 0 0 0 20 0 1 0 275182952 5517312 492 33554432000 4194304 5965102 140734128679072 140735696173784 4396306 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 1347 492 165 433 0 572 0

[startup+0.027888 s]
/proc/loadavg: 2.11 2.03 1.93 3/177 13330
/proc/meminfo: memFree=28851888/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=9848 CPUtime=0.02 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) R 13328 13330 12793 0 -1 4202496 1623 0 0 0 2 0 0 0 20 0 1 0 275182952 10084352 1575 33554432000 4194304 5965102 140734128679072 140735696173784 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 2462 1576 220 433 0 1687 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9848

[startup+0.100307 s]
/proc/loadavg: 2.11 2.03 1.93 3/177 13330
/proc/meminfo: memFree=28851888/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=14836 CPUtime=0.09 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) R 13328 13330 12793 0 -1 4202496 3099 0 0 0 9 0 0 0 20 0 1 0 275182952 15192064 3018 33554432000 4194304 5965102 140734128679072 140735696173784 4442122 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 3736 3020 450 433 0 2961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14836

[startup+0.300156 s]
/proc/loadavg: 2.11 2.03 1.93 3/177 13330
/proc/meminfo: memFree=28851888/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=0.28 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 7424 0 0 0 28 0 0 0 20 0 2 0 275182952 98267136 6529 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 6529 187 433 0 23555 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95964

[startup+0.700108 s]
/proc/loadavg: 2.11 2.03 1.93 3/177 13330
/proc/meminfo: memFree=28851888/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=0.69 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 7529 0 0 0 68 1 0 0 20 0 2 0 275182952 98267136 6634 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 6634 187 433 0 23555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95964

[startup+1.50026 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13332
/proc/meminfo: memFree=28826352/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=1.49 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 7625 0 0 0 148 1 0 0 20 0 2 0 275182952 98267136 6730 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 6730 188 433 0 23555 0
[pid=13330/tid=13332] ppid=13328 vsize=95964 CPUtime=1.36 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 3786 0 0 0 136 0 0 0 20 0 2 0 275182964 98267136 6730 33554432000 4194304 5965102 140734128679072 140260381845016 4390204 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) 95964

[startup+3.10027 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13332
/proc/meminfo: memFree=28823996/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=3.08 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 9285 0 0 0 307 1 0 0 20 0 2 0 275182952 98267136 8390 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 8390 190 433 0 23555 0
[pid=13330/tid=13332] ppid=13328 vsize=95964 CPUtime=2.96 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 5446 0 0 0 295 1 0 0 20 0 2 0 275182964 98267136 8390 33554432000 4194304 5965102 140734128679072 140260381845496 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95964

[startup+6.30029 s]
/proc/loadavg: 2.11 2.03 1.93 3/179 13332
/proc/meminfo: memFree=28800312/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=6.28 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 13242 0 0 0 625 3 0 0 20 0 2 0 275182952 98267136 12347 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 12347 190 433 0 23555 0
[pid=13330/tid=13332] ppid=13328 vsize=95964 CPUtime=6.15 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 9403 0 0 0 612 3 0 0 20 0 2 0 275182964 98267136 12347 33554432000 4194304 5965102 140734128679072 140260381845304 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95964

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 1.93 3/179 13332
/proc/meminfo: memFree=28778628/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=95964 CPUtime=12.69 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 15857 0 0 0 1265 4 0 0 20 0 2 0 275182952 98267136 14962 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 23991 14962 190 433 0 23555 0
[pid=13330/tid=13332] ppid=13328 vsize=95964 CPUtime=12.53 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 12018 0 0 0 1250 3 0 0 20 0 2 0 275182964 98267136 14962 33554432000 4194304 5965102 140734128679072 140260381845304 4221120 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) 95964

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 1.93 3/180 13335
/proc/meminfo: memFree=28740040/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=161500 CPUtime=25.49 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 24083 0 0 0 2542 7 0 0 20 0 2 0 275182952 165376000 23188 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 40375 23189 190 433 0 39939 0
[pid=13330/tid=13332] ppid=13328 vsize=161500 CPUtime=25.3 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 20245 0 0 0 2524 6 0 0 20 0 2 0 275182964 165376000 23189 33554432000 4194304 5965102 140734128679072 140260381845496 5137076 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) 161500

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 1.93 3/180 13335
/proc/meminfo: memFree=28689424/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=161500 CPUtime=51.08 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 32319 0 0 0 5098 10 0 0 20 0 2 0 275182952 165376000 31424 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 40375 31424 190 433 0 39939 0
[pid=13330/tid=13332] ppid=13328 vsize=161500 CPUtime=50.84 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 28480 0 0 0 5074 10 0 0 20 0 2 0 275182964 165376000 31424 33554432000 4194304 5965102 140734128679072 140260381845496 4222416 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) 161500

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 13335
/proc/meminfo: memFree=28629096/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=227036 CPUtime=102.25 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 41562 0 0 0 10211 14 0 0 20 0 2 0 275182952 232484864 40968 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 56759 40968 190 433 0 56323 0
[pid=13330/tid=13332] ppid=13328 vsize=227036 CPUtime=101.88 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 37723 0 0 0 10174 14 0 0 20 0 2 0 275182964 232484864 40968 33554432000 4194304 5965102 140734128679072 140260381845016 4222416 0 0 4096 16387 0 0 0 -1 4 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: 2.00 2.01 1.93 3/179 13335
/proc/meminfo: memFree=28570296/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=227760 CPUtime=162.19 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 50100 0 0 0 16202 17 0 0 20 0 2 0 275182952 233226240 50007 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 56940 50007 190 433 0 56504 0
[pid=13330/tid=13332] ppid=13328 vsize=227760 CPUtime=161.68 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 46261 0 0 0 16149 19 0 0 20 0 2 0 275182964 233226240 50007 33554432000 4194304 5965102 140734128679072 140260381845016 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 227760

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 13336
/proc/meminfo: memFree=28489768/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=293656 CPUtime=222.17 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 64395 0 0 0 22193 24 0 0 20 0 2 0 275182952 300703744 64794 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 73414 64794 190 433 0 72978 0
[pid=13330/tid=13332] ppid=13328 vsize=293656 CPUtime=221.53 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 60556 0 0 0 22126 27 0 0 20 0 2 0 275182964 300703744 64794 33554432000 4194304 5965102 140734128679072 140260381845016 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 293656

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 13336
/proc/meminfo: memFree=28472868/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=293656 CPUtime=282.16 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 64411 0 0 0 28191 25 0 0 20 0 2 0 275182952 300703744 64800 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 73414 64800 190 433 0 72978 0
[pid=13330/tid=13332] ppid=13328 vsize=293656 CPUtime=281.36 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 60572 0 0 0 28108 28 0 0 20 0 2 0 275182964 300703744 64800 33554432000 4194304 5965102 140734128679072 140260381845016 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 293656

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 13336
/proc/meminfo: memFree=28375572/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=359732 CPUtime=342.14 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 86394 0 0 0 34179 35 0 0 20 0 2 0 275182952 368365568 86787 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 89933 86787 190 433 0 89497 0
[pid=13330/tid=13332] ppid=13328 vsize=359732 CPUtime=341.2 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 82555 0 0 0 34081 39 0 0 20 0 2 0 275182964 368365568 86787 33554432000 4194304 5965102 140734128679072 140260381845016 4391292 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 359732

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 13336
/proc/meminfo: memFree=28367600/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=359732 CPUtime=402.12 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 86407 0 0 0 40177 35 0 0 20 0 2 0 275182952 368365568 86799 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 89933 86799 190 433 0 89497 0
[pid=13330/tid=13332] ppid=13328 vsize=359732 CPUtime=401.04 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 82568 0 0 0 40064 40 0 0 20 0 2 0 275182964 368365568 86799 33554432000 4194304 5965102 140734128679072 140260381845016 4404543 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) 359732

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 13336
/proc/meminfo: memFree=28335532/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=425268 CPUtime=462.11 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13471
/proc/meminfo: memFree=28044088/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=753756 CPUtime=1421.78 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 177637 0 0 0 142078 100 0 0 20 0 2 0 275182952 771846144 178140 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 188439 178140 190 433 0 188003 0
[pid=13330/tid=13332] ppid=13328 vsize=753756 CPUtime=1418.25 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 173798 0 0 0 141704 121 0 0 20 0 2 0 275182964 771846144 178140 33554432000 4194304 5965102 140734128679072 140260381845496 4401082 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 753756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27993504/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=819292 CPUtime=1481.76 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 185957 0 0 0 148069 107 0 0 20 0 2 0 275182952 838955008 186460 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 204823 186460 190 433 0 204387 0
[pid=13330/tid=13332] ppid=13328 vsize=819292 CPUtime=1478.09 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 182118 0 0 0 147680 129 0 0 20 0 2 0 275182964 838955008 186460 33554432000 4194304 5965102 140734128679072 140260381845496 4401118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 819292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27923972/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1541.76 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197569 0 0 0 154058 118 0 0 20 0 2 0 275182952 840200192 198072 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198072 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1537.94 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193730 0 0 0 153654 140 0 0 20 0 2 0 275182964 840200192 198072 33554432000 4194304 5965102 140734128679072 140260381845496 4379871 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 820508

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27905752/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1601.73 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197589 0 0 0 160055 118 0 0 20 0 2 0 275182952 840200192 198421 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198421 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1597.76 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193750 0 0 0 159635 141 0 0 20 0 2 0 275182964 840200192 198421 33554432000 4194304 5965102 140734128679072 140260381845496 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 820508

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27886072/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1661.72 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197590 0 0 0 166054 118 0 0 20 0 2 0 275182952 840200192 198461 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198461 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1657.61 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193751 0 0 0 165619 142 0 0 20 0 2 0 275182964 840200192 198461 33554432000 4194304 5965102 140734128679072 140260381845496 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 820508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13472
/proc/meminfo: memFree=27877324/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1721.71 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 172053 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1717.46 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 171603 143 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 820508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27864180/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1781.7 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 178052 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1777.3 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 177587 143 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 820508

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27864304/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1791.31 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179013 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1786.89 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 178545 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.31
Current children cumulated vsize (KiB) 820508

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27864304/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1794.51 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179333 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1790.08 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 178864 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (KiB) 820508

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27863808/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1797.7 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179652 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1793.26 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 179182 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4404410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (KiB) 820508

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27863436/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1798.5 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179732 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1794.06 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 179262 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (KiB) 820508

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27863188/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1798.9 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179772 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1794.47 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 179303 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4404416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (KiB) 820508

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27863188/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1799.3 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179812 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1794.86 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 179342 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 820508

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 13473
/proc/meminfo: memFree=27863188/32873844 swapFree=7116/7116
[pid=13330] ppid=13328 vsize=820508 CPUtime=1799.4 cores=0,2,4,6
/proc/13330/stat : 13330 (pwbo2.0) S 13328 13330 12793 0 -1 4202496 197591 0 0 0 179822 118 0 0 20 0 2 0 275182952 840200192 198471 33554432000 4194304 5965102 140734128679072 140734128678592 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13330/statm: 205127 198471 190 433 0 204691 0
[pid=13330/tid=13332] ppid=13328 vsize=820508 CPUtime=1794.96 cores=0,2,4,6
/proc/13330/task/13332/stat : 13332 (pwbo2.0) R 13328 13330 12793 0 -1 4202560 193752 0 0 0 179352 144 0 0 20 0 2 0 275182964 840200192 198471 33554432000 4194304 5965102 140734128679072 140260381845496 4392720 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 820508

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13330 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=637325
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=453778
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1799.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.4
CPU user time (s): 1798.22
CPU system time (s): 1.18
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 820508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 1.45378
maximum resident set size= 793896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197594
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= 322
involuntary context switches= 1877

runsolver used 2.73658 second user time and 7.08692 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 05:49:40
IDJOB=3704588
IDBENCH=48350
IDSOLVER=2282
FILE ID=node146/3704588-1338090580
RUNJOBID= node146-1338088628-12809
PBS_JOBID= 14624466
Free space on /tmp= 71180 MiB

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

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=878157362

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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:        28853912 kB
Buffers:          315268 kB
Cached:          2839864 kB
SwapCached:         2616 kB
Active:           989328 kB
Inactive:        2221784 kB
Active(anon):      54436 kB
Inactive(anon):     3384 kB
Active(file):     934892 kB
Inactive(file):  2218400 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:              5832 kB
Writeback:             0 kB
AnonPages:        160380 kB
Mapped:             8888 kB
Shmem:                 0 kB
Slab:             670156 kB
SReclaimable:     111616 kB
SUnreclaim:       558540 kB
KernelStack:        1488 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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-3704588-1338090580.opb

Free space on /tmp at the end= 71176 MiB
End job on node146 at 2012-05-27 06:19:40