Trace number 3728404

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM200f179ceb6a172fc8d81952e96f0c84
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 benchmark75.6615
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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-3728404-1338675730.wbo.
0.00/0.00	c Instance file HOME/instance-3728404-1338675730.wbo
0.00/0.00	c File size is 96740 bytes.
0.00/0.00	c Highest Coefficient sum: 665
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.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-3728404-1338675730/watcher-3728404-1338675730 -o /tmp/evaluation-result-3728404-1338675730/solver-3728404-1338675730 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728404-1338675730.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.98 3.71 3.60 3/177 24326
/proc/meminfo: memFree=28193164/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=3600 CPUtime=0 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) R 24324 24326 23469 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 333701598 3686400 335 33554432000 4194304 5964350 140735531857680 140736678258152 4395259 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 900 336 169 433 0 440 0

[startup+0.0572261 s]
/proc/loadavg: 2.98 3.71 3.60 3/177 24326
/proc/meminfo: memFree=28193164/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84288 CPUtime=0.05 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 1443 0 0 0 5 0 0 0 20 0 2 0 333701598 86310912 1372 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21072 1372 193 433 0 20636 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84288

[startup+0.10017 s]
/proc/loadavg: 2.98 3.71 3.60 3/177 24326
/proc/meminfo: memFree=28193164/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84288 CPUtime=0.09 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 1587 0 0 0 9 0 0 0 20 0 2 0 333701598 86310912 1516 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21072 1516 193 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300114 s]
/proc/loadavg: 2.98 3.71 3.60 3/177 24326
/proc/meminfo: memFree=28193164/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84288 CPUtime=0.29 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 2105 0 0 0 29 0 0 0 20 0 2 0 333701598 86310912 2034 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21072 2034 193 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700113 s]
/proc/loadavg: 2.98 3.71 3.60 3/177 24326
/proc/meminfo: memFree=28193164/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84432 CPUtime=0.69 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 2845 0 0 0 69 0 0 0 20 0 2 0 333701598 86458368 2774 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21108 2774 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.98 3.71 3.60 3/179 24328
/proc/meminfo: memFree=28181384/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84504 CPUtime=1.48 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 4307 0 0 0 148 0 0 0 20 0 2 0 333701598 86532096 4236 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21126 4236 193 433 0 20690 0
[pid=24326/tid=24328] ppid=24324 vsize=84504 CPUtime=1.47 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 3421 0 0 0 147 0 0 0 20 0 2 0 333701599 86532096 4236 33554432000 4194304 5964350 140735531857680 140381031720952 4388140 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.90 3.68 3.59 3/179 24328
/proc/meminfo: memFree=28172672/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84504 CPUtime=3.09 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 6196 0 0 0 308 1 0 0 20 0 2 0 333701598 86532096 6125 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21126 6125 193 433 0 20690 0
[pid=24326/tid=24328] ppid=24324 vsize=84504 CPUtime=3.07 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 5310 0 0 0 306 1 0 0 20 0 2 0 333701599 86532096 6125 33554432000 4194304 5964350 140735531857680 140381031721000 4220672 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.30028 s]
/proc/loadavg: 2.90 3.68 3.59 3/179 24328
/proc/meminfo: memFree=28153576/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=84612 CPUtime=6.29 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 10031 0 0 0 627 2 0 0 20 0 2 0 333701598 86642688 9960 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 21153 9960 193 433 0 20717 0
[pid=24326/tid=24328] ppid=24324 vsize=84612 CPUtime=6.27 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 9145 0 0 0 625 2 0 0 20 0 2 0 333701599 86642688 9960 33554432000 4194304 5964350 140735531857680 140381031720952 4221120 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) 84612

[startup+12.7003 s]
/proc/loadavg: 2.76 3.62 3.57 3/179 24367
/proc/meminfo: memFree=28141012/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=150148 CPUtime=12.69 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 18151 0 0 0 1265 4 0 0 20 0 2 0 333701598 153751552 18080 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 37537 18080 193 433 0 37101 0
[pid=24326/tid=24328] ppid=24324 vsize=150148 CPUtime=12.67 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 17265 0 0 0 1263 4 0 0 20 0 2 0 333701599 153751552 18080 33554432000 4194304 5964350 140735531857680 140381031720952 5136340 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) 150148

[startup+25.5004 s]
/proc/loadavg: 2.64 3.57 3.56 3/179 24367
/proc/meminfo: memFree=27970652/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=215844 CPUtime=25.47 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 35821 0 0 0 2538 9 0 0 20 0 2 0 333701598 221024256 35746 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 53961 35746 193 433 0 53525 0
[pid=24326/tid=24328] ppid=24324 vsize=215844 CPUtime=25.46 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 34935 0 0 0 2536 10 0 0 20 0 2 0 333701599 221024256 35746 33554432000 4194304 5964350 140735531857680 140381031720952 5136340 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) 215844

[startup+51.1003 s]
/proc/loadavg: 2.42 3.44 3.51 3/179 24367
/proc/meminfo: memFree=27763648/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=281620 CPUtime=51.06 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 64866 0 0 0 5088 18 0 0 20 0 2 0 333701598 288378880 64784 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 70405 64784 193 433 0 69969 0
[pid=24326/tid=24328] ppid=24324 vsize=281620 CPUtime=51.05 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 63980 0 0 0 5087 18 0 0 20 0 2 0 333701599 288378880 64784 33554432000 4194304 5964350 140735531857680 140381031720952 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 281620

[startup+102.307 s]
/proc/loadavg: 2.17 3.20 3.42 3/179 24367
/proc/meminfo: memFree=27554504/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=412692 CPUtime=102.22 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 94054 0 0 0 10197 25 0 0 20 0 2 0 333701598 422596608 93740 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 103173 93740 193 433 0 102737 0
[pid=24326/tid=24328] ppid=24324 vsize=412692 CPUtime=102.22 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 93168 0 0 0 10195 27 0 0 20 0 2 0 333701599 422596608 93740 33554432000 4194304 5964350 140735531857680 140381031720952 4379231 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) 412692

[startup+162.3 s]
/proc/loadavg: 2.06 2.98 3.33 3/179 24367
/proc/meminfo: memFree=27445128/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=412692 CPUtime=162.19 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 94078 0 0 0 16194 25 0 0 20 0 2 0 333701598 422596608 93829 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 103173 93829 193 433 0 102737 0
[pid=24326/tid=24328] ppid=24324 vsize=412692 CPUtime=162.2 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 93192 0 0 0 16192 28 0 0 20 0 2 0 333701599 422596608 93829 33554432000 4194304 5964350 140735531857680 140381031720984 4399987 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) 412692

[startup+222.3 s]
/proc/loadavg: 2.02 2.80 3.25 3/179 24368
/proc/meminfo: memFree=27263748/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=609588 CPUtime=222.19 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 139349 0 0 0 22179 40 0 0 20 0 2 0 333701598 624218112 139100 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 152397 139100 193 433 0 151961 0
[pid=24326/tid=24328] ppid=24324 vsize=609588 CPUtime=222.2 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 138463 0 0 0 22176 44 0 0 20 0 2 0 333701599 624218112 139100 33554432000 4194304 5964350 140735531857680 140381031720952 4220672 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) 609588

[startup+282.3 s]
/proc/loadavg: 2.01 2.65 3.16 3/179 24368
/proc/meminfo: memFree=27139652/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=609948 CPUtime=282.18 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 139366 0 0 0 28178 40 0 0 20 0 2 0 333701598 624586752 139117 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 152487 139117 193 433 0 152051 0
[pid=24326/tid=24328] ppid=24324 vsize=609948 CPUtime=282.2 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 138480 0 0 0 28175 45 0 0 20 0 2 0 333701599 624586752 139117 33554432000 4194304 5964350 140735531857680 140381031721128 4221120 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) 609948

[startup+342.3 s]
/proc/loadavg: 2.00 2.53 3.09 3/179 24368
/proc/meminfo: memFree=27115252/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=610092 CPUtime=342.18 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 145441 0 0 0 34175 43 0 0 20 0 2 0 333701598 624734208 145192 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 152523 145192 193 433 0 152087 0
[pid=24326/tid=24328] ppid=24324 vsize=610092 CPUtime=342.21 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 144555 0 0 0 34172 49 0 0 20 0 2 0 333701599 624734208 145192 33554432000 4194304 5964350 140735531857680 140381031720952 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 610092

[startup+402.3 s]
/proc/loadavg: 2.00 2.43 3.02 3/180 24369
/proc/meminfo: memFree=27028120/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=610092 CPUtime=402.16 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 145445 0 0 0 40173 43 0 0 20 0 2 0 333701598 624734208 145196 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 152523 145196 193 433 0 152087 0
[pid=24326/tid=24328] ppid=24324 vsize=610092 CPUtime=402.21 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 144559 0 0 0 40171 50 0 0 20 0 2 0 333701599 624734208 145196 33554432000 4194304 5964350 140735531857680 140381031720952 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 610092

[startup+462.3 s]
/proc/loadavg: 2.00 2.35 2.95 3/179 24369
/proc/meminfo: memFree=27007400/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=675772 CPUtime=462.13 cores=1,3,5,7

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

/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 254209 0 0 0 130109 100 0 0 20 0 2 0 333701599 1097482240 255178 33554432000 4194304 5964350 140735531857680 140381031721000 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 1071760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.34 3/179 24573
/proc/meminfo: memFree=26837208/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1071760 CPUtime=1361.86 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 255100 0 0 0 136106 80 0 0 20 0 2 0 333701598 1097482240 255183 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 267940 255183 193 433 0 267504 0
[pid=24326/tid=24328] ppid=24324 vsize=1071760 CPUtime=1362.09 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 254214 0 0 0 136108 101 0 0 20 0 2 0 333701599 1097482240 255183 33554432000 4194304 5964350 140735531857680 140381031721000 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 1071760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.32 3/179 24574
/proc/meminfo: memFree=26726608/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203624 CPUtime=1421.85 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282629 0 0 0 142094 91 0 0 20 0 2 0 333701598 1232510976 282712 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300906 282712 193 433 0 300470 0
[pid=24326/tid=24328] ppid=24324 vsize=1203624 CPUtime=1422.1 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281743 0 0 0 142097 113 0 0 20 0 2 0 333701599 1232510976 282712 33554432000 4194304 5964350 140735531857680 140381031720952 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 1203624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.29 3/179 24574
/proc/meminfo: memFree=26725520/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203624 CPUtime=1481.84 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282629 0 0 0 148093 91 0 0 20 0 2 0 333701598 1232510976 282712 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300906 282712 193 433 0 300470 0
[pid=24326/tid=24328] ppid=24324 vsize=1203624 CPUtime=1482.09 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281743 0 0 0 148095 114 0 0 20 0 2 0 333701599 1232510976 282712 33554432000 4194304 5964350 140735531857680 140381031720952 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1203624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.27 3/179 24574
/proc/meminfo: memFree=26725188/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203624 CPUtime=1541.83 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282629 0 0 0 154092 91 0 0 20 0 2 0 333701598 1232510976 282712 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300906 282712 193 433 0 300470 0
[pid=24326/tid=24328] ppid=24324 vsize=1203624 CPUtime=1542.1 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281743 0 0 0 154095 115 0 0 20 0 2 0 333701599 1232510976 282712 33554432000 4194304 5964350 140735531857680 140381031720952 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1203624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/179 24574
/proc/meminfo: memFree=26725152/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203624 CPUtime=1601.82 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282629 0 0 0 160091 91 0 0 20 0 2 0 333701598 1232510976 282712 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300906 282712 193 433 0 300470 0
[pid=24326/tid=24328] ppid=24324 vsize=1203624 CPUtime=1602.1 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281743 0 0 0 160094 116 0 0 20 0 2 0 333701599 1232510976 282712 33554432000 4194304 5964350 140735531857680 140381031720952 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 1203624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/179 24574
/proc/meminfo: memFree=26723236/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203624 CPUtime=1661.81 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282638 0 0 0 166090 91 0 0 20 0 2 0 333701598 1232510976 282721 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300906 282721 193 433 0 300470 0
[pid=24326/tid=24328] ppid=24324 vsize=1203624 CPUtime=1662.1 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281752 0 0 0 166093 117 0 0 20 0 2 0 333701599 1232510976 282721 33554432000 4194304 5964350 140735531857680 140381031720952 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 1203624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.22 3/180 24578
/proc/meminfo: memFree=26723324/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1721.78 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282688 0 0 0 172087 91 0 0 20 0 2 0 333701598 1232584704 282751 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282751 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1722.08 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281802 0 0 0 172090 118 0 0 20 0 2 0 333701599 1232584704 282751 33554432000 4194304 5964350 140735531857680 140381031721000 4221120 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) 1203696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723236/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1781.76 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 178085 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1782.07 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 178088 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 1203696

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723352/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1791.37 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179046 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1791.68 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179049 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4399987 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) 1203696

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1794.57 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179366 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1794.88 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179369 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 1203696

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1797.76 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179685 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1798.07 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179688 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 1203696

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1798.56 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179765 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1798.87 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179768 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 1203696

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1798.96 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179805 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1799.28 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179809 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 1203696

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1799.36 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179845 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1799.67 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179848 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4400009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 1203696

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 24578
/proc/meminfo: memFree=26723228/32873844 swapFree=7116/7116
[pid=24326] ppid=24324 vsize=1203696 CPUtime=1799.46 cores=1,3,5,7
/proc/24326/stat : 24326 (wbo1.72) S 24324 24326 23469 0 -1 4202496 282707 0 0 0 179855 91 0 0 20 0 2 0 333701598 1232584704 282756 33554432000 4194304 5964350 140735531857680 140735531857200 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24326/statm: 300924 282756 193 433 0 300488 0
[pid=24326/tid=24328] ppid=24324 vsize=1203696 CPUtime=1799.77 cores=1,3,5,7
/proc/24326/task/24328/stat : 24328 (wbo1.72) R 24324 24326 23469 0 -1 4202560 281821 0 0 0 179858 119 0 0 20 0 2 0 333701599 1232584704 282756 33554432000 4194304 5964350 140735531857680 140381031721000 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 1203696

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.8
CPU user time (s): 1798.59
CPU system time (s): 1.20682
CPU usage (%): 99.9886
Max. virtual memory (cumulated for all children) (KiB): 1203696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.20682
maximum resident set size= 1131036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282710
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= 412
involuntary context switches= 2054

runsolver used 2.99554 second user time and 8.46471 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 00:22:10
IDJOB=3728404
IDBENCH=79267
IDSOLVER=2315
FILE ID=node108/3728404-1338675730
RUNJOBID= node108-1338675686-24259
PBS_JOBID= 14636525
Free space on /tmp= 71468 MiB

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

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

MD5SUM BENCH= 200f179ceb6a172fc8d81952e96f0c84
RANDOM SEED=1765293152

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.90
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.273
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:        28193412 kB
Buffers:          318000 kB
Cached:          3515732 kB
SwapCached:           80 kB
Active:          1915616 kB
Inactive:        1964960 kB
Active(anon):      33900 kB
Inactive(anon):    13064 kB
Active(file):    1881716 kB
Inactive(file):  1951896 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:         57660 kB
Mapped:            14996 kB
Shmem:               172 kB
Slab:             662988 kB
SReclaimable:     104996 kB
SUnreclaim:       557992 kB
KernelStack:        1488 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71460 MiB
End job on node108 at 2012-06-03 00:52:10