Trace number 3726367

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.15 902.052

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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-3726367-1338660140.opb.
0.00/0.00	c Instance file HOME/instance-3726367-1338660140.opb
0.00/0.00	c File size is 28233204 bytes.
3.33/3.36	c Cost Offset: -189008
3.33/3.36	c Highest Coefficient sum: 67331
3.33/3.36	c ============================[ Problem Statistics ]=============================
3.33/3.36	c |                                                                             |
3.33/3.36	c |  Parsing time:          3.36         s                                      |
3.33/3.36	c |  Number Variables:      400896                                              |
3.33/3.36	c |  Number Clauses:        400785                                              |
3.33/3.36	c |  Number Cardinality:    1977                                                |
3.33/3.36	c |  Number PB Constraints: 1                                                   |
3.33/3.36	c |                                                                             |
3.91/3.70	c |  Problem Type:          Optimization                                        |
3.91/3.70	c |  Objective Function:    PB Constraint                                       |
3.91/3.70	c |                                                                             |
3.91/3.70	c ===============================================================================
1800.15/902.01	c ===============================================================================
1800.15/902.01	c Wall Clock Time: 902.02 s
1800.15/902.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726367-1338660140/watcher-3726367-1338660140 -o /tmp/evaluation-result-3726367-1338660140/solver-3726367-1338660140 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726367-1338660140.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: 3.92 4.01 3.99 4/178 29872
/proc/meminfo: memFree=25995848/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=32692 CPUtime=0 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 623 0 0 0 0 0 0 0 20 0 1 0 332138488 33476608 576 33554432000 4194304 5964478 140735198349072 140736639591304 4395266 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 8173 576 168 433 0 844 0

[startup+0.0494151 s]
/proc/loadavg: 3.92 4.01 3.99 4/178 29872
/proc/meminfo: memFree=25995848/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=41620 CPUtime=0.04 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 2818 0 0 0 4 0 0 0 20 0 1 0 332138488 42618880 2705 33554432000 4194304 5964478 140735198349072 140736639591304 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 10405 2705 281 433 0 3076 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41620

[startup+0.100279 s]
/proc/loadavg: 3.92 4.01 3.99 4/178 29872
/proc/meminfo: memFree=25995848/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=48044 CPUtime=0.09 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 4548 0 0 0 9 0 0 0 20 0 1 0 332138488 49197056 4386 33554432000 4194304 5964478 140735198349072 140736639591304 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 12011 4388 417 433 0 4682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48044

[startup+0.300222 s]
/proc/loadavg: 3.92 4.01 3.99 4/178 29872
/proc/meminfo: memFree=25995848/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=68908 CPUtime=0.29 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 10417 0 0 0 28 1 0 0 20 0 1 0 332138488 70561792 9988 33554432000 4194304 5964478 140735198349072 140736639591304 5156232 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 17227 9989 939 433 0 9898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68908

[startup+0.700232 s]
/proc/loadavg: 3.92 4.01 3.99 4/178 29872
/proc/meminfo: memFree=25995848/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=114044 CPUtime=0.69 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 21975 0 0 0 66 3 0 0 20 0 1 0 332138488 116781056 21016 33554432000 4194304 5964478 140735198349072 140735198347448 5161971 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 28511 21017 1899 433 0 21182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114044

[startup+1.50023 s]
/proc/loadavg: 3.92 4.01 3.99 4/179 29873
/proc/meminfo: memFree=25873448/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=208296 CPUtime=1.49 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 44790 0 0 0 142 7 0 0 20 0 1 0 332138488 213295104 44304 33554432000 4194304 5964478 140735198349072 140735198347704 5159880 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 52107 44304 3635 433 0 44778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208296

[startup+3.10022 s]
/proc/loadavg: 3.92 4.01 3.99 4/179 29873
/proc/meminfo: memFree=25769028/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=328560 CPUtime=3.09 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) R 29870 29872 25747 0 -1 4202496 74260 0 0 0 296 13 0 0 20 0 1 0 332138488 336445440 75758 33554432000 4194304 5964478 140735198349072 140735198347480 4344794 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 82140 75758 6601 433 0 74811 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328560

[startup+6.30031 s]
/proc/loadavg: 3.93 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25236552/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=885556 CPUtime=9.05 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 164210 0 0 0 865 40 0 0 20 0 3 0 332138488 906809344 186235 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 221389 186235 196 433 0 220953 0
[pid=29872/tid=29874] ppid=29870 vsize=885556 CPUtime=2.89 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 63329 0 0 0 271 18 0 0 20 0 3 0 332138825 906809344 186235 33554432000 4194304 5964478 140735198349072 140064770451752 5133767 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=885556 CPUtime=2.83 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 22465 0 0 0 274 9 0 0 20 0 3 0 332138825 906809344 186235 33554432000 4194304 5964478 140735198349072 140064759961848 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 885556

[startup+12.7003 s]
/proc/loadavg: 3.93 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25218832/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=885556 CPUtime=21.85 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 168173 0 0 0 2144 41 0 0 20 0 3 0 332138488 906809344 189822 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 221389 189822 197 433 0 220953 0
[pid=29872/tid=29874] ppid=29870 vsize=885556 CPUtime=9.27 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 67148 0 0 0 908 19 0 0 20 0 3 0 332138825 906809344 189822 33554432000 4194304 5964478 140735198349072 140064770451992 5133745 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=885556 CPUtime=9.22 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 22609 0 0 0 913 9 0 0 20 0 3 0 332138825 906809344 189822 33554432000 4194304 5964478 140735198349072 140064759961912 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 885556

[startup+25.5005 s]
/proc/loadavg: 3.95 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25165144/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=47.45 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 169925 0 0 0 4702 43 0 0 20 0 3 0 332138488 973918208 193509 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 193509 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=22.04 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 68800 0 0 0 2184 20 0 0 20 0 3 0 332138825 973918208 193509 33554432000 4194304 5964478 140735198349072 140064770452296 5179166 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=21.99 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 22709 0 0 0 2190 9 0 0 20 0 3 0 332138825 973918208 193509 33554432000 4194304 5964478 140735198349072 140064759961912 4381974 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.45
Current children cumulated vsize (KiB) 951092

[startup+51.1005 s]
/proc/loadavg: 3.96 4.01 3.99 5/181 29875
/proc/meminfo: memFree=25092124/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=98.64 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 175798 0 0 0 9818 46 0 0 20 0 3 0 332138488 973918208 201840 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 201840 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=47.57 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 74399 0 0 0 4734 23 0 0 20 0 3 0 332138825 973918208 201840 33554432000 4194304 5964478 140735198349072 140064770451992 4392745 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=47.51 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 22983 0 0 0 4742 9 0 0 20 0 3 0 332138825 973918208 201840 33554432000 4194304 5964478 140735198349072 140064759961912 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.64
Current children cumulated vsize (KiB) 951092

[startup+102.3 s]
/proc/loadavg: 3.98 4.00 3.99 5/181 29875
/proc/meminfo: memFree=25112344/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=201.03 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 176972 0 0 0 20056 47 0 0 20 0 3 0 332138488 973918208 203014 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 203014 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=98.65 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 74399 0 0 0 9841 24 0 0 20 0 3 0 332138825 973918208 203014 33554432000 4194304 5964478 140735198349072 140064770451992 4389160 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=98.58 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 24157 0 0 0 9847 11 0 0 20 0 3 0 332138825 973918208 203014 33554432000 4194304 5964478 140735198349072 140064759961912 4389132 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.03
Current children cumulated vsize (KiB) 951092

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/181 29876
/proc/meminfo: memFree=25099640/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=321 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 177903 0 0 0 32052 48 0 0 20 0 3 0 332138488 973918208 203945 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 203945 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=158.49 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 74399 0 0 0 15824 25 0 0 20 0 3 0 332138825 973918208 203945 33554432000 4194304 5964478 140735198349072 140064770451992 4389147 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=158.42 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 25088 0 0 0 15829 13 0 0 20 0 3 0 332138825 973918208 203945 33554432000 4194304 5964478 140735198349072 140064759961912 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 321
Current children cumulated vsize (KiB) 951092

[startup+222.307 s]
/proc/loadavg: 4.04 4.01 4.00 5/181 29876
/proc/meminfo: memFree=25092908/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=440.99 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 178696 0 0 0 44049 50 0 0 20 0 3 0 332138488 973918208 204738 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 204738 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=218.34 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 74400 0 0 0 21808 26 0 0 20 0 3 0 332138825 973918208 204738 33554432000 4194304 5964478 140735198349072 140064770451992 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=218.28 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 25880 0 0 0 21812 16 0 0 20 0 3 0 332138825 973918208 204738 33554432000 4194304 5964478 140735198349072 140064759961912 4389170 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 440.99
Current children cumulated vsize (KiB) 951092

[startup+282.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/181 29876
/proc/meminfo: memFree=25080632/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=951092 CPUtime=560.96 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 181281 0 0 0 56043 53 0 0 20 0 3 0 332138488 973918208 207322 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 237773 207322 197 433 0 237337 0
[pid=29872/tid=29874] ppid=29870 vsize=951092 CPUtime=278.18 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 76187 0 0 0 27790 28 0 0 20 0 3 0 332138825 973918208 207322 33554432000 4194304 5964478 140735198349072 140064770451256 4403540 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=951092 CPUtime=278.12 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 26678 0 0 0 27794 18 0 0 20 0 3 0 332138825 973918208 207322 33554432000 4194304 5964478 140735198349072 140064759961912 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 560.96
Current children cumulated vsize (KiB) 951092

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29876
/proc/meminfo: memFree=25046412/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1016628 CPUtime=680.94 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 188911 0 0 0 68035 59 0 0 20 0 3 0 332138488 1041027072 214951 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 254157 214951 197 433 0 253721 0
[pid=29872/tid=29874] ppid=29870 vsize=1016628 CPUtime=338.03 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 83081 0 0 0 33768 35 0 0 20 0 3 0 332138825 1041027072 214951 33554432000 4194304 5964478 140735198349072 140064770451448 4399975 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1016628 CPUtime=337.96 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 27414 0 0 0 33776 20 0 0 20 0 3 0 332138825 1041027072 214951 33554432000 4194304 5964478 140735198349072 140064759961912 4389160 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 680.94
Current children cumulated vsize (KiB) 1016628

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29876
/proc/meminfo: memFree=25014140/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1016628 CPUtime=800.92 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 195899 0 0 0 80028 64 0 0 20 0 3 0 332138488 1041027072 221935 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 254157 221935 197 433 0 253721 0
[pid=29872/tid=29874] ppid=29870 vsize=1016628 CPUtime=397.87 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 89467 0 0 0 39747 40 0 0 20 0 3 0 332138825 1041027072 221935 33554432000 4194304 5964478 140735198349072 140064770451256 4373038 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1016628 CPUtime=397.81 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 28016 0 0 0 39759 22 0 0 20 0 3 0 332138825 1041027072 221935 33554432000 4194304 5964478 140735198349072 140064759961912 4389110 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 800.92
Current children cumulated vsize (KiB) 1016628

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 29880
/proc/meminfo: memFree=24986260/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1016628 CPUtime=920.91 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 201779 0 0 0 92021 70 0 0 20 0 3 0 332138488 1041027072 227813 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 254157 227813 197 433 0 253721 0
[pid=29872/tid=29874] ppid=29870 vsize=1016628 CPUtime=457.72 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 94027 0 0 0 45729 43 0 0 20 0 3 0 332138825 1041027072 227813 33554432000 4194304 5964478 140735198349072 140064770451256 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1016628 CPUtime=457.65 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 29336 0 0 0 45741 24 0 0 20 0 3 0 332138825 1041027072 227813 33554432000 4194304 5964478 140735198349072 140064759961912 4403710 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 920.91
Current children cumulated vsize (KiB) 1016628

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24840980/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1213236 CPUtime=1040.89 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 223554 0 0 0 104012 77 0 0 20 0 3 0 332138488 1242353664 262232 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 303309 262232 197 433 0 302873 0
[pid=29872/tid=29874] ppid=29870 vsize=1213236 CPUtime=517.57 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 114741 0 0 0 51707 50 0 0 20 0 3 0 332138825 1242353664 262232 33554432000 4194304 5964478 140735198349072 140064770451992 4388838 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1213236 CPUtime=517.5 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 30397 0 0 0 51723 27 0 0 20 0 3 0 332138825 1242353664 262232 33554432000 4194304 5964478 140735198349072 140064759961912 4389100 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1040.89
Current children cumulated vsize (KiB) 1213236

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24824168/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1213236 CPUtime=1160.86 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 224371 0 0 0 116008 78 0 0 20 0 3 0 332138488 1242353664 263042 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 303309 263042 197 433 0 302873 0
[pid=29872/tid=29874] ppid=29870 vsize=1213236 CPUtime=577.41 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 114850 0 0 0 57690 51 0 0 20 0 3 0 332138825 1242353664 263042 33554432000 4194304 5964478 140735198349072 140064770451992 4429944 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1213236 CPUtime=577.33 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 31105 0 0 0 57704 29 0 0 20 0 3 0 332138825 1242353664 263042 33554432000 4194304 5964478 140735198349072 140064759961912 4381974 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1160.86
Current children cumulated vsize (KiB) 1213236

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24699416/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1213236 CPUtime=1280.84 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 226541 0 0 0 128003 81 0 0 20 0 3 0 332138488 1242353664 265132 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 303309 265132 197 433 0 302873 0
[pid=29872/tid=29874] ppid=29870 vsize=1213236 CPUtime=637.26 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 115690 0 0 0 63673 53 0 0 20 0 3 0 332138825 1242353664 265132 33554432000 4194304 5964478 140735198349072 140064770452296 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1213236 CPUtime=637.18 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 32435 0 0 0 63686 32 0 0 20 0 3 0 332138825 1242353664 265132 33554432000 4194304 5964478 140735198349072 140064759961912 4392882 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1280.84
Current children cumulated vsize (KiB) 1213236

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29880
/proc/meminfo: memFree=24645408/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1213236 CPUtime=1400.82 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 232955 0 0 0 139995 87 0 0 20 0 3 0 332138488 1242353664 277159 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 303309 277159 197 433 0 302873 0
[pid=29872/tid=29874] ppid=29870 vsize=1213236 CPUtime=697.1 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 120087 0 0 0 69654 56 0 0 20 0 3 0 332138825 1242353664 277159 33554432000 4194304 5964478 140735198349072 140064770452296 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1213236 CPUtime=697.02 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 34452 0 0 0 69666 36 0 0 20 0 3 0 332138825 1242353664 277159 33554432000 4194304 5964478 140735198349072 140064759961912 4391512 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1400.82
Current children cumulated vsize (KiB) 1213236

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24626328/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1213236 CPUtime=1520.81 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 235567 0 0 0 151991 90 0 0 20 0 3 0 332138488 1242353664 283059 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 303309 283059 197 433 0 302873 0
[pid=29872/tid=29874] ppid=29870 vsize=1213236 CPUtime=756.94 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 120561 0 0 0 75636 58 0 0 20 0 3 0 332138825 1242353664 283059 33554432000 4194304 5964478 140735198349072 140064770451864 4392863 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1213236 CPUtime=756.87 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 36590 0 0 0 75647 40 0 0 20 0 3 0 332138825 1242353664 283059 33554432000 4194304 5964478 140735198349072 140064759961912 4403376 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1520.81
Current children cumulated vsize (KiB) 1213236

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 29881
/proc/meminfo: memFree=24618704/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1278772 CPUtime=1640.76 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 236562 0 0 0 163985 91 0 0 20 0 3 0 332138488 1309462528 283843 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 319693 283843 197 433 0 319257 0
[pid=29872/tid=29874] ppid=29870 vsize=1278772 CPUtime=816.77 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 120740 0 0 0 81618 59 0 0 20 0 3 0 332138825 1309462528 283843 33554432000 4194304 5964478 140735198349072 140064770451864 4389085 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1278772 CPUtime=816.71 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 37406 0 0 0 81629 42 0 0 20 0 3 0 332138825 1309462528 283843 33554432000 4194304 5964478 140735198349072 140064759961912 4389188 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1640.76
Current children cumulated vsize (KiB) 1278772

[startup+882.306 s]
/proc/loadavg: 3.43 3.87 3.96 3/173 29906
/proc/meminfo: memFree=25628496/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1295300 CPUtime=1760.75 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 238453 0 0 0 175981 94 0 0 20 0 3 0 332138488 1326387200 291329 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 323825 291329 197 433 0 323389 0
[pid=29872/tid=29874] ppid=29870 vsize=1295300 CPUtime=876.6 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 121692 0 0 0 87599 61 0 0 20 0 3 0 332138825 1326387200 291329 33554432000 4194304 5964478 140735198349072 140064770451784 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1295300 CPUtime=876.56 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 38345 0 0 0 87611 45 0 0 20 0 3 0 332138825 1326387200 291329 33554432000 4194304 5964478 140735198349072 140064759961912 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1760.75
Current children cumulated vsize (KiB) 1295300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 3.02 3.75 3.91 3/173 29906
/proc/meminfo: memFree=25600752/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1360836 CPUtime=1800.15 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 239257 0 0 0 179921 94 0 0 20 0 3 0 332138488 1393496064 298263 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 340209 298263 197 433 0 339773 0
[pid=29872/tid=29874] ppid=29870 vsize=1360836 CPUtime=896.26 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 122409 0 0 0 89565 61 0 0 20 0 3 0 332138825 1393496064 298263 33554432000 4194304 5964478 140735198349072 140064770451800 4387939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1360836 CPUtime=896.22 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 38432 0 0 0 89577 45 0 0 20 0 3 0 332138825 1393496064 298263 33554432000 4194304 5964478 140735198349072 140064759961912 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1360836

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+902 s]
/proc/loadavg: 3.02 3.75 3.91 3/173 29906
/proc/meminfo: memFree=25600752/32873844 swapFree=7628/7628
[pid=29872] ppid=29870 vsize=1360836 CPUtime=1800.15 cores=0,2,4,6
/proc/29872/stat : 29872 (pwbo2.02) S 29870 29872 25747 0 -1 4202496 239257 0 0 0 179921 94 0 0 20 0 3 0 332138488 1393496064 298263 33554432000 4194304 5964478 140735198349072 140735198348592 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29872/statm: 340209 298263 197 433 0 339773 0
[pid=29872/tid=29874] ppid=29870 vsize=1360836 CPUtime=896.26 cores=0,2,4,6
/proc/29872/task/29874/stat : 29874 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 122409 0 0 0 89565 61 0 0 20 0 3 0 332138825 1393496064 298263 33554432000 4194304 5964478 140735198349072 140064770451800 4387939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29872/tid=29875] ppid=29870 vsize=1360836 CPUtime=896.22 cores=0,2,4,6
/proc/29872/task/29875/stat : 29875 (pwbo2.02) R 29870 29872 25747 0 -1 4202560 38432 0 0 0 89577 45 0 0 20 0 3 0 332138825 1393496064 298263 33554432000 4194304 5964478 140735198349072 140064759961912 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1360836

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29872 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=664169
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=247810
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.052
CPU time (s): 1800.15
CPU user time (s): 1799.21
CPU system time (s): 0.94
CPU usage (%): 199.562
Max. virtual memory (cumulated for all children) (KiB): 1360836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.24781
maximum resident set size= 1193060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239259
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= 6830
involuntary context switches= 2150

runsolver used 1.89071 second user time and 5.09523 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-02 20:02:21
IDJOB=3726367
IDBENCH=90903
IDSOLVER=2309
FILE ID=node145/3726367-1338660140
RUNJOBID= node145-1338651838-27485
PBS_JOBID= 14636435
Free space on /tmp= 70868 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726367-1338660140/watcher-3726367-1338660140 -o /tmp/evaluation-result-3726367-1338660140/solver-3726367-1338660140 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726367-1338660140.opb

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=20354258

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25996492 kB
Buffers:          426508 kB
Cached:          4820384 kB
SwapCached:            0 kB
Active:          2420900 kB
Inactive:        3601248 kB
Active(anon):     766456 kB
Inactive(anon):    10928 kB
Active(file):    1654444 kB
Inactive(file):  3590320 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33000 kB
Writeback:             0 kB
AnonPages:        782376 kB
Mapped:            14860 kB
Shmem:               200 kB
Slab:             715840 kB
SReclaimable:     157448 kB
SUnreclaim:       558392 kB
KernelStack:        1480 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     506048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70892 MiB
End job on node145 at 2012-06-02 20:17:25