Trace number 3705262

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.76 1800.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3705262-1338101736.opb.
0.00/0.00	c Instance file HOME/instance-3705262-1338101736.opb
0.00/0.00	c File size is 4987 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3819
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3705262-1338101736/watcher-3705262-1338101736 -o /tmp/evaluation-result-3705262-1338101736/solver-3705262-1338101736 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705262-1338101736.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17090
/proc/meminfo: memFree=29080068/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 748 0 0 0 0 0 0 0 20 0 2 0 276298096 85585920 698 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20895 698 189 432 0 20460 0
[pid=17090/tid=17091] ppid=17088 vsize=83580 CPUtime=0 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 276298097 85585920 698 33554432000 4194304 5963574 140737101928064 140735661624200 4971056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0312149 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17090
/proc/meminfo: memFree=29080068/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83580 CPUtime=0.02 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 820 0 0 0 2 0 0 0 20 0 2 0 276298096 85585920 770 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20895 770 190 432 0 20460 0
[pid=17090/tid=17091] ppid=17088 vsize=83580 CPUtime=0.01 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 114 0 0 0 1 0 0 0 20 0 2 0 276298097 85585920 770 33554432000 4194304 5963574 140737101928064 140735661624200 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83580

[startup+0.100316 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17090
/proc/meminfo: memFree=29080068/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83580 CPUtime=0.09 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 980 0 0 0 9 0 0 0 20 0 2 0 276298096 85585920 930 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20895 930 190 432 0 20460 0
[pid=17090/tid=17091] ppid=17088 vsize=83580 CPUtime=0.08 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 274 0 0 0 8 0 0 0 20 0 2 0 276298097 85585920 930 33554432000 4194304 5963574 140737101928064 140735661624200 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83580

[startup+0.300298 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17090
/proc/meminfo: memFree=29080068/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83580 CPUtime=0.29 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 1341 0 0 0 29 0 0 0 20 0 2 0 276298096 85585920 1291 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20895 1291 190 432 0 20460 0
[pid=17090/tid=17091] ppid=17088 vsize=83580 CPUtime=0.28 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 635 0 0 0 28 0 0 0 20 0 2 0 276298097 85585920 1291 33554432000 4194304 5963574 140737101928064 140735661624200 4399592 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83580

[startup+0.700302 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 17090
/proc/meminfo: memFree=29080068/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 1695 0 0 0 69 0 0 0 20 0 2 0 276298096 85733376 1645 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20931 1645 190 432 0 20496 0
[pid=17090/tid=17091] ppid=17088 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 989 0 0 0 68 0 0 0 20 0 2 0 276298097 85733376 1645 33554432000 4194304 5963574 140737101928064 140735661624200 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50029 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17092
/proc/meminfo: memFree=29073588/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 2279 0 0 0 148 0 0 0 20 0 2 0 276298096 85733376 2229 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20931 2229 190 432 0 20496 0
[pid=17090/tid=17091] ppid=17088 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 1573 0 0 0 148 0 0 0 20 0 2 0 276298097 85733376 2229 33554432000 4194304 5963574 140737101928064 140627379132216 4399651 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83724

[startup+3.10031 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17092
/proc/meminfo: memFree=29070612/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=83796 CPUtime=3.09 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 3219 0 0 0 308 1 0 0 20 0 2 0 276298096 85807104 3169 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 20949 3169 190 432 0 20514 0
[pid=17090/tid=17091] ppid=17088 vsize=83796 CPUtime=3.08 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 2513 0 0 0 308 0 0 0 20 0 2 0 276298097 85807104 3169 33554432000 4194304 5963574 140737101928064 140627379132456 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83796

[startup+6.30031 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17092
/proc/meminfo: memFree=29060552/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=84048 CPUtime=6.29 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 4390 0 0 0 628 1 0 0 20 0 2 0 276298096 86065152 4340 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 21012 4340 190 432 0 20577 0
[pid=17090/tid=17091] ppid=17088 vsize=84048 CPUtime=6.28 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 3684 0 0 0 627 1 0 0 20 0 2 0 276298097 86065152 4340 33554432000 4194304 5963574 140737101928064 140627379131928 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84048

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17092
/proc/meminfo: memFree=29048408/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=85324 CPUtime=12.69 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 6418 0 0 0 1267 2 0 0 20 0 2 0 276298096 87371776 6368 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 21331 6368 190 432 0 20896 0
[pid=17090/tid=17091] ppid=17088 vsize=85324 CPUtime=12.68 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 5712 0 0 0 1266 2 0 0 20 0 2 0 276298097 87371776 6368 33554432000 4194304 5963574 140737101928064 140627379132216 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85324

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17093
/proc/meminfo: memFree=29028196/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=87076 CPUtime=25.49 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 9702 0 0 0 2546 3 0 0 20 0 2 0 276298096 89165824 9652 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 21769 9652 190 432 0 21334 0
[pid=17090/tid=17091] ppid=17088 vsize=87076 CPUtime=25.49 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 8996 0 0 0 2545 4 0 0 20 0 2 0 276298097 89165824 9652 33554432000 4194304 5963574 140737101928064 140627379132216 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87076

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17093
/proc/meminfo: memFree=28997368/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=89180 CPUtime=51.08 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 14469 0 0 0 5102 6 0 0 20 0 2 0 276298096 91320320 14419 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 22295 14419 190 432 0 21860 0
[pid=17090/tid=17091] ppid=17088 vsize=89180 CPUtime=51.08 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 13763 0 0 0 5101 7 0 0 20 0 2 0 276298097 91320320 14419 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89180

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28943116/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=157988 CPUtime=102.26 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 22551 0 0 0 10215 11 0 0 20 0 2 0 276298096 161779712 22534 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 39497 22534 190 432 0 39062 0
[pid=17090/tid=17091] ppid=17088 vsize=157988 CPUtime=102.27 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 21845 0 0 0 10214 13 0 0 20 0 2 0 276298097 161779712 22534 33554432000 4194304 5963574 140737101928064 140627379131928 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 157988

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28890444/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=159376 CPUtime=162.25 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 30267 0 0 0 16207 18 0 0 20 0 2 0 276298096 163201024 31219 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 39844 31219 190 432 0 39409 0
[pid=17090/tid=17091] ppid=17088 vsize=159376 CPUtime=162.26 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 29561 0 0 0 16205 21 0 0 20 0 2 0 276298097 163201024 31219 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 159376

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17093
/proc/meminfo: memFree=28840604/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=227448 CPUtime=222.22 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 37629 0 0 0 22196 26 0 0 20 0 2 0 276298096 232906752 38565 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 56862 38565 190 432 0 56427 0
[pid=17090/tid=17091] ppid=17088 vsize=227448 CPUtime=222.23 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 36923 0 0 0 22193 30 0 0 20 0 2 0 276298097 232906752 38565 33554432000 4194304 5963574 140737101928064 140627379131928 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 227448

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17096
/proc/meminfo: memFree=28801204/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=228764 CPUtime=282.21 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 43504 0 0 0 28189 32 0 0 20 0 2 0 276298096 234254336 44433 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 57191 44433 190 432 0 56756 0
[pid=17090/tid=17091] ppid=17088 vsize=228764 CPUtime=282.23 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 42798 0 0 0 28186 37 0 0 20 0 2 0 276298097 234254336 44433 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 228764

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17120
/proc/meminfo: memFree=28766252/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=230828 CPUtime=342.19 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 48225 0 0 0 34182 37 0 0 20 0 2 0 276298096 236367872 49154 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 57707 49154 190 432 0 57272 0
[pid=17090/tid=17091] ppid=17088 vsize=230828 CPUtime=342.23 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 47519 0 0 0 34180 43 0 0 20 0 2 0 276298097 236367872 49154 33554432000 4194304 5963574 140737101928064 140627379131928 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 230828

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 17120
/proc/meminfo: memFree=28732152/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=231748 CPUtime=402.19 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 52708 0 0 0 40177 42 0 0 20 0 2 0 276298096 237309952 53637 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 107376 0 0 0 130083 127 0 0 20 0 2 0 276298097 517701632 108928 33554432000 4194304 5963574 140737101928064 140627379131928 4399554 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 505568

[startup+1362.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/179 17126
/proc/meminfo: memFree=28343276/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=507524 CPUtime=1361.93 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 112650 0 0 0 136081 112 0 0 20 0 2 0 276298096 519704576 113496 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 126881 113496 190 432 0 126446 0
[pid=17090/tid=17091] ppid=17088 vsize=507524 CPUtime=1362.09 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 111944 0 0 0 136077 132 0 0 20 0 2 0 276298097 519704576 113496 33554432000 4194304 5963574 140737101928064 140627379132456 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 507524

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 17204
/proc/meminfo: memFree=28617420/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=508664 CPUtime=1421.92 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 115834 0 0 0 142077 115 0 0 20 0 2 0 276298096 520871936 116688 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 127166 116688 190 432 0 126731 0
[pid=17090/tid=17091] ppid=17088 vsize=508664 CPUtime=1422.09 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 115128 0 0 0 142073 136 0 0 20 0 2 0 276298097 520871936 116688 33554432000 4194304 5963574 140737101928064 140627379132456 4378939 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 508664

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/180 17207
/proc/meminfo: memFree=28606432/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=509424 CPUtime=1481.9 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 116931 0 0 0 148074 116 0 0 20 0 2 0 276298096 521650176 117786 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 127356 117786 190 432 0 126921 0
[pid=17090/tid=17091] ppid=17088 vsize=509424 CPUtime=1482.09 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 116225 0 0 0 148070 139 0 0 20 0 2 0 276298097 521650176 117786 33554432000 4194304 5963574 140737101928064 140627379131928 4399448 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 509424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17207
/proc/meminfo: memFree=28584288/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=509424 CPUtime=1541.88 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 121036 0 0 0 154067 121 0 0 20 0 2 0 276298096 521650176 121882 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 127356 121882 190 432 0 126921 0
[pid=17090/tid=17091] ppid=17088 vsize=509424 CPUtime=1542.08 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 120330 0 0 0 154063 145 0 0 20 0 2 0 276298097 521650176 121882 33554432000 4194304 5963574 140737101928064 140627379132456 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 509424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17208
/proc/meminfo: memFree=28571764/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=574960 CPUtime=1601.87 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 122409 0 0 0 160064 123 0 0 20 0 2 0 276298096 588759040 123255 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143740 123255 190 432 0 143305 0
[pid=17090/tid=17091] ppid=17088 vsize=574960 CPUtime=1602.07 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 121703 0 0 0 160059 148 0 0 20 0 2 0 276298097 588759040 123255 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 574960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17208
/proc/meminfo: memFree=28557256/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=574960 CPUtime=1661.87 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 124055 0 0 0 166062 125 0 0 20 0 2 0 276298096 588759040 124901 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143740 124901 190 432 0 143305 0
[pid=17090/tid=17091] ppid=17088 vsize=574960 CPUtime=1662.07 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 123349 0 0 0 166057 150 0 0 20 0 2 0 276298097 588759040 124901 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 574960

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17208
/proc/meminfo: memFree=28537788/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=574960 CPUtime=1721.86 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 128612 0 0 0 172056 130 0 0 20 0 2 0 276298096 588759040 129458 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143740 129458 190 432 0 143305 0
[pid=17090/tid=17091] ppid=17088 vsize=574960 CPUtime=1722.07 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 127906 0 0 0 172050 157 0 0 20 0 2 0 276298097 588759040 129458 33554432000 4194304 5963574 140737101928064 140627379131928 4399448 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 574960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28512752/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575600 CPUtime=1781.82 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 132995 0 0 0 178048 134 0 0 20 0 2 0 276298096 589414400 133817 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143900 133817 190 432 0 143465 0
[pid=17090/tid=17091] ppid=17088 vsize=575600 CPUtime=1782.05 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 132289 0 0 0 178043 162 0 0 20 0 2 0 276298097 589414400 133817 33554432000 4194304 5963574 140737101928064 140627379131928 4399474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 575600

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 17208
/proc/meminfo: memFree=28510008/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1791.42 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 133668 0 0 0 179007 135 0 0 20 0 2 0 276298096 589524992 134483 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 134483 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1791.64 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 132962 0 0 0 179002 162 0 0 20 0 2 0 276298097 589524992 134483 33554432000 4194304 5963574 140737101928064 140627379132456 4399554 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 575708

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28509012/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1794.62 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 133888 0 0 0 179327 135 0 0 20 0 2 0 276298096 589524992 134701 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 134701 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1794.84 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133182 0 0 0 179321 163 0 0 20 0 2 0 276298097 589524992 134701 33554432000 4194304 5963574 140737101928064 140627379132456 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 575708

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28508516/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1797.81 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 134094 0 0 0 179646 135 0 0 20 0 2 0 276298096 589524992 134907 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 134907 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1798.04 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133388 0 0 0 179641 163 0 0 20 0 2 0 276298097 589524992 134907 33554432000 4194304 5963574 140737101928064 140627379132456 4399605 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 575708

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28508268/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1798.61 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 134161 0 0 0 179726 135 0 0 20 0 2 0 276298096 589524992 134974 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 134974 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1798.84 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133455 0 0 0 179721 163 0 0 20 0 2 0 276298097 589524992 134974 33554432000 4194304 5963574 140737101928064 140627379131928 5135572 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 575708

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28508020/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1799.01 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 134194 0 0 0 179766 135 0 0 20 0 2 0 276298096 589524992 135007 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 135007 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1799.24 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133488 0 0 0 179761 163 0 0 20 0 2 0 276298097 589524992 135007 33554432000 4194304 5963574 140737101928064 140627379131928 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 575708

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28508020/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1799.4 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 134230 0 0 0 179805 135 0 0 20 0 2 0 276298096 589524992 135043 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 135043 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1799.64 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133524 0 0 0 179801 163 0 0 20 0 2 0 276298097 589524992 135043 33554432000 4194304 5963574 140737101928064 140627379131928 4388696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 575708

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17208
/proc/meminfo: memFree=28508020/32873844 swapFree=7900/7900
[pid=17090] ppid=17088 vsize=575708 CPUtime=1799.5 cores=0,2,4,6
/proc/17090/stat : 17090 (wbo1.7) S 17088 17090 15878 0 -1 4202496 134238 0 0 0 179815 135 0 0 20 0 2 0 276298096 589524992 135051 33554432000 4194304 5963574 140737101928064 140737101927584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17090/statm: 143927 135051 190 432 0 143492 0
[pid=17090/tid=17091] ppid=17088 vsize=575708 CPUtime=1799.74 cores=0,2,4,6
/proc/17090/task/17091/stat : 17091 (wbo1.7) R 17088 17090 15878 0 -1 4202560 133532 0 0 0 179811 163 0 0 20 0 2 0 276298097 589524992 135051 33554432000 4194304 5963574 140737101928064 140627379131928 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 575708

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.76
CPU user time (s): 1798.12
CPU system time (s): 1.64575
CPU usage (%): 99.9865
Max. virtual memory (cumulated for all children) (KiB): 575708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 1.64575
maximum resident set size= 540212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134240
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= 214
involuntary context switches= 2164

runsolver used 5.53316 second user time and 14.3318 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 08:55:36
IDJOB=3705262
IDBENCH=2906
IDSOLVER=2283
FILE ID=node137/3705262-1338101736
RUNJOBID= node137-1338083671-15894
PBS_JOBID= 14624423
Free space on /tmp= 71488 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705262-1338101736/watcher-3705262-1338101736 -o /tmp/evaluation-result-3705262-1338101736/solver-3705262-1338101736 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705262-1338101736.opb

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1428288685

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        29080416 kB
Buffers:          307808 kB
Cached:          2600568 kB
SwapCached:        22060 kB
Active:           833092 kB
Inactive:        2153440 kB
Active(anon):      57936 kB
Inactive(anon):    22684 kB
Active(file):     775156 kB
Inactive(file):  2130756 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:         65468 kB
Mapped:            10380 kB
Shmem:                 0 kB
Slab:             666140 kB
SReclaimable:     107696 kB
SUnreclaim:       558444 kB
KernelStack:        1488 kB
PageTables:         3740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node137 at 2012-05-27 09:25:36