Trace number 3728148

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 NameAnswerCPU timeWall clock time
wbo 1.72? 1799.72 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567985--soft-33-100-0.wbo
MD5SUMa6a8a46a44ac0bf94795779c3ec9db34
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark64.6952
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1777
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
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 wbo file format. File HOME/instance-3728148-1338674697.wbo.
0.00/0.00	c Instance file HOME/instance-3728148-1338674697.wbo
0.00/0.00	c File size is 92203 bytes.
0.00/0.00	c Highest Coefficient sum: 669
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2008                                                |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    7                                                   |
0.00/0.00	c |  Number PB Constraints: 16                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3728148-1338674697/watcher-3728148-1338674697 -o /tmp/evaluation-result-3728148-1338674697/solver-3728148-1338674697 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728148-1338674697.wbo 

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/172 7557
/proc/meminfo: memFree=26341152/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=3448 CPUtime=0 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) R 7554 7557 7055 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 333595114 3530752 305 33554432000 4194304 5964350 140735479941168 140735169132712 4344563 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 862 305 170 433 0 403 0

[startup+0.0439391 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 7557
/proc/meminfo: memFree=26341152/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84204 CPUtime=0.04 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 1279 0 0 0 4 0 0 0 20 0 2 0 333595114 86224896 1208 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21051 1208 193 433 0 20615 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84204

[startup+0.100157 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 7557
/proc/meminfo: memFree=26341152/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84204 CPUtime=0.09 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 1475 0 0 0 9 0 0 0 20 0 2 0 333595114 86224896 1404 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21051 1404 193 433 0 20615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84204

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 7557
/proc/meminfo: memFree=26341152/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84204 CPUtime=0.29 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 1978 0 0 0 29 0 0 0 20 0 2 0 333595114 86224896 1907 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21051 1907 193 433 0 20615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84204

[startup+0.700115 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 7557
/proc/meminfo: memFree=26341152/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84348 CPUtime=0.69 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 2715 0 0 0 69 0 0 0 20 0 2 0 333595114 86372352 2644 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21087 2644 193 433 0 20651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84348

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7564
/proc/meminfo: memFree=26319108/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84348 CPUtime=1.48 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 3221 0 0 0 148 0 0 0 20 0 2 0 333595114 86372352 3150 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21087 3150 193 433 0 20651 0
[pid=7557/tid=7563] ppid=7554 vsize=84348 CPUtime=1.47 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 2368 0 0 0 147 0 0 0 20 0 2 0 333595115 86372352 3150 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84348

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7564
/proc/meminfo: memFree=26305344/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84420 CPUtime=3.08 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 5081 0 0 0 308 0 0 0 20 0 2 0 333595114 86446080 5010 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21105 5010 193 433 0 20669 0
[pid=7557/tid=7563] ppid=7554 vsize=84420 CPUtime=3.07 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 4228 0 0 0 307 0 0 0 20 0 2 0 333595115 86446080 5010 33554432000 4194304 5964350 140735479941168 140258721765368 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84420

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7564
/proc/meminfo: memFree=26264676/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=84420 CPUtime=6.29 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 8741 0 0 0 627 2 0 0 20 0 2 0 333595114 86446080 8670 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 21105 8670 193 433 0 20669 0
[pid=7557/tid=7563] ppid=7554 vsize=84420 CPUtime=6.27 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 7888 0 0 0 625 2 0 0 20 0 2 0 333595115 86446080 8670 33554432000 4194304 5964350 140735479941168 140258721765368 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84420

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7564
/proc/meminfo: memFree=26192644/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=150064 CPUtime=12.68 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 17724 0 0 0 1265 3 0 0 20 0 2 0 333595114 153665536 17653 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 37516 17653 193 433 0 37080 0
[pid=7557/tid=7563] ppid=7554 vsize=150064 CPUtime=12.67 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 16871 0 0 0 1263 4 0 0 20 0 2 0 333595115 153665536 17653 33554432000 4194304 5964350 140735479941168 140258721765368 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150064

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7564
/proc/meminfo: memFree=26093116/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=150224 CPUtime=25.47 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 29477 0 0 0 2541 6 0 0 20 0 2 0 333595114 153829376 29409 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 37556 29409 193 433 0 37120 0
[pid=7557/tid=7563] ppid=7554 vsize=150224 CPUtime=25.46 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 28624 0 0 0 2539 7 0 0 20 0 2 0 333595115 153829376 29409 33554432000 4194304 5964350 140735479941168 140258721765368 4400704 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150224

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7564
/proc/meminfo: memFree=25994800/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=216000 CPUtime=51.05 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 41931 0 0 0 5096 9 0 0 20 0 2 0 333595114 221184000 41860 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 54000 41860 193 433 0 53564 0
[pid=7557/tid=7563] ppid=7554 vsize=216000 CPUtime=51.04 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 41078 0 0 0 5094 10 0 0 20 0 2 0 333595115 221184000 41860 33554432000 4194304 5964350 140735479941168 140258721765368 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 216000

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7566
/proc/meminfo: memFree=25837500/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=281968 CPUtime=102.22 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 61159 0 0 0 10208 14 0 0 20 0 2 0 333595114 288735232 60471 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 70492 60471 193 433 0 70056 0
[pid=7557/tid=7563] ppid=7554 vsize=281968 CPUtime=102.22 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 60306 0 0 0 10206 16 0 0 20 0 2 0 333595115 288735232 60471 33554432000 4194304 5964350 140735479941168 140258721765368 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 281968

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7566
/proc/meminfo: memFree=25693340/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=348368 CPUtime=162.19 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 78695 0 0 0 16199 20 0 0 20 0 2 0 333595114 356728832 78683 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 87092 78683 193 433 0 86656 0
[pid=7557/tid=7563] ppid=7554 vsize=348368 CPUtime=162.19 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 77842 0 0 0 16196 23 0 0 20 0 2 0 333595115 356728832 78683 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 348368

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7566
/proc/meminfo: memFree=25609488/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=414696 CPUtime=222.19 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 89791 0 0 0 22195 24 0 0 20 0 2 0 333595114 424648704 89779 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 103674 89779 193 433 0 103238 0
[pid=7557/tid=7563] ppid=7554 vsize=414696 CPUtime=222.19 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 88938 0 0 0 22192 27 0 0 20 0 2 0 333595115 424648704 89779 33554432000 4194304 5964350 140735479941168 140258721765368 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 414696

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7566
/proc/meminfo: memFree=25605300/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=414696 CPUtime=282.18 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 89802 0 0 0 28194 24 0 0 20 0 2 0 333595114 424648704 89790 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 103674 89790 193 433 0 103238 0
[pid=7557/tid=7563] ppid=7554 vsize=414696 CPUtime=282.19 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 88949 0 0 0 28191 28 0 0 20 0 2 0 333595115 424648704 89790 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 414696

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7569
/proc/meminfo: memFree=25558228/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=414696 CPUtime=342.17 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 96380 0 0 0 34191 26 0 0 20 0 2 0 333595114 424648704 96368 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 103674 96368 193 433 0 103238 0
[pid=7557/tid=7563] ppid=7554 vsize=414696 CPUtime=342.19 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 95527 0 0 0 34187 32 0 0 20 0 2 0 333595115 424648704 96368 33554432000 4194304 5964350 140735479941168 140258721765368 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 414696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7569
/proc/meminfo: memFree=25458184/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=546776 CPUtime=402.14 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 120725 0 0 0 40181 33 0 0 20 0 2 0 333595114 559898624 120702 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 136694 120702 193 433 0 136258 0
[pid=7557/tid=7563] ppid=7554 vsize=546776 CPUtime=402.17 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 119872 0 0 0 40177 40 0 0 20 0 2 0 333595115 559898624 120702 33554432000 4194304 5964350 140735479941168 140258721765368 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 546776

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25770136/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=612636 CPUtime=462.11 cores=1,3,5,7

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

/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 197912 0 0 0 130115 86 0 0 20 0 2 0 333595115 832016384 198629 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 812516

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7616
/proc/meminfo: memFree=25356024/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=812516 CPUtime=1361.84 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 198792 0 0 0 136118 66 0 0 20 0 2 0 333595114 832016384 198640 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 203129 198640 193 433 0 202693 0
[pid=7557/tid=7563] ppid=7554 vsize=812516 CPUtime=1361.99 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 197939 0 0 0 136112 87 0 0 20 0 2 0 333595115 832016384 198640 33554432000 4194304 5964350 140735479941168 140258721765368 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 812516

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7616
/proc/meminfo: memFree=25327612/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=878736 CPUtime=1421.83 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 204844 0 0 0 142114 69 0 0 20 0 2 0 333595114 899825664 204696 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 219684 204696 193 433 0 219248 0
[pid=7557/tid=7563] ppid=7554 vsize=878736 CPUtime=1421.99 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 203991 0 0 0 142108 91 0 0 20 0 2 0 333595115 899825664 204696 33554432000 4194304 5964350 140735479941168 140258721765368 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 878736

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7616
/proc/meminfo: memFree=25320672/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=878736 CPUtime=1481.82 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 206180 0 0 0 148112 70 0 0 20 0 2 0 333595114 899825664 206032 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 219684 206032 193 433 0 219248 0
[pid=7557/tid=7563] ppid=7554 vsize=878736 CPUtime=1481.99 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 205327 0 0 0 148106 93 0 0 20 0 2 0 333595115 899825664 206032 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 878736

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 7619
/proc/meminfo: memFree=25320176/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=878736 CPUtime=1541.81 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 206180 0 0 0 154111 70 0 0 20 0 2 0 333595114 899825664 206032 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 219684 206032 193 433 0 219248 0
[pid=7557/tid=7563] ppid=7554 vsize=878736 CPUtime=1541.99 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 205327 0 0 0 154105 94 0 0 20 0 2 0 333595115 899825664 206032 33554432000 4194304 5964350 140735479941168 140258721765368 4400462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 878736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7619
/proc/meminfo: memFree=25312868/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=878736 CPUtime=1601.8 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 206180 0 0 0 160110 70 0 0 20 0 2 0 333595114 899825664 206032 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 219684 206032 193 433 0 219248 0
[pid=7557/tid=7563] ppid=7554 vsize=878736 CPUtime=1601.99 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 205327 0 0 0 160104 95 0 0 20 0 2 0 333595115 899825664 206032 33554432000 4194304 5964350 140735479941168 140258721765368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 878736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25262896/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=944920 CPUtime=1661.79 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 216945 0 0 0 166103 76 0 0 20 0 2 0 333595114 967598080 216797 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 236230 216797 193 433 0 235794 0
[pid=7557/tid=7563] ppid=7554 vsize=944920 CPUtime=1661.98 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 216092 0 0 0 166096 102 0 0 20 0 2 0 333595115 967598080 216797 33554432000 4194304 5964350 140735479941168 140258721765368 4400704 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 944920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25259676/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=945100 CPUtime=1721.78 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 216978 0 0 0 172102 76 0 0 20 0 2 0 333595114 967782400 216830 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 236275 216830 193 433 0 235839 0
[pid=7557/tid=7563] ppid=7554 vsize=945100 CPUtime=1721.98 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 216125 0 0 0 172095 103 0 0 20 0 2 0 333595115 967782400 216830 33554432000 4194304 5964350 140735479941168 140258721765416 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 945100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25178580/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011804 CPUtime=1781.77 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 237025 0 0 0 178090 87 0 0 20 0 2 0 333595114 1036087296 236877 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252951 236877 193 433 0 252515 0
[pid=7557/tid=7563] ppid=7554 vsize=1011804 CPUtime=1781.98 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 236172 0 0 0 178083 115 0 0 20 0 2 0 333595115 1036087296 236877 33554432000 4194304 5964350 140735479941168 140258721765368 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1011804

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25163080/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1791.37 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 240725 0 0 0 179048 89 0 0 20 0 2 0 333595114 1036234752 240577 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 240577 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1791.59 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 239872 0 0 0 179042 117 0 0 20 0 2 0 333595115 1036234752 240577 33554432000 4194304 5964350 140735479941168 140258721765368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 1011948

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25157996/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1794.58 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 241889 0 0 0 179368 90 0 0 20 0 2 0 333595114 1036234752 241741 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 241741 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1794.79 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 241036 0 0 0 179362 117 0 0 20 0 2 0 333595115 1036234752 241741 33554432000 4194304 5964350 140735479941168 140258721765368 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 1011948

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25154276/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1797.77 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 243232 0 0 0 179687 90 0 0 20 0 2 0 333595114 1036234752 243084 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 243084 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1797.98 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 242379 0 0 0 179680 118 0 0 20 0 2 0 333595115 1036234752 243084 33554432000 4194304 5964350 140735479941168 140258721765368 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 1011948

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25152416/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1798.57 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 243554 0 0 0 179766 91 0 0 20 0 2 0 333595114 1036234752 243406 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 243406 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1798.78 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 242701 0 0 0 179759 119 0 0 20 0 2 0 333595115 1036234752 243406 33554432000 4194304 5964350 140735479941168 140258721765368 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 1011948

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25151052/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1798.98 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 243640 0 0 0 179807 91 0 0 20 0 2 0 333595114 1036234752 243492 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 243492 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1799.19 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 242787 0 0 0 179800 119 0 0 20 0 2 0 333595115 1036234752 243492 33554432000 4194304 5964350 140735479941168 140258721765368 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 1011948

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25151052/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1799.37 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 243778 0 0 0 179846 91 0 0 20 0 2 0 333595114 1036234752 243630 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 243630 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1799.58 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 242925 0 0 0 179839 119 0 0 20 0 2 0 333595115 1036234752 243630 33554432000 4194304 5964350 140735479941168 140258721765368 4399895 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 1011948

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25151052/32873648 swapFree=6864/6864
[pid=7557] ppid=7554 vsize=1011948 CPUtime=1799.47 cores=1,3,5,7
/proc/7557/stat : 7557 (wbo1.72) S 7554 7557 7055 0 -1 4202496 243857 0 0 0 179856 91 0 0 20 0 2 0 333595114 1036234752 243709 33554432000 4194304 5964350 140735479941168 140735479940688 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 252987 243709 193 433 0 252551 0
[pid=7557/tid=7563] ppid=7554 vsize=1011948 CPUtime=1799.68 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (wbo1.72) R 7554 7557 7055 0 -1 4202560 243004 0 0 0 179849 119 0 0 20 0 2 0 333595115 1036234752 243709 33554432000 4194304 5964350 140735479941168 140258721765368 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1011948

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.72
CPU user time (s): 1798.5
CPU system time (s): 1.21581
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1011948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.21582
maximum resident set size= 974848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243860
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= 323
involuntary context switches= 2593

runsolver used 2.98255 second user time and 8.90964 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 00:04:57
IDJOB=3728148
IDBENCH=78934
IDSOLVER=2315
FILE ID=node125/3728148-1338674697
RUNJOBID= node125-1338671096-7313
PBS_JOBID= 14636495
Free space on /tmp= 70444 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985--soft-33-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728148-1338674697/watcher-3728148-1338674697 -o /tmp/evaluation-result-3728148-1338674697/solver-3728148-1338674697 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728148-1338674697.wbo

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

MD5SUM BENCH= a6a8a46a44ac0bf94795779c3ec9db34
RANDOM SEED=1137161856

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        26341136 kB
Buffers:          601972 kB
Cached:          5013452 kB
SwapCached:         2308 kB
Active:          2468412 kB
Inactive:        3159396 kB
Active(anon):       3004 kB
Inactive(anon):     9252 kB
Active(file):    2465408 kB
Inactive(file):  3150144 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             10880 kB
Writeback:             0 kB
AnonPages:         94224 kB
Mapped:            13840 kB
Shmem:                96 kB
Slab:             765800 kB
SReclaimable:     209708 kB
SUnreclaim:       556092 kB
KernelStack:        1488 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70432 MiB
End job on node125 at 2012-06-03 00:34:57