Trace number 3704080

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.0? (TO) 1800.14 902.193

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-98026
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 987807
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 987807
Number of bits of the biggest sum of numbers20
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704080-1338099604.opb.
0.00/0.00	c Instance file HOME/instance-3704080-1338099604.opb
0.00/0.00	c File size is 28235837 bytes.
3.19/3.21	c Cost Offset: -987807
3.19/3.21	c Highest Coefficient sum: 63834
3.19/3.21	c ============================[ Problem Statistics ]=============================
3.19/3.21	c |                                                                             |
3.19/3.21	c |  Parsing time:          3.21         s                                      |
3.19/3.21	c |  Number Variables:      400896                                              |
3.19/3.21	c |  Number Clauses:        400785                                              |
3.19/3.21	c |  Number Cardinality:    1977                                                |
3.19/3.21	c |  Number PB Constraints: 1                                                   |
3.19/3.21	c |                                                                             |
3.65/3.56	c |  Problem Type:          Optimization                                        |
3.65/3.56	c |  Objective Function:    PB Constraint                                       |
3.65/3.56	c |                                                                             |
3.65/3.56	c ===============================================================================
1800.14/902.11	c ===============================================================================
1800.14/902.11	c Wall Clock Time: 902.11 s
1800.14/902.11	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-3704080-1338099604/watcher-3704080-1338099604 -o /tmp/evaluation-result-3704080-1338099604/solver-3704080-1338099604 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704080-1338099604.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.89 4.00 3.96 4/179 986
/proc/meminfo: memFree=30275432/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/986/stat : 986 (runsolver) D 984 986 31075 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 276085402 12095488 51 33554432000 4194304 5436572 140733806260192 140733806256488 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/986/statm: 2953 51 31 304 0 2645 0

[startup+0.046042 s]
/proc/loadavg: 3.89 4.00 3.96 4/179 986
/proc/meminfo: memFree=30275432/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=41424 CPUtime=0.03 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 2731 0 0 0 3 0 0 0 20 0 1 0 276085402 42418176 2617 33554432000 4194304 5965102 140733380420224 140733806256072 4345096 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 10356 2617 266 433 0 3026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41424

[startup+0.10032 s]
/proc/loadavg: 3.89 4.00 3.96 4/179 986
/proc/meminfo: memFree=30275432/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=48048 CPUtime=0.08 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 4559 0 0 0 8 0 0 0 20 0 1 0 276085402 49201152 4396 33554432000 4194304 5965102 140733380420224 140733806256072 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 12012 4401 419 433 0 4682 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48048

[startup+0.300249 s]
/proc/loadavg: 3.89 4.00 3.96 4/179 986
/proc/meminfo: memFree=30275432/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=69440 CPUtime=0.28 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 10575 0 0 0 27 1 0 0 20 0 1 0 276085402 71106560 10145 33554432000 4194304 5965102 140733380420224 140733806256072 5156844 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 17360 10145 959 433 0 10030 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69440

[startup+0.700244 s]
/proc/loadavg: 3.89 4.00 3.96 4/179 986
/proc/meminfo: memFree=30275432/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=115764 CPUtime=0.68 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 22884 0 0 0 65 3 0 0 20 0 1 0 276085402 118542336 21924 33554432000 4194304 5965102 140733380420224 140733380417784 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 28941 21925 1978 433 0 21611 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115764

[startup+1.50025 s]
/proc/loadavg: 3.89 4.00 3.96 4/180 987
/proc/meminfo: memFree=30160480/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=211864 CPUtime=1.48 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 45251 0 0 0 141 7 0 0 20 0 1 0 276085402 216948736 45786 33554432000 4194304 5965102 140733380420224 140733380417784 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 52966 45786 3789 433 0 45636 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 211864

[startup+3.10025 s]
/proc/loadavg: 3.89 4.00 3.96 4/180 987
/proc/meminfo: memFree=30054196/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=335560 CPUtime=3.08 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) R 984 986 31075 0 -1 4202496 74804 0 0 0 296 12 0 0 20 0 1 0 276085402 343613440 77323 33554432000 4194304 5965102 140733380420224 140733380418232 4351052 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/986/statm: 83890 77323 6854 433 0 76560 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 335560

[startup+6.30031 s]
/proc/loadavg: 3.82 3.98 3.95 5/182 989
/proc/meminfo: memFree=29570228/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=889660 CPUtime=9.17 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 165372 0 0 0 873 44 0 0 20 0 3 0 276085402 911011840 185591 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 222415 185591 198 433 0 221979 0
[pid=986/tid=988] ppid=984 vsize=889660 CPUtime=3.03 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 67216 0 0 0 284 19 0 0 20 0 3 0 276085723 911011840 185591 33554432000 4194304 5965102 140733380420224 140505008056616 4396953 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=889660 CPUtime=2.97 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 21204 0 0 0 285 12 0 0 20 0 3 0 276085723 911011840 185591 33554432000 4194304 5965102 140733380420224 140504997566776 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 889660

[startup+12.7003 s]
/proc/loadavg: 3.91 4.00 3.96 5/182 989
/proc/meminfo: memFree=29483824/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=955196 CPUtime=21.96 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 168458 0 0 0 2150 46 0 0 20 0 3 0 276085402 978120704 194417 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 238799 194417 199 433 0 238363 0
[pid=986/tid=988] ppid=984 vsize=955196 CPUtime=9.42 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 69709 0 0 0 920 22 0 0 20 0 3 0 276085723 978120704 194417 33554432000 4194304 5965102 140733380420224 140505008056856 5180487 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=955196 CPUtime=9.35 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 21797 0 0 0 923 12 0 0 20 0 3 0 276085723 978120704 194417 33554432000 4194304 5965102 140733380420224 140504997566824 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 955196

[startup+25.5003 s]
/proc/loadavg: 3.93 4.00 3.96 5/182 989
/proc/meminfo: memFree=29377568/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=1020852 CPUtime=47.56 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 179082 0 0 0 4702 54 0 0 20 0 3 0 276085402 1045352448 212639 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 255213 212639 199 433 0 254777 0
[pid=986/tid=988] ppid=984 vsize=1020852 CPUtime=22.18 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 80051 0 0 0 2189 29 0 0 20 0 3 0 276085723 1045352448 212639 33554432000 4194304 5965102 140733380420224 140505008056856 5131498 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=1020852 CPUtime=22.12 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 22079 0 0 0 2199 13 0 0 20 0 3 0 276085723 1045352448 212639 33554432000 4194304 5965102 140733380420224 140504997566296 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 1020852

[startup+51.1004 s]
/proc/loadavg: 3.95 4.00 3.96 5/182 989
/proc/meminfo: memFree=29198024/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=1151924 CPUtime=98.73 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 233581 0 0 0 9793 80 0 0 20 0 3 0 276085402 1179570176 250589 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 287981 250589 199 433 0 287545 0
[pid=986/tid=988] ppid=984 vsize=1151924 CPUtime=47.71 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 133405 0 0 0 4719 52 0 0 20 0 3 0 276085723 1179570176 250589 33554432000 4194304 5965102 140733380420224 140505008056856 5143165 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=1151924 CPUtime=47.64 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 23224 0 0 0 4749 15 0 0 20 0 3 0 276085723 1179570176 250589 33554432000 4194304 5965102 140733380420224 140504997566776 4393845 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 1151924

[startup+102.307 s]
/proc/loadavg: 4.03 4.01 3.96 5/181 989
/proc/meminfo: memFree=28881796/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=1479604 CPUtime=201.12 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 281886 0 0 0 19990 122 0 0 20 0 3 0 276085402 1515114496 324147 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 369901 324147 199 433 0 369465 0
[pid=986/tid=988] ppid=984 vsize=1479604 CPUtime=98.79 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 180490 0 0 0 9787 92 0 0 20 0 3 0 276085723 1515114496 324147 33554432000 4194304 5965102 140733380420224 140505008056856 5131650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=1479604 CPUtime=98.7 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 24444 0 0 0 9851 19 0 0 20 0 3 0 276085723 1515114496 324147 33554432000 4194304 5965102 140733380420224 140504997566776 4404588 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.12
Current children cumulated vsize (KiB) 1479604

[startup+162.3 s]
/proc/loadavg: 4.06 4.02 3.97 5/181 989
/proc/meminfo: memFree=28426496/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=1938356 CPUtime=321.08 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 322239 0 0 0 31953 155 0 0 20 0 3 0 276085402 1984876544 406083 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 484589 406083 199 433 0 484153 0
[pid=986/tid=988] ppid=984 vsize=1938356 CPUtime=158.63 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 219951 0 0 0 15738 125 0 0 20 0 3 0 276085723 1984876544 406083 33554432000 4194304 5965102 140733380420224 140505008056856 5131650 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=1938356 CPUtime=158.54 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 25336 0 0 0 15833 21 0 0 20 0 3 0 276085723 1984876544 406083 33554432000 4194304 5965102 140733380420224 140504997566776 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.08
Current children cumulated vsize (KiB) 1938356

[startup+222.3 s]
/proc/loadavg: 4.07 4.03 3.97 5/181 990
/proc/meminfo: memFree=28013100/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=2282612 CPUtime=441.01 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 516635 0 0 0 43792 309 0 0 20 0 3 0 276085402 2337394688 484904 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 570653 484904 199 433 0 570217 0
[pid=986/tid=988] ppid=984 vsize=2282612 CPUtime=218.46 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 412578 0 0 0 21568 278 0 0 20 0 3 0 276085723 2337394688 484904 33554432000 4194304 5965102 140733380420224 140505008056856 5134455 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=2282612 CPUtime=218.34 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 27105 0 0 0 21810 24 0 0 20 0 3 0 276085723 2337394688 484904 33554432000 4194304 5965102 140733380420224 140504997566776 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.01
Current children cumulated vsize (KiB) 2282612

[startup+282.3 s]
/proc/loadavg: 4.07 4.04 3.98 5/181 990
/proc/meminfo: memFree=27561216/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=2536468 CPUtime=560.96 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 732764 0 0 0 55623 473 0 0 20 0 3 0 276085402 2597343232 559629 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 634117 559629 199 433 0 633681 0
[pid=986/tid=988] ppid=984 vsize=2536468 CPUtime=278.3 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 627925 0 0 0 27389 441 0 0 20 0 3 0 276085723 2597343232 559629 33554432000 4194304 5965102 140733380420224 140505008056664 5123080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=2536468 CPUtime=278.16 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 27887 0 0 0 27790 26 0 0 20 0 3 0 276085723 2597343232 559629 33554432000 4194304 5965102 140733380420224 140504997566680 4390140 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 560.96
Current children cumulated vsize (KiB) 2536468

[startup+342.3 s]
/proc/loadavg: 4.01 4.03 3.98 5/181 1031
/proc/meminfo: memFree=28131916/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=3003508 CPUtime=680.88 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 913519 0 0 0 67454 634 0 0 20 0 3 0 276085402 3075592192 654859 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 750877 654859 199 433 0 750441 0
[pid=986/tid=988] ppid=984 vsize=3003508 CPUtime=338.14 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 807676 0 0 0 33213 601 0 0 20 0 3 0 276085723 3075592192 654859 33554432000 4194304 5965102 140733380420224 140505008057272 5131498 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=3003508 CPUtime=337.95 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 28891 0 0 0 33766 29 0 0 20 0 3 0 276085723 3075592192 654859 33554432000 4194304 5965102 140733380420224 140504997566776 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.88
Current children cumulated vsize (KiB) 3003508

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.98 5/181 1031
/proc/meminfo: memFree=27705908/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=3396724 CPUtime=800.82 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1081825 0 0 0 79302 780 0 0 20 0 3 0 276085402 3478245376 754960 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 849181 754960 199 433 0 848745 0
[pid=986/tid=988] ppid=984 vsize=3396724 CPUtime=397.98 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 974620 0 0 0 39053 745 0 0 20 0 3 0 276085723 3478245376 754960 33554432000 4194304 5965102 140733380420224 140505008056728 5180487 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=3396724 CPUtime=397.76 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 30253 0 0 0 39744 32 0 0 20 0 3 0 276085723 3478245376 754960 33554432000 4194304 5965102 140733380420224 140504997566824 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 800.82
Current children cumulated vsize (KiB) 3396724

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/181 1031
/proc/meminfo: memFree=27329956/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=3716116 CPUtime=920.77 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1219964 0 0 0 91163 914 0 0 20 0 3 0 276085402 3805302784 833439 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 929029 833439 199 433 0 928593 0
[pid=986/tid=988] ppid=984 vsize=3716116 CPUtime=457.82 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1110981 0 0 0 44906 876 0 0 20 0 3 0 276085723 3805302784 833439 33554432000 4194304 5965102 140733380420224 140505008056664 4397181 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=3716116 CPUtime=457.59 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 32031 0 0 0 45724 35 0 0 20 0 3 0 276085723 3805302784 833439 33554432000 4194304 5965102 140733380420224 140504997566776 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 920.77
Current children cumulated vsize (KiB) 3716116

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/179 1031
/proc/meminfo: memFree=26991608/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4031572 CPUtime=1040.73 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1362127 0 0 0 103031 1042 0 0 20 0 3 0 276085402 4128329728 906494 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1007893 906494 199 433 0 1007457 0
[pid=986/tid=988] ppid=984 vsize=4031572 CPUtime=517.65 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1251516 0 0 0 50763 1002 0 0 20 0 3 0 276085723 4128329728 906494 33554432000 4194304 5965102 140733380420224 140505008056680 4401041 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4031572 CPUtime=517.41 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 33659 0 0 0 51702 39 0 0 20 0 3 0 276085723 4128329728 906494 33554432000 4194304 5965102 140733380420224 140504997566776 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1040.73
Current children cumulated vsize (KiB) 4031572

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/181 1033
/proc/meminfo: memFree=26881276/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4179132 CPUtime=1160.68 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1385248 0 0 0 114994 1074 0 0 20 0 3 0 276085402 4279431168 951352 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1044783 951352 199 433 0 1044347 0
[pid=986/tid=988] ppid=984 vsize=4179132 CPUtime=577.5 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1273348 0 0 0 56719 1031 0 0 20 0 3 0 276085723 4279431168 951352 33554432000 4194304 5965102 140733380420224 140505008057272 5134354 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4179132 CPUtime=577.22 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 34948 0 0 0 57678 44 0 0 20 0 3 0 276085723 4279431168 951352 33554432000 4194304 5965102 140733380420224 140504997566680 4383036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.68
Current children cumulated vsize (KiB) 4179132

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.98 5/182 1036
/proc/meminfo: memFree=26801336/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4207840 CPUtime=1280.65 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1390592 0 0 0 126980 1085 0 0 20 0 3 0 276085402 4308828160 961730 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1051960 961730 199 433 0 1051524 0
[pid=986/tid=988] ppid=984 vsize=4207840 CPUtime=637.35 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1277183 0 0 0 62695 1040 0 0 20 0 3 0 276085723 4308828160 961730 33554432000 4194304 5965102 140733380420224 140505008057272 4393720 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4207840 CPUtime=637.06 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 36457 0 0 0 63658 48 0 0 20 0 3 0 276085723 4308828160 961730 33554432000 4194304 5965102 140733380420224 140504997566776 4389864 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.65
Current children cumulated vsize (KiB) 4207840

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.98 5/181 1036
/proc/meminfo: memFree=26803320/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4265172 CPUtime=1400.59 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1399458 0 0 0 138961 1098 0 0 20 0 3 0 276085402 4367536128 960619 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1066293 960619 199 433 0 1065857 0
[pid=986/tid=988] ppid=984 vsize=4265172 CPUtime=697.19 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1285109 0 0 0 68667 1052 0 0 20 0 3 0 276085723 4367536128 960619 33554432000 4194304 5965102 140733380420224 140505008057272 4423530 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4265172 CPUtime=696.86 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 37397 0 0 0 69635 51 0 0 20 0 3 0 276085723 4367536128 960619 33554432000 4194304 5965102 140733380420224 140504997566824 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.59
Current children cumulated vsize (KiB) 4265172

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.98 5/182 1037
/proc/meminfo: memFree=26730644/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4340280 CPUtime=1520.59 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1409292 0 0 0 150947 1112 0 0 20 0 3 0 276085402 4444446720 978680 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1085070 978680 199 433 0 1084634 0
[pid=986/tid=988] ppid=984 vsize=4340280 CPUtime=757.05 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1293911 0 0 0 74640 1065 0 0 20 0 3 0 276085723 4444446720 978680 33554432000 4194304 5965102 140733380420224 140505008057272 5244999 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4340280 CPUtime=756.71 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 38429 0 0 0 75617 54 0 0 20 0 3 0 276085723 4444446720 978680 33554432000 4194304 5965102 140733380420224 140504997566776 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.59
Current children cumulated vsize (KiB) 4340280

[startup+822.3 s]
/proc/loadavg: 4.04 4.02 3.99 5/181 1037
/proc/meminfo: memFree=26679464/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4396084 CPUtime=1640.56 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1426156 0 0 0 162927 1129 0 0 20 0 3 0 276085402 4501590016 979530 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1099021 979530 199 433 0 1098585 0
[pid=986/tid=988] ppid=984 vsize=4396084 CPUtime=816.89 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1310048 0 0 0 80608 1081 0 0 20 0 3 0 276085723 4501590016 979530 33554432000 4194304 5965102 140733380420224 140505008057272 4404748 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4396084 CPUtime=816.54 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 39156 0 0 0 81597 57 0 0 20 0 3 0 276085723 4501590016 979530 33554432000 4194304 5965102 140733380420224 140504997566776 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.56
Current children cumulated vsize (KiB) 4396084

[startup+882.3 s]
/proc/loadavg: 4.01 4.01 3.99 5/181 1038
/proc/meminfo: memFree=26626528/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4424708 CPUtime=1760.54 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1443341 0 0 0 174907 1147 0 0 20 0 3 0 276085402 4530900992 991260 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1106177 991260 199 433 0 1105741 0
[pid=986/tid=988] ppid=984 vsize=4424708 CPUtime=876.73 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1326271 0 0 0 86576 1097 0 0 20 0 3 0 276085723 4530900992 991260 33554432000 4194304 5965102 140733380420224 140505008057272 4388976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4424708 CPUtime=876.39 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 40118 0 0 0 87579 60 0 0 20 0 3 0 276085723 4530900992 991260 33554432000 4194304 5965102 140733380420224 140504997566824 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.54
Current children cumulated vsize (KiB) 4424708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.1 s]
/proc/loadavg: 4.01 4.01 3.99 5/181 1038
/proc/meminfo: memFree=26645804/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4418640 CPUtime=1800.14 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1446738 0 0 0 178861 1153 0 0 20 0 3 0 276085402 4524687360 986040 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1104660 986040 199 433 0 1104224 0
[pid=986/tid=988] ppid=984 vsize=4418640 CPUtime=896.49 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1329469 0 0 0 88545 1104 0 0 20 0 3 0 276085723 4524687360 986040 33554432000 4194304 5965102 140733380420224 140505008057160 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4418640 CPUtime=896.14 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 40317 0 0 0 89554 60 0 0 20 0 3 0 276085723 4524687360 986040 33554432000 4194304 5965102 140733380420224 140504997566584 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 4418640

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

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

[startup+902.1 s]
/proc/loadavg: 4.01 4.01 3.99 5/181 1038
/proc/meminfo: memFree=26645804/32873844 swapFree=7112/7112
[pid=986] ppid=984 vsize=4418640 CPUtime=1800.14 cores=0,2,4,6
/proc/986/stat : 986 (pwbo2.0) S 984 986 31075 0 -1 4202496 1446738 0 0 0 178861 1153 0 0 20 0 3 0 276085402 4524687360 986040 33554432000 4194304 5965102 140733380420224 140733380419744 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/986/statm: 1104660 986040 199 433 0 1104224 0
[pid=986/tid=988] ppid=984 vsize=4418640 CPUtime=896.49 cores=0,2,4,6
/proc/986/task/988/stat : 988 (pwbo2.0) R 984 986 31075 0 -1 4202560 1329469 0 0 0 88545 1104 0 0 20 0 3 0 276085723 4524687360 986040 33554432000 4194304 5965102 140733380420224 140505008057160 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=986/tid=989] ppid=984 vsize=4418640 CPUtime=896.14 cores=0,2,4,6
/proc/986/task/989/stat : 989 (pwbo2.0) R 984 986 31075 0 -1 4202560 40317 0 0 0 89554 60 0 0 20 0 3 0 276085723 4524687360 986040 33554432000 4194304 5965102 140733380420224 140504997566584 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 4418640

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 986 and gives
#  childrusage.ru_utime.tv_sec=1784
#  childrusage.ru_utime.tv_usec=97775
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=864196
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.193
CPU time (s): 1800.14
CPU user time (s): 1788.61
CPU system time (s): 11.53
CPU usage (%): 199.529
Max. virtual memory (cumulated for all children) (KiB): 4535444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.1
system time used= 11.8642
maximum resident set size= 4056008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1446741
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= 7390
involuntary context switches= 2111

runsolver used 1.9607 second user time and 5.05523 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 08:20:05
IDJOB=3704080
IDBENCH=90877
IDSOLVER=2279
FILE ID=node142/3704080-1338099604
RUNJOBID= node142-1338085847-31091
PBS_JOBID= 14624428
Free space on /tmp= 71660 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704080-1338099604/watcher-3704080-1338099604 -o /tmp/evaluation-result-3704080-1338099604/solver-3704080-1338099604 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704080-1338099604.opb

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=1250901836

node142.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.776
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.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:        30275952 kB
Buffers:          264528 kB
Cached:           269828 kB
SwapCached:            0 kB
Active:          1701384 kB
Inactive:          90680 kB
Active(anon):    1248352 kB
Inactive(anon):    11212 kB
Active(file):     453032 kB
Inactive(file):    79468 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33028 kB
Writeback:             0 kB
AnonPages:       1266072 kB
Mapped:            12500 kB
Shmem:               200 kB
Slab:             663944 kB
SReclaimable:     105908 kB
SUnreclaim:       558036 kB
KernelStack:        1472 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     197600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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= 71628 MiB
End job on node142 at 2012-05-27 08:35:09