Trace number 3727970

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.56 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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.39857
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727970-1338666276.opb.
0.00/0.00	c Instance file HOME/instance-3727970-1338666276.opb
0.00/0.00	c File size is 118923 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:      1580                                                |
0.00/0.01	c |  Number Clauses:        1530                                                |
0.00/0.01	c |  Number Cardinality:    102                                                 |
0.00/0.01	c |  Number PB Constraints: 1480                                                |
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.02	c | 0.02      | 0  | -48          lb |  0                0                0.00  |
0.00/0.06	c | 0.07      | 0  | -47          lb |  0                0                0.00  |
0.39/0.48	c | 0.49      | 0  | -46          lb |  0                0                0.00  |
1.19/1.25	c | 1.25      | 0  | -45          lb |  0                0                0.00  |
5.19/5.24	c | 5.24      | 0  | -44          lb |  0                0                0.00  |
30.97/31.01	c | 31.02     | 0  | -43          lb |  0                0                0.00  |
487.53/487.71	c | 487.71    | 0  | -42          lb |  0                0                0.00  |
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3727970-1338666276/watcher-3727970-1338666276 -o /tmp/evaluation-result-3727970-1338666276/solver-3727970-1338666276 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727970-1338666276.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: 1.92 2.00 1.96 3/177 2097
/proc/meminfo: memFree=29094188/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=3824 CPUtime=0 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) R 2095 2097 2034 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 332752000 3915776 398 33554432000 4194304 5964350 140736462683632 140735892010888 4344563 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 956 398 174 433 0 490 0

[startup+0.0782111 s]
/proc/loadavg: 1.92 2.00 1.96 3/177 2097
/proc/meminfo: memFree=29094188/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=0.07 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 1709 0 0 0 7 0 0 0 20 0 2 0 332752000 86720512 1631 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 1631 194 433 0 20736 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84688

[startup+0.100301 s]
/proc/loadavg: 1.92 2.00 1.96 3/177 2097
/proc/meminfo: memFree=29094188/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=0.09 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 1709 0 0 0 9 0 0 0 20 0 2 0 332752000 86720512 1631 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 1631 194 433 0 20736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84688

[startup+0.300242 s]
/proc/loadavg: 1.92 2.00 1.96 3/177 2097
/proc/meminfo: memFree=29094188/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=0.29 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 1780 0 0 0 29 0 0 0 20 0 2 0 332752000 86720512 1702 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 1702 194 433 0 20736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84688

[startup+0.700276 s]
/proc/loadavg: 1.92 2.00 1.96 3/177 2097
/proc/meminfo: memFree=29094188/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=0.69 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 2290 0 0 0 69 0 0 0 20 0 2 0 332752000 86720512 2212 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 2212 194 433 0 20736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84688

[startup+1.50026 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29082764/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=1.49 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 2599 0 0 0 149 0 0 0 20 0 2 0 332752000 86720512 2521 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 2521 194 433 0 20736 0
[pid=2097/tid=2099] ppid=2095 vsize=84688 CPUtime=1.47 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 1608 0 0 0 147 0 0 0 20 0 2 0 332752002 86720512 2521 33554432000 4194304 5964350 140736462683632 140393376794952 4403367 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) 84688

[startup+3.10026 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29079760/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=3.09 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 2600 0 0 0 309 0 0 0 20 0 2 0 332752000 86720512 2522 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 2522 194 433 0 20736 0
[pid=2097/tid=2099] ppid=2095 vsize=84688 CPUtime=3.06 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 1609 0 0 0 306 0 0 0 20 0 2 0 332752002 86720512 2522 33554432000 4194304 5964350 140736462683632 140393376794856 4221120 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) 84688

[startup+6.30026 s]
/proc/loadavg: 1.93 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29069972/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=6.29 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 3682 0 0 0 629 0 0 0 20 0 2 0 332752000 86720512 3604 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 3604 194 433 0 20736 0
[pid=2097/tid=2099] ppid=2095 vsize=84688 CPUtime=6.26 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 2691 0 0 0 626 0 0 0 20 0 2 0 332752002 86720512 3604 33554432000 4194304 5964350 140736462683632 140393376794952 4222320 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) 84688

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29064472/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=12.69 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 4701 0 0 0 1268 1 0 0 20 0 2 0 332752000 86720512 4623 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 4623 194 433 0 20736 0
[pid=2097/tid=2099] ppid=2095 vsize=84688 CPUtime=12.64 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 3710 0 0 0 1264 0 0 0 20 0 2 0 332752002 86720512 4623 33554432000 4194304 5964350 140736462683632 140393376794424 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84688

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.96 3/179 2099
/proc/meminfo: memFree=29043696/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=85444 CPUtime=25.48 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 7102 0 0 0 2547 1 0 0 20 0 2 0 332752000 87494656 7041 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21361 7041 194 433 0 20925 0
[pid=2097/tid=2099] ppid=2095 vsize=85444 CPUtime=25.4 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 6111 0 0 0 2539 1 0 0 20 0 2 0 332752002 87494656 7041 33554432000 4194304 5964350 140736462683632 140393376794664 4221120 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) 85444

[startup+51.1003 s]
/proc/loadavg: 2.03 2.02 1.97 3/179 2099
/proc/meminfo: memFree=29025884/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=84688 CPUtime=51.07 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 8431 0 0 0 5105 2 0 0 20 0 2 0 332752000 86720512 9100 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21172 9100 194 433 0 20736 0
[pid=2097/tid=2099] ppid=2095 vsize=84688 CPUtime=50.93 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 7440 0 0 0 5092 1 0 0 20 0 2 0 332752002 86720512 9100 33554432000 4194304 5964350 140736462683632 140393376794664 5136340 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) 84688

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 1.97 3/179 2099
/proc/meminfo: memFree=28981760/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=85412 CPUtime=102.27 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 15055 0 0 0 10222 5 0 0 20 0 2 0 332752000 87461888 15733 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 21353 15733 194 433 0 20917 0
[pid=2097/tid=2099] ppid=2095 vsize=85412 CPUtime=102 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 14064 0 0 0 10195 5 0 0 20 0 2 0 332752002 87461888 15733 33554432000 4194304 5964350 140736462683632 140393376794616 4400035 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) 85412

[startup+162.3 s]
/proc/loadavg: 2.18 2.05 1.98 3/179 2100
/proc/meminfo: memFree=28937704/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=150948 CPUtime=162.23 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 21403 0 0 0 16215 8 0 0 20 0 2 0 332752000 154570752 22272 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 37737 22272 194 433 0 37301 0
[pid=2097/tid=2099] ppid=2095 vsize=150948 CPUtime=161.82 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 20412 0 0 0 16172 10 0 0 20 0 2 0 332752002 154570752 22272 33554432000 4194304 5964350 140736462683632 140393376794616 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 150948

[startup+222.3 s]
/proc/loadavg: 2.18 2.07 2.00 3/179 2100
/proc/meminfo: memFree=28894316/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=151308 CPUtime=222.2 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 26735 0 0 0 22209 11 0 0 20 0 2 0 332752000 154939392 27874 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 37827 27874 194 433 0 37391 0
[pid=2097/tid=2099] ppid=2095 vsize=151308 CPUtime=221.65 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 25744 0 0 0 22151 14 0 0 20 0 2 0 332752002 154939392 27874 33554432000 4194304 5964350 140736462683632 140393376794616 4400321 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 151308

[startup+282.3 s]
/proc/loadavg: 2.14 2.07 2.00 3/179 2100
/proc/meminfo: memFree=28861928/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=151308 CPUtime=282.19 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 30534 0 0 0 28205 14 0 0 20 0 2 0 332752000 154939392 31671 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 37827 31671 194 433 0 37391 0
[pid=2097/tid=2099] ppid=2095 vsize=151308 CPUtime=281.5 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 29543 0 0 0 28132 18 0 0 20 0 2 0 332752002 154939392 31671 33554432000 4194304 5964350 140736462683632 140393376794664 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 151308

[startup+342.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/180 2103
/proc/meminfo: memFree=28811560/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=216844 CPUtime=342.19 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 36514 0 0 0 34200 19 0 0 20 0 2 0 332752000 222048256 37651 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 54211 37651 194 433 0 53775 0
[pid=2097/tid=2099] ppid=2095 vsize=216844 CPUtime=341.34 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 35523 0 0 0 34110 24 0 0 20 0 2 0 332752002 222048256 37651 33554432000 4194304 5964350 140736462683632 140393376794616 4399832 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 216844

[startup+402.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/179 2103
/proc/meminfo: memFree=28777732/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=216844 CPUtime=402.15 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 40934 0 0 0 40193 22 0 0 20 0 2 0 332752000 222048256 42432 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 54211 42432 194 433 0 53775 0
[pid=2097/tid=2099] ppid=2095 vsize=216844 CPUtime=401.16 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 39943 0 0 0 40088 28 0 0 20 0 2 0 332752002 222048256 42432 33554432000 4194304 5964350 140736462683632 140393376794664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 216844

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 2104
/proc/meminfo: memFree=28747712/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=216844 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2133
/proc/meminfo: memFree=28429460/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=346832 CPUtime=1421.95 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 80030 0 0 0 142146 49 0 0 20 0 2 0 332752000 355155968 81678 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 86708 81678 194 433 0 86272 0
[pid=2097/tid=2099] ppid=2095 vsize=346832 CPUtime=1418.52 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 79039 0 0 0 141782 70 0 0 20 0 2 0 332752002 355155968 81678 33554432000 4194304 5964350 140736462683632 140393376794664 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 346832

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2133
/proc/meminfo: memFree=28414456/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=346832 CPUtime=1481.94 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 81418 0 0 0 148143 51 0 0 20 0 2 0 332752000 355155968 83066 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 86708 83066 194 433 0 86272 0
[pid=2097/tid=2099] ppid=2095 vsize=346832 CPUtime=1478.36 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 80427 0 0 0 147763 73 0 0 20 0 2 0 332752002 355155968 83066 33554432000 4194304 5964350 140736462683632 140393376794424 4399930 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 346832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2136
/proc/meminfo: memFree=28409488/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1541.93 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 82238 0 0 0 154142 51 0 0 20 0 2 0 332752000 423043072 83792 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 83792 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1538.2 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 81247 0 0 0 153746 74 0 0 20 0 2 0 332752002 423043072 83792 33554432000 4194304 5964350 140736462683632 140393376794424 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 413128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2136
/proc/meminfo: memFree=28393000/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1601.92 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 83011 0 0 0 160141 51 0 0 20 0 2 0 332752000 423043072 84914 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 84914 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1598.05 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 82020 0 0 0 159730 75 0 0 20 0 2 0 332752002 423043072 84914 33554432000 4194304 5964350 140736462683632 140393376794616 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 413128

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 2136
/proc/meminfo: memFree=28370888/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1661.88 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 86061 0 0 0 166134 54 0 0 20 0 2 0 332752000 423043072 88247 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 88247 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1657.86 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 85070 0 0 0 165707 79 0 0 20 0 2 0 332752002 423043072 88247 33554432000 4194304 5964350 140736462683632 140393376794616 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 413128

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 2137
/proc/meminfo: memFree=28350784/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1721.88 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 89608 0 0 0 172130 58 0 0 20 0 2 0 332752000 423043072 91794 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 91794 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1717.71 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 88617 0 0 0 171688 83 0 0 20 0 2 0 332752002 423043072 91794 33554432000 4194304 5964350 140736462683632 140393376794424 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 413128

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28338384/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1781.86 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 91884 0 0 0 178127 59 0 0 20 0 2 0 332752000 423043072 94069 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 94069 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1777.56 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 90893 0 0 0 177670 86 0 0 20 0 2 0 332752002 423043072 94069 33554432000 4194304 5964350 140736462683632 140393376794424 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 413128

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 2137
/proc/meminfo: memFree=28333300/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1791.46 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 93109 0 0 0 179086 60 0 0 20 0 2 0 332752000 423043072 95293 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 95293 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1787.14 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 92118 0 0 0 178627 87 0 0 20 0 2 0 332752002 423043072 95293 33554432000 4194304 5964350 140736462683632 140393376794664 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 413128

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28331620/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1794.66 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 93510 0 0 0 179406 60 0 0 20 0 2 0 332752000 423043072 95694 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 95694 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1790.33 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 92519 0 0 0 178946 87 0 0 20 0 2 0 332752002 423043072 95694 33554432000 4194304 5964350 140736462683632 140393376794616 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 413128

[startup+1798.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28330380/32873844 swapFree=7644/7644
[pid=2097] ppid=2095 vsize=413128 CPUtime=1797.86 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 93875 0 0 0 179725 61 0 0 20 0 2 0 332752000 423043072 96059 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 96059 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1793.52 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 92884 0 0 0 179264 88 0 0 20 0 2 0 332752002 423043072 96059 33554432000 4194304 5964350 140736462683632 140393376794616 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 413128

[startup+1799.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28330256/32873844 swapFree=7640/7640
[pid=2097] ppid=2095 vsize=413128 CPUtime=1798.66 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 93966 0 0 0 179805 61 0 0 20 0 2 0 332752000 423043072 96150 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 96150 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1794.32 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 92975 0 0 0 179344 88 0 0 20 0 2 0 332752002 423043072 96150 33554432000 4194304 5964350 140736462683632 140393376794616 4392771 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 413128

[startup+1799.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329512/32873844 swapFree=7640/7640
[pid=2097] ppid=2095 vsize=413128 CPUtime=1799.07 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 93984 0 0 0 179846 61 0 0 20 0 2 0 332752000 423043072 96168 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 96168 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1794.72 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 92993 0 0 0 179384 88 0 0 20 0 2 0 332752002 423043072 96168 33554432000 4194304 5964350 140736462683632 140393376794616 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 413128

[startup+1799.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329512/32873844 swapFree=7640/7640
[pid=2097] ppid=2095 vsize=413128 CPUtime=1799.46 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 94053 0 0 0 179885 61 0 0 20 0 2 0 332752000 423043072 96237 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 96237 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1795.11 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 93062 0 0 0 179423 88 0 0 20 0 2 0 332752002 423043072 96237 33554432000 4194304 5964350 140736462683632 140393376794616 5139038 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 413128

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 2137
/proc/meminfo: memFree=28329512/32873844 swapFree=7640/7640
[pid=2097] ppid=2095 vsize=413128 CPUtime=1799.56 cores=0,2,4,6
/proc/2097/stat : 2097 (wbo1.72) S 2095 2097 2034 0 -1 4202496 94056 0 0 0 179895 61 0 0 20 0 2 0 332752000 423043072 96240 33554432000 4194304 5964350 140736462683632 140736462683152 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2097/statm: 103282 96240 194 433 0 102846 0
[pid=2097/tid=2099] ppid=2095 vsize=413128 CPUtime=1795.21 cores=0,2,4,6
/proc/2097/task/2099/stat : 2099 (wbo1.72) R 2095 2097 2034 0 -1 4202560 93065 0 0 0 179433 88 0 0 20 0 2 0 332752002 423043072 96240 33554432000 4194304 5964350 140736462683632 140393376794616 4400352 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) 413128

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2097 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=346217
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=898863
# CPU time returned by wait4() is 1795.25
# while last known CPU time is 1799.56
#
# 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.56
CPU user time (s): 1798.95
CPU system time (s): 0.61
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 413128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 0.898863
maximum resident set size= 384968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94058
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= 149
involuntary context switches= 1891

runsolver used 6.69598 second user time and 15.7086 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 21:44:36
IDJOB=3727970
IDBENCH=48248
IDSOLVER=2314
FILE ID=node147/3727970-1338666276
RUNJOBID= node147-1338666276-2050
PBS_JOBID= 14636494
Free space on /tmp= 70788 MiB

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

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=753632076

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.951
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		: 2666.951
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.951
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:        29101180 kB
Buffers:          427328 kB
Cached:          2479236 kB
SwapCached:         3380 kB
Active:          1425420 kB
Inactive:        1487668 kB
Active(anon):       2284 kB
Inactive(anon):     5920 kB
Active(file):    1423136 kB
Inactive(file):  1481748 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             10904 kB
Writeback:             0 kB
AnonPages:         10856 kB
Mapped:             8660 kB
Shmem:                 0 kB
Slab:             720648 kB
SReclaimable:     161284 kB
SUnreclaim:       559364 kB
KernelStack:        1384 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727970-1338666276.opb

Free space on /tmp at the end= 70780 MiB
End job on node147 at 2012-06-02 22:14:36