Trace number 3705655

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.7 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_1.opb
MD5SUM74165f17686851db36d48a05683565a5
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-58
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -58
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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-3705655-1338110553.opb.
0.00/0.00	c Instance file HOME/instance-3705655-1338110553.opb
0.00/0.00	c File size is 218792 bytes.
0.00/0.01	c Cost Offset: -200
0.00/0.01	c Highest Coefficient sum: 400
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      2882                                                |
0.00/0.01	c |  Number Clauses:        2682                                                |
0.00/0.01	c |  Number Cardinality:    402                                                 |
0.00/0.01	c |  Number PB Constraints: 2482                                                |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.02	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.02	c ===============================================================================
0.00/0.02	c | 0.03      | 0  | -199         lb |  0                0                0.00  |
0.03/0.06	c | 0.06      | 0  | -198         lb |  0                0                0.00  |
3.19/3.29	c | 3.29      | 0  | -197         lb |  0                0                0.00  |
159.19/159.33	c | 159.33    | 0  | -196         lb |  0                0                0.00  |
1799.19/1800.00	c ===============================================================================
1799.19/1800.00	c Wall Clock Time: 1800.00 s
1799.19/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-3705655-1338110553/watcher-3705655-1338110553 -o /tmp/evaluation-result-3705655-1338110553/solver-3705655-1338110553 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705655-1338110553.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.00 2.00 2.00 3/177 20183
/proc/meminfo: memFree=24666828/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=4228 CPUtime=0 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) R 20181 20183 16852 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 277183897 4329472 491 33554432000 4194304 5963574 140737175187568 140736760972056 4344320 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 1057 491 176 432 0 568 0

[startup+0.0393791 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20183
/proc/meminfo: memFree=24666828/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=0.03 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 2130 0 0 0 3 0 0 0 20 0 2 0 277183897 87588864 2029 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 2029 192 432 0 20949 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 85536

[startup+0.100183 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20183
/proc/meminfo: memFree=24666828/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=0.09 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 2335 0 0 0 9 0 0 0 20 0 2 0 277183897 87588864 2234 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 2234 194 432 0 20949 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85536

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20183
/proc/meminfo: memFree=24666828/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=0.29 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 2409 0 0 0 29 0 0 0 20 0 2 0 277183897 87588864 2308 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 2308 194 432 0 20949 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85536

[startup+0.700113 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20183
/proc/meminfo: memFree=24666828/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=0.69 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 2983 0 0 0 69 0 0 0 20 0 2 0 277183897 87588864 2882 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 2882 194 432 0 20949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85536

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20185
/proc/meminfo: memFree=24654824/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=1.49 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 4192 0 0 0 148 1 0 0 20 0 2 0 277183897 87588864 4091 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 4091 194 432 0 20949 0
[pid=20183/tid=20185] ppid=20181 vsize=85536 CPUtime=1.46 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 2968 0 0 0 146 0 0 0 20 0 2 0 277183898 87588864 4091 33554432000 4194304 5963574 140737175187568 140702869428264 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85536

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20185
/proc/meminfo: memFree=24647736/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85680 CPUtime=3.09 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 5891 0 0 0 308 1 0 0 20 0 2 0 277183897 87736320 5790 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21420 5790 194 432 0 20985 0
[pid=20183/tid=20185] ppid=20181 vsize=85680 CPUtime=3.06 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 4667 0 0 0 305 1 0 0 20 0 2 0 277183898 87736320 5790 33554432000 4194304 5963574 140737175187568 140702869428024 4392341 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) 85680

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20185
/proc/meminfo: memFree=24643520/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85536 CPUtime=6.28 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 6722 0 0 0 627 1 0 0 20 0 2 0 277183897 87588864 6595 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21384 6595 194 432 0 20949 0
[pid=20183/tid=20185] ppid=20181 vsize=85536 CPUtime=6.26 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 5498 0 0 0 625 1 0 0 20 0 2 0 277183898 87588864 6595 33554432000 4194304 5963574 140737175187568 140702869427736 4388696 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) 85536

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20185
/proc/meminfo: memFree=24623572/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=85752 CPUtime=12.68 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 11744 0 0 0 1265 3 0 0 20 0 2 0 277183897 87810048 11617 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 21438 11617 194 432 0 21003 0
[pid=20183/tid=20185] ppid=20181 vsize=85752 CPUtime=12.66 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 10520 0 0 0 1263 3 0 0 20 0 2 0 277183898 87810048 11617 33554432000 4194304 5963574 140737175187568 140702869428024 5135572 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) 85752

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20185
/proc/meminfo: memFree=24581768/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=151396 CPUtime=25.49 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 21517 0 0 0 2542 7 0 0 20 0 2 0 277183897 155029504 21390 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 37849 21390 194 432 0 37414 0
[pid=20183/tid=20185] ppid=20181 vsize=151396 CPUtime=25.46 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 20293 0 0 0 2539 7 0 0 20 0 2 0 277183898 155029504 21390 33554432000 4194304 5963574 140737175187568 140702869428216 4399451 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151396

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20185
/proc/meminfo: memFree=24517264/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=217308 CPUtime=51.07 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 37896 0 0 0 5095 12 0 0 20 0 2 0 277183897 222523392 37769 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 54327 37769 194 432 0 53892 0
[pid=20183/tid=20185] ppid=20181 vsize=217308 CPUtime=51.06 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 36672 0 0 0 5093 13 0 0 20 0 2 0 277183898 222523392 37769 33554432000 4194304 5963574 140737175187568 140702869427736 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 217308

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20237
/proc/meminfo: memFree=26901460/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=283084 CPUtime=102.24 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 54538 0 0 0 10204 20 0 0 20 0 2 0 277183897 289878016 54430 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 70771 54430 194 432 0 70336 0
[pid=20183/tid=20185] ppid=20181 vsize=283084 CPUtime=102.24 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 53314 0 0 0 10202 22 0 0 20 0 2 0 277183898 289878016 54430 33554432000 4194304 5963574 140737175187568 140702869428216 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 283084

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20237
/proc/meminfo: memFree=26838248/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=282144 CPUtime=162.18 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 60873 0 0 0 16194 24 0 0 20 0 2 0 277183897 288915456 60445 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 70536 60445 194 432 0 70101 0
[pid=20183/tid=20185] ppid=20181 vsize=282144 CPUtime=162.2 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 59649 0 0 0 16193 27 0 0 20 0 2 0 277183898 288915456 60445 33554432000 4194304 5963574 140737175187568 140702869429176 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 282144

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20237
/proc/meminfo: memFree=26743992/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=282144 CPUtime=222.16 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 60943 0 0 0 22192 24 0 0 20 0 2 0 277183897 288915456 60755 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 70536 60755 194 432 0 70101 0
[pid=20183/tid=20185] ppid=20181 vsize=282144 CPUtime=222.19 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 59719 0 0 0 22191 28 0 0 20 0 2 0 277183898 288915456 60755 33554432000 4194304 5963574 140737175187568 140702869429176 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 282144

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20238
/proc/meminfo: memFree=26726840/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=282144 CPUtime=282.16 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 65725 0 0 0 28190 26 0 0 20 0 2 0 277183897 288915456 65537 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 70536 65537 194 432 0 70101 0
[pid=20183/tid=20185] ppid=20181 vsize=282144 CPUtime=282.19 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 64501 0 0 0 28188 31 0 0 20 0 2 0 277183898 288915456 65537 33554432000 4194304 5963574 140737175187568 140702869428024 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 282144

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20238
/proc/meminfo: memFree=26608616/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=414300 CPUtime=342.15 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 93485 0 0 0 34178 37 0 0 20 0 2 0 277183897 424243200 93297 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 103575 93297 194 432 0 103140 0
[pid=20183/tid=20185] ppid=20181 vsize=414300 CPUtime=342.19 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 92261 0 0 0 34176 43 0 0 20 0 2 0 277183898 424243200 93297 33554432000 4194304 5963574 140737175187568 140702869428024 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 414300

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20290
/proc/meminfo: memFree=26688884/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=414300 CPUtime=402.09 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 94847 0 0 0 40172 37 0 0 20 0 2 0 277183897 424243200 94641 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 103575 94641 194 432 0 103140 0
[pid=20183/tid=20185] ppid=20181 vsize=414300 CPUtime=402.16 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 93623 0 0 0 40172 44 0 0 20 0 2 0 277183898 424243200 94641 33554432000 4194304 5963574 140737175187568 140702869428216 4389588 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 414300

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20293
/proc/meminfo: memFree=26602936/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=479836 CPUtime=462.04 cores=1,3,5,7

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

/proc/20183/statm: 251166 231937 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1302.03 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 230028 0 0 0 130072 131 0 0 20 0 2 0 277183898 1028775936 231937 33554432000 4194304 5963574 140737175187568 140702869428216 4378847 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 1004664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20299
/proc/meminfo: memFree=25625200/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1004664 CPUtime=1361.76 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 231546 0 0 0 136065 111 0 0 20 0 2 0 277183897 1028775936 232228 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 251166 232228 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1362.03 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 230322 0 0 0 136071 132 0 0 20 0 2 0 277183898 1028775936 232228 33554432000 4194304 5963574 140737175187568 140702869428024 5129973 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 1004664

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20299
/proc/meminfo: memFree=25609376/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1004664 CPUtime=1421.76 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 235432 0 0 0 142061 115 0 0 20 0 2 0 277183897 1028775936 236113 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 251166 236113 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1422.04 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 234208 0 0 0 142067 137 0 0 20 0 2 0 277183898 1028775936 236113 33554432000 4194304 5963574 140737175187568 140702869428264 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1004664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20300
/proc/meminfo: memFree=25592012/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1004664 CPUtime=1481.74 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 239785 0 0 0 148056 118 0 0 20 0 2 0 277183897 1028775936 240465 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 251166 240465 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1482.04 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 238561 0 0 0 148063 141 0 0 20 0 2 0 277183898 1028775936 240465 33554432000 4194304 5963574 140737175187568 140702869428024 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1004664

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20300
/proc/meminfo: memFree=25590896/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1004664 CPUtime=1541.73 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 240076 0 0 0 154055 118 0 0 20 0 2 0 277183897 1028775936 240756 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 251166 240756 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1542.04 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 238852 0 0 0 154062 142 0 0 20 0 2 0 277183898 1028775936 240756 33554432000 4194304 5963574 140737175187568 140702869428024 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 1004664

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20300
/proc/meminfo: memFree=25585108/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1004664 CPUtime=1601.71 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 241614 0 0 0 160051 120 0 0 20 0 2 0 277183897 1028775936 242345 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 251166 242345 194 432 0 250731 0
[pid=20183/tid=20185] ppid=20181 vsize=1004664 CPUtime=1602.03 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 240390 0 0 0 160058 145 0 0 20 0 2 0 277183898 1028775936 242345 33554432000 4194304 5963574 140737175187568 140702869428216 4400052 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1004664

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 20303
/proc/meminfo: memFree=25549588/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1070200 CPUtime=1661.67 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 248087 0 0 0 166041 126 0 0 20 0 2 0 277183897 1095884800 249615 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 267550 249615 194 432 0 267115 0
[pid=20183/tid=20185] ppid=20181 vsize=1070200 CPUtime=1661.99 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 246863 0 0 0 166047 152 0 0 20 0 2 0 277183898 1095884800 249615 33554432000 4194304 5963574 140737175187568 140702869428088 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1070200

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 20303
/proc/meminfo: memFree=25473256/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1072092 CPUtime=1721.62 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 254100 0 0 0 172031 131 0 0 20 0 2 0 277183897 1097822208 255596 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 268023 255596 194 432 0 267588 0
[pid=20183/tid=20185] ppid=20181 vsize=1072092 CPUtime=1721.96 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 252876 0 0 0 172038 158 0 0 20 0 2 0 277183898 1097822208 255596 33554432000 4194304 5963574 140737175187568 140702869428024 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 1072092

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25397200/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1781.59 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 263945 0 0 0 178021 138 0 0 20 0 2 0 277183897 1166041088 265330 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 265330 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1781.95 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 262721 0 0 0 178029 166 0 0 20 0 2 0 277183898 1166041088 265330 33554432000 4194304 5963574 140737175187568 140702869427736 4388646 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 1138712

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25380460/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1791.2 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 268002 0 0 0 178981 139 0 0 20 0 2 0 277183897 1166041088 269387 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 269387 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1791.55 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 266778 0 0 0 178988 167 0 0 20 0 2 0 277183898 1166041088 269387 33554432000 4194304 5963574 140737175187568 140702869428216 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.2
Current children cumulated vsize (KiB) 1138712

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25377236/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1794.41 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 268801 0 0 0 179301 140 0 0 20 0 2 0 277183897 1166041088 270186 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 270186 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1794.75 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 267577 0 0 0 179308 167 0 0 20 0 2 0 277183898 1166041088 270186 33554432000 4194304 5963574 140737175187568 140702869428216 4402947 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.41
Current children cumulated vsize (KiB) 1138712

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25374508/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1797.6 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 269642 0 0 0 179620 140 0 0 20 0 2 0 277183897 1166041088 271027 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 271027 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1797.95 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 268418 0 0 0 179627 168 0 0 20 0 2 0 277183898 1166041088 271027 33554432000 4194304 5963574 140737175187568 140702869428216 4389743 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 1138712

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25373764/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1798.39 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 269879 0 0 0 179699 140 0 0 20 0 2 0 277183897 1166041088 271264 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 271264 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1798.75 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 268655 0 0 0 179707 168 0 0 20 0 2 0 277183898 1166041088 271264 33554432000 4194304 5963574 140737175187568 140702869428216 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (KiB) 1138712

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25372152/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1798.8 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 270032 0 0 0 179740 140 0 0 20 0 2 0 277183897 1166041088 271417 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 271417 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1799.15 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 268808 0 0 0 179747 168 0 0 20 0 2 0 277183898 1166041088 271417 33554432000 4194304 5963574 140737175187568 140702869428216 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.8
Current children cumulated vsize (KiB) 1138712

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25372152/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=1138712 CPUtime=1799.19 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) S 20181 20183 16852 0 -1 4202496 270169 0 0 0 179779 140 0 0 20 0 2 0 277183897 1166041088 271554 33554432000 4194304 5963574 140737175187568 140737175187088 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 284678 271554 194 432 0 284243 0
[pid=20183/tid=20185] ppid=20181 vsize=1138712 CPUtime=1799.55 cores=1,3,5,7
/proc/20183/task/20185/stat : 20185 (wbo1.7) R 20181 20183 16852 0 -1 4202560 268945 0 0 0 179787 168 0 0 20 0 2 0 277183898 1166041088 271554 33554432000 4194304 5963574 140737175187568 140702869428216 4403231 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.19
Current children cumulated vsize (KiB) 1138712

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20304
/proc/meminfo: memFree=25372152/32873844 swapFree=6088/6088
[pid=20183] ppid=20181 vsize=0 CPUtime=1799.68 cores=1,3,5,7
/proc/20183/stat : 20183 (wbo1.7) R 20181 20183 16852 0 -1 4203524 270207 0 0 0 179799 169 0 0 20 0 1 0 277183897 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20183/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.7
CPU user time (s): 1797.99
CPU system time (s): 1.70574
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 1138712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 1.70574
maximum resident set size= 1086368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270207
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= 450
involuntary context switches= 2286

runsolver used 3.61845 second user time and 9.65953 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 11:22:33
IDJOB=3705655
IDBENCH=48283
IDSOLVER=2284
FILE ID=node108/3705655-1338110553
RUNJOBID= node108-1338087358-16869
PBS_JOBID= 14624441
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 74165f17686851db36d48a05683565a5
RANDOM SEED=549695586

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:        24667504 kB
Buffers:          298624 kB
Cached:          4529480 kB
SwapCached:            0 kB
Active:          3173160 kB
Inactive:        4234164 kB
Active(anon):    2578648 kB
Inactive(anon):        0 kB
Active(file):     594512 kB
Inactive(file):  4234164 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5692 kB
Writeback:             4 kB
AnonPages:       2582248 kB
Mapped:            15112 kB
Shmem:               200 kB
Slab:             655636 kB
SReclaimable:      97648 kB
SUnreclaim:       557988 kB
KernelStack:        1456 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1380352 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-3705655-1338110553.opb

Free space on /tmp at the end= 71728 MiB
End job on node108 at 2012-05-27 11:52:33