Trace number 3726365

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.63 902.043

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa1c8f87e33a217e9c288dbd99c4ff21b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4
Best CPU time to get the best result obtained on this benchmark1801.44
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 188920
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 188920
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-3726365-1338660265.opb.
0.00/0.00	c Instance file HOME/instance-3726365-1338660265.opb
0.00/0.00	c File size is 28233021 bytes.
3.09/3.36	c Cost Offset: -188920
3.09/3.36	c Highest Coefficient sum: 63122
3.09/3.38	c ============================[ Problem Statistics ]=============================
3.09/3.38	c |                                                                             |
3.09/3.38	c |  Parsing time:          3.37         s                                      |
3.09/3.38	c |  Number Variables:      400896                                              |
3.09/3.38	c |  Number Clauses:        400785                                              |
3.09/3.38	c |  Number Cardinality:    1977                                                |
3.09/3.38	c |  Number PB Constraints: 1                                                   |
3.09/3.38	c |                                                                             |
3.83/3.71	c |  Problem Type:          Optimization                                        |
3.83/3.71	c |  Objective Function:    PB Constraint                                       |
3.83/3.71	c |                                                                             |
3.83/3.71	c ===============================================================================
1800.07/902.01	c ===============================================================================
1800.07/902.01	c Wall Clock Time: 902.01 s
1800.07/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-3726365-1338660265/watcher-3726365-1338660265 -o /tmp/evaluation-result-3726365-1338660265/solver-3726365-1338660265 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726365-1338660265.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: 4.00 4.00 3.93 3/178 24087
/proc/meminfo: memFree=27207664/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=32860 CPUtime=0 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 659 0 0 0 0 0 0 0 20 0 1 0 332153373 33648640 611 33554432000 4194304 5964478 140735067409472 140734641374952 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 8215 613 168 433 0 886 0

[startup+0.062519 s]
/proc/loadavg: 4.00 4.00 3.93 3/178 24087
/proc/meminfo: memFree=27207664/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=44012 CPUtime=0.05 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 3283 0 0 0 5 0 0 0 20 0 1 0 332153373 45068288 3169 33554432000 4194304 5964478 140735067409472 140734641374952 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 11003 3169 316 433 0 3674 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44012

[startup+0.100274 s]
/proc/loadavg: 4.00 4.00 3.93 3/178 24087
/proc/meminfo: memFree=27207664/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=47912 CPUtime=0.09 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 4517 0 0 0 9 0 0 0 20 0 1 0 332153373 49061888 4354 33554432000 4194304 5964478 140735067409472 140734641374952 4419584 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 11978 4354 414 433 0 4649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47912

[startup+0.300234 s]
/proc/loadavg: 4.00 4.00 3.93 3/178 24087
/proc/meminfo: memFree=27207664/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=68776 CPUtime=0.28 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 10380 0 0 0 28 0 0 0 20 0 1 0 332153373 70426624 9950 33554432000 4194304 5964478 140735067409472 140734641374952 4339204 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 17194 9950 934 433 0 9865 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 68776

[startup+0.700249 s]
/proc/loadavg: 4.00 4.00 3.93 3/178 24087
/proc/meminfo: memFree=27207664/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=114044 CPUtime=0.69 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 21991 0 0 0 67 2 0 0 20 0 1 0 332153373 116781056 21031 33554432000 4194304 5964478 140735067409472 140735067408104 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 28511 21032 1901 433 0 21182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114044

[startup+1.50024 s]
/proc/loadavg: 3.92 3.98 3.92 4/179 24088
/proc/meminfo: memFree=27096852/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=208560 CPUtime=1.48 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 44489 0 0 0 142 6 0 0 20 0 1 0 332153373 213565440 45024 33554432000 4194304 5964478 140735067409472 140735067407816 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 52140 45025 3646 433 0 44811 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208560

[startup+3.10028 s]
/proc/loadavg: 3.92 3.98 3.92 4/179 24088
/proc/meminfo: memFree=26992988/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=328428 CPUtime=3.09 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) R 24085 24087 20635 0 -1 4202496 73307 0 0 0 296 13 0 0 20 0 1 0 332153373 336310272 75826 33554432000 4194304 5964478 140735067409472 140735067407880 5156218 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 82107 75826 6597 433 0 74778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 328428

[startup+6.30037 s]
/proc/loadavg: 3.93 3.98 3.92 5/181 24090
/proc/meminfo: memFree=26469440/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=820020 CPUtime=8.99 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 164980 0 0 0 821 78 0 0 20 0 3 0 332153373 839700480 174258 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 205005 174258 195 433 0 204569 0
[pid=24087/tid=24089] ppid=24085 vsize=820020 CPUtime=2.9 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 63924 0 0 0 234 56 0 0 20 0 3 0 332153710 839700480 174258 33554432000 4194304 5964478 140735067409472 140521297992216 4396230 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=820020 CPUtime=2.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 23563 0 0 0 277 13 0 0 20 0 3 0 332153710 839700480 174258 33554432000 4194304 5964478 140735067409472 140521287502136 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 820020

[startup+12.7004 s]
/proc/loadavg: 3.93 3.98 3.92 5/181 24090
/proc/meminfo: memFree=26449608/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=885556 CPUtime=21.78 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 169396 0 0 0 2097 81 0 0 20 0 3 0 332153373 906809344 189153 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 221389 189153 196 433 0 220953 0
[pid=24087/tid=24089] ppid=24085 vsize=885556 CPUtime=9.29 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 67979 0 0 0 873 56 0 0 20 0 3 0 332153710 906809344 189153 33554432000 4194304 5964478 140735067409472 140521297992216 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=885556 CPUtime=9.29 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 23924 0 0 0 916 13 0 0 20 0 3 0 332153710 906809344 189153 33554432000 4194304 5964478 140735067409472 140521287502136 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.78
Current children cumulated vsize (KiB) 885556

[startup+25.5004 s]
/proc/loadavg: 3.95 3.98 3.92 5/181 24090
/proc/meminfo: memFree=26439616/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=885556 CPUtime=47.4 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 170190 0 0 0 4658 82 0 0 20 0 3 0 332153373 906809344 185736 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 221389 185736 196 433 0 220953 0
[pid=24087/tid=24089] ppid=24085 vsize=885556 CPUtime=22.09 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 68635 0 0 0 2153 56 0 0 20 0 3 0 332153710 906809344 185736 33554432000 4194304 5964478 140735067409472 140521297992520 4403640 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=885556 CPUtime=22.09 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 24062 0 0 0 2196 13 0 0 20 0 3 0 332153710 906809344 185736 33554432000 4194304 5964478 140735067409472 140521287502136 4392805 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.4
Current children cumulated vsize (KiB) 885556

[startup+51.1004 s]
/proc/loadavg: 3.96 3.98 3.92 5/181 24090
/proc/meminfo: memFree=26401240/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=951092 CPUtime=98.57 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 175282 0 0 0 9773 84 0 0 20 0 3 0 332153373 973918208 195464 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 237773 195464 196 433 0 237337 0
[pid=24087/tid=24089] ppid=24085 vsize=951092 CPUtime=47.68 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 73368 0 0 0 4711 57 0 0 20 0 3 0 332153710 973918208 195464 33554432000 4194304 5964478 140735067409472 140521297991976 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=951092 CPUtime=47.69 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 24421 0 0 0 4755 14 0 0 20 0 3 0 332153710 973918208 195464 33554432000 4194304 5964478 140735067409472 140521287502136 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.57
Current children cumulated vsize (KiB) 951092

[startup+102.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/181 24090
/proc/meminfo: memFree=26346844/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1016628 CPUtime=200.96 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 180649 0 0 0 20007 89 0 0 20 0 3 0 332153373 1041027072 208608 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 254157 208608 196 433 0 253721 0
[pid=24087/tid=24089] ppid=24085 vsize=1016628 CPUtime=98.88 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 78123 0 0 0 9828 60 0 0 20 0 3 0 332153710 1041027072 208608 33554432000 4194304 5964478 140735067409472 140521297991976 4419370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1016628 CPUtime=98.89 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 25033 0 0 0 9871 18 0 0 20 0 3 0 332153710 1041027072 208608 33554432000 4194304 5964478 140735067409472 140521287502136 4392863 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 200.96
Current children cumulated vsize (KiB) 1016628

[startup+162.3 s]
/proc/loadavg: 3.90 3.95 3.91 5/181 24131
/proc/meminfo: memFree=26360228/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1016628 CPUtime=320.93 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 189219 0 0 0 31999 94 0 0 20 0 3 0 332153373 1041027072 210819 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 254157 210819 196 433 0 253721 0
[pid=24087/tid=24089] ppid=24085 vsize=1016628 CPUtime=158.89 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 85504 0 0 0 15824 65 0 0 20 0 3 0 332153710 1041027072 210819 33554432000 4194304 5964478 140735067409472 140521297992520 4392707 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1016628 CPUtime=158.88 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 26222 0 0 0 15867 21 0 0 20 0 3 0 332153710 1041027072 210819 33554432000 4194304 5964478 140735067409472 140521287501944 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 320.93
Current children cumulated vsize (KiB) 1016628

[startup+222.3 s]
/proc/loadavg: 4.04 3.98 3.91 5/181 24132
/proc/meminfo: memFree=26231752/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1049556 CPUtime=440.91 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 214976 0 0 0 43986 105 0 0 20 0 3 0 332153373 1074745344 229022 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 262389 229022 197 433 0 261953 0
[pid=24087/tid=24089] ppid=24085 vsize=1049556 CPUtime=218.89 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 110490 0 0 0 21813 76 0 0 20 0 3 0 332153710 1074745344 229022 33554432000 4194304 5964478 140735067409472 140521297991944 4388850 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1049556 CPUtime=218.89 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 26993 0 0 0 21867 22 0 0 20 0 3 0 332153710 1074745344 229022 33554432000 4194304 5964478 140735067409472 140521287502136 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 440.91
Current children cumulated vsize (KiB) 1049556

[startup+282.3 s]
/proc/loadavg: 4.09 3.99 3.92 5/181 24132
/proc/meminfo: memFree=26160376/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1147820 CPUtime=560.89 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 241529 0 0 0 55972 117 0 0 20 0 3 0 332153373 1175367680 244201 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 286955 244201 197 433 0 286519 0
[pid=24087/tid=24089] ppid=24085 vsize=1147820 CPUtime=278.89 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 136198 0 0 0 27801 88 0 0 20 0 3 0 332153710 1175367680 244201 33554432000 4194304 5964478 140735067409472 140521297992472 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1147820 CPUtime=278.89 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 27838 0 0 0 27864 25 0 0 20 0 3 0 332153710 1175367680 244201 33554432000 4194304 5964478 140735067409472 140521287502184 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 560.89
Current children cumulated vsize (KiB) 1147820

[startup+342.3 s]
/proc/loadavg: 4.11 4.01 3.93 5/182 24135
/proc/meminfo: memFree=25988172/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1295296 CPUtime=680.88 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 262304 0 0 0 67961 127 0 0 20 0 3 0 332153373 1326383104 279184 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 323824 279184 197 433 0 323388 0
[pid=24087/tid=24089] ppid=24085 vsize=1295296 CPUtime=338.89 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 155987 0 0 0 33791 98 0 0 20 0 3 0 332153710 1326383104 279184 33554432000 4194304 5964478 140735067409472 140521297992216 4399952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1295296 CPUtime=338.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 28824 0 0 0 33863 27 0 0 20 0 3 0 332153710 1326383104 279184 33554432000 4194304 5964478 140735067409472 140521287502136 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 680.88
Current children cumulated vsize (KiB) 1295296

[startup+402.3 s]
/proc/loadavg: 4.04 4.00 3.93 5/181 24135
/proc/meminfo: memFree=25872796/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1344428 CPUtime=800.84 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 297879 0 0 0 79937 147 0 0 20 0 3 0 332153373 1376694272 292119 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 336107 292119 197 433 0 335671 0
[pid=24087/tid=24089] ppid=24085 vsize=1344428 CPUtime=398.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 189917 0 0 0 39774 113 0 0 20 0 3 0 332153710 1376694272 292119 33554432000 4194304 5964478 140735067409472 140521297992216 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1344428 CPUtime=398.89 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 30469 0 0 0 39856 33 0 0 20 0 3 0 332153710 1376694272 292119 33554432000 4194304 5964478 140735067409472 140521287502136 4392882 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 800.84
Current children cumulated vsize (KiB) 1344428

[startup+462.307 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 24135
/proc/meminfo: memFree=25764736/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1491904 CPUtime=920.81 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 317018 0 0 0 91919 162 0 0 20 0 3 0 332153373 1527709696 331699 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 372976 331699 198 433 0 372540 0
[pid=24087/tid=24089] ppid=24085 vsize=1491904 CPUtime=458.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 207567 0 0 0 45766 121 0 0 20 0 3 0 332153710 1527709696 331699 33554432000 4194304 5964478 140735067409472 140521297992520 4400401 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1491904 CPUtime=458.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 31958 0 0 0 45849 41 0 0 20 0 3 0 332153710 1527709696 331699 33554432000 4194304 5964478 140735067409472 140521287502136 4389072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 920.81
Current children cumulated vsize (KiB) 1491904

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24136
/proc/meminfo: memFree=25604744/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1557440 CPUtime=1040.79 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 345310 0 0 0 103903 176 0 0 20 0 3 0 332153373 1594818560 348539 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 389360 348539 198 433 0 388924 0
[pid=24087/tid=24089] ppid=24085 vsize=1557440 CPUtime=518.86 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 234727 0 0 0 51753 133 0 0 20 0 3 0 332153710 1594818560 348539 33554432000 4194304 5964478 140735067409472 140521297992520 4406339 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1557440 CPUtime=518.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 33090 0 0 0 51846 44 0 0 20 0 3 0 332153710 1594818560 348539 33554432000 4194304 5964478 140735067409472 140521287502136 4389170 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1040.79
Current children cumulated vsize (KiB) 1557440

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24136
/proc/meminfo: memFree=25567832/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1688512 CPUtime=1160.76 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 372256 0 0 0 115887 189 0 0 20 0 3 0 332153373 1729036288 374699 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 422128 374699 198 433 0 421692 0
[pid=24087/tid=24089] ppid=24085 vsize=1688512 CPUtime=578.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 260068 0 0 0 57743 144 0 0 20 0 3 0 332153710 1729036288 374699 33554432000 4194304 5964478 140735067409472 140521297992520 5139166 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1688512 CPUtime=578.89 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 34695 0 0 0 57841 48 0 0 20 0 3 0 332153710 1729036288 374699 33554432000 4194304 5964478 140735067409472 140521287502136 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1160.76
Current children cumulated vsize (KiB) 1688512

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24136
/proc/meminfo: memFree=25469684/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1737644 CPUtime=1280.74 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 387127 0 0 0 127876 198 0 0 20 0 3 0 332153373 1779347456 390068 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 434411 390068 198 433 0 433975 0
[pid=24087/tid=24089] ppid=24085 vsize=1737644 CPUtime=638.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 273062 0 0 0 63733 154 0 0 20 0 3 0 332153710 1779347456 390068 33554432000 4194304 5964478 140735067409472 140521297992216 5142509 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1737644 CPUtime=638.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 36572 0 0 0 63840 50 0 0 20 0 3 0 332153710 1779347456 390068 33554432000 4194304 5964478 140735067409472 140521287502136 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1280.74
Current children cumulated vsize (KiB) 1737644

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24136
/proc/meminfo: memFree=25369780/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=1885120 CPUtime=1400.72 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 421986 0 0 0 139857 215 0 0 20 0 3 0 332153373 1930362880 409444 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 471280 409444 198 433 0 470844 0
[pid=24087/tid=24089] ppid=24085 vsize=1885120 CPUtime=698.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 306070 0 0 0 69720 167 0 0 20 0 3 0 332153710 1930362880 409444 33554432000 4194304 5964478 140735067409472 140521297991944 5134386 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=1885120 CPUtime=698.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 38423 0 0 0 69835 55 0 0 20 0 3 0 332153710 1930362880 409444 33554432000 4194304 5964478 140735067409472 140521287502136 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1400.72
Current children cumulated vsize (KiB) 1885120

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24136
/proc/meminfo: memFree=25264368/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=2016192 CPUtime=1520.71 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 441756 0 0 0 151838 233 0 0 20 0 3 0 332153373 2064580608 442628 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 504048 442628 198 433 0 503612 0
[pid=24087/tid=24089] ppid=24085 vsize=2016192 CPUtime=758.87 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 323547 0 0 0 75710 177 0 0 20 0 3 0 332153710 2064580608 442628 33554432000 4194304 5964478 140735067409472 140521297991976 4867333 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=2016192 CPUtime=758.9 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 40716 0 0 0 75825 65 0 0 20 0 3 0 332153710 2064580608 442628 33554432000 4194304 5964478 140735067409472 140521287501944 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.71
Current children cumulated vsize (KiB) 2016192

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24137
/proc/meminfo: memFree=25176684/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=2081728 CPUtime=1640.69 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 452774 0 0 0 163824 245 0 0 20 0 3 0 332153373 2131689472 455087 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 520432 455087 198 433 0 519996 0
[pid=24087/tid=24089] ppid=24085 vsize=2081728 CPUtime=818.88 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 332661 0 0 0 81704 184 0 0 20 0 3 0 332153710 2131689472 455087 33554432000 4194304 5964478 140735067409472 140521297992216 4403717 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=2081728 CPUtime=818.91 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 42620 0 0 0 81819 72 0 0 20 0 3 0 332153710 2131689472 455087 33554432000 4194304 5964478 140735067409472 140521287502136 4389100 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.69
Current children cumulated vsize (KiB) 2081728

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24137
/proc/meminfo: memFree=25092272/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=2147264 CPUtime=1760.67 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 472584 0 0 0 175808 259 0 0 20 0 3 0 332153373 2198798336 478818 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 536816 478818 198 433 0 536380 0
[pid=24087/tid=24089] ppid=24085 vsize=2147264 CPUtime=878.88 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 350607 0 0 0 87694 194 0 0 20 0 3 0 332153710 2198798336 478818 33554432000 4194304 5964478 140735067409472 140521297992024 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=2147264 CPUtime=878.91 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 44484 0 0 0 87812 79 0 0 20 0 3 0 332153710 2198798336 478818 33554432000 4194304 5964478 140735067409472 140521287502136 4403717 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.67
Current children cumulated vsize (KiB) 2147264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 24137
/proc/meminfo: memFree=25094936/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=2130860 CPUtime=1800.07 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 482056 0 0 0 179744 263 0 0 20 0 3 0 332153373 2182000640 477852 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 532715 477852 198 433 0 532279 0
[pid=24087/tid=24089] ppid=24085 vsize=2130860 CPUtime=898.59 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 359439 0 0 0 89662 197 0 0 20 0 3 0 332153710 2182000640 477852 33554432000 4194304 5964478 140735067409472 140521297992024 5130901 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=2130860 CPUtime=898.62 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 45124 0 0 0 89782 80 0 0 20 0 3 0 332153710 2182000640 477852 33554432000 4194304 5964478 140735067409472 140521287502136 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2130860

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: 4.00 4.00 3.93 5/181 24137
/proc/meminfo: memFree=25094936/32873648 swapFree=6852/6852
[pid=24087] ppid=24085 vsize=2130860 CPUtime=1800.07 cores=0,2,4,6
/proc/24087/stat : 24087 (pwbo2.02) S 24085 24087 20635 0 -1 4202496 482056 0 0 0 179744 263 0 0 20 0 3 0 332153373 2182000640 477852 33554432000 4194304 5964478 140735067409472 140735067408992 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24087/statm: 532715 477852 198 433 0 532279 0
[pid=24087/tid=24089] ppid=24085 vsize=2130860 CPUtime=898.59 cores=0,2,4,6
/proc/24087/task/24089/stat : 24089 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 359439 0 0 0 89662 197 0 0 20 0 3 0 332153710 2182000640 477852 33554432000 4194304 5964478 140735067409472 140521297992024 5130901 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=24087/tid=24090] ppid=24085 vsize=2130860 CPUtime=898.62 cores=0,2,4,6
/proc/24087/task/24090/stat : 24090 (pwbo2.02) R 24085 24087 20635 0 -1 4202560 45124 0 0 0 89782 80 0 0 20 0 3 0 332153710 2182000640 477852 33554432000 4194304 5964478 140735067409472 140521287502136 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2130860

Child status: 0
Real time (s): 902.043
CPU time (s): 1800.63
CPU user time (s): 1797.67
CPU system time (s): 2.96055
CPU usage (%): 199.617
Max. virtual memory (cumulated for all children) (KiB): 2147264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 2.96055
maximum resident set size= 1919604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482059
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= 7248
involuntary context switches= 1964

runsolver used 2.04169 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-02 20:04:26
IDJOB=3726365
IDBENCH=90912
IDSOLVER=2309
FILE ID=node115/3726365-1338660265
RUNJOBID= node115-1338651714-22297
PBS_JOBID= 14636465
Free space on /tmp= 70796 MiB

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

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

MD5SUM BENCH= a1c8f87e33a217e9c288dbd99c4ff21b
RANDOM SEED=196132745

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.92
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.462
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.462
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.462
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:        27208192 kB
Buffers:          558316 kB
Cached:          3425228 kB
SwapCached:          964 kB
Active:          2634020 kB
Inactive:        2124800 kB
Active(anon):     767204 kB
Inactive(anon):     9824 kB
Active(file):    1866816 kB
Inactive(file):  2114976 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106432 kB
Dirty:             32996 kB
Writeback:             0 kB
AnonPages:        780524 kB
Mapped:            12428 kB
Shmem:                96 kB
Slab:             768564 kB
SReclaimable:     212724 kB
SUnreclaim:       555840 kB
KernelStack:        1464 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     197528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 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= 70764 MiB
End job on node115 at 2012-06-02 20:19:30