Trace number 3728141

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-33-100-0.wbo
MD5SUM908c51b3c7715396d94712713af78fd9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark64.1742
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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-3728141-1338674738.wbo.
0.00/0.00	c Instance file HOME/instance-3728141-1338674738.wbo
0.00/0.00	c File size is 92616 bytes.
0.00/0.00	c Highest Coefficient sum: 709
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:      2099                                                |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    5                                                   |
0.00/0.00	c |  Number PB Constraints: 18                                                  |
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 ===============================================================================
306.87/307.09	c | 307.09    | 0  | 1            lb |  0                0                0.00  |
751.05/751.36	c | 751.36    | 0  | 2            lb |  0                0                0.00  |
1565.74/1566.29	c | 1566.29   | 0  | 3            lb |  0                0                0.00  |
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-3728141-1338674738/watcher-3728141-1338674738 -o /tmp/evaluation-result-3728141-1338674738/solver-3728141-1338674738 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728141-1338674738.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: 1.92 1.98 1.94 3/177 14189
/proc/meminfo: memFree=27092956/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=3392 CPUtime=0 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) R 14187 14189 13674 0 -1 4202496 350 0 0 0 0 0 0 0 20 0 1 0 333599222 3473408 302 33554432000 4194304 5964350 140734463770912 140736720918568 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 848 302 169 433 0 389 0

[startup+0.062321 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 14189
/proc/meminfo: memFree=27092956/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84208 CPUtime=0.05 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 1339 0 0 0 5 0 0 0 20 0 2 0 333599222 86228992 1268 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21052 1268 193 433 0 20616 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84208

[startup+0.100178 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 14189
/proc/meminfo: memFree=27092956/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84208 CPUtime=0.09 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 1451 0 0 0 9 0 0 0 20 0 2 0 333599222 86228992 1380 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21052 1380 193 433 0 20616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84208

[startup+0.300115 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 14189
/proc/meminfo: memFree=27092956/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84208 CPUtime=0.28 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 1949 0 0 0 28 0 0 0 20 0 2 0 333599222 86228992 1878 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21052 1878 193 433 0 20616 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84208

[startup+0.700121 s]
/proc/loadavg: 1.92 1.98 1.94 3/177 14189
/proc/meminfo: memFree=27092956/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84352 CPUtime=0.69 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 2548 0 0 0 68 1 0 0 20 0 2 0 333599222 86376448 2477 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21088 2477 193 433 0 20652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84352

[startup+1.5003 s]
/proc/loadavg: 1.92 1.98 1.94 3/179 14191
/proc/meminfo: memFree=27082772/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84352 CPUtime=1.48 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 3764 0 0 0 147 1 0 0 20 0 2 0 333599222 86376448 3693 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21088 3693 193 433 0 20652 0
[pid=14189/tid=14191] ppid=14187 vsize=84352 CPUtime=1.47 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 2908 0 0 0 146 1 0 0 20 0 2 0 333599223 86376448 3693 33554432000 4194304 5964350 140734463770912 139822348773368 5136340 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) 84352

[startup+3.10024 s]
/proc/loadavg: 1.92 1.98 1.94 3/179 14230
/proc/meminfo: memFree=28116064/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84424 CPUtime=3.08 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 7716 0 0 0 306 2 0 0 20 0 2 0 333599222 86450176 7645 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21106 7645 193 433 0 20670 0
[pid=14189/tid=14191] ppid=14187 vsize=84424 CPUtime=3.06 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 6860 0 0 0 304 2 0 0 20 0 2 0 333599223 86450176 7645 33554432000 4194304 5964350 140734463770912 139822348773368 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84424

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.94 3/179 14230
/proc/meminfo: memFree=28064952/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=84424 CPUtime=6.28 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 11594 0 0 0 624 4 0 0 20 0 2 0 333599222 86450176 11523 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 21106 11523 193 433 0 20670 0
[pid=14189/tid=14191] ppid=14187 vsize=84424 CPUtime=6.26 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 10738 0 0 0 622 4 0 0 20 0 2 0 333599223 86450176 11523 33554432000 4194304 5964350 140734463770912 139822348773368 4221120 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) 84424

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27996584/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=150068 CPUtime=12.68 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 19695 0 0 0 1262 6 0 0 20 0 2 0 333599222 153669632 19624 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 37517 19624 193 433 0 37081 0
[pid=14189/tid=14191] ppid=14187 vsize=150068 CPUtime=12.64 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 18839 0 0 0 1258 6 0 0 20 0 2 0 333599223 153669632 19624 33554432000 4194304 5964350 140734463770912 139822348773368 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150068

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27881000/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=215764 CPUtime=25.48 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 33944 0 0 0 2538 10 0 0 20 0 2 0 333599222 220942336 33868 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 53941 33868 193 433 0 53505 0
[pid=14189/tid=14191] ppid=14187 vsize=215764 CPUtime=25.4 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 33088 0 0 0 2531 9 0 0 20 0 2 0 333599223 220942336 33868 33554432000 4194304 5964350 140734463770912 139822348773368 4220672 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) 215764

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27770096/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=281540 CPUtime=51.06 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 50403 0 0 0 5091 15 0 0 20 0 2 0 333599222 288296960 50316 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 70385 50316 193 433 0 69949 0
[pid=14189/tid=14191] ppid=14187 vsize=281540 CPUtime=50.91 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 49547 0 0 0 5077 14 0 0 20 0 2 0 333599223 288296960 50316 33554432000 4194304 5964350 140734463770912 139822348773368 4400009 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) 281540

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27635168/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=347076 CPUtime=102.23 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 69742 0 0 0 10201 22 0 0 20 0 2 0 333599222 355405824 69629 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 86769 69629 193 433 0 86333 0
[pid=14189/tid=14191] ppid=14187 vsize=347076 CPUtime=101.96 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 68886 0 0 0 10174 22 0 0 20 0 2 0 333599223 355405824 69629 33554432000 4194304 5964350 140734463770912 139822348773368 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 347076

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27473836/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=412756 CPUtime=162.19 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 85402 0 0 0 16189 30 0 0 20 0 2 0 333599222 422662144 85532 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 103189 85532 193 433 0 102753 0
[pid=14189/tid=14191] ppid=14187 vsize=412756 CPUtime=161.78 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 84546 0 0 0 16147 31 0 0 20 0 2 0 333599223 422662144 85532 33554432000 4194304 5964350 140734463770912 139822348773368 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 412756

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/179 14231
/proc/meminfo: memFree=27355320/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=478796 CPUtime=222.17 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 104537 0 0 0 22182 35 0 0 20 0 2 0 333599222 490287104 104667 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 119699 104667 193 433 0 119263 0
[pid=14189/tid=14191] ppid=14187 vsize=478796 CPUtime=221.62 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 103681 0 0 0 22124 38 0 0 20 0 2 0 333599223 490287104 104667 33554432000 4194304 5964350 140734463770912 139822348773368 4388212 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 478796

[startup+282.3 s]
/proc/loadavg: 2.13 2.02 1.95 3/180 14234
/proc/meminfo: memFree=27220800/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=544836 CPUtime=282.16 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 126258 0 0 0 28174 42 0 0 20 0 2 0 333599222 557912064 126388 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 136209 126388 193 433 0 135773 0
[pid=14189/tid=14191] ppid=14187 vsize=544836 CPUtime=281.46 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 125402 0 0 0 28100 46 0 0 20 0 2 0 333599223 557912064 126388 33554432000 4194304 5964350 140734463770912 139822348773368 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 544836

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 14235
/proc/meminfo: memFree=27285192/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=411888 CPUtime=342.16 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 128777 0 0 0 34171 45 0 0 20 0 2 0 333599222 421773312 92367 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 102972 92367 197 433 0 102536 0
[pid=14189/tid=14191] ppid=14187 vsize=411888 CPUtime=341.31 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 127921 0 0 0 34081 50 0 0 20 0 2 0 333599223 421773312 92367 33554432000 4194304 5964350 140734463770912 139822348774328 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 411888

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/179 14235
/proc/meminfo: memFree=27279872/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=411888 CPUtime=402.15 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 128790 0 0 0 40170 45 0 0 20 0 2 0 333599222 421773312 92711 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 102972 92711 197 433 0 102536 0
[pid=14189/tid=14191] ppid=14187 vsize=411888 CPUtime=401.15 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 127934 0 0 0 40064 51 0 0 20 0 2 0 333599223 421773312 92711 33554432000 4194304 5964350 140734463770912 139822348774328 4400009 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 411888

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 14235
/proc/meminfo: memFree=27279596/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=411888 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 14241
/proc/meminfo: memFree=26714368/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=806728 CPUtime=1421.91 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 245274 0 0 0 142103 88 0 0 20 0 2 0 333599222 826089472 195931 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201682 195931 197 433 0 201246 0
[pid=14189/tid=14191] ppid=14187 vsize=806728 CPUtime=1418.43 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 244418 0 0 0 141735 108 0 0 20 0 2 0 333599223 826089472 195931 33554432000 4194304 5964350 140734463770912 139822348773368 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 806728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 14322
/proc/meminfo: memFree=27331384/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=806728 CPUtime=1481.9 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 245274 0 0 0 148102 88 0 0 20 0 2 0 333599222 826089472 195931 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201682 195931 197 433 0 201246 0
[pid=14189/tid=14191] ppid=14187 vsize=806728 CPUtime=1478.27 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 244418 0 0 0 147718 109 0 0 20 0 2 0 333599223 826089472 195931 33554432000 4194304 5964350 140734463770912 139822348773368 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 806728

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 14323
/proc/meminfo: memFree=27179168/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=872264 CPUtime=1541.86 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253614 0 0 0 154095 91 0 0 20 0 2 0 333599222 893198336 204303 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 218066 204303 197 433 0 217630 0
[pid=14189/tid=14191] ppid=14187 vsize=872264 CPUtime=1538.09 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252758 0 0 0 153695 114 0 0 20 0 2 0 333599223 893198336 204303 33554432000 4194304 5964350 140734463770912 139822348773368 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 872264

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 14323
/proc/meminfo: memFree=27191416/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1601.84 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253637 0 0 0 160092 92 0 0 20 0 2 0 333599222 824426496 195631 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195631 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1597.92 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252781 0 0 0 159677 115 0 0 20 0 2 0 333599223 824426496 195631 33554432000 4194304 5964350 140734463770912 139822348774328 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 805104

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 14323
/proc/meminfo: memFree=27169224/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1661.82 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253646 0 0 0 166090 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1657.76 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252790 0 0 0 165660 116 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 805104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 14323
/proc/meminfo: memFree=27145216/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1721.81 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 172089 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1717.61 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 171644 117 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 805104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 14323
/proc/meminfo: memFree=27127980/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1781.81 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 178089 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1777.45 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 177627 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4399926 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 805104

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

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123144/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1791.41 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179049 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1787.04 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 178586 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4399861 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 805104

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1794.61 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179369 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1790.23 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 178905 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4388148 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 805104

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1797.8 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179688 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1793.41 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 179223 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 805104

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1798.6 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179768 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1794.21 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 179303 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4389541 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 805104

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1799.01 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179809 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1794.62 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 179344 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 805104

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1799.4 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179848 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1795.01 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 179383 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4399926 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 805104

[startup+1800 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 14323
/proc/meminfo: memFree=27123392/32873844 swapFree=7384/7384
[pid=14189] ppid=14187 vsize=805104 CPUtime=1799.5 cores=1,3,5,7
/proc/14189/stat : 14189 (wbo1.72) S 14187 14189 13674 0 -1 4202496 253647 0 0 0 179858 92 0 0 20 0 2 0 333599222 824426496 195636 33554432000 4194304 5964350 140734463770912 140734463770432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14189/statm: 201276 195636 197 433 0 200840 0
[pid=14189/tid=14191] ppid=14187 vsize=805104 CPUtime=1795.11 cores=1,3,5,7
/proc/14189/task/14191/stat : 14191 (wbo1.72) R 14187 14189 13674 0 -1 4202560 252791 0 0 0 179393 118 0 0 20 0 2 0 333599223 824426496 195636 33554432000 4194304 5964350 140734463770912 139822348774328 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 805104

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14189 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=943279
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=196818
# CPU time returned by wait4() is 1795.14
# while last known CPU time is 1799.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.5
CPU user time (s): 1798.58
CPU system time (s): 0.92
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 872264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 1.19682
maximum resident set size= 817212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253649
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= 296
involuntary context switches= 2836

runsolver used 5.15322 second user time and 20.1719 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-03 00:05:38
IDJOB=3728141
IDBENCH=78982
IDSOLVER=2315
FILE ID=node136/3728141-1338674738
RUNJOBID= node136-1338669336-13861
PBS_JOBID= 14636524
Free space on /tmp= 69812 MiB

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

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

MD5SUM BENCH= 908c51b3c7715396d94712713af78fd9
RANDOM SEED=362592268

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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		: 2667.247
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:        27093584 kB
Buffers:          567832 kB
Cached:          3252084 kB
SwapCached:        20296 kB
Active:          2979920 kB
Inactive:        1909468 kB
Active(anon):    1044164 kB
Inactive(anon):    22296 kB
Active(file):    1935756 kB
Inactive(file):  1887172 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:       1101080 kB
Mapped:            10192 kB
Shmem:                 0 kB
Slab:             745264 kB
SReclaimable:     186936 kB
SUnreclaim:       558328 kB
KernelStack:        1488 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    919552 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= 69808 MiB
End job on node136 at 2012-06-03 00:35:38