Trace number 3727562

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
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 variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727562-1338662438.opb.
0.00/0.00	c Instance file HOME/instance-3727562-1338662438.opb
0.00/0.00	c File size is 3392 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3621
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:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3727562-1338662438/watcher-3727562-1338662438 -o /tmp/evaluation-result-3727562-1338662438/solver-3727562-1338662438 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727562-1338662438.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/178 23075
/proc/meminfo: memFree=28072068/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83568 CPUtime=0 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 744 0 0 0 0 0 0 0 20 0 2 0 332310828 85573632 695 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20892 695 189 433 0 20456 0
[pid=23075/tid=23076] ppid=23073 vsize=83568 CPUtime=0 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 2 0 332310828 85573632 695 33554432000 4194304 5964350 140734661668720 140735175306856 18446744073699066235 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0702151 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23075
/proc/meminfo: memFree=28072068/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83568 CPUtime=0.06 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 928 0 0 0 6 0 0 0 20 0 2 0 332310828 85573632 879 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20892 880 190 433 0 20456 0
[pid=23075/tid=23076] ppid=23073 vsize=83568 CPUtime=0.05 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 227 0 0 0 5 0 0 0 20 0 2 0 332310828 85573632 880 33554432000 4194304 5964350 140734661668720 140735175306856 4400458 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83568

[startup+0.100297 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23075
/proc/meminfo: memFree=28072068/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83568 CPUtime=0.09 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 988 0 0 0 9 0 0 0 20 0 2 0 332310828 85573632 939 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20892 939 190 433 0 20456 0
[pid=23075/tid=23076] ppid=23073 vsize=83568 CPUtime=0.08 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 286 0 0 0 8 0 0 0 20 0 2 0 332310828 85573632 939 33554432000 4194304 5964350 140734661668720 140735175306856 5136340 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) 83568

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23075
/proc/meminfo: memFree=28072068/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83568 CPUtime=0.29 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 1307 0 0 0 29 0 0 0 20 0 2 0 332310828 85573632 1258 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20892 1258 190 433 0 20456 0
[pid=23075/tid=23076] ppid=23073 vsize=83568 CPUtime=0.28 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 605 0 0 0 28 0 0 0 20 0 2 0 332310828 85573632 1258 33554432000 4194304 5964350 140734661668720 140735175306856 5136340 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) 83568

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23075
/proc/meminfo: memFree=28072068/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83712 CPUtime=0.69 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 1617 0 0 0 69 0 0 0 20 0 2 0 332310828 85721088 1568 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20928 1568 190 433 0 20492 0
[pid=23075/tid=23076] ppid=23073 vsize=83712 CPUtime=0.68 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 915 0 0 0 68 0 0 0 20 0 2 0 332310828 85721088 1568 33554432000 4194304 5964350 140734661668720 140721774385192 4389080 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) 83712

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23077
/proc/meminfo: memFree=28067884/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83712 CPUtime=1.49 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 2162 0 0 0 149 0 0 0 20 0 2 0 332310828 85721088 2113 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20928 2113 190 433 0 20492 0
[pid=23075/tid=23076] ppid=23073 vsize=83712 CPUtime=1.48 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 1460 0 0 0 148 0 0 0 20 0 2 0 332310828 85721088 2113 33554432000 4194304 5964350 140734661668720 140721774384952 4399840 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) 83712

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23077
/proc/meminfo: memFree=28065280/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=83784 CPUtime=3.08 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 3112 0 0 0 308 0 0 0 20 0 2 0 332310828 85794816 3063 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 20946 3063 190 433 0 20510 0
[pid=23075/tid=23076] ppid=23073 vsize=83784 CPUtime=3.07 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 2410 0 0 0 307 0 0 0 20 0 2 0 332310828 85794816 3063 33554432000 4194304 5964350 140734661668720 140721774384952 5179179 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83784

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23077
/proc/meminfo: memFree=28058428/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=84180 CPUtime=6.29 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 4262 0 0 0 628 1 0 0 20 0 2 0 332310828 86200320 4213 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 21045 4213 190 433 0 20609 0
[pid=23075/tid=23076] ppid=23073 vsize=84180 CPUtime=6.27 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 3560 0 0 0 626 1 0 0 20 0 2 0 332310828 86200320 4213 33554432000 4194304 5964350 140734661668720 140721774385192 4400462 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) 84180

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23077
/proc/meminfo: memFree=28048144/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=85564 CPUtime=12.68 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 6058 0 0 0 1267 1 0 0 20 0 2 0 332310828 87617536 6009 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 21391 6009 190 433 0 20955 0
[pid=23075/tid=23076] ppid=23073 vsize=85564 CPUtime=12.65 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 5356 0 0 0 1264 1 0 0 20 0 2 0 332310828 87617536 6009 33554432000 4194304 5964350 140734661668720 140721774385144 4403628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85564

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=28022460/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=87440 CPUtime=25.49 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 9376 0 0 0 2546 3 0 0 20 0 2 0 332310828 89538560 9327 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 21860 9327 190 433 0 21424 0
[pid=23075/tid=23076] ppid=23073 vsize=87440 CPUtime=25.42 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 8674 0 0 0 2539 3 0 0 20 0 2 0 332310828 89538560 9327 33554432000 4194304 5964350 140734661668720 140721774384952 4399840 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) 87440

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27989568/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=90712 CPUtime=51.08 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 14233 0 0 0 5103 5 0 0 20 0 2 0 332310828 92889088 14179 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 22678 14179 190 433 0 22242 0
[pid=23075/tid=23076] ppid=23073 vsize=90712 CPUtime=50.95 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 13531 0 0 0 5090 5 0 0 20 0 2 0 332310828 92889088 14179 33554432000 4194304 5964350 140734661668720 140721774384664 4381928 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90712

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27935820/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=158368 CPUtime=102.26 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 20524 0 0 0 10216 10 0 0 20 0 2 0 332310828 162168832 20467 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 39592 20467 190 433 0 39156 0
[pid=23075/tid=23076] ppid=23073 vsize=158368 CPUtime=102.01 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 19822 0 0 0 10190 11 0 0 20 0 2 0 332310828 162168832 20467 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 158368

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23077
/proc/meminfo: memFree=27888588/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=159612 CPUtime=162.25 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 25825 0 0 0 16208 17 0 0 20 0 2 0 332310828 163442688 26463 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 39903 26463 190 433 0 39467 0
[pid=23075/tid=23076] ppid=23073 vsize=159612 CPUtime=161.85 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 25123 0 0 0 16167 18 0 0 20 0 2 0 332310828 163442688 26463 33554432000 4194304 5964350 140734661668720 140721774384952 4399832 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 159612

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23078
/proc/meminfo: memFree=27836516/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=161492 CPUtime=222.24 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 31468 0 0 0 22200 24 0 0 20 0 2 0 332310828 165367808 32106 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 40373 32106 190 433 0 39937 0
[pid=23075/tid=23076] ppid=23073 vsize=161492 CPUtime=221.7 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 30766 0 0 0 22143 27 0 0 20 0 2 0 332310828 165367808 32106 33554432000 4194304 5964350 140734661668720 140721774384664 4400548 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 161492

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23079
/proc/meminfo: memFree=27808260/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=163856 CPUtime=282.2 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 35795 0 0 0 28191 29 0 0 20 0 2 0 332310828 167788544 36418 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 40964 36418 190 433 0 40528 0
[pid=23075/tid=23076] ppid=23073 vsize=163856 CPUtime=281.52 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 35093 0 0 0 28119 33 0 0 20 0 2 0 332310828 167788544 36418 33554432000 4194304 5964350 140734661668720 140721774385144 4378912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 163856

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 23079
/proc/meminfo: memFree=27765164/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=230932 CPUtime=342.19 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 40130 0 0 0 34184 35 0 0 20 0 2 0 332310828 236474368 40753 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 57733 40753 190 433 0 57297 0
[pid=23075/tid=23076] ppid=23073 vsize=230932 CPUtime=341.37 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 39428 0 0 0 34097 40 0 0 20 0 2 0 332310828 236474368 40753 33554432000 4194304 5964350 140734661668720 140721774384664 4379152 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 230932

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23079
/proc/meminfo: memFree=27727124/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=231704 CPUtime=402.18 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 44226 0 0 0 40178 40 0 0 20 0 2 0 332310828 237264896 44849 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23110
/proc/meminfo: memFree=27265332/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=440464 CPUtime=1421.98 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 98832 0 0 0 142072 126 0 0 20 0 2 0 332310828 451035136 99890 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 110116 99890 190 433 0 109680 0
[pid=23075/tid=23076] ppid=23073 vsize=440464 CPUtime=1418.55 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 98130 0 0 0 141708 147 0 0 20 0 2 0 332310828 451035136 99890 33554432000 4194304 5964350 140734661668720 140721774385144 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 440464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27229496/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=441364 CPUtime=1481.97 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 102343 0 0 0 148065 132 0 0 20 0 2 0 332310828 451956736 103401 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 110341 103401 190 433 0 109905 0
[pid=23075/tid=23076] ppid=23073 vsize=441364 CPUtime=1478.39 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 101641 0 0 0 147685 154 0 0 20 0 2 0 332310828 451956736 103401 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 441364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27208504/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=441604 CPUtime=1541.96 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 103560 0 0 0 154062 134 0 0 20 0 2 0 332310828 452202496 104618 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 110401 104618 190 433 0 109965 0
[pid=23075/tid=23076] ppid=23073 vsize=441604 CPUtime=1538.24 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 102858 0 0 0 153667 157 0 0 20 0 2 0 332310828 452202496 104618 33554432000 4194304 5964350 140734661668720 140721774384664 4400548 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 441604

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27192336/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507500 CPUtime=1601.94 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 107613 0 0 0 160054 140 0 0 20 0 2 0 332310828 519680000 108671 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126875 108671 190 433 0 126439 0
[pid=23075/tid=23076] ppid=23073 vsize=507500 CPUtime=1598.09 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 106911 0 0 0 159645 164 0 0 20 0 2 0 332310828 519680000 108671 33554432000 4194304 5964350 140734661668720 140721774385144 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 507500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23111
/proc/meminfo: memFree=27173388/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507500 CPUtime=1661.93 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 109279 0 0 0 166050 143 0 0 20 0 2 0 332310828 519680000 110337 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126875 110337 190 433 0 126439 0
[pid=23075/tid=23076] ppid=23073 vsize=507500 CPUtime=1657.93 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 108577 0 0 0 165625 168 0 0 20 0 2 0 332310828 519680000 110337 33554432000 4194304 5964350 140734661668720 140721774384664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 507500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23267
/proc/meminfo: memFree=27681536/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507500 CPUtime=1721.92 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 111490 0 0 0 172045 147 0 0 20 0 2 0 332310828 519680000 112541 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126875 112541 190 433 0 126439 0
[pid=23075/tid=23076] ppid=23073 vsize=507500 CPUtime=1717.77 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 110788 0 0 0 171605 172 0 0 20 0 2 0 332310828 519680000 112541 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 507500

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27600052/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1781.88 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 114550 0 0 0 178037 151 0 0 20 0 2 0 332310828 520048640 115574 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 115574 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1777.59 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 113848 0 0 0 177582 177 0 0 20 0 2 0 332310828 520048640 115574 33554432000 4194304 5964350 140734661668720 140721774384664 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 507860

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27587892/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1791.49 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 114946 0 0 0 178997 152 0 0 20 0 2 0 332310828 520048640 115970 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 115970 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1787.18 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114244 0 0 0 178539 179 0 0 20 0 2 0 332310828 520048640 115970 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 507860

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27587148/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1794.69 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115061 0 0 0 179317 152 0 0 20 0 2 0 332310828 520048640 116085 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116085 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1790.37 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114359 0 0 0 178858 179 0 0 20 0 2 0 332310828 520048640 116085 33554432000 4194304 5964350 140734661668720 140721774384664 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 507860

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27586776/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1797.88 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115189 0 0 0 179636 152 0 0 20 0 2 0 332310828 520048640 116213 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116213 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1793.55 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114487 0 0 0 179176 179 0 0 20 0 2 0 332310828 520048640 116213 33554432000 4194304 5964350 140734661668720 140721774384952 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 507860

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27586652/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1798.68 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115223 0 0 0 179716 152 0 0 20 0 2 0 332310828 520048640 116247 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116247 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1794.35 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114521 0 0 0 179256 179 0 0 20 0 2 0 332310828 520048640 116247 33554432000 4194304 5964350 140734661668720 140721774384664 4410752 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 507860

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27586280/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1799.09 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115240 0 0 0 179757 152 0 0 20 0 2 0 332310828 520048640 116264 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116264 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1794.76 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114538 0 0 0 179297 179 0 0 20 0 2 0 332310828 520048640 116264 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 507860

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27586280/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1799.48 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115258 0 0 0 179796 152 0 0 20 0 2 0 332310828 520048640 116282 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116282 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1795.15 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114556 0 0 0 179336 179 0 0 20 0 2 0 332310828 520048640 116282 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 507860

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23271
/proc/meminfo: memFree=27586280/32873844 swapFree=7128/7128
[pid=23075] ppid=23073 vsize=507860 CPUtime=1799.58 cores=1,3,5,7
/proc/23075/stat : 23075 (wbo1.72) S 23073 23075 20159 0 -1 4202496 115262 0 0 0 179806 152 0 0 20 0 2 0 332310828 520048640 116286 33554432000 4194304 5964350 140734661668720 140734661668240 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23075/statm: 126965 116286 190 433 0 126529 0
[pid=23075/tid=23076] ppid=23073 vsize=507860 CPUtime=1795.25 cores=1,3,5,7
/proc/23075/task/23076/stat : 23076 (wbo1.72) R 23073 23075 20159 0 -1 4202560 114560 0 0 0 179346 179 0 0 20 0 2 0 332310828 520048640 116286 33554432000 4194304 5964350 140734661668720 140721774384664 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 507860

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.58
CPU user time (s): 1798.06
CPU system time (s): 1.52
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 507860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.47
system time used= 1.80472
maximum resident set size= 465156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115265
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= 166
involuntary context switches= 1844

runsolver used 3.14952 second user time and 9.28459 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-02 20:40:38
IDJOB=3727562
IDBENCH=2929
IDSOLVER=2313
FILE ID=node105/3727562-1338662438
RUNJOBID= node105-1338651421-21477
PBS_JOBID= 14636475
Free space on /tmp= 71296 MiB

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

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=121392786

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28072432 kB
Buffers:          528052 kB
Cached:          3302784 kB
SwapCached:         1700 kB
Active:           974348 kB
Inactive:        2948900 kB
Active(anon):      88852 kB
Inactive(anon):     4808 kB
Active(file):     885496 kB
Inactive(file):  2944092 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:         96760 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:             736156 kB
SReclaimable:     177972 kB
SUnreclaim:       558184 kB
KernelStack:        1496 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144656 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= 71292 MiB
End job on node105 at 2012-06-02 21:10:38