Trace number 3726455

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
pwbo 2.02UNSAT 821.878 822.069

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of 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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726455-1338652176.opb.
0.00/0.00	c Instance file HOME/instance-3726455-1338652176.opb
0.00/0.00	c File size is 83373 bytes.
0.00/0.00	c Highest Coefficient sum: 625
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
821.70/822.06	c ===============================================================================
821.70/822.06	c Wall Clock Time: 822.06 s
821.70/822.06	s UNSATISFIABLE

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-3726455-1338652176/watcher-3726455-1338652176 -o /tmp/evaluation-result-3726455-1338652176/solver-3726455-1338652176 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726455-1338652176.opb 

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.99 1.90 1.91 3/177 16052
/proc/meminfo: memFree=28654848/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=3232 CPUtime=0 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) R 16050 16052 13572 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 331343600 3309568 250 33554432000 4194304 5964478 140736113809152 140734636610584 4344643 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 808 250 166 433 0 351 0

[startup+0.0220689 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 16052
/proc/meminfo: memFree=28654848/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=83840 CPUtime=0.01 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 937 0 0 0 1 0 0 0 20 0 2 0 331343600 85852160 869 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 20960 869 186 433 0 20524 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83840

[startup+0.100149 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 16052
/proc/meminfo: memFree=28654848/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=83840 CPUtime=0.09 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 1160 0 0 0 9 0 0 0 20 0 2 0 331343600 85852160 1092 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 20960 1092 186 433 0 20524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83840

[startup+0.300113 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 16052
/proc/meminfo: memFree=28654848/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=83840 CPUtime=0.29 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 1565 0 0 0 29 0 0 0 20 0 2 0 331343600 85852160 1497 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 20960 1497 186 433 0 20524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83840

[startup+0.700111 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 16052
/proc/meminfo: memFree=28654848/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=83984 CPUtime=0.69 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 1945 0 0 0 69 0 0 0 20 0 2 0 331343600 85999616 1877 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 20996 1877 186 433 0 20560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83984

[startup+1.50013 s]
/proc/loadavg: 1.99 1.90 1.91 3/179 16054
/proc/meminfo: memFree=28645508/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84056 CPUtime=1.48 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 2643 0 0 0 148 0 0 0 20 0 2 0 331343600 86073344 2575 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21014 2575 186 433 0 20578 0
[pid=16052/tid=16054] ppid=16050 vsize=84056 CPUtime=1.47 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 1855 0 0 0 147 0 0 0 20 0 2 0 331343601 86073344 2575 33554432000 4194304 5964478 140736113809152 140643422164792 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84056

[startup+3.10013 s]
/proc/loadavg: 1.99 1.91 1.91 3/179 16054
/proc/meminfo: memFree=28640292/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84056 CPUtime=3.09 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 3536 0 0 0 308 1 0 0 20 0 2 0 331343600 86073344 3468 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21014 3468 186 433 0 20578 0
[pid=16052/tid=16054] ppid=16050 vsize=84056 CPUtime=3.07 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 2748 0 0 0 306 1 0 0 20 0 2 0 331343601 86073344 3468 33554432000 4194304 5964478 140736113809152 140643422165032 4408877 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) 84056

[startup+6.30014 s]
/proc/loadavg: 1.99 1.91 1.91 3/179 16054
/proc/meminfo: memFree=28629780/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84164 CPUtime=6.28 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 4791 0 0 0 627 1 0 0 20 0 2 0 331343600 86183936 4723 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21041 4723 186 433 0 20605 0
[pid=16052/tid=16054] ppid=16050 vsize=84164 CPUtime=6.28 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 4003 0 0 0 626 2 0 0 20 0 2 0 331343601 86183936 4723 33554432000 4194304 5964478 140736113809152 140643422164792 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84164

[startup+12.7002 s]
/proc/loadavg: 1.99 1.91 1.91 3/179 16054
/proc/meminfo: memFree=28619096/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84324 CPUtime=12.68 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 6857 0 0 0 1266 2 0 0 20 0 2 0 331343600 86347776 6789 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21081 6789 186 433 0 20645 0
[pid=16052/tid=16054] ppid=16050 vsize=84324 CPUtime=12.67 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 6069 0 0 0 1265 2 0 0 20 0 2 0 331343601 86347776 6789 33554432000 4194304 5964478 140736113809152 140643422165032 4399932 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) 84324

[startup+25.5003 s]
/proc/loadavg: 1.99 1.91 1.91 3/180 16057
/proc/meminfo: memFree=28592652/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84324 CPUtime=25.48 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 10297 0 0 0 2545 3 0 0 20 0 2 0 331343600 86347776 10229 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21081 10229 186 433 0 20645 0
[pid=16052/tid=16054] ppid=16050 vsize=84324 CPUtime=25.48 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 9509 0 0 0 2544 4 0 0 20 0 2 0 331343601 86347776 10229 33554432000 4194304 5964478 140736113809152 140643422164984 4400446 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84324

[startup+51.1003 s]
/proc/loadavg: 2.06 1.93 1.91 3/180 16057
/proc/meminfo: memFree=28556576/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=84996 CPUtime=51.07 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 14932 0 0 0 5102 5 0 0 20 0 2 0 331343600 87035904 14858 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 21249 14858 186 433 0 20813 0
[pid=16052/tid=16054] ppid=16050 vsize=84996 CPUtime=51.06 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 14144 0 0 0 5100 6 0 0 20 0 2 0 331343601 87035904 14858 33554432000 4194304 5964478 140736113809152 140643422164792 4400103 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84996

[startup+102.307 s]
/proc/loadavg: 2.02 1.94 1.91 3/179 16096
/proc/meminfo: memFree=28579184/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=152836 CPUtime=102.25 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 23749 0 0 0 10215 10 0 0 20 0 2 0 331343600 156504064 24705 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 38209 24705 186 433 0 37773 0
[pid=16052/tid=16054] ppid=16050 vsize=152836 CPUtime=102.24 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 22961 0 0 0 10213 11 0 0 20 0 2 0 331343601 156504064 24705 33554432000 4194304 5964478 140736113809152 140643422164984 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152836

[startup+162.3 s]
/proc/loadavg: 2.01 1.95 1.91 3/179 16097
/proc/meminfo: memFree=28492808/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=155212 CPUtime=162.2 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 32540 0 0 0 16204 16 0 0 20 0 2 0 331343600 158937088 33573 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 38803 33573 186 433 0 38367 0
[pid=16052/tid=16054] ppid=16050 vsize=155212 CPUtime=162.21 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 31752 0 0 0 16202 19 0 0 20 0 2 0 331343601 158937088 33573 33554432000 4194304 5964478 140736113809152 140643422165032 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 155212

[startup+222.3 s]
/proc/loadavg: 2.07 1.97 1.92 3/179 16097
/proc/meminfo: memFree=28425288/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=223412 CPUtime=222.19 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 40137 0 0 0 22195 24 0 0 20 0 2 0 331343600 228773888 41170 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 55853 41170 186 433 0 55417 0
[pid=16052/tid=16054] ppid=16050 vsize=223412 CPUtime=222.2 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 39349 0 0 0 22192 28 0 0 20 0 2 0 331343601 228773888 41170 33554432000 4194304 5964478 140736113809152 140643422165032 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 223412

[startup+282.3 s]
/proc/loadavg: 2.03 1.97 1.92 3/179 16097
/proc/meminfo: memFree=28366296/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=224780 CPUtime=282.17 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 46032 0 0 0 28187 30 0 0 20 0 2 0 331343600 230174720 47103 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 56195 47103 186 433 0 55759 0
[pid=16052/tid=16054] ppid=16050 vsize=224780 CPUtime=282.19 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 45244 0 0 0 28185 34 0 0 20 0 2 0 331343601 230174720 47103 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 224780

[startup+342.3 s]
/proc/loadavg: 2.01 1.97 1.92 3/179 16253
/proc/meminfo: memFree=28420836/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=292584 CPUtime=342.13 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 54324 0 0 0 34176 37 0 0 20 0 2 0 331343600 299606016 55480 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 73146 55480 186 433 0 72710 0
[pid=16052/tid=16054] ppid=16050 vsize=292584 CPUtime=342.16 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 53536 0 0 0 34173 43 0 0 20 0 2 0 331343601 299606016 55480 33554432000 4194304 5964478 140736113809152 140643422165032 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 292584

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.92 3/179 16292
/proc/meminfo: memFree=28391256/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=293608 CPUtime=402.11 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 60434 0 0 0 40167 44 0 0 20 0 2 0 331343600 300654592 61590 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 73402 61590 186 433 0 72966 0
[pid=16052/tid=16054] ppid=16050 vsize=293608 CPUtime=402.16 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 59646 0 0 0 40165 51 0 0 20 0 2 0 331343601 300654592 61590 33554432000 4194304 5964478 140736113809152 140643422164792 4400787 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 293608

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.92 3/178 16331
/proc/meminfo: memFree=28384928/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=294940 CPUtime=462.09 cores=1,3,5,7

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

/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 63857 0 0 0 46157 56 0 0 20 0 2 0 331343601 302018560 65856 33554432000 4194304 5964478 140736113809152 140643422164984 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 294940

[startup+522.3 s]
/proc/loadavg: 2.00 1.97 1.92 3/179 16332
/proc/meminfo: memFree=28251320/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=362220 CPUtime=522.08 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 72569 0 0 0 52153 55 0 0 20 0 2 0 331343600 370913280 73782 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 90555 73782 186 433 0 90119 0
[pid=16052/tid=16054] ppid=16050 vsize=362220 CPUtime=522.13 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 71781 0 0 0 52150 63 0 0 20 0 2 0 331343601 370913280 73782 33554432000 4194304 5964478 140736113809152 140643422165032 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 362220

[startup+582.3 s]
/proc/loadavg: 2.05 1.99 1.93 3/179 16332
/proc/meminfo: memFree=28203680/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=363852 CPUtime=582.07 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 77829 0 0 0 58144 63 0 0 20 0 2 0 331343600 372584448 79027 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 90963 79027 186 433 0 90527 0
[pid=16052/tid=16054] ppid=16050 vsize=363852 CPUtime=582.13 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 77041 0 0 0 58141 72 0 0 20 0 2 0 331343601 372584448 79027 33554432000 4194304 5964478 140736113809152 140643422165032 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 363852

[startup+642.3 s]
/proc/loadavg: 2.08 2.00 1.93 3/180 16335
/proc/meminfo: memFree=28136724/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=364932 CPUtime=642.07 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 84211 0 0 0 64137 70 0 0 20 0 2 0 331343600 373690368 85409 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 91233 85409 186 433 0 90797 0
[pid=16052/tid=16054] ppid=16050 vsize=364932 CPUtime=642.13 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 83423 0 0 0 64133 80 0 0 20 0 2 0 331343601 373690368 85409 33554432000 4194304 5964478 140736113809152 140643422164984 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 364932

[startup+702.3 s]
/proc/loadavg: 2.13 2.03 1.94 3/180 16358
/proc/meminfo: memFree=28123612/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=432352 CPUtime=702.05 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 86948 0 0 0 70131 74 0 0 20 0 2 0 331343600 442728448 88146 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108088 88146 186 433 0 107652 0
[pid=16052/tid=16054] ppid=16050 vsize=432352 CPUtime=702.12 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 86160 0 0 0 70127 85 0 0 20 0 2 0 331343601 442728448 88146 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 432352

[startup+762.307 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16358
/proc/meminfo: memFree=28089568/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=433540 CPUtime=762.02 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 91917 0 0 0 76123 79 0 0 20 0 2 0 331343600 443944960 93132 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108385 93132 186 433 0 107949 0
[pid=16052/tid=16054] ppid=16050 vsize=433540 CPUtime=762.1 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 91129 0 0 0 76119 91 0 0 20 0 2 0 331343601 443944960 93132 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 433540

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

[startup+767.9 s]
/proc/loadavg: 2.10 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28085408/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=433648 CPUtime=767.62 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 92860 0 0 0 76681 81 0 0 20 0 2 0 331343600 444055552 94074 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108412 94074 186 433 0 107976 0
[pid=16052/tid=16054] ppid=16050 vsize=433648 CPUtime=767.69 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 92072 0 0 0 76676 93 0 0 20 0 2 0 331343601 444055552 94074 33554432000 4194304 5964478 140736113809152 140643422165032 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 767.62
Current children cumulated vsize (KiB) 433648

[startup+793.5 s]
/proc/loadavg: 2.07 2.03 1.95 3/179 16359
/proc/meminfo: memFree=28070136/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=433936 CPUtime=793.21 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 96574 0 0 0 79235 86 0 0 20 0 2 0 331343600 444350464 97804 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108484 97804 186 433 0 108048 0
[pid=16052/tid=16054] ppid=16050 vsize=433936 CPUtime=793.28 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 95786 0 0 0 79229 99 0 0 20 0 2 0 331343601 444350464 97804 33554432000 4194304 5964478 140736113809152 140643422165032 4381983 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 793.21
Current children cumulated vsize (KiB) 433936

[startup+806.307 s]
/proc/loadavg: 2.06 2.03 1.95 3/179 16359
/proc/meminfo: memFree=28065796/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434456 CPUtime=806.01 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97566 0 0 0 80514 87 0 0 20 0 2 0 331343600 444882944 98796 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108614 98796 186 433 0 108178 0
[pid=16052/tid=16054] ppid=16050 vsize=434456 CPUtime=806.09 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96778 0 0 0 80509 100 0 0 20 0 2 0 331343601 444882944 98796 33554432000 4194304 5964478 140736113809152 140643422164792 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 806.01
Current children cumulated vsize (KiB) 434456

[startup+812.7 s]
/proc/loadavg: 2.13 2.05 1.95 3/179 16359
/proc/meminfo: memFree=28065796/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434600 CPUtime=812.4 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97593 0 0 0 81153 87 0 0 20 0 2 0 331343600 445030400 98823 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108650 98823 186 433 0 108214 0
[pid=16052/tid=16054] ppid=16050 vsize=434600 CPUtime=812.48 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96805 0 0 0 81148 100 0 0 20 0 2 0 331343601 445030400 98823 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 812.4
Current children cumulated vsize (KiB) 434600

[startup+815.9 s]
/proc/loadavg: 2.12 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28063440/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434600 CPUtime=815.6 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97599 0 0 0 81473 87 0 0 20 0 2 0 331343600 445030400 98829 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108650 98829 186 433 0 108214 0
[pid=16052/tid=16054] ppid=16050 vsize=434600 CPUtime=815.68 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96811 0 0 0 81468 100 0 0 20 0 2 0 331343601 445030400 98829 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 815.6
Current children cumulated vsize (KiB) 434600

[startup+819.1 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28060464/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434852 CPUtime=818.8 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97645 0 0 0 81793 87 0 0 20 0 2 0 331343600 445288448 98875 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108713 98875 186 433 0 108277 0
[pid=16052/tid=16054] ppid=16050 vsize=434852 CPUtime=818.88 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96857 0 0 0 81788 100 0 0 20 0 2 0 331343601 445288448 98875 33554432000 4194304 5964478 140736113809152 140643422164792 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 818.8
Current children cumulated vsize (KiB) 434852

[startup+820.7 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28058108/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434852 CPUtime=820.4 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97654 0 0 0 81953 87 0 0 20 0 2 0 331343600 445288448 98884 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108713 98884 186 433 0 108277 0
[pid=16052/tid=16054] ppid=16050 vsize=434852 CPUtime=820.48 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96866 0 0 0 81948 100 0 0 20 0 2 0 331343601 445288448 98884 33554432000 4194304 5964478 140736113809152 140643422164792 4400784 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 820.4
Current children cumulated vsize (KiB) 434852

[startup+821.5 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28058108/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434852 CPUtime=821.2 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97655 0 0 0 82033 87 0 0 20 0 2 0 331343600 445288448 98885 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108713 98885 186 433 0 108277 0
[pid=16052/tid=16054] ppid=16050 vsize=434852 CPUtime=821.28 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96867 0 0 0 82028 100 0 0 20 0 2 0 331343601 445288448 98885 33554432000 4194304 5964478 140736113809152 140643422164792 4400628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 821.2
Current children cumulated vsize (KiB) 434852

[startup+821.9 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28057612/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434852 CPUtime=821.6 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97655 0 0 0 82073 87 0 0 20 0 2 0 331343600 445288448 98885 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108713 98885 186 433 0 108277 0
[pid=16052/tid=16054] ppid=16050 vsize=434852 CPUtime=821.68 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96867 0 0 0 82068 100 0 0 20 0 2 0 331343601 445288448 98885 33554432000 4194304 5964478 140736113809152 140643422164792 4400528 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 821.6
Current children cumulated vsize (KiB) 434852

[startup+822 s]
/proc/loadavg: 2.11 2.04 1.95 3/179 16359
/proc/meminfo: memFree=28057612/32873648 swapFree=6864/6864
[pid=16052] ppid=16050 vsize=434852 CPUtime=821.7 cores=1,3,5,7
/proc/16052/stat : 16052 (pwbo2.02) S 16050 16052 13572 0 -1 4202496 97655 0 0 0 82083 87 0 0 20 0 2 0 331343600 445288448 98885 33554432000 4194304 5964478 140736113809152 140736113808672 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16052/statm: 108713 98885 186 433 0 108277 0
[pid=16052/tid=16054] ppid=16050 vsize=434852 CPUtime=821.78 cores=1,3,5,7
/proc/16052/task/16054/stat : 16054 (pwbo2.02) R 16050 16052 13572 0 -1 4202560 96867 0 0 0 82078 100 0 0 20 0 2 0 331343601 445288448 98885 33554432000 4194304 5964478 140736113809152 140643422164792 4399964 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 821.7
Current children cumulated vsize (KiB) 434852

Child status: 255
Real time (s): 822.069
CPU time (s): 821.878
CPU user time (s): 820.861
CPU system time (s): 1.01684
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 434852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 820.861
system time used= 1.01684
maximum resident set size= 395552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97658
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= 164
involuntary context switches= 2536

runsolver used 1.52377 second user time and 3.76943 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 17:49:36
IDJOB=3726455
IDBENCH=1303
IDSOLVER=2310
FILE ID=node120/3726455-1338652176
RUNJOBID= node120-1338651811-14892
PBS_JOBID= 14636460
Free space on /tmp= 70784 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726455-1338652176/watcher-3726455-1338652176 -o /tmp/evaluation-result-3726455-1338652176/solver-3726455-1338652176 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726455-1338652176.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=2132297714

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:       32873648 kB
MemFree:        28655592 kB
Buffers:          539064 kB
Cached:          2706764 kB
SwapCached:         1572 kB
Active:          1659712 kB
Inactive:        1632808 kB
Active(anon):      38568 kB
Inactive(anon):     9228 kB
Active(file):    1621144 kB
Inactive(file):  1623580 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             11300 kB
Writeback:             0 kB
AnonPages:        169656 kB
Mapped:            11456 kB
Shmem:                32 kB
Slab:             790516 kB
SReclaimable:     234784 kB
SUnreclaim:       555732 kB
KernelStack:        1488 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 70772 MiB
End job on node120 at 2012-06-02 18:03:18