Trace number 3705660

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_1.opb
MD5SUM162153f0f0e5f8f2e587b9d579ee09dc
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-146
Best CPU time to get the best result obtained on this benchmark1796.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -136
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)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

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-3705660-1338107894.opb.
0.00/0.00	c Instance file HOME/instance-3705660-1338107894.opb
0.00/0.00	c File size is 566997 bytes.
0.03/0.04	c Cost Offset: -500
0.03/0.04	c Highest Coefficient sum: 1000
0.03/0.04	c ============================[ Problem Statistics ]=============================
0.03/0.04	c |                                                                             |
0.03/0.04	c |  Parsing time:          0.05         s                                      |
0.03/0.04	c |  Number Variables:      7318                                                |
0.03/0.04	c |  Number Clauses:        6818                                                |
0.03/0.04	c |  Number Cardinality:    1002                                                |
0.03/0.04	c |  Number PB Constraints: 6318                                                |
0.03/0.04	c |                                                                             |
0.03/0.05	c |  Problem Type:          Optimization                                        |
0.03/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.03/0.05	c |                                                                             |
0.03/0.05	c ============================[ Search Statistics ]==============================
0.03/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.03/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.03/0.05	c ===============================================================================
0.03/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.49/0.53	c | 0.53      | 0  | -498         lb |  0                0                0.00  |
20.68/20.74	c | 20.74     | 0  | -497         lb |  0                0                0.00  |
372.74/372.90	c | 372.91    | 0  | -496         lb |  0                0                0.00  |
1799.36/1800.00	c ===============================================================================
1799.36/1800.00	c Wall Clock Time: 1800.00 s
1799.36/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3705660-1338107894/watcher-3705660-1338107894 -o /tmp/evaluation-result-3705660-1338107894/solver-3705660-1338107894 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705660-1338107894.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.04 2.02 2.00 3/177 12979
/proc/meminfo: memFree=29049152/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=5084 CPUtime=0 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) R 12977 12979 11506 0 -1 4202496 643 0 0 0 0 0 0 0 20 0 1 0 276914448 5206016 595 33554432000 4194304 5963574 140734664798208 140736281787976 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 1271 595 170 432 0 697 0

[startup+0.041681 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12979
/proc/meminfo: memFree=29049152/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=8140 CPUtime=0.03 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) R 12977 12979 11506 0 -1 4202496 1501 0 0 0 3 0 0 0 20 0 1 0 276914448 8335360 1453 33554432000 4194304 5963574 140734664798208 140736281787976 4335779 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 2035 1453 285 432 0 1461 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8140

[startup+0.100191 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12979
/proc/meminfo: memFree=29049152/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=0.09 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 4281 0 0 0 9 0 0 0 20 0 2 0 276914448 89919488 3771 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 3771 192 432 0 21518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87812

[startup+0.300066 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12979
/proc/meminfo: memFree=29049152/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=0.29 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 4282 0 0 0 29 0 0 0 20 0 2 0 276914448 89919488 3772 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 3772 193 432 0 21518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87812

[startup+0.700184 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 12979
/proc/meminfo: memFree=29049152/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=0.69 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 5121 0 0 0 69 0 0 0 20 0 2 0 276914448 89919488 4610 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 4610 194 432 0 21518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87812

[startup+1.50025 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 12981
/proc/meminfo: memFree=29031420/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=1.49 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 5292 0 0 0 149 0 0 0 20 0 2 0 276914448 89919488 4781 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 4781 194 432 0 21518 0
[pid=12979/tid=12981] ppid=12977 vsize=87812 CPUtime=1.43 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 3267 0 0 0 143 0 0 0 20 0 2 0 276914453 89919488 4781 33554432000 4194304 5963574 140734664798208 139691759429992 4388668 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) 87812

[startup+3.10026 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29457880/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=3.09 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 6522 0 0 0 308 1 0 0 20 0 2 0 276914448 89919488 6011 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 6011 194 432 0 21518 0
[pid=12979/tid=12981] ppid=12977 vsize=87812 CPUtime=3.03 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 4497 0 0 0 302 1 0 0 20 0 2 0 276914453 89919488 6011 33554432000 4194304 5963574 140734664798208 139691759429144 5135572 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) 87812

[startup+6.30025 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29440604/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=6.29 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 9260 0 0 0 627 2 0 0 20 0 2 0 276914448 89919488 8749 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 8749 194 432 0 21518 0
[pid=12979/tid=12981] ppid=12977 vsize=87812 CPUtime=6.22 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 7235 0 0 0 621 1 0 0 20 0 2 0 276914453 89919488 8749 33554432000 4194304 5963574 140734664798208 139691759429144 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87812

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29412892/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=12.68 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 13958 0 0 0 1265 3 0 0 20 0 2 0 276914448 89919488 13581 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 13581 194 432 0 21518 0
[pid=12979/tid=12981] ppid=12977 vsize=87812 CPUtime=12.6 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 11933 0 0 0 1257 3 0 0 20 0 2 0 276914453 89919488 13581 33554432000 4194304 5963574 140734664798208 139691759429144 4388706 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87812

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13032
/proc/meminfo: memFree=29385884/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=87812 CPUtime=25.47 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 18353 0 0 0 2542 5 0 0 20 0 2 0 276914448 89919488 17970 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 21953 17970 194 432 0 21518 0
[pid=12979/tid=12981] ppid=12977 vsize=87812 CPUtime=25.36 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 16328 0 0 0 2531 5 0 0 20 0 2 0 276914453 89919488 17970 33554432000 4194304 5963574 140734664798208 139691759429992 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87812

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 13032
/proc/meminfo: memFree=29340032/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=153348 CPUtime=51.06 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 25096 0 0 0 5099 7 0 0 20 0 2 0 276914448 157028352 24711 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 38337 24711 194 432 0 37902 0
[pid=12979/tid=12981] ppid=12977 vsize=153348 CPUtime=50.88 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 23071 0 0 0 5081 7 0 0 20 0 2 0 276914453 157028352 24711 33554432000 4194304 5963574 140734664798208 139691759429144 4388665 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) 153348

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 13032
/proc/meminfo: memFree=29212928/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=284744 CPUtime=102.26 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 54442 0 0 0 10206 20 0 0 20 0 2 0 276914448 291577856 54044 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 71186 54044 194 432 0 70751 0
[pid=12979/tid=12981] ppid=12977 vsize=284744 CPUtime=101.95 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 52417 0 0 0 10174 21 0 0 20 0 2 0 276914453 291577856 54044 33554432000 4194304 5963574 140734664798208 139691759429144 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 284744

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 13035
/proc/meminfo: memFree=29059436/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=415976 CPUtime=162.21 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 85227 0 0 0 16190 31 0 0 20 0 2 0 276914448 425959424 84803 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 103994 84803 194 432 0 103559 0
[pid=12979/tid=12981] ppid=12977 vsize=415976 CPUtime=161.76 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 83202 0 0 0 16144 32 0 0 20 0 2 0 276914453 425959424 84803 33554432000 4194304 5963574 140734664798208 139691759429624 4388621 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 415976

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13035
/proc/meminfo: memFree=28963564/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=481752 CPUtime=222.2 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 103396 0 0 0 22183 37 0 0 20 0 2 0 276914448 493314048 103473 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 120438 103473 194 432 0 120003 0
[pid=12979/tid=12981] ppid=12977 vsize=481752 CPUtime=221.6 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 101371 0 0 0 22120 40 0 0 20 0 2 0 276914453 493314048 103473 33554432000 4194304 5963574 140734664798208 139691759429624 4399451 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) 481752

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13036
/proc/meminfo: memFree=28813104/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=612824 CPUtime=282.18 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 136196 0 0 0 28170 48 0 0 20 0 2 0 276914448 627531776 136273 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 153206 136273 194 432 0 152771 0
[pid=12979/tid=12981] ppid=12977 vsize=612824 CPUtime=281.45 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 134171 0 0 0 28093 52 0 0 20 0 2 0 276914453 627531776 136273 33554432000 4194304 5963574 140734664798208 139691759429144 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 612824

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28734892/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=678360 CPUtime=342.15 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 149931 0 0 0 34163 52 0 0 20 0 2 0 276914448 694640640 149990 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 169590 149990 194 432 0 169155 0
[pid=12979/tid=12981] ppid=12977 vsize=678360 CPUtime=341.27 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 147906 0 0 0 34070 57 0 0 20 0 2 0 276914453 694640640 149990 33554432000 4194304 5963574 140734664798208 139691759429624 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 678360

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28755972/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=612956 CPUtime=402.12 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 150259 0 0 0 40160 52 0 0 20 0 2 0 276914448 627666944 140237 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 153239 140237 194 432 0 152804 0
[pid=12979/tid=12981] ppid=12977 vsize=612956 CPUtime=401.09 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 148234 0 0 0 40051 58 0 0 20 0 2 0 276914453 627666944 140237 33554432000 4194304 5963574 140734664798208 139691759430584 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 612956

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13036
/proc/meminfo: memFree=28744348/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=612956 CPUtime=462.1 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13068
/proc/meminfo: memFree=27942524/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1269940 CPUtime=1421.89 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 313724 0 0 0 142075 114 0 0 20 0 2 0 276914448 1300418560 312266 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 317485 312266 194 432 0 317050 0
[pid=12979/tid=12981] ppid=12977 vsize=1269940 CPUtime=1418.37 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 311699 0 0 0 141702 135 0 0 20 0 2 0 276914453 1300418560 312266 33554432000 4194304 5963574 140734664798208 139691759429624 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1269940

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27859824/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1401012 CPUtime=1481.87 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 332422 0 0 0 148065 122 0 0 20 0 2 0 276914448 1434636288 330964 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 350253 330964 194 432 0 349818 0
[pid=12979/tid=12981] ppid=12977 vsize=1401012 CPUtime=1478.21 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 330397 0 0 0 147677 144 0 0 20 0 2 0 276914453 1434636288 330964 33554432000 4194304 5963574 140734664798208 139691759429624 4399409 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1401012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27849052/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1401012 CPUtime=1541.85 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 332637 0 0 0 154063 122 0 0 20 0 2 0 276914448 1434636288 331166 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 350253 331166 194 432 0 349818 0
[pid=12979/tid=12981] ppid=12977 vsize=1401012 CPUtime=1538.04 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 330612 0 0 0 153659 145 0 0 20 0 2 0 276914453 1434636288 331166 33554432000 4194304 5963574 140734664798208 139691759429432 4400164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 1401012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27797684/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1401012 CPUtime=1601.82 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 341876 0 0 0 160055 127 0 0 20 0 2 0 276914448 1434636288 340397 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 350253 340397 194 432 0 349818 0
[pid=12979/tid=12981] ppid=12977 vsize=1401012 CPUtime=1597.85 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 339851 0 0 0 159634 151 0 0 20 0 2 0 276914453 1434636288 340397 33554432000 4194304 5963574 140734664798208 139691759429624 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 1401012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27796596/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1401012 CPUtime=1661.77 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 341926 0 0 0 166050 127 0 0 20 0 2 0 276914448 1434636288 340461 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 350253 340461 194 432 0 349818 0
[pid=12979/tid=12981] ppid=12977 vsize=1401012 CPUtime=1657.66 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 339901 0 0 0 165614 152 0 0 20 0 2 0 276914453 1434636288 340461 33554432000 4194304 5963574 140734664798208 139691759429624 4388608 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1401012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13069
/proc/meminfo: memFree=27608900/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1721.71 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384395 0 0 0 172028 143 0 0 20 0 2 0 276914448 1635962880 382984 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382984 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1717.47 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382370 0 0 0 171578 169 0 0 20 0 2 0 276914453 1635962880 382984 33554432000 4194304 5963574 140734664798208 139691759429672 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 1597620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27590896/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1781.67 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384432 0 0 0 178024 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1777.29 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382407 0 0 0 177560 169 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4410275 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 1597620

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27587780/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1791.27 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384439 0 0 0 178984 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1786.86 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382414 0 0 0 178516 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.27
Current children cumulated vsize (KiB) 1597620

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27586788/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1794.47 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384439 0 0 0 179304 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1790.05 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382414 0 0 0 178835 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4388621 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.47
Current children cumulated vsize (KiB) 1597620

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27586044/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1797.66 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384439 0 0 0 179623 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1793.24 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382414 0 0 0 179154 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4400112 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (KiB) 1597620

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27585548/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1798.46 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384439 0 0 0 179703 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1794.04 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382414 0 0 0 179234 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (KiB) 1597620

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27585296/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1798.87 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384441 0 0 0 179744 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1794.44 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382416 0 0 0 179274 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.87
Current children cumulated vsize (KiB) 1597620

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27585296/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1799.26 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384441 0 0 0 179783 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1794.83 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382416 0 0 0 179313 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (KiB) 1597620

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13070
/proc/meminfo: memFree=27585296/32873844 swapFree=7116/7116
[pid=12979] ppid=12977 vsize=1597620 CPUtime=1799.36 cores=1,3,5,7
/proc/12979/stat : 12979 (wbo1.7) S 12977 12979 11506 0 -1 4202496 384441 0 0 0 179793 143 0 0 20 0 2 0 276914448 1635962880 382989 33554432000 4194304 5963574 140734664798208 140734664797728 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12979/statm: 399405 382989 194 432 0 398970 0
[pid=12979/tid=12981] ppid=12977 vsize=1597620 CPUtime=1794.93 cores=1,3,5,7
/proc/12979/task/12981/stat : 12981 (wbo1.7) R 12977 12979 11506 0 -1 4202560 382416 0 0 0 179323 170 0 0 20 0 2 0 276914453 1635962880 382989 33554432000 4194304 5963574 140734664798208 139691759429672 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 1597620

Child status: 255

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

Real time (s): 1800.03
CPU time (s): 1799.36
CPU user time (s): 1797.93
CPU system time (s): 1.43
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 1597620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.28
system time used= 1.73773
maximum resident set size= 1531956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384441
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= 540
involuntary context switches= 1843

runsolver used 2.67359 second user time and 7.33389 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-27 10:38:14
IDJOB=3705660
IDBENCH=48258
IDSOLVER=2284
FILE ID=node138/3705660-1338107894
RUNJOBID= node138-1338088086-11523
PBS_JOBID= 14624454
Free space on /tmp= 71532 MiB

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

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

MD5SUM BENCH= 162153f0f0e5f8f2e587b9d579ee09dc
RANDOM SEED=1848418170

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:        29050184 kB
Buffers:          334328 kB
Cached:          2209116 kB
SwapCached:          212 kB
Active:          1186932 kB
Inactive:        1797192 kB
Active(anon):     431456 kB
Inactive(anon):    11368 kB
Active(file):     755476 kB
Inactive(file):  1785824 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        575884 kB
Mapped:            15088 kB
Shmem:               200 kB
Slab:             693888 kB
SReclaimable:     136244 kB
SUnreclaim:       557644 kB
KernelStack:        1488 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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-3705660-1338107894.opb

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