Trace number 3727943

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1800 1800.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-134
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727943-1338666366.opb.
0.00/0.00	c Instance file HOME/instance-3727943-1338666366.opb
0.00/0.00	c File size is 2907531 bytes.
0.19/0.24	c Cost Offset: -1000
0.19/0.24	c Highest Coefficient sum: 2000
0.19/0.24	c ============================[ Problem Statistics ]=============================
0.19/0.24	c |                                                                             |
0.19/0.24	c |  Parsing time:          0.25         s                                      |
0.19/0.24	c |  Number Variables:      33640                                               |
0.19/0.24	c |  Number Clauses:        32640                                               |
0.19/0.24	c |  Number Cardinality:    2002                                                |
0.19/0.24	c |  Number PB Constraints: 31640                                               |
0.19/0.24	c |                                                                             |
0.19/0.27	c |  Problem Type:          Optimization                                        |
0.19/0.27	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.27	c |                                                                             |
0.19/0.27	c ============================[ Search Statistics ]==============================
0.19/0.27	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.27	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.27	c ===============================================================================
0.29/0.35	c | 0.36      | 0  | -999         lb |  0                0                0.00  |
4.29/4.32	c | 4.32      | 0  | -998         lb |  0                0                0.00  |
374.17/374.33	c | 374.34    | 0  | -997         lb |  0                0                0.00  |
1799.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3727943-1338666366/watcher-3727943-1338666366 -o /tmp/evaluation-result-3727943-1338666366/solver-3727943-1338666366 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727943-1338666366.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.03 2.01 2.00 3/179 5928
/proc/meminfo: memFree=28914788/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=7460 CPUtime=0 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) R 5926 5928 5745 0 -1 4202496 676 0 0 0 0 0 0 0 20 0 1 0 332761448 7639040 629 33554432000 4194304 5964350 140733294019024 140736995521976 4395449 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 1865 632 166 433 0 719 0

[startup+0.0992301 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5928
/proc/meminfo: memFree=28914788/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=20808 CPUtime=0.08 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) R 5926 5928 5745 0 -1 4202496 4077 0 0 0 8 0 0 0 20 0 1 0 332761448 21307392 3883 33554432000 4194304 5964350 140733294019024 140736995521976 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 5202 3883 423 433 0 4056 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20808

[startup+0.100197 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5928
/proc/meminfo: memFree=28914788/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=20808 CPUtime=0.09 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) R 5926 5928 5745 0 -1 4202496 4095 0 0 0 9 0 0 0 20 0 1 0 332761448 21307392 3901 33554432000 4194304 5964350 140733294019024 140736995521976 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 5202 3901 426 433 0 4056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20808

[startup+0.300165 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5928
/proc/meminfo: memFree=28914788/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=114620 CPUtime=0.29 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 11204 0 0 0 27 2 0 0 20 0 2 0 332761448 117370880 10222 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 28655 10222 182 433 0 28219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114620

[startup+0.700098 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 5928
/proc/meminfo: memFree=28914788/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=106196 CPUtime=0.69 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 17406 0 0 0 66 3 0 0 20 0 2 0 332761448 108744704 14713 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 26549 14713 192 433 0 26113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106196

[startup+1.50021 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28848696/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=106196 CPUtime=1.49 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 17407 0 0 0 146 3 0 0 20 0 2 0 332761448 108744704 14714 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 26549 14714 193 433 0 26113 0
[pid=5928/tid=5930] ppid=5926 vsize=106196 CPUtime=1.24 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 10270 0 0 0 122 2 0 0 20 0 2 0 332761473 108744704 14714 33554432000 4194304 5964350 140733294019024 139989920603064 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106196

[startup+3.1001 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28848564/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=106196 CPUtime=3.09 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 17636 0 0 0 306 3 0 0 20 0 2 0 332761448 108744704 14943 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 26549 14943 194 433 0 26113 0
[pid=5928/tid=5930] ppid=5926 vsize=106196 CPUtime=2.84 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 10499 0 0 0 282 2 0 0 20 0 2 0 332761473 108744704 14943 33554432000 4194304 5964350 140733294019024 139989920601624 4389090 0 0 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106196

[startup+6.30021 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28832824/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=106196 CPUtime=6.28 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 21164 0 0 0 625 3 0 0 20 0 2 0 332761448 108744704 18470 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 26549 18470 194 433 0 26113 0
[pid=5928/tid=5930] ppid=5926 vsize=106196 CPUtime=6.03 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 14027 0 0 0 601 2 0 0 20 0 2 0 332761473 108744704 18470 33554432000 4194304 5964350 140733294019024 139989920602440 4389030 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 106196

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28812492/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=106196 CPUtime=12.68 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 21497 0 0 0 1265 3 0 0 20 0 2 0 332761448 108744704 18803 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 26549 18803 194 433 0 26113 0
[pid=5928/tid=5930] ppid=5926 vsize=106196 CPUtime=12.43 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 14360 0 0 0 1241 2 0 0 20 0 2 0 332761473 108744704 18803 33554432000 4194304 5964350 140733294019024 139989920601624 4388904 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 106196

[startup+25.5002 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28754700/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=171732 CPUtime=25.48 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 26916 0 0 0 2543 5 0 0 20 0 2 0 332761448 175853568 24222 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 42933 24222 194 433 0 42497 0
[pid=5928/tid=5930] ppid=5926 vsize=171732 CPUtime=25.23 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 19779 0 0 0 2519 4 0 0 20 0 2 0 332761473 175853568 24222 33554432000 4194304 5964350 140733294019024 139989920601624 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 171732

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5930
/proc/meminfo: memFree=28664628/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=171732 CPUtime=51.08 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 37688 0 0 0 5100 8 0 0 20 0 2 0 332761448 175853568 34994 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 42933 34994 194 433 0 42497 0
[pid=5928/tid=5930] ppid=5926 vsize=171732 CPUtime=50.82 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 30551 0 0 0 5076 6 0 0 20 0 2 0 332761473 175853568 34994 33554432000 4194304 5964350 140733294019024 139989920601624 4410659 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171732

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5931
/proc/meminfo: memFree=28570380/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=302804 CPUtime=102.25 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 59920 0 0 0 10212 13 0 0 20 0 2 0 332761448 310071296 57609 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 75701 57609 194 433 0 75265 0
[pid=5928/tid=5930] ppid=5926 vsize=302804 CPUtime=102.02 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 52783 0 0 0 10188 14 0 0 20 0 2 0 332761473 310071296 57609 33554432000 4194304 5964350 140733294019024 139989920601624 4389049 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 302804

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5931
/proc/meminfo: memFree=28444548/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=368340 CPUtime=162.23 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 89196 0 0 0 16201 22 0 0 20 0 2 0 332761448 377180160 86873 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 92085 86873 194 433 0 91649 0
[pid=5928/tid=5930] ppid=5926 vsize=368340 CPUtime=162 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 82059 0 0 0 16177 23 0 0 20 0 2 0 332761473 377180160 86873 33554432000 4194304 5964350 140733294019024 139989920601624 4389090 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 368340

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5931
/proc/meminfo: memFree=28263876/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=499412 CPUtime=222.2 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 120185 0 0 0 22187 33 0 0 20 0 2 0 332761448 511397888 118260 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 124853 118260 194 433 0 124417 0
[pid=5928/tid=5930] ppid=5926 vsize=499412 CPUtime=221.99 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 113048 0 0 0 22164 35 0 0 20 0 2 0 332761473 511397888 118260 33554432000 4194304 5964350 140733294019024 139989920601624 4403618 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 499412

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5934
/proc/meminfo: memFree=28217088/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=499412 CPUtime=282.19 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 120368 0 0 0 28186 33 0 0 20 0 2 0 332761448 511397888 118443 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 124853 118443 194 433 0 124417 0
[pid=5928/tid=5930] ppid=5926 vsize=499412 CPUtime=281.99 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 113231 0 0 0 28162 37 0 0 20 0 2 0 332761473 511397888 118443 33554432000 4194304 5964350 140733294019024 139989920602104 4389049 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 499412

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5934
/proc/meminfo: memFree=28114904/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=564948 CPUtime=342.18 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 132369 0 0 0 34181 37 0 0 20 0 2 0 332761448 578506752 130444 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 141237 130444 194 433 0 140801 0
[pid=5928/tid=5930] ppid=5926 vsize=564948 CPUtime=341.99 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 125232 0 0 0 34158 41 0 0 20 0 2 0 332761473 578506752 130444 33554432000 4194304 5964350 140733294019024 139989920601624 4389067 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 564948

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5935
/proc/meminfo: memFree=28022316/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=630484 CPUtime=402.17 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 151006 0 0 0 40174 43 0 0 20 0 2 0 332761448 645615616 149095 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 157621 149095 194 433 0 157185 0
[pid=5928/tid=5930] ppid=5926 vsize=630484 CPUtime=401.99 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 143869 0 0 0 40151 48 0 0 20 0 2 0 332761473 645615616 149095 33554432000 4194304 5964350 140733294019024 139989920602472 4403641 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 630484

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5935
/proc/meminfo: memFree=27986696/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=630484 CPUtime=462.15 cores=0,2,4,6

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

/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 283104 0 0 0 130097 100 0 0 20 0 2 0 332761473 1249595392 289035 33554432000 4194304 5964350 140733294019024 139989920601624 4389020 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1220308

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5964
/proc/meminfo: memFree=27065120/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1285844 CPUtime=1361.95 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 314654 0 0 0 136106 89 0 0 20 0 2 0 332761448 1316704256 313489 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 321461 313489 194 433 0 321025 0
[pid=5928/tid=5930] ppid=5926 vsize=1285844 CPUtime=1361.96 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 307517 0 0 0 136088 108 0 0 20 0 2 0 332761473 1316704256 313489 33554432000 4194304 5964350 140733294019024 139989920601624 4410659 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1285844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5964
/proc/meminfo: memFree=26868944/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1416916 CPUtime=1421.95 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 350846 0 0 0 142097 98 0 0 20 0 2 0 332761448 1450921984 349679 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 354229 349679 194 433 0 353793 0
[pid=5928/tid=5930] ppid=5926 vsize=1416916 CPUtime=1421.97 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 343709 0 0 0 142079 118 0 0 20 0 2 0 332761473 1450921984 349679 33554432000 4194304 5964350 140733294019024 139989920602104 4389067 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1416916

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 5967
/proc/meminfo: memFree=26713192/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1615148 CPUtime=1481.93 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 389640 0 0 0 148083 110 0 0 20 0 2 0 332761448 1653911552 388473 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 403787 388473 194 433 0 403351 0
[pid=5928/tid=5930] ppid=5926 vsize=1615148 CPUtime=1481.97 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 382503 0 0 0 148066 131 0 0 20 0 2 0 332761473 1653911552 388473 33554432000 4194304 5964350 140733294019024 139989920602104 4389049 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1615148

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 5967
/proc/meminfo: memFree=26657276/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1615148 CPUtime=1541.93 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 396444 0 0 0 154081 112 0 0 20 0 2 0 332761448 1653911552 395277 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 403787 395277 194 433 0 403351 0
[pid=5928/tid=5930] ppid=5926 vsize=1615148 CPUtime=1541.97 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 389307 0 0 0 154063 134 0 0 20 0 2 0 332761473 1653911552 395277 33554432000 4194304 5964350 140733294019024 139989920602104 4389052 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1615148

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 5967
/proc/meminfo: memFree=26626152/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1615148 CPUtime=1601.92 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 396444 0 0 0 160080 112 0 0 20 0 2 0 332761448 1653911552 395277 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 403787 395277 194 433 0 403351 0
[pid=5928/tid=5930] ppid=5926 vsize=1615148 CPUtime=1601.98 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 389307 0 0 0 160063 135 0 0 20 0 2 0 332761473 1653911552 395277 33554432000 4194304 5964350 140733294019024 139989920602104 4389005 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 1615148

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5968
/proc/meminfo: memFree=26624336/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1615148 CPUtime=1661.91 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 396444 0 0 0 166079 112 0 0 20 0 2 0 332761448 1653911552 395277 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 403787 395277 194 433 0 403351 0
[pid=5928/tid=5930] ppid=5926 vsize=1615148 CPUtime=1661.98 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 389307 0 0 0 166062 136 0 0 20 0 2 0 332761473 1653911552 395277 33554432000 4194304 5964350 140733294019024 139989920602104 4389020 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1615148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5968
/proc/meminfo: memFree=26620148/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1615148 CPUtime=1721.9 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 396448 0 0 0 172078 112 0 0 20 0 2 0 332761448 1653911552 395281 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 403787 395281 194 433 0 403351 0
[pid=5928/tid=5930] ppid=5926 vsize=1615148 CPUtime=1721.98 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 389311 0 0 0 172061 137 0 0 20 0 2 0 332761473 1653911552 395281 33554432000 4194304 5964350 140733294019024 139989920602104 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1615148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5968
/proc/meminfo: memFree=26519196/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1680684 CPUtime=1781.88 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 415306 0 0 0 178072 116 0 0 20 0 2 0 332761448 1721020416 414139 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 420171 414139 194 433 0 419735 0
[pid=5928/tid=5930] ppid=5926 vsize=1680684 CPUtime=1781.98 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 408169 0 0 0 178055 143 0 0 20 0 2 0 332761473 1721020416 414139 33554432000 4194304 5964350 140733294019024 139989920601624 4403290 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 1680684

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5968
/proc/meminfo: memFree=26490180/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1791.49 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 421145 0 0 0 179030 119 0 0 20 0 2 0 332761448 1788129280 419978 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 419978 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1791.59 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 414008 0 0 0 179014 145 0 0 20 0 2 0 332761473 1788129280 419978 33554432000 4194304 5964350 140733294019024 139989920601624 4410659 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 1746220

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5968
/proc/meminfo: memFree=26481748/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1794.69 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 423022 0 0 0 179349 120 0 0 20 0 2 0 332761448 1788129280 421855 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 421855 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1794.79 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 415885 0 0 0 179333 146 0 0 20 0 2 0 332761473 1788129280 421855 33554432000 4194304 5964350 140733294019024 139989920601624 4389020 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 1746220

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5968
/proc/meminfo: memFree=26476540/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1797.88 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 424887 0 0 0 179668 120 0 0 20 0 2 0 332761448 1788129280 423720 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 423720 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1797.99 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 417750 0 0 0 179653 146 0 0 20 0 2 0 332761473 1788129280 423720 33554432000 4194304 5964350 140733294019024 139989920602104 4403293 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 1746220

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5995
/proc/meminfo: memFree=27247912/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1798.68 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 425355 0 0 0 179748 120 0 0 20 0 2 0 332761448 1788129280 424188 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 424188 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1798.79 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 418218 0 0 0 179733 146 0 0 20 0 2 0 332761473 1788129280 424188 33554432000 4194304 5964350 140733294019024 139989920602104 4389049 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 1746220

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5995
/proc/meminfo: memFree=27245316/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1799.09 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 425618 0 0 0 179789 120 0 0 20 0 2 0 332761448 1788129280 424451 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 424451 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1799.19 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 418481 0 0 0 179773 146 0 0 20 0 2 0 332761473 1788129280 424451 33554432000 4194304 5964350 140733294019024 139989920602104 4388992 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 1746220

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5995
/proc/meminfo: memFree=27245316/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1799.48 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 425843 0 0 0 179828 120 0 0 20 0 2 0 332761448 1788129280 424676 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 424676 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1799.59 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 418706 0 0 0 179812 147 0 0 20 0 2 0 332761473 1788129280 424676 33554432000 4194304 5964350 140733294019024 139989920602104 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 1746220

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 5995
/proc/meminfo: memFree=27245316/32873844 swapFree=7380/7380
[pid=5928] ppid=5926 vsize=1746220 CPUtime=1799.58 cores=0,2,4,6
/proc/5928/stat : 5928 (wbo1.72) S 5926 5928 5745 0 -1 4202496 425904 0 0 0 179838 120 0 0 20 0 2 0 332761448 1788129280 424737 33554432000 4194304 5964350 140733294019024 140733294018544 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5928/statm: 436555 424737 194 433 0 436119 0
[pid=5928/tid=5930] ppid=5926 vsize=1746220 CPUtime=1799.69 cores=0,2,4,6
/proc/5928/task/5930/stat : 5930 (wbo1.72) R 5926 5928 5745 0 -1 4202560 418767 0 0 0 179822 147 0 0 20 0 2 0 332761473 1788129280 424737 33554432000 4194304 5964350 140733294019024 139989920602104 4389084 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 1746220

Child status: 255
Real time (s): 1800.05
CPU time (s): 1800
CPU user time (s): 1798.46
CPU system time (s): 1.54776
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 1746220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.54776
maximum resident set size= 1698956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425906
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= 218
involuntary context switches= 2456

runsolver used 2.68659 second user time and 7.13591 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-02 21:46:06
IDJOB=3727943
IDBENCH=48255
IDSOLVER=2314
FILE ID=node133/3727943-1338666366
RUNJOBID= node133-1338664562-5761
PBS_JOBID= 14636490
Free space on /tmp= 70480 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_1.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727943-1338666366/watcher-3727943-1338666366 -o /tmp/evaluation-result-3727943-1338666366/solver-3727943-1338666366 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727943-1338666366.opb

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=1656667854

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.540
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.90
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.540
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.540
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:        28921624 kB
Buffers:          364652 kB
Cached:          2684244 kB
SwapCached:          676 kB
Active:          1356520 kB
Inactive:        1724940 kB
Active(anon):      24028 kB
Inactive(anon):    10240 kB
Active(file):    1332492 kB
Inactive(file):  1714700 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             12836 kB
Writeback:             0 kB
AnonPages:         38680 kB
Mapped:            11168 kB
Shmem:                 0 kB
Slab:             733088 kB
SReclaimable:     174712 kB
SUnreclaim:       558376 kB
KernelStack:        1440 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727943-1338666366.opb

Free space on /tmp at the end= 70476 MiB
End job on node133 at 2012-06-02 22:16:07