Trace number 3705671

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.66 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.47556
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
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)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

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-3705671-1338107896.opb.
0.00/0.00	c Instance file HOME/instance-3705671-1338107896.opb
0.00/0.00	c File size is 117803 bytes.
0.00/0.01	c Cost Offset: -50
0.00/0.01	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1566                                                |
0.00/0.01	c |  Number Clauses:        1516                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1466                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.01	c | 0.01      | 0  | -49          lb |  0                0                0.00  |
0.00/0.01	c | 0.02      | 0  | -48          lb |  0                0                0.00  |
0.00/0.06	c | 0.06      | 0  | -47          lb |  0                0                0.00  |
0.39/0.40	c | 0.40      | 0  | -46          lb |  0                0                0.00  |
1.00/1.07	c | 1.07      | 0  | -45          lb |  0                0                0.00  |
4.99/5.02	c | 5.03      | 0  | -44          lb |  0                0                0.00  |
38.68/38.73	c | 38.74     | 0  | -43          lb |  0                0                0.00  |
634.35/634.52	c | 634.53    | 0  | -42          lb |  0                0                0.00  |
1799.66/1800.00	c ===============================================================================
1799.66/1800.00	c Wall Clock Time: 1800.00 s
1799.66/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-3705671-1338107896/watcher-3705671-1338107896 -o /tmp/evaluation-result-3705671-1338107896/solver-3705671-1338107896 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705671-1338107896.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: 2.04 2.02 2.00 3/177 13030
/proc/meminfo: memFree=29463064/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=3684 CPUtime=0 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) R 13028 13030 11506 0 -1 4202496 439 0 0 0 0 0 0 0 20 0 1 0 276914653 3772416 391 33554432000 4194304 5963574 140734745764304 140737210989496 4349504 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 921 391 175 432 0 457 0

[startup+0.086427 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13030
/proc/meminfo: memFree=29463064/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=0.08 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 1693 0 0 0 8 0 0 0 20 0 2 0 276914653 86708224 1616 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 1616 194 432 0 20734 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84676

[startup+0.100171 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13030
/proc/meminfo: memFree=29463064/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=0.09 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 1693 0 0 0 9 0 0 0 20 0 2 0 276914653 86708224 1616 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 1616 194 432 0 20734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84676

[startup+0.300112 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13030
/proc/meminfo: memFree=29463064/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=0.29 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 1779 0 0 0 29 0 0 0 20 0 2 0 276914653 86708224 1702 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 1702 194 432 0 20734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84676

[startup+0.700111 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 13030
/proc/meminfo: memFree=29463064/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=0.69 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 2163 0 0 0 69 0 0 0 20 0 2 0 276914653 86708224 2086 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 2086 194 432 0 20734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84676

[startup+1.50026 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29452392/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=1.49 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 2509 0 0 0 149 0 0 0 20 0 2 0 276914653 86708224 2432 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 2432 194 432 0 20734 0
[pid=13030/tid=13032] ppid=13028 vsize=84676 CPUtime=1.47 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 1521 0 0 0 147 0 0 0 20 0 2 0 276914654 86708224 2432 33554432000 4194304 5963574 140734745764304 139850115176648 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84676

[startup+3.10026 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29446804/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84820 CPUtime=3.09 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 2756 0 0 0 309 0 0 0 20 0 2 0 276914653 86855680 2679 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21205 2679 194 432 0 20770 0
[pid=13030/tid=13032] ppid=13028 vsize=84820 CPUtime=3.06 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 1768 0 0 0 306 0 0 0 20 0 2 0 276914654 86855680 2679 33554432000 4194304 5963574 140734745764304 139850115176648 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84820

[startup+6.30027 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29429568/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=6.29 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 3948 0 0 0 629 0 0 0 20 0 2 0 276914653 86708224 3838 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 3838 194 432 0 20734 0
[pid=13030/tid=13032] ppid=13028 vsize=84676 CPUtime=6.25 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 2960 0 0 0 625 0 0 0 20 0 2 0 276914654 86708224 3838 33554432000 4194304 5963574 140734745764304 139850115177400 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84676

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29411196/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=12.68 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 4343 0 0 0 1268 0 0 0 20 0 2 0 276914653 86708224 4233 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 4233 194 432 0 20734 0
[pid=13030/tid=13032] ppid=13028 vsize=84676 CPUtime=12.64 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 3355 0 0 0 1264 0 0 0 20 0 2 0 276914654 86708224 4233 33554432000 4194304 5963574 140734745764304 139850115176488 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84676

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29383156/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=85000 CPUtime=25.48 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 7173 0 0 0 2547 1 0 0 20 0 2 0 276914653 87040000 7063 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21250 7063 194 432 0 20815 0
[pid=13030/tid=13032] ppid=13028 vsize=85000 CPUtime=25.41 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 6185 0 0 0 2540 1 0 0 20 0 2 0 276914654 87040000 7063 33554432000 4194304 5963574 140734745764304 139850115176248 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85000

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 13032
/proc/meminfo: memFree=29340280/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=84676 CPUtime=51.07 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 11118 0 0 0 5105 2 0 0 20 0 2 0 276914653 86708224 10871 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21169 10871 194 432 0 20734 0
[pid=13030/tid=13032] ppid=13028 vsize=84676 CPUtime=50.94 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 10130 0 0 0 5092 2 0 0 20 0 2 0 276914654 86708224 10871 33554432000 4194304 5963574 140734745764304 139850115177400 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84676

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 13032
/proc/meminfo: memFree=29201768/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=85400 CPUtime=102.27 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 13070 0 0 0 10224 3 0 0 20 0 2 0 276914653 87449600 13694 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 21350 13694 194 432 0 20915 0
[pid=13030/tid=13032] ppid=13028 vsize=85400 CPUtime=102 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 12082 0 0 0 10196 4 0 0 20 0 2 0 276914654 87449600 13694 33554432000 4194304 5963574 140734745764304 139850115176488 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 85400

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13035
/proc/meminfo: memFree=29058568/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=150936 CPUtime=162.25 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 20490 0 0 0 16218 7 0 0 20 0 2 0 276914653 154558464 21110 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 37734 21110 194 432 0 37299 0
[pid=13030/tid=13032] ppid=13028 vsize=150936 CPUtime=161.85 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 19502 0 0 0 16176 9 0 0 20 0 2 0 276914654 154558464 21110 33554432000 4194304 5963574 140734745764304 139850115176488 4399560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 150936

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13035
/proc/meminfo: memFree=28962572/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=150936 CPUtime=222.23 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 25736 0 0 0 22213 10 0 0 20 0 2 0 276914653 154558464 26411 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 37734 26411 194 432 0 37299 0
[pid=13030/tid=13032] ppid=13028 vsize=150936 CPUtime=221.68 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 24748 0 0 0 22155 13 0 0 20 0 2 0 276914654 154558464 26411 33554432000 4194304 5963574 140734745764304 139850115176488 4399937 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 150936

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13036
/proc/meminfo: memFree=28804796/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=151296 CPUtime=282.2 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 30731 0 0 0 28208 12 0 0 20 0 2 0 276914653 154927104 31759 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 37824 31759 194 432 0 37389 0
[pid=13030/tid=13032] ppid=13028 vsize=151296 CPUtime=281.51 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 29743 0 0 0 28135 16 0 0 20 0 2 0 276914654 154927104 31759 33554432000 4194304 5963574 140734745764304 139850115176248 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 151296

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28734892/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=216832 CPUtime=342.2 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 35785 0 0 0 34204 16 0 0 20 0 2 0 276914653 222035968 36809 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 54208 36809 194 432 0 53773 0
[pid=13030/tid=13032] ppid=13028 vsize=216832 CPUtime=341.36 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 34797 0 0 0 34116 20 0 0 20 0 2 0 276914654 222035968 36809 33554432000 4194304 5963574 140734745764304 139850115176440 4402961 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 216832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28755972/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=216832 CPUtime=402.19 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 40090 0 0 0 40200 19 0 0 20 0 2 0 276914653 222035968 41113 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 54208 41113 194 432 0 53773 0
[pid=13030/tid=13032] ppid=13028 vsize=216832 CPUtime=401.2 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 39102 0 0 0 40095 25 0 0 20 0 2 0 276914654 222035968 41113 33554432000 4194304 5963574 140734745764304 139850115176248 4399574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 216832

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28742984/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=216832 CPUtime=462.18 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13068
/proc/meminfo: memFree=27942524/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=346820 CPUtime=1422.02 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 70790 0 0 0 142166 36 0 0 20 0 2 0 276914653 355143680 72091 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 86705 72091 194 432 0 86270 0
[pid=13030/tid=13032] ppid=13028 vsize=346820 CPUtime=1418.59 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 69802 0 0 0 141802 57 0 0 20 0 2 0 276914654 355143680 72091 33554432000 4194304 5963574 140734745764304 139850115177400 4399554 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 346820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27859824/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=346820 CPUtime=1482 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 72828 0 0 0 148163 37 0 0 20 0 2 0 276914653 355143680 74127 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 86705 74127 194 432 0 86270 0
[pid=13030/tid=13032] ppid=13028 vsize=346820 CPUtime=1478.43 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 71840 0 0 0 147784 59 0 0 20 0 2 0 276914654 355143680 74127 33554432000 4194304 5963574 140734745764304 139850115176248 4399482 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 346820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27848308/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=346820 CPUtime=1541.99 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 75518 0 0 0 154159 40 0 0 20 0 2 0 276914653 355143680 76815 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 86705 76815 194 432 0 86270 0
[pid=13030/tid=13032] ppid=13028 vsize=346820 CPUtime=1538.27 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 74530 0 0 0 153764 63 0 0 20 0 2 0 276914654 355143680 76815 33554432000 4194304 5963574 140734745764304 139850115176488 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 346820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27797684/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=346820 CPUtime=1601.99 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 78779 0 0 0 160155 44 0 0 20 0 2 0 276914653 355143680 80074 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 86705 80074 194 432 0 86270 0
[pid=13030/tid=13032] ppid=13028 vsize=346820 CPUtime=1598.12 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 77791 0 0 0 159745 67 0 0 20 0 2 0 276914654 355143680 80074 33554432000 4194304 5963574 140734745764304 139850115176248 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 346820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27796472/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=346820 CPUtime=1661.98 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 79000 0 0 0 166154 44 0 0 20 0 2 0 276914653 355143680 80294 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 86705 80294 194 432 0 86270 0
[pid=13030/tid=13032] ppid=13028 vsize=346820 CPUtime=1657.97 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 78012 0 0 0 165728 69 0 0 20 0 2 0 276914654 355143680 80294 33554432000 4194304 5963574 140734745764304 139850115176248 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 346820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27608900/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1721.97 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 83285 0 0 0 172148 49 0 0 20 0 2 0 276914653 422252544 84577 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 84577 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1717.81 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 82297 0 0 0 171706 75 0 0 20 0 2 0 276914654 422252544 84577 33554432000 4194304 5963574 140734745764304 139850115176248 4392454 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 412356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27590152/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1781.96 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 87945 0 0 0 178143 53 0 0 20 0 2 0 276914653 422252544 89235 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 89235 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1777.66 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 86957 0 0 0 177686 80 0 0 20 0 2 0 276914654 422252544 89235 33554432000 4194304 5963574 140734745764304 139850115176488 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 412356

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27587160/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1791.57 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 88720 0 0 0 179103 54 0 0 20 0 2 0 276914653 422252544 90010 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90010 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1787.24 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 87732 0 0 0 178643 81 0 0 20 0 2 0 276914654 422252544 90010 33554432000 4194304 5963574 140734745764304 139850115176488 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 412356

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27586168/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1794.77 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 88949 0 0 0 179422 55 0 0 20 0 2 0 276914653 422252544 90237 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90237 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1790.43 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 87961 0 0 0 178961 82 0 0 20 0 2 0 276914654 422252544 90237 33554432000 4194304 5963574 140734745764304 139850115176312 4399574 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 412356

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27585548/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1797.96 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 89133 0 0 0 179741 55 0 0 20 0 2 0 276914653 422252544 90421 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90421 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1793.62 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 88145 0 0 0 179280 82 0 0 20 0 2 0 276914654 422252544 90421 33554432000 4194304 5963574 140734745764304 139850115176440 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 412356

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13114
/proc/meminfo: memFree=29118112/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1798.76 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 89234 0 0 0 179821 55 0 0 20 0 2 0 276914653 422252544 90522 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90522 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1794.42 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 88246 0 0 0 179360 82 0 0 20 0 2 0 276914654 422252544 90522 33554432000 4194304 5963574 140734745764304 139850115176440 4399592 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (KiB) 412356

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13121
/proc/meminfo: memFree=29055220/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1799.17 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 89239 0 0 0 179862 55 0 0 20 0 2 0 276914653 422252544 90527 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90527 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1794.82 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 88251 0 0 0 179400 82 0 0 20 0 2 0 276914654 422252544 90527 33554432000 4194304 5963574 140734745764304 139850115176248 4399456 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 412356

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13121
/proc/meminfo: memFree=29055220/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1799.56 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 89250 0 0 0 179901 55 0 0 20 0 2 0 276914653 422252544 90538 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90538 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1795.22 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 88262 0 0 0 179440 82 0 0 20 0 2 0 276914654 422252544 90538 33554432000 4194304 5963574 140734745764304 139850115176248 4399603 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 412356

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13121
/proc/meminfo: memFree=29055220/32873844 swapFree=7116/7116
[pid=13030] ppid=13028 vsize=412356 CPUtime=1799.66 cores=0,2,4,6
/proc/13030/stat : 13030 (wbo1.7) S 13028 13030 11506 0 -1 4202496 89257 0 0 0 179911 55 0 0 20 0 2 0 276914653 422252544 90545 33554432000 4194304 5963574 140734745764304 140734745763824 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13030/statm: 103089 90545 194 432 0 102654 0
[pid=13030/tid=13032] ppid=13028 vsize=412356 CPUtime=1795.32 cores=0,2,4,6
/proc/13030/task/13032/stat : 13032 (wbo1.7) R 13028 13030 11506 0 -1 4202560 88269 0 0 0 179450 82 0 0 20 0 2 0 276914654 422252544 90545 33554432000 4194304 5963574 140734745764304 139850115176248 4399505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (KiB) 412356

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13030 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=516192
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=830873
# CPU time returned by wait4() is 1795.35
# while last known CPU time is 1799.66
#
# 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.66
CPU user time (s): 1799.11
CPU system time (s): 0.55
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 412356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 0.830873
maximum resident set size= 362180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89257
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= 70
involuntary context switches= 1944

runsolver used 2.69259 second user time and 7.12892 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 10:38:16
IDJOB=3705671
IDBENCH=48259
IDSOLVER=2284
FILE ID=node138/3705671-1338107896
RUNJOBID= node138-1338088086-11522
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_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-3705671-1338107896/watcher-3705671-1338107896 -o /tmp/evaluation-result-3705671-1338107896/solver-3705671-1338107896 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705671-1338107896.opb

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=2134319227

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:        29463988 kB
Buffers:          334352 kB
Cached:          2209584 kB
SwapCached:          212 kB
Active:           778728 kB
Inactive:        1797252 kB
Active(anon):      23088 kB
Inactive(anon):    11368 kB
Active(file):     755640 kB
Inactive(file):  1785884 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:             11664 kB
Writeback:             0 kB
AnonPages:         48792 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             694364 kB
SReclaimable:     136444 kB
SUnreclaim:       557920 kB
KernelStack:        1488 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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-3705671-1338107896.opb

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