Trace number 3705279

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? (TO) 1800.03 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
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-3705279-1338101868.opb.
0.00/0.00	c Instance file HOME/instance-3705279-1338101868.opb
0.00/0.00	c File size is 7732 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4389
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:      146                                                 |
0.00/0.00	c |  Number Clauses:        0                                                   |
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 ===============================================================================
1800.03/1800.51	c ===============================================================================
1800.03/1800.51	c Wall Clock Time: 1800.51 s
1800.03/1800.51	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-3705279-1338101868/watcher-3705279-1338101868 -o /tmp/evaluation-result-3705279-1338101868/solver-3705279-1338101868 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705279-1338101868.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/179 13778
/proc/meminfo: memFree=31331072/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83696 CPUtime=0 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 772 0 0 0 0 0 0 0 20 0 2 0 276311602 85704704 722 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20924 722 189 432 0 20489 0
[pid=13778/tid=13779] ppid=13776 vsize=83696 CPUtime=0 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 276311602 85704704 723 33554432000 4194304 5963574 140734904232960 140735180672168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0425659 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13778
/proc/meminfo: memFree=31331072/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83696 CPUtime=0.04 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 872 0 0 0 4 0 0 0 20 0 2 0 276311602 85704704 822 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20924 822 191 432 0 20489 0
[pid=13778/tid=13779] ppid=13776 vsize=83696 CPUtime=0.02 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 159 0 0 0 2 0 0 0 20 0 2 0 276311602 85704704 822 33554432000 4194304 5963574 140734904232960 140735180672168 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83696

[startup+0.100254 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13778
/proc/meminfo: memFree=31331072/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83696 CPUtime=0.09 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 1013 0 0 0 9 0 0 0 20 0 2 0 276311602 85704704 963 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20924 963 191 432 0 20489 0
[pid=13778/tid=13779] ppid=13776 vsize=83696 CPUtime=0.08 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 300 0 0 0 8 0 0 0 20 0 2 0 276311602 85704704 963 33554432000 4194304 5963574 140734904232960 140735180672168 4403263 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83696

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13778
/proc/meminfo: memFree=31331072/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83696 CPUtime=0.29 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 1425 0 0 0 29 0 0 0 20 0 2 0 276311602 85704704 1375 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20924 1375 191 432 0 20489 0
[pid=13778/tid=13779] ppid=13776 vsize=83696 CPUtime=0.28 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 712 0 0 0 28 0 0 0 20 0 2 0 276311602 85704704 1375 33554432000 4194304 5963574 140734904232960 140735180672168 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83696

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13778
/proc/meminfo: memFree=31331072/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83696 CPUtime=0.69 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 2057 0 0 0 69 0 0 0 20 0 2 0 276311602 85704704 2007 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20924 2007 191 432 0 20489 0
[pid=13778/tid=13779] ppid=13776 vsize=83696 CPUtime=0.68 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 1344 0 0 0 68 0 0 0 20 0 2 0 276311602 85704704 2007 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83696

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31322516/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83840 CPUtime=1.49 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 2544 0 0 0 149 0 0 0 20 0 2 0 276311602 85852160 2494 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20960 2494 191 432 0 20525 0
[pid=13778/tid=13779] ppid=13776 vsize=83840 CPUtime=1.48 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 1831 0 0 0 148 0 0 0 20 0 2 0 276311602 85852160 2494 33554432000 4194304 5963574 140734904232960 140519139071992 4402903 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) 83840

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31318548/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=83912 CPUtime=3.09 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 3309 0 0 0 308 1 0 0 20 0 2 0 276311602 85925888 3259 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 20978 3259 191 432 0 20543 0
[pid=13778/tid=13779] ppid=13776 vsize=83912 CPUtime=3.07 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 2596 0 0 0 306 1 0 0 20 0 2 0 276311602 85925888 3259 33554432000 4194304 5963574 140734904232960 140519139071800 4381238 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) 83912

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31309132/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=84020 CPUtime=6.29 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 5248 0 0 0 627 2 0 0 20 0 2 0 276311602 86036480 5198 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 21005 5198 191 432 0 20570 0
[pid=13778/tid=13779] ppid=13776 vsize=84020 CPUtime=6.27 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 4535 0 0 0 625 2 0 0 20 0 2 0 276311602 86036480 5198 33554432000 4194304 5963574 140734904232960 140519139071992 4221120 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) 84020

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31294028/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=84180 CPUtime=12.69 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 7795 0 0 0 1266 3 0 0 20 0 2 0 276311602 86200320 7745 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 21045 7745 191 432 0 20610 0
[pid=13778/tid=13779] ppid=13776 vsize=84180 CPUtime=12.65 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 7082 0 0 0 1262 3 0 0 20 0 2 0 276311602 86200320 7745 33554432000 4194304 5963574 140734904232960 140519139071992 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84180

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31282984/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=84468 CPUtime=25.49 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 10248 0 0 0 2545 4 0 0 20 0 2 0 276311602 86495232 10198 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 21117 10198 191 432 0 20682 0
[pid=13778/tid=13779] ppid=13776 vsize=84468 CPUtime=25.42 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 9535 0 0 0 2538 4 0 0 20 0 2 0 276311602 86495232 10198 33554432000 4194304 5963574 140734904232960 140519139072040 4399560 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84468

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31254044/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=84852 CPUtime=51.09 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 15646 0 0 0 5101 8 0 0 20 0 2 0 276311602 86888448 15596 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 21213 15596 191 432 0 20778 0
[pid=13778/tid=13779] ppid=13776 vsize=84852 CPUtime=50.95 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 14933 0 0 0 5088 7 0 0 20 0 2 0 276311602 86888448 15596 33554432000 4194304 5963574 140734904232960 140519139071992 4399554 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84852

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13780
/proc/meminfo: memFree=31204000/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=151468 CPUtime=102.27 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 21378 0 0 0 10215 12 0 0 20 0 2 0 276311602 155103232 21335 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 37867 21335 191 432 0 37432 0
[pid=13778/tid=13779] ppid=13776 vsize=151468 CPUtime=102.02 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 20665 0 0 0 10189 13 0 0 20 0 2 0 276311602 155103232 21335 33554432000 4194304 5963574 140734904232960 140519139071992 4399958 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 151468

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13783
/proc/meminfo: memFree=31152828/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=152836 CPUtime=162.24 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 28805 0 0 0 16205 19 0 0 20 0 2 0 276311602 156504064 29989 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 38209 29989 191 432 0 37774 0
[pid=13778/tid=13779] ppid=13776 vsize=152836 CPUtime=161.83 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 28092 0 0 0 16162 21 0 0 20 0 2 0 276311602 156504064 29989 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 152836

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13806
/proc/meminfo: memFree=31105708/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=219828 CPUtime=222.23 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 34849 0 0 0 22197 26 0 0 20 0 2 0 276311602 225103872 36033 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 54957 36033 191 432 0 54522 0
[pid=13778/tid=13779] ppid=13776 vsize=219828 CPUtime=221.68 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 34136 0 0 0 22139 29 0 0 20 0 2 0 276311602 225103872 36033 33554432000 4194304 5963574 140734904232960 140519139071992 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 219828

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13807
/proc/meminfo: memFree=31063748/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=221484 CPUtime=282.22 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 40086 0 0 0 28190 32 0 0 20 0 2 0 276311602 226799616 41270 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 55371 41270 191 432 0 54936 0
[pid=13778/tid=13779] ppid=13776 vsize=221484 CPUtime=281.52 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 39373 0 0 0 28116 36 0 0 20 0 2 0 276311602 226799616 41270 33554432000 4194304 5963574 140734904232960 140519139071992 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 221484

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13807
/proc/meminfo: memFree=31028620/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=222724 CPUtime=342.2 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 44607 0 0 0 34181 39 0 0 20 0 2 0 276311602 228069376 45792 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 55681 45793 191 432 0 55246 0
[pid=13778/tid=13779] ppid=13776 vsize=222724 CPUtime=341.35 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 43895 0 0 0 34091 44 0 0 20 0 2 0 276311602 228069376 45793 33554432000 4194304 5963574 140734904232960 140519139071992 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 222724

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 13807
/proc/meminfo: memFree=30994152/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=223588 CPUtime=402.16 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 48722 0 0 0 40172 44 0 0 20 0 2 0 276311602 228954112 49888 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

[pid=13778/tid=13779] ppid=13776 vsize=431364 CPUtime=1119.26 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 90633 0 0 0 111806 120 0 0 20 0 2 0 276311602 441716736 92448 33554432000 4194304 5963574 140734904232960 140519139072040 4381200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 431364

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13812
/proc/meminfo: memFree=30635252/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=431544 CPUtime=1181.96 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 91385 0 0 0 118092 104 0 0 20 0 2 0 276311602 441901056 92487 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 107886 92487 191 432 0 107451 0
[pid=13778/tid=13779] ppid=13776 vsize=431544 CPUtime=1179.11 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 90672 0 0 0 117790 121 0 0 20 0 2 0 276311602 441901056 92487 33554432000 4194304 5963574 140734904232960 140519139072040 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 431544

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13813
/proc/meminfo: memFree=30606600/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=432512 CPUtime=1241.96 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 95439 0 0 0 124085 111 0 0 20 0 2 0 276311602 442892288 96541 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 108128 96541 191 432 0 107693 0
[pid=13778/tid=13779] ppid=13776 vsize=432512 CPUtime=1238.95 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 94726 0 0 0 123767 128 0 0 20 0 2 0 276311602 442892288 96541 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 432512

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13813
/proc/meminfo: memFree=30579728/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=432852 CPUtime=1301.96 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 96828 0 0 0 130083 113 0 0 20 0 2 0 276311602 443240448 97930 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 108213 97930 191 432 0 107778 0
[pid=13778/tid=13779] ppid=13776 vsize=432852 CPUtime=1298.81 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 96115 0 0 0 129750 131 0 0 20 0 2 0 276311602 443240448 97930 33554432000 4194304 5963574 140734904232960 140519139071992 4399578 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 432852

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 13816
/proc/meminfo: memFree=30574624/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=432852 CPUtime=1361.94 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 98040 0 0 0 136079 115 0 0 20 0 2 0 276311602 443240448 99142 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 108213 99142 191 432 0 107778 0
[pid=13778/tid=13779] ppid=13776 vsize=432852 CPUtime=1358.65 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 97327 0 0 0 135730 135 0 0 20 0 2 0 276311602 443240448 99142 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 432852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13816
/proc/meminfo: memFree=30550948/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=433032 CPUtime=1421.93 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 100083 0 0 0 142075 118 0 0 20 0 2 0 276311602 443424768 101185 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 108258 101185 191 432 0 107823 0
[pid=13778/tid=13779] ppid=13776 vsize=433032 CPUtime=1418.5 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 99370 0 0 0 141711 139 0 0 20 0 2 0 276311602 443424768 101185 33554432000 4194304 5963574 140734904232960 140519139072040 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 433032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13816
/proc/meminfo: memFree=30504820/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=499588 CPUtime=1481.92 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 106258 0 0 0 148066 126 0 0 20 0 2 0 276311602 511578112 107360 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 124897 107360 191 432 0 124462 0
[pid=13778/tid=13779] ppid=13776 vsize=499588 CPUtime=1478.34 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 105545 0 0 0 147686 148 0 0 20 0 2 0 276311602 511578112 107360 33554432000 4194304 5963574 140734904232960 140519139071992 4378832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 499588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30503704/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=500016 CPUtime=1541.91 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 106521 0 0 0 154064 127 0 0 20 0 2 0 276311602 512016384 107623 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 125004 107623 191 432 0 124569 0
[pid=13778/tid=13779] ppid=13776 vsize=500016 CPUtime=1538.19 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 105808 0 0 0 153669 150 0 0 20 0 2 0 276311602 512016384 107623 33554432000 4194304 5963574 140734904232960 140519139072040 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 500016

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13817
/proc/meminfo: memFree=30475916/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=500016 CPUtime=1601.86 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 111790 0 0 0 160051 135 0 0 20 0 2 0 276311602 512016384 112863 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 125004 112863 191 432 0 124569 0
[pid=13778/tid=13779] ppid=13776 vsize=500016 CPUtime=1597.99 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 111077 0 0 0 159640 159 0 0 20 0 2 0 276311602 512016384 112863 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 500016

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 13895
/proc/meminfo: memFree=30969536/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=500196 CPUtime=1661.84 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 113584 0 0 0 166047 137 0 0 20 0 2 0 276311602 512200704 114644 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 125049 114644 191 432 0 124614 0
[pid=13778/tid=13779] ppid=13776 vsize=500196 CPUtime=1657.83 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 112871 0 0 0 165621 162 0 0 20 0 2 0 276311602 512200704 114644 33554432000 4194304 5963574 140734904232960 140519139072040 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 500196

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 13895
/proc/meminfo: memFree=30948580/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=500412 CPUtime=1721.84 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 116165 0 0 0 172041 143 0 0 20 0 2 0 276311602 512421888 117225 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 125103 117225 191 432 0 124668 0
[pid=13778/tid=13779] ppid=13776 vsize=500412 CPUtime=1717.68 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 115452 0 0 0 171600 168 0 0 20 0 2 0 276311602 512421888 117225 33554432000 4194304 5963574 140734904232960 140519139071992 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 500412

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 13895
/proc/meminfo: memFree=30916092/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=566904 CPUtime=1781.82 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 121046 0 0 0 178031 151 0 0 20 0 2 0 276311602 580509696 122106 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 141726 122106 191 432 0 141291 0
[pid=13778/tid=13779] ppid=13776 vsize=566904 CPUtime=1777.52 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 120333 0 0 0 177575 177 0 0 20 0 2 0 276311602 580509696 122106 33554432000 4194304 5963574 140734904232960 140519139071992 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 566904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13896
/proc/meminfo: memFree=30906172/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=566904 CPUtime=1800.03 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 121929 0 0 0 179850 153 0 0 20 0 2 0 276311602 580509696 122989 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 141726 122989 191 432 0 141291 0
[pid=13778/tid=13779] ppid=13776 vsize=566904 CPUtime=1795.68 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 121216 0 0 0 179388 180 0 0 20 0 2 0 276311602 580509696 122989 33554432000 4194304 5963574 140734904232960 140519139071992 4378688 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 566904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 13896
/proc/meminfo: memFree=30906172/32873844 swapFree=7616/7616
[pid=13778] ppid=13776 vsize=566904 CPUtime=1800.03 cores=1,3,5,7
/proc/13778/stat : 13778 (wbo1.7) S 13776 13778 12409 0 -1 4202496 121929 0 0 0 179850 153 0 0 20 0 2 0 276311602 580509696 122989 33554432000 4194304 5963574 140734904232960 140734904232480 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13778/statm: 141726 122989 191 432 0 141291 0
[pid=13778/tid=13779] ppid=13776 vsize=566904 CPUtime=1795.68 cores=1,3,5,7
/proc/13778/task/13779/stat : 13779 (wbo1.7) R 13776 13778 12409 0 -1 4202560 121216 0 0 0 179388 180 0 0 20 0 2 0 276311602 580509696 122989 33554432000 4194304 5963574 140734904232960 140519139071992 4378688 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 566904

Child status: 0

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

Real time (s): 1800.52
CPU time (s): 1800.03
CPU user time (s): 1798.5
CPU system time (s): 1.53
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 566904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 1.81072
maximum resident set size= 491956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121929
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= 213
involuntary context switches= 1848

runsolver used 3.59145 second user time and 11.0233 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 08:57:48
IDJOB=3705279
IDBENCH=2908
IDSOLVER=2283
FILE ID=node135/3705279-1338101868
RUNJOBID= node135-1338083668-12426
PBS_JOBID= 14624422
Free space on /tmp= 71636 MiB

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

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=1045095732

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31331228 kB
Buffers:          276740 kB
Cached:           306148 kB
SwapCached:         1732 kB
Active:           661184 kB
Inactive:          65964 kB
Active(anon):     134964 kB
Inactive(anon):    12016 kB
Active(file):     526220 kB
Inactive(file):    53948 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105788 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        154768 kB
Mapped:            12420 kB
Shmem:               132 kB
Slab:             673924 kB
SReclaimable:     115944 kB
SUnreclaim:       557980 kB
KernelStack:        1504 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71632 MiB
End job on node135 at 2012-05-27 09:27:51