Trace number 3705696

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_4.opb
MD5SUM3feaf3974ec1ffdea6d6674c11d1a071
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products15754
Sum of products size31508

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-3705696-1338093489.opb.
0.00/0.00	c Instance file HOME/instance-3705696-1338093489.opb
0.00/0.00	c File size is 1209967 bytes.
0.08/0.09	c Cost Offset: 0
0.08/0.09	c Highest Coefficient sum: 51
0.08/0.09	c ============================[ Problem Statistics ]=============================
0.08/0.09	c |                                                                             |
0.08/0.09	c |  Parsing time:          0.09         s                                      |
0.08/0.09	c |  Number Variables:      16254                                               |
0.08/0.09	c |  Number Clauses:        16254                                               |
0.08/0.09	c |  Number Cardinality:    0                                                   |
0.08/0.09	c |  Number PB Constraints: 15754                                               |
0.08/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Optimization                                        |
0.09/0.10	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.10	c |                                                                             |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.09/0.10	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.09/0.10	c ===============================================================================
0.09/0.12	c | 0.13      | 0  | 1            lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | 2            lb |  0                0                0.00  |
0.09/0.15	c | 0.16      | 0  | 3            lb |  0                0                0.00  |
0.09/0.17	c | 0.17      | 0  | 4            lb |  0                0                0.00  |
0.09/0.19	c | 0.19      | 0  | 5            lb |  0                0                0.00  |
0.19/0.22	c | 0.22      | 0  | 6            lb |  0                0                0.00  |
0.49/0.58	c | 0.59      | 0  | 7            lb |  0                0                0.00  |
59.75/59.87	c | 59.88     | 0  | 8            lb |  0                0                0.00  |
1799.36/1800.00	c ===============================================================================
1799.36/1800.00	c Wall Clock Time: 1800.00 s
1799.36/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-3705696-1338093489/watcher-3705696-1338093489 -o /tmp/evaluation-result-3705696-1338093489/solver-3705696-1338093489 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705696-1338093489.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/177 11946
/proc/meminfo: memFree=28662384/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=5988 CPUtime=0 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) R 11944 11946 11506 0 -1 4202496 663 0 0 0 0 0 0 0 20 0 1 0 275473973 6131712 615 33554432000 4194304 5963574 140736555562464 140736479390504 4395065 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 1497 615 169 432 0 766 0

[startup+0.0918929 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11946
/proc/meminfo: memFree=28662384/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=13724 CPUtime=0.08 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) R 11944 11946 11506 0 -1 4202496 2843 0 0 0 8 0 0 0 20 0 1 0 275473973 14053376 2795 33554432000 4194304 5963574 140736555562464 140736479390504 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 3431 2797 455 432 0 2700 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13724

[startup+0.100256 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11946
/proc/meminfo: memFree=28662384/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=93988 CPUtime=0.09 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 4211 0 0 0 9 0 0 0 20 0 2 0 275473973 96243712 3867 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 23497 3867 177 432 0 23062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93988

[startup+0.3002 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11946
/proc/meminfo: memFree=28662384/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=0.29 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 9207 0 0 0 28 1 0 0 20 0 2 0 275473973 94130176 8060 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 8060 193 432 0 22546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91924

[startup+0.700199 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11946
/proc/meminfo: memFree=28662384/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=0.69 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 9653 0 0 0 68 1 0 0 20 0 2 0 275473973 94130176 8505 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 8505 194 432 0 22546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91924

[startup+1.50031 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11948
/proc/meminfo: memFree=28629516/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=1.49 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 9653 0 0 0 148 1 0 0 20 0 2 0 275473973 94130176 8505 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 8505 194 432 0 22546 0
[pid=11946/tid=11948] ppid=11944 vsize=91924 CPUtime=1.39 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 6346 0 0 0 138 1 0 0 20 0 2 0 275473983 94130176 8505 33554432000 4194304 5963574 140736555562464 140503204981096 4402906 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91924

[startup+3.10027 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11999
/proc/meminfo: memFree=29438168/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=3.09 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 9676 0 0 0 308 1 0 0 20 0 2 0 275473973 94130176 8528 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 8528 194 432 0 22546 0
[pid=11946/tid=11948] ppid=11944 vsize=91924 CPUtime=2.98 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 6369 0 0 0 297 1 0 0 20 0 2 0 275473983 94130176 8528 33554432000 4194304 5963574 140736555562464 140503204981096 4388403 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91924

[startup+6.30027 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11999
/proc/meminfo: memFree=29423908/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=6.29 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 10960 0 0 0 627 2 0 0 20 0 2 0 275473973 94130176 9812 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 9812 194 432 0 22546 0
[pid=11946/tid=11948] ppid=11944 vsize=91924 CPUtime=6.17 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 7653 0 0 0 616 1 0 0 20 0 2 0 275473983 94130176 9812 33554432000 4194304 5963574 140736555562464 140503204980728 4403253 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91924

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11999
/proc/meminfo: memFree=29397808/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=12.68 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 13197 0 0 0 1265 3 0 0 20 0 2 0 275473973 94130176 12271 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 12271 194 432 0 22546 0
[pid=11946/tid=11948] ppid=11944 vsize=91924 CPUtime=12.55 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 9890 0 0 0 1253 2 0 0 20 0 2 0 275473983 94130176 12271 33554432000 4194304 5963574 140736555562464 140503204980536 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91924

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11999
/proc/meminfo: memFree=29353944/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=91924 CPUtime=25.47 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 18073 0 0 0 2542 5 0 0 20 0 2 0 275473973 94130176 17194 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 22981 17194 194 432 0 22546 0
[pid=11946/tid=11948] ppid=11944 vsize=91924 CPUtime=25.31 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 14766 0 0 0 2526 5 0 0 20 0 2 0 275473983 94130176 17194 33554432000 4194304 5963574 140736555562464 140503204980728 5135642 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91924

[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 11999
/proc/meminfo: memFree=29296556/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=157460 CPUtime=51.05 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 21703 0 0 0 5097 8 0 0 20 0 2 0 275473973 161239040 20891 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 39365 20891 194 432 0 38930 0
[pid=11946/tid=11948] ppid=11944 vsize=157460 CPUtime=50.83 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 18396 0 0 0 5076 7 0 0 20 0 2 0 275473983 161239040 20891 33554432000 4194304 5963574 140736555562464 140503204980728 4392498 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 157460

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11999
/proc/meminfo: memFree=29248876/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=157460 CPUtime=102.25 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 26814 0 0 0 10215 10 0 0 20 0 2 0 275473973 161239040 26001 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 39365 26001 194 432 0 38930 0
[pid=11946/tid=11948] ppid=11944 vsize=157460 CPUtime=101.91 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 23507 0 0 0 10181 10 0 0 20 0 2 0 275473983 161239040 26001 33554432000 4194304 5963574 140736555562464 140503204981064 4387744 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 157460

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 12002
/proc/meminfo: memFree=29127584/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=157460 CPUtime=162.22 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 36326 0 0 0 16208 14 0 0 20 0 2 0 275473973 161239040 35538 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 39365 35538 194 432 0 38930 0
[pid=11946/tid=11948] ppid=11944 vsize=157460 CPUtime=161.73 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 33019 0 0 0 16157 16 0 0 20 0 2 0 275473983 161239040 35538 33554432000 4194304 5963574 140736555562464 140503204980728 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 157460

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12002
/proc/meminfo: memFree=29092940/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=222996 CPUtime=222.2 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 44091 0 0 0 22201 19 0 0 20 0 2 0 275473973 228347904 43504 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 55749 43504 194 432 0 55314 0
[pid=11946/tid=11948] ppid=11944 vsize=222996 CPUtime=221.56 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 40784 0 0 0 22134 22 0 0 20 0 2 0 275473983 228347904 43504 33554432000 4194304 5963574 140736555562464 140503204980536 4399569 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 222996

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12002
/proc/meminfo: memFree=29043640/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=289256 CPUtime=282.2 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 55481 0 0 0 28194 26 0 0 20 0 2 0 275473973 296198144 55399 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 72314 55399 194 432 0 71879 0
[pid=11946/tid=11948] ppid=11944 vsize=289256 CPUtime=281.41 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 52174 0 0 0 28112 29 0 0 20 0 2 0 275473983 296198144 55399 33554432000 4194304 5963574 140736555562464 140503204980728 4399614 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 289256

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12003
/proc/meminfo: memFree=28942612/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=354792 CPUtime=342.19 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 69421 0 0 0 34186 33 0 0 20 0 2 0 275473973 363307008 69339 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 88698 69339 194 432 0 88263 0
[pid=11946/tid=11948] ppid=11944 vsize=354792 CPUtime=341.25 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 66114 0 0 0 34088 37 0 0 20 0 2 0 275473983 363307008 69339 33554432000 4194304 5963574 140736555562464 140503204980728 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 354792

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12003
/proc/meminfo: memFree=28869628/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=355152 CPUtime=402.17 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 76084 0 0 0 40182 35 0 0 20 0 2 0 275473973 363675648 76059 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 88788 76059 194 432 0 88353 0
[pid=11946/tid=11948] ppid=11944 vsize=355152 CPUtime=401.1 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 72777 0 0 0 40070 40 0 0 20 0 2 0 275473983 363675648 76059 33554432000 4194304 5963574 140736555562464 140503204980728 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 355152

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12003
/proc/meminfo: memFree=28831172/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=355152 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12035
/proc/meminfo: memFree=28198428/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=755508 CPUtime=1421.9 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 167899 0 0 0 142096 94 0 0 20 0 2 0 275473973 773640192 169741 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 188877 169741 194 432 0 188442 0
[pid=11946/tid=11948] ppid=11944 vsize=755508 CPUtime=1418.36 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 164592 0 0 0 141721 115 0 0 20 0 2 0 275473983 773640192 169741 33554432000 4194304 5963574 140736555562464 140503204980728 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 755508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12035
/proc/meminfo: memFree=28139924/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=758404 CPUtime=1481.89 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 181075 0 0 0 148085 104 0 0 20 0 2 0 275473973 776605696 182824 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 189601 182824 194 432 0 189166 0
[pid=11946/tid=11948] ppid=11944 vsize=758404 CPUtime=1478.2 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 177768 0 0 0 147694 126 0 0 20 0 2 0 275473983 776605696 182824 33554432000 4194304 5963574 140736555562464 140503204980728 4402912 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 758404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12036
/proc/meminfo: memFree=28060116/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=824300 CPUtime=1541.88 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 192302 0 0 0 154076 112 0 0 20 0 2 0 275473973 844083200 194041 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 206075 194041 194 432 0 205640 0
[pid=11946/tid=11948] ppid=11944 vsize=824300 CPUtime=1538.05 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 188995 0 0 0 153671 134 0 0 20 0 2 0 275473983 844083200 194041 33554432000 4194304 5963574 140736555562464 140503204980728 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 824300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12036
/proc/meminfo: memFree=27971332/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=889836 CPUtime=1601.88 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 201672 0 0 0 160069 119 0 0 20 0 2 0 275473973 911192064 203411 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 222459 203411 194 432 0 222024 0
[pid=11946/tid=11948] ppid=11944 vsize=889836 CPUtime=1597.89 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 198365 0 0 0 159647 142 0 0 20 0 2 0 275473983 911192064 203411 33554432000 4194304 5963574 140736555562464 140503204980728 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 889836

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 12036
/proc/meminfo: memFree=27912132/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=889836 CPUtime=1661.84 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 209804 0 0 0 166059 125 0 0 20 0 2 0 275473973 911192064 211942 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 222459 211942 194 432 0 222024 0
[pid=11946/tid=11948] ppid=11944 vsize=889836 CPUtime=1657.72 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 206497 0 0 0 165622 150 0 0 20 0 2 0 275473983 911192064 211942 33554432000 4194304 5963574 140736555562464 140503204980536 4399552 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 889836

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12037
/proc/meminfo: memFree=27885864/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=955372 CPUtime=1721.8 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 215830 0 0 0 172049 131 0 0 20 0 2 0 275473973 978300928 218379 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 238843 218379 194 432 0 238408 0
[pid=11946/tid=11948] ppid=11944 vsize=955372 CPUtime=1717.53 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 212523 0 0 0 171596 157 0 0 20 0 2 0 275473983 978300928 218379 33554432000 4194304 5963574 140736555562464 140503204980536 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 955372

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27848196/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1781.76 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 224026 0 0 0 178038 138 0 0 20 0 2 0 275473973 980525056 227626 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 227626 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1777.35 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 220719 0 0 0 177571 164 0 0 20 0 2 0 275473983 980525056 227626 33554432000 4194304 5963574 140736555562464 140503204980728 4399592 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 957544

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27842552/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1791.37 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 225457 0 0 0 178997 140 0 0 20 0 2 0 275473973 980525056 229062 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229062 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1786.93 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 222150 0 0 0 178527 166 0 0 20 0 2 0 275473983 980525056 229062 33554432000 4194304 5963574 140736555562464 140503204980728 4399639 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 957544

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27841188/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1794.57 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 225803 0 0 0 179317 140 0 0 20 0 2 0 275473973 980525056 229408 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229408 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1790.12 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 222496 0 0 0 178845 167 0 0 20 0 2 0 275473983 980525056 229408 33554432000 4194304 5963574 140736555562464 140503204980728 4399651 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 957544

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27840196/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1797.77 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 226159 0 0 0 179636 141 0 0 20 0 2 0 275473973 980525056 229764 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229764 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1793.31 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 222852 0 0 0 179164 167 0 0 20 0 2 0 275473983 980525056 229764 33554432000 4194304 5963574 140736555562464 140503204980728 4399605 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 957544

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27839824/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1798.56 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 226240 0 0 0 179715 141 0 0 20 0 2 0 275473973 980525056 229845 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229845 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1794.1 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 222933 0 0 0 179242 168 0 0 20 0 2 0 275473983 980525056 229845 33554432000 4194304 5963574 140736555562464 140503204980776 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 957544

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27839452/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1798.97 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 226271 0 0 0 179756 141 0 0 20 0 2 0 275473973 980525056 229876 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229876 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1794.51 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 222964 0 0 0 179283 168 0 0 20 0 2 0 275473983 980525056 229876 33554432000 4194304 5963574 140736555562464 140503204980776 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 957544

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27839452/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=957544 CPUtime=1799.36 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) S 11944 11946 11506 0 -1 4202496 226319 0 0 0 179795 141 0 0 20 0 2 0 275473973 980525056 229924 33554432000 4194304 5963574 140736555562464 140736555561984 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 239386 229924 194 432 0 238951 0
[pid=11946/tid=11948] ppid=11944 vsize=957544 CPUtime=1794.9 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202560 223012 0 0 0 179322 168 0 0 20 0 2 0 275473983 980525056 229924 33554432000 4194304 5963574 140736555562464 140503204980776 4400320 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 957544

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12037
/proc/meminfo: memFree=27839452/32873844 swapFree=7116/7116
[pid=11946] ppid=11944 vsize=0 CPUtime=1799.46 cores=1,3,5,7
/proc/11946/stat : 11946 (wbo1.7) Z 11944 11946 11506 0 -1 4203532 226324 0 0 0 179805 141 0 0 20 0 2 0 275473973 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11946/statm: 0 0 0 0 0 0 0
[pid=11946/tid=11948] ppid=11944 vsize=0 CPUtime=1795 cores=1,3,5,7
/proc/11946/task/11948/stat : 11948 (wbo1.7) R 11944 11946 11506 0 -1 4202564 223017 0 0 0 179332 168 0 0 20 0 2 0 275473983 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11946 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=416359
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=703740
# CPU time returned by wait4() is 1795.12
# while last known CPU time is 1799.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.46
CPU user time (s): 1798.05
CPU system time (s): 1.41
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 957544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.42
system time used= 1.70374
maximum resident set size= 919716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226324
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= 389
involuntary context switches= 1846

runsolver used 3.58245 second user time and 9.03763 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 06:38:09
IDJOB=3705696
IDBENCH=48153
IDSOLVER=2284
FILE ID=node138/3705696-1338093489
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 3feaf3974ec1ffdea6d6674c11d1a071
RANDOM SEED=2090882914

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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.91
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		: 2667.347
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.92
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		: 2667.347
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:        28663764 kB
Buffers:          332284 kB
Cached:          2213460 kB
SwapCached:          212 kB
Active:          1579592 kB
Inactive:        1795048 kB
Active(anon):     819936 kB
Inactive(anon):    11368 kB
Active(file):     759656 kB
Inactive(file):  1783680 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        935944 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693792 kB
SReclaimable:     136060 kB
SUnreclaim:       557732 kB
KernelStack:        1488 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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-3705696-1338093489.opb

Free space on /tmp at the end= 71524 MiB
End job on node138 at 2012-05-27 07:08:09