Trace number 3712879

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-33-100-0.wbo
MD5SUM05d9157cdbd186fca72e4e6dc0ec425d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark32.1441
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-3712879-1338204985.wbo.
0.00/0.00	c Instance file HOME/instance-3712879-1338204985.wbo
0.00/0.00	c File size is 92502 bytes.
0.00/0.00	c Highest Coefficient sum: 755
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:      2070                                                |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    9                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
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 ===============================================================================
788.18/788.56	c | 788.57    | 0  | 1            lb |  0                0                0.00  |
1065.83/1066.25	c | 1066.26   | 0  | 2            lb |  0                0                0.00  |
1458.67/1459.10	c | 1459.11   | 0  | 3            lb |  0                0                0.00  |
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3712879-1338204985/watcher-3712879-1338204985 -o /tmp/evaluation-result-3712879-1338204985/solver-3712879-1338204985 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712879-1338204985.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=30583964/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=3444 CPUtime=0 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) R 2812 2814 1215 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 286624210 3526656 300 33554432000 4194304 5964318 140736919279408 140733497773912 4395103 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 861 300 168 433 0 402 0

[startup+0.0746039 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=30583964/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84208 CPUtime=0.06 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 1375 0 0 0 6 0 0 0 20 0 2 0 286624210 86228992 1304 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21052 1304 194 433 0 20616 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84208

[startup+0.100172 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=30583964/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84208 CPUtime=0.09 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 1446 0 0 0 9 0 0 0 20 0 2 0 286624210 86228992 1375 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21052 1375 194 433 0 20616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84208

[startup+0.300113 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=30583964/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84208 CPUtime=0.29 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 1934 0 0 0 29 0 0 0 20 0 2 0 286624210 86228992 1863 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21052 1863 194 433 0 20616 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84208

[startup+0.700121 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2814
/proc/meminfo: memFree=30583964/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84352 CPUtime=0.68 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 2531 0 0 0 68 0 0 0 20 0 2 0 286624210 86376448 2460 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21088 2460 194 433 0 20652 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84352

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30573284/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84352 CPUtime=1.48 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 3550 0 0 0 147 1 0 0 20 0 2 0 286624210 86376448 3479 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21088 3479 194 433 0 20652 0
[pid=2814/tid=2816] ppid=2812 vsize=84352 CPUtime=1.47 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 2695 0 0 0 146 1 0 0 20 0 2 0 286624211 86376448 3479 33554432000 4194304 5964318 140736919279408 140361775257400 5136394 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84352

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30568192/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84424 CPUtime=3.09 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 6036 0 0 0 307 2 0 0 20 0 2 0 286624210 86450176 5965 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21106 5965 194 433 0 20670 0
[pid=2814/tid=2816] ppid=2812 vsize=84424 CPUtime=3.06 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 5182 0 0 0 304 2 0 0 20 0 2 0 286624211 86450176 5966 33554432000 4194304 5964318 140736919279408 140361775257592 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84424

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30550212/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=84532 CPUtime=6.28 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 10331 0 0 0 625 3 0 0 20 0 2 0 286624210 86560768 10260 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 21133 10261 194 433 0 20697 0
[pid=2814/tid=2816] ppid=2812 vsize=84532 CPUtime=6.26 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 9477 0 0 0 623 3 0 0 20 0 2 0 286624211 86560768 10261 33554432000 4194304 5964318 140736919279408 140361775257592 5136394 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84532

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30518756/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=150228 CPUtime=12.69 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 18042 0 0 0 1263 6 0 0 20 0 2 0 286624210 153833472 17971 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 37557 17971 194 433 0 37121 0
[pid=2814/tid=2816] ppid=2812 vsize=150228 CPUtime=12.64 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 17187 0 0 0 1259 5 0 0 20 0 2 0 286624211 153833472 17971 33554432000 4194304 5964318 140736919279408 140361775257592 5136324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150228

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30449160/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=215764 CPUtime=25.48 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 34297 0 0 0 2538 10 0 0 20 0 2 0 286624210 220942336 34226 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 53941 34226 194 433 0 53505 0
[pid=2814/tid=2816] ppid=2812 vsize=215764 CPUtime=25.41 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 33444 0 0 0 2531 10 0 0 20 0 2 0 286624211 220942336 34228 33554432000 4194304 5964318 140736919279408 140361775257592 5136324 0 0 4096 16387 0 0 0 -1 3 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: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30407216/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=216004 CPUtime=51.08 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 44298 0 0 0 5094 14 0 0 20 0 2 0 286624210 221188096 44205 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 54001 44205 194 433 0 53565 0
[pid=2814/tid=2816] ppid=2812 vsize=216004 CPUtime=50.94 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 43443 0 0 0 5081 13 0 0 20 0 2 0 286624211 221188096 44205 33554432000 4194304 5964318 140736919279408 140361775257624 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 216004

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30312412/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=347076 CPUtime=102.28 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 68029 0 0 0 10207 21 0 0 20 0 2 0 286624210 355405824 67629 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 86769 67629 194 433 0 86333 0
[pid=2814/tid=2816] ppid=2812 vsize=347076 CPUtime=102.02 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 67174 0 0 0 10181 21 0 0 20 0 2 0 286624211 355405824 67629 33554432000 4194304 5964318 140736919279408 140361775257624 4381442 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 347076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2816
/proc/meminfo: memFree=30195504/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=412900 CPUtime=162.26 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 88041 0 0 0 16198 28 0 0 20 0 2 0 286624210 422809600 87641 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 103225 87641 194 433 0 102789 0
[pid=2814/tid=2816] ppid=2812 vsize=412900 CPUtime=161.86 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 87186 0 0 0 16156 30 0 0 20 0 2 0 286624211 422809600 87641 33554432000 4194304 5964318 140736919279408 140361775257592 4399842 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 412900

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2819
/proc/meminfo: memFree=30152832/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=413044 CPUtime=222.25 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 97750 0 0 0 22192 33 0 0 20 0 2 0 286624210 422957056 97350 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 103261 97350 194 433 0 102825 0
[pid=2814/tid=2816] ppid=2812 vsize=413044 CPUtime=221.7 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 96895 0 0 0 22135 35 0 0 20 0 2 0 286624211 422957056 97350 33554432000 4194304 5964318 140736919279408 140361775257592 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 413044

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2820
/proc/meminfo: memFree=30143300/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=413044 CPUtime=282.25 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 97757 0 0 0 28192 33 0 0 20 0 2 0 286624210 422957056 97143 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 103261 97143 194 433 0 102825 0
[pid=2814/tid=2816] ppid=2812 vsize=413044 CPUtime=281.55 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 96902 0 0 0 28119 36 0 0 20 0 2 0 286624211 422957056 97143 33554432000 4194304 5964318 140736919279408 140361775257624 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 413044

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 2820
/proc/meminfo: memFree=30087748/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=478580 CPUtime=342.23 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 106403 0 0 0 34185 38 0 0 20 0 2 0 286624210 490065920 105789 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 119645 105789 194 433 0 119209 0
[pid=2814/tid=2816] ppid=2812 vsize=478580 CPUtime=341.39 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 105548 0 0 0 34096 43 0 0 20 0 2 0 286624211 490065920 105789 33554432000 4194304 5964318 140736919279408 140361775257592 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 478580

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 2820
/proc/meminfo: memFree=29999336/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=479012 CPUtime=402.22 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 113554 0 0 0 40181 41 0 0 20 0 2 0 286624210 490508288 112940 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 119753 112940 194 433 0 119317 0
[pid=2814/tid=2816] ppid=2812 vsize=479012 CPUtime=401.24 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 112699 0 0 0 40077 47 0 0 20 0 2 0 286624211 490508288 112940 33554432000 4194304 5964318 140736919279408 140361775257592 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 479012

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2820
/proc/meminfo: memFree=29948744/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=479084 CPUtime=462.21 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 3531
/proc/meminfo: memFree=30728860/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1421.88 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 151669 0 0 0 142129 59 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1418.46 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 150814 0 0 0 141766 80 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258136 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 542960

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/180 3555
/proc/meminfo: memFree=30727236/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1481.86 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162237 0 0 0 148122 64 0 0 20 0 2 0 286624210 555991040 131101 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131101 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1478.3 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161382 0 0 0 147744 86 0 0 20 0 2 0 286624211 555991040 131101 33554432000 4194304 5964318 140736919279408 140361775258440 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 542960

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3555
/proc/meminfo: memFree=30726456/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1541.85 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162237 0 0 0 154121 64 0 0 20 0 2 0 286624210 555991040 131101 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131101 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1538.15 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161382 0 0 0 153728 87 0 0 20 0 2 0 286624211 555991040 131101 33554432000 4194304 5964318 140736919279408 140361775258440 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 542960

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3555
/proc/meminfo: memFree=30720256/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1601.84 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162237 0 0 0 160120 64 0 0 20 0 2 0 286624210 555991040 131101 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131101 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1597.99 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161382 0 0 0 159711 88 0 0 20 0 2 0 286624211 555991040 131101 33554432000 4194304 5964318 140736919279408 140361775258440 4221120 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) 542960

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3555
/proc/meminfo: memFree=30708316/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1661.83 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162237 0 0 0 166119 64 0 0 20 0 2 0 286624210 555991040 131101 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131101 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1657.84 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161382 0 0 0 165695 89 0 0 20 0 2 0 286624211 555991040 131101 33554432000 4194304 5964318 140736919279408 140361775258440 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 542960

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3555
/proc/meminfo: memFree=30708192/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1721.82 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162237 0 0 0 172118 64 0 0 20 0 2 0 286624210 555991040 131101 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131101 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1717.69 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161382 0 0 0 171679 90 0 0 20 0 2 0 286624211 555991040 131101 33554432000 4194304 5964318 140736919279408 140361775258440 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 542960

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706328/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1781.81 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 178117 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1777.53 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 177662 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4399993 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) 542960

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706328/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1791.42 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179078 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1787.11 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 178620 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 542960

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706452/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1794.62 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179398 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1790.3 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 178939 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4400019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 542960

[startup+1798.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706328/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1797.81 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179717 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1793.49 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 179258 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 542960

[startup+1799.1 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706328/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1798.61 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179797 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1794.29 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 179338 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 542960

[startup+1799.5 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706452/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1799.02 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179838 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1794.69 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 179378 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 542960

[startup+1799.9 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706452/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1799.41 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179877 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1795.09 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 179418 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4399982 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 542960

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 3556
/proc/meminfo: memFree=30706452/32873844 swapFree=7112/7112
[pid=2814] ppid=2812 vsize=542960 CPUtime=1799.51 cores=1,3,5,7
/proc/2814/stat : 2814 (wbo1.71) S 2812 2814 1215 0 -1 4202496 162239 0 0 0 179887 64 0 0 20 0 2 0 286624210 555991040 131549 33554432000 4194304 5964318 140736919279408 140736919278928 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2814/statm: 135740 131549 198 433 0 135304 0
[pid=2814/tid=2816] ppid=2812 vsize=542960 CPUtime=1795.19 cores=1,3,5,7
/proc/2814/task/2816/stat : 2816 (wbo1.71) R 2812 2814 1215 0 -1 4202560 161384 0 0 0 179428 91 0 0 20 0 2 0 286624211 555991040 131549 33554432000 4194304 5964318 140736919279408 140361775258440 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 542960

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2814 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=293225
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=923859
# CPU time returned by wait4() is 1795.22
# while last known CPU time is 1799.51
#
# 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.51
CPU user time (s): 1798.87
CPU system time (s): 0.64
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 677384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 0.923859
maximum resident set size= 602124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162241
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= 221
involuntary context switches= 1856

runsolver used 3.07353 second user time and 7.59685 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-28 13:36:25
IDJOB=3712879
IDBENCH=78995
IDSOLVER=2293
FILE ID=node119/3712879-1338204985
RUNJOBID= node119-1338182452-1232
PBS_JOBID= 14624567
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 05d9157cdbd186fca72e4e6dc0ec425d
RANDOM SEED=1560982271

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.943
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.943
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:        30583856 kB
Buffers:          320412 kB
Cached:           359376 kB
SwapCached:         1840 kB
Active:          1332820 kB
Inactive:         156512 kB
Active(anon):     809280 kB
Inactive(anon):     2068 kB
Active(file):     523540 kB
Inactive(file):   154444 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100200 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        900536 kB
Mapped:            12496 kB
Shmem:                 8 kB
Slab:             658508 kB
SReclaimable:     100800 kB
SUnreclaim:       557708 kB
KernelStack:        1496 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 71600 MiB
End job on node119 at 2012-05-28 14:06:25