Trace number 3728424

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.32 1800.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM2d690d91fe5f00c81c2e61f07f4a896b
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 benchmark86.0089
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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-3728424-1338675838.wbo.
0.00/0.00	c Instance file HOME/instance-3728424-1338675838.wbo
0.00/0.00	c File size is 96755 bytes.
0.00/0.00	c Highest Coefficient sum: 661
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.32/1800.01	c ===============================================================================
1799.32/1800.01	c Wall Clock Time: 1800.01 s
1799.32/1800.01	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-3728424-1338675838/watcher-3728424-1338675838 -o /tmp/evaluation-result-3728424-1338675838/solver-3728424-1338675838 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728424-1338675838.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.86 2.28 3.04 4/173 25126
/proc/meminfo: memFree=28443648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=3600 CPUtime=0 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) R 25121 25124 23631 0 -1 4202496 383 0 0 0 0 0 0 0 20 0 1 0 333709269 3686400 336 33554432000 4194304 5964350 140734234347328 140737099433432 4395186 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 900 336 169 433 0 440 0

[startup+0.086646 s]
/proc/loadavg: 1.86 2.28 3.04 4/173 25126
/proc/meminfo: memFree=28443648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84288 CPUtime=0.08 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 1550 0 0 0 8 0 0 0 20 0 2 0 333709269 86310912 1479 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21072 1479 193 433 0 20636 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84288

[startup+0.100173 s]
/proc/loadavg: 1.86 2.28 3.04 4/173 25126
/proc/meminfo: memFree=28443648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84288 CPUtime=0.09 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 1594 0 0 0 9 0 0 0 20 0 2 0 333709269 86310912 1523 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21072 1523 193 433 0 20636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84288

[startup+0.300111 s]
/proc/loadavg: 1.86 2.28 3.04 4/173 25126
/proc/meminfo: memFree=28443648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84288 CPUtime=0.29 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 2148 0 0 0 29 0 0 0 20 0 2 0 333709269 86310912 2077 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21072 2077 193 433 0 20636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84288

[startup+0.700115 s]
/proc/loadavg: 1.86 2.28 3.04 4/173 25126
/proc/meminfo: memFree=28443648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84432 CPUtime=0.69 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 3026 0 0 0 69 0 0 0 20 0 2 0 333709269 86458368 2955 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21108 2955 193 433 0 20672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84432

[startup+1.5003 s]
/proc/loadavg: 1.86 2.28 3.04 3/177 25130
/proc/meminfo: memFree=28416924/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84504 CPUtime=1.49 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 3776 0 0 0 148 1 0 0 20 0 2 0 333709269 86532096 3705 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21126 3705 193 433 0 20690 0
[pid=25124/tid=25129] ppid=25121 vsize=84504 CPUtime=1.47 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 2890 0 0 0 147 0 0 0 20 0 2 0 333709270 86532096 3705 33554432000 4194304 5964350 140734234347328 140028462393336 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84504

[startup+3.10031 s]
/proc/loadavg: 1.86 2.28 3.04 4/177 25130
/proc/meminfo: memFree=28405004/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84504 CPUtime=3.09 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 5540 0 0 0 307 2 0 0 20 0 2 0 333709269 86532096 5469 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21126 5470 193 433 0 20690 0
[pid=25124/tid=25129] ppid=25121 vsize=84504 CPUtime=3.06 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 4655 0 0 0 304 2 0 0 20 0 2 0 333709270 86532096 5470 33554432000 4194304 5964350 140734234347328 140028462393336 4399926 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84504

[startup+6.30033 s]
/proc/loadavg: 1.87 2.27 3.03 4/177 25130
/proc/meminfo: memFree=28369664/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=84612 CPUtime=6.29 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 10506 0 0 0 626 3 0 0 20 0 2 0 333709269 86642688 10435 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 21153 10436 193 433 0 20717 0
[pid=25124/tid=25129] ppid=25121 vsize=84612 CPUtime=6.25 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 9621 0 0 0 622 3 0 0 20 0 2 0 333709270 86642688 10436 33554432000 4194304 5964350 140734234347328 140028462393336 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84612

[startup+12.7003 s]
/proc/loadavg: 1.88 2.27 3.02 4/177 25130
/proc/meminfo: memFree=28288128/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=150148 CPUtime=12.68 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 19571 0 0 0 1263 5 0 0 20 0 2 0 333709269 153751552 19500 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 37537 19500 193 433 0 37101 0
[pid=25124/tid=25129] ppid=25121 vsize=150148 CPUtime=12.64 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 18686 0 0 0 1259 5 0 0 20 0 2 0 333709270 153751552 19501 33554432000 4194304 5964350 140734234347328 140028462393336 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 150148

[startup+25.5004 s]
/proc/loadavg: 1.90 2.26 3.01 4/177 25130
/proc/meminfo: memFree=28153572/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=150308 CPUtime=25.47 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 30754 0 0 0 2538 9 0 0 20 0 2 0 333709269 153915392 30684 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 37577 30684 193 433 0 37141 0
[pid=25124/tid=25129] ppid=25121 vsize=150308 CPUtime=25.4 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 29868 0 0 0 2531 9 0 0 20 0 2 0 333709270 153915392 30684 33554432000 4194304 5964350 140734234347328 140028462393144 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150308

[startup+51.1004 s]
/proc/loadavg: 2.05 2.26 2.99 4/177 25130
/proc/meminfo: memFree=28009948/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=281620 CPUtime=51.05 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 56569 0 0 0 5089 16 0 0 20 0 2 0 333709269 288378880 56501 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 70405 56501 193 433 0 69969 0
[pid=25124/tid=25129] ppid=25121 vsize=281620 CPUtime=50.91 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 55683 0 0 0 5075 16 0 0 20 0 2 0 333709270 288378880 56501 33554432000 4194304 5964350 140734234347328 140028462393336 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 281620

[startup+102.307 s]
/proc/loadavg: 2.02 2.22 2.93 4/177 25131
/proc/meminfo: memFree=27856852/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=347300 CPUtime=102.21 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 70793 0 0 0 10201 20 0 0 20 0 2 0 333709269 355635200 70734 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 86825 70734 193 433 0 86389 0
[pid=25124/tid=25129] ppid=25121 vsize=347300 CPUtime=101.96 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 69907 0 0 0 10175 21 0 0 20 0 2 0 333709270 355635200 70734 33554432000 4194304 5964350 140734234347328 140028462393336 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 347300

[startup+162.3 s]
/proc/loadavg: 2.01 2.18 2.87 4/177 25131
/proc/meminfo: memFree=27650368/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=412980 CPUtime=162.18 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 96940 0 0 0 16190 28 0 0 20 0 2 0 333709269 422891520 97045 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 103245 97045 193 433 0 102809 0
[pid=25124/tid=25129] ppid=25121 vsize=412980 CPUtime=161.77 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 96054 0 0 0 16148 29 0 0 20 0 2 0 333709270 422891520 97045 33554432000 4194304 5964350 140734234347328 140028462393336 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 412980

[startup+222.3 s]
/proc/loadavg: 2.00 2.14 2.82 4/177 25131
/proc/meminfo: memFree=27430732/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=544196 CPUtime=222.16 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 124698 0 0 0 22178 38 0 0 20 0 2 0 333709269 557256704 124803 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 136049 124803 193 433 0 135613 0
[pid=25124/tid=25129] ppid=25121 vsize=544196 CPUtime=221.61 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 123812 0 0 0 22120 41 0 0 20 0 2 0 333709270 557256704 124803 33554432000 4194304 5964350 140734234347328 140028462393336 4400704 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 544196

[startup+282.3 s]
/proc/loadavg: 2.00 2.11 2.76 4/177 25131
/proc/meminfo: memFree=27305520/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=610308 CPUtime=282.16 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 142655 0 0 0 28172 44 0 0 20 0 2 0 333709269 624955392 142354 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 152577 142354 193 433 0 152141 0
[pid=25124/tid=25129] ppid=25121 vsize=610308 CPUtime=281.45 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 141769 0 0 0 28098 47 0 0 20 0 2 0 333709270 624955392 142354 33554432000 4194304 5964350 140734234347328 140028462393368 4388148 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 610308

[startup+342.3 s]
/proc/loadavg: 2.00 2.09 2.71 4/177 25131
/proc/meminfo: memFree=27279136/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=610452 CPUtime=342.15 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 143747 0 0 0 34170 45 0 0 20 0 2 0 333709269 625102848 143446 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 152613 143446 193 433 0 152177 0
[pid=25124/tid=25129] ppid=25121 vsize=610452 CPUtime=341.3 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 142861 0 0 0 34081 49 0 0 20 0 2 0 333709270 625102848 143446 33554432000 4194304 5964350 140734234347328 140028462393336 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 610452

[startup+402.3 s]
/proc/loadavg: 2.00 2.07 2.66 4/178 25135
/proc/meminfo: memFree=27275828/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=610452 CPUtime=402.14 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 143753 0 0 0 40169 45 0 0 20 0 2 0 333709269 625102848 143452 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 152613 143452 193 433 0 152177 0
[pid=25124/tid=25129] ppid=25121 vsize=610452 CPUtime=401.14 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 142867 0 0 0 40064 50 0 0 20 0 2 0 333709270 625102848 143452 33554432000 4194304 5964350 140734234347328 140028462393336 4399987 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 610452

[startup+462.3 s]
/proc/loadavg: 2.00 2.06 2.62 4/177 25135
/proc/meminfo: memFree=27078352/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=741956 CPUtime=462.09 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.20 4/177 25142
/proc/meminfo: memFree=26458188/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1006584 CPUtime=1421.71 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 248130 0 0 0 142088 83 0 0 20 0 2 0 333709269 1030742016 248135 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 251646 248135 193 433 0 251210 0
[pid=25124/tid=25129] ppid=25121 vsize=1006584 CPUtime=1418.29 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 247244 0 0 0 141725 104 0 0 20 0 2 0 333709270 1030742016 248135 33554432000 4194304 5964350 140734234347328 140028462393384 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 1006584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.18 4/177 25142
/proc/meminfo: memFree=26457680/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1072120 CPUtime=1481.67 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 248272 0 0 0 148084 83 0 0 20 0 2 0 333709269 1097850880 248263 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 268030 248263 193 433 0 267594 0
[pid=25124/tid=25129] ppid=25121 vsize=1072120 CPUtime=1478.11 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 247386 0 0 0 147706 105 0 0 20 0 2 0 333709270 1097850880 248263 33554432000 4194304 5964350 140734234347328 140028462393480 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 1072120

[startup+1542.3 s]
/proc/loadavg: 1.66 1.92 2.14 2/170 25166
/proc/meminfo: memFree=27455152/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1072120 CPUtime=1541.66 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 248272 0 0 0 154083 83 0 0 20 0 2 0 333709269 1097850880 248263 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 268030 248263 193 433 0 267594 0
[pid=25124/tid=25129] ppid=25121 vsize=1072120 CPUtime=1537.96 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 247386 0 0 0 153690 106 0 0 20 0 2 0 333709270 1097850880 248263 33554432000 4194304 5964350 140734234347328 140028462393480 4399998 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 1072120

[startup+1602.3 s]
/proc/loadavg: 1.24 1.75 2.07 2/171 25169
/proc/meminfo: memFree=27455516/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1072192 CPUtime=1601.65 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 248279 0 0 0 160082 83 0 0 20 0 2 0 333709269 1097924608 248270 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 268048 248270 193 433 0 267612 0
[pid=25124/tid=25129] ppid=25121 vsize=1072192 CPUtime=1597.8 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 247393 0 0 0 159673 107 0 0 20 0 2 0 333709270 1097924608 248270 33554432000 4194304 5964350 140734234347328 140028462393384 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 1072192

[startup+1662.3 s]
/proc/loadavg: 1.09 1.61 2.00 2/170 25170
/proc/meminfo: memFree=27455648/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1072192 CPUtime=1661.64 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 248279 0 0 0 166081 83 0 0 20 0 2 0 333709269 1097924608 248270 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 268048 248270 193 433 0 267612 0
[pid=25124/tid=25129] ppid=25121 vsize=1072192 CPUtime=1657.65 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 247393 0 0 0 165657 108 0 0 20 0 2 0 333709270 1097924608 248270 33554432000 4194304 5964350 140734234347328 140028462393384 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 1072192

[startup+1722.3 s]
/proc/loadavg: 1.03 1.50 1.93 2/170 25170
/proc/meminfo: memFree=27379324/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138808 CPUtime=1721.64 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 267752 0 0 0 172074 90 0 0 20 0 2 0 333709269 1166139392 267743 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284702 267743 193 433 0 284266 0
[pid=25124/tid=25129] ppid=25121 vsize=1138808 CPUtime=1717.49 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 266866 0 0 0 171633 116 0 0 20 0 2 0 333709270 1166139392 267743 33554432000 4194304 5964350 140734234347328 140028462393384 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 1138808

[startup+1782.3 s]
/proc/loadavg: 1.01 1.40 1.87 2/170 25170
/proc/meminfo: memFree=27325260/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1781.63 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 178068 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1777.34 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 177612 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 1138952

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

[startup+1791.91 s]
/proc/loadavg: 1.01 1.39 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1791.23 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179028 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1786.92 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 178570 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4400009 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 1138952

[startup+1795.1 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1794.43 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179348 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1790.11 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 178889 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4399989 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (KiB) 1138952

[startup+1798.3 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1797.62 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179667 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1793.29 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 179207 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.62
Current children cumulated vsize (KiB) 1138952

[startup+1799.1 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1798.42 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179747 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1794.09 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 179287 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4399976 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.42
Current children cumulated vsize (KiB) 1138952

[startup+1799.5 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1798.83 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179788 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1794.5 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 179328 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4400017 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.83
Current children cumulated vsize (KiB) 1138952

[startup+1799.9 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1799.22 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179827 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1794.89 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 179367 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.22
Current children cumulated vsize (KiB) 1138952

[startup+1800 s]
/proc/loadavg: 1.01 1.38 1.86 2/170 25170
/proc/meminfo: memFree=27325508/32873852 swapFree=7624/7624
[pid=25124] ppid=25121 vsize=1138952 CPUtime=1799.32 cores=1,3,5,7
/proc/25124/stat : 25124 (wbo1.72) S 25121 25124 23631 0 -1 4202496 280681 0 0 0 179837 95 0 0 20 0 2 0 333709269 1166286848 280672 33554432000 4194304 5964350 140734234347328 140734234346848 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25124/statm: 284738 280672 193 433 0 284302 0
[pid=25124/tid=25129] ppid=25121 vsize=1138952 CPUtime=1794.99 cores=1,3,5,7
/proc/25124/task/25129/stat : 25129 (wbo1.72) R 25121 25124 23631 0 -1 4202560 279795 0 0 0 179377 122 0 0 20 0 2 0 333709270 1166286848 280672 33554432000 4194304 5964350 140734234347328 140028462393336 4399998 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (KiB) 1138952

Child status: 255

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

Real time (s): 1800.03
CPU time (s): 1799.32
CPU user time (s): 1798.37
CPU system time (s): 0.95
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 1138952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 1.24681
maximum resident set size= 1122700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280684
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= 406
involuntary context switches= 3327

runsolver used 3.50047 second user time and 9.8825 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 00:23:58
IDJOB=3728424
IDBENCH=79304
IDSOLVER=2315
FILE ID=node131/3728424-1338675838
RUNJOBID= node131-1338675838-25100
PBS_JOBID= 14636485
Free space on /tmp= 71404 MiB

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

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

MD5SUM BENCH= 2d690d91fe5f00c81c2e61f07f4a896b
RANDOM SEED=1454796961

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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		: 2666.805
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		: 2666.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28444572 kB
Buffers:          543144 kB
Cached:          3020800 kB
SwapCached:         2348 kB
Active:          1383880 kB
Inactive:        2185588 kB
Active(anon):       2028 kB
Inactive(anon):     3676 kB
Active(file):    1381852 kB
Inactive(file):  2181912 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             10876 kB
Writeback:            24 kB
AnonPages:         10308 kB
Mapped:            13444 kB
Shmem:                 0 kB
Slab:             719940 kB
SReclaimable:     162184 kB
SUnreclaim:       557756 kB
KernelStack:        1360 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71400 MiB
End job on node131 at 2012-06-03 00:53:58