Trace number 3727961

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? 1799.21 1800.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_1.opb
MD5SUM162153f0f0e5f8f2e587b9d579ee09dc
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-146
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -136
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

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-3727961-1338667319.opb.
0.00/0.00	c Instance file HOME/instance-3727961-1338667319.opb
0.00/0.00	c File size is 566997 bytes.
0.02/0.04	c Cost Offset: -500
0.02/0.04	c Highest Coefficient sum: 1000
0.02/0.04	c ============================[ Problem Statistics ]=============================
0.02/0.04	c |                                                                             |
0.02/0.04	c |  Parsing time:          0.05         s                                      |
0.02/0.04	c |  Number Variables:      7318                                                |
0.02/0.04	c |  Number Clauses:        6818                                                |
0.02/0.04	c |  Number Cardinality:    1002                                                |
0.02/0.04	c |  Number PB Constraints: 6318                                                |
0.02/0.04	c |                                                                             |
0.02/0.05	c |  Problem Type:          Optimization                                        |
0.02/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.05	c |                                                                             |
0.02/0.05	c ============================[ Search Statistics ]==============================
0.02/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.05	c ===============================================================================
0.02/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.48/0.52	c | 0.53      | 0  | -498         lb |  0                0                0.00  |
21.28/21.38	c | 21.38     | 0  | -497         lb |  0                0                0.00  |
370.13/370.30	c | 370.30    | 0  | -496         lb |  0                0                0.00  |
1799.15/1800.00	c ===============================================================================
1799.15/1800.00	c Wall Clock Time: 1800.00 s
1799.15/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-3727961-1338667319/watcher-3727961-1338667319 -o /tmp/evaluation-result-3727961-1338667319/solver-3727961-1338667319 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727961-1338667319.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.01 2.01 2.00 3/180 26347
/proc/meminfo: memFree=28297556/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=5088 CPUtime=0 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) R 26345 26347 25884 0 -1 4202496 637 0 0 0 0 0 0 0 20 0 1 0 332857258 5210112 589 33554432000 4194304 5964350 140735398736496 140737276878824 4395326 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 1272 589 166 433 0 697 0

[startup+0.027725 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26347
/proc/meminfo: memFree=28297556/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=7068 CPUtime=0.02 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) R 26345 26347 25884 0 -1 4202496 1205 0 0 0 2 0 0 0 20 0 1 0 332857258 7237632 1157 33554432000 4194304 5964350 140735398736496 140737276878824 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 1767 1159 237 433 0 1192 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7068

[startup+0.100137 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26347
/proc/meminfo: memFree=28297556/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=0.09 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 4280 0 0 0 9 0 0 0 20 0 2 0 332857258 89923584 3770 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 3770 192 433 0 21518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87816

[startup+0.300131 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26347
/proc/meminfo: memFree=28297556/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=0.28 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 4281 0 0 0 28 0 0 0 20 0 2 0 332857258 89923584 3771 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 3771 193 433 0 21518 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87816

[startup+0.700132 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 26347
/proc/meminfo: memFree=28297556/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=0.68 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 5120 0 0 0 68 0 0 0 20 0 2 0 332857258 89923584 4609 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 4609 194 433 0 21518 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87816

[startup+1.50024 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 26349
/proc/meminfo: memFree=28276856/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=1.48 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 5292 0 0 0 148 0 0 0 20 0 2 0 332857258 89923584 4781 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 4781 194 433 0 21518 0
[pid=26347/tid=26349] ppid=26345 vsize=87816 CPUtime=1.43 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 3269 0 0 0 143 0 0 0 20 0 2 0 332857262 89923584 4781 33554432000 4194304 5964350 140735398736496 140016112806248 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87816

[startup+3.10023 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26349
/proc/meminfo: memFree=28273136/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=3.09 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 6526 0 0 0 308 1 0 0 20 0 2 0 332857258 89923584 6015 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 6015 194 433 0 21518 0
[pid=26347/tid=26349] ppid=26345 vsize=87816 CPUtime=3.03 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 4503 0 0 0 303 0 0 0 20 0 2 0 332857262 89923584 6015 33554432000 4194304 5964350 140735398736496 140016112805400 4389080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87816

[startup+6.30023 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26349
/proc/meminfo: memFree=28256032/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=6.28 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 9268 0 0 0 626 2 0 0 20 0 2 0 332857258 89923584 8757 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 8757 194 433 0 21518 0
[pid=26347/tid=26349] ppid=26345 vsize=87816 CPUtime=6.22 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 7245 0 0 0 621 1 0 0 20 0 2 0 332857262 89923584 8757 33554432000 4194304 5964350 140735398736496 140016112805400 5139038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87816

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 26349
/proc/meminfo: memFree=28232980/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=12.69 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 13949 0 0 0 1265 4 0 0 20 0 2 0 332857258 89923584 13438 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 13438 194 433 0 21518 0
[pid=26347/tid=26349] ppid=26345 vsize=87816 CPUtime=12.6 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 11926 0 0 0 1257 3 0 0 20 0 2 0 332857262 89923584 13438 33554432000 4194304 5964350 140735398736496 140016112805400 4222304 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87816

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 26349
/proc/meminfo: memFree=28198624/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=87816 CPUtime=25.48 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 18356 0 0 0 2543 5 0 0 20 0 2 0 332857258 89923584 17847 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 21954 17847 194 433 0 21518 0
[pid=26347/tid=26349] ppid=26345 vsize=87816 CPUtime=25.37 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 16333 0 0 0 2533 4 0 0 20 0 2 0 332857262 89923584 17847 33554432000 4194304 5964350 140735398736496 140016112806248 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87816

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26349
/proc/meminfo: memFree=28156744/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=153352 CPUtime=51.07 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 25102 0 0 0 5099 8 0 0 20 0 2 0 332857258 157032448 24580 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 38338 24580 194 433 0 37902 0
[pid=26347/tid=26349] ppid=26345 vsize=153352 CPUtime=50.89 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 23079 0 0 0 5082 7 0 0 20 0 2 0 332857262 157032448 24580 33554432000 4194304 5964350 140735398736496 140016112805400 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 153352

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26349
/proc/meminfo: memFree=28036112/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=284748 CPUtime=102.25 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 53559 0 0 0 10208 17 0 0 20 0 2 0 332857258 291581952 53034 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 71187 53034 194 433 0 70751 0
[pid=26347/tid=26349] ppid=26345 vsize=284748 CPUtime=101.96 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 51536 0 0 0 10179 17 0 0 20 0 2 0 332857262 291581952 53034 33554432000 4194304 5964350 140735398736496 140016112805400 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 284748

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26349
/proc/meminfo: memFree=27879296/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=415980 CPUtime=162.22 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 85222 0 0 0 16194 28 0 0 20 0 2 0 332857258 425963520 84683 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 103995 84683 194 433 0 103559 0
[pid=26347/tid=26349] ppid=26345 vsize=415980 CPUtime=161.77 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 83199 0 0 0 16148 29 0 0 20 0 2 0 332857262 425963520 84683 33554432000 4194304 5964350 140735398736496 140016112805880 4389084 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 415980

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26350
/proc/meminfo: memFree=27787068/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=481756 CPUtime=222.17 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 103436 0 0 0 22184 33 0 0 20 0 2 0 332857258 493318144 102851 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 120439 102851 194 433 0 120003 0
[pid=26347/tid=26349] ppid=26345 vsize=481756 CPUtime=221.58 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 101413 0 0 0 22123 35 0 0 20 0 2 0 332857262 493318144 102851 33554432000 4194304 5964350 140735398736496 140016112805880 4389030 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 481756

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26350
/proc/meminfo: memFree=27640400/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=612828 CPUtime=282.15 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 137820 0 0 0 28170 45 0 0 20 0 2 0 332857258 627535872 137228 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 153207 137228 194 433 0 152771 0
[pid=26347/tid=26349] ppid=26345 vsize=612828 CPUtime=281.42 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 135797 0 0 0 28094 48 0 0 20 0 2 0 332857262 627535872 137228 33554432000 4194304 5964350 140735398736496 140016112805880 4388992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 612828

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26350
/proc/meminfo: memFree=27558124/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=678364 CPUtime=342.14 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 149957 0 0 0 34166 48 0 0 20 0 2 0 332857258 694644736 149365 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 169591 149365 194 433 0 169155 0
[pid=26347/tid=26349] ppid=26345 vsize=678364 CPUtime=341.27 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 147934 0 0 0 34075 52 0 0 20 0 2 0 332857262 694644736 149365 33554432000 4194304 5964350 140735398736496 140016112805880 4400009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 678364

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 26350
/proc/meminfo: memFree=27579664/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=612960 CPUtime=402.12 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 150260 0 0 0 40164 48 0 0 20 0 2 0 332857258 627671040 139611 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 153240 139611 194 433 0 152804 0
[pid=26347/tid=26349] ppid=26345 vsize=612960 CPUtime=401.1 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 148237 0 0 0 40056 54 0 0 20 0 2 0 332857262 627671040 139611 33554432000 4194304 5964350 140735398736496 140016112806840 4389080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 612960

[startup+462.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 26350
/proc/meminfo: memFree=27571904/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=612960 CPUtime=462.08 cores=0,2,4,6

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

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 26360
/proc/meminfo: memFree=26677676/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1401016 CPUtime=1541.64 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 343230 0 0 0 154052 112 0 0 20 0 2 0 332857258 1434640384 333283 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 350254 333283 194 433 0 349818 0
[pid=26347/tid=26349] ppid=26345 vsize=1401016 CPUtime=1537.89 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 341207 0 0 0 153655 134 0 0 20 0 2 0 332857262 1434640384 333283 33554432000 4194304 5964350 140735398736496 140016112805880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 1401016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 26360
/proc/meminfo: memFree=26649032/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1401016 CPUtime=1601.62 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 350180 0 0 0 160047 115 0 0 20 0 2 0 332857258 1434640384 340233 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 350254 340233 194 433 0 349818 0
[pid=26347/tid=26349] ppid=26345 vsize=1401016 CPUtime=1597.74 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 348157 0 0 0 159636 138 0 0 20 0 2 0 332857262 1434640384 340233 33554432000 4194304 5964350 140735398736496 140016112805880 4389084 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 1401016

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/181 26360
/proc/meminfo: memFree=26509904/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1532088 CPUtime=1661.62 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 383182 0 0 0 166035 127 0 0 20 0 2 0 332857258 1568858112 373235 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 383022 373235 194 433 0 382586 0
[pid=26347/tid=26349] ppid=26345 vsize=1532088 CPUtime=1657.59 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 381159 0 0 0 165608 151 0 0 20 0 2 0 332857262 1568858112 373235 33554432000 4194304 5964350 140735398736496 140016112805928 4389030 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 1532088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26364
/proc/meminfo: memFree=26465256/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1597624 CPUtime=1721.61 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 392627 0 0 0 172030 131 0 0 20 0 2 0 332857258 1635966976 382680 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 399406 382680 194 433 0 398970 0
[pid=26347/tid=26349] ppid=26345 vsize=1597624 CPUtime=1717.43 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 390604 0 0 0 171587 156 0 0 20 0 2 0 332857262 1635966976 382680 33554432000 4194304 5964350 140735398736496 140016112805928 4389080 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 1597624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26388496/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1663160 CPUtime=1781.56 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 408456 0 0 0 178020 136 0 0 20 0 2 0 332857258 1703075840 398488 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 415790 398488 194 433 0 415354 0
[pid=26347/tid=26349] ppid=26345 vsize=1663160 CPUtime=1777.25 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 406433 0 0 0 177563 162 0 0 20 0 2 0 332857262 1703075840 398488 33554432000 4194304 5964350 140735398736496 140016112805880 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 1663160

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

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26318900/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1799.15 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 425082 0 0 0 179774 141 0 0 20 0 2 0 332857258 1770184704 415107 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 432174 415107 194 433 0 431738 0
[pid=26347/tid=26349] ppid=26345 vsize=1728696 CPUtime=1794.79 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 423059 0 0 0 179311 168 0 0 20 0 2 0 332857262 1770184704 415107 33554432000 4194304 5964350 140735398736496 140016112805880 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 1728696

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26318900/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1794.94 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) R 26345 26347 25884 0 -1 4202496 425217 0 0 0 179325 169 0 0 20 0 1 0 332857258 1770184704 415242 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 256 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.94
Current children cumulated vsize (KiB) 1728696
#
############


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 26364
/proc/meminfo: memFree=26350412/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1663160 CPUtime=1791.17 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 417192 0 0 0 178978 139 0 0 20 0 2 0 332857258 1703075840 407221 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 415790 407221 194 433 0 415354 0
[pid=26347/tid=26349] ppid=26345 vsize=1663160 CPUtime=1786.83 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 415169 0 0 0 178518 165 0 0 20 0 2 0 332857262 1703075840 407221 33554432000 4194304 5964350 140735398736496 140016112805880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.17
Current children cumulated vsize (KiB) 1663160

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26335888/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1663160 CPUtime=1794.36 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 420517 0 0 0 179296 140 0 0 20 0 2 0 332857258 1703075840 410542 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 415790 410542 194 433 0 415354 0
[pid=26347/tid=26349] ppid=26345 vsize=1663160 CPUtime=1790.01 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 418494 0 0 0 178835 166 0 0 20 0 2 0 332857262 1703075840 410542 33554432000 4194304 5964350 140735398736496 140016112805880 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (KiB) 1663160

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26328076/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1797.56 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 423342 0 0 0 179615 141 0 0 20 0 2 0 332857258 1770184704 413367 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 432174 413367 194 433 0 431738 0
[pid=26347/tid=26349] ppid=26345 vsize=1728696 CPUtime=1793.2 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 421319 0 0 0 179153 167 0 0 20 0 2 0 332857262 1770184704 413367 33554432000 4194304 5964350 140735398736496 140016112805400 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (KiB) 1728696

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26323736/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1798.35 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 424300 0 0 0 179694 141 0 0 20 0 2 0 332857258 1770184704 414325 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 432174 414325 194 433 0 431738 0
[pid=26347/tid=26349] ppid=26345 vsize=1728696 CPUtime=1794 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 422277 0 0 0 179233 167 0 0 20 0 2 0 332857262 1770184704 414325 33554432000 4194304 5964350 140735398736496 140016112805400 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (KiB) 1728696

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26318900/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1798.76 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 424693 0 0 0 179735 141 0 0 20 0 2 0 332857258 1770184704 414718 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 432174 414718 194 433 0 431738 0
[pid=26347/tid=26349] ppid=26345 vsize=1728696 CPUtime=1794.4 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 422670 0 0 0 179273 167 0 0 20 0 2 0 332857262 1770184704 414718 33554432000 4194304 5964350 140735398736496 140016112805880 4400075 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (KiB) 1728696

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26318900/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1799.15 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) S 26345 26347 25884 0 -1 4202496 425082 0 0 0 179774 141 0 0 20 0 2 0 332857258 1770184704 415107 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 432174 415107 194 433 0 431738 0
[pid=26347/tid=26349] ppid=26345 vsize=1728696 CPUtime=1794.79 cores=0,2,4,6
/proc/26347/task/26349/stat : 26349 (wbo1.72) R 26345 26347 25884 0 -1 4202560 423059 0 0 0 179311 168 0 0 20 0 2 0 332857262 1770184704 415107 33554432000 4194304 5964350 140735398736496 140016112805880 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 1728696

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26364
/proc/meminfo: memFree=26318900/32873844 swapFree=7112/7112
[pid=26347] ppid=26345 vsize=1728696 CPUtime=1794.94 cores=0,2,4,6
/proc/26347/stat : 26347 (wbo1.72) R 26345 26347 25884 0 -1 4202496 425217 0 0 0 179325 169 0 0 20 0 1 0 332857258 1770184704 415242 33554432000 4194304 5964350 140735398736496 140735398736016 4546605 256 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/26347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.94
Current children cumulated vsize (KiB) 1728696

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.21008
#  lost CPU user time (s): 4.48999
#  lost CPU system time (s): -0.28

Real time (s): 1800.04
CPU time (s): 1799.21
CPU user time (s): 1797.75
CPU system time (s): 1.46173
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 1728696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 1.74173
maximum resident set size= 1660968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425217
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= 499
involuntary context switches= 1927

runsolver used 2.72358 second user time and 7.10292 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 22:01:59
IDJOB=3727961
IDBENCH=48258
IDSOLVER=2314
FILE ID=node132/3727961-1338667319
RUNJOBID= node132-1338661918-25900
PBS_JOBID= 14636480
Free space on /tmp= 71212 MiB

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

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

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=226020309

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28309496 kB
Buffers:          593392 kB
Cached:          3048192 kB
SwapCached:         2292 kB
Active:          1552480 kB
Inactive:        2099556 kB
Active(anon):       2696 kB
Inactive(anon):     7120 kB
Active(file):    1549784 kB
Inactive(file):  2092436 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        167304 kB
Mapped:            10628 kB
Shmem:                 8 kB
Slab:             773768 kB
SReclaimable:     215372 kB
SUnreclaim:       558396 kB
KernelStack:        1512 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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-3727961-1338667319.opb

Free space on /tmp at the end= 71204 MiB
End job on node132 at 2012-06-02 22:31:59