Trace number 3726364

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.08 902.035

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
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-3726364-1338668077.opb.
0.00/0.00	c Instance file HOME/instance-3726364-1338668077.opb
0.00/0.00	c File size is 28232497 bytes.
3.40/3.47	c Cost Offset: -6694
3.40/3.47	c Highest Coefficient sum: 62779
4.66/4.16	c ============================[ Problem Statistics ]=============================
4.66/4.16	c |                                                                             |
4.66/4.16	c |  Parsing time:          3.47         s                                      |
4.66/4.16	c |  Number Variables:      400896                                              |
4.66/4.16	c |  Number Clauses:        400785                                              |
4.66/4.16	c |  Number Cardinality:    1977                                                |
4.66/4.16	c |  Number PB Constraints: 1                                                   |
4.66/4.16	c |                                                                             |
4.66/4.16	c |  Problem Type:          Optimization                                        |
4.66/4.16	c |  Objective Function:    PB Constraint                                       |
4.66/4.16	c |                                                                             |
4.66/4.16	c ===============================================================================
1800.08/902.01	c ===============================================================================
1800.08/902.01	c Wall Clock Time: 902.01 s
1800.08/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-3726364-1338668077/watcher-3726364-1338668077 -o /tmp/evaluation-result-3726364-1338668077/solver-3726364-1338668077 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726364-1338668077.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 2268
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=33568 CPUtime=0 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 791 0 0 0 0 0 0 0 20 0 1 0 332932224 34373632 743 33554432000 4194304 5964478 140734195092976 140733217648232 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 8392 743 171 433 0 1063 0

[startup+0.0119691 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 2268
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=34716 CPUtime=0 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 1097 0 0 0 0 0 0 0 20 0 1 0 332932224 35549184 1049 33554432000 4194304 5964478 140734195092976 140733217648232 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 8679 1054 183 433 0 1350 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 34716

[startup+0.100233 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 2268
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=50600 CPUtime=0.09 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 4749 0 0 0 9 0 0 0 20 0 1 0 332932224 51814400 4586 33554432000 4194304 5964478 140734195092976 140733217648232 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 12650 4586 431 433 0 5321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50600

[startup+0.300302 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 2268
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=69436 CPUtime=0.29 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 10576 0 0 0 27 2 0 0 20 0 1 0 332932224 71102464 10146 33554432000 4194304 5964478 140734195092976 140733217648232 4345015 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 17359 10149 959 433 0 10030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69436

[startup+0.700302 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 2268
/proc/meminfo: memFree=29040388/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=114704 CPUtime=0.69 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 22347 0 0 0 65 4 0 0 20 0 1 0 332932224 117456896 21387 33554432000 4194304 5964478 140734195092976 140734195091448 4395206 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 28676 21388 1931 433 0 21347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114704

[startup+1.50031 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 2272
/proc/meminfo: memFree=28818044/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=208164 CPUtime=1.49 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 43757 0 0 0 141 8 0 0 20 0 1 0 332932224 213159936 43781 33554432000 4194304 5964478 140734195092976 140734195091064 4339204 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 52041 43782 3576 433 0 44712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208164

[startup+3.10031 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 2272
/proc/meminfo: memFree=28615748/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=323412 CPUtime=3.09 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) R 2265 2268 2034 0 -1 4202496 71589 0 0 0 296 13 0 0 20 0 1 0 332932224 331173888 74619 33554432000 4194304 5964478 140734195092976 140734195091464 5156202 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 80853 74619 6420 433 0 73524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 323412

[startup+6.30036 s]
/proc/loadavg: 2.26 2.05 2.02 5/181 2276
/proc/meminfo: memFree=27663448/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=885556 CPUtime=9 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 164831 0 0 0 854 46 0 0 20 0 3 0 332932224 906809344 180030 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 221389 180030 196 433 0 220953 0
[pid=2268/tid=2275] ppid=2265 vsize=885556 CPUtime=2.77 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 64695 0 0 0 256 21 0 0 20 0 3 0 332932571 906809344 180030 33554432000 4194304 5964478 140734195092976 140699364624680 5142509 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=885556 CPUtime=2.73 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 22947 0 0 0 263 10 0 0 20 0 3 0 332932571 906809344 180030 33554432000 4194304 5964478 140734195092976 140699354134744 4381974 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 885556

[startup+12.7004 s]
/proc/loadavg: 2.48 2.10 2.03 5/181 2276
/proc/meminfo: memFree=27524856/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=885680 CPUtime=21.8 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 169889 0 0 0 2128 52 0 0 20 0 3 0 332932224 906936320 189234 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 221420 189234 197 433 0 220984 0
[pid=2268/tid=2275] ppid=2265 vsize=885680 CPUtime=9.15 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 68604 0 0 0 892 23 0 0 20 0 3 0 332932571 906936320 189234 33554432000 4194304 5964478 140734195092976 140699364624920 4389147 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=885680 CPUtime=9.11 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 24096 0 0 0 898 13 0 0 20 0 3 0 332932571 906936320 189234 33554432000 4194304 5964478 140734195092976 140699354134744 4389072 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (KiB) 885680

[startup+25.5071 s]
/proc/loadavg: 2.89 2.21 2.07 5/181 2276
/proc/meminfo: memFree=27501244/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=885680 CPUtime=47.41 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 171270 0 0 0 4688 53 0 0 20 0 3 0 332932224 906936320 192468 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 221420 192468 197 433 0 220984 0
[pid=2268/tid=2275] ppid=2265 vsize=885680 CPUtime=21.92 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 69829 0 0 0 2168 24 0 0 20 0 3 0 332932571 906936320 192468 33554432000 4194304 5964478 140734195092976 140699364624920 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=885680 CPUtime=21.89 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 24252 0 0 0 2175 14 0 0 20 0 3 0 332932571 906936320 192468 33554432000 4194304 5964478 140734195092976 140699354134840 4388850 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.41
Current children cumulated vsize (KiB) 885680

[startup+51.1004 s]
/proc/loadavg: 3.33 2.37 2.12 5/181 2276
/proc/meminfo: memFree=27489472/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=885680 CPUtime=98.59 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 172410 0 0 0 9805 54 0 0 20 0 3 0 332932224 906936320 193855 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 221420 193855 197 433 0 220984 0
[pid=2268/tid=2275] ppid=2265 vsize=885680 CPUtime=47.45 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 70685 0 0 0 4720 25 0 0 20 0 3 0 332932571 906936320 193855 33554432000 4194304 5964478 140734195092976 140699364625224 4392829 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=885680 CPUtime=47.41 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 24536 0 0 0 4727 14 0 0 20 0 3 0 332932571 906936320 193855 33554432000 4194304 5964478 140734195092976 140699354134840 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 98.59
Current children cumulated vsize (KiB) 885680

[startup+102.3 s]
/proc/loadavg: 3.71 2.62 2.22 5/181 2276
/proc/meminfo: memFree=27428212/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=200.97 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 174485 0 0 0 20041 56 0 0 20 0 3 0 332932224 990842880 200497 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 200497 197 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=98.52 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 72299 0 0 0 9825 27 0 0 20 0 3 0 332932571 990842880 200497 33554432000 4194304 5964478 140734195092976 140699364624680 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=98.48 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 24997 0 0 0 9831 17 0 0 20 0 3 0 332932571 990842880 200497 33554432000 4194304 5964478 140734195092976 140699354134840 4403671 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 200.97
Current children cumulated vsize (KiB) 967620

[startup+162.3 s]
/proc/loadavg: 3.89 2.87 2.33 5/181 2276
/proc/meminfo: memFree=27385524/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=320.95 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 176804 0 0 0 32037 58 0 0 20 0 3 0 332932224 990842880 205096 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 205096 197 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=158.37 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 74270 0 0 0 15808 29 0 0 20 0 3 0 332932571 990842880 205096 33554432000 4194304 5964478 140734195092976 140699364625224 4403620 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=158.32 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 25345 0 0 0 15814 18 0 0 20 0 3 0 332932571 990842880 205096 33554432000 4194304 5964478 140734195092976 140699354134360 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 320.95
Current children cumulated vsize (KiB) 967620

[startup+222.3 s]
/proc/loadavg: 3.96 3.07 2.43 5/181 2277
/proc/meminfo: memFree=27363548/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=440.95 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 180156 0 0 0 44035 60 0 0 20 0 3 0 332932224 990842880 208388 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 208388 197 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=218.22 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 77064 0 0 0 21791 31 0 0 20 0 3 0 332932571 990842880 208388 33554432000 4194304 5964478 140734195092976 140699364625224 4392863 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=218.17 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 25903 0 0 0 21797 20 0 0 20 0 3 0 332932571 990842880 208388 33554432000 4194304 5964478 140734195092976 140699354134776 4389147 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 440.95
Current children cumulated vsize (KiB) 967620

[startup+282.3 s]
/proc/loadavg: 3.98 3.24 2.52 5/181 2277
/proc/meminfo: memFree=27329184/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=560.92 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 185583 0 0 0 56030 62 0 0 20 0 3 0 332932224 1057951744 216010 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 216010 197 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=278.06 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 81966 0 0 0 27772 34 0 0 20 0 3 0 332932571 1057951744 216010 33554432000 4194304 5964478 140734195092976 140699364624680 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=278.01 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 26428 0 0 0 27779 22 0 0 20 0 3 0 332932571 1057951744 216010 33554432000 4194304 5964478 140734195092976 140699354134840 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 560.92
Current children cumulated vsize (KiB) 1033156

[startup+342.307 s]
/proc/loadavg: 3.99 3.37 2.61 5/182 2280
/proc/meminfo: memFree=27332720/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=680.91 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 189196 0 0 0 68026 65 0 0 20 0 3 0 332932224 990842880 213632 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 213632 197 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=337.91 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85184 0 0 0 33754 37 0 0 20 0 3 0 332932571 990842880 213632 33554432000 4194304 5964478 140734195092976 140699364625224 4387951 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=337.86 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 26823 0 0 0 33762 24 0 0 20 0 3 0 332932571 990842880 213632 33554432000 4194304 5964478 140734195092976 140699354134776 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 680.91
Current children cumulated vsize (KiB) 967620

[startup+402.3 s]
/proc/loadavg: 3.99 3.48 2.70 5/181 2280
/proc/meminfo: memFree=27325508/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=800.88 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 189703 0 0 0 80021 67 0 0 20 0 3 0 332932224 990842880 214131 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 214131 197 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=397.75 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85195 0 0 0 39737 38 0 0 20 0 3 0 332932571 990842880 214131 33554432000 4194304 5964478 140734195092976 140699364625224 4399854 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=397.69 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 27319 0 0 0 39743 26 0 0 20 0 3 0 332932571 990842880 214131 33554432000 4194304 5964478 140734195092976 140699354134840 4389132 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 800.88
Current children cumulated vsize (KiB) 967620

[startup+462.3 s]
/proc/loadavg: 3.99 3.58 2.78 5/181 2280
/proc/meminfo: memFree=27304844/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=920.86 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 190217 0 0 0 92017 69 0 0 20 0 3 0 332932224 1057951744 218214 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 218214 197 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=457.6 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85211 0 0 0 45722 38 0 0 20 0 3 0 332932571 1057951744 218214 33554432000 4194304 5964478 140734195092976 140699364624680 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=457.54 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 27817 0 0 0 45726 28 0 0 20 0 3 0 332932571 1057951744 218214 33554432000 4194304 5964478 140734195092976 140699354134648 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 920.86
Current children cumulated vsize (KiB) 1033156

[startup+522.3 s]
/proc/loadavg: 3.99 3.65 2.85 5/181 2281
/proc/meminfo: memFree=27299212/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1040.85 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 190696 0 0 0 104015 70 0 0 20 0 3 0 332932224 1057951744 218693 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 218693 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=517.44 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85213 0 0 0 51705 39 0 0 20 0 3 0 332932571 1057951744 218693 33554432000 4194304 5964478 140734195092976 140699364624680 4389132 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=517.38 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 28294 0 0 0 51709 29 0 0 20 0 3 0 332932571 1057951744 218693 33554432000 4194304 5964478 140734195092976 140699354134840 4400619 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1040.85
Current children cumulated vsize (KiB) 1033156

[startup+582.3 s]
/proc/loadavg: 4.07 3.74 2.93 5/181 2281
/proc/meminfo: memFree=27301116/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=967620 CPUtime=1160.81 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 191062 0 0 0 116011 70 0 0 20 0 3 0 332932224 990842880 215690 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 241905 215690 198 433 0 241469 0
[pid=2268/tid=2275] ppid=2265 vsize=967620 CPUtime=577.29 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85213 0 0 0 57689 40 0 0 20 0 3 0 332932571 990842880 215690 33554432000 4194304 5964478 140734195092976 140699364625224 4399854 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=967620 CPUtime=577.21 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 28660 0 0 0 57690 31 0 0 20 0 3 0 332932571 990842880 215690 33554432000 4194304 5964478 140734195092976 140699354134648 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1160.81
Current children cumulated vsize (KiB) 967620

[startup+642.3 s]
/proc/loadavg: 4.02 3.78 2.99 5/181 2281
/proc/meminfo: memFree=27265784/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1280.79 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 191847 0 0 0 128008 71 0 0 20 0 3 0 332932224 1057951744 223106 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 223106 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=637.14 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85738 0 0 0 63672 42 0 0 20 0 3 0 332932571 1057951744 223106 33554432000 4194304 5964478 140734195092976 140699364624728 4399854 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=637.04 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 28920 0 0 0 63672 32 0 0 20 0 3 0 332932571 1057951744 223106 33554432000 4194304 5964478 140734195092976 140699354134840 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1280.79
Current children cumulated vsize (KiB) 1033156

[startup+702.3 s]
/proc/loadavg: 4.01 3.82 3.05 5/181 2281
/proc/meminfo: memFree=27270112/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1400.77 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 192335 0 0 0 140004 73 0 0 20 0 3 0 332932224 1057951744 223592 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 223592 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=696.98 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85741 0 0 0 69655 43 0 0 20 0 3 0 332932571 1057951744 223592 33554432000 4194304 5964478 140734195092976 140699364624728 4392863 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=696.89 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 29405 0 0 0 69654 35 0 0 20 0 3 0 332932571 1057951744 223592 33554432000 4194304 5964478 140734195092976 140699354134840 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1400.77
Current children cumulated vsize (KiB) 1033156

[startup+762.3 s]
/proc/loadavg: 4.00 3.85 3.11 5/181 2281
/proc/meminfo: memFree=27262396/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1520.74 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 192638 0 0 0 152001 73 0 0 20 0 3 0 332932224 1057951744 224358 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 224358 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=756.82 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85743 0 0 0 75638 44 0 0 20 0 3 0 332932571 1057951744 224358 33554432000 4194304 5964478 140734195092976 140699364624728 4403575 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=756.73 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 29706 0 0 0 75637 36 0 0 20 0 3 0 332932571 1057951744 224358 33554432000 4194304 5964478 140734195092976 140699354134648 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1520.74
Current children cumulated vsize (KiB) 1033156

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.16 5/181 2282
/proc/meminfo: memFree=27257464/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1640.72 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 192870 0 0 0 163998 74 0 0 20 0 3 0 332932224 1057951744 224582 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 224582 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=816.66 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85751 0 0 0 81621 45 0 0 20 0 3 0 332932571 1057951744 224582 33554432000 4194304 5964478 140734195092976 140699364624728 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=816.57 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 29930 0 0 0 81619 38 0 0 20 0 3 0 332932571 1057951744 224582 33554432000 4194304 5964478 140734195092976 140699354134840 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1640.72
Current children cumulated vsize (KiB) 1033156

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.21 5/181 2282
/proc/meminfo: memFree=27253280/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1760.7 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 193098 0 0 0 175996 74 0 0 20 0 3 0 332932224 1057951744 224859 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 224859 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=876.51 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85763 0 0 0 87605 46 0 0 20 0 3 0 332932571 1057951744 224859 33554432000 4194304 5964478 140734195092976 140699364624728 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=876.41 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 30146 0 0 0 87602 39 0 0 20 0 3 0 332932571 1057951744 224859 33554432000 4194304 5964478 140734195092976 140699354134888 4392918 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.7
Current children cumulated vsize (KiB) 1033156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902 s]
/proc/loadavg: 4.00 3.90 3.23 5/181 2282
/proc/meminfo: memFree=27250768/32873844 swapFree=7644/7644
[pid=2268] ppid=2265 vsize=1033156 CPUtime=1800.08 cores=1,3,5,7
/proc/2268/stat : 2268 (pwbo2.02) S 2265 2268 2034 0 -1 4202496 193169 0 0 0 179934 74 0 0 20 0 3 0 332932224 1057951744 224915 33554432000 4194304 5964478 140734195092976 140734195092496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2268/statm: 258289 224915 198 433 0 257853 0
[pid=2268/tid=2275] ppid=2265 vsize=1033156 CPUtime=896.14 cores=1,3,5,7
/proc/2268/task/2275/stat : 2275 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 85778 0 0 0 89568 46 0 0 20 0 3 0 332932571 1057951744 224915 33554432000 4194304 5964478 140734195092976 140699364624728 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=2268/tid=2276] ppid=2265 vsize=1033156 CPUtime=896.06 cores=1,3,5,7
/proc/2268/task/2276/stat : 2276 (pwbo2.02) R 2265 2268 2034 0 -1 4202560 30202 0 0 0 89567 39 0 0 20 0 3 0 332932571 1057951744 224915 33554432000 4194304 5964478 140734195092976 140699354134840 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1033156

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

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

Child status: 0

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

Real time (s): 902.035
CPU time (s): 1800.08
CPU user time (s): 1799.34
CPU system time (s): 0.74
CPU usage (%): 199.558
Max. virtual memory (cumulated for all children) (KiB): 1033156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.03284
maximum resident set size= 899664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193170
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= 7499
involuntary context switches= 1999

runsolver used 3.01154 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 22:14:38
IDJOB=3726364
IDBENCH=91083
IDSOLVER=2309
FILE ID=node147/3726364-1338668077
RUNJOBID= node147-1338668077-2244
PBS_JOBID= 14636494
Free space on /tmp= 70732 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.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-3726364-1338668077/watcher-3726364-1338668077 -o /tmp/evaluation-result-3726364-1338668077/solver-3726364-1338668077 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726364-1338668077.opb

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=621907808

node147.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.951
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	: 5333.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:       32873844 kB
MemFree:        29041676 kB
Buffers:          427712 kB
Cached:          2536980 kB
SwapCached:         3380 kB
Active:          1480140 kB
Inactive:        1490684 kB
Active(anon):       1864 kB
Inactive(anon):     5920 kB
Active(file):    1478276 kB
Inactive(file):  1484764 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             65816 kB
Writeback:             0 kB
AnonPages:         12848 kB
Mapped:             8696 kB
Shmem:                 0 kB
Slab:             722172 kB
SReclaimable:     162524 kB
SUnreclaim:       559648 kB
KernelStack:        1416 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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= 70720 MiB
End job on node147 at 2012-06-02 22:29:42