Trace number 3705661

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.7? 1799.66 1800.07

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
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-144
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

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-3705661-1338107893.opb.
0.00/0.00	c Instance file HOME/instance-3705661-1338107893.opb
0.00/0.00	c File size is 567845 bytes.
0.00/0.04	c Cost Offset: -500
0.00/0.04	c Highest Coefficient sum: 1000
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.05         s                                      |
0.00/0.04	c |  Number Variables:      7328                                                |
0.00/0.04	c |  Number Clauses:        6828                                                |
0.00/0.04	c |  Number Cardinality:    1002                                                |
0.00/0.04	c |  Number PB Constraints: 6328                                                |
0.00/0.04	c |                                                                             |
0.04/0.05	c |  Problem Type:          Optimization                                        |
0.04/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.04/0.05	c |                                                                             |
0.04/0.05	c ============================[ Search Statistics ]==============================
0.04/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.04/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.04/0.05	c ===============================================================================
0.04/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.48/0.50	c | 0.51      | 0  | -498         lb |  0                0                0.00  |
88.87/88.99	c | 89.00     | 0  | -497         lb |  0                0                0.00  |
1799.34/1800.00	c ===============================================================================
1799.34/1800.00	c Wall Clock Time: 1800.00 s
1799.34/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-3705661-1338107893/watcher-3705661-1338107893 -o /tmp/evaluation-result-3705661-1338107893/solver-3705661-1338107893 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705661-1338107893.opb 

running on 4 cores: 1,3,5,7

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.02 2.00 3/177 4276
/proc/meminfo: memFree=27822032/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=4436 CPUtime=0 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) R 4274 4276 2447 0 -1 4202496 503 0 0 0 0 0 0 0 20 0 1 0 276915303 4542464 455 33554432000 4194304 5963574 140736499069584 140735872683592 4394735 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 1109 455 165 432 0 535 0

[startup+0.049511 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 4276
/proc/meminfo: memFree=27822032/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=88536 CPUtime=0.04 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 2233 0 0 0 4 0 0 0 20 0 2 0 276915303 90660864 2046 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 22134 2046 177 432 0 21699 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 88536

[startup+0.100181 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 4276
/proc/meminfo: memFree=27822032/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=0.08 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 4252 0 0 0 8 0 0 0 20 0 2 0 276915303 89923584 3763 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 3763 192 432 0 21519 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 87816

[startup+0.300109 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 4276
/proc/meminfo: memFree=27822032/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=0.28 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 4253 0 0 0 28 0 0 0 20 0 2 0 276915303 89923584 3764 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 3764 193 432 0 21519 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87816

[startup+0.700147 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 4276
/proc/meminfo: memFree=27822032/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=0.68 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 5079 0 0 0 68 0 0 0 20 0 2 0 276915303 89923584 4589 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 4589 194 432 0 21519 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87816

[startup+1.50021 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4278
/proc/meminfo: memFree=27804656/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=1.48 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 5220 0 0 0 148 0 0 0 20 0 2 0 276915303 89923584 4730 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 4730 194 432 0 21519 0
[pid=4276/tid=4278] ppid=4274 vsize=87816 CPUtime=1.43 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 3195 0 0 0 143 0 0 0 20 0 2 0 276915308 89923584 4730 33554432000 4194304 5963574 140736499069584 140133409700200 4388621 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87816

[startup+3.10021 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4278
/proc/meminfo: memFree=27804348/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=3.09 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 6428 0 0 0 308 1 0 0 20 0 2 0 276915303 89923584 5938 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 5938 194 432 0 21519 0
[pid=4276/tid=4278] ppid=4274 vsize=87816 CPUtime=3.03 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 4403 0 0 0 303 0 0 0 20 0 2 0 276915308 89923584 5938 33554432000 4194304 5963574 140736499069584 140133409699352 4403257 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87816

[startup+6.30026 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4278
/proc/meminfo: memFree=27794232/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=6.28 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 9017 0 0 0 627 1 0 0 20 0 2 0 276915303 89923584 8527 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 8527 194 432 0 21519 0
[pid=4276/tid=4278] ppid=4274 vsize=87816 CPUtime=6.23 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 6992 0 0 0 622 1 0 0 20 0 2 0 276915308 89923584 8527 33554432000 4194304 5963574 140736499069584 140133409699352 4388621 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87816

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4278
/proc/meminfo: memFree=27769952/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=87816 CPUtime=12.68 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 14182 0 0 0 1265 3 0 0 20 0 2 0 276915303 89923584 13692 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 21954 13692 194 432 0 21519 0
[pid=4276/tid=4278] ppid=4274 vsize=87816 CPUtime=12.63 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 12157 0 0 0 1260 3 0 0 20 0 2 0 276915308 89923584 13692 33554432000 4194304 5963574 140736499069584 140133409699352 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87816

[startup+25.5001 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 4278
/proc/meminfo: memFree=27746056/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=153352 CPUtime=25.48 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 20082 0 0 0 2544 4 0 0 20 0 2 0 276915303 157032448 19592 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 38338 19592 194 432 0 37903 0
[pid=4276/tid=4278] ppid=4274 vsize=153352 CPUtime=25.44 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 18057 0 0 0 2539 5 0 0 20 0 2 0 276915308 157032448 19592 33554432000 4194304 5963574 140736499069584 140133409699352 4388646 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153352

[startup+51.1002 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 4278
/proc/meminfo: memFree=27697464/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=153352 CPUtime=51.08 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 33091 0 0 0 5099 9 0 0 20 0 2 0 276915303 157032448 32601 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 38338 32601 194 432 0 37903 0
[pid=4276/tid=4278] ppid=4274 vsize=153352 CPUtime=51.03 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 31066 0 0 0 5094 9 0 0 20 0 2 0 276915308 157032448 32601 33554432000 4194304 5963574 140736499069584 140133409699352 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 153352

[startup+102.306 s]
/proc/loadavg: 2.12 2.06 2.01 3/179 4278
/proc/meminfo: memFree=27569192/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=284424 CPUtime=102.27 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 51973 0 0 0 10212 15 0 0 20 0 2 0 276915303 291250176 51408 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 71106 51408 194 432 0 70671 0
[pid=4276/tid=4278] ppid=4274 vsize=284424 CPUtime=102.24 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 49948 0 0 0 10207 17 0 0 20 0 2 0 276915308 291250176 51408 33554432000 4194304 5963574 140736499069584 140133409700792 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 284424

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/180 4282
/proc/meminfo: memFree=27489364/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=284424 CPUtime=162.26 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 54358 0 0 0 16210 16 0 0 20 0 2 0 276915303 291250176 53793 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 71106 53793 194 432 0 70671 0
[pid=4276/tid=4278] ppid=4274 vsize=284424 CPUtime=162.23 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 52333 0 0 0 16204 19 0 0 20 0 2 0 276915308 291250176 53793 33554432000 4194304 5963574 140736499069584 140133409699352 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 284424

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 4282
/proc/meminfo: memFree=27395284/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=350444 CPUtime=222.25 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 77123 0 0 0 22202 23 0 0 20 0 2 0 276915303 358854656 76558 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 87611 76558 194 432 0 87176 0
[pid=4276/tid=4278] ppid=4274 vsize=350444 CPUtime=222.23 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 75098 0 0 0 22196 27 0 0 20 0 2 0 276915308 358854656 76558 33554432000 4194304 5963574 140736499069584 140133409699352 4410275 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 350444

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 4282
/proc/meminfo: memFree=27298904/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=481516 CPUtime=282.24 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 101214 0 0 0 28194 30 0 0 20 0 2 0 276915303 493072384 100649 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 120379 100649 194 432 0 119944 0
[pid=4276/tid=4278] ppid=4274 vsize=481516 CPUtime=282.23 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 99189 0 0 0 28188 35 0 0 20 0 2 0 276915308 493072384 100649 33554432000 4194304 5963574 140736499069584 140133409699352 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 481516

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4282
/proc/meminfo: memFree=27191696/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=547292 CPUtime=342.22 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 127113 0 0 0 34182 40 0 0 20 0 2 0 276915303 560427008 126561 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 136823 126561 194 432 0 136388 0
[pid=4276/tid=4278] ppid=4274 vsize=547292 CPUtime=342.21 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 125088 0 0 0 34176 45 0 0 20 0 2 0 276915308 560427008 126561 33554432000 4194304 5963574 140736499069584 140133409699352 4388636 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 547292

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4282
/proc/meminfo: memFree=27071692/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=678364 CPUtime=402.18 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 157901 0 0 0 40166 52 0 0 20 0 2 0 276915303 694644736 157329 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 169591 157329 194 432 0 169156 0
[pid=4276/tid=4278] ppid=4274 vsize=678364 CPUtime=402.18 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 155876 0 0 0 40160 58 0 0 20 0 2 0 276915308 694644736 157329 33554432000 4194304 5963574 140736499069584 140133409699832 4388706 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 678364

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4283
/proc/meminfo: memFree=26999436/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=743900 CPUtime=462.13 cores=1,3,5,7

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

/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 486454 0 0 0 130016 188 0 0 20 0 2 0 276915308 2037743616 488816 33554432000 4194304 5963574 140736499069584 140133409699880 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1989984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4292
/proc/meminfo: memFree=24728640/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2055520 CPUtime=1361.87 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 495667 0 0 0 136016 171 0 0 20 0 2 0 276915303 2104852480 495978 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 513880 495978 194 432 0 513445 0
[pid=4276/tid=4278] ppid=4274 vsize=2055520 CPUtime=1362 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 493642 0 0 0 136008 192 0 0 20 0 2 0 276915308 2104852480 495978 33554432000 4194304 5963574 140736499069584 140133409699352 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 2055520

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 4315
/proc/meminfo: memFree=24557228/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2188284 CPUtime=1421.84 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 538039 0 0 0 141999 185 0 0 20 0 2 0 276915303 2240802816 538334 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 547071 538334 194 432 0 546636 0
[pid=4276/tid=4278] ppid=4274 vsize=2188284 CPUtime=1421.98 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 536014 0 0 0 141991 207 0 0 20 0 2 0 276915308 2240802816 538334 33554432000 4194304 5963574 140736499069584 140133409699832 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 2188284

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4315
/proc/meminfo: memFree=24526760/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2188284 CPUtime=1481.8 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 538084 0 0 0 147995 185 0 0 20 0 2 0 276915303 2240802816 538368 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 547071 538368 194 432 0 546636 0
[pid=4276/tid=4278] ppid=4274 vsize=2188284 CPUtime=1481.94 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 536059 0 0 0 147986 208 0 0 20 0 2 0 276915308 2240802816 538368 33554432000 4194304 5963574 140736499069584 140133409699832 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 2188284

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4315
/proc/meminfo: memFree=24374456/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2188284 CPUtime=1541.76 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 538121 0 0 0 153991 185 0 0 20 0 2 0 276915303 2240802816 538425 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 547071 538425 194 432 0 546636 0
[pid=4276/tid=4278] ppid=4274 vsize=2188284 CPUtime=1541.92 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 536096 0 0 0 153983 209 0 0 20 0 2 0 276915308 2240802816 538425 33554432000 4194304 5963574 140736499069584 140133409699832 4388608 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 2188284

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4366
/proc/meminfo: memFree=25879884/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2319356 CPUtime=1601.73 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 569938 0 0 0 159977 196 0 0 20 0 2 0 276915303 2375020544 570247 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 579839 570247 194 432 0 579404 0
[pid=4276/tid=4278] ppid=4274 vsize=2319356 CPUtime=1601.89 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 567913 0 0 0 159968 221 0 0 20 0 2 0 276915308 2375020544 570247 33554432000 4194304 5963574 140736499069584 140133409699832 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 2319356

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 4366
/proc/meminfo: memFree=25728268/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2384892 CPUtime=1661.71 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 579619 0 0 0 165971 200 0 0 20 0 2 0 276915303 2442129408 579943 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 596223 579943 194 432 0 595788 0
[pid=4276/tid=4278] ppid=4274 vsize=2384892 CPUtime=1661.87 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 577594 0 0 0 165962 225 0 0 20 0 2 0 276915308 2442129408 579943 33554432000 4194304 5963574 140736499069584 140133409699832 4388665 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 2384892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4367
/proc/meminfo: memFree=25534476/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2450428 CPUtime=1721.68 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 600401 0 0 0 171960 208 0 0 20 0 2 0 276915303 2509238272 600741 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 612607 600741 194 432 0 612172 0
[pid=4276/tid=4278] ppid=4274 vsize=2450428 CPUtime=1721.85 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 598376 0 0 0 171951 234 0 0 20 0 2 0 276915308 2509238272 600741 33554432000 4194304 5963574 140736499069584 140133409699832 4410275 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 2450428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4367
/proc/meminfo: memFree=25282660/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1781.64 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648372 0 0 0 177941 223 0 0 20 0 2 0 276915303 2710564864 648722 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648722 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1781.83 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646347 0 0 0 177932 251 0 0 20 0 2 0 276915308 2710564864 648722 33554432000 4194304 5963574 140736499069584 140133409699832 4388636 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 2647036

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 4367
/proc/meminfo: memFree=25282768/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1791.25 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648373 0 0 0 178902 223 0 0 20 0 2 0 276915303 2710564864 648722 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648722 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1791.43 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646348 0 0 0 178892 251 0 0 20 0 2 0 276915308 2710564864 648722 33554432000 4194304 5963574 140736499069584 140133409699832 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 2647036

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4367
/proc/meminfo: memFree=25282892/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1794.44 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648373 0 0 0 179221 223 0 0 20 0 2 0 276915303 2710564864 648722 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648722 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1794.63 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646348 0 0 0 179212 251 0 0 20 0 2 0 276915308 2710564864 648722 33554432000 4194304 5963574 140736499069584 140133409699832 4410275 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 2647036

[startup+1798.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4367
/proc/meminfo: memFree=25282504/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1797.64 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648378 0 0 0 179541 223 0 0 20 0 2 0 276915303 2710564864 648732 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648732 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1797.82 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646353 0 0 0 179531 251 0 0 20 0 2 0 276915308 2710564864 648732 33554432000 4194304 5963574 140736499069584 140133409699832 4410272 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (KiB) 2647036

[startup+1799.1 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4367
/proc/meminfo: memFree=25282752/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1798.44 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648378 0 0 0 179621 223 0 0 20 0 2 0 276915303 2710564864 648732 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648732 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1798.62 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646353 0 0 0 179611 251 0 0 20 0 2 0 276915308 2710564864 648732 33554432000 4194304 5963574 140736499069584 140133409699832 4221056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (KiB) 2647036

[startup+1799.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4367
/proc/meminfo: memFree=25282752/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1798.84 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648378 0 0 0 179661 223 0 0 20 0 2 0 276915303 2710564864 648732 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648732 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1799.03 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646353 0 0 0 179652 251 0 0 20 0 2 0 276915308 2710564864 648732 33554432000 4194304 5963574 140736499069584 140133409699832 4388621 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 2647036

[startup+1799.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4367
/proc/meminfo: memFree=25282752/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1799.24 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648378 0 0 0 179701 223 0 0 20 0 2 0 276915303 2710564864 648732 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648732 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1799.42 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646353 0 0 0 179691 251 0 0 20 0 2 0 276915308 2710564864 648732 33554432000 4194304 5963574 140736499069584 140133409699832 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (KiB) 2647036

[startup+1800 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4367
/proc/meminfo: memFree=25282752/32873648 swapFree=6864/6864
[pid=4276] ppid=4274 vsize=2647036 CPUtime=1799.34 cores=1,3,5,7
/proc/4276/stat : 4276 (wbo1.7) S 4274 4276 2447 0 -1 4202496 648378 0 0 0 179711 223 0 0 20 0 2 0 276915303 2710564864 648732 33554432000 4194304 5963574 140736499069584 140736499069104 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4276/statm: 661759 648732 194 432 0 661324 0
[pid=4276/tid=4278] ppid=4274 vsize=2647036 CPUtime=1799.52 cores=1,3,5,7
/proc/4276/task/4278/stat : 4278 (wbo1.7) R 4274 4276 2447 0 -1 4202560 646353 0 0 0 179701 251 0 0 20 0 2 0 276915308 2710564864 648732 33554432000 4194304 5963574 140736499069584 140133409699832 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 2647036

Child status: 255
Real time (s): 1800.07
CPU time (s): 1799.66
CPU user time (s): 1797.07
CPU system time (s): 2.5936
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 2647036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.07
system time used= 2.59361
maximum resident set size= 2594928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648378
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= 571
involuntary context switches= 2387

runsolver used 5.48117 second user time and 15.4457 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 10:38:13
IDJOB=3705661
IDBENCH=48256
IDSOLVER=2284
FILE ID=node120/3705661-1338107893
RUNJOBID= node120-1338088086-2464
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=1848418170

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27822956 kB
Buffers:          311400 kB
Cached:          3424296 kB
SwapCached:          636 kB
Active:          1221856 kB
Inactive:        2999128 kB
Active(anon):     474040 kB
Inactive(anon):    12532 kB
Active(file):     747816 kB
Inactive(file):  2986596 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5472 kB
Writeback:             0 kB
AnonPages:        490412 kB
Mapped:            15016 kB
Shmem:               120 kB
Slab:             685788 kB
SReclaimable:     130204 kB
SUnreclaim:       555584 kB
KernelStack:        1488 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     164920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705661-1338107893.opb

Free space on /tmp at the end= 71684 MiB
End job on node120 at 2012-05-27 11:08:13