Trace number 3726711

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.52 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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-3726711-1339017762.opb.
0.00/0.00	c Instance file HOME/instance-3726711-1339017762.opb
0.00/0.00	c File size is 1490066 bytes.
0.09/0.11	c Highest Coefficient sum: 182
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.12         s                                      |
0.09/0.11	c |  Number Variables:      21539                                               |
0.09/0.11	c |  Number Clauses:        21722                                               |
0.09/0.11	c |  Number Cardinality:    181                                                 |
0.09/0.11	c |  Number PB Constraints: 0                                                   |
0.09/0.11	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726711-1339017762/watcher-3726711-1339017762 -o /tmp/evaluation-result-3726711-1339017762/solver-3726711-1339017762 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726711-1339017762.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 15768
/proc/meminfo: memFree=27298212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=5704 CPUtime=0 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) R 15766 15768 15738 0 -1 4202496 566 0 0 0 0 0 0 0 20 0 1 0 367901647 5840896 519 33554432000 4194304 5964478 140736800850416 140734665732600 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 1426 519 164 433 0 626 0

[startup+0.0363241 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 15768
/proc/meminfo: memFree=27298212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=10768 CPUtime=0.03 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) R 15766 15768 15738 0 -1 4202496 1751 0 0 0 3 0 0 0 20 0 1 0 367901647 11026432 1671 33554432000 4194304 5964478 140736800850416 140736800848520 4344275 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 2692 1672 253 433 0 1892 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10768

[startup+0.100239 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 15768
/proc/meminfo: memFree=27298212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=13512 CPUtime=0.09 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) R 15766 15768 15738 0 -1 4202496 2622 0 0 0 9 0 0 0 20 0 1 0 367901647 13836288 2542 33554432000 4194304 5964478 140736800850416 140736800848520 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 3378 2542 470 433 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13512

[startup+0.300231 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 15768
/proc/meminfo: memFree=27298212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=0.29 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 6665 0 0 0 28 1 0 0 20 0 2 0 367901647 97644544 5662 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 5662 186 433 0 23403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95356

[startup+0.700133 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 15768
/proc/meminfo: memFree=27298212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=0.69 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 6929 0 0 0 68 1 0 0 20 0 2 0 367901647 97644544 5926 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 5926 186 433 0 23403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95356

[startup+1.50023 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 15785
/proc/meminfo: memFree=27244528/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=1.49 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 7656 0 0 0 148 1 0 0 20 0 2 0 367901647 97644544 6653 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 6653 186 433 0 23403 0
[pid=15768/tid=15770] ppid=15766 vsize=95356 CPUtime=1.36 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 4319 0 0 0 136 0 0 0 20 0 2 0 367901658 97644544 6653 33554432000 4194304 5964478 140736800850416 140295586400248 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95356

[startup+3.10024 s]
/proc/loadavg: 0.08 0.02 0.01 3/179 15785
/proc/meminfo: memFree=27237700/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=3.08 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 8952 0 0 0 307 1 0 0 20 0 2 0 367901647 97644544 7949 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 7949 186 433 0 23403 0
[pid=15768/tid=15770] ppid=15766 vsize=95356 CPUtime=2.96 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 5615 0 0 0 295 1 0 0 20 0 2 0 367901658 97644544 7949 33554432000 4194304 5964478 140736800850416 140295586400248 4373373 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95356

[startup+6.30022 s]
/proc/loadavg: 0.23 0.05 0.02 3/178 15785
/proc/meminfo: memFree=27217128/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=6.29 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 11372 0 0 0 627 2 0 0 20 0 2 0 367901647 97644544 10369 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 10369 186 433 0 23403 0
[pid=15768/tid=15770] ppid=15766 vsize=95356 CPUtime=6.15 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 8036 0 0 0 613 2 0 0 20 0 2 0 367901658 97644544 10370 33554432000 4194304 5964478 140736800850416 140295586400248 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95356

[startup+12.7003 s]
/proc/loadavg: 0.37 0.08 0.03 3/179 15786
/proc/meminfo: memFree=27201264/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=12.69 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 13087 0 0 0 1266 3 0 0 20 0 2 0 367901647 97644544 12084 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 12084 186 433 0 23403 0
[pid=15768/tid=15770] ppid=15766 vsize=95356 CPUtime=12.53 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 9750 0 0 0 1250 3 0 0 20 0 2 0 367901658 97644544 12084 33554432000 4194304 5964478 140736800850416 140295586400056 4382021 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95356

[startup+25.5003 s]
/proc/loadavg: 0.73 0.18 0.06 3/179 15786
/proc/meminfo: memFree=27178044/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=95356 CPUtime=25.49 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 15896 0 0 0 2545 4 0 0 20 0 2 0 367901647 97644544 15124 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 23839 15124 186 433 0 23403 0
[pid=15768/tid=15770] ppid=15766 vsize=95356 CPUtime=25.3 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 12559 0 0 0 2527 3 0 0 20 0 2 0 367901658 97644544 15124 33554432000 4194304 5964478 140736800850416 140295586400056 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95356

[startup+51.1003 s]
/proc/loadavg: 1.16 0.32 0.11 3/179 15786
/proc/meminfo: memFree=27096796/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=160892 CPUtime=51.06 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 25357 0 0 0 5099 7 0 0 20 0 2 0 367901647 164753408 24576 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 40223 24576 186 433 0 39787 0
[pid=15768/tid=15770] ppid=15766 vsize=160892 CPUtime=50.81 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 22020 0 0 0 5074 7 0 0 20 0 2 0 367901658 164753408 24576 33554432000 4194304 5964478 140736800850416 140295586400056 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 160892

[startup+102.307 s]
/proc/loadavg: 1.64 0.58 0.20 3/179 15786
/proc/meminfo: memFree=27036600/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=160892 CPUtime=102.25 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 35357 0 0 0 10214 11 0 0 20 0 2 0 367901647 164753408 35073 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 40223 35073 186 433 0 39787 0
[pid=15768/tid=15770] ppid=15766 vsize=160892 CPUtime=101.88 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 32020 0 0 0 10177 11 0 0 20 0 2 0 367901658 164753408 35073 33554432000 4194304 5964478 140736800850416 140295586400248 4400059 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 160892

[startup+162.3 s]
/proc/loadavg: 1.86 0.83 0.31 3/179 15786
/proc/meminfo: memFree=26940376/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=227512 CPUtime=162.24 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 45194 0 0 0 16210 14 0 0 20 0 2 0 367901647 232972288 44910 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 56878 44910 186 433 0 56442 0
[pid=15768/tid=15770] ppid=15766 vsize=227512 CPUtime=161.72 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 41857 0 0 0 16157 15 0 0 20 0 2 0 367901658 232972288 44910 33554432000 4194304 5964478 140736800850416 140295586400248 4381576 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227512

[startup+222.3 s]
/proc/loadavg: 2.02 1.06 0.42 3/179 15786
/proc/meminfo: memFree=26812448/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=293048 CPUtime=222.19 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 60636 0 0 0 22200 19 0 0 20 0 2 0 367901647 300081152 60322 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 73262 60322 186 433 0 72826 0
[pid=15768/tid=15770] ppid=15766 vsize=293048 CPUtime=221.54 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 57299 0 0 0 22132 22 0 0 20 0 2 0 367901658 300081152 60322 33554432000 4194304 5964478 140736800850416 140295586400248 4382029 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 293048

[startup+282.3 s]
/proc/loadavg: 2.13 1.26 0.53 3/180 15787
/proc/meminfo: memFree=26796824/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=293048 CPUtime=282.17 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 60660 0 0 0 28198 19 0 0 20 0 2 0 367901647 300081152 60336 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 73262 60336 186 433 0 72826 0
[pid=15768/tid=15770] ppid=15766 vsize=293048 CPUtime=281.37 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 57323 0 0 0 28114 23 0 0 20 0 2 0 367901658 300081152 60336 33554432000 4194304 5964478 140736800850416 140295586400248 4222314 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 293048

[startup+342.3 s]
/proc/loadavg: 2.09 1.41 0.62 3/179 15788
/proc/meminfo: memFree=26728784/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=293588 CPUtime=342.15 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 69408 0 0 0 34194 21 0 0 20 0 2 0 367901647 300634112 69084 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 73397 69084 186 433 0 72961 0
[pid=15768/tid=15770] ppid=15766 vsize=293588 CPUtime=341.22 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 66071 0 0 0 34096 26 0 0 20 0 2 0 367901658 300634112 69084 33554432000 4194304 5964478 140736800850416 140295586400248 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 293588

[startup+402.3 s]
/proc/loadavg: 2.03 1.51 0.71 3/179 15788
/proc/meminfo: memFree=26728660/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=293588 CPUtime=402.14 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 69410 0 0 0 40193 21 0 0 20 0 2 0 367901647 300634112 69086 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 73397 69086 186 433 0 72961 0
[pid=15768/tid=15770] ppid=15766 vsize=293588 CPUtime=401.07 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 66073 0 0 0 40080 27 0 0 20 0 2 0 367901658 300634112 69086 33554432000 4194304 5964478 140736800850416 140295586400248 4382257 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 293588

[startup+462.3 s]
/proc/loadavg: 2.01 1.60 0.78 3/180 15791
/proc/meminfo: memFree=26700592/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=359124 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 15797
/proc/meminfo: memFree=25921212/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=687612 CPUtime=1421.9 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 166903 0 0 0 142137 53 0 0 20 0 2 0 367901647 704114688 166687 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 171903 166687 186 433 0 171467 0
[pid=15768/tid=15770] ppid=15766 vsize=687612 CPUtime=1418.37 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 163566 0 0 0 141763 74 0 0 20 0 2 0 367901658 704114688 166687 33554432000 4194304 5964478 140736800850416 140295586400248 4381664 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 687612

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 15797
/proc/meminfo: memFree=25833168/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1481.89 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 180737 0 0 0 148131 58 0 0 20 0 2 0 367901647 771223552 180521 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 180521 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1478.21 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 177400 0 0 0 147741 80 0 0 20 0 2 0 367901658 771223552 180521 33554432000 4194304 5964478 140736800850416 140295586400248 4392773 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 753148

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 15798
/proc/meminfo: memFree=25794568/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1541.88 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182872 0 0 0 154129 59 0 0 20 0 2 0 367901647 771223552 182656 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182656 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1538.06 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179535 0 0 0 153724 82 0 0 20 0 2 0 367901658 771223552 182656 33554432000 4194304 5964478 140736800850416 140295586400056 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 753148

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 15798
/proc/meminfo: memFree=25763692/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1601.87 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182876 0 0 0 160128 59 0 0 20 0 2 0 367901647 771223552 182660 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182660 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1597.9 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179539 0 0 0 159707 83 0 0 20 0 2 0 367901658 771223552 182660 33554432000 4194304 5964478 140736800850416 140295586400056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 753148

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/180 15801
/proc/meminfo: memFree=25746196/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1661.86 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182885 0 0 0 166127 59 0 0 20 0 2 0 367901647 771223552 182669 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182669 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1657.75 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179548 0 0 0 165691 84 0 0 20 0 2 0 367901658 771223552 182669 33554432000 4194304 5964478 140736800850416 140295586400056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 753148

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 15801
/proc/meminfo: memFree=25728596/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1721.85 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182906 0 0 0 172126 59 0 0 20 0 2 0 367901647 771223552 182690 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182690 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1717.6 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179569 0 0 0 171675 85 0 0 20 0 2 0 367901658 771223552 182690 33554432000 4194304 5964478 140736800850416 140295586400056 4381702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 753148

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 15801
/proc/meminfo: memFree=25712752/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1781.83 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182970 0 0 0 178124 59 0 0 20 0 2 0 367901647 771223552 182793 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182793 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1777.43 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179633 0 0 0 177657 86 0 0 20 0 2 0 367901658 771223552 182793 33554432000 4194304 5964478 140736800850416 140295586400056 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 753148

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25708768/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1791.43 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182978 0 0 0 179084 59 0 0 20 0 2 0 367901647 771223552 182817 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182817 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1787.01 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179641 0 0 0 178615 86 0 0 20 0 2 0 367901658 771223552 182817 33554432000 4194304 5964478 140736800850416 140295586400056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 753148

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25707776/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1794.63 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182980 0 0 0 179404 59 0 0 20 0 2 0 367901647 771223552 182819 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182819 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1790.2 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179643 0 0 0 178934 86 0 0 20 0 2 0 367901658 771223552 182819 33554432000 4194304 5964478 140736800850416 140295586400056 4381702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 753148

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25706660/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1797.82 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182981 0 0 0 179723 59 0 0 20 0 2 0 367901647 771223552 182820 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182820 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1793.39 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179644 0 0 0 179253 86 0 0 20 0 2 0 367901658 771223552 182820 33554432000 4194304 5964478 140736800850416 140295586400056 4382257 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 753148

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25706412/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1798.62 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182982 0 0 0 179803 59 0 0 20 0 2 0 367901647 771223552 182821 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182821 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1794.18 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179645 0 0 0 179332 86 0 0 20 0 2 0 367901658 771223552 182821 33554432000 4194304 5964478 140736800850416 140295586400056 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 753148

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25706040/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1799.03 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182982 0 0 0 179844 59 0 0 20 0 2 0 367901647 771223552 182821 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182821 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1794.59 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179645 0 0 0 179373 86 0 0 20 0 2 0 367901658 771223552 182821 33554432000 4194304 5964478 140736800850416 140295586400056 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 753148

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25706040/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1799.42 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182982 0 0 0 179883 59 0 0 20 0 2 0 367901647 771223552 182821 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182821 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1794.98 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179645 0 0 0 179412 86 0 0 20 0 2 0 367901658 771223552 182821 33554432000 4194304 5964478 140736800850416 140295586400056 4220944 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 753148

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 15801
/proc/meminfo: memFree=25706040/32873648 swapFree=7116/7116
[pid=15768] ppid=15766 vsize=753148 CPUtime=1799.52 cores=0,2,4,6
/proc/15768/stat : 15768 (pwbo2.02) S 15766 15768 15738 0 -1 4202496 182982 0 0 0 179893 59 0 0 20 0 2 0 367901647 771223552 182821 33554432000 4194304 5964478 140736800850416 140736800849936 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15768/statm: 188287 182821 186 433 0 187851 0
[pid=15768/tid=15770] ppid=15766 vsize=753148 CPUtime=1795.08 cores=0,2,4,6
/proc/15768/task/15770/stat : 15770 (pwbo2.02) R 15766 15768 15738 0 -1 4202560 179645 0 0 0 179422 86 0 0 20 0 2 0 367901658 771223552 182821 33554432000 4194304 5964478 140736800850416 140295586400056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 753148

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15768 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=351217
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=881865
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.52
CPU user time (s): 1798.93
CPU system time (s): 0.59
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 753148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 0.881865
maximum resident set size= 731296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182985
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= 263
involuntary context switches= 1843

runsolver used 3.2975 second user time and 7.63184 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-06 23:22:42
IDJOB=3726711
IDBENCH=90184
IDSOLVER=2310
FILE ID=node123/3726711-1339017762
RUNJOBID= node123-1339017761-15754
PBS_JOBID= 14643292
Free space on /tmp= 71276 MiB

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

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=948990014

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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:        27299112 kB
Buffers:         1771784 kB
Cached:          2903208 kB
SwapCached:         2512 kB
Active:          1998396 kB
Inactive:        2685988 kB
Active(anon):       2160 kB
Inactive(anon):     7732 kB
Active(file):    1996236 kB
Inactive(file):  2678256 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              7104 kB
Writeback:             0 kB
AnonPages:         12444 kB
Mapped:             9460 kB
Shmem:                 0 kB
Slab:             753800 kB
SReclaimable:     198008 kB
SUnreclaim:       555792 kB
KernelStack:        1392 kB
PageTables:         3764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71264 MiB
End job on node123 at 2012-06-06 23:52:42