Trace number 3705677

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.91 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_4.opb
MD5SUM431de611ddaca60ef9395e6cd3a99cf2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.32434
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1258
Sum of products size (including duplicates)2516
Number of different products1258
Sum of products size2516

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-3705677-1338088086.opb.
0.00/0.00	c Instance file HOME/instance-3705677-1338088086.opb
0.00/0.00	c File size is 89648 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 20
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      1358                                                |
0.00/0.00	c |  Number Clauses:        1358                                                |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 1258                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | 1            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 2            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 3            lb |  0                0                0.00  |
0.00/0.01	c | 0.01      | 0  | 4            lb |  0                0                0.00  |
0.00/0.01	c | 0.02      | 0  | 5            lb |  0                0                0.00  |
0.03/0.04	c | 0.04      | 0  | 6            lb |  0                0                0.00  |
3.78/3.84	c | 3.84      | 0  | 7            lb |  0                0                0.00  |
511.25/511.41	c | 511.41    | 0  | 8            lb |  0                0                0.00  |
1799.53/1800.01	c ===============================================================================
1799.53/1800.01	c Wall Clock Time: 1800.01 s
1799.53/1800.01	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-3705677-1338088086/watcher-3705677-1338088086 -o /tmp/evaluation-result-3705677-1338088086/solver-3705677-1338088086 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705677-1338088086.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 1.07 1.42 3/177 2503
/proc/meminfo: memFree=28303500/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=3664 CPUtime=0 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) R 2501 2503 2447 0 -1 4202496 419 0 0 0 0 0 0 0 20 0 1 0 274934652 3751936 371 33554432000 4194304 5963574 140737312010656 140734671663064 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 916 371 177 432 0 459 0

[startup+0.037684 s]
/proc/loadavg: 0.96 1.07 1.42 3/177 2503
/proc/meminfo: memFree=28303500/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=0.03 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 1398 0 0 0 3 0 0 0 20 0 2 0 274934652 86446080 1328 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 1328 193 432 0 20670 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84420

[startup+0.100156 s]
/proc/loadavg: 0.96 1.07 1.42 3/177 2503
/proc/meminfo: memFree=28303500/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=0.09 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 1475 0 0 0 9 0 0 0 20 0 2 0 274934652 86446080 1405 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 1405 194 432 0 20670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84420

[startup+0.362778 s]
/proc/loadavg: 0.96 1.07 1.42 3/177 2503
/proc/meminfo: memFree=28303500/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=0.35 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 1859 0 0 0 35 0 0 0 20 0 2 0 274934652 86446080 1789 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 1789 194 432 0 20670 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 84420

[startup+0.700113 s]
/proc/loadavg: 0.96 1.07 1.42 3/177 2503
/proc/meminfo: memFree=28303500/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=0.69 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 2328 0 0 0 69 0 0 0 20 0 2 0 274934652 86446080 2258 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 2258 194 432 0 20670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84420

[startup+1.50021 s]
/proc/loadavg: 0.96 1.07 1.42 3/179 2512
/proc/meminfo: memFree=28237160/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=1.49 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 3177 0 0 0 149 0 0 0 20 0 2 0 274934652 86446080 3107 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 3107 194 432 0 20670 0
[pid=2503/tid=2505] ppid=2501 vsize=84420 CPUtime=1.47 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 2265 0 0 0 147 0 0 0 20 0 2 0 274934652 86446080 3107 33554432000 4194304 5963574 140737312010656 140189603149752 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84420

[startup+3.1002 s]
/proc/loadavg: 0.96 1.07 1.42 3/179 2512
/proc/meminfo: memFree=28217444/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84564 CPUtime=3.09 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 3871 0 0 0 309 0 0 0 20 0 2 0 274934652 86593536 3801 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21141 3801 194 432 0 20706 0
[pid=2503/tid=2505] ppid=2501 vsize=84564 CPUtime=3.07 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 2959 0 0 0 307 0 0 0 20 0 2 0 274934652 86593536 3801 33554432000 4194304 5963574 140737312010656 140189603149816 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84564

[startup+6.30026 s]
/proc/loadavg: 1.12 1.10 1.43 3/179 2512
/proc/meminfo: memFree=28215720/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84420 CPUtime=6.28 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 4258 0 0 0 628 0 0 0 20 0 2 0 274934652 86446080 4160 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21105 4160 194 432 0 20670 0
[pid=2503/tid=2505] ppid=2501 vsize=84420 CPUtime=6.27 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 3346 0 0 0 627 0 0 0 20 0 2 0 274934652 86446080 4160 33554432000 4194304 5963574 140737312010656 140189603150776 4399639 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84420

[startup+12.7002 s]
/proc/loadavg: 1.19 1.11 1.44 3/179 2512
/proc/meminfo: memFree=28206208/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84636 CPUtime=12.69 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 6820 0 0 0 1268 1 0 0 20 0 2 0 274934652 86667264 6722 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21159 6722 194 432 0 20724 0
[pid=2503/tid=2505] ppid=2501 vsize=84636 CPUtime=12.67 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 5908 0 0 0 1266 1 0 0 20 0 2 0 274934652 86667264 6722 33554432000 4194304 5963574 140737312010656 140189603149816 4399993 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84636

[startup+25.5002 s]
/proc/loadavg: 1.37 1.16 1.44 3/179 2512
/proc/meminfo: memFree=28164000/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84744 CPUtime=25.48 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 11121 0 0 0 2546 2 0 0 20 0 2 0 274934652 86777856 11020 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21186 11020 194 432 0 20751 0
[pid=2503/tid=2505] ppid=2501 vsize=84744 CPUtime=25.47 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 10209 0 0 0 2544 3 0 0 20 0 2 0 274934652 86777856 11020 33554432000 4194304 5963574 140737312010656 140189603149816 4399603 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84744

[startup+51.1003 s]
/proc/loadavg: 1.58 1.22 1.46 3/179 2512
/proc/meminfo: memFree=28107656/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=84904 CPUtime=51.06 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 17175 0 0 0 5102 4 0 0 20 0 2 0 274934652 86941696 17237 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 21226 17237 194 432 0 20791 0
[pid=2503/tid=2505] ppid=2501 vsize=84904 CPUtime=51.05 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 16263 0 0 0 5100 5 0 0 20 0 2 0 274934652 86941696 17237 33554432000 4194304 5963574 140737312010656 140189603149624 4388636 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 84904

[startup+102.3 s]
/proc/loadavg: 1.82 1.34 1.48 3/179 2513
/proc/meminfo: memFree=27995060/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=153464 CPUtime=102.26 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 26804 0 0 0 10217 9 0 0 20 0 2 0 274934652 157147136 27569 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 38366 27569 194 432 0 37931 0
[pid=2503/tid=2505] ppid=2501 vsize=153464 CPUtime=102.25 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 25892 0 0 0 10215 10 0 0 20 0 2 0 274934652 157147136 27569 33554432000 4194304 5963574 140737312010656 140189603149816 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 153464

[startup+162.3 s]
/proc/loadavg: 1.93 1.46 1.51 3/180 2516
/proc/meminfo: memFree=27881248/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=159968 CPUtime=162.24 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 34804 0 0 0 16212 12 0 0 20 0 2 0 274934652 163807232 35549 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 39992 35549 194 432 0 39557 0
[pid=2503/tid=2505] ppid=2501 vsize=159968 CPUtime=162.25 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 33892 0 0 0 16210 15 0 0 20 0 2 0 274934652 163807232 35549 33554432000 4194304 5963574 140737312010656 140189603149624 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 159968

[startup+222.306 s]
/proc/loadavg: 1.97 1.55 1.54 3/179 2516
/proc/meminfo: memFree=27756012/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=230472 CPUtime=222.24 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 41498 0 0 0 22208 16 0 0 20 0 2 0 274934652 236003328 42224 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 57618 42224 194 432 0 57183 0
[pid=2503/tid=2505] ppid=2501 vsize=230472 CPUtime=222.26 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 40586 0 0 0 22207 19 0 0 20 0 2 0 274934652 236003328 42224 33554432000 4194304 5963574 140737312010656 140189603149624 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 230472

[startup+282.3 s]
/proc/loadavg: 2.07 1.65 1.57 3/179 2516
/proc/meminfo: memFree=27728036/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=235492 CPUtime=282.19 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 42911 0 0 0 28203 16 0 0 20 0 2 0 274934652 241143808 43881 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 58873 43881 194 432 0 58438 0
[pid=2503/tid=2505] ppid=2501 vsize=235492 CPUtime=282.22 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 41999 0 0 0 28201 21 0 0 20 0 2 0 274934652 241143808 43881 33554432000 4194304 5963574 140737312010656 140189603149624 4400320 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 235492

[startup+342.3 s]
/proc/loadavg: 2.02 1.71 1.60 3/179 2516
/proc/meminfo: memFree=27689224/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=243112 CPUtime=342.18 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 52146 0 0 0 34197 21 0 0 20 0 2 0 274934652 248946688 53615 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 60778 53615 194 432 0 60343 0
[pid=2503/tid=2505] ppid=2501 vsize=243112 CPUtime=342.22 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 51234 0 0 0 34195 27 0 0 20 0 2 0 274934652 248946688 53615 33554432000 4194304 5963574 140737312010656 140189603149624 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 243112

[startup+402.3 s]
/proc/loadavg: 2.07 1.78 1.62 3/179 2517
/proc/meminfo: memFree=27680552/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=243868 CPUtime=402.17 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 54129 0 0 0 40195 22 0 0 20 0 2 0 274934652 249720832 55598 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 60967 55598 194 432 0 60532 0
[pid=2503/tid=2505] ppid=2501 vsize=243868 CPUtime=402.22 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 53217 0 0 0 40193 29 0 0 20 0 2 0 274934652 249720832 55598 33554432000 4194304 5963574 140737312010656 140189603149864 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 243868

[startup+462.3 s]
/proc/loadavg: 2.02 1.81 1.64 3/179 2517
/proc/meminfo: memFree=27659748/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=312800 CPUtime=462.16 cores=0,2,4,6

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

/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 97106 0 0 0 124157 62 0 0 20 0 2 0 274934652 421990400 93281 33554432000 4194304 5963574 140737312010656 140189603149624 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 412100

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/179 2523
/proc/meminfo: memFree=27188164/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1301.96 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 106110 0 0 0 130147 49 0 0 20 0 2 0 274934652 490762240 101372 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 101372 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1302.19 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 105198 0 0 0 130151 68 0 0 20 0 2 0 274934652 490762240 101372 33554432000 4194304 5963574 140737312010656 140189603149816 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 479260

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/180 2527
/proc/meminfo: memFree=27184292/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1361.95 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 106778 0 0 0 136146 49 0 0 20 0 2 0 274934652 490762240 102039 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 102039 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1362.2 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 105866 0 0 0 136150 70 0 0 20 0 2 0 274934652 490762240 102039 33554432000 4194304 5963574 140737312010656 140189603149624 4399605 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 479260

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 2527
/proc/meminfo: memFree=27156940/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1421.95 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 113594 0 0 0 142142 53 0 0 20 0 2 0 274934652 490762240 108854 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 108854 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1422.21 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 112682 0 0 0 142146 75 0 0 20 0 2 0 274934652 490762240 108854 33554432000 4194304 5963574 140737312010656 140189603149816 4399488 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 479260

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 2527
/proc/meminfo: memFree=27153048/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1481.93 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 114411 0 0 0 148140 53 0 0 20 0 2 0 274934652 490762240 109668 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 109668 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1482.2 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 113499 0 0 0 148144 76 0 0 20 0 2 0 274934652 490762240 109668 33554432000 4194304 5963574 140737312010656 140189603149624 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 479260

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 2527
/proc/meminfo: memFree=27151048/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1541.93 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 114826 0 0 0 154140 53 0 0 20 0 2 0 274934652 490762240 110080 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 110080 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1542.21 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 113914 0 0 0 154144 77 0 0 20 0 2 0 274934652 490762240 110080 33554432000 4194304 5963574 140737312010656 140189603149624 4399614 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 479260

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 2527
/proc/meminfo: memFree=27147700/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1601.91 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 115524 0 0 0 160138 53 0 0 20 0 2 0 274934652 490762240 110778 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 110778 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1602.21 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 114612 0 0 0 160143 78 0 0 20 0 2 0 274934652 490762240 110778 33554432000 4194304 5963574 140737312010656 140189603149624 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 479260

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 2528
/proc/meminfo: memFree=27127984/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=479260 CPUtime=1661.91 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 120156 0 0 0 166133 58 0 0 20 0 2 0 274934652 490762240 115408 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 119815 115408 194 432 0 119380 0
[pid=2503/tid=2505] ppid=2501 vsize=479260 CPUtime=1662.21 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 119244 0 0 0 166137 84 0 0 20 0 2 0 274934652 490762240 115408 33554432000 4194304 5963574 140737312010656 140189603149624 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 479260

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/179 2528
/proc/meminfo: memFree=27112488/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1721.89 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123115 0 0 0 172129 60 0 0 20 0 2 0 274934652 557871104 118366 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 118366 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1722.21 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122203 0 0 0 172134 87 0 0 20 0 2 0 274934652 557871104 118366 33554432000 4194304 5963574 140737312010656 140189603149816 4399603 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 544796

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/179 2528
/proc/meminfo: memFree=27109108/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1781.84 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123175 0 0 0 178124 60 0 0 20 0 2 0 274934652 557871104 119095 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119095 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1782.17 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122263 0 0 0 178129 88 0 0 20 0 2 0 274934652 557871104 119095 33554432000 4194304 5963574 140737312010656 140189603149816 4392504 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 544796

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

[startup+1792.01 s]
/proc/loadavg: 2.08 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27108224/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1791.54 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123183 0 0 0 179094 60 0 0 20 0 2 0 274934652 557871104 119159 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119159 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1791.87 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122271 0 0 0 179099 88 0 0 20 0 2 0 274934652 557871104 119159 33554432000 4194304 5963574 140737312010656 140189603149816 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 544796

[startup+1795.2 s]
/proc/loadavg: 2.07 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27108596/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1794.74 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123183 0 0 0 179414 60 0 0 20 0 2 0 274934652 557871104 119159 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119159 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1795.07 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122271 0 0 0 179419 88 0 0 20 0 2 0 274934652 557871104 119159 33554432000 4194304 5963574 140737312010656 140189603149816 4399645 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 544796

[startup+1798.4 s]
/proc/loadavg: 2.07 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27108704/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1797.93 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123188 0 0 0 179733 60 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119422 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1798.26 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122276 0 0 0 179738 88 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140189603149816 4399627 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 544796

[startup+1799.2 s]
/proc/loadavg: 2.07 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27106952/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1798.73 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123188 0 0 0 179813 60 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119422 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1799.06 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122276 0 0 0 179818 88 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140189603149816 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 544796

[startup+1799.6 s]
/proc/loadavg: 2.07 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27107076/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1799.13 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123188 0 0 0 179853 60 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119422 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1799.47 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122276 0 0 0 179859 88 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140189603149816 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 544796

[startup+1800 s]
/proc/loadavg: 2.07 1.99 1.88 3/179 2528
/proc/meminfo: memFree=27107076/32873648 swapFree=6864/6864
[pid=2503] ppid=2501 vsize=544796 CPUtime=1799.53 cores=0,2,4,6
/proc/2503/stat : 2503 (wbo1.7) S 2501 2503 2447 0 -1 4202496 123188 0 0 0 179893 60 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140737312010176 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2503/statm: 136199 119422 194 432 0 135764 0
[pid=2503/tid=2505] ppid=2501 vsize=544796 CPUtime=1799.86 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (wbo1.7) R 2501 2503 2447 0 -1 4202560 122276 0 0 0 179898 88 0 0 20 0 2 0 274934652 557871104 119422 33554432000 4194304 5963574 140737312010656 140189603149816 4400040 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 544796

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.91
CPU user time (s): 1799.01
CPU system time (s): 0.894863
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 544796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 0.894863
maximum resident set size= 477688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123188
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= 215
involuntary context switches= 1893

runsolver used 4.18836 second user time and 12.2551 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 05:08:07
IDJOB=3705677
IDBENCH=48105
IDSOLVER=2284
FILE ID=node120/3705677-1338088086
RUNJOBID= node120-1338088086-2463
PBS_JOBID= 14624455
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 431de611ddaca60ef9395e6cd3a99cf2
RANDOM SEED=1688648610

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:        28312144 kB
Buffers:          308152 kB
Cached:          3413528 kB
SwapCached:          636 kB
Active:           732100 kB
Inactive:        3003236 kB
Active(anon):       2724 kB
Inactive(anon):    12532 kB
Active(file):     729376 kB
Inactive(file):  2990704 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              6228 kB
Writeback:             0 kB
AnonPages:         18608 kB
Mapped:            13312 kB
Shmem:               120 kB
Slab:             685708 kB
SReclaimable:     129916 kB
SUnreclaim:       555792 kB
KernelStack:        1344 kB
PageTables:         3656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103724 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-3705677-1338088086.opb

Free space on /tmp at the end= 71684 MiB
End job on node120 at 2012-05-27 05:38:07