Trace number 3705612

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.47 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_40.opb
MD5SUM29fd031d19832e8fd3e4ee8a0dfa62d0
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705612-1338113313.opb.
0.00/0.00	c Instance file HOME/instance-3705612-1338113313.opb
0.00/0.00	c File size is 106308 bytes.
0.00/0.00	c Highest Coefficient sum: 200
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1444                                                |
0.00/0.01	c |  Number Clauses:        1344                                                |
0.00/0.01	c |  Number Cardinality:    203                                                 |
0.00/0.01	c |  Number PB Constraints: 1244                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3705612-1338113313/watcher-3705612-1338113313 -o /tmp/evaluation-result-3705612-1338113313/solver-3705612-1338113313 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705612-1338113313.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.08 2.06 2.01 3/177 13530
/proc/meminfo: memFree=29441104/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=3688 CPUtime=0 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) R 13528 13530 11506 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 277456389 3776512 384 33554432000 4194304 5963574 140734097101616 140737213768392 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 922 384 173 432 0 461 0

[startup+0.046512 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 13530
/proc/meminfo: memFree=29441104/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84584 CPUtime=0.04 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 1320 0 0 0 4 0 0 0 20 0 2 0 277456389 86614016 1247 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21146 1247 187 432 0 20711 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84584

[startup+0.100277 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 13530
/proc/meminfo: memFree=29441104/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84584 CPUtime=0.09 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 1383 0 0 0 9 0 0 0 20 0 2 0 277456389 86614016 1310 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21146 1310 187 432 0 20711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84584

[startup+0.30024 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 13530
/proc/meminfo: memFree=29441104/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84584 CPUtime=0.29 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 1642 0 0 0 29 0 0 0 20 0 2 0 277456389 86614016 1569 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21146 1569 187 432 0 20711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84584

[startup+0.700236 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 13530
/proc/meminfo: memFree=29441104/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84584 CPUtime=0.69 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 2144 0 0 0 69 0 0 0 20 0 2 0 277456389 86614016 2071 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21146 2071 187 432 0 20711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84584

[startup+1.50026 s]
/proc/loadavg: 2.16 2.08 2.01 3/179 13532
/proc/meminfo: memFree=29430812/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84728 CPUtime=1.49 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 2747 0 0 0 148 1 0 0 20 0 2 0 277456389 86761472 2674 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21182 2674 187 432 0 20747 0
[pid=13530/tid=13532] ppid=13528 vsize=84728 CPUtime=1.47 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 1788 0 0 0 147 0 0 0 20 0 2 0 277456390 86761472 2674 33554432000 4194304 5963574 140734097101616 139808723850776 4389520 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) 84728

[startup+3.10026 s]
/proc/loadavg: 2.16 2.08 2.01 3/179 13532
/proc/meminfo: memFree=29424744/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84728 CPUtime=3.09 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 3552 0 0 0 308 1 0 0 20 0 2 0 277456389 86761472 3479 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21182 3479 187 432 0 20747 0
[pid=13530/tid=13532] ppid=13528 vsize=84728 CPUtime=3.07 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 2593 0 0 0 307 0 0 0 20 0 2 0 277456390 86761472 3479 33554432000 4194304 5963574 140734097101616 139808723850776 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84728

[startup+6.30027 s]
/proc/loadavg: 2.16 2.08 2.01 3/179 13532
/proc/meminfo: memFree=29411980/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=84800 CPUtime=6.29 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 5020 0 0 0 628 1 0 0 20 0 2 0 277456389 86835200 4947 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21200 4947 187 432 0 20765 0
[pid=13530/tid=13532] ppid=13528 vsize=84800 CPUtime=6.26 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 4061 0 0 0 625 1 0 0 20 0 2 0 277456390 86835200 4947 33554432000 4194304 5963574 140734097101616 139808723851064 4399542 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) 84800

[startup+12.7003 s]
/proc/loadavg: 2.13 2.07 2.01 3/179 13532
/proc/meminfo: memFree=29380432/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=85212 CPUtime=12.69 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 11846 0 0 0 1266 3 0 0 20 0 2 0 277456389 87257088 11773 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21303 11773 187 432 0 20868 0
[pid=13530/tid=13532] ppid=13528 vsize=85212 CPUtime=12.64 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 10887 0 0 0 1261 3 0 0 20 0 2 0 277456390 87257088 11773 33554432000 4194304 5963574 140734097101616 139808723850776 4399592 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) 85212

[startup+25.5003 s]
/proc/loadavg: 2.11 2.07 2.01 3/179 13532
/proc/meminfo: memFree=29361360/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=85500 CPUtime=25.48 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 13588 0 0 0 2544 4 0 0 20 0 2 0 277456389 87552000 13515 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 21375 13515 187 432 0 20940 0
[pid=13530/tid=13532] ppid=13528 vsize=85500 CPUtime=25.41 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 12629 0 0 0 2537 4 0 0 20 0 2 0 277456390 87552000 13515 33554432000 4194304 5963574 140734097101616 139808723850776 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85500

[startup+51.1003 s]
/proc/loadavg: 2.07 2.06 2.01 3/179 13533
/proc/meminfo: memFree=29311248/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=152536 CPUtime=51.07 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 19037 0 0 0 5101 6 0 0 20 0 2 0 277456389 156196864 18972 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 38134 18972 187 432 0 37699 0
[pid=13530/tid=13532] ppid=13528 vsize=152536 CPUtime=50.93 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 18078 0 0 0 5087 6 0 0 20 0 2 0 277456390 156196864 18972 33554432000 4194304 5963574 140734097101616 139808723851064 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152536

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.00 3/180 13536
/proc/meminfo: memFree=29245984/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=154352 CPUtime=102.25 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 28637 0 0 0 10215 10 0 0 20 0 2 0 277456389 158056448 29470 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 38588 29470 187 432 0 38153 0
[pid=13530/tid=13532] ppid=13528 vsize=154352 CPUtime=101.99 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 27678 0 0 0 10188 11 0 0 20 0 2 0 277456390 158056448 29470 33554432000 4194304 5963574 140734097101616 139808723850776 4399639 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) 154352

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 13536
/proc/meminfo: memFree=29139704/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=224028 CPUtime=162.24 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 45848 0 0 0 16207 17 0 0 20 0 2 0 277456389 229404672 46679 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 56007 46679 187 432 0 55572 0
[pid=13530/tid=13532] ppid=13528 vsize=224028 CPUtime=161.83 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 44889 0 0 0 16164 19 0 0 20 0 2 0 277456390 229404672 46679 33554432000 4194304 5963574 140734097101616 139808723851256 4388696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 224028

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 13536
/proc/meminfo: memFree=29063720/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=302124 CPUtime=222.22 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 57268 0 0 0 22199 23 0 0 20 0 2 0 277456389 309374976 58149 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 75531 58149 187 432 0 75096 0
[pid=13530/tid=13532] ppid=13528 vsize=302124 CPUtime=221.66 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 56309 0 0 0 22141 25 0 0 20 0 2 0 277456390 309374976 58149 33554432000 4194304 5963574 140734097101616 139808723851256 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 302124

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/179 13536
/proc/meminfo: memFree=29023952/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=302840 CPUtime=282.2 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 62086 0 0 0 28195 25 0 0 20 0 2 0 277456389 310108160 62967 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 75710 62967 187 432 0 75275 0
[pid=13530/tid=13532] ppid=13528 vsize=302840 CPUtime=281.5 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 61127 0 0 0 28122 28 0 0 20 0 2 0 277456390 310108160 62967 33554432000 4194304 5963574 140734097101616 139808723851304 4222330 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) 302840

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 13537
/proc/meminfo: memFree=28957380/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=370360 CPUtime=342.19 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 72743 0 0 0 34189 30 0 0 20 0 2 0 277456389 379248640 73609 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 92590 73609 187 432 0 92155 0
[pid=13530/tid=13532] ppid=13528 vsize=370360 CPUtime=341.34 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 71784 0 0 0 34099 35 0 0 20 0 2 0 277456390 379248640 73609 33554432000 4194304 5963574 140734097101616 139808723851256 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 370360

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 13537
/proc/meminfo: memFree=28891560/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=373440 CPUtime=402.18 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 84718 0 0 0 40182 36 0 0 20 0 2 0 277456389 382402560 85584 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 93360 85584 187 432 0 92925 0
[pid=13530/tid=13532] ppid=13528 vsize=373440 CPUtime=401.19 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 83759 0 0 0 40077 42 0 0 20 0 2 0 277456390 382402560 85584 33554432000 4194304 5963574 140734097101616 139808723850776 4399542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 373440

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 13537
/proc/meminfo: memFree=28868248/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=373440 CPUtime=462.14 cores=0,2,4,6

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

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13546
/proc/meminfo: memFree=28224044/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=730736 CPUtime=1541.88 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 172972 0 0 0 154076 112 0 0 20 0 2 0 277456389 748273664 172757 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 182684 172757 187 432 0 182249 0
[pid=13530/tid=13532] ppid=13528 vsize=730736 CPUtime=1538.14 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 172013 0 0 0 153679 135 0 0 20 0 2 0 277456390 748273664 172757 33554432000 4194304 5963574 140734097101616 139808723850776 4378768 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 730736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13547
/proc/meminfo: memFree=28223176/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=731296 CPUtime=1601.87 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 173107 0 0 0 160075 112 0 0 20 0 2 0 277456389 748847104 172892 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 182824 172892 187 432 0 182389 0
[pid=13530/tid=13532] ppid=13528 vsize=731296 CPUtime=1597.99 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 172148 0 0 0 159663 136 0 0 20 0 2 0 277456390 748847104 172892 33554432000 4194304 5963574 140734097101616 139808723851304 4221120 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) 731296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13548
/proc/meminfo: memFree=28193780/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=797604 CPUtime=1661.87 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 179523 0 0 0 166068 119 0 0 20 0 2 0 277456389 816746496 179308 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199401 179308 187 432 0 198966 0
[pid=13530/tid=13532] ppid=13528 vsize=797604 CPUtime=1657.83 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 178564 0 0 0 165639 144 0 0 20 0 2 0 277456390 816746496 179308 33554432000 4194304 5963574 140734097101616 139808723850776 4378528 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 797604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28191804/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799084 CPUtime=1721.85 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 180126 0 0 0 172066 119 0 0 20 0 2 0 277456389 818262016 179911 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199771 179911 187 432 0 199336 0
[pid=13530/tid=13532] ppid=13528 vsize=799084 CPUtime=1717.68 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 179167 0 0 0 171623 145 0 0 20 0 2 0 277456390 818262016 179911 33554432000 4194304 5963574 140734097101616 139808723850776 4399958 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) 799084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13548
/proc/meminfo: memFree=28169456/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1781.84 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 178060 124 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1777.53 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 177603 150 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4221120 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) 799300

############
# WARNING:
# current cumulated CPU time (1795.2 s) is less than in the last sample (1799.45 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.24988 s) to the 'lost time'.

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28711136/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1799.45 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179820 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1795.08 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 179356 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 799300

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28711136/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=0 CPUtime=1795.2 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) R 13528 13530 11506 0 -1 4203524 184900 0 0 0 179367 153 0 0 20 0 1 0 277456389 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28717444/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1791.46 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179021 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1787.11 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 178559 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4222304 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 799300

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28712624/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1794.66 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179341 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1790.3 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 178878 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 799300

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28712500/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1797.85 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179660 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1793.49 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 179197 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 799300

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28712500/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1798.65 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179740 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1794.28 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 179276 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 799300

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28711136/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1799.05 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179780 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1794.69 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 179317 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4381228 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 799300

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28711136/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=799300 CPUtime=1799.45 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) S 13528 13530 11506 0 -1 4202496 184899 0 0 0 179820 125 0 0 20 0 2 0 277456389 818483200 184684 33554432000 4194304 5963574 140734097101616 140734097101136 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 199825 184684 187 432 0 199390 0
[pid=13530/tid=13532] ppid=13528 vsize=799300 CPUtime=1795.08 cores=0,2,4,6
/proc/13530/task/13532/stat : 13532 (wbo1.7) R 13528 13530 11506 0 -1 4202560 183940 0 0 0 179356 152 0 0 20 0 2 0 277456390 818483200 184684 33554432000 4194304 5963574 140734097101616 139808723850776 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 799300

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13599
/proc/meminfo: memFree=28711136/32873844 swapFree=7116/7116
[pid=13530] ppid=13528 vsize=0 CPUtime=1795.2 cores=0,2,4,6
/proc/13530/stat : 13530 (wbo1.7) R 13528 13530 11506 0 -1 4203524 184900 0 0 0 179367 153 0 0 20 0 1 0 277456389 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13530/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.2
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.24988
#  lost CPU user time (s): 4.52991
#  lost CPU system time (s): -0.28

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1798.21
CPU system time (s): 1.26577
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 799300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 1.54576
maximum resident set size= 738740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184900
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= 253
involuntary context switches= 1863

runsolver used 2.80757 second user time and 7.01493 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 12:08:33
IDJOB=3705612
IDBENCH=48366
IDSOLVER=2284
FILE ID=node138/3705612-1338113313
RUNJOBID= node138-1338088086-11522
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 29fd031d19832e8fd3e4ee8a0dfa62d0
RANDOM SEED=1930246917

node138.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.347
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.69
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.347
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		: 2667.347
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.347
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.347
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.347
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.347
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.92
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.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29441748 kB
Buffers:          335172 kB
Cached:          2210976 kB
SwapCached:          212 kB
Active:           799580 kB
Inactive:        1798508 kB
Active(anon):      43268 kB
Inactive(anon):    11368 kB
Active(file):     756312 kB
Inactive(file):  1787140 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             12112 kB
Writeback:             0 kB
AnonPages:         59120 kB
Mapped:            15060 kB
Shmem:               200 kB
Slab:             694436 kB
SReclaimable:     136428 kB
SUnreclaim:       558008 kB
KernelStack:        1472 kB
PageTables:         3620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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-3705612-1338113313.opb

Free space on /tmp at the end= 71528 MiB
End job on node138 at 2012-05-27 12:38:33