Trace number 3728403

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.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark125.61
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 constraints2707
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-3728403-1338675822.wbo.
0.00/0.00	c Instance file HOME/instance-3728403-1338675822.wbo
0.00/0.00	c File size is 96763 bytes.
0.00/0.00	c Highest Coefficient sum: 625
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:      2938                                                |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 23                                                  |
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.34/1800.00	c ===============================================================================
1799.34/1800.00	c Wall Clock Time: 1800.00 s
1799.34/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-3728403-1338675822/watcher-3728403-1338675822 -o /tmp/evaluation-result-3728403-1338675822/solver-3728403-1338675822 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728403-1338675822.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/177 16697
/proc/meminfo: memFree=30879644/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=3600 CPUtime=0 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) R 16695 16697 16130 0 -1 4202496 381 0 0 0 0 0 0 0 20 0 1 0 333706709 3686400 333 33554432000 4194304 5964350 140736899781232 140735379058344 4395186 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 900 334 169 433 0 440 0

[startup+0.058669 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16697
/proc/meminfo: memFree=30879644/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84288 CPUtime=0.05 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 1457 0 0 0 5 0 0 0 20 0 2 0 333706709 86310912 1385 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21072 1385 193 433 0 20636 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84288

[startup+0.100176 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16697
/proc/meminfo: memFree=30879644/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84288 CPUtime=0.09 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 1600 0 0 0 9 0 0 0 20 0 2 0 333706709 86310912 1528 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21072 1528 193 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16697
/proc/meminfo: memFree=30879644/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84288 CPUtime=0.29 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 2126 0 0 0 29 0 0 0 20 0 2 0 333706709 86310912 2054 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21072 2054 193 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700118 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16697
/proc/meminfo: memFree=30879644/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84432 CPUtime=0.69 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 2954 0 0 0 69 0 0 0 20 0 2 0 333706709 86458368 2882 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21108 2882 193 433 0 20672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84432

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30866848/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84504 CPUtime=1.48 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 3986 0 0 0 148 0 0 0 20 0 2 0 333706709 86532096 3914 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21126 3914 193 433 0 20690 0
[pid=16697/tid=16699] ppid=16695 vsize=84504 CPUtime=1.47 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 3098 0 0 0 147 0 0 0 20 0 2 0 333706710 86532096 3914 33554432000 4194304 5964350 140736899781232 139644428019752 4381439 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) 84504

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30859896/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84504 CPUtime=3.09 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 5672 0 0 0 308 1 0 0 20 0 2 0 333706709 86532096 5600 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21126 5600 193 433 0 20690 0
[pid=16697/tid=16699] ppid=16695 vsize=84504 CPUtime=3.07 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 4785 0 0 0 306 1 0 0 20 0 2 0 333706710 86532096 5601 33554432000 4194304 5964350 140736899781232 139644428019704 5136410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84504

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30826044/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84612 CPUtime=6.28 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 9260 0 0 0 626 2 0 0 20 0 2 0 333706709 86642688 9188 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21153 9188 193 433 0 20717 0
[pid=16697/tid=16699] ppid=16695 vsize=84612 CPUtime=6.27 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 8372 0 0 0 624 3 0 0 20 0 2 0 333706710 86642688 9188 33554432000 4194304 5964350 140736899781232 139644428019704 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84612

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30750156/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=84772 CPUtime=12.69 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 16313 0 0 0 1264 5 0 0 20 0 2 0 333706709 86806528 16241 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 21193 16241 193 433 0 20757 0
[pid=16697/tid=16699] ppid=16695 vsize=84772 CPUtime=12.67 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 15425 0 0 0 1262 5 0 0 20 0 2 0 333706710 86806528 16241 33554432000 4194304 5964350 140736899781232 139644428019704 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84772

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30663100/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=150548 CPUtime=25.48 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 24004 0 0 0 2541 7 0 0 20 0 2 0 333706709 154161152 23932 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 37637 23932 193 433 0 37201 0
[pid=16697/tid=16699] ppid=16695 vsize=150548 CPUtime=25.47 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 23116 0 0 0 2539 8 0 0 20 0 2 0 333706710 154161152 23932 33554432000 4194304 5964350 140736899781232 139644428019704 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150548

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16699
/proc/meminfo: memFree=30590884/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=216084 CPUtime=51.08 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 43137 0 0 0 5097 11 0 0 20 0 2 0 333706709 221270016 43065 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 54021 43065 193 433 0 53585 0
[pid=16697/tid=16699] ppid=16695 vsize=216084 CPUtime=51.07 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 42249 0 0 0 5095 12 0 0 20 0 2 0 333706710 221270016 43065 33554432000 4194304 5964350 140736899781232 139644428019704 4400011 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 216084

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16700
/proc/meminfo: memFree=30388748/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=347444 CPUtime=102.27 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 82473 0 0 0 10207 20 0 0 20 0 2 0 333706709 355782656 82401 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 86861 82401 193 433 0 86425 0
[pid=16697/tid=16699] ppid=16695 vsize=347444 CPUtime=102.27 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 81585 0 0 0 10205 22 0 0 20 0 2 0 333706710 355782656 82401 33554432000 4194304 5964350 140736899781232 139644428019704 4399921 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 347444

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16700
/proc/meminfo: memFree=30255972/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=478804 CPUtime=162.26 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 99709 0 0 0 16200 26 0 0 20 0 2 0 333706709 490295296 99637 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 119701 99637 193 433 0 119265 0
[pid=16697/tid=16699] ppid=16695 vsize=478804 CPUtime=162.26 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 98821 0 0 0 16197 29 0 0 20 0 2 0 333706710 490295296 99637 33554432000 4194304 5964350 140736899781232 139644428019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 478804

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16700
/proc/meminfo: memFree=30120228/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=544988 CPUtime=222.23 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 124739 0 0 0 22190 33 0 0 20 0 2 0 333706709 558067712 124934 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 136247 124934 193 433 0 135811 0
[pid=16697/tid=16699] ppid=16695 vsize=544988 CPUtime=222.25 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 123851 0 0 0 22188 37 0 0 20 0 2 0 333706710 558067712 124934 33554432000 4194304 5964350 140736899781232 139644428019704 4399861 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 544988

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16700
/proc/meminfo: memFree=30121436/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=544988 CPUtime=282.18 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 124791 0 0 0 28185 33 0 0 20 0 2 0 333706709 558067712 124965 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 136247 124965 193 433 0 135811 0
[pid=16697/tid=16699] ppid=16695 vsize=544988 CPUtime=282.21 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 123903 0 0 0 28183 38 0 0 20 0 2 0 333706710 558067712 124965 33554432000 4194304 5964350 140736899781232 139644428019704 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 544988

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17051
/proc/meminfo: memFree=30506312/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=544988 CPUtime=342.12 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 126189 0 0 0 34178 34 0 0 20 0 2 0 333706709 558067712 126360 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 136247 126360 193 433 0 135811 0
[pid=16697/tid=16699] ppid=16695 vsize=544988 CPUtime=342.17 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 125301 0 0 0 34177 40 0 0 20 0 2 0 333706710 558067712 126360 33554432000 4194304 5964350 140736899781232 139644428019704 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 544988

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 17055
/proc/meminfo: memFree=30425484/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=610812 CPUtime=402.06 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 135460 0 0 0 40169 37 0 0 20 0 2 0 333706709 625471488 133761 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 152703 133761 193 433 0 152267 0
[pid=16697/tid=16699] ppid=16695 vsize=610812 CPUtime=402.12 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 134572 0 0 0 40168 44 0 0 20 0 2 0 333706710 625471488 133761 33554432000 4194304 5964350 140736899781232 139644428019736 4399835 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 610812

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17055
/proc/meminfo: memFree=30425396/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=610812 CPUtime=462.01 cores=1,3,5,7

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

/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 235170 0 0 0 130099 97 0 0 20 0 2 0 333706710 1030152192 234933 33554432000 4194304 5964350 140736899781232 139644428019704 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 1006008

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17062
/proc/meminfo: memFree=29754824/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1006008 CPUtime=1361.71 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 237983 0 0 0 136094 77 0 0 20 0 2 0 333706709 1030152192 236854 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 251502 236854 193 433 0 251066 0
[pid=16697/tid=16699] ppid=16695 vsize=1006008 CPUtime=1361.95 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 237095 0 0 0 136097 98 0 0 20 0 2 0 333706710 1030152192 236854 33554432000 4194304 5964350 140736899781232 139644428019704 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 1006008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17062
/proc/meminfo: memFree=29749120/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1006152 CPUtime=1421.71 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 238019 0 0 0 142094 77 0 0 20 0 2 0 333706709 1030299648 236890 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 251538 236890 193 433 0 251102 0
[pid=16697/tid=16699] ppid=16695 vsize=1006152 CPUtime=1421.96 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 237131 0 0 0 142097 99 0 0 20 0 2 0 333706710 1030299648 236890 33554432000 4194304 5964350 140736899781232 139644428019752 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 1006152

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17062
/proc/meminfo: memFree=29619416/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1072336 CPUtime=1481.69 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 262986 0 0 0 148081 88 0 0 20 0 2 0 333706709 1098072064 261857 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 268084 261857 193 433 0 267648 0
[pid=16697/tid=16699] ppid=16695 vsize=1072336 CPUtime=1481.95 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 262098 0 0 0 148084 111 0 0 20 0 2 0 333706710 1098072064 261857 33554432000 4194304 5964350 140736899781232 139644428019704 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 1072336

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 17062
/proc/meminfo: memFree=29454496/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1203732 CPUtime=1541.68 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 296230 0 0 0 154068 100 0 0 20 0 2 0 333706709 1232621568 295101 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 300933 295101 193 433 0 300497 0
[pid=16697/tid=16699] ppid=16695 vsize=1203732 CPUtime=1541.95 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 295342 0 0 0 154071 124 0 0 20 0 2 0 333706710 1232621568 295101 33554432000 4194304 5964350 140736899781232 139644428019704 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 1203732

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 17066
/proc/meminfo: memFree=29328636/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1601.67 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318638 0 0 0 160057 110 0 0 20 0 2 0 333706709 1367150592 317509 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317509 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1601.95 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317750 0 0 0 160060 135 0 0 20 0 2 0 333706710 1367150592 317509 33554432000 4194304 5964350 140736899781232 139644428019704 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 1335108

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17067
/proc/meminfo: memFree=29314136/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1661.66 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318639 0 0 0 166055 111 0 0 20 0 2 0 333706709 1367150592 317510 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317510 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1661.95 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317751 0 0 0 166058 137 0 0 20 0 2 0 333706710 1367150592 317510 33554432000 4194304 5964350 140736899781232 139644428019704 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 1335108

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17067
/proc/meminfo: memFree=29312276/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1721.65 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318639 0 0 0 172054 111 0 0 20 0 2 0 333706709 1367150592 317510 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317510 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1721.96 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317751 0 0 0 172058 138 0 0 20 0 2 0 333706710 1367150592 317510 33554432000 4194304 5964350 140736899781232 139644428019704 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1335108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29278120/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1781.64 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 178053 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1781.96 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 178057 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 1335108

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29271532/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1791.25 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179014 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1791.57 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179018 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 1335108

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29269920/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1794.45 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179334 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1794.77 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179338 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 1335108

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29269176/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1797.64 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179653 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1797.96 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179657 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (KiB) 1335108

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29268308/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1798.44 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179733 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1798.76 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179737 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (KiB) 1335108

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29267812/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1798.85 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179774 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1799.17 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179778 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 1335108

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29267812/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1799.24 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179813 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1799.56 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179817 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (KiB) 1335108

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17067
/proc/meminfo: memFree=29267812/32873844 swapFree=7900/7900
[pid=16697] ppid=16695 vsize=1335108 CPUtime=1799.34 cores=1,3,5,7
/proc/16697/stat : 16697 (wbo1.72) S 16695 16697 16130 0 -1 4202496 318649 0 0 0 179823 111 0 0 20 0 2 0 333706709 1367150592 317520 33554432000 4194304 5964350 140736899781232 140736899780752 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16697/statm: 333777 317520 193 433 0 333341 0
[pid=16697/tid=16699] ppid=16695 vsize=1335108 CPUtime=1799.66 cores=1,3,5,7
/proc/16697/task/16699/stat : 16699 (wbo1.72) R 16695 16697 16130 0 -1 4202560 317761 0 0 0 179827 139 0 0 20 0 2 0 333706710 1367150592 317520 33554432000 4194304 5964350 140736899781232 139644428019704 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 1335108

Child status: 255
Real time (s): 1800.04
CPU time (s): 1799.72
CPU user time (s): 1798.29
CPU system time (s): 1.43278
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1335108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.43278
maximum resident set size= 1270092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318652
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= 380
involuntary context switches= 4906

runsolver used 3.33249 second user time and 8.35873 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 00:23:42
IDJOB=3728403
IDBENCH=79297
IDSOLVER=2315
FILE ID=node137/3728403-1338675822
RUNJOBID= node137-1338674710-16582
PBS_JOBID= 14636506
Free space on /tmp= 70328 MiB

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

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=352331616

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:        30880288 kB
Buffers:          156532 kB
Cached:           826744 kB
SwapCached:         5796 kB
Active:           791912 kB
Inactive:         388932 kB
Active(anon):     192384 kB
Inactive(anon):     7184 kB
Active(file):     599528 kB
Inactive(file):   381748 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              5436 kB
Writeback:             0 kB
AnonPages:        261768 kB
Mapped:             9780 kB
Shmem:                 0 kB
Slab:             674360 kB
SReclaimable:     115760 kB
SUnreclaim:       558600 kB
KernelStack:        1488 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 70324 MiB
End job on node137 at 2012-06-03 00:53:42