Trace number 3728426

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark72.143
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
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-3728426-1338675796.wbo.
0.00/0.00	c Instance file HOME/instance-3728426-1338675796.wbo
0.00/0.00	c File size is 96771 bytes.
0.00/0.01	c Highest Coefficient sum: 737
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 ===============================================================================
286.25/286.49	c | 286.50    | 0  | 1            lb |  0                0                0.00  |
867.97/868.37	c | 868.38    | 0  | 2            lb |  0                0                0.00  |
1412.68/1413.10	c | 1413.10   | 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-3728426-1338675796/watcher-3728426-1338675796 -o /tmp/evaluation-result-3728426-1338675796/solver-3728426-1338675796 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728426-1338675796.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.00 2.47 3.20 3/175 21560
/proc/meminfo: memFree=28526348/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=3412 CPUtime=0 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) R 21556 21560 19426 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 333704085 3493888 297 33554432000 4194304 5964350 140734561862928 140734407726600 4344688 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 853 297 166 433 0 393 0

[startup+0.032495 s]
/proc/loadavg: 2.00 2.47 3.20 3/175 21560
/proc/meminfo: memFree=28526348/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84288 CPUtime=0.02 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 1338 0 0 0 2 0 0 0 20 0 2 0 333704085 86310912 1267 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21072 1268 193 433 0 20636 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84288

[startup+0.100257 s]
/proc/loadavg: 2.00 2.47 3.20 3/175 21560
/proc/meminfo: memFree=28526348/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84288 CPUtime=0.09 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 1586 0 0 0 9 0 0 0 20 0 2 0 333704085 86310912 1515 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21072 1515 193 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300222 s]
/proc/loadavg: 2.00 2.47 3.20 3/175 21560
/proc/meminfo: memFree=28526348/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84288 CPUtime=0.29 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 2103 0 0 0 29 0 0 0 20 0 2 0 333704085 86310912 2032 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21072 2032 193 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700221 s]
/proc/loadavg: 2.00 2.47 3.20 3/175 21560
/proc/meminfo: memFree=28526348/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84432 CPUtime=0.68 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 2944 0 0 0 68 0 0 0 20 0 2 0 333704085 86458368 2873 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21108 2873 193 433 0 20672 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84432

[startup+1.50023 s]
/proc/loadavg: 2.00 2.47 3.20 4/179 21564
/proc/meminfo: memFree=28500492/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84504 CPUtime=1.49 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 4501 0 0 0 148 1 0 0 20 0 2 0 333704085 86532096 4430 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21126 4430 193 433 0 20690 0
[pid=21560/tid=21564] ppid=21556 vsize=84504 CPUtime=1.47 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 3615 0 0 0 147 0 0 0 20 0 2 0 333704086 86532096 4430 33554432000 4194304 5964350 140734561862928 139911662692392 4399889 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.10025 s]
/proc/loadavg: 2.00 2.46 3.19 4/179 21564
/proc/meminfo: memFree=28487448/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84504 CPUtime=3.08 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 6349 0 0 0 307 1 0 0 20 0 2 0 333704085 86532096 6278 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21126 6278 193 433 0 20690 0
[pid=21560/tid=21564] ppid=21556 vsize=84504 CPUtime=3.06 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 5463 0 0 0 305 1 0 0 20 0 2 0 333704086 86532096 6278 33554432000 4194304 5964350 140734561862928 139911662692344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84504

[startup+6.30028 s]
/proc/loadavg: 2.00 2.46 3.19 4/179 21564
/proc/meminfo: memFree=28451680/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=84612 CPUtime=6.29 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 12864 0 0 0 626 3 0 0 20 0 2 0 333704085 86642688 12793 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 21153 12793 193 433 0 20717 0
[pid=21560/tid=21564] ppid=21556 vsize=84612 CPUtime=6.26 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 11978 0 0 0 624 2 0 0 20 0 2 0 333704086 86642688 12793 33554432000 4194304 5964350 140734561862928 139911662692344 5136340 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.7002 s]
/proc/loadavg: 2.00 2.45 3.18 4/179 21565
/proc/meminfo: memFree=28365472/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=150148 CPUtime=12.69 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 22049 0 0 0 1264 5 0 0 20 0 2 0 333704085 153751552 21978 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 37537 21978 193 433 0 37101 0
[pid=21560/tid=21564] ppid=21556 vsize=150148 CPUtime=12.64 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 21163 0 0 0 1259 5 0 0 20 0 2 0 333704086 153751552 21978 33554432000 4194304 5964350 140734561862928 139911662692344 4400009 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) 150148

[startup+25.5003 s]
/proc/loadavg: 2.00 2.43 3.16 4/179 21565
/proc/meminfo: memFree=28242596/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=215844 CPUtime=25.49 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 35693 0 0 0 2541 8 0 0 20 0 2 0 333704085 221024256 35622 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 53961 35622 193 433 0 53525 0
[pid=21560/tid=21564] ppid=21556 vsize=215844 CPUtime=25.41 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 34807 0 0 0 2533 8 0 0 20 0 2 0 333704086 221024256 35622 33554432000 4194304 5964350 140734561862928 139911662692344 4399840 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.00 2.40 3.13 4/179 21565
/proc/meminfo: memFree=28061400/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=281620 CPUtime=51.08 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 58916 0 0 0 5095 13 0 0 20 0 2 0 333704085 288378880 58845 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 70405 58845 193 433 0 69969 0
[pid=21560/tid=21564] ppid=21556 vsize=281620 CPUtime=50.94 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 58030 0 0 0 5081 13 0 0 20 0 2 0 333704086 288378880 58845 33554432000 4194304 5964350 140734561862928 139911662692344 4388229 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 281620

[startup+102.307 s]
/proc/loadavg: 2.00 2.33 3.06 4/179 21565
/proc/meminfo: memFree=27867324/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=412692 CPUtime=102.27 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 83728 0 0 0 10209 18 0 0 20 0 2 0 333704085 422596608 83422 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 103173 83422 193 433 0 102737 0
[pid=21560/tid=21564] ppid=21556 vsize=412692 CPUtime=102.01 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 82842 0 0 0 10182 19 0 0 20 0 2 0 333704086 422596608 83422 33554432000 4194304 5964350 140734561862928 139911662692376 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 412692

[startup+162.3 s]
/proc/loadavg: 2.00 2.26 2.99 4/179 21565
/proc/meminfo: memFree=27694124/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=478660 CPUtime=162.22 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 109002 0 0 0 16197 25 0 0 20 0 2 0 333704085 490147840 108677 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 119665 108677 193 433 0 119229 0
[pid=21560/tid=21564] ppid=21556 vsize=478660 CPUtime=161.82 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 108116 0 0 0 16155 27 0 0 20 0 2 0 333704086 490147840 108677 33554432000 4194304 5964350 140734561862928 139911662692344 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 478660

[startup+222.3 s]
/proc/loadavg: 2.00 2.21 2.93 4/179 21565
/proc/meminfo: memFree=27566308/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=478876 CPUtime=222.18 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 115468 0 0 0 22191 27 0 0 20 0 2 0 333704085 490369024 115108 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 119719 115108 193 433 0 119283 0
[pid=21560/tid=21564] ppid=21556 vsize=478876 CPUtime=221.63 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 114582 0 0 0 22133 30 0 0 20 0 2 0 333704086 490369024 115108 33554432000 4194304 5964350 140734561862928 139911662692344 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 478876

[startup+282.3 s]
/proc/loadavg: 2.00 2.17 2.87 4/179 21565
/proc/meminfo: memFree=27422892/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=610236 CPUtime=282.15 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 143523 0 0 0 28182 33 0 0 20 0 2 0 333704085 624881664 144026 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 152559 144026 193 433 0 152123 0
[pid=21560/tid=21564] ppid=21556 vsize=610236 CPUtime=281.46 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 142637 0 0 0 28109 37 0 0 20 0 2 0 333704086 624881664 144026 33554432000 4194304 5964350 140734561862928 139911662692344 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 610236

[startup+342.3 s]
/proc/loadavg: 2.00 2.14 2.81 4/179 21566
/proc/meminfo: memFree=27464956/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=543040 CPUtime=342.15 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 143536 0 0 0 34181 34 0 0 20 0 2 0 333704085 556072960 122271 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 135760 122271 197 433 0 135324 0
[pid=21560/tid=21564] ppid=21556 vsize=543040 CPUtime=341.31 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 142650 0 0 0 34093 38 0 0 20 0 2 0 333704086 556072960 122271 33554432000 4194304 5964350 140734561862928 139911662693304 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 543040

[startup+402.3 s]
/proc/loadavg: 2.00 2.11 2.76 4/179 21566
/proc/meminfo: memFree=27434728/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=543040 CPUtime=402.14 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 143558 0 0 0 40180 34 0 0 20 0 2 0 333704085 556072960 122293 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 135760 122293 197 433 0 135324 0
[pid=21560/tid=21564] ppid=21556 vsize=543040 CPUtime=401.15 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 142672 0 0 0 40076 39 0 0 20 0 2 0 333704086 556072960 122293 33554432000 4194304 5964350 140734561862928 139911662693304 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 543040

[startup+462.3 s]
/proc/loadavg: 2.00 2.09 2.71 4/180 21569
/proc/meminfo: memFree=27401208/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=543040 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.24 4/179 21576
/proc/meminfo: memFree=26766544/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=739648 CPUtime=1421.89 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 240601 0 0 0 142131 58 0 0 20 0 2 0 333704085 757399552 180957 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 184912 180957 197 433 0 184476 0
[pid=21560/tid=21564] ppid=21556 vsize=739648 CPUtime=1418.46 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 239715 0 0 0 141768 78 0 0 20 0 2 0 333704086 757399552 180957 33554432000 4194304 5964350 140734561862928 139911662693192 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 739648

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.22 4/179 21576
/proc/meminfo: memFree=26766296/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=739648 CPUtime=1481.87 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 240601 0 0 0 148129 58 0 0 20 0 2 0 333704085 757399552 180957 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 184912 180957 197 433 0 184476 0
[pid=21560/tid=21564] ppid=21556 vsize=739648 CPUtime=1478.3 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 239715 0 0 0 147751 79 0 0 20 0 2 0 333704086 757399552 180957 33554432000 4194304 5964350 140734561862928 139911662693192 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 739648

[startup+1542.3 s]
/proc/loadavg: 1.92 2.00 2.20 2/172 21601
/proc/meminfo: memFree=27808216/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=739648 CPUtime=1541.86 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 240601 0 0 0 154128 58 0 0 20 0 2 0 333704085 757399552 180957 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 184912 180957 197 433 0 184476 0
[pid=21560/tid=21564] ppid=21556 vsize=739648 CPUtime=1538.15 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 239715 0 0 0 153735 80 0 0 20 0 2 0 333704086 757399552 180957 33554432000 4194304 5964350 140734561862928 139911662693192 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 739648

[startup+1602.3 s]
/proc/loadavg: 1.37 1.83 2.13 2/172 21601
/proc/meminfo: memFree=27806816/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=739648 CPUtime=1601.84 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 240617 0 0 0 160126 58 0 0 20 0 2 0 333704085 757399552 181417 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 184912 181417 197 433 0 184476 0
[pid=21560/tid=21564] ppid=21556 vsize=739648 CPUtime=1597.98 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 239731 0 0 0 159717 81 0 0 20 0 2 0 333704086 757399552 181417 33554432000 4194304 5964350 140734561862928 139911662693192 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 739648

[startup+1662.3 s]
/proc/loadavg: 1.12 1.66 2.05 2/173 21604
/proc/meminfo: memFree=27807072/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=739648 CPUtime=1661.83 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 240617 0 0 0 166125 58 0 0 20 0 2 0 333704085 757399552 181417 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 184912 181417 197 433 0 184476 0
[pid=21560/tid=21564] ppid=21556 vsize=739648 CPUtime=1657.83 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 239731 0 0 0 165700 83 0 0 20 0 2 0 333704086 757399552 181417 33554432000 4194304 5964350 140734561862928 139911662693192 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 739648

[startup+1722.3 s]
/proc/loadavg: 1.05 1.55 1.99 2/172 21604
/proc/meminfo: memFree=27801436/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1721.82 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 172124 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1717.68 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 171684 84 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 805184

[startup+1782.3 s]
/proc/loadavg: 1.01 1.44 1.92 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1781.81 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 178123 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1777.52 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 177667 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 805184

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

[startup+1791.91 s]
/proc/loadavg: 1.01 1.42 1.91 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1791.41 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179083 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1787.11 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 178626 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 805184

[startup+1795.1 s]
/proc/loadavg: 1.01 1.42 1.91 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1794.61 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179403 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1790.3 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 178945 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4400439 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 805184

[startup+1798.3 s]
/proc/loadavg: 1.01 1.42 1.90 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1797.81 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179723 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1793.48 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 179263 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 805184

[startup+1799.1 s]
/proc/loadavg: 1.01 1.42 1.90 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1798.61 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179803 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1794.28 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 179343 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 805184

[startup+1799.5 s]
/proc/loadavg: 1.01 1.42 1.90 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1799.01 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179843 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1794.69 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 179384 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 805184

[startup+1799.9 s]
/proc/loadavg: 1.01 1.42 1.90 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1799.41 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179883 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1795.08 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 179423 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 805184

[startup+1800 s]
/proc/loadavg: 1.01 1.42 1.90 2/172 21604
/proc/meminfo: memFree=27801064/32873648 swapFree=7388/7388
[pid=21560] ppid=21556 vsize=805184 CPUtime=1799.51 cores=0,2,4,6
/proc/21560/stat : 21560 (wbo1.72) S 21556 21560 19426 0 -1 4202496 242170 0 0 0 179893 58 0 0 20 0 2 0 333704085 824508416 182970 33554432000 4194304 5964350 140734561862928 140734561862448 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21560/statm: 201296 182970 197 433 0 200860 0
[pid=21560/tid=21564] ppid=21556 vsize=805184 CPUtime=1795.18 cores=0,2,4,6
/proc/21560/task/21564/stat : 21564 (wbo1.72) R 21556 21560 19426 0 -1 4202560 241284 0 0 0 179433 85 0 0 20 0 2 0 333704086 824508416 182970 33554432000 4194304 5964350 140734561862928 139911662692344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 805184

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21560 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=346217
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=864868
# CPU time returned by wait4() is 1795.21
# 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.93
CPU system time (s): 0.58
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 871804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 0.864868
maximum resident set size= 807864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242172
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= 308
involuntary context switches= 1911

runsolver used 3.64145 second user time and 8.36373 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 00:23:16
IDJOB=3728426
IDBENCH=79289
IDSOLVER=2315
FILE ID=node148/3728426-1338675796
RUNJOBID= node148-1338675796-21533
PBS_JOBID= 14636523
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=272691815

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28527404 kB
Buffers:          582136 kB
Cached:          2848132 kB
SwapCached:          628 kB
Active:          1398504 kB
Inactive:        2044512 kB
Active(anon):       2144 kB
Inactive(anon):    10672 kB
Active(file):    1396360 kB
Inactive(file):  2033840 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             10876 kB
Writeback:             4 kB
AnonPages:         17028 kB
Mapped:            10112 kB
Shmem:                36 kB
Slab:             765952 kB
SReclaimable:     209560 kB
SUnreclaim:       556392 kB
KernelStack:        1392 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71328 MiB
End job on node148 at 2012-06-03 00:53:16