Trace number 3726702

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.02? 1799.92 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 161
Number of bits of the biggest sum of numbers8
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-3726702-1339017762.opb.
0.00/0.00	c Instance file HOME/instance-3726702-1339017762.opb
0.00/0.00	c File size is 1308383 bytes.
0.03/0.09	c Highest Coefficient sum: 161
0.03/0.09	c ============================[ Problem Statistics ]=============================
0.03/0.09	c |                                                                             |
0.03/0.09	c |  Parsing time:          0.10         s                                      |
0.03/0.09	c |  Number Variables:      19040                                               |
0.03/0.09	c |  Number Clauses:        19202                                               |
0.03/0.09	c |  Number Cardinality:    160                                                 |
0.03/0.09	c |  Number PB Constraints: 0                                                   |
0.03/0.09	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3726702-1339017762/watcher-3726702-1339017762 -o /tmp/evaluation-result-3726702-1339017762/solver-3726702-1339017762 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726702-1339017762.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: 0.00 0.00 0.00 3/176 28786
/proc/meminfo: memFree=29022340/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=5864 CPUtime=0 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) R 28784 28786 28742 0 -1 4202496 621 0 0 0 0 0 0 0 20 0 1 0 367901664 6004736 575 33554432000 4194304 5964478 140736615352880 140736542909048 4395529 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 1466 575 167 433 0 710 0

[startup+0.0414041 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 28786
/proc/meminfo: memFree=29022340/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=10084 CPUtime=0.03 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) R 28784 28786 28742 0 -1 4202496 1749 0 0 0 3 0 0 0 20 0 1 0 367901664 10326016 1669 33554432000 4194304 5964478 140736615352880 140736542909048 4342788 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 2521 1669 280 433 0 1765 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10084

[startup+0.100182 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 28786
/proc/meminfo: memFree=29022340/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93880 CPUtime=0.09 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 3199 0 0 0 9 0 0 0 20 0 2 0 367901664 96133120 2799 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23470 2799 176 433 0 23034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 93880

[startup+0.300156 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 28786
/proc/meminfo: memFree=29022340/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=0.29 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 6105 0 0 0 28 1 0 0 20 0 2 0 367901664 95965184 5167 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 5167 186 433 0 22993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93716

[startup+0.700125 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 28786
/proc/meminfo: memFree=29022340/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=0.69 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 6393 0 0 0 68 1 0 0 20 0 2 0 367901664 95965184 5455 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 5455 186 433 0 22993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93716

[startup+1.50015 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 28789
/proc/meminfo: memFree=28984496/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=1.49 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 7060 0 0 0 148 1 0 0 20 0 2 0 367901664 95965184 6122 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 6122 186 433 0 22993 0
[pid=28786/tid=28789] ppid=28784 vsize=93716 CPUtime=1.38 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 4023 0 0 0 138 0 0 0 20 0 2 0 367901673 95965184 6122 33554432000 4194304 5964478 140736615352880 140635231705080 4399854 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) 93716

[startup+3.10017 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 28789
/proc/meminfo: memFree=28978528/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=3.09 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 8112 0 0 0 308 1 0 0 20 0 2 0 367901664 95965184 7174 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 7174 186 433 0 22993 0
[pid=28786/tid=28789] ppid=28784 vsize=93716 CPUtime=2.98 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 5075 0 0 0 298 0 0 0 20 0 2 0 367901673 95965184 7174 33554432000 4194304 5964478 140736615352880 140635231705080 4220672 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) 93716

[startup+6.30026 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 28789
/proc/meminfo: memFree=28960820/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=6.29 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 10198 0 0 0 627 2 0 0 20 0 2 0 367901664 95965184 9260 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 9260 186 433 0 22993 0
[pid=28786/tid=28789] ppid=28784 vsize=93716 CPUtime=6.18 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 7161 0 0 0 616 2 0 0 20 0 2 0 367901673 95965184 9260 33554432000 4194304 5964478 140736615352880 140635231705080 4399920 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) 93716

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 28790
/proc/meminfo: memFree=28945368/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=12.69 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 11327 0 0 0 1266 3 0 0 20 0 2 0 367901664 95965184 10389 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 10389 186 433 0 22993 0
[pid=28786/tid=28789] ppid=28784 vsize=93716 CPUtime=12.59 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 8290 0 0 0 1256 3 0 0 20 0 2 0 367901673 95965184 10389 33554432000 4194304 5964478 140736615352880 140635231705080 4382008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93716

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 28790
/proc/meminfo: memFree=28917648/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=93716 CPUtime=25.48 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 15647 0 0 0 2544 4 0 0 20 0 2 0 367901664 95965184 14709 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 23429 14709 186 433 0 22993 0
[pid=28786/tid=28789] ppid=28784 vsize=93716 CPUtime=25.38 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 12610 0 0 0 2534 4 0 0 20 0 2 0 367901673 95965184 14709 33554432000 4194304 5964478 140736615352880 140635231705080 4403343 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) 93716

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/179 28790
/proc/meminfo: memFree=28846448/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=159252 CPUtime=51.08 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 24870 0 0 0 5101 7 0 0 20 0 2 0 367901664 163074048 23932 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 39813 23932 186 433 0 39377 0
[pid=28786/tid=28789] ppid=28784 vsize=159252 CPUtime=50.98 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 21833 0 0 0 5090 8 0 0 20 0 2 0 367901673 163074048 23932 33554432000 4194304 5964478 140736615352880 140635231705128 4389172 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 159252

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/179 28790
/proc/meminfo: memFree=28783648/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=159976 CPUtime=102.26 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 30400 0 0 0 10216 10 0 0 20 0 2 0 367901664 163815424 29582 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 39994 29582 186 433 0 39558 0
[pid=28786/tid=28789] ppid=28784 vsize=159976 CPUtime=102.17 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 27363 0 0 0 10206 11 0 0 20 0 2 0 367901673 163815424 29582 33554432000 4194304 5964478 140736615352880 140635231705080 4400528 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 159976

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 3/179 28790
/proc/meminfo: memFree=28691328/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=225872 CPUtime=162.22 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 42495 0 0 0 16208 14 0 0 20 0 2 0 367901664 231292928 41654 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 56468 41654 186 433 0 56032 0
[pid=28786/tid=28789] ppid=28784 vsize=225872 CPUtime=162.14 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 39458 0 0 0 16197 17 0 0 20 0 2 0 367901673 231292928 41654 33554432000 4194304 5964478 140736615352880 140635231705128 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 225872

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 3/179 28790
/proc/meminfo: memFree=28593776/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=291408 CPUtime=222.21 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 54514 0 0 0 22202 19 0 0 20 0 2 0 367901664 298401792 53673 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 72852 53673 186 433 0 72416 0
[pid=28786/tid=28789] ppid=28784 vsize=291408 CPUtime=222.15 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 51477 0 0 0 22193 22 0 0 20 0 2 0 367901673 298401792 53673 33554432000 4194304 5964478 140736615352880 140635231704888 4382019 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 291408

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/180 28791
/proc/meminfo: memFree=28527528/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=291408 CPUtime=282.2 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 67508 0 0 0 28197 23 0 0 20 0 2 0 367901664 298401792 66667 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 72852 66667 186 433 0 72416 0
[pid=28786/tid=28789] ppid=28784 vsize=291408 CPUtime=282.15 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 64471 0 0 0 28187 28 0 0 20 0 2 0 367901673 298401792 66667 33554432000 4194304 5964478 140736615352880 140635231705080 4400056 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 291408

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.60 3/179 28792
/proc/meminfo: memFree=28471552/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=356944 CPUtime=342.17 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 73243 0 0 0 34192 25 0 0 20 0 2 0 367901664 365510656 72393 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 89236 72393 186 433 0 88800 0
[pid=28786/tid=28789] ppid=28784 vsize=356944 CPUtime=342.13 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 70206 0 0 0 34182 31 0 0 20 0 2 0 367901673 365510656 72393 33554432000 4194304 5964478 140736615352880 140635231705080 4400115 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 356944

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/179 28792
/proc/meminfo: memFree=28456180/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=356944 CPUtime=402.14 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 74251 0 0 0 40189 25 0 0 20 0 2 0 367901664 365510656 73393 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 89236 73393 186 433 0 88800 0
[pid=28786/tid=28789] ppid=28784 vsize=356944 CPUtime=402.11 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 71214 0 0 0 40179 32 0 0 20 0 2 0 367901673 365510656 73393 33554432000 4194304 5964478 140736615352880 140635231704888 4400056 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) 356944

[startup+462.3 s]
/proc/loadavg: 1.99 1.56 0.76 3/180 28795
/proc/meminfo: memFree=28382532/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=357484 CPUtime=462.12 cores=1,3,5,7

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

/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 112169 0 0 0 130149 60 0 0 20 0 2 0 367901673 500281344 114861 33554432000 4194304 5964478 140736615352880 140635231705080 4400056 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 488556

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 28801
/proc/meminfo: memFree=28066284/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=488556 CPUtime=1361.92 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 117794 0 0 0 136150 42 0 0 20 0 2 0 367901664 500281344 117467 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 122139 117467 186 433 0 121703 0
[pid=28786/tid=28789] ppid=28784 vsize=488556 CPUtime=1362.07 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 114757 0 0 0 136144 63 0 0 20 0 2 0 367901673 500281344 117467 33554432000 4194304 5964478 140736615352880 140635231705080 4389107 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 488556

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.54 3/179 28801
/proc/meminfo: memFree=28008636/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=554900 CPUtime=1421.93 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 124312 0 0 0 142147 46 0 0 20 0 2 0 367901664 568217600 123985 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 138725 123985 186 433 0 138289 0
[pid=28786/tid=28789] ppid=28784 vsize=554900 CPUtime=1422.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 121275 0 0 0 142141 67 0 0 20 0 2 0 367901673 568217600 123985 33554432000 4194304 5964478 140736615352880 140635231704888 4382019 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 554900

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.57 3/179 28801
/proc/meminfo: memFree=28001940/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=554900 CPUtime=1481.91 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 124343 0 0 0 148145 46 0 0 20 0 2 0 367901664 568217600 124016 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 138725 124016 186 433 0 138289 0
[pid=28786/tid=28789] ppid=28784 vsize=554900 CPUtime=1482.07 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 121306 0 0 0 148139 68 0 0 20 0 2 0 367901673 568217600 124016 33554432000 4194304 5964478 140736615352880 140635231704888 4381702 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 554900

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.60 3/179 28802
/proc/meminfo: memFree=27970940/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=554900 CPUtime=1541.9 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 132085 0 0 0 154141 49 0 0 20 0 2 0 367901664 568217600 131758 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 138725 131758 186 433 0 138289 0
[pid=28786/tid=28789] ppid=28784 vsize=554900 CPUtime=1542.07 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 129048 0 0 0 154134 73 0 0 20 0 2 0 367901673 568217600 131758 33554432000 4194304 5964478 140736615352880 140635231705128 4403343 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 554900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/179 28802
/proc/meminfo: memFree=27943436/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=554900 CPUtime=1601.89 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 132112 0 0 0 160140 49 0 0 20 0 2 0 367901664 568217600 131785 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 138725 131785 186 433 0 138289 0
[pid=28786/tid=28789] ppid=28784 vsize=554900 CPUtime=1602.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 129075 0 0 0 160134 74 0 0 20 0 2 0 367901673 568217600 131785 33554432000 4194304 5964478 140736615352880 140635231704888 4400091 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 554900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/180 28805
/proc/meminfo: memFree=27870204/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=620436 CPUtime=1661.88 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 140497 0 0 0 166137 51 0 0 20 0 2 0 367901664 635326464 140170 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 155109 140170 186 433 0 154673 0
[pid=28786/tid=28789] ppid=28784 vsize=620436 CPUtime=1662.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 137460 0 0 0 166131 77 0 0 20 0 2 0 367901673 635326464 140170 33554432000 4194304 5964478 140736615352880 140635231705080 4381702 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 620436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/179 28805
/proc/meminfo: memFree=27834256/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=620436 CPUtime=1721.87 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 149566 0 0 0 172131 56 0 0 20 0 2 0 367901664 635326464 149239 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 155109 149239 186 433 0 154673 0
[pid=28786/tid=28789] ppid=28784 vsize=620436 CPUtime=1722.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 146529 0 0 0 172125 83 0 0 20 0 2 0 367901673 635326464 149239 33554432000 4194304 5964478 140736615352880 140635231705080 4400115 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 620436

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27787136/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1781.86 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 161028 0 0 0 178126 60 0 0 20 0 2 0 367901664 702435328 160701 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 160701 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1782.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 157991 0 0 0 178120 88 0 0 20 0 2 0 367901673 702435328 160701 33554432000 4194304 5964478 140736615352880 140635231705080 4382271 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 685972

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27779572/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1791.47 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 162870 0 0 0 179086 61 0 0 20 0 2 0 367901664 702435328 162543 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 162543 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1791.69 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 159833 0 0 0 179080 89 0 0 20 0 2 0 367901673 702435328 162543 33554432000 4194304 5964478 140736615352880 140635231705080 4381692 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 685972

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27776844/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1794.67 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 163539 0 0 0 179406 61 0 0 20 0 2 0 367901664 702435328 163212 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 163212 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1794.89 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 160503 0 0 0 179400 89 0 0 20 0 2 0 367901673 702435328 163213 33554432000 4194304 5964478 140736615352880 140635231705080 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 685972

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27775480/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1797.86 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 164126 0 0 0 179724 62 0 0 20 0 2 0 367901664 702435328 163799 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 163799 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1798.08 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 161089 0 0 0 179719 89 0 0 20 0 2 0 367901673 702435328 163799 33554432000 4194304 5964478 140736615352880 140635231705080 4381720 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 685972

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27774612/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1798.66 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 164287 0 0 0 179804 62 0 0 20 0 2 0 367901664 702435328 163960 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 163960 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1798.88 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 161250 0 0 0 179799 89 0 0 20 0 2 0 367901673 702435328 163960 33554432000 4194304 5964478 140736615352880 140635231705080 4221078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 685972

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1799.07 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 164341 0 0 0 179845 62 0 0 20 0 2 0 367901664 702435328 164014 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 164014 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1799.29 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 161304 0 0 0 179840 89 0 0 20 0 2 0 367901673 702435328 164014 33554432000 4194304 5964478 140736615352880 140635231705080 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 685972

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1799.46 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 164447 0 0 0 179884 62 0 0 20 0 2 0 367901664 702435328 164120 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 164120 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1799.68 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 161410 0 0 0 179879 89 0 0 20 0 2 0 367901673 702435328 164120 33554432000 4194304 5964478 140736615352880 140635231705080 4400067 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 685972

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28786] ppid=28784 vsize=685972 CPUtime=1799.56 cores=1,3,5,7
/proc/28786/stat : 28786 (pwbo2.02) S 28784 28786 28742 0 -1 4202496 164481 0 0 0 179894 62 0 0 20 0 2 0 367901664 702435328 164154 33554432000 4194304 5964478 140736615352880 140736615352400 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28786/statm: 171493 164154 186 433 0 171057 0
[pid=28786/tid=28789] ppid=28784 vsize=685972 CPUtime=1799.78 cores=1,3,5,7
/proc/28786/task/28789/stat : 28789 (pwbo2.02) R 28784 28786 28742 0 -1 4202560 161444 0 0 0 179889 89 0 0 20 0 2 0 367901673 702435328 164154 33554432000 4194304 5964478 140736615352880 140635231705080 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 685972

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.92
CPU user time (s): 1799
CPU system time (s): 0.91886
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 685972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 0.91886
maximum resident set size= 656628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164484
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= 205
involuntary context switches= 4398

runsolver used 2.76958 second user time and 7.05493 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-06 23:22:42
IDJOB=3726702
IDBENCH=90187
IDSOLVER=2310
FILE ID=node127/3726702-1339017762
RUNJOBID= node127-1339017761-28759
PBS_JOBID= 14643288
Free space on /tmp= 70772 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K160.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726702-1339017762/watcher-3726702-1339017762 -o /tmp/evaluation-result-3726702-1339017762/solver-3726702-1339017762 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726702-1339017762.opb

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=948990014

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        29023984 kB
Buffers:          431816 kB
Cached:          2525664 kB
SwapCached:         1952 kB
Active:          1125932 kB
Inactive:        1847316 kB
Active(anon):       9612 kB
Inactive(anon):     8080 kB
Active(file):    1116320 kB
Inactive(file):  1839236 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103840 kB
Dirty:             13700 kB
Writeback:             4 kB
AnonPages:         21240 kB
Mapped:            11656 kB
Shmem:                92 kB
Slab:             737956 kB
SReclaimable:     182068 kB
SUnreclaim:       555888 kB
KernelStack:        1376 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     134948 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= 70768 MiB
End job on node127 at 2012-06-06 23:52:42