Trace number 3728405

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550720--soft-0-100-0.wbo
MD5SUM78d8e4512631586bbdc844ad983c3b47
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark77.75
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728405-1338675786.wbo.
0.00/0.00	c Instance file HOME/instance-3728405-1338675786.wbo
0.00/0.00	c File size is 96759 bytes.
0.00/0.01	c Highest Coefficient sum: 687
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      2938                                                |
0.00/0.01	c |  Number Clauses:        2684                                                |
0.00/0.01	c |  Number Cardinality:    0                                                   |
0.00/0.01	c |  Number PB Constraints: 23                                                  |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3728405-1338675786/watcher-3728405-1338675786 -o /tmp/evaluation-result-3728405-1338675786/solver-3728405-1338675786 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728405-1338675786.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: 3.99 3.87 3.17 2/173 5335
/proc/meminfo: memFree=27068988/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=3412 CPUtime=0 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) R 5331 5335 4521 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 333704120 3493888 296 33554432000 4194304 5964350 140736604604096 140735741119000 4360328 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 853 296 165 433 0 393 0

[startup+0.0845541 s]
/proc/loadavg: 3.99 3.87 3.17 2/173 5335
/proc/meminfo: memFree=27068988/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84288 CPUtime=0.07 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 1535 0 0 0 7 0 0 0 20 0 2 0 333704120 86310912 1463 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21072 1463 193 433 0 20636 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 84288

[startup+0.10027 s]
/proc/loadavg: 3.99 3.87 3.17 2/173 5335
/proc/meminfo: memFree=27068988/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84288 CPUtime=0.09 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 1584 0 0 0 9 0 0 0 20 0 2 0 333704120 86310912 1512 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21072 1512 193 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300174 s]
/proc/loadavg: 3.99 3.87 3.17 2/173 5335
/proc/meminfo: memFree=27068988/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84288 CPUtime=0.29 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 2103 0 0 0 29 0 0 0 20 0 2 0 333704120 86310912 2031 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21072 2031 193 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700219 s]
/proc/loadavg: 3.99 3.87 3.17 2/173 5335
/proc/meminfo: memFree=27068988/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84432 CPUtime=0.68 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 2901 0 0 0 68 0 0 0 20 0 2 0 333704120 86458368 2829 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21108 2829 193 433 0 20672 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84432

[startup+1.50019 s]
/proc/loadavg: 3.99 3.87 3.17 4/177 5339
/proc/meminfo: memFree=27042312/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84504 CPUtime=1.49 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 3876 0 0 0 148 1 0 0 20 0 2 0 333704120 86532096 3804 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21126 3804 193 433 0 20690 0
[pid=5335/tid=5339] ppid=5331 vsize=84504 CPUtime=1.47 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 2989 0 0 0 147 0 0 0 20 0 2 0 333704121 86532096 3804 33554432000 4194304 5964350 140736604604096 140055466194936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84504

[startup+3.10021 s]
/proc/loadavg: 3.83 3.84 3.17 4/177 5339
/proc/meminfo: memFree=27030284/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84504 CPUtime=3.09 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 5070 0 0 0 308 1 0 0 20 0 2 0 333704120 86532096 4998 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21126 4998 193 433 0 20690 0
[pid=5335/tid=5339] ppid=5331 vsize=84504 CPUtime=3.07 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 4183 0 0 0 306 1 0 0 20 0 2 0 333704121 86532096 4998 33554432000 4194304 5964350 140736604604096 140055466194744 4400439 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84504

[startup+6.30027 s]
/proc/loadavg: 3.83 3.84 3.17 4/177 5339
/proc/meminfo: memFree=26988448/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=84612 CPUtime=6.29 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 9836 0 0 0 627 2 0 0 20 0 2 0 333704120 86642688 9764 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 21153 9764 193 433 0 20717 0
[pid=5335/tid=5339] ppid=5331 vsize=84612 CPUtime=6.26 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 8949 0 0 0 625 1 0 0 20 0 2 0 333704121 86642688 9764 33554432000 4194304 5964350 140736604604096 140055466194936 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: 3.55 3.78 3.15 4/177 5339
/proc/meminfo: memFree=26896940/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=150308 CPUtime=12.69 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 20772 0 0 0 1265 4 0 0 20 0 2 0 333704120 153915392 20700 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 37577 20700 193 433 0 37141 0
[pid=5335/tid=5339] ppid=5331 vsize=150308 CPUtime=12.64 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 19885 0 0 0 1260 4 0 0 20 0 2 0 333704121 153915392 20700 33554432000 4194304 5964350 140736604604096 140055466194936 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150308

[startup+25.5003 s]
/proc/loadavg: 3.31 3.72 3.14 4/177 5339
/proc/meminfo: memFree=26742948/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=215844 CPUtime=25.49 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 41239 0 0 0 2540 9 0 0 20 0 2 0 333704120 221024256 41167 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 53961 41167 193 433 0 53525 0
[pid=5335/tid=5339] ppid=5331 vsize=215844 CPUtime=25.41 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 40352 0 0 0 2532 9 0 0 20 0 2 0 333704121 221024256 41167 33554432000 4194304 5964350 140736604604096 140055466194936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 215844

[startup+51.1002 s]
/proc/loadavg: 2.86 3.58 3.11 4/176 5339
/proc/meminfo: memFree=26621884/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=281620 CPUtime=51.08 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 54861 0 0 0 5097 11 0 0 20 0 2 0 333704120 288378880 54789 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 70405 54789 193 433 0 69969 0
[pid=5335/tid=5339] ppid=5331 vsize=281620 CPUtime=50.94 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 53974 0 0 0 5083 11 0 0 20 0 2 0 333704121 288378880 54789 33554432000 4194304 5964350 140736604604096 140055466194936 4399840 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.306 s]
/proc/loadavg: 2.50 3.35 3.05 4/177 5340
/proc/meminfo: memFree=26400088/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=412692 CPUtime=102.28 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 83636 0 0 0 10211 17 0 0 20 0 2 0 333704120 422596608 83420 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 103173 83420 193 433 0 102737 0
[pid=5335/tid=5339] ppid=5331 vsize=412692 CPUtime=102.02 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 82749 0 0 0 10184 18 0 0 20 0 2 0 333704121 422596608 83420 33554432000 4194304 5964350 140736604604096 140055466194936 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 412692

[startup+162.3 s]
/proc/loadavg: 2.18 3.10 2.98 4/177 5340
/proc/meminfo: memFree=26152992/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=478660 CPUtime=162.24 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 105831 0 0 0 16201 23 0 0 20 0 2 0 333704120 490147840 105609 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 119665 105609 193 433 0 119229 0
[pid=5335/tid=5339] ppid=5331 vsize=478660 CPUtime=161.84 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 104944 0 0 0 16159 25 0 0 20 0 2 0 333704121 490147840 105609 33554432000 4194304 5964350 140736604604096 140055466194936 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 478660

[startup+222.3 s]
/proc/loadavg: 2.07 2.90 2.92 4/177 5340
/proc/meminfo: memFree=26043060/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=544340 CPUtime=222.21 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 125076 0 0 0 22193 28 0 0 20 0 2 0 333704120 557404160 124846 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 136085 124846 193 433 0 135649 0
[pid=5335/tid=5339] ppid=5331 vsize=544340 CPUtime=221.66 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 124189 0 0 0 22135 31 0 0 20 0 2 0 333704121 557404160 124846 33554432000 4194304 5964350 140736604604096 140055466194936 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 544340

[startup+282.3 s]
/proc/loadavg: 2.02 2.73 2.86 4/178 5341
/proc/meminfo: memFree=25939948/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=544340 CPUtime=282.18 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 125127 0 0 0 28190 28 0 0 20 0 2 0 333704120 557404160 124878 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 136085 124878 193 433 0 135649 0
[pid=5335/tid=5339] ppid=5331 vsize=544340 CPUtime=281.48 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 124240 0 0 0 28116 32 0 0 20 0 2 0 333704121 557404160 124878 33554432000 4194304 5964350 140736604604096 140055466194936 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 544340

[startup+342.3 s]
/proc/loadavg: 2.01 2.59 2.80 4/177 5341
/proc/meminfo: memFree=25839052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=675916 CPUtime=342.12 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 150309 0 0 0 34178 34 0 0 20 0 2 0 333704120 692137984 149992 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 168979 149992 193 433 0 168543 0
[pid=5335/tid=5339] ppid=5331 vsize=675916 CPUtime=341.29 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 149422 0 0 0 34090 39 0 0 20 0 2 0 333704121 692137984 149992 33554432000 4194304 5964350 140736604604096 140055466194968 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 675916

[startup+402.3 s]
/proc/loadavg: 2.00 2.48 2.75 4/177 5342
/proc/meminfo: memFree=25826760/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=675916 CPUtime=402.09 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 150345 0 0 0 40175 34 0 0 20 0 2 0 333704120 692137984 150809 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 168979 150809 193 433 0 168543 0
[pid=5335/tid=5339] ppid=5331 vsize=675916 CPUtime=401.11 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 149458 0 0 0 40071 40 0 0 20 0 2 0 333704121 692137984 150809 33554432000 4194304 5964350 140736604604096 140055466194968 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 675916

[startup+462.3 s]
/proc/loadavg: 2.00 2.39 2.70 4/178 5345
/proc/meminfo: memFree=25715212/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=676060 CPUtime=462.08 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.24 1.75 2.13 2/170 5375
/proc/meminfo: memFree=26045928/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071616 CPUtime=1421.85 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256405 0 0 0 142122 63 0 0 20 0 2 0 333704120 1097334784 256778 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267904 256778 193 433 0 267468 0
[pid=5335/tid=5339] ppid=5331 vsize=1071616 CPUtime=1418.39 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255518 0 0 0 141756 83 0 0 20 0 2 0 333704121 1097334784 256778 33554432000 4194304 5964350 140736604604096 140055466194936 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 1071616

[startup+1482.3 s]
/proc/loadavg: 1.09 1.61 2.06 2/170 5375
/proc/meminfo: memFree=26047048/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071616 CPUtime=1481.83 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256406 0 0 0 148120 63 0 0 20 0 2 0 333704120 1097334784 256783 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267904 256783 193 433 0 267468 0
[pid=5335/tid=5339] ppid=5331 vsize=1071616 CPUtime=1478.23 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255519 0 0 0 147738 85 0 0 20 0 2 0 333704121 1097334784 256783 33554432000 4194304 5964350 140736604604096 140055466194936 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1071616

[startup+1542.3 s]
/proc/loadavg: 1.03 1.50 1.99 2/170 5375
/proc/meminfo: memFree=26047040/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071688 CPUtime=1541.8 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256443 0 0 0 154117 63 0 0 20 0 2 0 333704120 1097408512 256800 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267922 256800 193 433 0 267486 0
[pid=5335/tid=5339] ppid=5331 vsize=1071688 CPUtime=1538.06 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255556 0 0 0 153720 86 0 0 20 0 2 0 333704121 1097408512 256800 33554432000 4194304 5964350 140736604604096 140055466194984 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 1071688

[startup+1602.3 s]
/proc/loadavg: 1.01 1.41 1.93 2/170 5376
/proc/meminfo: memFree=26047164/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071688 CPUtime=1601.79 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256443 0 0 0 160116 63 0 0 20 0 2 0 333704120 1097408512 256800 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267922 256800 193 433 0 267486 0
[pid=5335/tid=5339] ppid=5331 vsize=1071688 CPUtime=1597.91 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255556 0 0 0 159704 87 0 0 20 0 2 0 333704121 1097408512 256800 33554432000 4194304 5964350 140736604604096 140055466194984 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1071688

[startup+1662.3 s]
/proc/loadavg: 1.04 1.34 1.87 2/171 5379
/proc/meminfo: memFree=26047520/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071688 CPUtime=1661.79 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256443 0 0 0 166116 63 0 0 20 0 2 0 333704120 1097408512 256800 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267922 256800 193 433 0 267486 0
[pid=5335/tid=5339] ppid=5331 vsize=1071688 CPUtime=1657.75 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255556 0 0 0 165687 88 0 0 20 0 2 0 333704121 1097408512 256800 33554432000 4194304 5964350 140736604604096 140055466194984 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 1071688

[startup+1722.3 s]
/proc/loadavg: 1.01 1.28 1.82 2/170 5379
/proc/meminfo: memFree=26047404/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1071688 CPUtime=1721.78 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 256443 0 0 0 172115 63 0 0 20 0 2 0 333704120 1097408512 256800 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 267922 256800 193 433 0 267486 0
[pid=5335/tid=5339] ppid=5331 vsize=1071688 CPUtime=1717.6 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 255556 0 0 0 171671 89 0 0 20 0 2 0 333704121 1097408512 256800 33554432000 4194304 5964350 140736604604096 140055466194984 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 1071688

[startup+1782.3 s]
/proc/loadavg: 1.00 1.23 1.76 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1781.77 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 178107 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1777.45 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 177648 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4381480 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 1137440

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.22 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1791.37 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179067 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1787.03 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 178606 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 1137440

[startup+1795.1 s]
/proc/loadavg: 1.00 1.22 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1794.57 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179387 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1790.22 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 178925 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4399926 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 1137440

[startup+1798.3 s]
/proc/loadavg: 1.00 1.21 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1797.77 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179707 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1793.41 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 179244 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 1137440

[startup+1799.1 s]
/proc/loadavg: 1.00 1.21 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1798.57 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179787 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1794.2 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 179323 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 1137440

[startup+1799.5 s]
/proc/loadavg: 1.00 1.21 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1798.97 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179827 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1794.61 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 179364 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 1137440

[startup+1799.9 s]
/proc/loadavg: 1.00 1.21 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1799.37 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179867 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1795 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 179403 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 1137440

[startup+1800 s]
/proc/loadavg: 1.00 1.21 1.75 2/170 5379
/proc/meminfo: memFree=25967052/32873624 swapFree=7112/7112
[pid=5335] ppid=5331 vsize=1137440 CPUtime=1799.47 cores=0,2,4,6
/proc/5335/stat : 5335 (wbo1.72) S 5331 5335 4521 0 -1 4202496 276429 0 0 0 179877 70 0 0 20 0 2 0 333704120 1164738560 276786 33554432000 4194304 5964350 140736604604096 140736604603616 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5335/statm: 284360 276786 193 433 0 283924 0
[pid=5335/tid=5339] ppid=5331 vsize=1137440 CPUtime=1795.1 cores=0,2,4,6
/proc/5335/task/5339/stat : 5339 (wbo1.72) R 5331 5335 4521 0 -1 4202560 275542 0 0 0 179413 97 0 0 20 0 2 0 333704121 1164738560 276786 33554432000 4194304 5964350 140736604604096 140055466194936 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1137440

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5335 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=146248
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=991849
# CPU time returned by wait4() is 1795.14
# while last known CPU time is 1799.47
#
# 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.47
CPU user time (s): 1798.77
CPU system time (s): 0.7
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 1137440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 0.991849
maximum resident set size= 1107156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276432
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= 379
involuntary context switches= 1835

runsolver used 2.79857 second user time and 7.36788 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 00:23:07
IDJOB=3728405
IDBENCH=79283
IDSOLVER=2315
FILE ID=node121/3728405-1338675786
RUNJOBID= node121-1338675786-5308
PBS_JOBID= 14636507
Free space on /tmp= 71256 MiB

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

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

MD5SUM BENCH= 78d8e4512631586bbdc844ad983c3b47
RANDOM SEED=86365268

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27070044 kB
Buffers:          598412 kB
Cached:          4322124 kB
SwapCached:            0 kB
Active:          1694812 kB
Inactive:        3239756 kB
Active(anon):       1964 kB
Inactive(anon):    10772 kB
Active(file):    1692848 kB
Inactive(file):  3228984 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10880 kB
Writeback:             0 kB
AnonPages:         17216 kB
Mapped:            13340 kB
Shmem:               200 kB
Slab:             733096 kB
SReclaimable:     177056 kB
SUnreclaim:       556040 kB
KernelStack:        1368 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      92460 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= 71252 MiB
End job on node121 at 2012-06-03 00:53:07