Trace number 3727946

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.95 1800.05

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
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-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
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)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

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-3727946-1338664562.opb.
0.00/0.00	c Instance file HOME/instance-3727946-1338664562.opb
0.00/0.00	c File size is 6867548 bytes.
0.59/0.66	c Cost Offset: -1000
0.59/0.66	c Highest Coefficient sum: 2000
0.59/0.66	c ============================[ Problem Statistics ]=============================
0.59/0.66	c |                                                                             |
0.59/0.66	c |  Parsing time:          0.66         s                                      |
0.59/0.66	c |  Number Variables:      77286                                               |
0.59/0.66	c |  Number Clauses:        76286                                               |
0.59/0.66	c |  Number Cardinality:    2002                                                |
0.59/0.66	c |  Number PB Constraints: 75286                                               |
0.59/0.66	c |                                                                             |
0.68/0.72	c |  Problem Type:          Optimization                                        |
0.68/0.72	c |  Objective Function:    Cardinality Constraint                              |
0.68/0.72	c |                                                                             |
0.68/0.72	c ============================[ Search Statistics ]==============================
0.68/0.72	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.68/0.72	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.68/0.72	c ===============================================================================
0.89/0.95	c | 0.95      | 0  | -999         lb |  0                0                0.00  |
9.08/9.17	c | 9.17      | 0  | -998         lb |  0                0                0.00  |
815.68/815.98	c | 815.98    | 0  | -997         lb |  0                0                0.00  |
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3727946-1338664562/watcher-3727946-1338664562 -o /tmp/evaluation-result-3727946-1338664562/solver-3727946-1338664562 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727946-1338664562.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.01 2.02 2.00 3/178 5807
/proc/meminfo: memFree=28904264/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=10536 CPUtime=0 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) R 5805 5807 5745 0 -1 4202496 473 0 0 0 0 0 0 0 20 0 1 0 332581163 10788864 426 33554432000 4194304 5964350 140734361233712 140735458555032 4395259 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 2634 426 158 433 0 521 0

[startup+0.042167 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5807
/proc/meminfo: memFree=28904264/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=21028 CPUtime=0.03 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) R 5805 5807 5745 0 -1 4202496 2933 0 0 0 3 0 0 0 20 0 1 0 332581163 21532672 2773 33554432000 4194304 5964350 140734361233712 140735458555032 5136410 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 5257 2774 241 433 0 3144 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21028

[startup+0.100289 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5807
/proc/meminfo: memFree=28904264/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=31404 CPUtime=0.09 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) R 5805 5807 5745 0 -1 4202496 5692 0 0 0 8 1 0 0 20 0 1 0 332581163 32157696 5395 33554432000 4194304 5964350 140734361233712 140734361232184 5179609 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 7851 5418 357 433 0 5738 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31404

[startup+0.300222 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5807
/proc/meminfo: memFree=28904264/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=44792 CPUtime=0.29 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) R 5805 5807 5745 0 -1 4202496 9391 0 0 0 27 2 0 0 20 0 1 0 332581163 45867008 8964 33554432000 4194304 5964350 140734361233712 140734361232184 5136410 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 11198 8966 845 433 0 9085 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44792

[startup+0.700199 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5807
/proc/meminfo: memFree=28904264/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=145840 CPUtime=0.68 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 19966 0 0 0 65 3 0 0 20 0 2 0 332581163 149340160 17862 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 36460 17862 177 433 0 36024 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 145840

[startup+1.50031 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 5810
/proc/meminfo: memFree=28682308/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=201004 CPUtime=1.48 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 39125 0 0 0 141 7 0 0 20 0 2 0 332581163 205828096 32949 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 50251 32949 192 433 0 49815 0
[pid=5807/tid=5810] ppid=5805 vsize=201004 CPUtime=0.83 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 23504 0 0 0 78 5 0 0 20 0 2 0 332581229 205828096 32949 33554432000 4194304 5964350 140734361233712 140210867985336 4222464 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) 201004

[startup+3.10024 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 5810
/proc/meminfo: memFree=28665676/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=201004 CPUtime=3.08 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 39127 0 0 0 301 7 0 0 20 0 2 0 332581163 205828096 32951 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 50251 32951 194 433 0 49815 0
[pid=5807/tid=5810] ppid=5805 vsize=201004 CPUtime=2.43 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 23506 0 0 0 238 5 0 0 20 0 2 0 332581229 205828096 32951 33554432000 4194304 5964350 140734361233712 140210867985336 4399835 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 201004

[startup+6.30025 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 5810
/proc/meminfo: memFree=28636968/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=201004 CPUtime=6.28 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 39127 0 0 0 621 7 0 0 20 0 2 0 332581163 205828096 32951 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 50251 32951 194 433 0 49815 0
[pid=5807/tid=5810] ppid=5805 vsize=201004 CPUtime=5.63 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 23506 0 0 0 558 5 0 0 20 0 2 0 332581229 205828096 32951 33554432000 4194304 5964350 140734361233712 140210867985336 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 201004

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5810
/proc/meminfo: memFree=28601616/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=201004 CPUtime=12.68 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 47281 0 0 0 1259 9 0 0 20 0 2 0 332581163 205828096 41613 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 50251 41613 194 433 0 49815 0
[pid=5807/tid=5810] ppid=5805 vsize=201004 CPUtime=12.02 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 31660 0 0 0 1196 6 0 0 20 0 2 0 332581229 205828096 41613 33554432000 4194304 5964350 140734361233712 140210867984744 5134306 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5810
/proc/meminfo: memFree=28596780/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=201004 CPUtime=25.48 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 47281 0 0 0 2539 9 0 0 20 0 2 0 332581163 205828096 41613 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 50251 41613 194 433 0 49815 0
[pid=5807/tid=5810] ppid=5805 vsize=201004 CPUtime=24.82 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 31660 0 0 0 2476 6 0 0 20 0 2 0 332581229 205828096 41613 33554432000 4194304 5964350 140734361233712 140210867984744 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 201004

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5810
/proc/meminfo: memFree=28523696/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=266540 CPUtime=51.08 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 55546 0 0 0 5097 11 0 0 20 0 2 0 332581163 272936960 49878 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 66635 49878 194 433 0 66199 0
[pid=5807/tid=5810] ppid=5805 vsize=266540 CPUtime=50.42 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 39925 0 0 0 5034 8 0 0 20 0 2 0 332581229 272936960 49878 33554432000 4194304 5964350 140734361233712 140210867983896 4410659 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 266540

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 5811
/proc/meminfo: memFree=28343940/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=332076 CPUtime=102.27 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 77003 0 0 0 10211 16 0 0 20 0 2 0 332581163 340045824 71335 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 83019 71335 194 433 0 82583 0
[pid=5807/tid=5810] ppid=5805 vsize=332076 CPUtime=101.63 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 61382 0 0 0 10148 15 0 0 20 0 2 0 332581229 340045824 71335 33554432000 4194304 5964350 140734361233712 140210867983896 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 332076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5811
/proc/meminfo: memFree=28123632/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=463148 CPUtime=162.26 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 104018 0 0 0 16203 23 0 0 20 0 2 0 332581163 474263552 98364 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 115787 98364 194 433 0 115351 0
[pid=5807/tid=5810] ppid=5805 vsize=463148 CPUtime=161.63 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 88397 0 0 0 16141 22 0 0 20 0 2 0 332581229 474263552 98364 33554432000 4194304 5964350 140734361233712 140210867983896 5142878 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 463148

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5811
/proc/meminfo: memFree=27898972/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=594220 CPUtime=222.23 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 133200 0 0 0 22191 32 0 0 20 0 2 0 332581163 608481280 128214 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 148555 128214 194 433 0 148119 0
[pid=5807/tid=5810] ppid=5805 vsize=594220 CPUtime=221.61 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 117579 0 0 0 22128 33 0 0 20 0 2 0 332581229 608481280 128214 33554432000 4194304 5964350 140734361233712 140210867983896 4389020 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 594220

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 5814
/proc/meminfo: memFree=27699288/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=659756 CPUtime=282.21 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 163497 0 0 0 28178 43 0 0 20 0 2 0 332581163 675590144 158521 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 164939 158521 194 433 0 164503 0
[pid=5807/tid=5810] ppid=5805 vsize=659756 CPUtime=281.61 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 147876 0 0 0 28117 44 0 0 20 0 2 0 332581229 675590144 158521 33554432000 4194304 5964350 140734361233712 140210867983896 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 659756

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5814
/proc/meminfo: memFree=27575572/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=790828 CPUtime=342.19 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 194032 0 0 0 34165 54 0 0 20 0 2 0 332581163 809807872 189059 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 197707 189059 194 433 0 197271 0
[pid=5807/tid=5810] ppid=5805 vsize=790828 CPUtime=341.59 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 178411 0 0 0 34103 56 0 0 20 0 2 0 332581229 809807872 189059 33554432000 4194304 5964350 140734361233712 140210867983896 4403383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 790828

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5815
/proc/meminfo: memFree=27450176/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=921900 CPUtime=402.16 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 225375 0 0 0 40152 64 0 0 20 0 2 0 332581163 944025600 220805 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 230475 220805 194 433 0 230039 0
[pid=5807/tid=5810] ppid=5805 vsize=921900 CPUtime=401.57 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 209754 0 0 0 40090 67 0 0 20 0 2 0 332581229 944025600 220805 33554432000 4194304 5964350 140734361233712 140210867983896 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 921900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5815
/proc/meminfo: memFree=27311952/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1052972 CPUtime=462.13 cores=1,3,5,7

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

/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 416844 0 0 0 130000 157 0 0 20 0 2 0 332581229 1816440832 428710 33554432000 4194304 5964350 140734361233712 140210867984744 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1773868

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5823
/proc/meminfo: memFree=25276772/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1773868 CPUtime=1361.94 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 432499 0 0 0 136053 141 0 0 20 0 2 0 332581163 1816440832 428716 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 443467 428716 194 433 0 443031 0
[pid=5807/tid=5810] ppid=5805 vsize=1773868 CPUtime=1361.55 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 416878 0 0 0 135997 158 0 0 20 0 2 0 332581229 1816440832 428716 33554432000 4194304 5964350 140734361233712 140210867984744 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1773868

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5823
/proc/meminfo: memFree=25276428/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1773868 CPUtime=1421.93 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 432508 0 0 0 142052 141 0 0 20 0 2 0 332581163 1816440832 428741 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 443467 428741 194 433 0 443031 0
[pid=5807/tid=5810] ppid=5805 vsize=1773868 CPUtime=1421.55 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 416887 0 0 0 141996 159 0 0 20 0 2 0 332581229 1816440832 428741 33554432000 4194304 5964350 140734361233712 140210867984744 4389020 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1773868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5826
/proc/meminfo: memFree=25276324/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1773868 CPUtime=1481.91 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 432530 0 0 0 148050 141 0 0 20 0 2 0 332581163 1816440832 428760 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 443467 428760 194 433 0 443031 0
[pid=5807/tid=5810] ppid=5805 vsize=1773868 CPUtime=1481.54 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 416909 0 0 0 147994 160 0 0 20 0 2 0 332581229 1816440832 428760 33554432000 4194304 5964350 140734361233712 140210867984744 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1773868

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5826
/proc/meminfo: memFree=25276484/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1773868 CPUtime=1541.89 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 432568 0 0 0 154048 141 0 0 20 0 2 0 332581163 1816440832 428778 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 443467 428778 194 433 0 443031 0
[pid=5807/tid=5810] ppid=5805 vsize=1773868 CPUtime=1541.54 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 416947 0 0 0 153993 161 0 0 20 0 2 0 332581229 1816440832 428778 33554432000 4194304 5964350 140734361233712 140210867984744 4389052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1773868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5827
/proc/meminfo: memFree=25189712/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1839404 CPUtime=1601.87 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 454614 0 0 0 160036 151 0 0 20 0 2 0 332581163 1883549696 450804 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 459851 450804 194 433 0 459415 0
[pid=5807/tid=5810] ppid=5805 vsize=1839404 CPUtime=1601.53 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 438993 0 0 0 159981 172 0 0 20 0 2 0 332581229 1883549696 450804 33554432000 4194304 5964350 140734361233712 140210867984376 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1839404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5827
/proc/meminfo: memFree=25050504/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=1970476 CPUtime=1661.85 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 489114 0 0 0 166022 163 0 0 20 0 2 0 332581163 2017767424 485298 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 492619 485298 194 433 0 492183 0
[pid=5807/tid=5810] ppid=5805 vsize=1970476 CPUtime=1661.52 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 473493 0 0 0 165967 185 0 0 20 0 2 0 332581229 2017767424 485298 33554432000 4194304 5964350 140734361233712 140210867983896 4389090 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1970476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5827
/proc/meminfo: memFree=24863636/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2167084 CPUtime=1721.84 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 526788 0 0 0 172008 176 0 0 20 0 2 0 332581163 2219094016 522972 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 541771 522972 194 433 0 541335 0
[pid=5807/tid=5810] ppid=5805 vsize=2167084 CPUtime=1721.53 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 511167 0 0 0 171953 200 0 0 20 0 2 0 332581229 2219094016 522972 33554432000 4194304 5964350 140734361233712 140210867983896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 2167084

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24686316/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1781.83 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 178000 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1781.53 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 177946 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4410659 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 2232620

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24668212/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1791.44 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 178961 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1791.14 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 178907 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4388992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 2232620

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24663500/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1794.64 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179281 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1794.34 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179227 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4389005 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 2232620

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24661144/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1797.83 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179600 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1797.53 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179546 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 2232620

[startup+1799.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24659656/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1798.63 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179680 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1798.33 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179626 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 2232620

[startup+1799.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24658416/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1799.04 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179721 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1798.74 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179667 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4389080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 2232620

[startup+1799.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24658416/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1799.43 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179760 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1799.13 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179706 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 2232620

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 5827
/proc/meminfo: memFree=24658416/32873844 swapFree=7380/7380
[pid=5807] ppid=5805 vsize=2232620 CPUtime=1799.53 cores=1,3,5,7
/proc/5807/stat : 5807 (wbo1.72) S 5805 5807 5745 0 -1 4202496 548082 0 0 0 179770 183 0 0 20 0 2 0 332581163 2286202880 544266 33554432000 4194304 5964350 140734361233712 140734361233232 4546605 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5807/statm: 558155 544266 194 433 0 557719 0
[pid=5807/tid=5810] ppid=5805 vsize=2232620 CPUtime=1799.23 cores=1,3,5,7
/proc/5807/task/5810/stat : 5810 (wbo1.72) R 5805 5807 5745 0 -1 4202560 532461 0 0 0 179716 207 0 0 20 0 2 0 332581229 2286202880 544266 33554432000 4194304 5964350 140734361233712 140210867984376 4389084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 2232620

Child status: 255
Real time (s): 1800.05
CPU time (s): 1799.95
CPU user time (s): 1797.79
CPU system time (s): 2.16467
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 2232620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.16467
maximum resident set size= 2177072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548084
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= 309
involuntary context switches= 1928

runsolver used 2.86256 second user time and 8.63569 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-02 21:16:02
IDJOB=3727946
IDBENCH=48230
IDSOLVER=2314
FILE ID=node133/3727946-1338664562
RUNJOBID= node133-1338664562-5762
PBS_JOBID= 14636490
Free space on /tmp= 70476 MiB

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

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1262997986

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:        28938032 kB
Buffers:          364284 kB
Cached:          2686576 kB
SwapCached:          676 kB
Active:          1338596 kB
Inactive:        1724444 kB
Active(anon):       3528 kB
Inactive(anon):    10240 kB
Active(file):    1335068 kB
Inactive(file):  1714204 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             15368 kB
Writeback:            20 kB
AnonPages:         18364 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             733208 kB
SReclaimable:     174572 kB
SUnreclaim:       558636 kB
KernelStack:        1456 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127468 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-3727946-1338664562.opb

Free space on /tmp at the end= 70460 MiB
End job on node133 at 2012-06-02 21:46:04