Trace number 3727987

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.79 1800.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint20
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727987-1338659333.opb.
0.00/0.00	c Instance file HOME/instance-3727987-1338659333.opb
0.00/0.00	c File size is 185648 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 21
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      2692                                                |
0.00/0.01	c |  Number Clauses:        2692                                                |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 2492                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
0.00/0.02	c | 0.02      | 0  | 1            lb |  0                0                0.00  |
0.00/0.02	c | 0.02      | 0  | 2            lb |  0                0                0.00  |
0.00/0.02	c | 0.03      | 0  | 3            lb |  0                0                0.00  |
0.00/0.02	c | 0.03      | 0  | 4            lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | 5            lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | 6            lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | 7            lb |  0                0                0.00  |
0.00/0.04	c | 0.04      | 0  | 8            lb |  0                0                0.00  |
0.00/0.05	c | 0.05      | 0  | 9            lb |  0                0                0.00  |
0.59/0.63	c | 0.64      | 0  | 10           lb |  0                0                0.00  |
51.77/51.86	c | 51.86     | 0  | 11           lb |  0                0                0.00  |
1799.43/1800.00	c ===============================================================================
1799.43/1800.00	c Wall Clock Time: 1800.01 s
1799.43/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-3727987-1338659333/watcher-3727987-1338659333 -o /tmp/evaluation-result-3727987-1338659333/solver-3727987-1338659333 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727987-1338659333.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 22913
/proc/meminfo: memFree=27923900/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=3932 CPUtime=0 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) R 22911 22913 19272 0 -1 4202496 480 0 0 0 0 0 0 0 20 0 1 0 332061894 4026368 432 33554432000 4194304 5964350 140737236600656 140734583139320 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 983 432 175 433 0 501 0

[startup+0.0089319 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22913
/proc/meminfo: memFree=27923900/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=4212 CPUtime=0 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) R 22911 22913 19272 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 332061894 4313088 486 33554432000 4194304 5964350 140737236600656 140734583139320 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 1053 487 184 433 0 571 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4212

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22913
/proc/meminfo: memFree=27923900/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85084 CPUtime=0.09 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 2175 0 0 0 9 0 0 0 20 0 2 0 332061894 87126016 2081 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21271 2081 194 433 0 20835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85084

[startup+0.300114 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22913
/proc/meminfo: memFree=27923900/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85084 CPUtime=0.29 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 2453 0 0 0 29 0 0 0 20 0 2 0 332061894 87126016 2359 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21271 2359 194 433 0 20835 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85084

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 22913
/proc/meminfo: memFree=27923900/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85084 CPUtime=0.68 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 3185 0 0 0 68 0 0 0 20 0 2 0 332061894 87126016 3091 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21271 3091 194 433 0 20835 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85084

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27912152/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85084 CPUtime=1.48 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 3192 0 0 0 148 0 0 0 20 0 2 0 332061894 87126016 3098 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21271 3098 194 433 0 20835 0
[pid=22913/tid=22915] ppid=22911 vsize=85084 CPUtime=1.47 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 2071 0 0 0 147 0 0 0 20 0 2 0 332061895 87126016 3098 33554432000 4194304 5964350 140737236600656 139829804181864 4388744 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85084

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27910152/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85228 CPUtime=3.08 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 4185 0 0 0 308 0 0 0 20 0 2 0 332061894 87273472 4091 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21307 4091 194 433 0 20871 0
[pid=22913/tid=22915] ppid=22911 vsize=85228 CPUtime=3.07 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 3064 0 0 0 307 0 0 0 20 0 2 0 332061895 87273472 4091 33554432000 4194304 5964350 140737236600656 139829804181496 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85228

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27901968/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85228 CPUtime=6.28 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 5433 0 0 0 627 1 0 0 20 0 2 0 332061894 87273472 5339 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21307 5339 194 433 0 20871 0
[pid=22913/tid=22915] ppid=22911 vsize=85228 CPUtime=6.27 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 4312 0 0 0 625 2 0 0 20 0 2 0 332061895 87273472 5339 33554432000 4194304 5964350 140737236600656 139829804181496 4399930 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85228

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27882268/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85300 CPUtime=12.67 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 9305 0 0 0 1266 1 0 0 20 0 2 0 332061894 87347200 9211 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21325 9211 194 433 0 20889 0
[pid=22913/tid=22915] ppid=22911 vsize=85300 CPUtime=12.67 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 8184 0 0 0 1265 2 0 0 20 0 2 0 332061895 87347200 9211 33554432000 4194304 5964350 140737236600656 139829804181496 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85300

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27853632/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=85408 CPUtime=25.48 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 13862 0 0 0 2544 4 0 0 20 0 2 0 332061894 87457792 13768 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 21352 13768 194 433 0 20916 0
[pid=22913/tid=22915] ppid=22911 vsize=85408 CPUtime=25.47 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 12741 0 0 0 2542 5 0 0 20 0 2 0 332061895 87457792 13768 33554432000 4194304 5964350 140737236600656 139829804181544 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85408

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22915
/proc/meminfo: memFree=27813288/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=154776 CPUtime=51.07 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 19705 0 0 0 5101 6 0 0 20 0 2 0 332061894 158490624 19611 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 38694 19611 194 433 0 38258 0
[pid=22913/tid=22915] ppid=22911 vsize=154776 CPUtime=51.07 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 18584 0 0 0 5100 7 0 0 20 0 2 0 332061895 158490624 19611 33554432000 4194304 5964350 140737236600656 139829804181544 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 154776

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22919
/proc/meminfo: memFree=27780836/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=150620 CPUtime=102.28 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 21376 0 0 0 10221 7 0 0 20 0 2 0 332061894 154234880 20452 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 37655 20452 194 433 0 37219 0
[pid=22913/tid=22915] ppid=22911 vsize=150620 CPUtime=102.27 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 20255 0 0 0 10218 9 0 0 20 0 2 0 332061895 154234880 20452 33554432000 4194304 5964350 140737236600656 139829804181304 4388148 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 150620

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22919
/proc/meminfo: memFree=27701852/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=151344 CPUtime=162.25 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 34021 0 0 0 16214 11 0 0 20 0 2 0 332061894 154976256 33097 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 37836 33097 194 433 0 37400 0
[pid=22913/tid=22915] ppid=22911 vsize=151344 CPUtime=162.27 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 32900 0 0 0 16213 14 0 0 20 0 2 0 332061895 154976256 33097 33554432000 4194304 5964350 140737236600656 139829804181304 4400029 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 151344

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22919
/proc/meminfo: memFree=27644748/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=216880 CPUtime=222.25 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 40471 0 0 0 22210 15 0 0 20 0 2 0 332061894 222085120 39547 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 54220 39547 194 433 0 53784 0
[pid=22913/tid=22915] ppid=22911 vsize=216880 CPUtime=222.27 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 39350 0 0 0 22208 19 0 0 20 0 2 0 332061895 222085120 39547 33554432000 4194304 5964350 140737236600656 139829804181304 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 216880

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22919
/proc/meminfo: memFree=27576772/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=216880 CPUtime=282.19 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 48599 0 0 0 28200 19 0 0 20 0 2 0 332061894 222085120 48096 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 54220 48096 194 433 0 53784 0
[pid=22913/tid=22915] ppid=22911 vsize=216880 CPUtime=282.22 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 47478 0 0 0 28198 24 0 0 20 0 2 0 332061895 222085120 48096 33554432000 4194304 5964350 140737236600656 139829804181304 4400439 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 216880

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22919
/proc/meminfo: memFree=27495704/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=282776 CPUtime=342.14 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 60424 0 0 0 34189 25 0 0 20 0 2 0 332061894 289562624 60224 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 70694 60224 194 433 0 70258 0
[pid=22913/tid=22915] ppid=22911 vsize=282776 CPUtime=342.17 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 59303 0 0 0 34186 31 0 0 20 0 2 0 332061895 289562624 60224 33554432000 4194304 5964350 140737236600656 139829804181304 4388266 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 282776

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22920
/proc/meminfo: memFree=27450604/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=282776 CPUtime=402.12 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 64964 0 0 0 40185 27 0 0 20 0 2 0 332061894 289562624 65536 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 70694 65536 194 433 0 70258 0
[pid=22913/tid=22915] ppid=22911 vsize=282776 CPUtime=402.17 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 63843 0 0 0 40183 34 0 0 20 0 2 0 332061895 289562624 65536 33554432000 4194304 5964350 140737236600656 139829804181496 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 282776

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22920
/proc/meminfo: memFree=27346720/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=348312 CPUtime=462.11 cores=1,3,5,7

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

/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 133120 0 0 0 130118 90 0 0 20 0 2 0 332061895 628625408 136374 33554432000 4194304 5964350 140737236600656 139829804181368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 613892

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 23002
/proc/meminfo: memFree=27526532/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=613892 CPUtime=1361.81 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 134561 0 0 0 136111 70 0 0 20 0 2 0 332061894 628625408 137286 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 153473 137286 194 433 0 153037 0
[pid=22913/tid=22915] ppid=22911 vsize=613892 CPUtime=1362.04 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 133440 0 0 0 136113 91 0 0 20 0 2 0 332061895 628625408 137286 33554432000 4194304 5964350 140737236600656 139829804181368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 613892

[startup+1422.31 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 23002
/proc/meminfo: memFree=27467880/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=613892 CPUtime=1421.8 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 141022 0 0 0 142107 73 0 0 20 0 2 0 332061894 628625408 143747 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 153473 143747 194 433 0 153037 0
[pid=22913/tid=22915] ppid=22911 vsize=613892 CPUtime=1422.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 139901 0 0 0 142110 95 0 0 20 0 2 0 332061895 628625408 143747 33554432000 4194304 5964350 140737236600656 139829804181496 4389005 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 613892

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 23002
/proc/meminfo: memFree=27449652/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=613892 CPUtime=1481.79 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 141802 0 0 0 148106 73 0 0 20 0 2 0 332061894 628625408 144524 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 153473 144524 194 433 0 153037 0
[pid=22913/tid=22915] ppid=22911 vsize=613892 CPUtime=1482.04 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 140681 0 0 0 148108 96 0 0 20 0 2 0 332061895 628625408 144524 33554432000 4194304 5964350 140737236600656 139829804181304 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 613892

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 23002
/proc/meminfo: memFree=27374260/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=614616 CPUtime=1541.78 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 143153 0 0 0 154104 74 0 0 20 0 2 0 332061894 629366784 145783 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 153654 145783 194 433 0 153218 0
[pid=22913/tid=22915] ppid=22911 vsize=614616 CPUtime=1542.04 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 142032 0 0 0 154106 98 0 0 20 0 2 0 332061895 629366784 145783 33554432000 4194304 5964350 140737236600656 139829804181368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 614616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23002
/proc/meminfo: memFree=27294908/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=685220 CPUtime=1601.78 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 156834 0 0 0 160093 85 0 0 20 0 2 0 332061894 701665280 159489 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171305 159489 194 433 0 170869 0
[pid=22913/tid=22915] ppid=22911 vsize=685220 CPUtime=1602.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 155713 0 0 0 160095 110 0 0 20 0 2 0 332061895 701665280 159489 33554432000 4194304 5964350 140737236600656 139829804181496 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 685220

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23003
/proc/meminfo: memFree=27278756/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=685944 CPUtime=1661.76 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 158841 0 0 0 166090 86 0 0 20 0 2 0 332061894 702406656 161496 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171486 161496 194 433 0 171050 0
[pid=22913/tid=22915] ppid=22911 vsize=685944 CPUtime=1662.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 157720 0 0 0 166093 112 0 0 20 0 2 0 332061895 702406656 161496 33554432000 4194304 5964350 140737236600656 139829804181304 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 685944

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 23003
/proc/meminfo: memFree=27271468/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=685944 CPUtime=1721.76 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 159791 0 0 0 172089 87 0 0 20 0 2 0 332061894 702406656 162442 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171486 162442 194 433 0 171050 0
[pid=22913/tid=22915] ppid=22911 vsize=685944 CPUtime=1722.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 158670 0 0 0 172091 114 0 0 20 0 2 0 332061895 702406656 162442 33554432000 4194304 5964350 140737236600656 139829804181304 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 685944

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27257132/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=686668 CPUtime=1781.74 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161522 0 0 0 178087 87 0 0 20 0 2 0 332061894 703148032 164170 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171667 164170 194 433 0 171231 0
[pid=22913/tid=22915] ppid=22911 vsize=686668 CPUtime=1782.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160401 0 0 0 178090 115 0 0 20 0 2 0 332061895 703148032 164170 33554432000 4194304 5964350 140737236600656 139829804181304 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 686668

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27253908/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=686668 CPUtime=1791.35 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161607 0 0 0 179048 87 0 0 20 0 2 0 332061894 703148032 164255 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171667 164255 194 433 0 171231 0
[pid=22913/tid=22915] ppid=22911 vsize=686668 CPUtime=1791.66 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160486 0 0 0 179051 115 0 0 20 0 2 0 332061895 703148032 164255 33554432000 4194304 5964350 140737236600656 139829804181304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 686668

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27248328/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1794.55 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161861 0 0 0 179368 87 0 0 20 0 2 0 332061894 703889408 164421 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164421 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1794.86 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160740 0 0 0 179371 115 0 0 20 0 2 0 332061895 703889408 164421 33554432000 4194304 5964350 140737236600656 139829804181368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 687392

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27245972/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1797.74 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161872 0 0 0 179687 87 0 0 20 0 2 0 332061894 703889408 164432 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164432 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1798.05 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160751 0 0 0 179690 115 0 0 20 0 2 0 332061895 703889408 164432 33554432000 4194304 5964350 140737236600656 139829804181368 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 687392

[startup+1799.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27244856/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1798.54 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161925 0 0 0 179767 87 0 0 20 0 2 0 332061894 703889408 164485 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164485 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1798.85 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160804 0 0 0 179770 115 0 0 20 0 2 0 332061895 703889408 164485 33554432000 4194304 5964350 140737236600656 139829804181368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 687392

[startup+1799.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27243368/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1798.95 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161929 0 0 0 179808 87 0 0 20 0 2 0 332061894 703889408 164489 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164489 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1799.26 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160808 0 0 0 179811 115 0 0 20 0 2 0 332061895 703889408 164489 33554432000 4194304 5964350 140737236600656 139829804181368 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 687392

[startup+1799.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27243368/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1799.34 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161933 0 0 0 179847 87 0 0 20 0 2 0 332061894 703889408 164491 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164491 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1799.65 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) D 22911 22913 19272 0 -1 4202560 160812 0 0 0 179850 115 0 0 20 0 2 0 332061895 703889408 164491 33554432000 4194304 5964350 140737236600656 139829804181368 4399837 0 0 4096 16387 18446744071581355444 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 687392

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23003
/proc/meminfo: memFree=27243368/32873844 swapFree=7116/7116
[pid=22913] ppid=22911 vsize=687392 CPUtime=1799.43 cores=1,3,5,7
/proc/22913/stat : 22913 (wbo1.72) S 22911 22913 19272 0 -1 4202496 161939 0 0 0 179856 87 0 0 20 0 2 0 332061894 703889408 164534 33554432000 4194304 5964350 140737236600656 140737236600176 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22913/statm: 171848 164534 194 433 0 171412 0
[pid=22913/tid=22915] ppid=22911 vsize=687392 CPUtime=1799.75 cores=1,3,5,7
/proc/22913/task/22915/stat : 22915 (wbo1.72) R 22911 22913 19272 0 -1 4202560 160818 0 0 0 179860 115 0 0 20 0 2 0 332061895 703889408 164534 33554432000 4194304 5964350 140737236600656 139829804181368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 687392

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.79
CPU user time (s): 1798.62
CPU system time (s): 1.17082
CPU usage (%): 99.9875
Max. virtual memory (cumulated for all children) (KiB): 687392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.17082
maximum resident set size= 658144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161941
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= 270
involuntary context switches= 4615

runsolver used 2.94155 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-02 19:48:53
IDJOB=3727987
IDBENCH=48151
IDSOLVER=2314
FILE ID=node108/3727987-1338659333
RUNJOBID= node108-1338651706-21126
PBS_JOBID= 14636472
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=995460595

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:        27924708 kB
Buffers:          315232 kB
Cached:          3479220 kB
SwapCached:           52 kB
Active:          2197100 kB
Inactive:        1951548 kB
Active(anon):     341416 kB
Inactive(anon):    13032 kB
Active(file):    1855684 kB
Inactive(file):  1938516 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108544 kB
Dirty:              5460 kB
Writeback:             4 kB
AnonPages:        359308 kB
Mapped:            15024 kB
Shmem:               172 kB
Slab:             662556 kB
SReclaimable:     104704 kB
SUnreclaim:       557852 kB
KernelStack:        1464 kB
PageTables:         4888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     187060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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-3727987-1338659333.opb

Free space on /tmp at the end= 71472 MiB
End job on node108 at 2012-06-02 20:18:53