Trace number 3705663

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.87 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_4.opb
MD5SUM95bfca9fba26d7f8c875796701522876
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-144
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

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-3705663-1338104046.opb.
0.00/0.00	c Instance file HOME/instance-3705663-1338104046.opb
0.00/0.00	c File size is 567733 bytes.
0.00/0.04	c Cost Offset: -500
0.00/0.04	c Highest Coefficient sum: 1000
0.04/0.04	c ============================[ Problem Statistics ]=============================
0.04/0.04	c |                                                                             |
0.04/0.04	c |  Parsing time:          0.05         s                                      |
0.04/0.04	c |  Number Variables:      7326                                                |
0.04/0.04	c |  Number Clauses:        6826                                                |
0.04/0.04	c |  Number Cardinality:    1002                                                |
0.04/0.04	c |  Number PB Constraints: 6326                                                |
0.04/0.04	c |                                                                             |
0.04/0.05	c |  Problem Type:          Optimization                                        |
0.04/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.04/0.05	c |                                                                             |
0.04/0.05	c ============================[ Search Statistics ]==============================
0.04/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.04/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.04/0.05	c ===============================================================================
0.04/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.49/0.51	c | 0.52      | 0  | -498         lb |  0                0                0.00  |
21.08/21.15	c | 21.15     | 0  | -497         lb |  0                0                0.00  |
487.31/487.52	c | 487.52    | 0  | -496         lb |  0                0                0.00  |
1799.34/1800.00	c ===============================================================================
1799.34/1800.00	c Wall Clock Time: 1800.00 s
1799.34/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-3705663-1338104046/watcher-3705663-1338104046 -o /tmp/evaluation-result-3705663-1338104046/solver-3705663-1338104046 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705663-1338104046.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.00 2.00 2.00 3/177 3966
/proc/meminfo: memFree=27733344/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=5088 CPUtime=0 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) R 3964 3966 2447 0 -1 4202496 644 0 0 0 0 0 0 0 20 0 1 0 276530562 5210112 596 33554432000 4194304 5963574 140737260922336 140734107488152 4395185 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 1272 598 171 432 0 698 0

[startup+0.0463059 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3966
/proc/meminfo: memFree=27733344/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=9440 CPUtime=0.04 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) R 3964 3966 2447 0 -1 4202496 1945 0 0 0 4 0 0 0 20 0 1 0 276530562 9666560 1759 33554432000 4194304 5963574 140737260922336 140734107488152 4296686 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 2360 1783 170 432 0 1925 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9440

[startup+0.100185 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3966
/proc/meminfo: memFree=27733344/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=0.09 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 4240 0 0 0 9 0 0 0 20 0 2 0 276530562 89923584 3760 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 3760 192 432 0 21519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87816

[startup+0.300109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3966
/proc/meminfo: memFree=27733344/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=0.29 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 4241 0 0 0 29 0 0 0 20 0 2 0 276530562 89923584 3761 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 3761 193 432 0 21519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87816

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3966
/proc/meminfo: memFree=27733344/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=0.69 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 5083 0 0 0 69 0 0 0 20 0 2 0 276530562 89923584 4603 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 4603 194 432 0 21519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87816

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3968
/proc/meminfo: memFree=27715456/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=1.49 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 5549 0 0 0 149 0 0 0 20 0 2 0 276530562 89923584 5069 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 5069 194 432 0 21519 0
[pid=3966/tid=3968] ppid=3964 vsize=87816 CPUtime=1.44 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 3526 0 0 0 144 0 0 0 20 0 2 0 276530567 89923584 5069 33554432000 4194304 5963574 140737260922336 139774774421016 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87816

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3968
/proc/meminfo: memFree=27710240/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=3.08 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 7066 0 0 0 308 0 0 0 20 0 2 0 276530562 89923584 6586 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 6586 194 432 0 21519 0
[pid=3966/tid=3968] ppid=3964 vsize=87816 CPUtime=3.04 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 5043 0 0 0 304 0 0 0 20 0 2 0 276530567 89923584 6586 33554432000 4194304 5963574 140737260922336 139774774421016 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87816

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3968
/proc/meminfo: memFree=27698052/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=6.28 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 9423 0 0 0 627 1 0 0 20 0 2 0 276530562 89923584 8943 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 8943 194 432 0 21519 0
[pid=3966/tid=3968] ppid=3964 vsize=87816 CPUtime=6.24 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 7400 0 0 0 622 2 0 0 20 0 2 0 276530567 89923584 8943 33554432000 4194304 5963574 140737260922336 139774774421016 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87816

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3968
/proc/meminfo: memFree=27673540/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=12.69 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 14358 0 0 0 1265 4 0 0 20 0 2 0 276530562 89923584 13878 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 13878 194 432 0 21519 0
[pid=3966/tid=3968] ppid=3964 vsize=87816 CPUtime=12.64 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 12335 0 0 0 1260 4 0 0 20 0 2 0 276530567 89923584 13878 33554432000 4194304 5963574 140737260922336 139774774421496 4388668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87816

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3969
/proc/meminfo: memFree=27655916/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=87816 CPUtime=25.49 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 17594 0 0 0 2544 5 0 0 20 0 2 0 276530562 89923584 17113 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 21954 17113 194 432 0 21519 0
[pid=3966/tid=3968] ppid=3964 vsize=87816 CPUtime=25.44 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 15571 0 0 0 2539 5 0 0 20 0 2 0 276530567 89923584 17113 33554432000 4194304 5963574 140737260922336 139774774421832 4408753 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87816

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3969
/proc/meminfo: memFree=27626868/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=153352 CPUtime=51.08 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 24960 0 0 0 5101 7 0 0 20 0 2 0 276530562 157032448 24479 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 38338 24479 194 432 0 37903 0
[pid=3966/tid=3968] ppid=3964 vsize=153352 CPUtime=51.04 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 22937 0 0 0 5096 8 0 0 20 0 2 0 276530567 157032448 24479 33554432000 4194304 5963574 140737260922336 139774774421496 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 153352

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3969
/proc/meminfo: memFree=27521200/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=219212 CPUtime=102.28 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 48962 0 0 0 10213 15 0 0 20 0 2 0 276530562 224473088 48481 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 54803 48481 194 432 0 54368 0
[pid=3966/tid=3968] ppid=3964 vsize=219212 CPUtime=102.25 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 46939 0 0 0 10209 16 0 0 20 0 2 0 276530567 224473088 48481 33554432000 4194304 5963574 140737260922336 139774774421016 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 219212

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3969
/proc/meminfo: memFree=27345492/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=416220 CPUtime=162.26 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 86734 0 0 0 16200 26 0 0 20 0 2 0 276530562 426209280 86253 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 104055 86253 194 432 0 103620 0
[pid=3966/tid=3968] ppid=3964 vsize=416220 CPUtime=162.24 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 84711 0 0 0 16195 29 0 0 20 0 2 0 276530567 426209280 86253 33554432000 4194304 5963574 140737260922336 139774774421496 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 416220

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3969
/proc/meminfo: memFree=27268116/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=481756 CPUtime=222.25 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 104129 0 0 0 22194 31 0 0 20 0 2 0 276530562 493318144 103648 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 120439 103648 194 432 0 120004 0
[pid=3966/tid=3968] ppid=3964 vsize=481756 CPUtime=222.25 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 102106 0 0 0 22190 35 0 0 20 0 2 0 276530567 493318144 103648 33554432000 4194304 5963574 140737260922336 139774774421496 4388360 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 481756

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4020
/proc/meminfo: memFree=27758848/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=547292 CPUtime=282.22 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 124875 0 0 0 28184 38 0 0 20 0 2 0 276530562 560427008 124395 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 136823 124395 194 432 0 136388 0
[pid=3966/tid=3968] ppid=3964 vsize=547292 CPUtime=282.23 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 122852 0 0 0 28180 43 0 0 20 0 2 0 276530567 560427008 124395 33554432000 4194304 5963574 140737260922336 139774774421496 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 547292

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4021
/proc/meminfo: memFree=27641948/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=612828 CPUtime=342.18 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 147853 0 0 0 34172 46 0 0 20 0 2 0 276530562 627535872 147340 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 153207 147340 194 432 0 152772 0
[pid=3966/tid=3968] ppid=3964 vsize=612828 CPUtime=342.2 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 145830 0 0 0 34168 52 0 0 20 0 2 0 276530567 627535872 147340 33554432000 4194304 5963574 140737260922336 139774774421496 4388646 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 612828

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 4024
/proc/meminfo: memFree=27539056/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=743900 CPUtime=402.14 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 166157 0 0 0 40161 53 0 0 20 0 2 0 276530562 761753600 165623 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 185975 165623 194 432 0 185540 0
[pid=3966/tid=3968] ppid=3964 vsize=743900 CPUtime=402.18 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 164134 0 0 0 40158 60 0 0 20 0 2 0 276530567 761753600 165623 33554432000 4194304 5963574 140737260922336 139774774421496 4400074 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 743900

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4024
/proc/meminfo: memFree=27431336/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=809436 CPUtime=462.11 cores=0,2,4,6

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

/proc/3966/statm: 300696 284006 194 432 0 300261 0
[pid=3966/tid=3968] ppid=3964 vsize=1202784 CPUtime=1302.16 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 282362 0 0 0 130104 112 0 0 20 0 2 0 276530567 1231650816 284006 33554432000 4194304 5963574 140737260922336 139774774421368 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1202784

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4031
/proc/meminfo: memFree=26627996/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1268320 CPUtime=1361.93 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 309563 0 0 0 136094 99 0 0 20 0 2 0 276530562 1298759680 309184 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 317080 309184 194 432 0 316645 0
[pid=3966/tid=3968] ppid=3964 vsize=1268320 CPUtime=1362.16 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 307540 0 0 0 136096 120 0 0 20 0 2 0 276530567 1298759680 309184 33554432000 4194304 5963574 140737260922336 139774774421496 4388636 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1268320

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4031
/proc/meminfo: memFree=26564360/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1333856 CPUtime=1421.92 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 319851 0 0 0 142090 102 0 0 20 0 2 0 276530562 1365868544 319802 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 333464 319802 194 432 0 333029 0
[pid=3966/tid=3968] ppid=3964 vsize=1333856 CPUtime=1422.16 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 317828 0 0 0 142092 124 0 0 20 0 2 0 276530567 1365868544 319802 33554432000 4194304 5963574 140737260922336 139774774421496 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1333856

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 4031
/proc/meminfo: memFree=26381288/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1532088 CPUtime=1481.88 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 365134 0 0 0 148075 113 0 0 20 0 2 0 276530562 1568858112 365065 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 383022 365065 194 432 0 382587 0
[pid=3966/tid=3968] ppid=3964 vsize=1532088 CPUtime=1482.14 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 363111 0 0 0 148078 136 0 0 20 0 2 0 276530567 1568858112 365065 33554432000 4194304 5963574 140737260922336 139774774421496 4388077 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1532088

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4031
/proc/meminfo: memFree=26354224/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1532088 CPUtime=1541.84 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 365173 0 0 0 154071 113 0 0 20 0 2 0 276530562 1568858112 365099 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 383022 365099 194 432 0 382587 0
[pid=3966/tid=3968] ppid=3964 vsize=1532088 CPUtime=1542.11 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 363150 0 0 0 154074 137 0 0 20 0 2 0 276530567 1568858112 365099 33554432000 4194304 5963574 140737260922336 139774774421496 4388621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1532088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4035
/proc/meminfo: memFree=26133652/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1601.8 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 419381 0 0 0 160049 131 0 0 20 0 2 0 276530562 1770184704 419294 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 419294 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1602.09 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 417358 0 0 0 160053 156 0 0 20 0 2 0 276530567 1770184704 419294 33554432000 4194304 5963574 140737260922336 139774774421496 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1728696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4057
/proc/meminfo: memFree=26106056/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1661.78 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425586 0 0 0 166045 133 0 0 20 0 2 0 276530562 1770184704 425485 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425485 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1662.08 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423563 0 0 0 166049 159 0 0 20 0 2 0 276530567 1770184704 425485 33554432000 4194304 5963574 140737260922336 139774774421496 4403244 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1728696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26090928/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1721.75 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 172042 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1722.06 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 172046 160 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1728696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26063524/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1781.74 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 178041 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1782.06 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 178045 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4388706 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 1728696

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 4057
/proc/meminfo: memFree=26057696/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1791.35 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179002 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1791.67 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179006 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 1728696

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26055836/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1794.55 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179322 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1794.87 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179326 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 1728696

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26054720/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1797.74 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179641 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1798.07 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179646 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4408621 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 1728696

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26054224/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1798.54 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179721 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1798.87 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179726 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 1728696

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26053852/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1798.95 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179762 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1799.27 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179766 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 1728696

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26053852/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=1728696 CPUtime=1799.34 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) S 3964 3966 2447 0 -1 4202496 425619 0 0 0 179801 133 0 0 20 0 2 0 276530562 1770184704 425495 33554432000 4194304 5963574 140737260922336 140737260921856 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 432174 425495 194 432 0 431739 0
[pid=3966/tid=3968] ppid=3964 vsize=1728696 CPUtime=1799.67 cores=0,2,4,6
/proc/3966/task/3968/stat : 3968 (wbo1.7) R 3964 3966 2447 0 -1 4202560 423596 0 0 0 179806 161 0 0 20 0 2 0 276530567 1770184704 425495 33554432000 4194304 5963574 140737260922336 139774774421496 4399537 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 1728696

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4057
/proc/meminfo: memFree=26053852/32873648 swapFree=6864/6864
[pid=3966] ppid=3964 vsize=0 CPUtime=1799.83 cores=0,2,4,6
/proc/3966/stat : 3966 (wbo1.7) R 3964 3966 2447 0 -1 4203524 425619 0 0 0 179821 162 0 0 20 0 1 0 276530562 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3966/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.83
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 1800.03
CPU time (s): 1799.87
CPU user time (s): 1798.21
CPU system time (s): 1.65575
CPU usage (%): 99.9907
Max. virtual memory (cumulated for all children) (KiB): 1728696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.21
system time used= 1.65575
maximum resident set size= 1701980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425619
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= 407
involuntary context switches= 1867

runsolver used 2.6336 second user time and 7.2399 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 09:34:06
IDJOB=3705663
IDBENCH=48234
IDSOLVER=2284
FILE ID=node120/3705663-1338104046
RUNJOBID= node120-1338088086-2463
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 95bfca9fba26d7f8c875796701522876
RANDOM SEED=597402712

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27733888 kB
Buffers:          310824 kB
Cached:          3421380 kB
SwapCached:          636 kB
Active:          1315224 kB
Inactive:        2999040 kB
Active(anon):     571060 kB
Inactive(anon):    12532 kB
Active(file):     744164 kB
Inactive(file):  2986508 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        677600 kB
Mapped:            15056 kB
Shmem:               120 kB
Slab:             685700 kB
SReclaimable:     130136 kB
SUnreclaim:       555564 kB
KernelStack:        1488 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     151944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    538624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705663-1338104046.opb

Free space on /tmp at the end= 71688 MiB
End job on node120 at 2012-05-27 10:04:06