Trace number 3705658

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
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-33
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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-3705658-1338104293.opb.
0.00/0.00	c Instance file HOME/instance-3705658-1338104293.opb
0.00/0.00	c File size is 531925 bytes.
0.00/0.04	c Cost Offset: -200
0.00/0.04	c Highest Coefficient sum: 400
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      6620                                                |
0.00/0.04	c |  Number Clauses:        6420                                                |
0.00/0.04	c |  Number Cardinality:    402                                                 |
0.00/0.04	c |  Number PB Constraints: 6220                                                |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.05	c |                                                                             |
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.05	c ===============================================================================
0.00/0.06	c | 0.06      | 0  | -199         lb |  0                0                0.00  |
0.08/0.11	c | 0.12      | 0  | -198         lb |  0                0                0.00  |
3.49/3.59	c | 3.60      | 0  | -197         lb |  0                0                0.00  |
54.06/54.13	c | 54.13     | 0  | -196         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-3705658-1338104293/watcher-3705658-1338104293 -o /tmp/evaluation-result-3705658-1338104293/solver-3705658-1338104293 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705658-1338104293.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12720
/proc/meminfo: memFree=27474428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=4416 CPUtime=0 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) R 12718 12720 11506 0 -1 4202496 498 0 0 0 0 0 0 0 20 0 1 0 276554361 4521984 450 33554432000 4194304 5963574 140735960051152 140736592947864 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 1104 450 163 432 0 539 0

[startup+0.065743 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12720
/proc/meminfo: memFree=27474428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=88200 CPUtime=0.05 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 3394 0 0 0 5 0 0 0 20 0 2 0 276554361 90316800 3086 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 22050 3086 190 432 0 21615 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 88200

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12720
/proc/meminfo: memFree=27474428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=0.08 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 3955 0 0 0 8 0 0 0 20 0 2 0 276554361 89579520 3517 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 3517 193 432 0 21435 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 87480

[startup+0.300174 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12720
/proc/meminfo: memFree=27474428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=0.28 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 4526 0 0 0 28 0 0 0 20 0 2 0 276554361 89579520 4088 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 4088 194 432 0 21435 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87480

[startup+0.700125 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12720
/proc/meminfo: memFree=27474428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=0.68 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 4642 0 0 0 68 0 0 0 20 0 2 0 276554361 89579520 4204 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 4204 194 432 0 21435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87480

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12722
/proc/meminfo: memFree=27455580/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=1.49 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 5622 0 0 0 148 1 0 0 20 0 2 0 276554361 89579520 5184 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 5184 194 432 0 21435 0
[pid=12720/tid=12722] ppid=12718 vsize=87480 CPUtime=1.43 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 3689 0 0 0 143 0 0 0 20 0 2 0 276554365 89579520 5184 33554432000 4194304 5963574 140735960051152 139709810276344 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87480

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12767
/proc/meminfo: memFree=29459412/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=3.09 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 7334 0 0 0 308 1 0 0 20 0 2 0 276554361 89579520 6896 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 6896 194 432 0 21435 0
[pid=12720/tid=12722] ppid=12718 vsize=87480 CPUtime=3.03 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 5401 0 0 0 303 0 0 0 20 0 2 0 276554365 89579520 6896 33554432000 4194304 5963574 140735960051152 139709810276152 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87480

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12773
/proc/meminfo: memFree=29421368/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=6.28 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 8750 0 0 0 627 1 0 0 20 0 2 0 276554361 89579520 8312 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 8312 194 432 0 21435 0
[pid=12720/tid=12722] ppid=12718 vsize=87480 CPUtime=6.22 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 6817 0 0 0 621 1 0 0 20 0 2 0 276554365 89579520 8312 33554432000 4194304 5963574 140735960051152 139709810276712 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 87480

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12773
/proc/meminfo: memFree=29395952/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=87480 CPUtime=12.69 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 12542 0 0 0 1267 2 0 0 20 0 2 0 276554361 89579520 12104 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 21870 12104 194 432 0 21435 0
[pid=12720/tid=12722] ppid=12718 vsize=87480 CPUtime=12.6 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 10609 0 0 0 1259 1 0 0 20 0 2 0 276554365 89579520 12104 33554432000 4194304 5963574 140735960051152 139709810275864 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87480

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12773
/proc/meminfo: memFree=29314848/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=153340 CPUtime=25.48 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 22163 0 0 0 2543 5 0 0 20 0 2 0 276554361 157020160 21718 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 38335 21718 194 432 0 37900 0
[pid=12720/tid=12722] ppid=12718 vsize=153340 CPUtime=25.36 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 20230 0 0 0 2532 4 0 0 20 0 2 0 276554365 157020160 21718 33554432000 4194304 5963574 140735960051152 139709810275864 4403228 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153340

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 12773
/proc/meminfo: memFree=29240276/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=153500 CPUtime=51.06 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 32678 0 0 0 5097 9 0 0 20 0 2 0 276554361 157184000 32237 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 38375 32237 194 432 0 37940 0
[pid=12720/tid=12722] ppid=12718 vsize=153500 CPUtime=50.88 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 30745 0 0 0 5080 8 0 0 20 0 2 0 276554365 157184000 32237 33554432000 4194304 5963574 140735960051152 139709810276344 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 153500

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12773
/proc/meminfo: memFree=29221300/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=218552 CPUtime=102.25 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 36045 0 0 0 10216 9 0 0 20 0 2 0 276554361 223797248 35985 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 54638 35985 194 432 0 54203 0
[pid=12720/tid=12722] ppid=12718 vsize=218552 CPUtime=101.95 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 34112 0 0 0 10185 10 0 0 20 0 2 0 276554365 223797248 35985 33554432000 4194304 5963574 140735960051152 139709810277304 4402942 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 218552

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 12776
/proc/meminfo: memFree=29200700/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=218552 CPUtime=162.24 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 41104 0 0 0 16211 13 0 0 20 0 2 0 276554361 223797248 41031 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 54638 41031 194 432 0 54203 0
[pid=12720/tid=12722] ppid=12718 vsize=218552 CPUtime=161.78 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 39171 0 0 0 16164 14 0 0 20 0 2 0 276554365 223797248 41031 33554432000 4194304 5963574 140735960051152 139709810276344 5135642 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 218552

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12777
/proc/meminfo: memFree=29154608/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=284088 CPUtime=222.2 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 52229 0 0 0 22201 19 0 0 20 0 2 0 276554361 290906112 52358 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 71022 52358 194 432 0 70587 0
[pid=12720/tid=12722] ppid=12718 vsize=284088 CPUtime=221.59 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 50296 0 0 0 22138 21 0 0 20 0 2 0 276554365 290906112 52358 33554432000 4194304 5963574 140735960051152 139709810275864 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 284088

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12777
/proc/meminfo: memFree=29109836/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=285172 CPUtime=282.19 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 58852 0 0 0 28197 22 0 0 20 0 2 0 276554361 292016128 59492 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 71293 59492 194 432 0 70858 0
[pid=12720/tid=12722] ppid=12718 vsize=285172 CPUtime=281.43 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 56919 0 0 0 28118 25 0 0 20 0 2 0 276554365 292016128 59492 33554432000 4194304 5963574 140735960051152 139709810276152 4399625 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 285172

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12777
/proc/meminfo: memFree=29015280/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=350708 CPUtime=342.17 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 69827 0 0 0 34190 27 0 0 20 0 2 0 276554361 359124992 70467 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 87677 70467 194 432 0 87242 0
[pid=12720/tid=12722] ppid=12718 vsize=350708 CPUtime=341.28 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 67894 0 0 0 34096 32 0 0 20 0 2 0 276554365 359124992 70467 33554432000 4194304 5963574 140735960051152 139709810275944 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 350708

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12777
/proc/meminfo: memFree=28977392/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=350708 CPUtime=402.17 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 74821 0 0 0 40186 31 0 0 20 0 2 0 276554361 359124992 75462 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 87677 75462 194 432 0 87242 0
[pid=12720/tid=12722] ppid=12718 vsize=350708 CPUtime=401.12 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 72888 0 0 0 40076 36 0 0 20 0 2 0 276554365 359124992 75462 33554432000 4194304 5963574 140735960051152 139709810276152 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 350708

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12777
/proc/meminfo: memFree=28921872/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=350708 CPUtime=462.13 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 12810
/proc/meminfo: memFree=28324320/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=679652 CPUtime=1421.93 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 151430 0 0 0 142105 88 0 0 20 0 2 0 276554361 695963648 152939 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 169913 152939 194 432 0 169478 0
[pid=12720/tid=12722] ppid=12718 vsize=679652 CPUtime=1418.38 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 149497 0 0 0 141730 108 0 0 20 0 2 0 276554365 695963648 152939 33554432000 4194304 5963574 140735960051152 139709810276344 5134809 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 679652

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12810
/proc/meminfo: memFree=28319832/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=679652 CPUtime=1481.91 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 151447 0 0 0 148103 88 0 0 20 0 2 0 276554361 695963648 153161 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 169913 153161 194 432 0 169478 0
[pid=12720/tid=12722] ppid=12718 vsize=679652 CPUtime=1478.21 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 149514 0 0 0 147712 109 0 0 20 0 2 0 276554365 695963648 153161 33554432000 4194304 5963574 140735960051152 139709810276344 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 679652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12810
/proc/meminfo: memFree=28270480/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=679652 CPUtime=1541.89 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 163772 0 0 0 154092 97 0 0 20 0 2 0 276554361 695963648 165486 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 169913 165486 194 432 0 169478 0
[pid=12720/tid=12722] ppid=12718 vsize=679652 CPUtime=1538.05 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 161839 0 0 0 153685 120 0 0 20 0 2 0 276554365 695963648 165486 33554432000 4194304 5963574 140735960051152 139709810275864 4403228 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 679652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12810
/proc/meminfo: memFree=28213688/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1601.89 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 170720 0 0 0 160085 104 0 0 20 0 2 0 276554361 763899904 172432 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 172432 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1597.9 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 168787 0 0 0 159663 127 0 0 20 0 2 0 276554365 763899904 172432 33554432000 4194304 5963574 140735960051152 139709810276344 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 745996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12810
/proc/meminfo: memFree=28211704/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1661.88 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 170874 0 0 0 166084 104 0 0 20 0 2 0 276554361 763899904 172586 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 172586 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1657.75 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 168941 0 0 0 165647 128 0 0 20 0 2 0 276554365 763899904 172586 33554432000 4194304 5963574 140735960051152 139709810276152 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 745996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28197008/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1721.87 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 174070 0 0 0 172079 108 0 0 20 0 2 0 276554361 763899904 175925 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 175925 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1717.59 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 172137 0 0 0 171626 133 0 0 20 0 2 0 276554365 763899904 175925 33554432000 4194304 5963574 140735960051152 139709810276344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 745996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140320/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1781.86 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 178072 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1777.44 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 177604 140 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 745996

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 12811
/proc/meminfo: memFree=28140180/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1791.46 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179032 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1787.02 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 178561 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 745996

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140304/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1794.66 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179352 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1790.22 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 178881 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 745996

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140304/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1797.86 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179672 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1793.4 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 179199 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 745996

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140428/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1798.66 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179752 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1794.2 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 179279 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 745996

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140040/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1799.06 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179792 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1794.6 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 179319 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4392498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 745996

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140040/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1799.46 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179832 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1795 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 179359 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 745996

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12811
/proc/meminfo: memFree=28140040/32873844 swapFree=7116/7116
[pid=12720] ppid=12718 vsize=745996 CPUtime=1799.56 cores=1,3,5,7
/proc/12720/stat : 12720 (wbo1.7) S 12718 12720 11506 0 -1 4202496 181040 0 0 0 179842 114 0 0 20 0 2 0 276554361 763899904 182895 33554432000 4194304 5963574 140735960051152 140735960050672 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12720/statm: 186499 182895 194 432 0 186064 0
[pid=12720/tid=12722] ppid=12718 vsize=745996 CPUtime=1795.1 cores=1,3,5,7
/proc/12720/task/12722/stat : 12722 (wbo1.7) R 12718 12720 11506 0 -1 4202560 179107 0 0 0 179369 141 0 0 20 0 2 0 276554365 763899904 182895 33554432000 4194304 5963574 140735960051152 139709810276344 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 745996

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12720 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=736310
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=437781
# CPU time returned by wait4() is 1795.17
# 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.02
CPU time (s): 1799.56
CPU user time (s): 1798.42
CPU system time (s): 1.14
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 745996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 1.43778
maximum resident set size= 731580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181040
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= 289
involuntary context switches= 1860

runsolver used 3.3015 second user time and 8.57869 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 09:38:13
IDJOB=3705658
IDBENCH=48238
IDSOLVER=2284
FILE ID=node138/3705658-1338104293
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71524 MiB

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

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=46212060

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:        27475460 kB
Buffers:          333796 kB
Cached:          2215496 kB
SwapCached:          212 kB
Active:          2761400 kB
Inactive:        1796748 kB
Active(anon):    1999536 kB
Inactive(anon):    11368 kB
Active(file):     761864 kB
Inactive(file):  1785380 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:       2105416 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693880 kB
SReclaimable:     136208 kB
SUnreclaim:       557672 kB
KernelStack:        1488 kB
PageTables:         8328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     194928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1243136 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-3705658-1338104293.opb

Free space on /tmp at the end= 71528 MiB
End job on node138 at 2012-05-27 10:08:13