Trace number 3726388

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.41 901.956

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
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 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
Number of bits of the biggest sum of numbers19
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-3726388-1338667500.opb.
0.00/0.00	c Instance file HOME/instance-3726388-1338667500.opb
0.00/0.00	c File size is 28226240 bytes.
3.09/3.15	c Cost Offset: -442322
3.09/3.15	c Highest Coefficient sum: 64490
3.09/3.15	c ============================[ Problem Statistics ]=============================
3.09/3.15	c |                                                                             |
3.09/3.15	c |  Parsing time:          3.15         s                                      |
3.09/3.15	c |  Number Variables:      400896                                              |
3.09/3.15	c |  Number Clauses:        400785                                              |
3.09/3.15	c |  Number Cardinality:    1977                                                |
3.09/3.15	c |  Number PB Constraints: 1                                                   |
3.09/3.15	c |                                                                             |
3.61/3.48	c |  Problem Type:          Optimization                                        |
3.61/3.48	c |  Objective Function:    PB Constraint                                       |
3.61/3.48	c |                                                                             |
3.61/3.48	c ===============================================================================
1800.09/901.91	c ===============================================================================
1800.09/901.91	c Wall Clock Time: 901.92 s
1800.09/901.91	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-3726388-1338667500/watcher-3726388-1338667500 -o /tmp/evaluation-result-3726388-1338667500/solver-3726388-1338667500 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726388-1338667500.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: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=32996 CPUtime=0 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 675 0 0 0 0 0 0 0 20 0 1 0 332875982 33787904 628 33554432000 4194304 5964478 140735086783328 140733373304984 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 8249 628 169 433 0 921 0

[startup+0.0734051 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=45504 CPUtime=0.06 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 3865 0 0 0 6 0 0 0 20 0 1 0 332875982 46596096 3736 33554432000 4194304 5964478 140735086783328 140733373304984 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 11376 3737 355 433 0 4048 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45504

[startup+0.100313 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=50728 CPUtime=0.09 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 4755 0 0 0 9 0 0 0 20 0 1 0 332875982 51945472 4626 33554432000 4194304 5964478 140735086783328 140733373304984 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 12682 4627 435 433 0 5354 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50728

[startup+0.30027 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=69996 CPUtime=0.29 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 10670 0 0 0 28 1 0 0 20 0 1 0 332875982 71675904 10274 33554432000 4194304 5964478 140735086783328 140733373304984 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 17499 10275 980 433 0 10171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69996

[startup+0.70026 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=116460 CPUtime=0.69 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 23169 0 0 0 65 4 0 0 20 0 1 0 332875982 119255040 22243 33554432000 4194304 5964478 140735086783328 140733373304984 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 29115 22243 2007 433 0 21787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116460

[startup+1.50027 s]
/proc/loadavg: 1.95 2.03 1.99 4/174 17561
/proc/meminfo: memFree=27745948/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=212828 CPUtime=1.49 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 45582 0 0 0 142 7 0 0 20 0 1 0 332875982 217935872 46151 33554432000 4194304 5964478 140735086783328 140735086781672 5136490 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 53207 46153 3835 433 0 45879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212828

[startup+3.10027 s]
/proc/loadavg: 1.95 2.03 1.99 4/174 17561
/proc/meminfo: memFree=27532300/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=336840 CPUtime=3.09 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) R 17555 17558 17516 0 -1 4202496 75099 0 0 0 297 12 0 0 20 0 1 0 332875982 344924160 78163 33554432000 4194304 5964478 140735086783328 140735086781704 4344643 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 84210 78164 6965 433 0 76882 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336840

[startup+6.30036 s]
/proc/loadavg: 1.95 2.03 1.99 6/179 17566
/proc/meminfo: memFree=26569212/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=885568 CPUtime=9.37 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 163472 0 0 0 902 35 0 0 20 0 3 0 332875982 906821632 188341 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 221392 188343 196 433 0 220956 0
[pid=17558/tid=17563] ppid=17555 vsize=885568 CPUtime=3.12 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 66726 0 0 0 294 18 0 0 20 0 3 0 332876298 906821632 188344 33554432000 4194304 5964478 140735086783328 140693849557336 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=885568 CPUtime=3.09 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 19947 0 0 0 304 5 0 0 20 0 3 0 332876298 906821632 188344 33554432000 4194304 5964478 140735086783328 140693839067448 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.37
Current children cumulated vsize (KiB) 885568

[startup+12.7004 s]
/proc/loadavg: 2.26 2.09 2.02 6/179 17566
/proc/meminfo: memFree=26448840/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=951104 CPUtime=22.18 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 173739 0 0 0 2178 40 0 0 20 0 3 0 332875982 973930496 192334 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 237776 192334 197 433 0 237340 0
[pid=17558/tid=17563] ppid=17555 vsize=951104 CPUtime=9.52 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 75347 0 0 0 931 21 0 0 20 0 3 0 332876298 973930496 192334 33554432000 4194304 5964478 140735086783328 140693849557528 5142480 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=951104 CPUtime=9.49 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 21590 0 0 0 943 6 0 0 20 0 3 0 332876298 973930496 192334 33554432000 4194304 5964478 140735086783328 140693839067448 4389147 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 951104

[startup+25.5004 s]
/proc/loadavg: 2.69 2.19 2.05 6/179 17566
/proc/meminfo: memFree=26342968/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=1016640 CPUtime=47.76 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 184072 0 0 0 4729 47 0 0 20 0 3 0 332875982 1041039360 206673 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 254160 206673 197 433 0 253724 0
[pid=17558/tid=17563] ppid=17555 vsize=1016640 CPUtime=22.32 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 85012 0 0 0 2204 28 0 0 20 0 3 0 332876298 1041039360 206673 33554432000 4194304 5964478 140735086783328 140693849557528 5130842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=1016640 CPUtime=22.28 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 22258 0 0 0 2221 7 0 0 20 0 3 0 332876298 1041039360 206673 33554432000 4194304 5964478 140735086783328 140693839067448 4387951 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.76
Current children cumulated vsize (KiB) 1016640

[startup+51.1004 s]
/proc/loadavg: 3.14 2.33 2.10 6/179 17566
/proc/meminfo: memFree=26120040/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=1147840 CPUtime=98.94 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 208745 0 0 0 9833 61 0 0 20 0 3 0 332875982 1175388160 240518 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 286960 240518 197 433 0 286524 0
[pid=17558/tid=17563] ppid=17555 vsize=1147840 CPUtime=47.91 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 109315 0 0 0 4750 41 0 0 20 0 3 0 332876298 1175388160 240518 33554432000 4194304 5964478 140735086783328 140693849557528 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=1147840 CPUtime=47.87 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 22628 0 0 0 4779 8 0 0 20 0 3 0 332876298 1175388160 240518 33554432000 4194304 5964478 140735086783328 140693839067496 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (KiB) 1147840

[startup+102.307 s]
/proc/loadavg: 3.65 2.61 2.20 6/179 17566
/proc/meminfo: memFree=25739572/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=1557460 CPUtime=201.33 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 256649 0 0 0 20044 89 0 0 20 0 3 0 332875982 1594839040 318566 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 389365 318566 197 433 0 388929 0
[pid=17558/tid=17563] ppid=17555 vsize=1557460 CPUtime=99.11 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 156585 0 0 0 9841 70 0 0 20 0 3 0 332876298 1594839040 318566 33554432000 4194304 5964478 140735086783328 140693849557336 4445108 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=1557460 CPUtime=99.07 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 23262 0 0 0 9898 9 0 0 20 0 3 0 332876298 1594839040 318566 33554432000 4194304 5964478 140735086783328 140693839067448 4389164 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.33
Current children cumulated vsize (KiB) 1557460

[startup+162.3 s]
/proc/loadavg: 3.87 2.86 2.31 6/179 17566
/proc/meminfo: memFree=25337516/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=1950676 CPUtime=321.3 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 281345 0 0 0 32016 114 0 0 20 0 3 0 332875982 1997492224 399811 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 487669 399811 197 433 0 487233 0
[pid=17558/tid=17563] ppid=17555 vsize=1950676 CPUtime=159.1 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 180481 0 0 0 15815 95 0 0 20 0 3 0 332876298 1997492224 399811 33554432000 4194304 5964478 140735086783328 140693849557336 5130989 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=1950676 CPUtime=159.06 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 24062 0 0 0 15895 11 0 0 20 0 3 0 332876298 1997492224 399811 33554432000 4194304 5964478 140735086783328 140693839067448 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.3
Current children cumulated vsize (KiB) 1950676

[startup+222.3 s]
/proc/loadavg: 3.95 3.06 2.42 6/179 17566
/proc/meminfo: memFree=25063720/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=2180092 CPUtime=441.26 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 314033 0 0 0 43979 147 0 0 20 0 3 0 332875982 2232414208 451654 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 545023 451654 197 433 0 544587 0
[pid=17558/tid=17563] ppid=17555 vsize=2180092 CPUtime=219.1 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 212232 0 0 0 21782 128 0 0 20 0 3 0 332876298 2232414208 451654 33554432000 4194304 5964478 140735086783328 140693849557528 5139199 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=2180092 CPUtime=219.04 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 24999 0 0 0 21891 13 0 0 20 0 3 0 332876298 2232414208 451654 33554432000 4194304 5964478 140735086783328 140693839067448 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.26
Current children cumulated vsize (KiB) 2180092

[startup+282.3 s]
/proc/loadavg: 3.98 3.23 2.51 6/179 17566
/proc/meminfo: memFree=24678336/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=2548700 CPUtime=561.24 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 352089 0 0 0 55949 175 0 0 20 0 3 0 332875982 2609868800 527035 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 637175 527035 197 433 0 636739 0
[pid=17558/tid=17563] ppid=17555 vsize=2548700 CPUtime=279.09 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 249392 0 0 0 27754 155 0 0 20 0 3 0 332876298 2609868800 527035 33554432000 4194304 5964478 140735086783328 140693849557528 4419560 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=2548700 CPUtime=279.04 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 25895 0 0 0 27887 17 0 0 20 0 3 0 332876298 2609868800 527035 33554432000 4194304 5964478 140735086783328 140693839067448 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.24
Current children cumulated vsize (KiB) 2548700

[startup+342.3 s]
/proc/loadavg: 3.99 3.37 2.60 6/180 17570
/proc/meminfo: memFree=24363648/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=2941916 CPUtime=681.22 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 370453 0 0 0 67922 200 0 0 20 0 3 0 332875982 3012521984 593092 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 735479 593092 197 433 0 735043 0
[pid=17558/tid=17563] ppid=17555 vsize=2941916 CPUtime=339.09 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 267163 0 0 0 33729 180 0 0 20 0 3 0 332876298 3012521984 593092 33554432000 4194304 5964478 140735086783328 140693849557528 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=2941916 CPUtime=339.04 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 26488 0 0 0 33886 18 0 0 20 0 3 0 332876298 3012521984 593092 33554432000 4194304 5964478 140735086783328 140693839067496 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.22
Current children cumulated vsize (KiB) 2941916

[startup+402.3 s]
/proc/loadavg: 4.06 3.50 2.69 6/179 17570
/proc/meminfo: memFree=24155328/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=3138524 CPUtime=801.2 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 384047 0 0 0 79908 212 0 0 20 0 3 0 332875982 3213848576 640031 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 784631 640031 197 433 0 784195 0
[pid=17558/tid=17563] ppid=17555 vsize=3138524 CPUtime=399.09 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 279935 0 0 0 39718 191 0 0 20 0 3 0 332876298 3213848576 640031 33554432000 4194304 5964478 140735086783328 140693849557528 5130901 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=3138524 CPUtime=399.03 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 27310 0 0 0 39883 20 0 0 20 0 3 0 332876298 3213848576 640031 33554432000 4194304 5964478 140735086783328 140693839067496 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.2
Current children cumulated vsize (KiB) 3138524

[startup+462.3 s]
/proc/loadavg: 4.08 3.60 2.78 6/179 17570
/proc/meminfo: memFree=24024168/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=3335132 CPUtime=921.16 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 397698 0 0 0 91894 222 0 0 20 0 3 0 332875982 3415175168 674360 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 833783 674360 197 433 0 833347 0
[pid=17558/tid=17563] ppid=17555 vsize=3335132 CPUtime=459.08 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 292457 0 0 0 45708 200 0 0 20 0 3 0 332876298 3415175168 674360 33554432000 4194304 5964478 140735086783328 140693849557528 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=3335132 CPUtime=459.03 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 28439 0 0 0 45881 22 0 0 20 0 3 0 332876298 3415175168 674360 33554432000 4194304 5964478 140735086783328 140693839067448 4392918 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.16
Current children cumulated vsize (KiB) 3335132

[startup+522.3 s]
/proc/loadavg: 4.03 3.67 2.85 6/179 17570
/proc/meminfo: memFree=23853572/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=3466204 CPUtime=1041.14 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 415995 0 0 0 103876 238 0 0 20 0 3 0 332875982 3549392896 709852 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 866551 709852 197 433 0 866115 0
[pid=17558/tid=17563] ppid=17555 vsize=3466204 CPUtime=519.08 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 310274 0 0 0 51691 217 0 0 20 0 3 0 332876298 3549392896 709852 33554432000 4194304 5964478 140735086783328 140693849557288 5133791 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=3466204 CPUtime=519.03 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 28919 0 0 0 51879 24 0 0 20 0 3 0 332876298 3549392896 709852 33554432000 4194304 5964478 140735086783328 140693839067496 4390868 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1041.14
Current children cumulated vsize (KiB) 3466204

[startup+582.3 s]
/proc/loadavg: 4.01 3.73 2.92 6/179 17570
/proc/meminfo: memFree=23627080/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=3662812 CPUtime=1161.12 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 431580 0 0 0 115856 256 0 0 20 0 3 0 332875982 3750719488 748652 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 915703 748652 197 433 0 915267 0
[pid=17558/tid=17563] ppid=17555 vsize=3662812 CPUtime=579.07 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 325364 0 0 0 57673 234 0 0 20 0 3 0 332876298 3750719488 748652 33554432000 4194304 5964478 140735086783328 140693849557336 5130994 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=3662812 CPUtime=579.02 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 29414 0 0 0 57876 26 0 0 20 0 3 0 332876298 3750719488 748652 33554432000 4194304 5964478 140735086783328 140693839067448 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1161.12
Current children cumulated vsize (KiB) 3662812

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 2.98 6/179 17571
/proc/meminfo: memFree=23489828/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=3793884 CPUtime=1281.1 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 447744 0 0 0 127838 272 0 0 20 0 3 0 332875982 3884937216 775032 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 948471 775032 197 433 0 948035 0
[pid=17558/tid=17563] ppid=17555 vsize=3793884 CPUtime=639.08 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 340959 0 0 0 63657 251 0 0 20 0 3 0 332876298 3884937216 775032 33554432000 4194304 5964478 140735086783328 140693849557528 5130901 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=3793884 CPUtime=639.03 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 29983 0 0 0 63876 27 0 0 20 0 3 0 332876298 3884937216 775032 33554432000 4194304 5964478 140735086783328 140693839067448 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1281.1
Current children cumulated vsize (KiB) 3793884

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.04 6/179 17571
/proc/meminfo: memFree=23306408/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4031424 CPUtime=1401.05 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 473070 0 0 0 139810 295 0 0 20 0 3 0 332875982 4128178176 820790 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1007856 820790 197 433 0 1007420 0
[pid=17558/tid=17563] ppid=17555 vsize=4031424 CPUtime=699.06 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 365785 0 0 0 69632 274 0 0 20 0 3 0 332876298 4128178176 820790 33554432000 4194304 5964478 140735086783328 140693849557336 5135657 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4031424 CPUtime=699.02 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 30483 0 0 0 69873 29 0 0 20 0 3 0 332876298 4128178176 820790 33554432000 4194304 5964478 140735086783328 140693839067496 4392812 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1401.05
Current children cumulated vsize (KiB) 4031424

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.10 6/179 17571
/proc/meminfo: memFree=23110932/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4232300 CPUtime=1521.02 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 536406 0 0 0 151745 357 0 0 20 0 3 0 332875982 4333875200 862704 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1058075 862704 197 433 0 1057639 0
[pid=17558/tid=17563] ppid=17555 vsize=4232300 CPUtime=759.05 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 428757 0 0 0 75569 336 0 0 20 0 3 0 332876298 4333875200 862704 33554432000 4194304 5964478 140735086783328 140693849557944 4420055 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4232300 CPUtime=759.02 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 30847 0 0 0 75871 31 0 0 20 0 3 0 332876298 4333875200 862704 33554432000 4194304 5964478 140735086783328 140693839067448 4399819 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1521.02
Current children cumulated vsize (KiB) 4232300

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.16 6/179 17571
/proc/meminfo: memFree=22939612/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4375680 CPUtime=1640.94 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 633356 0 0 0 163641 453 0 0 20 0 3 0 332875982 4480696320 888053 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1093920 888053 197 433 0 1093484 0
[pid=17558/tid=17563] ppid=17555 vsize=4375680 CPUtime=819.04 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 525205 0 0 0 81472 432 0 0 20 0 3 0 332876298 4480696320 888053 33554432000 4194304 5964478 140735086783328 140693849557400 5122414 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4375680 CPUtime=818.97 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 31349 0 0 0 81864 33 0 0 20 0 3 0 332876298 4480696320 888053 33554432000 4194304 5964478 140735086783328 140693839067448 4390868 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.94
Current children cumulated vsize (KiB) 4375680

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.21 6/179 17571
/proc/meminfo: memFree=22803500/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4547760 CPUtime=1760.92 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 700370 0 0 0 175555 537 0 0 20 0 3 0 332875982 4656906240 931243 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1136940 931243 197 433 0 1136504 0
[pid=17558/tid=17563] ppid=17555 vsize=4547760 CPUtime=879.04 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 591724 0 0 0 87388 516 0 0 20 0 3 0 332876298 4656906240 931243 33554432000 4194304 5964478 140735086783328 140693849557944 5143908 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4547760 CPUtime=878.97 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 31844 0 0 0 87862 35 0 0 20 0 3 0 332876298 4656906240 931243 33554432000 4194304 5964478 140735086783328 140693839067448 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.92
Current children cumulated vsize (KiB) 4547760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.00 3.90 3.22 6/180 17574
/proc/meminfo: memFree=22761064/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4523068 CPUtime=1800.09 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 732163 0 0 0 179444 565 0 0 20 0 3 0 332875982 4631621632 928564 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1130767 928564 197 433 0 1130331 0
[pid=17558/tid=17563] ppid=17555 vsize=4523068 CPUtime=898.65 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 623322 0 0 0 89321 544 0 0 20 0 3 0 332876298 4631621632 928564 33554432000 4194304 5964478 140735086783328 140693849557944 5134325 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4523068 CPUtime=898.53 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 32039 0 0 0 89818 35 0 0 20 0 3 0 332876298 4631621632 928564 33554432000 4194304 5964478 140735086783328 140693839067448 4392696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 4523068

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

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

[startup+901.9 s]
/proc/loadavg: 4.00 3.90 3.22 6/180 17574
/proc/meminfo: memFree=22761064/32873852 swapFree=6856/6856
[pid=17558] ppid=17555 vsize=4523068 CPUtime=1800.09 cores=0,2,4,6
/proc/17558/stat : 17558 (pwbo2.02) S 17555 17558 17516 0 -1 4202496 732163 0 0 0 179444 565 0 0 20 0 3 0 332875982 4631621632 928564 33554432000 4194304 5964478 140735086783328 140735086782848 4546685 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17558/statm: 1130767 928564 197 433 0 1130331 0
[pid=17558/tid=17563] ppid=17555 vsize=4523068 CPUtime=898.65 cores=0,2,4,6
/proc/17558/task/17563/stat : 17563 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 623322 0 0 0 89321 544 0 0 20 0 3 0 332876298 4631621632 928564 33554432000 4194304 5964478 140735086783328 140693849557944 5134325 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17558/tid=17564] ppid=17555 vsize=4523068 CPUtime=898.53 cores=0,2,4,6
/proc/17558/task/17564/stat : 17564 (pwbo2.02) R 17555 17558 17516 0 -1 4202560 32039 0 0 0 89818 35 0 0 20 0 3 0 332876298 4631621632 928564 33554432000 4194304 5964478 140735086783328 140693839067448 4392696 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 4523068

Child status: 0
Real time (s): 901.956
CPU time (s): 1800.41
CPU user time (s): 1794.43
CPU system time (s): 5.98209
CPU usage (%): 199.611
Max. virtual memory (cumulated for all children) (KiB): 4596892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 5.98209
maximum resident set size= 3831136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 732164
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= 6160
involuntary context switches= 1969

runsolver used 1.84172 second user time and 5.43317 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 22:05:01
IDJOB=3726388
IDBENCH=90935
IDSOLVER=2309
FILE ID=node128/3726388-1338667500
RUNJOBID= node128-1338667500-17532
PBS_JOBID= 14636502
Free space on /tmp= 70384 MiB

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

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

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=1086942701

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27972588 kB
Buffers:          524376 kB
Cached:          3471008 kB
SwapCached:          784 kB
Active:          1860456 kB
Inactive:        2145752 kB
Active(anon):       2428 kB
Inactive(anon):    11368 kB
Active(file):    1858028 kB
Inactive(file):  2134384 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             66052 kB
Writeback:             0 kB
AnonPages:         17580 kB
Mapped:            13396 kB
Shmem:               200 kB
Slab:             757156 kB
SReclaimable:     196300 kB
SUnreclaim:       560856 kB
KernelStack:        1376 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70372 MiB
End job on node128 at 2012-06-02 22:20:05