Trace number 3704597

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? (TO) 1800.43 1800.52

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1561.61
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-3704597-1338090575.opb.
0.00/0.00	c Instance file HOME/instance-3704597-1338090575.opb
0.00/0.00	c File size is 49628 bytes.
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      706                                                 |
0.00/0.00	c |  Number Clauses:        656                                                 |
0.00/0.00	c |  Number Cardinality:    103                                                 |
0.00/0.00	c |  Number PB Constraints: 606                                                 |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.04/1800.51	c ===============================================================================
1800.04/1800.51	c Wall Clock Time: 1800.51 s
1800.04/1800.51	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-3704597-1338090575/watcher-3704597-1338090575 -o /tmp/evaluation-result-3704597-1338090575/solver-3704597-1338090575 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704597-1338090575.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6322
/proc/meminfo: memFree=28369696/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=18548 CPUtime=0 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 2 0 275186066 18993152 761 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 4637 761 171 433 0 4201 0
[pid=6322/tid=6323] ppid=6320 vsize=84084 CPUtime=0 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 275186066 86102016 775 33554432000 4194304 5965102 140734961597328 140733929734984 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.101961 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6322
/proc/meminfo: memFree=28369696/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84084 CPUtime=0.09 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 1278 0 0 0 9 0 0 0 20 0 2 0 275186066 86102016 1218 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21021 1218 190 433 0 20585 0
[pid=6322/tid=6323] ppid=6320 vsize=84084 CPUtime=0.08 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 457 0 0 0 8 0 0 0 20 0 2 0 275186066 86102016 1218 33554432000 4194304 5965102 140734961597328 139691918165816 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84084

[startup+0.200302 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6322
/proc/meminfo: memFree=28369696/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84084 CPUtime=0.19 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 1469 0 0 0 19 0 0 0 20 0 2 0 275186066 86102016 1409 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21021 1409 190 433 0 20585 0
[pid=6322/tid=6323] ppid=6320 vsize=84084 CPUtime=0.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 648 0 0 0 18 0 0 0 20 0 2 0 275186066 86102016 1409 33554432000 4194304 5965102 140734961597328 139691918165816 4401582 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84084

[startup+0.300298 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6322
/proc/meminfo: memFree=28369696/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84084 CPUtime=0.29 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 1625 0 0 0 29 0 0 0 20 0 2 0 275186066 86102016 1565 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21021 1565 190 433 0 20585 0
[pid=6322/tid=6323] ppid=6320 vsize=84084 CPUtime=0.28 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 804 0 0 0 28 0 0 0 20 0 2 0 275186066 86102016 1565 33554432000 4194304 5965102 140734961597328 139691918165816 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84084

[startup+0.700266 s]
/proc/loadavg: 2.00 2.00 1.92 4/175 6322
/proc/meminfo: memFree=28369696/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84084 CPUtime=0.69 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 2112 0 0 0 69 0 0 0 20 0 2 0 275186066 86102016 2052 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21021 2052 190 433 0 20585 0
[pid=6322/tid=6323] ppid=6320 vsize=84084 CPUtime=0.68 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 1291 0 0 0 68 0 0 0 20 0 2 0 275186066 86102016 2052 33554432000 4194304 5965102 140734961597328 139691918165816 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84084

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6324
/proc/meminfo: memFree=28361444/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84228 CPUtime=1.49 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 2834 0 0 0 149 0 0 0 20 0 2 0 275186066 86249472 2774 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21057 2774 190 433 0 20621 0
[pid=6322/tid=6323] ppid=6320 vsize=84228 CPUtime=1.48 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 2013 0 0 0 148 0 0 0 20 0 2 0 275186066 86249472 2774 33554432000 4194304 5965102 140734961597328 139691918165816 18446744073699066235 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) 84228

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6324
/proc/meminfo: memFree=28358468/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84300 CPUtime=3.08 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 3388 0 0 0 308 0 0 0 20 0 2 0 275186066 86323200 3328 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21075 3328 190 433 0 20639 0
[pid=6322/tid=6323] ppid=6320 vsize=84300 CPUtime=3.08 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 2567 0 0 0 308 0 0 0 20 0 2 0 275186066 86323200 3328 33554432000 4194304 5965102 140734961597328 139691918165528 18446744073699066235 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) 84300

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6324
/proc/meminfo: memFree=28351400/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=84444 CPUtime=6.29 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 4941 0 0 0 628 1 0 0 20 0 2 0 275186066 86470656 4881 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21111 4881 190 433 0 20675 0
[pid=6322/tid=6323] ppid=6320 vsize=84444 CPUtime=6.28 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 4120 0 0 0 626 2 0 0 20 0 2 0 275186066 86470656 4881 33554432000 4194304 5965102 140734961597328 139691918165816 4390112 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84444

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6324
/proc/meminfo: memFree=28343224/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=85360 CPUtime=12.69 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 7106 0 0 0 1267 2 0 0 20 0 2 0 275186066 87408640 7046 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 21340 7046 190 433 0 20904 0
[pid=6322/tid=6323] ppid=6320 vsize=85360 CPUtime=12.69 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 6285 0 0 0 1266 3 0 0 20 0 2 0 275186066 87408640 7046 33554432000 4194304 5965102 140734961597328 139691918165816 4400960 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) 85360

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6324
/proc/meminfo: memFree=28324648/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=88564 CPUtime=25.49 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 11364 0 0 0 2545 4 0 0 20 0 2 0 275186066 90689536 11299 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 22141 11299 190 433 0 21705 0
[pid=6322/tid=6323] ppid=6320 vsize=88564 CPUtime=25.48 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 10543 0 0 0 2544 4 0 0 20 0 2 0 275186066 90689536 11299 33554432000 4194304 5965102 140734961597328 139691918166008 4220672 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) 88564

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6327
/proc/meminfo: memFree=28299620/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=95496 CPUtime=51.06 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 17658 0 0 0 5100 6 0 0 20 0 2 0 275186066 97787904 17599 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 23874 17599 190 433 0 23438 0
[pid=6322/tid=6323] ppid=6320 vsize=95496 CPUtime=51.06 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 16837 0 0 0 5099 7 0 0 20 0 2 0 275186066 97787904 17599 33554432000 4194304 5965102 140734961597328 139691918166008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 95496

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6327
/proc/meminfo: memFree=28271500/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=166232 CPUtime=102.25 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 23615 0 0 0 10216 9 0 0 20 0 2 0 275186066 170221568 24242 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 41558 24242 190 433 0 41122 0
[pid=6322/tid=6323] ppid=6320 vsize=166232 CPUtime=102.26 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 22794 0 0 0 10215 11 0 0 20 0 2 0 275186066 170221568 24242 33554432000 4194304 5965102 140734961597328 139691918165528 4380351 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) 166232

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 6378
/proc/meminfo: memFree=28745308/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=169236 CPUtime=162.22 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 33784 0 0 0 16208 14 0 0 20 0 2 0 275186066 173297664 34426 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 42309 34426 190 433 0 41873 0
[pid=6322/tid=6323] ppid=6320 vsize=169236 CPUtime=162.23 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 32963 0 0 0 16207 16 0 0 20 0 2 0 275186066 173297664 34426 33554432000 4194304 5965102 140734961597328 139691918166056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 169236

[startup+222.306 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 6379
/proc/meminfo: memFree=28699832/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=171252 CPUtime=222.21 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 37661 0 0 0 22205 16 0 0 20 0 2 0 275186066 175362048 38302 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 42813 38302 190 433 0 42377 0
[pid=6322/tid=6323] ppid=6320 vsize=171252 CPUtime=222.24 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 36840 0 0 0 22204 20 0 0 20 0 2 0 275186066 175362048 38302 33554432000 4194304 5965102 140734961597328 139691918166056 4401058 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 171252

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/177 6379
/proc/meminfo: memFree=28606412/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=240160 CPUtime=282.2 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 44839 0 0 0 28198 22 0 0 20 0 2 0 275186066 245923840 45480 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 60040 45480 190 433 0 59604 0
[pid=6322/tid=6323] ppid=6320 vsize=240160 CPUtime=282.24 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 44018 0 0 0 28197 27 0 0 20 0 2 0 275186066 245923840 45480 33554432000 4194304 5965102 140734961597328 139691918165528 4380351 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 240160

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6379
/proc/meminfo: memFree=28567464/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=241520 CPUtime=342.15 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 53443 0 0 0 34189 26 0 0 20 0 2 0 275186066 247316480 54071 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 60380 54071 190 433 0 59944 0
[pid=6322/tid=6323] ppid=6320 vsize=241520 CPUtime=342.2 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 52622 0 0 0 34188 32 0 0 20 0 2 0 275186066 247316480 54071 33554432000 4194304 5965102 140734961597328 139691918166008 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 241520

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6379
/proc/meminfo: memFree=28532900/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=309948 CPUtime=402.14 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 59002 0 0 0 40183 31 0 0 20 0 2 0 275186066 317386752 59630 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=6322] ppid=6320 vsize=451884 CPUtime=1002 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 94866 0 0 0 100132 68 0 0 20 0 2 0 275186066 462729216 95483 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 112971 95483 190 433 0 112535 0
[pid=6322/tid=6323] ppid=6320 vsize=451884 CPUtime=1002.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 94045 0 0 0 100135 83 0 0 20 0 2 0 275186066 462729216 95483 33554432000 4194304 5965102 140734961597328 139691918166008 4380336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 451884

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6407
/proc/meminfo: memFree=28033516/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=453824 CPUtime=1061.99 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 101253 0 0 0 106126 73 0 0 20 0 2 0 275186066 464715776 101870 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 113456 101870 190 433 0 113020 0
[pid=6322/tid=6323] ppid=6320 vsize=453824 CPUtime=1062.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 100432 0 0 0 106129 90 0 0 20 0 2 0 275186066 464715776 101870 33554432000 4194304 5965102 140734961597328 139691918165528 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 453824

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6408
/proc/meminfo: memFree=28011924/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=455444 CPUtime=1121.98 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 106504 0 0 0 112120 78 0 0 20 0 2 0 275186066 466374656 107121 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 113861 107121 190 433 0 113425 0
[pid=6322/tid=6323] ppid=6320 vsize=455444 CPUtime=1122.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 105683 0 0 0 112124 95 0 0 20 0 2 0 275186066 466374656 107121 33554432000 4194304 5965102 140734961597328 139691918165528 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 455444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6408
/proc/meminfo: memFree=28004784/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=522604 CPUtime=1181.97 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 108231 0 0 0 118118 79 0 0 20 0 2 0 275186066 535146496 108848 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 130651 108848 190 433 0 130215 0
[pid=6322/tid=6323] ppid=6320 vsize=522604 CPUtime=1182.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 107410 0 0 0 118122 97 0 0 20 0 2 0 275186066 535146496 108848 33554432000 4194304 5965102 140734961597328 139691918165816 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 522604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6411
/proc/meminfo: memFree=27985856/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=524228 CPUtime=1241.96 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 112976 0 0 0 124112 84 0 0 20 0 2 0 275186066 536809472 113593 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 131057 113593 190 433 0 130621 0
[pid=6322/tid=6323] ppid=6320 vsize=524228 CPUtime=1242.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 112155 0 0 0 124117 102 0 0 20 0 2 0 275186066 536809472 113593 33554432000 4194304 5965102 140734961597328 139691918165528 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 524228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6411
/proc/meminfo: memFree=27973156/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=524588 CPUtime=1301.95 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 115902 0 0 0 130109 86 0 0 20 0 2 0 275186066 537178112 116519 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 131147 116519 190 433 0 130711 0
[pid=6322/tid=6323] ppid=6320 vsize=524588 CPUtime=1302.2 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 115081 0 0 0 130114 106 0 0 20 0 2 0 275186066 537178112 116519 33554432000 4194304 5965102 140734961597328 139691918165528 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 524588

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6411
/proc/meminfo: memFree=27960084/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=525188 CPUtime=1361.94 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 119158 0 0 0 136105 89 0 0 20 0 2 0 275186066 537792512 119775 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 131297 119775 190 433 0 130861 0
[pid=6322/tid=6323] ppid=6320 vsize=525188 CPUtime=1362.2 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 118337 0 0 0 136110 110 0 0 20 0 2 0 275186066 537792512 119775 33554432000 4194304 5965102 140734961597328 139691918166008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 525188

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6412
/proc/meminfo: memFree=27923236/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=530496 CPUtime=1421.93 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 124951 0 0 0 142099 94 0 0 20 0 2 0 275186066 543227904 125571 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 132624 125571 190 433 0 132188 0
[pid=6322/tid=6323] ppid=6320 vsize=530496 CPUtime=1422.21 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 124130 0 0 0 142105 116 0 0 20 0 2 0 275186066 543227904 125571 33554432000 4194304 5965102 140734961597328 139691918166008 4380032 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 530496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6412
/proc/meminfo: memFree=27911112/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=530496 CPUtime=1481.89 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 124984 0 0 0 148095 94 0 0 20 0 2 0 275186066 543227904 125596 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 132624 125596 190 433 0 132188 0
[pid=6322/tid=6323] ppid=6320 vsize=530496 CPUtime=1482.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 124163 0 0 0 148101 117 0 0 20 0 2 0 275186066 543227904 125596 33554432000 4194304 5965102 140734961597328 139691918166008 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 530496

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6412
/proc/meminfo: memFree=27889524/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=597760 CPUtime=1541.89 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 130383 0 0 0 154089 100 0 0 20 0 2 0 275186066 612106240 130989 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 149440 130989 190 433 0 149004 0
[pid=6322/tid=6323] ppid=6320 vsize=597760 CPUtime=1542.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 129562 0 0 0 154095 123 0 0 20 0 2 0 275186066 612106240 130989 33554432000 4194304 5965102 140734961597328 139691918165528 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 597760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6412
/proc/meminfo: memFree=27852448/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=598120 CPUtime=1601.87 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 132113 0 0 0 160086 101 0 0 20 0 2 0 275186066 612474880 132719 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 149530 132719 190 433 0 149094 0
[pid=6322/tid=6323] ppid=6320 vsize=598120 CPUtime=1602.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 131292 0 0 0 160092 126 0 0 20 0 2 0 275186066 612474880 132719 33554432000 4194304 5965102 140734961597328 139691918165528 4390252 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 598120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 6412
/proc/meminfo: memFree=27848728/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=598388 CPUtime=1661.86 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 132696 0 0 0 166084 102 0 0 20 0 2 0 275186066 612749312 133302 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 149597 133302 190 433 0 149161 0
[pid=6322/tid=6323] ppid=6320 vsize=598388 CPUtime=1662.18 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 131875 0 0 0 166090 128 0 0 20 0 2 0 275186066 612749312 133302 33554432000 4194304 5965102 140734961597328 139691918166008 4401441 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 598388

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/176 6412
/proc/meminfo: memFree=27835400/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=598988 CPUtime=1721.85 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 136110 0 0 0 172080 105 0 0 20 0 2 0 275186066 613363712 136716 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 149747 136716 190 433 0 149311 0
[pid=6322/tid=6323] ppid=6320 vsize=598988 CPUtime=1722.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 135289 0 0 0 172087 132 0 0 20 0 2 0 275186066 613363712 136716 33554432000 4194304 5965102 140734961597328 139691918166008 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 598988

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 6413
/proc/meminfo: memFree=27808204/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=601152 CPUtime=1781.84 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 142975 0 0 0 178074 110 0 0 20 0 2 0 275186066 615579648 143581 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 150288 143581 190 433 0 149852 0
[pid=6322/tid=6323] ppid=6320 vsize=601152 CPUtime=1782.19 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 142154 0 0 0 178081 138 0 0 20 0 2 0 275186066 615579648 143581 33554432000 4194304 5965102 140734961597328 139691918165528 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 601152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 6413
/proc/meminfo: memFree=27806144/32873844 swapFree=7104/7104
[pid=6322] ppid=6320 vsize=601152 CPUtime=1800.04 cores=0,2,4,6
/proc/6322/stat : 6322 (pwbo2.0) S 6320 6322 5985 0 -1 4202496 143399 0 0 0 179894 110 0 0 20 0 2 0 275186066 615579648 144005 33554432000 4194304 5965102 140734961597328 140734961596848 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6322/statm: 150288 144005 190 433 0 149852 0
[pid=6322/tid=6323] ppid=6320 vsize=601152 CPUtime=1800.39 cores=0,2,4,6
/proc/6322/task/6323/stat : 6323 (pwbo2.0) R 6320 6322 5985 0 -1 4202560 142578 0 0 0 179901 138 0 0 20 0 2 0 275186066 615579648 144005 33554432000 4194304 5965102 140734961597328 139691918165528 4380048 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 601152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.43
CPU user time (s): 1799.03
CPU system time (s): 1.40179
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 601152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.40179
maximum resident set size= 576024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143400
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= 172
involuntary context switches= 1924

runsolver used 3.2515 second user time and 9.16261 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 05:49:35
IDJOB=3704597
IDBENCH=48349
IDSOLVER=2282
FILE ID=node104/3704597-1338090575
RUNJOBID= node104-1338088244-6001
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_50_10_5_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-3704597-1338090575/watcher-3704597-1338090575 -o /tmp/evaluation-result-3704597-1338090575/solver-3704597-1338090575 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704597-1338090575.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1165380591

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:        28370504 kB
Buffers:          316780 kB
Cached:          2782224 kB
SwapCached:            0 kB
Active:          1744704 kB
Inactive:        1941636 kB
Active(anon):     589864 kB
Inactive(anon):        0 kB
Active(file):    1154840 kB
Inactive(file):  1941636 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        614696 kB
Mapped:            15016 kB
Shmem:               200 kB
Slab:             676452 kB
SReclaimable:     119116 kB
SUnreclaim:       557336 kB
KernelStack:        1472 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 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-3704597-1338090575.opb

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