Trace number 3713139

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.71? 1799.89 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550720--soft-0-100-0.wbo
MD5SUM78d8e4512631586bbdc844ad983c3b47
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 benchmark77.75
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3713139-1338217871.wbo.
0.00/0.00	c Instance file HOME/instance-3713139-1338217871.wbo
0.00/0.00	c File size is 96759 bytes.
0.00/0.00	c Highest Coefficient sum: 687
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      2938                                                |
0.00/0.01	c |  Number Clauses:        2684                                                |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 23                                                  |
0.00/0.01	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.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3713139-1338217871/watcher-3713139-1338217871 -o /tmp/evaluation-result-3713139-1338217871/solver-3713139-1338217871 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713139-1338217871.wbo 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.00 2/177 20581
/proc/meminfo: memFree=29514340/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=3600 CPUtime=0 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) R 20579 20581 18639 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 287913172 3686400 333 33554432000 4194304 5964318 140736167473936 140735523628328 4395243 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 900 334 169 433 0 440 0

[startup+0.0350359 s]
/proc/loadavg: 2.10 2.03 2.00 2/177 20581
/proc/meminfo: memFree=29514340/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84288 CPUtime=0.03 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 1360 0 0 0 3 0 0 0 20 0 2 0 287913172 86310912 1289 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21072 1289 194 433 0 20636 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84288

[startup+0.10016 s]
/proc/loadavg: 2.10 2.03 2.00 2/177 20581
/proc/meminfo: memFree=29514340/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84288 CPUtime=0.09 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 1587 0 0 0 9 0 0 0 20 0 2 0 287913172 86310912 1516 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21072 1516 194 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300104 s]
/proc/loadavg: 2.10 2.03 2.00 2/177 20581
/proc/meminfo: memFree=29514340/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84288 CPUtime=0.29 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 2097 0 0 0 29 0 0 0 20 0 2 0 287913172 86310912 2026 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21072 2026 194 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700104 s]
/proc/loadavg: 2.10 2.03 2.00 2/177 20581
/proc/meminfo: memFree=29514340/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84432 CPUtime=0.69 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 2889 0 0 0 69 0 0 0 20 0 2 0 287913172 86458368 2818 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21108 2818 194 433 0 20672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84432

[startup+1.50013 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 20583
/proc/meminfo: memFree=29502056/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84504 CPUtime=1.49 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 3873 0 0 0 149 0 0 0 20 0 2 0 287913172 86532096 3802 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21126 3802 194 433 0 20690 0
[pid=20581/tid=20583] ppid=20579 vsize=84504 CPUtime=1.48 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 2985 0 0 0 148 0 0 0 20 0 2 0 287913173 86532096 3802 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84504

[startup+3.10013 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 20583
/proc/meminfo: memFree=29497708/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84504 CPUtime=3.09 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 4999 0 0 0 308 1 0 0 20 0 2 0 287913172 86532096 4928 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21126 4928 194 433 0 20690 0
[pid=20581/tid=20583] ppid=20579 vsize=84504 CPUtime=3.08 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 4112 0 0 0 306 2 0 0 20 0 2 0 287913173 86532096 4929 33554432000 4194304 5964318 140736167473936 140112045758504 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84504

[startup+6.30015 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 20583
/proc/meminfo: memFree=29482892/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=84612 CPUtime=6.29 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 9648 0 0 0 627 2 0 0 20 0 2 0 287913172 86642688 9577 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 21153 9577 194 433 0 20717 0
[pid=20581/tid=20583] ppid=20579 vsize=84612 CPUtime=6.28 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 8760 0 0 0 625 3 0 0 20 0 2 0 287913173 86642688 9577 33554432000 4194304 5964318 140736167473936 140112045758456 4400691 0 0 4096 16387 0 0 0 -1 4 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.08 2.03 2.00 3/179 20583
/proc/meminfo: memFree=29440544/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=150308 CPUtime=12.69 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 20277 0 0 0 1264 5 0 0 20 0 2 0 287913172 153915392 20206 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 37577 20206 194 433 0 37141 0
[pid=20581/tid=20583] ppid=20579 vsize=150308 CPUtime=12.68 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 19389 0 0 0 1262 6 0 0 20 0 2 0 287913173 153915392 20206 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150308

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 20583
/proc/meminfo: memFree=29355216/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=215844 CPUtime=25.49 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 40513 0 0 0 2539 10 0 0 20 0 2 0 287913172 221024256 40442 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 53961 40442 194 433 0 53525 0
[pid=20581/tid=20583] ppid=20579 vsize=215844 CPUtime=25.48 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 39625 0 0 0 2537 11 0 0 20 0 2 0 287913173 221024256 40442 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 215844

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 20583
/proc/meminfo: memFree=29303584/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=281620 CPUtime=51.09 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 53804 0 0 0 5096 13 0 0 20 0 2 0 287913172 288378880 53733 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 70405 53733 194 433 0 69969 0
[pid=20581/tid=20583] ppid=20579 vsize=281620 CPUtime=51.08 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 52916 0 0 0 5094 14 0 0 20 0 2 0 287913173 288378880 53733 33554432000 4194304 5964318 140736167473936 140112045758456 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 281620

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 20584
/proc/meminfo: memFree=29126556/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=347156 CPUtime=102.28 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 82400 0 0 0 10210 18 0 0 20 0 2 0 287913172 355487744 82185 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 86789 82185 194 433 0 86353 0
[pid=20581/tid=20583] ppid=20579 vsize=347156 CPUtime=102.29 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 81512 0 0 0 10209 20 0 0 20 0 2 0 287913173 355487744 82185 33554432000 4194304 5964318 140736167473936 140112045758456 4400001 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 347156

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 20584
/proc/meminfo: memFree=28933392/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=478660 CPUtime=162.26 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 105812 0 0 0 16202 24 0 0 20 0 2 0 287913172 490147840 105597 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 119665 105597 194 433 0 119229 0
[pid=20581/tid=20583] ppid=20579 vsize=478660 CPUtime=162.28 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 104924 0 0 0 16201 27 0 0 20 0 2 0 287913173 490147840 105597 33554432000 4194304 5964318 140736167473936 140112045758456 4390166 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 478660

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 20584
/proc/meminfo: memFree=28765172/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=544340 CPUtime=222.25 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 125024 0 0 0 22195 30 0 0 20 0 2 0 287913172 557404160 124809 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 136085 124809 194 433 0 135649 0
[pid=20581/tid=20583] ppid=20579 vsize=544340 CPUtime=222.29 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 124136 0 0 0 22195 34 0 0 20 0 2 0 287913173 557404160 124809 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 544340

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 20584
/proc/meminfo: memFree=28728968/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=544340 CPUtime=282.24 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 125048 0 0 0 28194 30 0 0 20 0 2 0 287913172 557404160 124833 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 136085 124833 194 433 0 135649 0
[pid=20581/tid=20583] ppid=20579 vsize=544340 CPUtime=282.29 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 124160 0 0 0 28194 35 0 0 20 0 2 0 287913173 557404160 124833 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 544340

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 20584
/proc/meminfo: memFree=28628464/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=675916 CPUtime=342.24 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 150190 0 0 0 34185 39 0 0 20 0 2 0 287913172 692137984 149950 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 168979 149950 194 433 0 168543 0
[pid=20581/tid=20583] ppid=20579 vsize=675916 CPUtime=342.29 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 149302 0 0 0 34184 45 0 0 20 0 2 0 287913173 692137984 149950 33554432000 4194304 5964318 140736167473936 140112045758488 4399819 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 675916

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 20585
/proc/meminfo: memFree=28627968/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=675916 CPUtime=402.23 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 150191 0 0 0 40184 39 0 0 20 0 2 0 287913172 692137984 149951 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 168979 149951 194 433 0 168543 0
[pid=20581/tid=20583] ppid=20579 vsize=675916 CPUtime=402.3 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 149303 0 0 0 40184 46 0 0 20 0 2 0 287913173 692137984 149951 33554432000 4194304 5964318 140736167473936 140112045758488 4387900 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 675916

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 20624
/proc/meminfo: memFree=29641536/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=676060 CPUtime=462.21 cores=0,2,4,6

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

/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255515 0 0 0 130122 93 0 0 20 0 2 0 287913173 1097334784 256890 33554432000 4194304 5964318 140736167473936 140112045758456 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1071616

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20635
/proc/meminfo: memFree=28652780/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071616 CPUtime=1361.88 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256431 0 0 0 136115 73 0 0 20 0 2 0 287913172 1097334784 256899 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267904 256899 194 433 0 267468 0
[pid=20581/tid=20583] ppid=20579 vsize=1071616 CPUtime=1362.14 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255543 0 0 0 136120 94 0 0 20 0 2 0 287913173 1097334784 256899 33554432000 4194304 5964318 140736167473936 140112045758456 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1071616

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20635
/proc/meminfo: memFree=28567836/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071616 CPUtime=1421.86 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256449 0 0 0 142113 73 0 0 20 0 2 0 287913172 1097334784 256905 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267904 256905 194 433 0 267468 0
[pid=20581/tid=20583] ppid=20579 vsize=1071616 CPUtime=1422.14 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255561 0 0 0 142119 95 0 0 20 0 2 0 287913173 1097334784 256905 33554432000 4194304 5964318 140736167473936 140112045758456 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1071616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20635
/proc/meminfo: memFree=28567836/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071616 CPUtime=1481.85 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256449 0 0 0 148112 73 0 0 20 0 2 0 287913172 1097334784 256905 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267904 256905 194 433 0 267468 0
[pid=20581/tid=20583] ppid=20579 vsize=1071616 CPUtime=1482.13 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255561 0 0 0 148117 96 0 0 20 0 2 0 287913173 1097334784 256905 33554432000 4194304 5964318 140736167473936 140112045758456 4399960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1071616

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20635
/proc/meminfo: memFree=28567712/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071688 CPUtime=1541.84 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256464 0 0 0 154111 73 0 0 20 0 2 0 287913172 1097408512 256920 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267922 256920 194 433 0 267486 0
[pid=20581/tid=20583] ppid=20579 vsize=1071688 CPUtime=1542.14 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255576 0 0 0 154117 97 0 0 20 0 2 0 287913173 1097408512 256920 33554432000 4194304 5964318 140736167473936 140112045758504 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1071688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20636
/proc/meminfo: memFree=28419784/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071688 CPUtime=1601.83 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256464 0 0 0 160110 73 0 0 20 0 2 0 287913172 1097408512 256920 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267922 256920 194 433 0 267486 0
[pid=20581/tid=20583] ppid=20579 vsize=1071688 CPUtime=1602.14 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255576 0 0 0 160116 98 0 0 20 0 2 0 287913173 1097408512 256920 33554432000 4194304 5964318 140736167473936 140112045758504 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1071688

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20636
/proc/meminfo: memFree=28419660/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071688 CPUtime=1661.82 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 256464 0 0 0 166109 73 0 0 20 0 2 0 287913172 1097408512 256920 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267922 256920 194 433 0 267486 0
[pid=20581/tid=20583] ppid=20579 vsize=1071688 CPUtime=1662.14 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 255576 0 0 0 166115 99 0 0 20 0 2 0 287913173 1097408512 256920 33554432000 4194304 5964318 140736167473936 140112045758504 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1071688

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20636
/proc/meminfo: memFree=28398332/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1071796 CPUtime=1721.8 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 262413 0 0 0 172105 75 0 0 20 0 2 0 287913172 1097519104 262869 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 267949 262869 194 433 0 267513 0
[pid=20581/tid=20583] ppid=20579 vsize=1071796 CPUtime=1722.15 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 261525 0 0 0 172113 102 0 0 20 0 2 0 287913173 1097519104 262869 33554432000 4194304 5964318 140736167473936 140112045758456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 1071796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20639
/proc/meminfo: memFree=28338716/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1781.8 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 178100 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1782.15 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 178107 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1137440

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 20639
/proc/meminfo: memFree=28338708/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1791.4 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179060 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1791.76 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179068 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4399842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 1137440

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338832/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1794.6 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179380 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1794.96 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179388 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 1137440

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338196/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1797.8 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179700 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1798.15 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179707 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4381505 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1137440

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338196/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1798.6 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179780 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1798.95 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179787 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4399993 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 1137440

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338320/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1799 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179820 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1799.36 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179828 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4400019 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 1137440

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338320/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1799.4 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179860 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1799.75 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179867 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1137440

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20639
/proc/meminfo: memFree=28338320/32873648 swapFree=6860/6860
[pid=20581] ppid=20579 vsize=1137440 CPUtime=1799.5 cores=0,2,4,6
/proc/20581/stat : 20581 (wbo1.71) S 20579 20581 18639 0 -1 4202496 276451 0 0 0 179870 80 0 0 20 0 2 0 287913172 1164738560 276907 33554432000 4194304 5964318 140736167473936 140736167473456 4546589 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20581/statm: 284360 276907 194 433 0 283924 0
[pid=20581/tid=20583] ppid=20579 vsize=1137440 CPUtime=1799.85 cores=0,2,4,6
/proc/20581/task/20583/stat : 20583 (wbo1.71) R 20579 20581 18639 0 -1 4202560 275563 0 0 0 179877 108 0 0 20 0 2 0 287913173 1164738560 276907 33554432000 4194304 5964318 140736167473936 140112045758456 4403205 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1137440

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.89
CPU user time (s): 1798.78
CPU system time (s): 1.10283
CPU usage (%): 99.9929
Max. virtual memory (cumulated for all children) (KiB): 1137440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.10283
maximum resident set size= 1107640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276454
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= 355
involuntary context switches= 1861

runsolver used 2.55961 second user time and 7.26989 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 17:11:11
IDJOB=3713139
IDBENCH=79283
IDSOLVER=2293
FILE ID=node116/3713139-1338217871
RUNJOBID= node116-1338193550-18655
PBS_JOBID= 14624586
Free space on /tmp= 71468 MiB

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

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

MD5SUM BENCH= 78d8e4512631586bbdc844ad983c3b47
RANDOM SEED=431895127

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.556
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:        29514340 kB
Buffers:          387752 kB
Cached:          1150692 kB
SwapCached:         3236 kB
Active:          1819200 kB
Inactive:         700844 kB
Active(anon):     972544 kB
Inactive(anon):     8956 kB
Active(file):     846656 kB
Inactive(file):   691888 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              5736 kB
Writeback:            40 kB
AnonPages:        985780 kB
Mapped:            13380 kB
Shmem:                96 kB
Slab:             700872 kB
SReclaimable:     145236 kB
SUnreclaim:       555636 kB
KernelStack:        1456 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     147412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 71460 MiB
End job on node116 at 2012-05-28 17:41:11