Trace number 3727716

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.73 1800

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.68244
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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-3727716-1338665047.opb.
0.00/0.00	c Instance file HOME/instance-3727716-1338665047.opb
0.00/0.00	c File size is 305017 bytes.
0.01/0.02	c Cost Offset: 0
0.01/0.02	c Highest Coefficient sum: 757
0.01/0.02	c ============================[ Problem Statistics ]=============================
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Parsing time:          0.03         s                                      |
0.01/0.02	c |  Number Variables:      2994                                                |
0.01/0.02	c |  Number Clauses:        3048                                                |
0.01/0.02	c |  Number Cardinality:    61                                                  |
0.01/0.02	c |  Number PB Constraints: 384                                                 |
0.01/0.02	c |                                                                             |
0.01/0.02	c |  Problem Type:          Optimization                                        |
0.01/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.01/0.02	c |                                                                             |
0.01/0.02	c ============================[ Search Statistics ]==============================
0.01/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.02	c ===============================================================================
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3727716-1338665047/watcher-3727716-1338665047 -o /tmp/evaluation-result-3727716-1338665047/solver-3727716-1338665047 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727716-1338665047.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.00 2.00 2.00 2/177 15997
/proc/meminfo: memFree=31308944/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=4052 CPUtime=0 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) R 15995 15997 12961 0 -1 4202496 464 0 0 0 0 0 0 0 20 0 1 0 332629275 4149248 417 33554432000 4194304 5964350 140734675084176 140734212764568 4348710 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 1013 417 172 433 0 502 0

[startup+0.0152241 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 15997
/proc/meminfo: memFree=31308944/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=4872 CPUtime=0.01 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) R 15995 15997 12961 0 -1 4202496 698 0 0 0 1 0 0 0 20 0 1 0 332629275 4988928 651 33554432000 4194304 5964350 140734675084176 140734212764568 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 1218 652 200 433 0 707 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4872

[startup+0.100139 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 15997
/proc/meminfo: memFree=31308944/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86052 CPUtime=0.09 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 2141 0 0 0 9 0 0 0 20 0 2 0 332629275 88117248 2019 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21513 2019 190 433 0 21077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86052

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 15997
/proc/meminfo: memFree=31308944/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86052 CPUtime=0.29 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 2477 0 0 0 29 0 0 0 20 0 2 0 332629275 88117248 2355 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21513 2355 190 433 0 21077 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86052

[startup+0.700113 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 15997
/proc/meminfo: memFree=31308944/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86052 CPUtime=0.69 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 3060 0 0 0 69 0 0 0 20 0 2 0 332629275 88117248 2938 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21513 2938 190 433 0 21077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86052

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15999
/proc/meminfo: memFree=31296264/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86196 CPUtime=1.48 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 4242 0 0 0 148 0 0 0 20 0 2 0 332629275 88264704 4120 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21549 4120 190 433 0 21113 0
[pid=15997/tid=15999] ppid=15995 vsize=86196 CPUtime=1.46 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 2879 0 0 0 146 0 0 0 20 0 2 0 332629277 88264704 4120 33554432000 4194304 5964350 140734675084176 139938956015608 4399976 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86196

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15999
/proc/meminfo: memFree=31292280/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86196 CPUtime=3.09 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 5501 0 0 0 308 1 0 0 20 0 2 0 332629275 88264704 5379 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21549 5379 190 433 0 21113 0
[pid=15997/tid=15999] ppid=15995 vsize=86196 CPUtime=3.06 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 4138 0 0 0 306 0 0 0 20 0 2 0 332629277 88264704 5379 33554432000 4194304 5964350 140734675084176 139938956015608 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86196

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15999
/proc/meminfo: memFree=31282484/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86268 CPUtime=6.28 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 7053 0 0 0 627 1 0 0 20 0 2 0 332629275 88338432 6931 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21567 6931 190 433 0 21131 0
[pid=15997/tid=15999] ppid=15995 vsize=86268 CPUtime=6.26 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 5690 0 0 0 624 2 0 0 20 0 2 0 332629277 88338432 6931 33554432000 4194304 5964350 140734675084176 139938956015416 4400023 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86268

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15999
/proc/meminfo: memFree=31266016/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86376 CPUtime=12.68 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 11450 0 0 0 1265 3 0 0 20 0 2 0 332629275 88449024 11328 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21594 11328 190 433 0 21158 0
[pid=15997/tid=15999] ppid=15995 vsize=86376 CPUtime=12.66 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 10087 0 0 0 1262 4 0 0 20 0 2 0 332629277 88449024 11328 33554432000 4194304 5964350 140734675084176 139938956015608 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86376

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15999
/proc/meminfo: memFree=31241712/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=86536 CPUtime=25.48 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 16816 0 0 0 2543 5 0 0 20 0 2 0 332629275 88612864 16694 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 21634 16694 190 433 0 21198 0
[pid=15997/tid=15999] ppid=15995 vsize=86536 CPUtime=25.45 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 15453 0 0 0 2539 6 0 0 20 0 2 0 332629277 88612864 16694 33554432000 4194304 5964350 140734675084176 139938956015416 4381916 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86536

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 15999
/proc/meminfo: memFree=31215020/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=152312 CPUtime=51.07 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 23806 0 0 0 5100 7 0 0 20 0 2 0 332629275 155967488 23684 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 38078 23684 190 433 0 37642 0
[pid=15997/tid=15999] ppid=15995 vsize=152312 CPUtime=51.05 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 22443 0 0 0 5097 8 0 0 20 0 2 0 332629277 155967488 23684 33554432000 4194304 5964350 140734675084176 139938956015608 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152312

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15999
/proc/meminfo: memFree=31157204/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=217848 CPUtime=102.27 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 37284 0 0 0 10216 11 0 0 20 0 2 0 332629275 223076352 37162 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 54462 37162 190 433 0 54026 0
[pid=15997/tid=15999] ppid=15995 vsize=217848 CPUtime=102.26 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 35921 0 0 0 10214 12 0 0 20 0 2 0 332629277 223076352 37162 33554432000 4194304 5964350 140734675084176 139938956015608 4399846 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 217848

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15999
/proc/meminfo: memFree=31149936/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=218208 CPUtime=162.22 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 38146 0 0 0 16211 11 0 0 20 0 2 0 332629275 223444992 38026 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 54552 38026 190 433 0 54116 0
[pid=15997/tid=15999] ppid=15995 vsize=218208 CPUtime=162.21 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 36783 0 0 0 16207 14 0 0 20 0 2 0 332629277 223444992 38026 33554432000 4194304 5964350 140734675084176 139938956015784 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 218208

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16000
/proc/meminfo: memFree=31105752/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=218424 CPUtime=222.17 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 49039 0 0 0 22201 16 0 0 20 0 2 0 332629275 223666176 48925 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 54606 48925 190 433 0 54170 0
[pid=15997/tid=15999] ppid=15995 vsize=218424 CPUtime=222.17 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 47676 0 0 0 22197 20 0 0 20 0 2 0 332629277 223666176 48925 33554432000 4194304 5964350 140734675084176 139938956015656 4381913 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 218424

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16000
/proc/meminfo: memFree=30997308/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=351384 CPUtime=282.16 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 67990 0 0 0 28192 24 0 0 20 0 2 0 332629275 359817216 68072 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 87846 68072 190 433 0 87410 0
[pid=15997/tid=15999] ppid=15995 vsize=351384 CPUtime=282.17 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 66627 0 0 0 28188 29 0 0 20 0 2 0 332629277 359817216 68072 33554432000 4194304 5964350 140734675084176 139938956015656 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 351384

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16000
/proc/meminfo: memFree=30989724/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=351384 CPUtime=342.15 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 69333 0 0 0 34190 25 0 0 20 0 2 0 332629275 359817216 69415 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 87846 69415 190 433 0 87410 0
[pid=15997/tid=15999] ppid=15995 vsize=351384 CPUtime=342.17 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 67970 0 0 0 34186 31 0 0 20 0 2 0 332629277 359817216 69415 33554432000 4194304 5964350 140734675084176 139938956015608 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 351384

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16003
/proc/meminfo: memFree=30911672/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=353940 CPUtime=402.12 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 79105 0 0 0 40184 28 0 0 20 0 2 0 332629275 362434560 79471 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 88485 79471 190 433 0 88049 0
[pid=15997/tid=15999] ppid=15995 vsize=353940 CPUtime=402.15 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 77742 0 0 0 40180 35 0 0 20 0 2 0 332629277 362434560 79471 33554432000 4194304 5964350 140734675084176 139938956015416 4381480 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 353940

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16004
/proc/meminfo: memFree=30872072/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=354300 CPUtime=462.09 cores=0,2,4,6

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

/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192413 0 0 0 130108 97 0 0 20 0 2 0 332629277 839364608 194837 33554432000 4194304 5964350 140734675084176 139938956015416 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 819692

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16011
/proc/meminfo: memFree=30219484/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=819692 CPUtime=1361.88 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193792 0 0 0 136111 77 0 0 20 0 2 0 332629275 839364608 194890 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 204923 194890 190 433 0 204487 0
[pid=15997/tid=15999] ppid=15995 vsize=819692 CPUtime=1362.04 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192429 0 0 0 136106 98 0 0 20 0 2 0 332629277 839364608 194890 33554432000 4194304 5964350 140734675084176 139938956015416 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 819692

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16012
/proc/meminfo: memFree=30208104/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1421.85 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193870 0 0 0 142108 77 0 0 20 0 2 0 332629275 840192000 194949 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 194949 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1422.01 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192507 0 0 0 142102 99 0 0 20 0 2 0 332629277 840192000 194949 33554432000 4194304 5964350 140734675084176 139938956015784 4403649 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 820500

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16012
/proc/meminfo: memFree=30194740/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1481.82 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193899 0 0 0 148105 77 0 0 20 0 2 0 332629275 840192000 194987 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 194987 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1481.99 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192536 0 0 0 148099 100 0 0 20 0 2 0 332629277 840192000 194987 33554432000 4194304 5964350 140734675084176 139938956015784 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 820500

[startup+1542.3 s]
/proc/loadavg: 2.18 2.05 2.01 3/178 16050
/proc/meminfo: memFree=29541108/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1541.8 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193908 0 0 0 154101 79 0 0 20 0 2 0 332629275 840192000 195001 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195001 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1541.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192545 0 0 0 154095 103 0 0 20 0 2 0 332629277 840192000 195001 33554432000 4194304 5964350 140734675084176 139938956015784 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 820500

[startup+1602.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/180 16054
/proc/meminfo: memFree=28335772/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1601.79 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193908 0 0 0 160100 79 0 0 20 0 2 0 332629275 840192000 195001 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195001 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1601.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192545 0 0 0 160094 104 0 0 20 0 2 0 332629277 840192000 195001 33554432000 4194304 5964350 140734675084176 139938956015784 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 820500

[startup+1662.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 16054
/proc/meminfo: memFree=28293804/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1661.79 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 166100 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1661.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 166093 105 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 820500

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/179 16055
/proc/meminfo: memFree=28253504/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1721.78 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 172099 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1721.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 172092 106 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 820500

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28215312/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1781.77 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 178098 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1781.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 178091 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4394880 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 820500

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28209236/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1791.37 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179058 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1791.58 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179051 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 820500

[startup+1795.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28207624/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1794.57 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179378 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1794.78 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179371 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 820500

[startup+1798.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28206756/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1797.76 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179697 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1797.98 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179691 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 820500

[startup+1799.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28206260/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1798.56 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179777 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1798.78 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179771 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4400009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 820500

[startup+1799.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28205640/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1798.97 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179818 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1799.18 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179811 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4399994 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 820500

[startup+1799.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28205640/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1799.36 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179857 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1799.58 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179851 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 820500

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 16055
/proc/meminfo: memFree=28205640/32873844 swapFree=7900/7900
[pid=15997] ppid=15995 vsize=820500 CPUtime=1799.46 cores=0,2,4,6
/proc/15997/stat : 15997 (wbo1.72) S 15995 15997 12961 0 -1 4202496 193909 0 0 0 179867 79 0 0 20 0 2 0 332629275 840192000 195008 33554432000 4194304 5964350 140734675084176 140734675083696 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15997/statm: 205125 195008 190 433 0 204689 0
[pid=15997/tid=15999] ppid=15995 vsize=820500 CPUtime=1799.68 cores=0,2,4,6
/proc/15997/task/15999/stat : 15999 (wbo1.72) R 15995 15997 12961 0 -1 4202560 192546 0 0 0 179861 107 0 0 20 0 2 0 332629277 840192000 195008 33554432000 4194304 5964350 140734675084176 139938956015784 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 820500

Child status: 255
Real time (s): 1800
CPU time (s): 1799.73
CPU user time (s): 1798.64
CPU system time (s): 1.08483
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 820500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.08483
maximum resident set size= 780044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193912
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= 324
involuntary context switches= 2455

runsolver used 2.69759 second user time and 7.13492 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-02 21:24:07
IDJOB=3727716
IDBENCH=71842
IDSOLVER=2313
FILE ID=node137/3727716-1338665047
RUNJOBID= node137-1338651414-14275
PBS_JOBID= 14636443
Free space on /tmp= 70692 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727716-1338665047/watcher-3727716-1338665047 -o /tmp/evaluation-result-3727716-1338665047/solver-3727716-1338665047 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727716-1338665047.opb

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=1188848213

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:        31309316 kB
Buffers:          149928 kB
Cached:           410068 kB
SwapCached:         5796 kB
Active:           407204 kB
Inactive:         342896 kB
Active(anon):     185424 kB
Inactive(anon):     7184 kB
Active(file):     221780 kB
Inactive(file):   335712 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              5928 kB
Writeback:             0 kB
AnonPages:        193684 kB
Mapped:             9784 kB
Shmem:                 0 kB
Slab:             674784 kB
SReclaimable:     115748 kB
SUnreclaim:       559036 kB
KernelStack:        1448 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     146600 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= 70348 MiB
End job on node137 at 2012-06-02 21:54:08